@font-face {
    font-family: 'open_regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_bold';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_italic';
    src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_italic_bold';
    src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
html, body{
	width: 100%;
	height: 100%;
}
html{
    font-size: 62.5%;
}
body {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'open_regular';
    color: #fff;
    background-color: #000000;
}
a,a:visited,a:hover,a:link,a:active{
    color: inherit;
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
}
/*ANIMACION DEL SANDWICH MENÚ*/
	#nav-icon1{
		width: 40px;
		height: 25px;
		position: relative;
		margin: 0px auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon1 span {
	  display: block;
	  position: absolute;
	  height: 5px;
	  width: 50%;
	  background: #fff;
	  opacity: 1;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}

	#nav-icon1 span:nth-child(even) {
	  left: 50%;
	  border-radius: 0 9px 9px 0;
	}

	#nav-icon1 span:nth-child(odd) {
	  left:0px;
	  border-radius: 9px 0 0 9px;
	}

	#nav-icon1 span:nth-child(1), #nav-icon1 span:nth-child(2) {
	  top: 0px;
	}

	#nav-icon1 span:nth-child(3), #nav-icon1 span:nth-child(4) {
	  top: 10px;
	}

	#nav-icon1 span:nth-child(5), #nav-icon1 span:nth-child(6) {
	  top: 20px;
	}

	#nav-icon1.open span:nth-child(1),#nav-icon1.open span:nth-child(6) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#nav-icon1.open span:nth-child(2),#nav-icon1.open span:nth-child(5) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#nav-icon1.open span:nth-child(1) {
	  left: 5px;
	  top: 5px;
	}

	#nav-icon1.open span:nth-child(2) {
	  left: calc(50% - 5px);
	  top: 5px;
	}

	#nav-icon1.open span:nth-child(3) {
	  left: -50%;
	  opacity: 0;
	}

	#nav-icon1.open span:nth-child(4) {
	  left: 100%;
	  opacity: 0;
	}

	#nav-icon1.open span:nth-child(5) {
	  left: 5px;
	  top: 15px;
	}

	#nav-icon1.open span:nth-child(6) {
	  left: calc(50% - 5px);
	  top: 15px;
	}
/*ANIMACION DEL SANDWICH MENÚ*/
.cerrar{
	width: 100%;
	text-align: right;
	padding: 20px 30px 0 0;
}
.cerrar img{
	cursor: pointer;
}
nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.95);
	display: none;
}
nav li{
	margin-bottom: 5px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	cursor: pointer;
	position: relative;
	opacity: 0;
	top: -50px;
}
nav li:hover{
	transform: translateX(30px);
	color: #03C9FF;
}
nav li.menu_abierto{
	opacity: 1;
	top: 0;
}
.nav_list{
	list-style-type: none;
}
.nav_item{
	font-size: 2.5rem;
}
.minlista{
	list-style-type: none;
	padding-left: 30px;
}
.minilista_item{
	font-family: 'open_italic';
	font-size: 1.7rem;
}
.container.slider_sec {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
header{
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #45C6EA;
}
.logo_img{
	max-height: 100%;
}
.sandwich, .logo{
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.sandwich{
	left: auto;
	right: 10px;
	z-index: 100000000;
}
.seccion{
	position: relative;
	width: 100%;
	min-height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 17px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 17px 1px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 17px 1px rgba(0,0,0,0.75);
}
.seccion:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .9);
}
@keyframes desoscuro{
	90%{
		opacity:0;
	}
	100%{
		opacity: 0;
		z-index: -1;
	}
}
.seccion.desoscuro:before{
	-webkit-animation: desoscuro 1s ease-in-out forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: desoscuro 1s ease-in-out forwards;
	-moz-animation-fill-mode: forwards;
	animation: desoscuro 1s ease-in-out forwards;
	animation-fill-mode: forwards;
}
.seccion .container{
	height: 100%;
	position: relative;
	left: 0;
	opacity: 1;
	-webkit-transition: all 900ms ease-in-out;
	-moz-transition: all 900ms ease-in-out;
	transition: all 900ms ease-in-out;
}
.seccion .container.desoscuro{
	left: 0;
	opacity: 1;
}
#home{
	background-image: url(../img/back_home.jpg);
	font-family: 'open_italic';
	font-size: 2rem;
	padding: 80px 0 20px;
	text-align: center;
}
.home_texto{
	max-width: 90%;
	width: 500px;
	margin: 0 auto;
}
.home_texto span{
	font-family: 'open_italic_bold';
}
.logo_home_cont{
	width: 100%;
	position: relative;
	margin: 20px auto;
}
.logo_home{
	max-width: 90%;
}
.scroll_home{
	position: relative;
}
.scroll_img{
	display: block;
	margin: 0 auto;
}
.scroll_img2{
	-webkit-animation: animar_scroll 1s infinite ease-in-out;
	-moz-animation: animar_scroll 1s infinite ease-in-out;
	animation: animar_scroll 1s infinite ease-in-out;
}
@keyframes animar_scroll{
	0%{transform: translateY(0px);}
	50%{transform: translateY(10px);}
	100%{transform: translateY(0px);}
}

#servicios{
	background-image: url(../img/back_servicios.jpg);
	font-family: 'open_italic';
	text-align: center;
}
.titulo_azul{
	color: #45C6EA;
}
.titulo_seccion{
	font-family: 'open_bold';
	margin: 40px 0;
	font-size: 4rem;
	position: relative; 
	text-align: center;
}
.inertitulo{
	width: 100%;
	text-align: center;
}
.linea_titulo{
	display: none;
	width: 65px;
	height: 2px;
	margin-top: 20px;
	background-color: #45C6EA;
}
.subtitulo_azul{
	color: #45C6EA;
	font-size: 1.9rem;
	font-family: 'open_italic';
	margin: 70px auto 30px;
	max-width: 90%;
	text-align: center;
}
.texto_seccion{
	margin: 80px auto 70px;
	font-size: 2rem;
}
.servicios_icono{
	height: 250px;
}
.servicios_icono p{
	max-width: 80%;
	margin: 30px auto;
	font-size: 1.8rem;
}
.servicios_icono img{
	max-width: 100%;
}
.texto_azul{
	color: #45C6EA;
	font-family: 'open_italic_bold';
}
#diagnostico{
	background-image: url(../img/back_diagnostico.jpg);
	overflow: hidden;
}
#diagnostico .container.animado{
	animation: azul .8s ease-in-out;
}
.diagnostico_slider_titulo{
	text-align: center;
	font-family: 'open_bold';
	font-size: 2rem;
	text-transform: uppercase;
	margin: 20px auto;
	max-width: 90%;
	color: #45C6EA; 
	position: relative;
}
.diagnostico_texto{
	position: relative;
}
.diagnostico_slider_pregunta{
	font-family: 'open_bold';
	font-size: 1.5rem;
}
.diagnostico_silder_respuesta{
	padding-left: 20px;
}
.imagen_azul{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 20px;
}
.imagen_azul:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 10px;
	background: #45C6EA;
	z-index: 0;
	transition: all 300ms ease;
}
.imagen_azul.azul_animado:after{
	top: 0;
	left: 0;
}
/*.imagen_azul.animado:after{
	animation: azul 2s ease-in-out;
}*/
.diagnostico_slider_imagen_img{
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.diagnostico_slider_bebes{
	text-align: center;
	margin: 20px 0;
}
.diagnostico_slider_bebes img{
	max-width: 100%;
}
.flechas{
	cursor: pointer;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.diagostico_flecha_der, .embarazo_flecha_der{
	left: auto;
	right: 0px;
}
.diagnostico_slider_contenido{
	padding-right: 0;
	padding-left: 0;
}
.embarazo_slider_texto{
	margin: 30px auto;
	max-width: 90%;
	text-align: center;
	font-size: 1.8em;
	font-family: 'open_italic';
}
#embarazo{
	background-image: url(../img/back_embarazo_1.jpg);
	position: relative;
}
#ginecologia{
	background-image: url(../img/back_gineco.jpg);
	min-height: 100%;
	height: auto;
}
.lista_gineco{
	list-style-image: url(../img/list_item.png);
	width: 500px;
	max-width: 80%;
	margin: 50px auto;
}
.lista_gineco li{
	margin: 15px 0;
	font-size: 1.7rem;
}
.gineco_iconos_cont{
	width: 100%;
	margin: 30px 0;
	text-align: center;
}
.gineco_iconos{
	max-width: 100%;
	margin: 0 auto;
}
#cirugia{
	background-image: url(../img/back_cirugia.jpg);
	min-height: 100%;
	height: auto;
}
#equipo{
	background-image: url(../img/back_equipo.jpg);
	background-attachment: initial;
}
.nombre_doc{
	background-color: #45C6EA;
	padding: 5px 10px;
	font-family: 'open_italic';
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.casanova{
	top: 50%;
	left: 2%;
}
.diaz{
	bottom: 10%;
	right: 2%;
}
.cerrar_doc_int_cont{
	text-align: right;
	padding: 10px 20px;
}
.doc_int{
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #262626;
	overflow: hidden;
}
.doc_int_titulo{
	margin-top: 0px;
}
.casanova_int, .diaz_int{
	display: none;
}
.doc_int_img{
	position: relative;
	z-index: 1;
	width: 45%;
	margin-right: 5%;
	display: block;
	vertical-align: top;
	display: none;
}
.doc_int_texto{
	position: relative;
	z-index: 1;
	width: 90%;
	margin: 0 auto 30px;
	display: block;
}
.doc_int_titulo{
	color: #45C6EA;
	font-family: 'open_italic_bold';
}
.doc_int_puesto{
	font-family: 'open_italic_bold';
}
#galeria{
	background-color: #45C6EA;
	min-height: 100%;
	height: auto;
}
#agenda{
	background-image: url(../img/back_cita.jpg);
	min-height: 100%;
	height: auto;
	text-align: center;
}
.subtitulo_agenda{
	max-width: 90%;
	margin: 60px auto 40px;
}
.input_agendar{
	width: 100%;
	height: 50px;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
}
label{
	margin-bottom: 0;
}
input{
	vertical-align: middle;
}
input[type="radio"], input[type="checkbox"]{
	margin: 0 10px 0;
}
.enviar_agenda_cont{
	margin: 40px 0;
}
.form-group {
    margin-bottom: 30px;
}
#enviar_agenda{
	width: 150px;
	height: 50px;
	background-color: #45C6EA;
	font-family: 'open_bold';
	font-size: 2rem;
}
#contacto{
	position: relative;
}
#contacto .titulo_azul{
	color: #fff;
}
.negro{
	width: 100%;
	background: #45C6EA;
	font-size: 1.5rem;
	text-align: center;
	overflow-x: hidden;
}
.negro_azul{
	font-family: 'open_italic_bold';
	font-size: 1.9rem;
	color: #45C6EA;
}
.quantus{
	margin: 20px auto;
	display: block;
}
.doc_int2{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.casanova_int1{
	background: url(../img/doc_int_casanova_back.jpg) no-repeat center center;
	background-size: cover;
}
.diaz_int1{
	background: url(../img/doc_int_diaz_back.jpg) no-repeat center center;
	background-size: cover;
}
.int_1_texto{
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	width: 90%;
	max-height: 90%;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.conoce_mas span{
	margin-left: 10px;
}
.conoce_mas{
	padding: 8px 15px;
	background-color: #44C6EA;
	font-family: 'open_italic_bold';
	font-size: 1.7rem;
	color: #fff;
	margin: 30px auto 0;
}
.nombre_azulito{
	color: #3B95AF;
}
.conoce_mas_casanova_cerrar_cont, .conoce_mas_diaz_cerrar_cont{
	text-align: right;
	padding: 10px 20px 0 0;
}
.aviso_enlace{
	margin-left: 5px;
	text-decoration: underline !important;
}
#aviso_privacidad + label{
	font-weight: normal;
}


/*ANIMACIONEES SLIDER*/

@keyframes azul{
	0%{
		opacity: 1;
	}
	40%{
		opacity: 0;
	}
	60%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/*ANIMACIONEES SLIDER*/



@media (min-width: 320px){
	
}
@media (min-width: 360px){
	
}
@media (min-width: 600px){
	
}
@media (min-width: 768px){
	.int_1_texto{
		width: 40%;
	}
	.sandwich, .logo{
		position: absolute;
		top: 50%;
		left: 30px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.sandwich{
		left: auto;
		right: 30px;
	}
	.inertitulo{
		white-space: nowrap;
		width: auto;
	}
	.negro{
		width: 50%;
		height: 400px;
		background: url(../img/contacto_negro.png) center right no-repeat;
		background-size: cover;
		text-align: left;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.negro_texto{
		margin: 100px 0 0 10%;
	}
	#contacto .titulo_azul{
		color: #45C6EA;
	}
	.nav_list{
		position: absolute;
		left: 50%;
		top: 100px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);	
	}
	nav li{
		margin-bottom: 15px;
	}
	/*@keyframes azul{
		0%{
			width: 100%;
			height: 100%;
			left: 10px;
			top: 10px;
			z-index: 0;
		}
		20%{
			width: 0%;
			height: 250%;
			left: 120%;
			top: -50px;
			z-index: 4;
		}
		40%{
			width: 500%;
			height: 250%;
			left: -300%;
			top: -50px;
			z-index: 4;
		}
		60%{
			width: 500%;
			height: 250%;
			left: -300%;
			top: -50px;
			z-index: 4;
		}
		80%{
			width: 0%;
			height: 250%;
			left: 120%;
			top: -50px;
			z-index: 4;
		}
		100%{
			width: 100%;
			height: 100%;
			left: 10px;
			top: 10px;
			z-index: 0;
		}
	}*/
	.casanova{
		top: 30%;
		left: 12%;
	}
	.diaz{
		bottom: 30%;
		right: 12%;
	}
}
@media (min-width: 992px){
	.container.slider_sec {
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.seccion{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.seccion{
		background-attachment: fixed;
	}
	#home{
		padding: 0;
	}
	.logo_home_cont{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.scroll_home{
		position: absolute;
		bottom: 10px;
		left: 50%;
		text-align: center;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.texto_seccion{
		max-width: 60%;
	}
	.servicios_icono{
		height: 200px;
	}
	.titulo_seccion{
		height: 4rem;
	}
	.inertitulo{
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.linea_titulo{
		display: block;
	}
	#diagnostico{
		height: 110%;
	}
	.diagostico_flecha_izq, .diagostico_flecha_der, .embarazo_flecha_izq{
		left: 30px;
	}
	.diagostico_flecha_der, .embarazo_flecha_der{
		left: auto;
		right: 30px;
	}
	.diagnostico_slider_titulo{
		font-size: 2.5rem;
	}
	.diagnostico_slider_contenido{
		padding-right: 15px;
    	padding-left: 15px;
	}
	.imagen_azul{
		position: absolute;
		margin-bottom: 0;
	}
	.embarazo_slider_texto{
		margin: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 600px;
		font-size: 2.5rem;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.input_agendar{
		width: 50%;
	}
	.label_agendar{
		width: 10%;
		text-align: right;
		margin: 0 20px 0 0;
	}
	.negro{
		width: 40%;
	}
	.negro_texto{
		margin: 100px 0 0 30%;
	}
	.doc_int_texto{
		position: relative;
		z-index: 1;
		width: 50%;
		margin: 0;
		display: inline-block;
	}
	.doc_int_img{
		display: inline-block;
	}
}
@media (min-height: 800px){
	.seccion{
		height: 100%;
	}
}