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

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

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

.dark-text{
	color: #005368;
}

.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%;
	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/foto-header.jpg);
	background-color: #4b9390;
	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;
}
/*****  FIN DATOS DEL DOCTOR  *****/

/*****  CONTENIDO  *****/
#title{
    width: 50%;
    font-size: 22px;
    margin-left: 5%;
}

main{
	height: 450px;
}

#notice-of-privacy{
	width: 70%;
    margin: 0 auto;
    text-align: justify;
    margin-top: 50px;
    height: 70%;
    background-color: white;
    border-radius: 10px;
	color: #494949;
	box-shadow: rgb(73 73 73 / 80%) 0px 1px 8px;
}

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

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

.item{
	color: #2c5d87;
}

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

/*****  FOOTER  *****/
footer{
	background-color: #2c5d87;
    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  *****/

#agradecimiento{
	font-size: 35px !important;
    color: #cddc39 !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: #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: #485b62;*/
		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;
	}

	#cita{
		width: 100% !important;
	}
	
	#photo-mobile{
		display: block;
	}
	
	#photo-mobile > img {
		width: 100%;
		border-radius: 10px;
		box-shadow: rgb(0 40 87 / 90%) 0px 3px 10px;
	}
	
	footer > div{
		width: 90%;
		margin: initial;
	}
	
	footer span{
		margin: 0px 10px;
	}
	
	footer label{
		display: block;
		width: 80px;
	}
	
	footer > div > img{
		width: 130px;
		height: auto;
	}
	
	#title {
		width: 90%;
		font-size: 16px;
		text-align: center;
	}
	
	#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){
	#doctor-data{
		background-image: none;
		/*background-color: #485b62;*/
	}
	
	#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;
	}

	#cita{
		width: 90% !important;
	}
	
	#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;
	}
	
	#title {
		width: 80%;
		font-size: 18px;
		margin-left: 10%;
		text-align: center;
	}
	
	#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;
	}
}

@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);
	}
}

@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;
	}
	
	main{
		height: 450px;
	}
	
	#notice-of-privacy{
		margin-top: 20px;
		height: 60%;
		padding-bottom: 20px;
	}
	
	#title {
		width: 75%;
	}
}

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