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

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

.color-one-text{
	color: #000 !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: rgb(244 249 253 / 70%);
}

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: #16a19b;
	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: #319894;
	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: #319894;
	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(49%) sepia(61%) saturate(549%) hue-rotate(128deg) brightness(93%) contrast(93%);
}

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

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

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

.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: 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: 15px;
	color: black;
	cursor: pointer;
	text-transform: uppercase;
	transition: .3s;
	font-weight: bold;
}

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

#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: #def5ee;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	margin-top: 5px;
	transition: .3s;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 40%);
}

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

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

#social-networks > div > a > img{
	filter: brightness(0) saturate(100%) invert(49%) sepia(61%) saturate(549%) hue-rotate(128deg) brightness(93%) contrast(93%);
	transition: .3s;
}

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

/*****  FOOTER  *****/
footer{
	background-color: #def5ee;
    height: 100px;
    color: #6a6a65;
}

footer span {
    margin: 0px 20px;
}

footer > div{
	width: 380px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
/*****  FIN FOOTER  *****/


/*****  DATOS DEL DOCTOR *****/
#doctor-data{
	/*background: linear-gradient(to left, rgba(255,255,255,0) 37%, rgba(255,255,255,0.8) 48%), url(../img/foto-header.jpeg) no-repeat;*/
	/* background-image: url(../img/foto-header.jpeg); */
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

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

#name-doctor > div{
	width: 80%;
    margin: 0 auto;
    color: #6a6a65;
    font-size: 20px;
}

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

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

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

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

main{
	height: 450px;
}

#notice-of-privacy{
	width: 70%;
    margin: 0 auto;
    text-align: justify;
    margin-top: 25px;
    height: 70%;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 10px;
	color: #494949;
	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: #319894;
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
}

.item{
	color: black;
}

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


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

	.menu:hover{
		margin-right: auto;
	}
	
	#social-networks > div{
		padding: 5px;
		margin: 10px 10px;
		/* background: linear-gradient( to right, #cb9b51 0%, #f6e27a 30%, #f6f2c0 50%, #f6e27a 70%, #cb9b51 100% ); */
	}
	
	#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% - 70px);
	}
	
	#logo img{
		width: 140px;
		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: 30px !important;
	}

	#background-video{
		height: 100%;
		width: initial;
		filter: blur(4px) opacity(0.5) brightness(1.4);
	}
	
	#doctor-data{
		text-align: center;
		/*background-color: #1f1f1f;*/
		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;
		line-height: 20px;
    	font-size: 15px;
	}
	
	#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;
	}

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

@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: 160px;
		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) {}