html {
    scroll-behavior: smooth;
}

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

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

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

.dark-text{
	color: #00ADE9;
}

.blue-text{
	color: #00ADE9;
}

.white-text{
	color: white;
}

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

#doctor-data{
	/* background-color: #ffffff; */
	position: relative;
	overflow: hidden;
	top: 52px;
}

#name-doctor{
	height: 400px;
	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: 35%;
    color: #000D22;
    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: 45px;
	margin-block-start: 0;
	margin-block-end: 0;
	color: #000D22;
	font-weight: normal;
}

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

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

#name-doctor > div > p{
	width: 100%;
    font-size: 25px;
    /* margin: 0 auto; */
    margin-top: 1em;
    line-height: 28px;
    color: #3e3e3e;
    font-style: italic;
}

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

#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: 8%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-movil{
	display: none;
}

#logo-main img{
	width: 80%;
    height: auto;
	/* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%);*/
}
/*****  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; */
    	left: -110px;
 }

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

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

	#name-doctor .title{
		color: #e61d24;
		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: 40px;
		font-size: 18px;
		/* color: white; */
		margin-bottom: 40px;
	}
	
	#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: 95%;
	}
}

@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(20, 33, 43, 0.7), rgba(20, 33, 43, 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: 95%;
	}

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