body{
	font-family: Helvetica;
	margin: 0;
}

a{
	color: inherit;
	text-decoration: none;
}

.color-one-text{
	color: #696969 !important;
}

.dark-text{
	color: white;
}

.blue-text{
	color: #696969;
}

.white-text{
	color: white;
}

/*****  ENCABEZADO  *****/

header{
	width: 100%;
	height: 100px;
	background-color: rgba(255,255,255,0.7);
}

header > div{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

header > div > div{
	display: inline-block;
}

#logo{
	left: 0;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
}

#general-information{
	right: 0;
    position: absolute;
	height: 100%;
}

#close-general-information, #close-primary-menu{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #102134;
	border-radius: 40px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	font-size: 20px;
	display: none;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

#show-general-information{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #0A2647;
	text-align: center;
	color: white;
	border-radius: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	right: 0px;
	top: 30px;
	display: none;
	cursor: pointer;
}

#show-primary-menu{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #0A2647;
	border-radius: 40px;
	text-align: center;
	line-height: 43px;
	top: 30px;
	left: 0px;
	display: none;
	cursor: pointer;
}

#show-primary-menu img{
	height: 13px;
	width: 15px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}

.information{
	display: inline-flex;
    align-items: center;
	height: 100%;
	margin-left: 35px;
}

.icon-information{
	margin: 0px 10px;
}

.icon-information img{
	filter: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(6024%) hue-rotate(181deg) brightness(93%) contrast(92%);
}

.data-information{
	font-size: 14px;
	color: black;
}

.data-information a{
	position: relative;
    top: -7px;
}

.data-information a:hover{
	/* background-image: linear-gradient( to right, #cb9b51 0%, #f6e27a 30%, #f6f2c0 50%, #f6e27a 70%, #cb9b51 100% ); */
	/* color: transparent; */
	/* -webkit-background-clip: text; */
	/* width: fit-content; */
	color: #1b84a7;
}

.data-information p{
	margin-block-start: 8px;
    margin-block-end: 8px;
	font-size: 12px;
}

/*****  FIN ENCABEZADO  *****/


/***** MENU  *****/
#primary-menu{
	height: 50px;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    /*border-bottom: 1px solid #e5e5e5;*/
}

#primary-menu > div{
	width: 90%;
    height: 100%;
    margin: 0 auto;
	position: relative;
}

nav{
	font-family: Helvetica;
}

nav > ul{
	list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

nav > ul > li{
	float: left;
	position: relative;
	z-index: 5;
	margin: 0 30px 0 0;
	line-height: 55px;
	font-size: 15px;
	color: #696969;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

.menu:hover{
	/* background-image: linear-gradient( to right, #cb9b51 0%, #f6e27a 30%, #f6f2c0 50%, #f6e27a 70%, #cb9b51 100% ); */
	/* color: transparent; */
	/* -webkit-background-clip: text; */
	/* width: fit-content; */
	color: #1b84a7;
}

#social-networks{
	height: 100%; 
	/*border-left: 1px solid #e5e5e5;*/
    position: absolute;
    right: 0;
}

#social-networks > div{
	display: inline-flex;
	align-items: center;
	margin-left: 20px;
	height: 100%;
	background-color: #436280;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	margin-top: 5px;
}

#social-networks > div:hover{
	background-color: #1b84a7;
}

#social-networks > div > a{
	position: relative;
    left: 9px;
    top: 2px;
}

#social-networks > div > a > img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}

#social-networks > div:hover > a > img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(2deg) brightness(103%) contrast(105%);;
}
/*****  FIN MENU  *****/

/*****  DATOS DEL DOCTOR *****/
#doctor-data{
	background: linear-gradient(to left, rgba(255,255,255,0) 40%, rgba(255,255,255,0.8) 55%), url(../img/foto-header.jpg) no-repeat;
	/* background-image: url(../img/foto-header.png); */
	background-size: cover;
	background-repeat: no-repeat;
}

#name-doctor{
	height: 500px;
    display: flex;
    align-items: center;
	width: 100%;
}

#name-doctor > div{
	width: 80%;
	margin: 0 auto;
	color: dimgrey;
}

.title{
	font-size: 40px;
	margin-block-start: 0;
	margin-block-end: 0;
	/* background-image: linear-gradient(
	to right,
	#7D5500 0,
    #cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#7D5500 100%
	); */
	/* color:transparent; */
	/* -webkit-background-clip:text; */
	/* width: fit-content; */
	color: #112236;
}

.subtitle{
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.title-section .title{
	width: initial;
}

#name-doctor > div > p{
	width: 50%;
	line-height: 22px;
}

#photo-mobile, #networks-mobile{
	display: none;
}

#networks-mobile > div{
	display: inline-flex;
	align-items: center;
	/* background-color: #330253; */
	border-radius: 30px;
	height: 40px;
	width: 40px;
	padding: 5px;
	margin: 5px 10px;
	background: #436280;
}

#networks-mobile > div > a{
	margin: 0 auto;
	display: flex;
    align-items: center;
}

#networks-mobile > div img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}
/*****  FIN DATOS DEL DOCTOR  *****/

/*****  CONTACTO  *****/
#contact > div{
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background-color: #112236;
	/* border-radius: 100px; */
	margin-top: 0;
	color: white;
	z-index: 0;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

#contact > div > div{
	float: left;
	display: flex;
    align-items: center;
    height: 100%;
}

#contact > div > div:first-child{
	width: 25%;
    font-size: 20px;
    text-align: right;
    padding-left: 5%;
}

#contact > div > div:first-child b{
	font-size: 28px;
}

#form-contact{
	width: 70%;
}

#form-contact form{
	width: 95%;
	height: 100%;
}

#form-contact fieldset{
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0;
    border: none;
}

#form-contact fieldset > div{
	float: left;
	height: 100%;
	display: table;
}

#form-contact fieldset > div > div{
	display: table-cell;
    vertical-align: middle;
}

#column-first{
	width: 40%;
	margin-left: 2%;
}

#column-second{
	width: 40%;
}

#form-contact .input-text{
	background-color: white;
	border: none;
	color: grey;
	font-size: 16px;
	/*font-family: 'Raleway-Regular';*/
	/*border-radius: 20px;*/
	text-indent: 15px;
	height: 30px;
	width: 90%;
	margin: 5px 0px;
}

#form-contact .input-text::placeholder, #form-contact .text-area::placeholder{
	color: grey;
}

#form-contact .text-area{
	background-color: white;
	width: calc(90% - 15px);
	/*border-radius: 20px;*/
	margin: 5px 0px;
	height: 54px;
	color: grey;
	border: none;
	font-size: 16px;
	font-family: Verdana;
	resize: none;
	padding: 10px;
}

#form-contact #submit-button{
	background: #436280;
	border: none;
	color: white;
	/*font-family: 'Raleway-Regular';*/
	font-size: 12px;
	padding: 15px 35px;
	/*border-radius: 20px;*/
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

#form-contact #submit-button:hover{
	background: #1b84a7;
}

#send-mail{
	display: none !important;
	text-align: center;
}

#send-mail label{
	display: block;
	margin-top: 5px;
}

/***** FIN CONTACTO  *****/

/*****  VIDEO  *****/
#video{
	width: calc(100vw - 17px);
    height: 75vh;
}

#video > video{
	width: 100%;
	height: 100%;
}
/*****  FIN VIDEO  *****/

/*****  CURRÃƒÂCULUM Y EXPERIENCIA  *****/
#curriculum-and-experience{
	background-color: #efeded;
}

#back-title{
	color: white;
	height: 220px;
	display: flex;
	align-items: center;
	background: linear-gradient(to bottom, rgba(67, 98, 128,0.5) 10%, rgba(67, 98, 128,0.6) 100%), url(../img/cv.jpg);
	background-size: cover;
}

#back-title > div{
	width: 90%;
	margin: 0 auto;
	margin-top: -70px;
}

#cv-exp-items{
	width: 90%;
    margin: 0 auto;
	text-align: center;
	margin-top: -90px;
	padding-bottom: 30px;
}

.item{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 20px;
	position: relative;
}

.logo-institution{
	background-color: white;
	width: 100%;
	height: 230px;
	display: flex;
	align-items: center;
}

.logo-institution img {
    max-width: 90%;
    max-height: 180px;
}

.logo-institution > div{
	margin: 0 auto;
}

.degree-description{
	background-color: #112236;
	color: white;
	text-align: left;
	height: 180px;
	font-size: 14px;
}

.degree{
	margin: 0;
    font-weight: bold;
    font-size: 19px;
	margin-bottom: -25px;
	padding-top: 30px !important;
}

.degree-description > p{
	padding: 15px;
}

.circle-item{
	position: absolute;
	width: 100%;
	height: 5px;
	background: grey;
	top: 220px;
	border-radius: 0;
	left: 0;
}

#certifications .degree-description{
	background-color: #436280;
}

#experience .degree-description{
	background-color: #a3bad2;
	/* color: #545050; */
	height: 235px;
}

.type{
	position: absolute;
    bottom: 5px;
    right: 10px;
    color: #0a86a7;
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
}
/***** FIN CURRÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂCULUM Y EXPERIENCIA  *****/


/*****  SERVICIOS  *****/
.title-section{
	text-align: center;
	padding-top: 50px !important;
	margin-bottom: 20px !important;
	width: fit-content;
	margin: 0 auto;
}

.description-section{
	text-align: center;
	width: 60%;
    margin: 0 auto;
    font-size: 17px;
	margin-top: 15px;
}

#services > div{
	width: 90%;
    margin: 0 auto;
}

#all-services{
	text-align: center;
	padding-bottom: 75px;
}

.service{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 20px;
	position: relative;
}

.image-service{
	background-color: white;
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
}

.image-service > div{
	margin: 0 auto;
}

.image-service img{
	width: 60%;
	max-height: 200px;
	filter: brightness(0) saturate(100%) invert(32%) sepia(70%) saturate(286%) hue-rotate(168deg) brightness(96%) contrast(90%);
}

.icon-service{
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #dbe4ed;
	top: 200px;
	/* border-radius: 50px; */
	left: 0;
	display: flex;
	align-items: center;
}

.icon-service > div{
	margin: 0 auto;
}

.service-description{
	background-color: white;
	/* color: white; */
	text-align: left;
	height: 150px;
	font-size: 14px;
	text-align: center;
}

.service-description > p{
    padding: 15px;
    color: #696969;
}

.title-service{
	margin: 0;
	/* font-weight: bold; */
	font-size: 18px;
	margin-bottom: -25px;
	padding-top: 60px !important;
	text-align: center;
	color: #112236 !important;
}
/***** FIN SERVICIOS  *****/

/*****  PORTAFOLIO  *****/
#works{
	background-color: #efeded;
	padding-top: 20px;
}

.gallery img{
	width: 100%;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.slick-dots{
	bottom: 24px !important;
}

.slick-dots li button:before{
	font-size: 15px !important;
}

.slick-prev:before, .slick-next:before{
	font-size: 35px !important;
	color: #815904 !important;
}

.slick-prev, .slick-next{
	width: 35px !important;
    height: 30px !important;
}

.slick-prev{
	left: -45px !important;
}

.slick-next{
	right: -45px !important;
}

.slick-slide{
	margin: 20px;
}

.slick-slide img{
	border: 5px solid white;
}

.slick-dots li.slick-active button:before{
	color: #815904 !important;
}
/*****  FIN PORTAFOLIO  *****/

/*****  ENFERMEDADES  *****/
#diseases-treated{
	background-color: white;
    padding-top: 20px;
    margin-top: -30px;
}

#words-cloud{
	height: 400px;
	padding-bottom: 50px;
}
/*****  FIN ENFERMEDADES  *****/

/*****  AGENDAR CITA  ****/
#appointment-schedule{
	padding-bottom: 50px;
	background-color: #fcfcfc;
}

#appointment-schedule hr{
	border: 2px solid #a3bad2;
	width: 200px;
	border-top-width: 0;
}

#schedule > div{
	width: 90%;
    margin: 0 auto;
}

#schedule > div > h1{
	text-align: center;
}

#data-appointment, #hour-appointment{
	/* background-color: #f2f2f2; */
	padding: 20px 30px 20px 30px;
}

#calendar{
	display: flex;
    align-items: center;
    background-color: #e6e6e6;
    width: fit-content;
    padding: 10px 30px;
	margin: 5px;
	cursor: pointer;
}

#calendar:hover, .hour:hover{
	background-color: #1b84a7;
	color: white;
}

#date-appointment{
	margin-left: 15px;
    font-weight: bold;
}

#calendar > img{
	filter: brightness(0) saturate(100%) invert(3%) sepia(69%) saturate(7497%) hue-rotate(269deg) brightness(100%) contrast(99%);
}

#calendar:hover > img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6726%) hue-rotate(40deg) brightness(92%) contrast(109%);
}

#hour-appointment{
	padding-top: 0;
}

.hour{
	display: none;
	background-color: #0A2647;
	color: white;
	padding: 15px 20px;
	margin: 5px;
	cursor: pointer;
}

#background-schedule-appointment-form{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(255 255 255 / 80%);
	z-index: 100;
	display: flex;
	align-items: center;
	display: none;
}

#schedule-appointment-form{
	width: 400px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background-color: #112236;
	color: white;
	padding: 30px 20px;
	max-height: 80%;
	overflow: auto;
	margin-top: 30px;
}

#schedule-appointment-form label{
	display: block;
}

#schedule-appointment-form .input-text{
	border: 1px solid #0A2647 !important;
	background-color: white;
	color: grey;
	height: 25px;
	margin-bottom: 15px;
	width: 270px;
	text-align: center;
	font-size: 15px;
}

#schedule-appointment-form .text-area{
	width: 270px;
	height: 40px;
	background-color: white;
	color: grey;
	border: 1px solid #0A2647 !important;
	margin: 0px;
	font-family: Helvetica;
	text-align: center;
	font-size: 15px;
	padding: 10px 0px;
}

#way-to-pay{
	margin-bottom: 25px;
}

#pay-online, #pay-facetoface{
	background-color: #dbe4ed;
	width: 110px;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin: 0px 5px;
	color: black;
}

#smart-button-container{
	width: 275px;
	margin: 0 auto;
	margin-top: 10px;
	display: none;
}

#schedule-appointment-form .input-text::placeholder, #schedule-appointment-form .text-area::placeholder{
	color: grey;
}

#appointment-button{
	background-color: #22b573;
	display: block;
	width: 274px;
	margin: 0 auto;
	padding: 10px 0px;
	margin-top: 10px;
	cursor: pointer;
	color: white;
}

#appointment-button:hover{
	background-color: #22b573;
}

#cancel-appointment-button{
	background-color: #d70303;
	display: block;
	width: 274px;
	margin: 0 auto;
	padding: 10px 0px;
	margin-top: 10px;
	cursor: pointer;
	color: white;
}

.input-text:focus, .text-area:focus{
	outline: none;
}

#generate-appointment{
	display: none;
}

#generate-appointment img{
	width: 130px;
}


/***** FIN AGENDAR CITA  *****/

/***** UBICACIÃƒâ€œN  *****/
.surgery{
	width: 100%;
    height: 500px;
    margin-bottom: 40px;
}

#surgery-one, #surgery-two{
	background: linear-gradient(to bottom, rgba(67, 98, 128,0.5) 10%, rgba(67, 98, 128,0.6) 100%), url(../img/consultorio.jpg);
	background-size: cover;
	background-position: center;
}

.surgery-map{
	float: left;
    width: 75%;
    height: 100%;
}

.surgery-map > iframe{
	border: 0px;
    height: 100%;
    width: 100%;
}

.surgery-information{
	float: left;
    height: 100%;
    width: 25%;
	background-color: #0b5c87;
    color: white;
	display: flex;
    align-items: flex-end;
	font-size: 14px;
}

.surgery-information > div{
	width: 80%;
    margin: 0 auto;
    text-align: left;
	margin-bottom: 40px;
}

.surgery-information h1{
    font-size: 25px;
}

.surgery-information hr{
    /* border-color: #1baec6; */
    /* width: 50%; */
    /* margin-top: 40px; */
    /* margin-bottom: 40px; */
    width: 200px;
    border-top-width: 0;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}
/***** FIN UBICACIÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“N  *****/

/***** ANAGRAMA *****/
#anagram{
	background-color: #e3e1de;
    text-align: center;
}

#anagram > div{
	width: 90%;
    margin: 0 auto;
	padding-top: 50px;
    padding-bottom: 50px;
}

.part-anagram{
	display: inline-block;
    width: 230px;
    vertical-align: top;
	margin: 10px;
}

.letter-anagram{
	background-color: white;
    font-size: 100px;
    font-weight: bold;
    line-height: 180px;
}

.definition-anagram{
    color: white;
    font-size: 20px;
    line-height: 50px;
}
/***** FIN ANAGRAMA *****/

/*****  CONTÃCTANOS  *****/
#contact-us{
	height: 350px;
	width: 100%;
	background-color: #1f1f1f;
	color: white;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url(../img/foto-footer.jpg);
	background-position: top center;
	/*margin-top: -40px;*/
	background-repeat: no-repeat;
	background-size: cover;
	/* background: linear-gradient(to left, rgba(0,176,195,0) 13%, rgba(0,176,195,1) 17%), url(../img/foto-footer.jpg) no-repeat right; */
}

#contact-us > div{
	width: 70%;
    margin: 0 auto;
	height: 100%;
}

#contact-data, #social-networks-footer{
	justify-content: center;
	float: left;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}

#contact-data > div, #social-networks-footer > div{
	height: 205px;
} 

#contact-data h3, #social-networks-footer h3{
	font-size: 25px;
}

#contact-data p{
	font-size: 13px;
	width: 90%;
}

#emergency-contact > img{
	float: left;
	margin-right: 10px;
	filter: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(6024%) hue-rotate(181deg) brightness(93%) contrast(92%);
}

#emergency-contact h4{
	margin-block-end: 0;
}

#networks-footer > div{
	display: inline-block;
	background-color: #436280;
	border-radius: 30px;
	height: 40px;
	width: 40px;
	padding: 5px;
	margin: 5px 10px;
	text-align: center;
}

#networks-footer > div:hover{
	background: #1b84a7;
}

#networks-footer > div img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}
/***** FIN CONTÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂCTANOS  *****/

/*****  ABOUT US  *****/
#about-us{
	width: 100%;
    height: 500px;
    background-color: #1f1f1f;
    color: white;
}

#about-us > div{
	float: left;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}

#about-us-information > div{
	width: 80%;
    margin: 0 auto;
}

#about-us-information .section-title{
	text-align: left;
    margin-left: 0;
}

#about-us-body{
	text-align: center;
}

#about-us-body > hr{
	border-width: 1px;
    border-style: solid;
    border-image: linear-gradient( to right, #7D5500 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #7D5500 100% ) 1;
    width: 200px;
}

#about-us-image > div{
	background-image: url(../img/banners/about-banner.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/***** FIN ABOUT US  *****/

/*****  FOOTER  *****/
footer{
	background-color: #112236;
	height: 100px;
	color: white;
}

footer span {
    margin: 0px 20px;
}

footer > div{
	width: 350px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
/*****  FIN FOOTER  *****/

#button-top, #button-whatsapp, #button-phone{
	position: fixed;
	z-index: 100;
	width: 60px;
	height: 60px;
	background-color: #112236;
	bottom: 20px;
	right: 20px;
	border-radius: 70px;
	color: white;
	text-align: center;
	font-size: 46px;
	transform: rotate(90deg);
	cursor: pointer;
	border: 1px solid white;
}

#button-top:hover, #button-whatsapp:hover, #button-phone:hover{
	/* background: linear-gradient( to right, #cb9b51 0%, #f6e27a 30%, #f6f2c0 50%, #f6e27a 70%, #cb9b51 100% ); */
	background-color: #1b84a7;
}

#button-top:hover span, #button-whatsapp:hover img, #button-phone:hover img{
	/* filter: brightness(0) saturate(100%) invert(9%) sepia(9%) saturate(532%) hue-rotate(236deg) brightness(95%) contrast(88%); */
}

#button-whatsapp{
    bottom: 95px !important;
    transform: initial;
}

#button-whatsapp img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
    margin-top: 10px;
}

#button-phone{
    bottom: 170px !important;
    transform: initial;
}

#button-phone img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
    width: 39px;
    margin-top: 10px;
}


@media only screen and (max-width: 991px)
 {
	#general-information{
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		background-color: rgb(255 255 255 / 95%);
		z-index: 10;
		left: 100%;
		overflow: auto;
	}
	
	.information{
		display: block;
		height: auto;
		margin-top: 40px;
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	#primary-menu{
		position: fixed;
		background-color: rgb(255 255 255 / 95%);
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		overflow: auto;
		z-index: 10;
	}
	
	#primary-menu > div{
		margin-top: 40px;
		margin-left: 5%;
		text-align: center;
	}
	
	#social-networks{
	    height: auto;
		border-left: initial;
		border-top: 1px solid #e5e5e5;
		position: initial;
		padding-top: 30px;
		margin-right: 0px;
	}
	
	nav > ul > li{
		float: initial;
		margin: 0;
	}
	
	#social-networks > div{
		padding: 5px;
		margin: 10px 10px;
		background: #436280;
	}
	
	#close-primary-menu{
		position: absolute !important;
		width: 40px !important;
		height: 40px !important;
		margin-top: 0px !important;
		margin-left: initial !important;
		right: 20px;
		z-index: 10;
	}
	
	#close-general-information, #close-primary-menu{
		display: block;
	}
	
	#logo{
		left: calc(50% - 70px);
	}
	
	#logo img{
		width: 140px;
		height: auto;
	}
	
	#show-general-information, #show-primary-menu{
		display: block;
	}
	
	.data-information p, nav > ul > li{
		font-size: 16px;
	}
	
	#visit-us-mobile{
		display: block;
		margin-top: 15px;
		margin-bottom: 30px;
		background-color: #c8d9f3;
		padding-top: 10px;
	}
	
	#visit-us-mobile a{
		color: #112857;
		font-weight: bold;
		line-height: 27px;
	}
}

@media only screen and (max-width: 599px) {
	.title{
		font-size: 33px;
	}
	
	#doctor-data{
		text-align: center;
		/* background-color: #DCDF86; */
		background-image: initial;
	}
	
	#name-doctor{
		height: auto;
		padding-bottom: 30px;
		padding-top: 15px;
	}
	
	#name-doctor > div > p{
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	#photo-mobile{
		display: block;
	}
	
	#photo-mobile > img {
		width: 100%;
		border-radius: 10px;
		/* box-shadow: rgb(0 40 87 / 90%) 0px 3px 10px; */
	}
	
	#networks-mobile{
		display: block;
		margin-top: 25px;
	}
		
	#video{
		width: 100%;
		height: auto;
	}
	
	#contact > div{
		height: fit-content;
		/*border-radius: 15px;*/
		margin-top: 0;
		padding-bottom: 30px;
	}
	
	#contact > div > div{
		float: initial;
		display: block;
		height: auto;
	}
	
	#contact > div > div:first-child {
		width: 90%;
		font-size: 20px;
		text-align: center;
		padding-left: 5%;
		padding-top: 30px;
	}
	
	#form-contact {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	#form-contact form {
		width: 100%;
		height: auto;
	}
	
	#form-contact fieldset > div{
		float: initial;
		height: 100%;
		width: 100%;
		text-align: center;
	}
	
	#column-first{
		margin-left: initial;
	}
	
	#form-contact #submit-button{
		padding: 10px 50px;
		margin-top: 10px;
	}
	
	#form-contact .input-text{
		width: 98%;
		margin: 8px 0px;
	}
	
	#form-contact .text-area{
		width: 98%;
		margin: 8px 0px;
		padding: initial;
		padding: 2px;
		text-indent: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#curriculum-and-experience{
		/*margin-top: -5px;*/
		text-align: center;
	}
	
	.item{
		width: 250px;
	}
	
	.logo-institution{
		height: 210px;
	}
	
	.circle-item{
		top: 201px;
	}
	
	.degree-description{
		height: auto !important;
	}
	
	/*#certifications .circle-item {
		top: 136px;
	}*/
	
	.description-section{
		width: 90%;
	}
	
	.icon-service{
		top: initial;
		bottom: 0;
	}
	
	.service-description{
		text-align: center;
		height: auto;
		padding-bottom: 30px;
	}
	
	.title-service{
		padding-top: 30px !important;
	}
	
	.surgery-map, .surgery-information{
		float: initial;
		width: 90%;
		margin: 0 auto;
	}
	
	.surgery-map{
		height: 300px;
	}
	
	.surgery-information{
		height: 500px;
	}
	
	.surgery{
		height: auto;
		padding-bottom: 30px;
	}
	
	.letter-anagram{
		line-height: 120px;
	}
	
	#contact-us{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../img/foto-footer-movil.jpg);
		height: 480px;
		display: flex;
		align-items: end;
	}
	
	#contact-us > div{
		width: 90%;
		height: auto;
	}
	
	#contact-data, #social-networks-footer {
		float: initial;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	#contact-data p{
		margin: 0 auto;
		margin-top: 5px;
	}
	
	#emergency-contact > img{
		position: relative;
		top: -8px;
		left: 15px;
	}
	
	#contact-data > div, #social-networks-footer > div{
		width: 100%;
		height: auto;
	}

	#schedule > div{
		text-align: center;
	}
	
	#calendar{
		margin: 0 auto;
		margin-top: 5px;
	}
	
	#schedule-appointment-form{
		width: 100%;
	    height: 100vh;
	    margin-top: 0;
	    max-height: 100%;
	    padding: 0px 0px 0px 0px;
	}

	#schedule-appointment-form > div{
		padding: 25px 0px;
	}
	
	#words-cloud{
		height: 500px;
	}
		
	footer > div{
		width: 76%;
		/*margin: initial;*/
	}
	
	footer span{
		margin: 0px 10px;
	}
	
	footer label{
		display: block;
		width: 80px;
	}
	
	footer > div > img{
		width: 100px;
		height: auto;
	}
	
	#button-top, #button-whatsapp, #button-phone{
		bottom: 15px;
		right: 15px;
		width: 45px;
		height: 45px;
		font-size: 34px;
	}

        #button-whatsapp{
                bottom: 75px !important;
        }

        #button-whatsapp img{
                margin-top: 4px;        
        }

	#button-phone img{
            width: 35px;
            margin-top: 6px;
        }

        #button-phone{
                bottom: 135px !important;
        }

    #about-us{
		height: auto;
	}

	#about-us > div {
    	float: initial;
    	width: 100%;
    	text-align: center;
	}

	/*#about-us-information{
		height: 500px !important;
	}*/

	#about-us-information .section-title {
    	text-align: center;
    	margin-left: inherit;
    	line-height: 35px;
	}

	#about-us-body > hr {
    	margin-inline-start: auto;
	}

	#about-us-image{
		height: 200px !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	#doctor-data{
		background-image: none;
		/* background-color: #DCDF86; */
	}
	
	#name-doctor{
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}
	
	#name-doctor > div{
		width: 85%;
	}
	
	#name-doctor > div > p {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
	#photo-mobile{
		display: block;
	}
	
	#photo-mobile > img{
		width: 100%;
		border-radius: 20px;
		/* box-shadow: rgb(0 40 87 / 90%) 0px 3px 10px; */
		max-width: 500px;
	}
	
	#networks-mobile{
		display: block;
	}
	
	#video{
		width: 100%;
		height: auto;
	}
	
	#contact > div{
		height: 480px;
		/*border-radius: 15px;*/
		margin-top: 0;
		/*margin-top: 100px;*/
	}
	
	#contact > div > div{
		float: initial;
		display: block;
		height: auto;
	}
	
	#contact > div > div:first-child {
		width: 90%;
		font-size: 20px;
		text-align: center;
		padding-left: 5%;
		padding-top: 30px;
	}
	
	#form-contact {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	#form-contact form {
		width: 100%;
		height: auto;
	}
	
	#form-contact fieldset > div{
		float: initial;
		height: 100%;
		width: 100%;
		text-align: center;
	}
	
	#column-first{
		margin-left: initial;
	}
	
	#form-contact #submit-button{
		padding: 10px 50px;
		margin-top: 10px;
	}
	
	#form-contact .input-text{
		width: 98%;
		margin: 8px 0px;
	}
	
	#form-contact .text-area{
		width: 99%;
		margin: 8px 0px;
		padding: 10px 0px;
		text-indent: 15px;
	}
	
	.service{
		width: 200px;
	}
	
	.icon-service{
		top: 195px;
	}
	
	.title-service{
		padding-top: 40px !important;
		text-align: center;
	}
	
	.service-description{
		height: 120px;
	}
	
	.surgery-information{
		width: 40%;
	}
	
	.surgery-map{
		width: 60%;
	}
	
	#contact-us{
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	#contact-us > div{
		width: 90%;
	}
	
	.image-service img{
		max-height: 165px;
		max-width: 100%;
		width: auto;
	}
	
	#contact-data > div, #social-networks-footer > div{
		height: auto;
	}
	
	#contact-data p{
		width: 80%;
	}
	
	#emergency-contact{
		width: 80%;
	}
	
	#words-cloud {
		height: 500px;
	}

	#about-us{
		height: auto;
	}

	#about-us > div {
    	float: initial;
    	width: 100%;
    	text-align: center;
	}

	/*#about-us-information{
		height: 500px !important;
	}*/

	#about-us-information .section-title {
    	text-align: center;
    	margin-left: inherit;
    	line-height: 35px;
	}

	#about-us-body > hr {
    	margin-inline-start: auto;
	}

	#about-us-image{
		height: 200px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#doctor-data{
		background-position: top right;
	}
	
	#name-doctor h1, #name-doctor > div > p{
		width: 60%;
	}
	
	#networks-mobile{
		display: block;
		margin-top: 10px;
	}
	
	#video{
		width: 100vw;
	}
	
	#contact > div{
		width: 100%;
		/* border-radius: 20px; */
		/* margin-top: -40px; */
		height: 250px;
	}
	
	#contact > div > div:first-child{
		float: initial;
		width: 100%;
		height: auto;
		text-align: center;
		padding-left: 0;
		padding-top: 20px;
	}
	
	#contact > div > div:first-child > span{
		display: block;
		width: 100%;
	}
	
	#form-contact {
		width: 100%;
	}
	
	#form-contact form{
		text-align: center;
		width: 100%;
	}
	
	#contact > div > div{
		height: 170px;
	}
	
	.surgery-information{
		width: 35%;
	}
	
	.surgery-map{
		width: 65%;
	}
	
	.part-anagram{
		width: 300px;
	}
	
	#contact-us > div{
		width: 80%;
	}
	
	#contact-data > div, #social-networks-footer > div{
		height: 230px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#logo > div > img{
		width: 95px;
		height: auto;
	}

	nav{
		position: relative;
	}
	
	.information{
		margin-left: 10px;
	}
	
	#doctor-data{
		background-position: right top;
	}
	
	#contact > div > div:first-child{
		padding-left: 2%;
		padding-right: 20px;
	}
	
	#anagram > div{
		width: 100%;
	}
	
	.part-anagram{
		width: 220px;
	}
}

@media only screen and (min-width: 1200px) {}