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

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

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

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

.blue-text{
	color: #013954;
}

.white-text{
	color: white;
}

/*****  AVISO DE PRIVACIDAD  *****/
#background-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    filter: blur(4px) opacity(0.5) brightness(1.2);
}

#doctor-data{
	position: relative;
	overflow: hidden;
	top: 52px;
	background-image: linear-gradient(to bottom, rgba(208, 226, 237, 0.7) 10%, rgba(208, 226, 237, 0.7) 100%), url(../img/banners/main.jpg);
	background-size: cover;
    background-position: center;
}

main{
	/*background-size: cover;
	background-position: center;
	background-image: url(../img/banners/foto-header.jpg);*/
	height: 550px;
	padding-bottom: 40px;
}

#title{
    width: 100%;
    font-size: 22px;
    color: #1b3b52;
    text-align: center;
}

#title h1{
	width: 80%;
    margin: 0 auto;
    padding-top: 30px;
	font-weight: normal;
}

#notice-of-privacy{
	width: 70%;
	margin: 0 auto;
	text-align: justify;
	margin-top: 25px;
	height: 70%;
	background-color: rgba(255,255,255,0.1);
	border-radius: 10px;
	color: #404040;
	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: #2c3e50;
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
}

.item{
	color: #df7816;
	font-weight: bold;
}

.data{
	text-indent: 35px;
}

footer{
	margin-top: 52px;
}
/*****  FIN AVISO DE PRIVACIDAD  *****/


@media only screen and (max-width: 599px) {
	header{
		height: 35px;
	}

	#doctor-data{
		top: 0
	}

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

	#title {
		width: 90%;
		font-size: 16px;
		text-align: center;
		margin: 0 auto;
	}
	
	#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;
		margin-top: 20px;
	}
	
	main{
		height: 100vh;
		background-position: right;
	}
}


@media only screen and (min-width: 600px) and (max-width: 767px){	
	header{
		height: 35px;
	}

	#doctor-data{
		top: 0
	}

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

	#title {
		width: 80%;
		font-size: 18px;
		margin-left: 10%;
		text-align: center;
	}

	#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;
	}
	
	#notice-of-privacy .title{
		font-size: 14px;
		margin-top: 30px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px){
	header{
		height: 35px;
	}

	#doctor-data{
		top: 0
	}
	
	#background-video {
    	height: 100%;
    	width: initial;
    	filter: blur(4px) opacity(0.5) brightness(1.4);
	}

	#title {
		width: 80%;
		font-size: 20px;
		margin-left: 10%;
		text-align: center;
	}
	
	main{
		height: 450px;
	}
	
	#notice-of-privacy{
		height: 70%;
		font-size: 13px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#title h1 {
    	width: 100%;
	}

	main{
		height: 450px;
	}
	
	#notice-of-privacy{
		margin-top: 20px;
		height: 60%;
		padding-bottom: 20px;
	}
	
	#title {
		width: 75%;
		margin: 0 auto;
	}
}