@charset "UTF-8";

/*
Theme Name: Dra Patricia Panama
Theme URI: https://patriciapanama.com
Author: Dra Patricia Panama
Author URI: https://patriciapanama.com
Description: Site Dra Patricia Panamá 2023
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Version: 2.0
License: NA
License URI: NA
Text Domain: DraPatriciaPanama
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root{
	--max-canvas: 1280px;
	--main-color-text: #684364;
	--main-font-family:  'Source Sans 3', sans-serif;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, html {
  height: 100%;
  margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: 400;
	color: var(--main-color-text); 

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
figcaption {
	display: none;
}
body {
	line-height: 1;
	/*overflow-x: hidden;*/
	font-family: var(--main-font-family);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Rating*/

.rating {
  display: inline-block;
  unicode-bidi: bidi-override;
  font-size: 25px;
  height: 25px;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0;
}

.rating-upper {
  padding: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rating-upper span{
	color: #f0c62e;
}
.rating-lower span{
	color: rgb(196, 183, 183);
}
.rating-lower {
  padding: 0;
  display: flex;
  z-index: 0;
}	
/* Theme */

.clear-all{
	clear: both;
}

/*box-center*/
.box-center{
	width: 100%;
	max-width: var(--max-canvas);
	margin: 0 auto;
}
/*end box-center*/

/*Encabezado*/
header{
	position: relative;
}
header .background-header{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
header .background-header .slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
header .background-header .slider .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	float: left;
	left: 400%;
	top: 0;
	background-size: cover;
	background-position: center;
}

header .menu-top-bar{
	position: relative;
	background: #ffffff;
	height: 100px;
}
header .menu-top-bar .logo-top{
	position: relative;
	max-width: 210px;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 15px;
}
header .menu-top-bar .logo-top a{
	display: inline-block;
	vertical-align: middle;
}
header .menu-top-bar .logo-top img{
	width: 100%;
}	
header .menu-top-bar .menu-icon-mobile{
	display: none;
}
header .menu-top-bar .menu-lang{
	position: relative;
	float: right;
	right: 25px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .menu-top-bar .menu-lang a{
	display: inline-block;
	height: 37px;
}	
header .menu-top-bar .menu-lang a img{
	height: 100%;
}	
header .menu-top-bar .menu-nav{
	position: relative;
	float: right;
	right: 15px;
	height: 100%;
}
header .menu-top-bar .menu-nav ul{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 100%;
	position: relative;
}
header .menu-top-bar .menu-nav ul li{
	display: inline-block;
	height: 100%;
	position: relative;
}
header .menu-top-bar .menu-nav ul li a{
	position: relative;
	display: block;
	text-decoration: none;
	color: var(--main-color-text);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13pt;
	height: calc( 100% + 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 3px;
	margin-right: 3px;
}	

header .menu-top-bar .menu-nav ul li.current-menu-item a , header .menu-top-bar .menu-nav ul li a:hover{
	background: rgb(234,82,116);
	background: linear-gradient(0deg, rgba(234,82,116,1) 0%, rgba(234,84,56,1) 100%);
	border-radius: 0px 0px 10px 10px;
	color: #ffffff;
}		

header .content-header{
	position: relative;
	height: 100%;
}
header .content-header .text-header{
	position: absolute;
	width: 100%;
	bottom: 20%;
}
header .content-header .text-header .text-header-half{
	width: 40%;	
	padding: 10px 10px 10px 25px;
}
header .content-header .text-header .text-header-half h1{
	font-weight: 700;
	font-size: 30pt;	
}	
header .content-header .text-header .text-header-half p{
	color: var(--main-color-text); 
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12pt;
	line-height: 1.3em;
	font-weight: 400;
}	
header .content-header .text-header .text-header-half .logo-and-touch-us{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .content-header .text-header .text-header-half .logo-and-touch-us img{
	width: 45%;
}
header .content-header .text-header .text-header-half .logo-and-touch-us a{
	display: inline-block;
	width: 40%;
	margin-left: 10%;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	color: var(--main-color-text);
	font-size: 13pt;
	font-weight: 600;
	padding: 10px;
	border-radius: 5px;
}	
header .content-header .text-header .text-header-half .logo-and-touch-us a:hover{
	background-color: var(--main-color-text);
	color: #fff;
}	
/*End Encabezado*/

/*Home*/

/*Procedures*/
section.procedures-section-home{
	position: relative;
	padding-top: 50px;
	min-height: 450px;
}	
section.procedures-section-home .procedures-list{
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
	min-height: 450px;
}
section.procedures-section-home .procedures-list .procedures-list-item{
	width: 18%;
	background: #7fc0b6;
	padding: 15px;
	margin-right: 40px;
	margin-left: 40px;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	cursor: pointer;
	min-height: 420px;
}
section.procedures-section-home .procedures-list .procedures-list-item.hover-item{
	padding: 35px;
	margin-left: 20px;
	margin-right: 20px;
}	
section.procedures-section-home .procedures-list .procedures-list-item img{
	display: inline-block;
	width: 90%;
}	
section.procedures-section-home .procedures-list .procedures-list-item h2{
	font-weight: 800;
	font-size: 20pt;	
	color: #fff;
	margin-top: 25px;
}	
section.procedures-section-home .procedures-list .procedures-list-item p{
	color: var(--main-color-text);
	line-height: 1.3em;
	margin-top: 5px;
	padding-bottom: 20px;
}	

/*Gallery Procedure Home*/
section.gallery-section-home{
	position: relative;
	padding: 50px 30px;
	background: rgb(255,218,186);
	background: linear-gradient(118deg, rgba(255,218,186,1) 0%, rgba(255,167,184,1) 100%);
}
section.gallery-section-home h2.title{
	font-weight: 700;
	color: #7fc0b6;
	font-size: 38pt;
	margin-bottom: 15px;
}
section.gallery-section-home p{
	color: var(--main-color-text);
	font-weight: 400;
	font-size: 12pt;
	line-height: 1.3em;
}	
section.gallery-section-home .gallery-slider-home{
	position: relative;
}
section .bx-wrapper{
	margin-top: 30px;
}	
section.gallery-section-home .gallery-slider-home-item{
	display: inline-block;
	width: 50%;
}
section.gallery-section-home .gallery-slider-home-item h3{
	text-align: center;
	color: var(--main-color-text);
	font-size: 20pt;
	font-weight: 700;
	margin-bottom: 15px;
}	

/*Contact Form 1*/
section.form-contact-home-1{
	min-height: 760px;
	background-color: #e9ebea;
	background-image: url(images/bg-women-px.jpg);
	background-repeat: repeat;
	position: relative;
}
section.form-contact-home-1 .box-center{
	
}
section.form-contact-home-1 .bg-service{
	min-height: 760px;
	width: 55%;
	float: left;
	background-repeat: no-repeat;
	background-position: center 150%;
	background-size: 350px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}	
section.form-contact-home-1 .form-service{
	min-height: 800px;
	width: 30%;
	margin-right: 15%;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.form-contact-home-1 .form-service .form-service-box{
	
}
section.form-contact-home-1 .form-service .form-service-box p{
	color: var(--main-color-text);
	font-weight: 400;
	font-size: 13pt;
	line-height: 1.3em;
	text-align: justify;
}
section.form-contact-home-1 .form-service .form-service-box .form-div{
	margin-top: 20px;
}
section.form-contact-home-1 .form-service .form-service-box .input-div{
	margin-bottom: 15px;
}
section.form-contact-home-1 .form-service .form-service-box .input-div input[type="text"], section.form-contact-home-1 .form-service .form-service-box .input-div input[type="email"]{
	width: 100%;
	font-family: var(--main-font-family);
	font-size: 13pt;
	border: 1px solid #a4a4a3;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	font-weight: 300;
}	
section.form-contact-home-1 .form-service .form-service-box .input-div textarea{
	width: 100%;
	font-family: var(--main-font-family);
	font-size: 13pt;
	border: 1px solid #a4a4a3;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	font-weight: 300;
	resize: none;
	height: 120px;
}
section.form-contact-home-1 .form-service .form-service-box .input-div input[type="submit"]{
	display: inline-block;
	border: 0;
	background: rgb(204,82,107);
	background: linear-gradient(118deg, rgba(204,82,107,1) 0%, rgba(204,86,44,1) 100%);
	padding: 10px 40px;
	color: #fff;
	font-size: 14pt;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
}
section.form-contact-home-1 .form-service .form-service-box .input-div input[type="submit"]:hover{
	background: #fff;
	color: #cc562c;
}	

/*Reviews Home*/
section.review-home{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgb(251,193,127);
	background: linear-gradient(90deg, rgba(251,193,127,1) 0%, rgba(169,120,165,1) 100%);
}
section.review-home .bx-wrapper{
	margin: 30px auto; 
}	

section.review-home .bx-wrapper .bx-prev {
	left: -70px;
}	
section.review-home .bx-wrapper .bx-next {
	right: -70px;
}
	
section.review-home .title{
	display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 28pt;
	font-weight: 700;
	letter-spacing: 1px;
}	
section.review-home .subtitle{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14pt;
	margin-top: 15px;
}	
section.review-home .reviews-list-home{
	position: relative;
}
section.review-home .reviews-list-home .reviews-item-home{
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	min-height: 405px;
	cursor: pointer;
}
section.review-home .reviews-list-home .reviews-item-home .reviews-item-header{
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
}
section.review-home .reviews-list-home .reviews-item-home .reviews-item-header .reviews-item-avatar{
	width: 125px;
}
section.review-home .reviews-list-home .reviews-item-home .reviews-item-header .reviews-item-avatar img{
	display: inline-block;
	width: 125px;
	height: 125px;
	object-fit: cover;
	border-top-left-radius: 50% 50%; 
	border-top-right-radius: 50% 50%; 
	border-bottom-right-radius: 50% 50%; 
	border-bottom-left-radius: 50% 50%;
	max-width: none !important;
}
section.review-home .reviews-list-home .reviews-item-home .reviews-item-header .review-item-name{
	width: calc(100% - 135px);
	margin-bottom: 10px;
	margin-left: 10px;
}
section.review-home .reviews-list-home .reviews-item-home .reviews-item-header .review-item-name p.title-review-item-name{
	font-weight: 700;
	font-size: 13pt;
	margin-bottom: 5px;
}
section.review-home .reviews-list-home .reviews-item-home .reviews-item-text{
	margin-top: 10px;
}
section.review-home .reviews-list-home .reviews-item-home .reviews-item-text p{
	text-align: justify;
	line-height: 1.3em;
}	

/*About Dr. PAtricia*/
section.about-dr-patricia-home{
	position: relative;
	padding: 25px 10px 25px;
}
section.about-dr-patricia-home .about-dr-patricia-left{
	width: 45%;
	float: left;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
}
section.about-dr-patricia-home .about-dr-patricia-left .about-dr-patricia-box{
	position: relative;
}	
section.about-dr-patricia-home .about-dr-patricia-left .about-dr-patricia-box h3{
	color: #7fc0b6;
	font-size: 30pt;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
}	
section.about-dr-patricia-home .about-dr-patricia-left .about-dr-patricia-box p{
	font-size: 13pt;
	line-height: 1.3em;
	margin-top: 15px;
}	
section.about-dr-patricia-home .about-dr-patricia-left .about-dr-patricia-box a.btn-about-dr{
	display: inline-block;
	min-width: 150px;
	text-decoration: none;
	background-color: var(--main-color-text);
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 13pt;
	font-weight: 600;
	padding: 10px;
	border-radius: 5px;
	margin-top: 15px;
	border: 1px solid #fff;
}	
section.about-dr-patricia-home .about-dr-patricia-left .about-dr-patricia-box a.btn-about-dr:hover{
	background-color: #fff;
	color: var(--main-color-text);
	border: 1px solid var(--main-color-text);
}	
section.about-dr-patricia-home .about-dr-patricia-right-mobile{
	display: none;
}
section.about-dr-patricia-home .about-dr-patricia-right{
	width: calc( 50% - 50px );
	margin-left: 50px;
	float: right;
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 370px;
}

/*Coming soon*/
section.coming-soon{
	padding: 30px 20px;
	background: rgb(254,250,255);
	background: linear-gradient(65deg, rgba(254,250,255,1) 0%, rgba(216,212,227,1) 99%);
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.coming-soon .box-center{
	
}	
section.coming-soon h2{
	color: var(--main-color-text);
	font-weight: 700;
	font-size: 40pt;
	margin-bottom: 20px;
}	
section.coming-soon p{
	color: var(--main-color-text);
	font-size: 18pt;
	margin-bottom: 10px;
}

/* Footer */
footer{
	background-color: #f5f7f7;
	min-height: 600px;
}
footer .box-center{
	display: flex;
	flex-direction: row-reverse;
}	
footer .footer-right{
	position: relative;
	width: 50%;
}
footer .footer-right .footer-right-box{
	margin: 50px auto;
	width: 45%;
}
footer .footer-right .footer-right-box p{
	font-size: 13pt;
	line-height: 1.3em;
}	
footer .footer-right .footer-right-box p a{
	text-decoration: none;
}
footer .footer-right .footer-right-box p a:hover{
	text-decoration: underline;
}
footer .footer-right .footer-right-box .social-media-footer{
	margin-top: 50px;
	border-top: 1px solid var(--main-color-text);
}		
footer .footer-right .footer-right-box .social-media-footer ul{
	list-style: none;
}	
footer .footer-right .footer-right-box .social-media-footer ul li{
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}	
footer .footer-right .footer-right-box .social-media-footer ul li a{
	display: block;
	width: 50px;
	height: 50px;
}	
footer .footer-right .footer-right-box .social-media-footer ul li a img{
	width: 100%;
	height: 100%;
}	
footer .footer-left{
	position: relative;
	width: 50%;
}
footer .footer-left .footer-left-box{
	margin-top: 70px;
	padding-bottom: 50px;
	width: 60%;
}
footer .footer-left .footer-left-box p{
	color: var(--main-color-text);
	font-weight: 400;
	font-size: 13pt;
	line-height: 1.3em;
	text-align: justify;
}
footer .footer-left .footer-left-box .form-div{
	margin-top: 20px;
}
footer .footer-left .footer-left-box .input-div{
	margin-bottom: 15px;
}
footer .footer-left .footer-left-box .input-div input[type="text"], footer .footer-left .footer-left-box .input-div input[type="email"]{
	width: 100%;
	font-family: var(--main-font-family);
	font-size: 13pt;
	border: 1px solid #a4a4a3;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	font-weight: 300;
}	
footer .footer-left .footer-left-box .input-div textarea{
	width: 100%;
	font-family: var(--main-font-family);
	font-size: 13pt;
	border: 1px solid #a4a4a3;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	font-weight: 300;
}
footer .footer-left .footer-left-box .input-div input[type="submit"]{
	display: inline-block;
	border: 0;
	background: rgb(204,82,107);
	background: linear-gradient(118deg, rgba(204,82,107,1) 0%, rgba(204,86,44,1) 100%);
	padding: 10px 40px;
	color: #fff;
	font-size: 14pt;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
}
footer .footer-left .footer-left-box .input-div input[type="submit"]:hover{
	background: #fff;
	color: #cc562c;
}
/*End Home*/

/*Drawer*/
#drawer { 
	display: none;
	position: fixed; 
	top: 0; 
	left: -250px; 
	height: 100%; 
	width: 250px; 
	background: #fff; 
	overflow-x: hidden; 
	overflow-y: scroll; 
	padding: 0px; 
	-webkit-overflow-scrolling: touch; 
	z-index: 100;
	box-shadow: 13px 1px 25px -5px rgba(104,67,100,0.76);
	-webkit-box-shadow: 13px 1px 25px -5px rgba(104,67,100,0.76);
	-moz-box-shadow: 13px 1px 25px -5px rgba(104,67,100,0.76);
} 
#drawer .logo-drawer{
	text-align: center;
	padding-top: 10px;
}
#drawer .logo-drawer img{
	width: 200px;
}
#drawer .drawer-nav{
	
}
#drawer .drawer-nav ul{
	list-style: none;
	width: 90%;
	margin: 0 auto;
}
#drawer .drawer-nav ul li{
	list-style: none;
}
#drawer .drawer-nav ul li a{
	display: block;
	padding: 15px;
	text-decoration: none;
	text-align: center;
	font-size: 13pt;
	font-weight: 700;
}
#drawer .drawer-nav ul li a:hover, #drawer .drawer-nav ul li.current a{
	color: #fff;
	background-color: var(--main-color-text);
}	
#page-content {
	overflow-x:hidden; 
	overflow-y:scroll; 
	-webkit-overflow-scrolling: touch; 
	padding: 0px; 
}
