@import url(menu.css);
@import url(main.css);
@import url(blog.css);
@import url(ventana_emergente.css);
@import url(pie_pagina.css);
@import url(equipo.css);
@import url(tarifas.css);
@import url(contacto.css);
@font-face {
    font-family: "Quando";
    src: url("fuentes/Quando-Regular1.woff");
  }

* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}

#menu_nuevo_emergente::-webkit-scrollbar {
    display: none;
}

body{
    /*Meter la funete que queramos*/
    /*background-image: linear-gradient(to right, #ffffff,#e4e4e4);*/
    font-family: "Quando";
    background-image:linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("img/upfeathers_opacidad.png");
    
}

header{
    width: 100%;
    height: 80px;
    background-color: #123123ec;
    /*background-color: #123123ec;*/
    color: #ffffff;
    position: fixed;
    top:0;
    left: 0;
    z-index: 100;
    box-shadow: #123123 0em 0em 1em;
    border-radius: 0px 0px 15px 15px;
}

.contenedor{
    width:98%;
    margin:auto;
}

header .contenedor{
    display:table;
}

main{
    position: relative;
    top: 100px;
    width: 100%;
}

footer{
    width: 100%;
    background-color: #123123cc;
    margin-top: 100px;
    height: 100px;
    color: white;
}

a:link, a:visited, a:active {
    text-decoration:none;
}





@media screen and (orientation: portrait), screen and (max-width: 900px){

    /*
    -----------------
    -----------------
    Header
    -----------------
    -----------------*/
    header{
        width: 100%;
        height: 70px;
    }

    #icono_menu{
        display: block;
    }

    #logotipo{
        height: 70px;
    }
    

    #cabecera_1{
        width: 80%;
        height: 70px;
        padding-left: 65px;
    }

    #cabecera_1 h1{
        font-size: 25px;
        /*border-bottom: white solid 1px;*/
    }

    #cabecera_1 h2{
        font-size: 12px;
        
    }

    #cabecera_2{
        width: 70%;
        height: 200px;
        padding-top: 10px;
        border: none;
        background-color: #123123ec;
        text-align: left;
        display: none;
    }

    .elemento_cabecera{
        padding-left: 0%;
        padding-right: 0%;
        font-size: 20px;
        text-align: left;
    }

    #cabecera_2 li{
        position:relative;
        padding: 0% 1% 30px 1%;
        text-align: left;
        /*
        width: 170px;
        text-align: center;*/
    }

    #cabecera_2 li:hover>ul{
        display:none;
    }

    #cabecera_1:hover>.menu_emergente{
        display: none;
    
    }


    


        /*
    -----------------
    -----------------
    Index
    -----------------
    -----------------*/

    .main_index{
        top:70px;
    }

    .parrafada{
        font-size: 12px;
        padding: 40px 2% 40px 2%; 

    }

    .logo_index{
        width: 30%;
    }

    /*Eliminar los siguientes 2 propiedades cuando se quite oferta*/
    #foto_principal_2{
    width: 100%;
    margin-bottom: 200px;

    }
    #contenedor_foto_dup{
        margin-bottom: 100px;
    }

    /*Hasta aquí*/

    /*
    #contenedor_foto{
        width: 130%;
        margin-bottom: 40px;
        transform:translate(-15%,0px);
    }*/


    .titulos_imagen{
        
        width: 100%;
        font-size: 1.9em;
        margin-left: 0%;
        text-align: center;
    }

    #descripcion1{
        width: 98%;
        margin-left: 1%;
        padding: 50px 3% 50px 3%; 
    }
    /*
    #contenedor_atributos article {
        margin: 50px 10px 20px 10px;
        width: 220px;
        height: 290px;
        transition: 0.1s ease-in;;
        
    }
    
    #contenedor_atributos img{
        width: 200px; 
        margin: 10px 10px 10px 10px;
        float:left;
    }*/

    #contenedor_atributos article {
        margin: 40px 5px 0px 5px;
        width: 160px;
        height: 240px;
        transition: 0.1s ease-in;;
        
    }
    
    #contenedor_atributos img{
        width: 140px; 
        margin: 8px;
        float:left;
    }

    #contenedor_atributos h2{
        text-align: center;
        font-size: 12px;
    }
    
    #contenedor_atributos p{
        font-size: 10px;
    }

    .texto_div{
        padding: 10px 10px 10px 10px;
        
        float:left;
    }


    #icono_cerrar{
        width: 8%;
    }

    #imagen_grande_panel_emergente{
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
        top: 20px;
    }
    
    #titulo_panel_emergente{
        margin: 15px;
        font-size: 25px;
    }
    
    #texto_panel_emergente{
        margin: 15px;
        font-size: 13px;
        text-align: justify;
    
    }

    .panel_emergente{
        border: 1px solid rgba(122, 92, 64, 0.877);
    }

    #cepillando_diente{
        width: 60%;
        float: none;
        display: block;
        margin:auto;
        margin-bottom: 20px;
    }

    #escaleras_foto{
        width: 60%;
        float: none;
        display: block;
        margin:auto;
        margin-bottom: 20px;
    }

    .contenedor_boton_to {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}



        /*
    -----------------
    -----------------
    Footer
    -----------------
    -----------------*/

    footer{
        height: 200px;
    }

    #f_parte_1{
        height: 80px;
        width: 20%;
        font-size: 8px;
        
    }
    
    #f_parte_2{
        height: 80px;
        width: 80%;
        font-size: 12px;
        padding-left: 3%;
    }
    
    
    #f_parte_3{
        height: 100px;
        width: 100%;
        float: left;
        text-align: center;
        padding-right: 25px;
        line-height: 30px;
        padding-top: 10px;
        border-top: #ffffff67 solid 1px;
    }


            /*
    -----------------
    -----------------
    Formacion
    -----------------
    -----------------*/

    #formacion_academica{
        width: 95%;
        margin: auto;
        padding: 20px 0px 100px 0px;
    }

    #formacion_academica h1{
        font-size: 1.1em;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    #formacion_academica ul { 
        list-style-type: square;
        font-size: 0.8em;
        padding-left: 2%;
        line-height: 20px;
    }
    
    #formacion_academica ul li{ 
        margin-top: 10px;
        /*background-image: linear-gradient(to bottom right, #f3f3f3b0, #e0e0e09d);*/
        padding-left: 1%;
        padding: 10px;
    }

    .contenido_formacion{
        font-size: 10px;
        padding: 10px 0px 5px 0px;
    }

    .imagenes_acompanamiento{

        margin-top: 0px; 
        padding-top: 0px;
        height: 45px;
        padding-left: 2%;
    
    }



                /*
    -----------------
    -----------------
    Tarifas
    -----------------
    -----------------*/

    .info_tarifas{
        margin: 20px; 
        padding-left: 1%; 
        padding-right: 1%; 
        line-height: 25px; 
        font-size: 13px;
    }


    .tarifas_cajas{
        width: 100%;
        /*height: 500px;*/
        padding: 5px;
        line-height: 40px;
        border:none;
    }
    
    
    .tarifas_cajas img{
        width: 40px; 
    }
    
    .tarifas_cajas ul{
        padding-left: 2px;
    
    }

    .hour{
        text-align: right;
    }
    
    .panel_informativo{
        width: 97%;
        background-color: #e2e2e2;
        margin-left: 0px;
        margin-top: 30px;
        font-size: 13px;
        line-height: 24px;
        padding: 2%;
    }

    .dentro_horarios{
        padding-left: 0px; 
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 13px;
        
    }

    #caja_horario{
        border-right: none;
    }

    #mensaje_emergente{
        font-size: 16px;
    }

    #mensaje_emergente img{
        width: 6%;
    }

    .bloques_horarios{
        font-size: 13px;
    }


                    /*
    -----------------
    -----------------
    Contacto
    -----------------
    -----------------*/

    .informacion_contacto{
        padding: 50px 10px 100px 10px;
        font-size: 13px;
        width: 94%;
        margin-left: 3%;
    }
    
    .informacion_contacto li{
        line-height: 60px;
        border-bottom: rgb(112, 112, 112) solid 1px;
        color: rgb(24, 24, 24);
    }

    #foto_contacto{
        width: 60%;
        display:block;
        margin:auto;
        margin-bottom: 30px;
        /*border: 6px double rgb(80, 71, 40);*/
    }

    #foto_sello{
        width: 35%;
        position:absolute;
        top: 15vh;
        left: 65%;

    }


                        /*
    -----------------
    -----------------
    Footer
    -----------------
    -----------------*/

    footer{
        margin-top: 150px;
    }

}

@media screen and (max-width: 1150px) and (orientation:landscape){

    #cabecera_1 h1{
        font-size: 25px;
        margin-left: -10px;
    }

    #cabecera_1 h2{
        font-size: 16px;
        margin-left: 30px; 
        
    }

    #f_parte_1{
        font-size: 6px;
        
    }
    
    #f_parte_2{
        font-size: 10px;
        width: 40%;

    }
    
    #f_parte_3{
        font-size: 10px;
        width: 35%;

    }

    .panel_informativo{
        margin-top: 40px;
    }

    .ancho_tarifas{
        width: 98%;
    }


}