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

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

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

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

.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: 450px;
	display: flex;
	align-items: center;
	width: 100%;
	/*background: #c6c5c4;*/
}

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

.title{
	font-size: 55px;
	margin-block-start: 0;
	margin-block-end: 0;
	color: #e61d24;
}

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

#photo-mobile{
	display: none;
}
/*****  FIN DATOS DEL DOCTOR  *****/

/*****  CONTENIDO  *****/
#title{
    width: 100%;
    font-size: 22px;
    /* margin-left: 5%; */
    color: white;
    text-align: center;
}

#title h1{
	width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}

main{
	height: 450px;
	/*background: #c6c5c4;*/
	padding-bottom: 40px;
}

#notice-of-privacy{
	width: 70%;
	margin: 0 auto;
	text-align: justify;
	margin-top: 25px;
	height: 70%;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	color: black;
	box-shadow: rgb(73 73 73 / 80%) 0px 1px 8px;
	display: flex;
	align-items: center;
}

#notice-of-privacy > div{
	width: 95%;
    margin: 0 auto;
    height: 90%;
    overflow-y: scroll;
    /*margin-top: 9px;
    padding-right: 20px;
	padding-top: 19px;*/
}

#notice-of-privacy .title{
	color: #e61d24;
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
}

.item{
	color: #988B82;
}

.data{
	text-indent: 35px;
}
/*****  FIN CONTENIDO  *****/

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

#agradecimiento{
	font-size: 35px !important;
	color: black !important;
	font-weight: bold !important;
}

#contactaremos{
	font-size: 26px !important;
}

#cita{
	font-size: 20px !important;
    /*width: 55% !important;*/
}

@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: 33px;
	}

	.title-agradecimiento{
		color: #2e3f75 !important;
	}
	
	#doctor-data{
		text-align: center;
		/*background-color: white;
		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;
	}

	#cita{
		width: 100% !important;
	}
	
	footer > div{
		width: 76%;
		/*margin: initial;*/
	}
	
	footer span{
		margin: 0px 10px;
	}
	
	footer label{
		display: block;
		width: 80px;
	}
	
	footer > div > img{
		width: 80px;
		height: auto;
	}
	
	#title {
		width: 90%;
		font-size: 16px;
		text-align: center;
		margin: 0 auto;
	}
	
	#notice-of-privacy{
		width: 85%;
		font-size: 11px;
		margin-top: 20px;
		height: 70%;
		background-color: rgba(255, 255, 255, 1);
	}
	
	#notice-of-privacy > div{
		margin-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		width: 90%;
		padding-top: 0;
	}
	
	#notice-of-privacy .title{
		font-size: 13px;
		margin-top: 20px;
	}
	
	main{
		height: 100vh;
		/*margin-bottom: 20px;*/
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	/*.title-agradecimiento{
		color: #059dcf !important;
	}*/

	#doctor-data{
		/*background-image: none;
		background-color: white;*/
	}
	
	#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;
		max-width: 500px;
	}
	
	#title {
		width: 80%;
		font-size: 18px;
		margin-left: 10%;
		text-align: center;
	}

	#cita{
		width: 90% !important;
	}

	#notice-of-privacy{
		width: 85%;
		font-size: 12px;
		margin-top: 20px;
		height: 70%;
		background-color: rgba(255, 255, 255, 0.8);
	}
	
	#notice-of-privacy > div{
		margin-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		width: 90%;
		padding-top: 0;
	}
	
	main{
		height: 100vh;
		/*margin-bottom: 40px;*/
	}
	
	#notice-of-privacy .title{
		font-size: 14px;
		margin-top: 30px;
	}

	footer img{
		width: 80px;
	}
}

@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%;*/
	}
	
	#title {
		width: 80%;
		font-size: 20px;
		margin-left: 10%;
		text-align: center;
	}
	
	main{
		height: 450px;
	}
	
	#notice-of-privacy{
		height: 70%;
		font-size: 13px;
		/*background-color: rgba(255, 255, 255, 1);*/
	}

	footer img{
		width: 80px;
	}
}

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

	#title h1 {
    	width: 100%;
	}


	
	.information{
		margin-left: 10px;
	}
	
	#doctor-data{
		background-position: right top;
	}
	
	main{
		height: 450px;
	}
	
	#notice-of-privacy{
		margin-top: 20px;
		height: 60%;
		padding-bottom: 20px;
	}
	
	#title {
		width: 75%;
		margin: 0 auto;
	}
}

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