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

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

.color-one-text{
	color: #988B82 !important;
	font-weight: normal;
}

.dark-text{
	color: white;
}

.blue-text{
	color: #988B82;
}

.white-text{
	color: white;
}

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

header{
	width: 100%;
	height: 110px;
	background-color: rgb(255 255 255 / 100%);
}

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: #E61D24;
	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: #e61d24;
	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: #e61d24;
	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(37%) sepia(78%) saturate(7363%) hue-rotate(346deg) brightness(90%) contrast(102%);
}

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

.data-information a{
	position: relative;
	/* top: -7px; */
	transition: .3s all;
}

.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: #4D94AA;
}

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

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


/***** MENU  *****/
#primary-menu{
	height: 50px;
	width: 100%;
	border-top: 1px solid #988B82;
	/*border-bottom: 1px solid #e5e5e5;*/
	background-color: rgb(255 255 255 / 100%);
	border-bottom: 1px solid #988B82;
}

#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: 50px;
	font-size: 15px;
	color: #988B82;
	cursor: pointer;
	text-transform: uppercase;
	/* font-weight: bold; */
	transition: .2s all;
}

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

#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: #43494D;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	margin-top: 5px;
	vertical-align: top;
	transition: .3s all;
}

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

#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(152, 139, 130,0.6) 40%, rgba(152, 139, 130,0.6) 55%), url(../img/foto-header.png) no-repeat;
	/* background-image: url(../img/foto-header.png); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#name-doctor{
	height: 500px;
	display: flex;
	align-items: center;
	width: 100%;
	/* background: linear-gradient(to left, rgba(198,197,196,1) 28%, rgba(255,255,255,0) 39%, rgba(255,255,255,0) 61%, rgba(198,197,196,1) 72%), url(../img/foto-header-doctor.jpg) no-repeat; */
	background-size: contain;
	background-position: center;
}

#name-doctor > div{width: 70%;margin: 0 auto;color: black;text-align: center;background-color: rgb(255 255 255 / 60%);padding: 20px 10px 20px 10px;/* margin-top: 320px; */}

.title{
	font-size: 55px;
	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: #E61D24;
}

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

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

#name-doctor > div > p{width: 70%;/* line-height: 20px; */font-size: 20px;margin: 0 auto;margin-top: 10px;}

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

#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: #E61D24;
	/* 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: #43494d;
	font-size: 16px;
	/*font-family: 'Raleway-Regular';*/
	/*border-radius: 20px;*/
	text-indent: 15px;
	height: 30px;
	width: 90%;
	margin: 5px 0px;
	border-radius: 5px;
}

#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;
	border-radius: 5px;
}

#form-contact #submit-button{
	background: #988B82;
	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;
	border-radius: 5px;
	transition: .3s all;
}

#form-contact #submit-button:hover{
	background: #181b1d;
	color: white;
}

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

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

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

/***** ABOUT *****/
#about{
	width: 100%;
	height: 550px;
	background-image: linear-gradient(rgba(152, 139, 130, 0.4), rgba(152, 139, 130, 0.4)), url(../img/banner-about.png);
	background-size: cover;
	display: flex;
	align-items: center;
	border-bottom: 10px solid #E61D24;
}

#about > div{
	width: 50%;
	/* margin: 0 auto; */
	text-align: center;
	font-size: 20px;
	/* line-height: 30px; */
	padding-left: 50px;
}

#about .blue-text {
    color: #0f82ab;
}
/***** FIN ABOUT *****/

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

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

/*****  CURRICULUM Y EXPERIENCIA  *****/
#curriculum-and-experience{
	background-color: #efeded;
}

#back-title{
	color: white;
    height: 200px;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, rgba(152, 139, 130,0.6) 10%, rgba(152, 139, 130,0.6) 100%), url(../img/cv.png);
    background-size: cover;
    background-position: center;
    text-align: center;
}

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

.cv-exp-section{
	background-color: rgb(239 237 237);
	color: #383838;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	/* margin-top: -85px; */
	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: -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: #bb040a;
	color: white;
	text-align: center;
	height: 200px;
	font-size: 16px;
}

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

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

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

#certifications .degree-description{
	background-color: #203760;
    height: 200px;
}

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

#awards .degree-description{
	background-color: #2e3f75;
    height: 260px;
}

.type{
	position: absolute;
    bottom: 5px;
    right: 10px;
    color: #0a86a7;
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
}
/***** FIN CURRICULUM 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;
    padding-bottom: 50px;
}

#list-services{
	width: 90%;
    margin: 0 auto;
    height: auto;
	text-align: center;
	padding-bottom: 40px;
}

.service{
	display: inline-block;
	vertical-align: top;
	width: 380px;
	height: auto;
	background-color: #efeded;
	position: relative;
	margin: 6px 3px;
}

.image-service{
	width: 100%;
    height: 250px;
	overflow: hidden;
}

.image-service > div{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
	filter: blur(1px);
}

.service:hover{
	box-shadow: 0px 0px 5px 5px #efeded;
	-webkit-box-shadow: 0px 0px 5px 5px #efeded;
}

.service:hover .image-service > div{
	-ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
	filter: blur(0px);
}

.text-service{
	text-align: center;
	/* font-size: 18px; */
	padding-top: 20px;
	height: 350px;
}

.text-service > h3{
	width: 90%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #E61D24;
	font-size: 20px;
}

.text-service > p{
	width: 85%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

.icon-service{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 215px;
	background-color: #E61D24;
	border-radius: 80px;
	left: 5%;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}

.service:hover .icon-service{
	left: 80%;
}

.icon-service > div{
	/*height: 65px;*/
    margin: 0 auto;
}

.icon-service > div > img{
	width: 55%;
    margin-left: 1px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}

/***** FIN SERVICIOS  *****/

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

#works .title-section .title{
	color: white !important;
}

.gallery img{
	width: 100%;
}

.slick-slide{
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.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: white !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: white !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: #efeded;
}

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

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

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

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

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

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

#consulting-room-schedule select {
    background-color: #c6c5c4;
    width: 200px;
    margin-left: 5px;
    border: none;
    height: 40px;
    font-size: 14px;
    text-indent: 10px;
    border-radius: 5px;
}

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

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

#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: #E61D24;
	color: white;
	padding: 15px 20px;
	margin: 5px;
	cursor: pointer;
	border-radius: 5px;
}

#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: white;
	color: black;
	padding: 30px 20px;
	max-height: 80%;
	overflow: auto;
	margin-top: 30px;
	border: 5px solid #E61D24;
	border-radius: 20px;
}

#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;
	border-radius: 5px;
}

#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;
	border-radius: 5px;
}

#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;
	border-radius: 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: grey;
}

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

#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;
	border-radius: 5px;
}

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

#generate-appointment{
	display: none;
}

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


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

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

#surgery-one, #surgery-two{
	    background: linear-gradient(to bottom, rgba(230, 29, 36,0.7) 10%, rgba(230, 29, 36,0.7) 100%), url(../img/consultorio.png);
	    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 UBICACION  *****/

/***** 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 *****/

/*****  CONTACTANOS  *****/
#contact-us{
	height: 500px;
	width: 100%;
	background-color: #1f1f1f;
	color: black;
	background-image: linear-gradient(rgba(152, 139, 130,0.4), rgba(152, 139, 130, 0.4)), url(../img/foto-footer.png);
	background-position: top;
	/* 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.png) 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: 30px;
	color: #E61D24;
	margin-block-start: 0;
}

#contact-data p{
	font-size: 16px;
	width: 90%;
	margin-top: 5px;
}

#emergency-contact > img{
	float: left;
	margin-right: 10px;
	filter: brightness(0) saturate(100%);
	margin-top: -5px;
}

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

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

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

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

/*****  ABOUT US  *****/
#about-us, #about-us-2{
	width: 100%;
	height: 450px;
	background-color: #2e3f75;
	color: white;
}

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

#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{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

#about-us-body-2{
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}

#about-us-body-2 li{
	display: block;
	margin-bottom: 10px;
}

#about-us-body > hr, #about-us-body-2 > 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/doctor.jpg);
}

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

#about-us-image > div, #about-us-image-2 > div{
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#about-us-information .title-section, #about-us-information-2 .title-section{
	padding-top: 0px !important;
}

#about-us-information .title-section .title, #about-us-information-2 .title-section .title{
	color: white;
	font-size: 35px;
}
/***** FIN ABOUT US  *****/

/*****  FOOTER  *****/
footer{
	background-color: white;
	height: 100px;
	color: #988B82;
	border-top: 10px solid #E61D24;
}

footer span {
    margin: 0px 20px;
}

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

footer img{
	    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(227deg) brightness(105%) contrast(104%); */
}
/*****  FIN FOOTER  *****/

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

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

#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 / 85%);
		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 / 85%);
		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;
		color: black;
	}
	
	#social-networks > div{
		padding: 5px;
		margin: 10px 10px;
		background: #4D94AA;
	}
	
	#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% - 50px);
	}
	
	#logo img{
		width: 100px;
		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: 40px !important;
		margin-top: 20px;
	}
	
	#doctor-data{
		text-align: center;
		/* background-color: #DCDF86; */
		/* background-image: initial; */
	}
	
	#name-doctor{
		height: auto;
		/* padding-bottom: 30px; */
		padding-top: 15px;
		background: initial;
		/* background: linear-gradient(to left, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.3) 55%), url(../img/foto-header-movil.jpeg) no-repeat; */
		background-size: cover;
	}

	#name-doctor .title{
		color: #e61d24;
	}

	#name-doctor > div{
		margin-top: -15px;
		background-color: transparent;
	}
	
	#name-doctor > div > p{
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 18px;
		/*line-height: 16px;*/
		color: black;
		/* text-shadow: -1px 1px 2px #43494d, 1px 1px 2px #43494d, 1px -1px 0 #43494d, -1px -1px 0 #43494d; */
		margin-bottom: 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(to bottom, rgba(67, 98, 128,0.5) 10%, rgba(67, 98, 128,0.6) 100%), url(../img/cv.jpg); */
		height: 400px;
		display: flex;
		align-items: center;
	}
	
	#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: 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{
		height: 500px !important;
	}*/

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

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

	#about-us-body-2 ul{
		padding-inline-start: 0px;
	}

	.photo{
    	width: 100%;
	    height: 180px;
    	margin: 5px 0px;
    }



    #about{
    	width: 100%;
	    height: 400px;
	    background-position: center;
    }

    #about > div {
	    width: 80%;
	    margin: 0 auto;
	    font-size: 18px;
	    padding-left: 0;
	}





	.service{
		width: 100%;
	}
	
	.text-service > h3{
		font-size: 20px;
	}
	
	.text-service{
		font-size: 16px;
		height: auto;
		padding-bottom: 10px;
		text-align: center;
		padding-top: 25px;
	}

	.image-service > div{
		filter: blur(0px);
	}
}

@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;
		/* background: initial; */
	}
	
	#name-doctor > div{
		width: 100%;
		margin-top: -20px;
	}
	
	#name-doctor > div > p {
		width: 80%;
		margin: 0 auto;
		margin-top: 20px;
		padding-bottom: 20px;
		color: black;
	}
	
	#photo-mobile{
		display: block;
	}
	
	#photo-mobile > img{
		width: 100%;
		border-radius: 20px;
		/* box-shadow: rgb(0 40 87 / 90%) 0px 3px 10px; */
		max-width: 300px;
	}
	
	#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, #about-us-2{
		height: auto;
	}

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

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

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

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

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



    #about{
    	height: 380px;
    }



    .service{
		width: 100%;
		margin: 10px 3px;
	}
	
	.text-service > h3{
		font-size: 20px;
	}
	
	.text-service{
		font-size: 16px;
		height: auto;
		padding-bottom: 10px;
		text-align: center;
		padding-top: 25px;
	}

	.image-service > div{
		filter: blur(0px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#doctor-data{
		background-position: top;
	}
	
	#name-doctor h1, #name-doctor > div > p{
		width: 90%;
		margin: 0 auto;
	}
	
	#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;
	}

	.photo{
		width: 300px;
	}

	/*#name-doctor{
		height: 620px;
	}*/


	#about{
		height: 450px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#logo > div > img{
		width: 100px;
		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) {}