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

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

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

.dark-text{
	color: white;
}

.blue-text{
	color: #3c3b3c;
}

.white-text{
	color: white;
}

#background-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    filter: blur(8px) opacity(0.5) brightness(1.4);
}

/*****  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: #00549E;
	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: #9c1a19;
	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: #9c1a19;
	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(16%) sepia(37%) saturate(5927%) hue-rotate(353deg) brightness(94%) contrast(89%);
}

.data-information{
	font-size: 14px;
	color: #00549E;
}

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

.data-information a:hover{
	color: #9C1A19;
}

.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;
}

#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: 14px;
	color: #3c3b3c;
	cursor: pointer;
	text-transform: uppercase;
}

.menu:hover{
	color: #9C1A19;
}

#social-networks{
	height: 100%; 
    position: absolute;
    right: 0;
}

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

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

#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-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

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

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

.title{
	font-size: 44px;
	margin-block-start: 0;
	margin-block-end: 0;
	color: #9C1A19;
}

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

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

#name-doctor > div > p{
	width: 40%;
	line-height: 22px;
	font-size: 18px;
}

#cedula{
	color: #00549e;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -17px;
    display: block;
}

#photo-mobile{
	display: none;
}

#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: #c5705c;
}

#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: #00549E;
	/* 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: #3c3b3c;
	font-size: 16px;
	text-indent: 15px;
	height: 30px;
	width: 90%;
	margin: 5px 0px;
}

#form-contact .input-text::placeholder, #form-contact .text-area::placeholder{
	color: #3c3b3c;
	font-size: 12px;
	font-style: italic;
}

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

#form-contact #submit-button{
	background: #9c1a19;
	border: none;
	color: white;
	font-size: 12px;
	padding: 15px 35px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

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

#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{
	background-color: #00549E;
	color: white;
	height: 220px;
	display: flex;
	align-items: center;
	background: linear-gradient(rgba(0, 84, 158, 0.8), rgb(0, 84, 158, 0.8)), url(../img/banners/cv.jpeg);
    background-size: cover;
	background-position: center;
}

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

.cv-exp-section{
	background-color: rgb(239 237 237);
	color: #3c3b3c;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

#cv-exp-items{
	width: 90%;
    margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	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: #022a4e;
	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: #9c1a19;
	top: 220px;
	border-radius: 0;
	left: 0;
}

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

#experience .degree-description{
	background-color: #6fb8f9;
	color: #3c3b3c;
}

#volunteering .degree-description{
	background-color: #0c7fe5;
}

.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;
    margin-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: 30px;
}

.service{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 20px;
	position: relative;
	box-shadow: 0 10px 25px 5px rgb(60 59 60 / 20%);
	cursor: pointer;
}

.service:hover{
	box-shadow: 0 10px 25px 5px rgb(0 84 158 / 20%);	
}

.service:hover .image-service, .service:hover .service-description{
	background-color: #00549E;	
}

.service:hover .image-service img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(101%) contrast(102%);
}

.service:hover .service-description > p{
	color: white;
}

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

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

.image-service img{
	width: 55%;
	max-height: 200px;
	filter: invert(17%) sepia(89%) saturate(2658%) hue-rotate(194deg) brightness(94%) contrast(103%);
}

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

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

.service-description{
	background-color: white;
	text-align: left;
	height: 60px;
	font-size: 14px;
}

.service-description > p{
    padding: 0px 10%;
    color: #00549E;
}

.title-service{
	margin: 0;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}*/
/***** 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;
}

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

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

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

#data-appointment, #hour-appointment{
	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: #9c1a19;
	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;
}

#hours .blue-text{
	color: #00549E;
}

.hour{
	display: none;
	background-color: #00549E;
	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(220 220 220 / 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: white;
	color: #3c3b3c;
	padding: 30px 20px;
	max-height: 80%;
	overflow: auto;
	margin-top: 30px;
}

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

#schedule-appointment-form .input-text, #appointment-consulting-room{
	border: none;
	background-color: white;
	color: #3c3b3c;
	height: 25px;
	margin-bottom: 15px;
	width: 270px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #00549E !important;
}

#schedule-appointment-form .text-area{
	width: 270px;
	height: 40px;
	background-color: white;
	color: #3c3b3c;
	border: none;
	margin: 0px;
	font-family: Helvetica;
	text-align: center;
	font-size: 16px;
	padding: 10px 0px;
	border: 1px solid #00549E !important;
}

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

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

#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: #3c3b3c;
	font-size: 12px;
	font-style: italic;
}

#appointment-button{
	background-color: #1db3cb;
	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: #f31c1c;
	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{
	background: linear-gradient(to bottom, rgba(0,84,158,0) 10%, rgba(0,84,158,1) 90%), url(../img/consultorio.jpg);
	background-size: cover;
	background-position: center;
}

#surgery-two{
	background: linear-gradient(to bottom, rgba(0,84,158,0) 10%, rgba(0,84,158,1) 90%), url(../img/consultorio2.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{
    width: 200px;
    border-top-width: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #9c1a19;
}
/***** 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.4), rgba(0, 0, 0, 0.4)), url(../img/foto-footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

#contact-data, #social-networks-footer{
	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(15%) sepia(27%) saturate(7339%) hue-rotate(352deg) brightness(102%) contrast(90%);
}

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

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

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

#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, #about-us-2{
	width: 100%;
	height: 550px;
	background-color: #f2f2f2;
	color: #3c3b3c;
}

#about-us-2{
	height: 400px;
}

#about-us .title, #about-us-2 .title{
	font-size: 40px;
	text-align: left;
}

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

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

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

#about-us-body, #about-us-body-2{
    line-height: 22px;
}

#about-us-body > hr, #about-us-body-2 > hr{
	border-width: 1px;
	border-style: solid;
	width: 100px;
	border-color: #00549E;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#about-us-image > div{
	background-image: url(../img/banners/5.jpeg);	
}

#about-us-image-2 > div{
	background-image: url(../img/banners/9.jpg);
}

#about-us-image > div, #about-us-image-2 > div{
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/***** FIN ABOUT US  *****/

/*****  FOOTER  *****/
footer{
	background-color: white;
    height: 100px;
    color: #3c3b3c;
    border-top: 3px solid #00549e;
}

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: #9C1A19;
	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-color: #00549E;
}

#button-top:hover span, #button-whatsapp:hover img, #button-phone:hover img{
}

#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;
}


#cirugias{
	width: 100%;
	text-align: center;
	margin: 20px 0px;
	padding-bottom: 40px;
}

.photo{
	display: inline-block;
    width: 30%;
    height: 220px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px 5px rgb(137 173 255 / 20%);
}

.photo > div{
	width: 100%;
	height: 100%;
	background-position: center !important;
	background-size: cover !important;
	transition: all .5s;
}

/*.photo:hover > div{
	transform: scale(1);
	cursor: pointer;
}

.photo:hover .gallery-name{
	color: white;
	background-color: transparent;
}

.photo:hover > .black-glass{
	opacity: 1;
}*/

.black-glass{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
    background-size: cover !important;
    background-position: center;
}

@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: #B1B536;
	}
	
	#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% - 90px);
	}
	
	#logo img{
		width: 180px;
		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;
	}

	#background-video {
		height: 100%;
		width: initial;
		filter: blur(4px) opacity(0.5) brightness(1.4);
	}
	
	#doctor-data{
		text-align: center;
		background-image: initial;
	}
	
	#name-doctor{
		height: 250px;
		padding-bottom: 30px;
		padding-top: 15px;
	}
	
	#name-doctor > div > p{
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	#cedula{
		font-size: 16px;
	}

	#photo-mobile{
		display: block;
	}
	
	#photo-mobile > img {
		width: 100%;
		border-radius: 10px;
	}
	
	#networks-mobile{
		display: block;
		margin-top: 25px;
	}
		
	#video{
		width: 100%;
		height: auto;
	}
	
	#contact > div{
		height: fit-content;
		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{
		text-align: center;
	}
	
	.item{
		width: 250px;
	}
	
	.logo-institution{
		height: 210px;
	}
	
	.circle-item{
		top: 201px;
	}
	
	.degree-description{
		height: 185px;
	}
	
	.description-section{
		width: 90%;
	}
	
	.icon-service{
		top: initial;
		bottom: 0;
	}
	
	.service-description{
		text-align: center;
		height: auto;
		padding-bottom: 30px;
	}
	
	.title-service{
	}
	
	.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.5), 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%;
	}

	#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: 80px;
		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, #about-us-2{
		height: auto;
	}

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

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

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

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

	#about-us .title, #about-us-2 .title{
		font-size: 30px;
		text-align: center;
	}

	.photo{
    	width: 90%;
	    height: 200px;
	    margin: 5px 0px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	#doctor-data{
		background-image: none;
	}
	
	#name-doctor{
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		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;
		max-width: 500px;
	}
	
	#networks-mobile{
		display: block;
	}
	
	#video{
		width: 100%;
		height: auto;
	}
	
	#contact > div{
		height: 480px;
		margin-top: 0;
	}
	
	#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: 10px !important;
		text-align: center;
		padding-bottom: 20px !important;
	}
	
	.service-description{
		height: auto;
	}
	
	.surgery-information{
		width: 40%;
	}
	
	.surgery-map{
		width: 60%;
	}
	
	#contact-us{
		background-size: cover;
    	background-repeat: no-repeat;
    	background-position: right;
	}
	
	#contact-us > div{
		width: 85%;
	}
	
	.image-service img{
		max-height: 110px;
		max-width: 100%;
		width: auto;
	}
	
	#contact-data > div, #social-networks-footer > div{
		height: 255px;
	}
	
	#contact-data p{
		width: 80%;
	}
	
	#emergency-contact{
		width: 80%;
	}
	
	#words-cloud {
		height: 500px;
	}

	#about-us, #about-us-2{
		height: auto;
	}

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

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

	#about-us-body > hr, #about-us-body-2 > hr {
    	margin: 0 auto;
	}

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

	#about-us .title, #about-us-2 .title{
		text-align: center;
	}

	.photo{
    	width: 90%;
	    height: 200px;
	    margin: 5px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#doctor-data{
		background-position: top right;
	}

	#name-doctor {
    	height: 250px;
	}
	
	#name-doctor h1, #name-doctor > div > p{
		width: 100%;
    	text-align: center;
	}
	
	#networks-mobile{
		display: block;
		margin-top: 10px;
	}
	
	#video{
		width: 100vw;
	}
	
	#contact > div{
		width: 100%;
		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;
	}

	#about-us-body, #about-us-body-2 {
    	line-height: 20px;
    	font-size: 14px;
	}
	
	.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;
	}

	.photo{
		width: 300px;
	}
}

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

	nav{
		position: relative;
	}
	
	.information{
		margin-left: 10px;
	}
	
	#doctor-data{
		background-position: right top;
	}

	#name-doctor{
		height: 400px;
	}
	
	#contact > div > div:first-child{
		padding-left: 2%;
		padding-right: 20px;
	}

	#about-us{
		height: 600px;
	}

	#about-us-2 {
    	height: 450px;
	}
	
	#anagram > div{
		width: 100%;
	}
	
	.part-anagram{
		width: 220px;
	}
}

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