@font-face {
    font-family: 'Raleway-Regular';
    src: url(../fonts/Raleway-Regular.ttf);
}

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

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

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

.dark-text{
	color: #63598f;
}

.blue-text{
	color: #1db3cb;
}

.white-text{
	color: white;
}

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

header{
	width: 100%;
	height: 100px;
}

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: #59b4cb;
    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: #c8d9f3;
    text-align: center;
    color: #002857;
    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: #c8d9f3;
    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(14%) sepia(82%) saturate(1371%) hue-rotate(190deg) brightness(88%) contrast(107%);
}

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

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

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

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

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

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

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: white;
	cursor: pointer;
	text-transform: uppercase;
}

.menu:hover{
	color: #59b4cb;
}

#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: white;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    margin-top: 5px;
}

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

#social-networks > div > a > img{
	filter: brightness(0) saturate(100%) invert(65%) sepia(93%) saturate(245%) hue-rotate(148deg) brightness(84%) contrast(88%);
}
/*****  FIN MENU  *****/

/*****  DATOS DEL DOCTOR *****/
#doctor-data{
	/*background-image: url('../img/fondo-principal.jpg');
    background-repeat: no-repeat;*/
	
	/*background: linear-gradient(to left, rgba(74,91,98,0) 10%, rgba(74,91,98,1) 32%), url(../img/foto-header.jpg) no-repeat right;*/
	background-image: url(../img/foto-header.jpg);
	background-size: cover;
}

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

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

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

#name-doctor > div > p{
	width: 40%;
}

#photo-mobile{
	display: none;
}

#networks-mobile{
	display: none;
}

#networks-mobile > div{
	display: inline-block;
    background-color: white;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    padding: 5px;
    margin-right: 10px;
}

#networks-mobile > div img{
	filter: invert(34%) sepia(19%) saturate(1491%) hue-rotate(166deg) brightness(92%) contrast(94%);
}
/*****  FIN DATOS DEL DOCTOR  *****/

/*****  CONTACTO  *****/
#contact > div{
	width: 100%;
    height: 150px;
    margin: 0 auto;
    background-color: #b4aecf;
    /* 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: rgba(255, 255, 255, 1);
    border: none;
    /*color: #0162d6;*/
    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: #a0a3a5;
}

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

#form-contact #submit-button{
	background-color: #63598f;
    border: none;
    color: white;
    /*font-family: 'Raleway-Regular';*/
    font-size: 16px;
    padding: 10px 30px;
    /*border-radius: 20px;*/
	cursor: pointer;
}
/***** 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: #e3e1de;
}

#back-title{
	background-color: #59b4cb;
    color: white;
    height: 220px;
    display: flex;
    align-items: center;
}

#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: 200px;
	margin: 20px;
	position: relative;
}

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

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

/*.logo-institution img{
	height: 175px;
}*/

.degree-description{
	background-color: #63598f;
    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-color: #1cb3cb;
    top: 220px;
    border-radius: 0;
    left: 0;
}

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

#experience .degree-description{
	background-color: #a59cd1;
}

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

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

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

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

.image-service img{
	width: 100%;
    max-height: 180px;
}

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

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

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

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

.title-service{
	margin: 0;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: -25px;
    padding-top: 60px !important;
}*/
/***** FIN SERVICIOS  *****/

/*****  PORTAFOLIO  *****/
#works{
	background-color: #59b4cb;
	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: #005368 !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: #005368 !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: 1px solid #59b4cb;
    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: #22b573;
	color: white;
}

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

#calendar > img{
	filter: brightness(0) saturate(100%) invert(65%) sepia(93%) saturate(245%) hue-rotate(148deg) brightness(84%) contrast(88%);
}

#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: inline-block;
    background-color: #59b4cb;
    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: #0b5c87;
    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: none;
    background-color: #3c7d9f;
    color: white;
    height: 25px;
    margin-bottom: 15px;
    width: 270px;
    text-align: center;
	font-size: 16px;
}

#schedule-appointment-form .text-area{
	width: 270px;
    height: 40px;
    background-color: rgb(61, 125, 159);
    color: white;
    border: none;
    margin: 0px;
    font-family: Helvetica;
    text-align: center;
	font-size: 16px;
	padding: 10px 0px;
}

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

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

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

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

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

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

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

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

/***** UBICACIÓN  *****/
.surgery{
	width: 100%;
    height: 500px;
    margin-bottom: 40px;
}

#surgery-one{
	background: linear-gradient(to bottom, rgba(11,92,135,0) 0%, rgba(11,92,135,1)), url(../img/consultorio.jpg);
	background-size: contain;
}

.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;
}
/***** 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: #00b0c3;
    color: white;
    background-image: url(../img/foto-footer.jpg);
    background-position: right;
	/*margin-top: -40px;*/
	background-repeat: no-repeat;
	/*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{
	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;
	margin-bottom: 15px;
}

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

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

#networks-footer > div > a{
	margin: 0 auto;
}

#networks-footer > div img{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
	vertical-align: middle;
}
/***** FIN CONTÁCTANOS  *****/

#yt-channel{
	width: 100%;
	height: 300px;
	background-image: url(../img/yt-banner.jpg);
}

/*****  FOOTER  *****/
footer{
	background-color: #63598f;
    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: #b4aecf;
    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-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: #265370;
		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: #265370;
		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{
		margin-left-right;
	}*/
	
	#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;
	}
	
	#doctor-data{
		text-align: center;
		background-color: #4b9390;
		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: 155px;
	}
	
	/*#certifications .circle-item {
		top: 136px;
	}*/
	
	.description-section{
		width: 90%;
	}
	
	.icon-service{
		top: initial;
		bottom: 0;
	}
	
	.service-description{
		text-align: center;
		height: 70px;
		padding-bottom: 10px;
	}
	
	.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: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	#contact-us > div{
		width: 90%;
	}
	
	#contact-data, #social-networks-footer {
		float: initial;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	#contact-data p{
		margin: 0 auto;
	}
	
	#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: 100%;
		margin-top: 0;
		max-height: 100%;
		padding: 25px 0px;
	}
	
	#words-cloud{
		height: 500px;
	}
		
	footer > div{
		width: 90%;
		margin: initial;
	}
	
	footer span{
		margin: 0px 10px;
	}
	
	footer label{
		display: block;
		width: 80px;
	}
	
	footer > div > img{
		width: 130px;
		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;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	#doctor-data{
		background-image: none;
		background-color: #4b9390;
	}
	
	#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: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	#contact-us > div{
		width: 85%;
	}
	
	.image-service img{
		max-height: 165px;
		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;
	}
}

@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: 120px;
		height: auto;
	}
	
	.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) {}