@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

body{
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    
}

html, body{
	height: 100%;
}

.btn-new-header{
    background-color: #ff9900;
    display: block;
    color: #fff;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    text-decoration: none !important;
    transition: opacity 300ms ease-in-out;
    float: right;
}

.btn-new-header:hover{
    opacity: .8;
    text-decoration: none;
}

.infoevening-img{
    max-width: 50%;
}

form .error {
    border: 1px solid red;
}

/*MODAL BAJA*/

.shadowmodal{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 900;
    background-color: rgba(0,0,0,0.6);
    display: none;
}
.reveal-modal{
    max-width: 500px;
    background-color: #fff;
    z-index: 1000;
    padding: 20px;
    height: 240px;
    display: none;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 5px 5px 20px 20px rgba(0,0,0,0.2);
}

.reveal-modal .close-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: .625rem;
    right: 1rem;
}

.reveal-modal .close-reveal-modal:hover{
    text-decoration: none !important;
}

.reveal-modal input{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.reveal-modal .button{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    line-height: 0px;
    width: 100%;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #8fc4eb;
    border-color: #4fa2e0;
    color: #fff;
    transition: background-color 300ms ease-out;
}

@media screen and (max-width:768px){
    .reveal-modal{
      height: auto;  
    }
    
}
/*MODAL BAJA*/


/*NEW HOME*/

.price_home{
    width: 325px;
    position: absolute;
    bottom: -400px;
    left: 50%;
}



.price_home img{
    width: 100%;
    height: auto;
}


.bullets_home{
    width: 383px;
    position: absolute;
    bottom: -420px;
    left: 50%;
    margin-left: 400px;
}


.bullets_home img{
    width: 100%;
    height: auto;
}

.img-float-right{
    float: right;
    margin-left: 10px;
}



/*TERMINA NEW HOME*/

.btn_back{
    display: block;
    font-size: 14px;
    width: 185px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #8fc4eb;
    color: #fff;
    text-decoration: none !important;
    margin-bottom: 30px;
}

/*HEADER*/

.logos_header{
    text-align: right;
    padding-top: 15px;
}

.logos_header img{
    width: 70px;
    height: auto;
    margin-right: 10px;
}

.icono_video{
    width: 162px !important;
    display: none !important;
}


.tit_lisen{
    font-size: 40px;
    color: #666666;
    font-weight: 300;
}

.legaltop{
    font-size: 11px;
    color: #999 !important;
    text-align: center;
    padding-top: 10px;
}

.espacio30{
    padding-top: 30px;
    
}


/*TEXTOS*/

h3{
    text-align: left;
}

.space_icons{
    text-align: justify;
}

.tituloblanco{
    background-color: rgba(0,0,0,0.5);
    width: 340px;
    padding: 20px;
    color: #fff !important;
  
}

.tit_uber{
    left: 0px !important;
    
}

.clearmobile{
    display: none;
}

/*TERMINA TEXTOS*/



/*ONLINE TERMINE*/

.online_termine{
    position: fixed;
    right: -80px;
    bottom: 30%;
    width: 72px;
    z-index: 900;
    border: solid 1px #fff;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
    
}

.online_termine2{
    position: fixed;
    right: -180px;
    bottom: -100px;
    display: none;
    width: 72px;
    z-index: 900;
    border: solid 1px #fff;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
    -moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
    
}


.muestra_online{
    right: 0px;
}

.muestra_online2{
    right: 90px;
}

.corrige_menuresp{
    top: 30px !important;
}


.fondo_termine{
    background-color: rgba(255,255,255,0.8);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 899;
    display: none;
    cursor: pointer;
}

/*FONDO MOBILE*/


.fondo_mobile{
    background-image: url(../img/fondo_body.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 260px;
    z-index: -1000;
    display: none;
}


.fondo_mobile2{
    background-image: url(../img/fondo_body.jpg);
    background-size: cover;
    width: 100%;
    padding: 30px 20px 50px 20px;
    clear: both;
    display: none;
}

/*TERMINA FONDO MOBILE*/


/*HOME*/

.blocks_home img{
    margin-bottom: 20px;
}

.blocks_home h2{
    margin-top: 0px;
}

.fondo_azul{
    background-color: #87bee4;
    padding: 50px 0px;
}

.fondo_azul_info{
    background-color: #ffffff;
    padding: 50px 0px;
    display: none;      

}

/*TERMINA HOME*/



.text_grafica{
    font-size: 8px;
    text-align: center;
    
}

.legal{
    font-size: 12px;
}

.legal_txt a:hover{
    color: #000 !important;
}

.legal2{
    left: 5% !important;
}

.legal3{
    color: #999999 !important;
}

.legal3:hover{
    color: #000 !important;
}



.btn_naranja{
    display: block;
    background-color: #ff9900;
    height: 40px;
    padding: 0px 20px;
    margin: auto;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    width: 280px;
    clear: both;
    margin-top: 20px;
}

.btn_naranja-info{
    display: inline-block;
    background-color: #ff9900;
    height: 40px;
    padding: 0px 20px;
    margin: auto;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    width: 280px;
    margin-top: 20px;
}

.espacio{
    padding-top: 20px;
}

/*MENU RESPONSIVE*/

.logo_resp{
    width: 40%;
    float: left;
	margin-left: 15px;
    padding-top: 15px;
    
}

.separador_cabecera_mobile{
    display: none;
}

.hamburger{
    padding: 15px !important;
}

.logo_resp img{
    height: 30px;
    width: auto;
}

.container_menuresp{
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.container_btn_menu{
    height: 50px;
    background-color: #fff;

	
}

.menuresp{
	position: fixed;
	top: 0px;
	left: -70%;
	width: 70%;
	background-color: #fff;
	z-index: 100000;
	height: 100%;
	 -webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}


.menuresp ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.menuresp ul li a{
    background-color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 40px;
    color: #8fc4eb;
    line-height: 40px;
	width: 80%;
	margin: auto;
	border-bottom: solid 1px #8fc4eb;
}

.btn_resp{
	width: 50%;
	float: left;
    display: none;
}

.btn_resp2{
	width: 50%;
	float: left;
    display: none;
}

.cerrar_menu{
	float: right;
	cursor: pointer;
}

.btn_vereimbaren{
       width: 140px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ff9900;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 90px;
    top: 15px;
    font-size: 11px;
}


/*TERMINA MENU RESPONSIVE*/


/*STANDORTE*/

.flota_derecha{
    float: left;
    margin: 0px 20px 20px 0px;
}

.tit_standorte{
    width: 440px;
    top:30% !important;

}

.anchonueva{
    width: 570px;
}

.listado_centros{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.listado_centros li a{
    color: #8fc4eb;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
}

.margen_centros{
    border-right: solid 1px #cccccc;
    margin: 0px !important;
    padding: 30px !important;
    box-sizing: border-box;
}

.titular_centros{
     font-size: 22px;
    font-weight: 300;
    color: #1f3060;
    margin: 20px 0px 0px 0px;
    
}


.fondo_blanco{
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
}

.geomap a:hover {
    color: #337ab7;
    text-decration: underline;
}



/*TERMINA STANDORTE*/


/*ARTZE*/

.iconoartze{
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.tit_artze{
    margin: 40px 0px;
    padding-top: 20px ;
}

.doctor_img{
    width: 70%;
    margin: auto auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
}

.doctor_img_top{
    width: 164px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.doctor_titlle{
    font-size: 16px;
    min-height: 55px;
    text-align: center;
}

.titular_doc{
    font-size: 36px;
    font-weight: 300;
}


.doctor_btn{
    background-color: #8fc4eb;
    display: block;
    height: 40px;
    width: 80%;
    font-size: 14px;
    margin: auto;
    color: #fff;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
}

.doctor_espacio{
    margin-bottom: 30px;
}



.doctor_titular{
    width: 30%;
    position: absolute;
    left: 30%;
    top: 30%;
}

.doctor_titular_det{
    width: 50%;
    position: absolute;
    left: 10%;
    top: 20%;
}

.titdoc{
    padding-top: 20px !important;
}

.usp_doctor{
    font-weight: bold;
}

@media screen and (max-width:1200px){
    .doctor_btn{
        font-size: 14px;
        width: 100%;
    }  

}

@media screen and (max-width:650px){
    
    .infoevening-img{
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .doctor_btn{
        font-size: 14px;
        width: 80%;
    } 
    
    .titdoc{
    padding-top: 0px !important;
}

}


/*TERMINA ARTZE*/


/*KOSTEN*/

.kosten_icon{
    text-align: center;
    color: #808080;
}

.kosten_icon h4{
    font-size: 16px;
    line-height: 20px;
}

.kosten_icon img{
    width: 80%; 
    height: auto;
}

.espaciokosten{
    margin-bottom: 40px;
}


/*TERMINA KOSTEN*/


/*UBER UNS*/

.image_right{
    float: right;
    margin-left: 40px;
}

.razon1{
    background-image: url(../img/fondo_razones1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 40px;
}

.razon2{
    background-image: url(../img/fondo_razones2.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 40px;
}

.razon3{
    background-image: url(../img/fondo_razones3.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 40px;
}


.razon4{
    background-image: url(../img/fondo_razones4.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 40px;
}

.razon5{
    background-image: url(../img/fondo_razones5.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 40px;
}

.icono_razon5{
    float: left;
}

@media screen and (max-width:480px){
    .icono_razon5{
    float: none;
}
    
    .titular2{
        font-size: 24px;
    }
}


.titular_razones{
    font-size: 20px;
    font-weight: 300;
    padding-top: 40px;
    padding-left: 70px;
    margin-bottom: 50px;
    color: #000;
}


.titular_razones2{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    padding-top: 10px;
}

.fecha{
    color: #222;
}


.icono_razones{
    text-align: center;
    color: #999999;
    padding-top: 40px;
}

.icono_razones img{
    margin-bottom: 20px;
}

.video_razon{
    width: 70%;
    display: block;
    margin: 30px auto;
}






/*TERMINA UBER UNS*/

.tics_home{
    color: #fff;
    font-weight: 200;
    font-size: 22px;
    background-color: rgba(143, 196, 235, 0.9);
    padding: 15px;
    line-height: 40px;
    margin-top: 50px;
}

.menu_resp{
    display: none;
}


.container_menu{
    background-color: #1f3060;
 
}

.iconos_inicio{
    margin-top: 15px;
    margin-bottom: 15px;
}

.tics_home img{
    margin-right: 5px;
    
}

.gris{
    background-color: #f2f2f2;
    padding: 50px 0px;
}

.welcome {
    background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
    .welcome {
        padding-top: 2rem;
    }
}  

.tab_gris{
     background-color: #f2f2f2 !important;
}

.centrar{
     text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #8fc4eb;
    margin-bottom: 20px;
}

.activa_clear{
		display: none;
		clear:both;
	}

.muestramovil{
    display: none;
}

.titular_movil1{
    font-weight: 300;
    font-size: 24px;
    color: #8fc4eb;
    text-align: center;
    margin-bottom: 0px;
}

.titular_movil2{
    font-weight: 300;
    font-size: 18px;
    color: #666666;
    text-align: center;
}


#menu{
    max-width: 1280px;
    margin: auto;
    height: 48px;
}

#menu ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.linea_menu{
    height: 27px;
    border-left: 1px solid #fff;
    float: left;
    width: 0px;
    margin-top: 10px;
}

#menu ul li a{
    display: block;
    width: 16.4%;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 17px;
    font-weight: 300;
    height: 48px;
    line-height: 48px;
}

#menu ul li a:hover{
    background-color: #8fc4eb;
    text-decoration: none !important;
}

.phone{
   padding: 15px 0px;
    text-align: right;
}

.iti {
    width: 100%;
}

.header_logos{
    padding-top: 8px;
}

.logo{
    padding-top: 15px;
}

.logo a{
    line-height: 71px;
}

.logo img {
    max-width: 256px;
}

.fondomenu{
    background-color: #1f3060;
}

nav a{
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}


.bordemenu{
   
}

.header-home{
    position: relative;
}




.titular_home{
    width: 413px;
    position: absolute;
    left: 10%;
    top: 10%;
}


.form{
  width: 337px;
    background-color: rgba(0,0,0,0.6);
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    right: 10%;
    top: 10%;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    z-index: 999;
}

.form h2{
    text-align: center;
    font-size: 32px;
    margin: 0px;
    font-weight: 300;
    color: #fff;
}

input:invalid {
    background-color: rgba(255, 192, 192, 0.1);
    border: 1px solid red;
  }

form a:hover, form a:focus {
    color: #2e6da4;
}

.btn_form{
    display: block;
    background-color: #ff9900;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    height: 42px;
    line-height: 32px;
    color: #fff;
    border: none;
    margin-top: 15px;
}


.campoform{
    width: 100%;
    height: 32px;
    border: solid 1px #8fc4eb;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #a8a8a8;
}

/* Patient Form */
.form-horizontal .sublist {
    padding: 0.5rem;
    margin-top: 0.5rem;
    background-color: rgba(0,0,0,0.1);
    border-radius: 3px;
}

.form-horizontal .suboptions {
    margin-left: 2rem;
}

.form-group > label {
    font-weight: bolder;
}

.flotante{
    float: left;
    margin-right: 10px;
}

.icons_home{
    font-size: 14px;
    font-weight: 300;
}


.clear{
    clear: both;
}
.icons_home h3{
    font-size: 18px;
    font-weight: 400;
    color: #8fc4eb;
}

.space_icons{
    margin-bottom: 30px;
}


.imagen{
    width: 100%;
    height: auto;
}

.blocks_home{
    font-size: 14px;
    color: #808080;
    text-align: justify;
    padding-top: 70px;
    padding-bottom: 40px;
}

.blocks_home h2{
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #8fc4eb;
}


.titular2{
    font-size: 18x;
    font-weight: 300;
    color: #000;
    text-align: left;
    margin-top: 0px;
    text-transform: uppercase;
}

.azul{
    color: #8fc4eb;
   
}

.azul_home{
     color: #8fc4eb;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;

    
}

.azul_home:hover{
    color: #1f3060
}

.tab_text{
    font-size: 14px;
    color: #222;
    text-align: justify;
}

.espaciotabs{
    padding-top: 70px;
}

.espaciotabs40{
    padding-top: 40px;
}

.home_foot h2{
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

.home_foot{
    text-align: center;
    font-size: 10px;
    padding: 30px 0px;
}

.btn_home_foot{
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #1f3060;
    border: solid 2px #1f3060;
    width: 207px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    margin: 10px auto;
}

.btn_home_foot:hover{
    text-decoration: none !important;
    color: #1f3060;
    
}

.block_foot{
    padding: 0px 30px !important;
    margin-bottom: 20px;
}

.block_foot2{
    font-size: 14px;
    text-align: justify;
    color: #808080;
    padding: 0px 30px !important;
}

.borde_dcha{
    border-right: solid 2px #cccccc;
}


.borde_pie{
    height: 3px;
    background-color: #8fc4eb;
     margin-bottom: 20px;
}

.social{
    text-align: right;
}

.texto_pie{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

.pie{
    color: #999999;
    font-size: 12px;
    margin-bottom: 20px;
   
}


/*augenlasern*/

.linea_separador{
    
    border-bottom: solid 2px #cccccc;
    padding-top: 40px;
    margin-bottom: 40px;
    clear: both;
    
}

.paso1{
    background-image: url(../img/numero1.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.paso2{
    background-image: url(../img/numero2.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.paso3{
    background-image: url(../img/numero3.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.paso4{
    background-image: url(../img/numero4.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.titular_azul{
    margin-bottom: 30px;
    color: #8fc4eb;
}


.imagenflotante{
    float: left;
    margin-right: 20px;
}

.titular3{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-top: 0px;
    text-transform: uppercase;
}

.negro{
    color: #000;
}

.pasos_lasik{
    font-size: 14px;
    color: #222;
    text-align: justify;
}

.testimonio_cursiva{
    font-style: italic;
    padding-top: 20px;
    font-size: 18px;
    color: #4d4d4d;
}


.ventajas{
    list-style-image: url(../img/flecha_ventajas.png) !important;
}

.ventajas li{
    font-size: 14px;
    color: #222;
    margin-bottom: 10px;
}


/*VIDEO RESPONSIVE*/

.video-container {
position: relative;
padding-bottom: 56.25%; /* Para que el contenedor tenga relación de aspecto 16/9 */
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*ESTILOS KOSTEN*/


.precioazul{
    
    padding: 0px 40px 40px 40px;
    color: #8fc4eb;
    font-size: 100px;
    text-align: center;
    font-weight: normal;
    line-height: 80px;

}

.preciopeq{
    font-size: 30px;
    font-weight: 300;
}

.contenedor_numeros{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}


.numero{
    width: 60px;
    height: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    background-color: #000;
    float: left;font-weight: 300;
    display: block;
    font-size: 30px;
}

.numero:hover{
    text-decoration: none !important;
    background-color: #fff;
    color: #000;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}


.kosten-module1{
	width:100%;
	border-bottom:solid 1px #dadada;
	padding-bottom:20px;
	margin-bottom:10px;
	
}

.kosten-module1-left{
	float:left;
	width:70%;
}

.kosten-module1-right{
	float:right;
	font-size:80px;
	color:#8fc4eb;
	font-weight:300;
	width:30%;
	text-align:right;
}
.euro{ font-size:26px;
}

.kosten-module1 h2{
	text-align:left !important;
	font-size:40px;
	margin-bottom:0px;
	line-height:40px;
	
}

.kosten-finance-container{
	width:80%;
	margin:auto;
}

.kosten-finance-left{
	width:60%;
	background-color:#8fc4eb;
	color:#fff;
	padding:20px;
	height:300px;
	float:left;
	box-sizing:border-box;
	
}

.kosten-finance-right{
	float:right;
	height:300px;
	background-color:#656565;
	width:260px;
	padding:20px;
	box-sizing:border-box;
	
}

.kosten-finance-right h3{
	font-weight:300;
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	color:#fff;
}

.kosten-finance-left h3{
	font-weight:300;
	font-size:30px;
	margin-top:0px;
	margin-bottom:10px;
}

.kosten-white{
	width:100%;
	background-color:#fff;
	color:#8fc4eb;
	text-align:right;
	font-weight:300;
	font-size:70px;
	box-sizing:border-box;
	padding:0px 10px 0px 0px;
	height:90px;
	line-height:90px;
	
}

.kosten-number{
	margin-right:18px;
	margin-bottom:10px;
	margin-top:10px;
}

.kosten-number2{
	margin-right:0px;
	margin-bottom:10px;
}
.kosten-select1{
	height:50px;
	background-color:#fff;
	background-image:url(../img/arrow-select1.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-appearance:none;
	appearance:none;
	-moz-appearance:none;
	width:100%;
	padding:0px 10px 0px 10px;
	border:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	outline:0px;
	font-size:19px;
	font-weight:300 !important;
	color:#989696;
	margin-top:10px;
	margin-bottom:10px;

	
	
}

.kosten-select2{
	height:50px;
	background-color:#9d9d9c;
	background-image:url(../img/arrow-select2.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-appearance:none;
	appearance:none;
	-moz-appearance:none;
	width:100%;
	padding:0px 10px 0px 10px;
	border:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	outline:0px;
	font-size:19px;
	font-weight:300 !important;
	color:#fff;
	margin-top:10px;
		
}

/*TEMINA KOSTEN*/
	


/*ESTILOS CLINICAS*/

.titular_clinica{
    font-size: 49px;
    color: #666666;
    font-weight: 300;
}

.titular_horario{
    margin: 0px;
    color: #8fc4eb;
    font-size: 18px;
    font-weight: normal;
}


 #mi-mapa img {   
max-width: none;
   max-height: none;}




/*MAPA*/

.routenplaner-rp{
	width:100%;
	box-sizing:border-box;
	padding:2%;
	color:#575756;
	background-color: rgba(143,196,235,0.8);
	display:none;
}

.routenplaner{
	width:30%;
	box-sizing:border-box;
	padding:2%;
	position:absolute;
	top:50px;
	right:50px;
	color:#575756;
	background-color: rgba(143,196,235,0.8);
	z-index:100;
}

.routenplaner input, .routenplaner-rp input{
	width:100%;
	border:none;
	height:40px;
	background-color:#fff;
	padding-left: 10px;
	box-sizing:border-box;
	font-size:18px;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;margin:0px;
}

.routenplaner a, .routenplaner-rp a{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	font-weight:300;
	color:#fff;
	background-color:#575756;
	display:block;
	margin-top:10px;
	
}

.routenplaner a:hover{
	background-color:#000;
}

.routenplaner h2, .routenplaner-rp h2{
	font-size:33px;
	color:#fff !important;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-2px;
}
.container-map{
	position:relative;
}
#mi-mapa{
	position:relative;
	height:430px;
}


/*TERMINA MAPA*/


/*FORMULARIO*/

    .campoform{
    width: 100%;
    height: 42px;
    border: solid 1px #8fc4eb;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #a8a8a8;
}


.form h2{
    line-height: 40px;
}

.phone_ipad{
    display: none;
}

/*TERMINA FORMULARIO*/

.muestra_clear{
    display: none;
}



/*POP UP LLAMAR*/

.pulsa_llamar{
    cursor: pointer;
}

.infos_anfordern{
    display: block !important;
    width: 95% !important;
        top: 140px !important;
    left: 2% !important;
}

.campo_infos{
    height: 50px !important;
}

.espacio_infos{
    height: 500px;
}


.llamar{
    position: absolute;
    top: 110px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    display: none;
}

.cabecera_llamar{
    background-color: #E6E6E6;
    height: 70px;
    position: relative;
}

.logo_llamar{
    width: 200px;
    padding: 20px 0px 0px 20px;
}

.contenido_llamar{
    background-color: rgba(0,0,0,0.8);
    padding: 18px;
}

.blanco_llamar{
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 10px 20px 10px;
    color: #1F3060;
    font-size: 22px;
}

.cerrar_popup{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
      cursor: pointer;
}

.blanco_llamar h3{
    font-size: 20px;
    color: #8FC4EB;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

.blanco_llamar h4{
    font-size: 18px;
    color: #4D4D4D;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
   
}

.phone_pop{
    display: block;
    margin: auto;
}

.blanco_llamar h5{
    font-size: 18px;
    color: #8FC4EB;
    text-align: center;
   
}

.btn_popup{
   background-color: #E57441;
    display: block;
    width: 90%;
    height: 50px;
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    text-align: center;
    margin: 20px auto auto auto;
    line-height: 50px;
}



/*TERMINAN POP UP*/

/*BLOQUES FOOTER*/

.bloque_foot_flot{
    width: 32%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
}


/*TERMINA BLOQUES FOOTER*/



/*HOME*/


.t_blanco{
    color: #fff !important;
}

.video-container {
position: relative;
padding-bottom: 56.25%; /* Para que el contenedor tenga relación de aspecto 16/9 */
padding-top: 30px;
height: 0;
overflow: hidden;
    border: solid 2px #fff;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*TERMINA HOME*/

.ocultahome{
    display: none;
}

.flota_augen{
    width: 350px;
    height: auto;
    float: left;
    margin: 0px 20px 20px 0px;
}

.flota_lisen{
    width: 550px;
    height: auto;
    float: left;
    margin: 0px 20px 20px 0px;
}

.clear_usp{
    clear: both;
    display: none;
}


.centranueva iframe{
    display: block;
    margin: auto;
}

/*MEDIA QUERIES*/


@media screen and (max-width:1400px){
    .campoform{
    width: 100%;
    height: 32px;
    border: solid 1px #8fc4eb;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #a8a8a8;
}
    
    .form{
        right: 3%;
    }
    
    .responsive_home{
        width: 300px;
        left: 2%;
        top: 20%;
    }
    
    
    .tics_home{
        font-size: 14px;
        line-height: 18px;
        margin-top: 40px;
    }
    
     
    
}


@media screen and (max-width:1200px){
      .muestra_clear{
        display: block;
        margin-bottom: 20px;
    }
    
    .alturanumero{
        min-height: 120px;
    }
    
    .flota_lisen{
        width: 400px;
    
    }
    
    .btn-new-header{
        width: 160px;
        font-size: 14px;
    }
    
  
    
    
}


@media screen and (max-width:1024px){
    
  
    .ocultahome{
    display: block;
}
    
    .icono_video{
        width: 100px;
    }
    
    .logos_header img{
        width: 40px;
    }
    
    .muestrahome{
        display: none;
    }
    
    .online_termine2{
        display: block;
    }
    
    .online_termine{
        display: none;
    }
    
   
    
     .flota_lisen{
        width: 300px;
    
    }
    
    .kosten-finance-container{
        width: 100%;
    }

    
    
    #menu ul li a{
        font-size: 14px !important;
    }
    
    
    .artze_titular{
        top: 30% !important;
        left: 0% !important;
        background-color: rgba(0,0,0,0.6);
        width: 340px !important;
        padding-left: 30px;
        padding-bottom: 10px;
    }
    
    .artze_blanco{
        color: #fff;
    }
   
    
    .doctor_mobile_titular{
        width: 60%;
        top: 5%;
        left: 3%;
    }
    
    .det_mobile_doctor_img{
        width: 120px ;
       
    }
    
     .form{
        right: 2%;
         top: 3%;
         width: 250px;
         font-size: 12px;
         padding: 15px;
    }
    
    .form h2{
        line-height: 30px;
        font-size: 24px;
    }
    
    .geomap{
        width: 100% !important;
        padding: 0px !important;
    }
    
    .responsive_home{
       top: 10%;
        width: 240px;
    }
    
     .tics_home{
        font-size: 12px;
        line-height: 18px;
        margin-top: 40px;
    }
    
    .campoform{
        height: 24px;
        font-size: 12px;
    }
    
    
    .precioazul{
        line-height: 120px;
        padding: 0px;
    }
  
    
    .doctor_mobile_titular h1{
     font-size: 36px;
       
    }
   
}


@media screen and (max-width:991px){
.activa_clear{
		display: block;
	}
    
}

@media screen and (max-width:890px){
#menu ul li a{
    font-size: 12px !important;
}
    
}


@media screen and (max-width:768px){
    .row{
        margin: 0 !important;
    }
    
    .separador_cabecera_mobile{
    display: block;
        height: 60px;
}
    
    
    .container_menu{
        display: none;
    }
    
    .phone_ipad{
        position: absolute;
        top: 5px;
        right: 150px;
        width: 150px;
        display: block;
    }
    
    .espacio_ipad{
        height: 30px;
    }
    
     .doctor_mobile_titular h1{
     font-size: 30px;
       
    }
    
    .doctor_mobile_titular{
        top: 5%;
    }
    
  
    
   
    
    .espaciotabs{
        padding-top: 30px;
    }
    
    
    .espacio_titular_mobile{
        padding: 30px 0px;
    }
    
   
    
    .titular2{
        margin-top: 20px !important;
    }
    
    .cabecera{
        display: none;
    }
    
    .container_menuresp{
        display: block;
    }
    
    .igual{
        display: block;
        margin: auto;
    }
    
    .kosten-finance-container{
        width: 100% !important;
    }
    
    
	

    .linea_menu{
    border-left: none;
    border-bottom: 1px solid #fff;
    float: none;
    width: 80%;
    margin: auto;
    
}
    
    .btn_resp{
        display: block;
    }
    
	
	
    
    .menu_resp{
        display: block;
    }
	
	.header-home{
/*		display:none;*/
	}
    
      .nav-tabs > li.active > a{
        background-color: #8fc4eb !important;
        color: #fff !important;
    }
    
   
}

@media screen and (max-width:720px){
    
        .separador_cabecera_mobile{
   
        /* height: 130px; */
}
    
    
     .fondo_mobile, .fondo_mobile2{
        display: block;
    }
    
       .online_termine{
           display: none;
    
}
    
    .borde_dcha{
        border-right: none !important;
    }
    
      .numero{
        height: 120px;
        width: 120px;
        line-height: 120px;
    }
    
    .online_termine2{
        display: none;
    }
    
    
    .kosten-finance-right{
        height: 350px;
    }
    
    .kosten-finance-left{
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .kosten-finance-right{
        width: 100% !important;
    }
    
    .espaciovideo{
        margin-bottom: 20px;
    }
    
    .flota_augen{
        float: none;
        width: 100%;
    }
    
    .flota_lisen{
        float: none;
        width: 100%;
    }
    
    .bloque_foot_flot{
        float: none;
        width: 80%;
        margin: auto;
    }
    
      .mapa{
        display: none;
    }
    
    .legal3{
        font-size: 12px;
}
    
    .margen_centros{
        padding: 20px !important;
    }
    
    
    	.espacio_resp{
		margin-bottom:20px;
	}
    
    .phone_ipad{
        display: none;
    }
    
    .imagenflotante{
        float: none;
        margin-bottom: 20px;
    }
    
    .centramovil{
        text-align: center;
    }
    
    .listado_centros li a{
        font-size: 16px;
    }
    
    
    
   .paso1{
   
    background-position: bottom right;

}
    
    .quitabordemovil{
        border-right: none !important;
    }

.paso2{
    background-image: url(../img/numero2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.paso3{
    background-image: url(../img/numero3.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.paso4{
    background-image: url(../img/numero4.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
    
    
    .form{
        display: none;
    }
    
     .titular_home{
        display: none;
    }
    
    .header-home{
        display: none;
    }
    
    
	.quitaresp{
		display:none;
	}
    
     .ocultamovil{
        display: none;
    }
    
    .muestramovil{
        display: block;
    }
    
    .btn_resp{
        display: none;
    }
    
    .btn_resp2{
        display: block;
    }
    
    .routenplaner{
		position:relative !important;
		width:100% !important;
		top:0px !important;
		left:0px !important;
		margin-left:0px;
	}
    
    
    .clearmobile{
    display: block;
}

    
    
}

@media screen and (max-width:600px){

       .separador_cabecera_mobile{
   
        /* height: 100px; */
}
}



/*TERMINA MEDIA QUERIES*/


