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

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

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

.dark-text{
	color: #3b392d;
}

.blue-text{
	color: #CBB665;
}

.white-text{
	color: white;
}

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

#background-video::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c4cbb9; /* Color del filtro */
	opacity: 0.5; /* Ajusta la opacidad para controlar la intensidad del filtro */
	pointer-events: none;
}

#doctor-data{
	background-image: linear-gradient(to bottom, rgba(252, 252, 250, 0.9) 10%, rgba(252, 252, 250, 0.9) 100%), url(../img/banners/main.jpg);
	background-size: cover;
	background-position: center;
	background-blend-mode: hard-light;
	position: relative;
	overflow: hidden;
	top: 52px;
}

#name-doctor{
	height: 450px;
	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: 40%;
    color: #616161;
    text-align: left;
    /* background-color: rgba(250, 250, 250, 0.8); */
    /* margin: 0 auto; */
    /* padding: 30px 20px; */
    /* border-radius: 5px; */
    /* position: absolute; */
    /* bottom: 0; */
    margin-left: 10%;
}

.title{
	font-size: 55px;
	margin-block-start: 0;
	margin-block-end: 0;
	color: #14212b;
	font-weight: normal;
}

.subtitle{
	/* text-transform: uppercase; */
	font-size: 35px;
	/* font-style: italic; */
	position: relative;
	top: -20px;
}

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

#name-doctor > div > p{
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	margin-top: 1em;
}

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

#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%);
}

#logo-main{
	position: absolute;
	top: 15%;
	right: 10%;
	height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#logo-movil{
	display: none;
}

#logo-main img{
	width: 100%;
	height: auto;
	/* filter: brightness(0) saturate(100%) invert(61%) sepia(45%) saturate(399%) hue-rotate(35deg) brightness(85%) contrast(88%); */
}
/*****  FIN DATOS DEL DOCTOR  *****/


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

	#background-video {
    	height: 100%;
    	width: initial;
    	/* filter: blur(4px) opacity(0.5) brightness(1.4); */
		display: none;
 	}

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

	.subtitle{
		font-size: 22px;
	}

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

	#name-doctor .title{
		color: #84974f;
		/* display: none; */
	}

	#name-doctor > div{
		margin-top: -15px;
		background-color: transparent;
		width: 85%;
    	margin: 0 auto;
		padding-top: 0;
		position: initial;
		text-align: center;
	}
	
	#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;
	}

	#logo-main{
		position: relative;
		width: 100%;
		text-align: center;
		right: 0;
		padding: 20px 0px;
		display: none;
	}

	#logo-movil{
		display: block;
        width: 275px;
		margin: 0 auto;
	}

	#logo-movil img{
		width: 70%;
		/*filter: brightness(0) saturate(100%) invert(61%) sepia(45%) saturate(399%) hue-rotate(35deg) brightness(85%) contrast(88%);*/
	}
}

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

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

	#logo-main{
		position: initial;
		padding: 20px 0;
		display: none;
	}

	#logo-main img{
		width: 30%;
	}

	#logo-movil{
		display: block;
        width: 365px;
		margin: 0 auto;
	}

	#logo-movil img{
		width: 90%;
		/*filter: brightness(0) saturate(100%) invert(61%) sepia(45%) saturate(399%) hue-rotate(35deg) brightness(85%) contrast(88%);*/
	}

	#name-doctor .title{
		display: none;
	}

	#contact{
		padding-top: 0 !important;
	}
}

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

	#name-doctor{
		height: 300px;
	}

	#name-doctor > div{
		width: 100%;
		margin: 0 auto;
	}

	#logo-main{
		display: none;
	}

	#logo-movil{
		display: block;
        width: 400px;
        margin: 0 auto;
	}

	#logo-movil img{
		width: 100%;
	}

	#name-doctor .title{
		display: none;
	}

	#contact {
		padding-top: 0 !important;
	}
}

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