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

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

.color-one-text{
	color: white !important;
	font-weight: normal;
}

.dark-text{
	color: #04a2e5;
}

.blue-text{
	color: #EA2C48;
}

.white-text{
	color: white;
}

/*****  DATOS DEL DOCTOR *****/
#background-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    /* filter: blur(3px) opacity(0.5) brightness(1.2); */
}

#background-video-movil {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    filter: blur(8px) opacity(0.5) brightness(1.4);
	display: none;
}

#doctor-data{
	/*background-color: #E1E8E3;*/
	position: relative;
    overflow: hidden;
}

#name-doctor{
	height: 500px;
	display: flex;
	align-items: center;
	width: 100%;
	/*background-size: cover;
	background-position: top;
	background-image: url(../img/banners/foto-header.jpg);*/
	position: relative;
}

#name-doctor > div{
    width: 60%;
    color: white;
    text-align: center;
    /* background-color: rgba(250, 250, 250, 0.8); */
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    margin-left: 20%;
}

.title{
	font-size: 52px;
	margin-block-start: 0;
	margin-block-end: 0;
	color: #04a2e5;
	font-weight: normal;
}

.subtitle{
	text-transform: uppercase;
	font-size: 20px;
}

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

#name-doctor > div > p{
	width: 80%;
	font-size: 20px;
	margin: 0 auto;
	margin-top: 1em;
	line-height: 25px;
}

#name-doctor > div > p > b{
	color: #4caf50;
}

#photo-mobile, #networks-mobile{
	display: none;
}

#networks-mobile > div{
	display: inline-flex;
	align-items: center;
	border-radius: 30px;
	height: 40px;
	width: 40px;
	padding: 5px;
	margin: 5px 10px;
	background: #081D38;
}

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


@media only screen and (max-width: 599px) {
	header{
		background-color: initial;
	}

	#background-video-movil {
    	height: 100%;
    	width: initial;
    	filter: initial;
    	display: block;
 }

	#background-video{
		display: none;
	}

	.title{
		font-size: 30px !important;
	}

	.description-section{
		width: 95% !important;
	}
	
	#doctor-data{
		text-align: center;
		/*background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/banners/main-background.png);*/
		background-position: center;
    	background-size: cover;
	}
	
	#name-doctor{
		height: auto;
		padding-top: 15px;
		background: initial;
		background-size: cover;
	}

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

	#name-doctor > div{
		margin-top: -15px;
		background-color: transparent;
		width: 85%;
    	margin: 0 auto;
		padding-top: 0;
		position: initial;
	}
	
	#name-doctor > div > p{
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 16px;
		color: white;
		margin-bottom: 20px;
	}
	
	#photo-mobile{
		display: block;
	}
	
	#photo-mobile > img {
		width: 80%;
	    max-width: 250px;
	    border-radius: 10px;
	    box-shadow: rgb(0 40 87 / 90%) 0px 3px 10px;
	}
	
	#networks-mobile{
		display: block;
		margin-top: 25px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	header{
		background-color: initial;
	}

	#background-video-movil {
    	height: 100%;
    	width: initial;
    	filter: initial;
    	display: block;
 }

	#background-video{
		display: none;
	}

	/*#doctor-data{
		background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/banners/main-background.jpg);
	}*/
	
	#name-doctor{
		height: auto;
		padding-top: 20px;
		text-align: center;
		background: initial;
	}
	
	#name-doctor > div{
		width: 100%;
		margin-top: -20px;
		margin-left: 0;
		position: initial;
		background-color: initial;
	}
	
	#name-doctor > div > p {
		width: 80%;
		margin: 0 auto;
		margin-top: 20px;
		padding-bottom: 20px;
		color: white;
	}
	
	#photo-mobile{
		display: block;
	}
	
	#photo-mobile > img{
		width: 100%;
		border-radius: 20px;
		max-width: 300px;
	}
	
	#networks-mobile{
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#background-video {
    	height: 100%;
    	width: initial;
    	filter: initial;
	}
	
	#doctor-data{
		background-position: top;
	}
	
	#name-doctor h1, #name-doctor > div > p{
		width: 90%;
		margin: 0 auto;
	}
	
	#networks-mobile{
		display: block;
		margin-top: 10px;
	}
}

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

	nav{
		position: relative;
	}
	
	.information{
		margin-left: 10px;
	}
	
	#doctor-data{
		background-position: right top;
	}
}