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

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

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

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

.dark-text{
	color: white;
}

.blue-text{
	color: #383838;
}

.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{
    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: 60px;
    margin-block-start: 0;
    margin-block-end: 0;
    color: #9C1A19;
}

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

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

/*****  CONTENIDO  *****/
#title{
    width: 60%;
    font-size: 22px;
    margin-left: 5%;
    color: #9C1A19;
}

main{
	height: 450px;
}

#notice-of-privacy{
	width: 70%;
	margin: 0 auto;
	text-align: justify;
	margin-top: 25px;
	height: 70%;
	background-color: white;
	border-radius: 10px;
	color: #3c3b3c;
	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: #9C1A19;
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
}

.item{
	color: #00549E;
}

.data{
	text-indent: 35px;
}

#contactaremos{
	color: #3c3b3c;
}
/*****  FIN CONTENIDO  *****/

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

#agradecimiento{
	font-size: 35px !important;
    color: #00549E !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 / 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;
	}
	
	#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-color: rgb(220 223 134);*/
		background-image: initial;
		/*border-bottom: 2px solid #C5705C;*/
	}
	
	#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: 90%;
		/*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;
	}
	
	#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){
	#background-video{
		height: 100%;
		width: initial;
		filter: blur(4px) opacity(0.5) brightness(1.4);
	}

	#doctor-data{
		background-image: none;
	}
	
	#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;
	}
	
	#notice-of-privacy .title{
		font-size: 14px;
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#background-video{
		height: 100%;
		width: initial;
		filter: blur(4px) opacity(0.5) brightness(1.4);
	}

	#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: 170px;
		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) {}