html {
    scroll-behavior: smooth;
}

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

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

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

.dark-text{
	color: #B17B1B;
}

.blue-text{
	color: #1D1D1B;
}

.white-text{
	color: white;
}

/*****  DATOS DEL DOCTOR *****/
#background-video, #background-video-movil {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    filter: grayscale(100%) brightness(1);
}

#background-video-movil {
	display: none;
}

#doctor-data{
	/*background-color: #E1E8E3;*/
	position: relative;
    overflow: hidden;
	/*background-image: linear-gradient(to bottom, rgba(20, 60, 90, 0.7) 10%, rgba(20, 60, 90, 0.7) 100%), url(../img/banners/main/main1.jpg);*/
    background-position: center top;
    background-size: cover;
}

#doctor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    opacity: 0;  /* Inicialmente invisible */
    transition: opacity 1s ease-in-out; /* Transición suave */
}

.background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1D1D1B;
	mix-blend-mode: multiply; /* o prueba overlay, color, soft-light */
	opacity: 0.6; /* controla la intensidad del color */
	pointer-events: none;
}

#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: 90%;
    color: white;
    text-align: center;
    /*background-color: rgba(52, 75, 142, 0.2);*/
    margin: 0 auto;
    padding: 0 20px 30px 20px;
    border-radius: 10px;
    /* position: absolute; */
    /* bottom: 0; */
    /*margin-left: 10%;*/
}

#main-logo{
	/*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);*/
	width: 50%;
	padding-bottom: 20px;
}

.title{
	font-size: 45px;
	margin-block-start: 0;
	margin-block-end: 0;
	color: white;
	line-height: 42px;
	font-weight: lighter;
}

#name-doctor .title > span:not(.dark-text){
	font-size: 35px;
}

.subtitle{
    font-size: 16px;
    color: #808080;
    margin: 15px 0px;
}

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

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

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

#main-lema{
	font-style: italic;
    font-size: 22px !important;
    margin-top: 70px !important;
}

#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{
	display: inline-flex;
    align-items: center;
    border-radius: 10px;
    height: 40px;
    width: 240px;
    padding: 5px;
    margin: 5px 10px;
    background: none;
    border: 1px solid white;
    color: white;
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
	transition: all .1s ease-in-out;
}

#networks-mobile > div:hover{
	border: 1px solid #B17B1B;
	background-color: #B17B1B;
	color: white;
}

#networks-mobile > div > a{
	width: 100%;
    height: 100%;
    line-height: 40px;
}

#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;
		height: 100px;
	}

	#background-video-movil {
    	height: 100%;
    	width: initial;
    	/*filter: blur(4px) opacity(0.5) brightness(1.4);*/
		right: 0;
		left: 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.jpg); */
		background-position: center;
		background-size: cover;
		height: auto;
	}
	
	#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: black;*/
		margin-bottom: 20px;
	}

	#main-logo{
		width: 90%;
	}
	
	#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 {
    	height: 100%;
    	width: initial;
    	filter: blur(4px) opacity(0.5) brightness(1.4);
	}

	/*#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: black;*/
	}
	
	#photo-mobile{
		display: block;
	}
	
	#photo-mobile > img{
		width: 100%;
		border-radius: 20px;
		max-width: 300px;
	}
	
	#networks-mobile{
		display: block;
	}

	#main-logo{
		max-width: 500px;
	}
}

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