/*Importación Fuente*/

@font-face{
    font-family: "Celtic Garamond";
    src: url('./fonts/CELTG___.TTF');
}

/*Fin Importación Fuente*/

/*Estilos Web*/

body{
    background-color: #f9f8f4;
}

#retorno-btn{
    color: #127873;
    display: none;
}

#slider-tabs{
    display: none;
}

h1,#main-menu button,#main-menu a{
    font-family: "Celtic Garamond";
    text-transform: uppercase;
    color: #002784;
    background-color: transparent;
}

.titular{
    font-size: 2rem;
}

.condicion a{
    color: #127873;
}

.texto_foto_texto h1{
    font-size: 2rem;
    line-height: 3rem;
}

.texto_foto_texto p{
    line-height: 2rem;
    margin: 2rem 0;
    letter-spacing: 0.12rem;
    word-spacing: 0.16rem;
}

    /*Cabecera*/

    #cabecera-top{
        display: none;
    }

    #main-menu{
        z-index: 2;
    }

    #main-menu>ul{
        padding: 20px 10px;
    }

    #main-menu button{
        padding: 0;
    }

    #main-menu button,#main-menu a{
        font-size: 1rem;
        transition: all .5s ease-in-out;
    }

    #main-menu button:hover,#main-menu a:hover,#main-menu button:focus,#main-menu a:focus{
        color: #127873;
    }

    #menu-redes i{
        font-size: 18px;
    }

    #menu-contacto-info{
        margin-bottom: 25px;
        position: relative;
    }

    #menu-contacto-info::after{
        width: 40%;
        height: 3px;
        content: '';
        position: absolute;
        background-color: #002784;
        left: 30%;
        bottom: 0;
    }

    #menu-contacto-info i,#menu-contacto-info p{
        color: #127873;
    }

    /*Fin Cabecera*/

    /*Slider*/

    .slider{
        background-color: #000;
        overflow: hidden;
    }

    .slider,.slides,.slide{
        min-height: 80vh;
    }

    .slide{
        padding: 60px 10px;
        opacity: 1;
    }

    .slide::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.3);
        z-index: 0;
    }

    .caption{
        padding: 0 20px;
        z-index: 1;
    }

    .caption h1,.caption p{
        color: #FFF;
        position: relative;
    }

    .caption h1{
        font-size: 2rem;
        line-height: 3.5rem;
        color: #127873;
    }

    .caption p{
        font-size: 1rem;
        line-height: 2rem;
        color: #FFF;
    }

    #controles{
        top: 50%;
        z-index: 1;
    }

    #controles i{
        font-size: 40px;
        padding: 5px 10px;
        color: #002784;
        cursor: pointer;
        opacity: 0.5;
        transition: all 1s ease;
        background: url(../ficheros/favicon.png) no-repeat center center / contain;
    }

    #controles i:hover{
        transform: scale(1.1);
        opacity: 1;
    }

    /*Fin Slider*/

    /*Quienes Somos*/

    #texto_foto_2 h1{
        position: relative;
    }

    #texto_foto_2 h1::after{
        content: '';
        position: absolute;
        width: 15%;
        height: 4px;
        background-color: #002784;
        left: 42.5%;
        bottom: -10px;
        border-radius: 30px;
    }

    #texto_foto_2{
        background-color: #127873;
    }

    #texto_foto_2 h1,#texto_foto_2 p{
        color: #FFF;
    }

    #texto_foto_2 p{
        line-height: 2rem;
        margin: 2rem 0;
    }

    /*Fin Quienes Somos*/

    /*Servicios*/

    #texto_foto_14 h1{
        position: relative;
    }

    #texto_foto_14 h1::after{
        content: '';
        position: absolute;
        width: 15%;
        height: 4px;
        background-color: #002784;
        left: 42.5%;
        bottom: -10px;
        border-radius: 30px;
    }

    #submodulos_15{
        padding-top: 0;
    }

    #lista_mods_15{
        padding: 0;
    }

    #submodulos_15 .ficha{
        margin: 25px 0;
        padding: 10px;
        background-color: #FFF;
        box-shadow: 0 1px 3px #999;
    }

    #submodulos_15 .ficha .foto{
        height: 280px;
    }

    #submodulos_15 .ficha .subtitulo{
        font-size: 1.5rem;
        font-family: "Celtic Garamond";
        text-transform: uppercase;
        position: relative;
        color: #002784;
    }

    #submodulos_15 .ficha .subtitulo::after{
        content: '';
        position: absolute;
        width: 15%;
        height: 4px;
        background-color: #002784;
        left: 42.5%;
        bottom: -10px;
        border-radius: 30px;
    }

    #submodulos_15 .ficha p{
        color: #000;
        line-height: 2rem;
        margin: 2rem 0;
    }

    #submodulos_15 .btn{
        font-family: "Celtic Garamond";
        text-transform: uppercase;
        margin: 15px auto;
        color: #FFF;
        border-radius: 25px;
        border-color: #127873;
        background-color: #127873;
    }

    /*Fin Servicios*/

    /*Blog*/
    
    #blogPortada_20 .titular{
        text-align: center;
        position: relative;
    }

    .post_noticia{
        margin: 25px 0;
        padding: 10px;
        background-color: #FFF;
        box-shadow: 0 1px 3px #999;
    }

    .post_noticia h2{
        font-size: 1.5rem;
        font-family: "Celtic Garamond";
        text-transform: uppercase;
        position: relative;
        line-height: 2.5rem;
    }

    .post_noticia a{
        color: #002784;
    }

    .post_agenda_fecha{
        display: none;
    }

    #blogPortada_20 .titular::after,.post_noticia h1::after{
        content: '';
        position: absolute;
        width: 15%;
        height: 4px;
        background-color: #002784;
        left: 42.5%;
        bottom: -10px;
        border-radius: 30px;
    }

    .post_agenda_foto{
        height: 250px;
    }

    .articulo_contenido p{
        color: #000;
        line-height: 2rem;
        margin: 2rem 0;
    }

    #seccion-btn,.post_noticia .btn{
        font-family: "Celtic Garamond";
        text-transform: uppercase;
        margin: 15px auto;
        padding: 0 25px;
        color: #FFF;
        border-radius: 25px;
        border-color: #127873;
        background-color: #127873;
    }

    /*Fin Blog*/

    /*Mapa*/
    
    #mapa_portada_21{
        padding: 0;
    }

    #mapa{
        min-height: 400px;
    }

    /*Fin Mapa*/

    /*Albergue*/

    #texto_foto_25,#texto_foto_31{
       background-color: #127873;
    }

    #texto_foto_25 .titular,#texto_foto_31 .titular{
        color: #FFF;
    }

    #texto_foto_25 h3,#texto_foto_31 h3{
        font-family: "Celtic Garamond";
        text-transform: uppercase;
        color: #FFF;
    }

    #texto_foto_25 ul li,#texto_foto_31 ul li{
        color: #FFF;
        padding-left: 50px;
    }

    #texto_foto_25 ul li::before,#texto_foto_31 ul li::before{
        font-family: 'Font Awesome 5 Free';
        color: #FFF;
        font-size: 25px;
        top: 0;
    }

    #texto_foto_25 ul li:nth-child(1)::before,#texto_foto_31 ul li:nth-child(1)::before{
        content: '\f540';
    }

    #texto_foto_25 ul li:nth-child(2)::before,#texto_foto_31 ul li:nth-child(2)::before{
        content: '\f1eb';
        font-size: 20px;
    }

    #texto_foto_25 ul li:nth-child(3)::before,#texto_foto_31 ul li:nth-child(3)::before{
        content: '\f4e3';
        left: 15px;
    }

    #texto_foto_25 ul li:nth-child(4)::before,#texto_foto_31 ul li:nth-child(4)::before{
        content: '\f0f4';
        font-size: 20px;
    }

    #texto_foto_25 ul li:nth-child(5)::before,#texto_foto_31 ul li:nth-child(5)::before{
        content: '\f193';
    }

    #galeria h3{
        font-family: "Celtic Garamond";
        text-transform: uppercase;
    }

    #galeria .foto{
        height: 225px;
        margin: 15px 0;
        border: 1px solid #127873;
    }

    /*Fin Albergue*/

    /*Noticias*/

    #blog_basico_35 .post{
        border-radius: 0;
        border: none;
    }

    #blog_basico_35 .post{
        padding: 10px;
        background-color: #FFF;
    }

    #blog_basico_35 .post .fecha{
        display: none;
    }

    #blog_basico_35 .post h2{
        font-size: 1.5rem;
        font-family: "Celtic Garamond";
        text-transform: uppercase;
        position: relative;
        color: #002784;
    }

    #blog_basico_35 .post .btn,.publicacion_ficha_datos .btn,.post_mini_agenda_texto .btn{
        font-family: "Celtic Garamond";
        text-transform: uppercase;
        margin: 15px auto;
        color: #FFF;
        border-radius: 25px;
        border-color: #127873;
        background-color: #127873;
    }

        /*Noticia*/

        .publicacion_ficha_datos h2{
            display: none;
        }

        .publicacion_ficha_datos p{
            font-size: 1rem;
            line-height: 2rem;
        }

        .blog_ultimos_articulos h2{
            font-family: "Celtic Garamond";
            text-transform: uppercase;
            color: #002784;
            margin-bottom: 20px;
        }

        .post_mini_agenda{
            margin: 20px 0;
            padding: 5px;
            background-color: #FFF;
            box-shadow: 0 1px 2px #000;
        }

        .post_mini_agenda_texto{
            margin-left: 10px;
        }

        .post_mini_agenda_titulo{
            font-family: "Celtic Garamond";
            text-transform: uppercase;
            color: #002784;
        }

        .post_mini_agenda_fecha{
            margin: 5px 0;
            color: #002784;
        }

        .post_mini_agenda_fecha i{
            margin-right: 5px;
        }

        /*Fin Noticia*/

    /*Fin Noticias*/

    /*Contacto*/

    #informacion #contacto-info,#informacion #albergue,#informacion #cafeteria{
        font-family: "Celtic Garamond";
        color: #000;
        margin: 15px 0;
    }

    #informacion #contacto-info h2,#informacion #albergue h2,#informacion #cafeteria h2{
        margin: 10px 0;
        color: #002784;
        text-transform: uppercase;
    }

    #informacion #albergue span,#informacion #cafeteria span{
        font-size: 1.2rem;
        color: #127873;
    }

    #informacion #contacto-info i{
        color: #127873;
    }

    #contacto_formulario{
        margin-top: 30px;
    }

    #contacto_formulario h2{
        font-family: "Celtic Garamond";
        text-transform: uppercase;
        color: #002784;
    }

    #contacto_formulario input{
        padding-left: 40px;
    }

    #contacto_formulario .campo.obligatorio::after{
        background-color: #002784;
    }

    #contacto_formulario .campo::before,#contacto_formulario .mensaje::before{
        color: #127873;
    }

    #contacto_formulario #info{
        margin: 15px 0;
    }

    #contacto_formulario #info h3,#contacto_formulario #info strong{
        color: #127873;
    }

    #contacto_formulario button{
        font-family: "Celtic Garamond";
        text-transform: uppercase;
        margin: 15px auto;
        color: #FFF;
        border-radius: 25px;
        border-color: #127873;
        background-color: #127873;
    }

    /*Fin Contacto*/

    /*Pie Página*/

    #banner,#pie-pagina{
        background-color: #127873;
    }

    #pie-pagina h2{
        font-family: "Celtic Garamond";
        font-size: 1rem;
        text-transform: uppercase;
        margin-bottom: 20px;
        position: relative;
    }

    #pie-pagina h2::after{
        content: '';
        position: absolute;
        width: 15%;
        height: 4px;
        background-color: #002784;
        left: 42.5%;
        bottom: -10px;
        border-radius: 30px;
    }

    #contacto-info,#cafeteria,#albergue{
        margin: 15px 0;
        padding: 15px;
        color: #FFF;
    }

    #cafeteria span,#albergue span{
        font-size: 20px;
        font-weight: 600;
    }

    #contacto-info i{
        margin-right: 15px;
    }

    #pie-pagina-copy p{
        color: #FFF;
    }

    #pie-pagina-copy span{
        font-family: "Celtic Garamond";
        font-size: 0.8rem;
        color: #FFF;
    }

    #pie-pagina-copy p,#pie-pagina-politicas p{
        color: #FFF;
        text-align-last: center;
        margin: 15px 0;
    }

    #pie-pagina-politicas a,#pie-pagina-rrss i{
        color: #FFF;
    }

        /*Políticas*/

    #texto_foto_48 .texto_foto_texto p,#texto_foto_48 .texto_foto_texto li,#texto_foto_50 .texto_foto_texto p,#texto_foto_50 .texto_foto_texto li,#texto_foto_52 .texto_foto_texto p,#texto_foto_52 .texto_foto_texto li{
        font-family: 'Roboto',sans-serif;
    }

    #texto_foto_48 .texto_foto_texto li::before,#texto_foto_50 .texto_foto_texto li::before,#texto_foto_52 .texto_foto_texto li::before{
        content: '·';
        color: #002784;
    }

    #texto_foto_50 .texto_foto_texto li a{
        color: #127873;
    }

        /*Fin Políticas*/

    /*Fin Pie Página*/

    /*Media Queries*/

    @media only screen and (min-width: 600px){

        /*Slider*/
        
        .caption{
            margin-left: 25px;
        }
        
        /*Fin Slider*/
        
    }

    @media only screen and (min-width: 800px){
        
        /*Servicios*/
        
        #submodulos_15 .ficha{
            width: 100%;
            flex-flow: row wrap;
            align-items: center;
            justify-content: space-between;
        }
        
        #submodulos_15 .ficha .foto,#submodulos_15 .ficha .texto_ficha{
            width: 47.5%;
        }
        
        #submodulos_15 .ficha .titular::after{
            width: 40%;
            left: 0;
        }
        
        #lista_mods_15 .ficha:last-child{
            flex-direction: row-reverse;
        }
        
        /*Fin Servicios*/
        
        /*Blog*/
        
        #blogPortada20 .post_noticia .titular{
            text-align: left;
            text-align-last: left;
        }
        
        /*Fin Blog*/
        
        /*Pie Página*/
        
        #pie-pagina h2::after{
            left: 0;
        }
        
        /*Fin Pie Página*/

    }

    @media only screen and (min-width: 1000px){
        
        
        /*Slider*/
        
        .slider,.slides,.slide{
            min-height: 44vw;
        }
        
        /*Fin Slider*/
        
        /*Submodulos*/
        
        #submodulos_15 .ficha{
            width: 47.5%;
        }
        
        /*Fin Submodulos*/

    }

    @media only screen and (min-width: 1200px){

        /*Cabecera*/

            #cabecera-top{
                font-size: 0.8rem;
                display: flex;
                color: #FFF;
                background-color: #002784;
            }
        
            #cabecera-top p{
                margin: 0;
            }
        
            #cabecera-top i{
                margin-right: 10px;
            } 
        
            #cabecera-top #rrss i{
                margin: 0 10px;
                color: #FFF;
            }
        
            #main-menu>ul{
                padding: 0;
            }
        
            #main-menu>ul>li>a:hover,#main-menu>ul>li>a:focus{
                color: #127873;
                transition: all .5s ease-in-out;
            }
        
            #main-menu>ul>li>a::after{
                content: '';
                width: 0;
                height: 3px;
                background-color: #127873;
                position: absolute;
                left: 25%;
                bottom: 0;
                visibility: hidden;
                opacity: 0;
                transition: all .5s ease-in-out;
            }
        
            #main-menu>ul>li>.desplegable::after{
                display: none;
            }
        
            #main-menu>ul>li:hover>a::after,#main-menu>ul>li>a:focus::after{
                width: 50%;
                left: 25%;
                visibility: visible;
                opacity: 1;
            }
        
            #main-menu>ul>li>a:focus + .subnivel{
                visibility: visible;
                opacity: 1;
            }
        
            #main-menu>ul>li>a:hover + .subnivel a:hover,#main-menu>ul>li>a:focus + .subnivel a:focus{
                color: #FFF;
                background-color: #127873;
            }

        /*Fin Cabecera*/
        
        /*Slider*/
        
        .caption{
            margin-left: 17.5%;
        }
        
        /*Fin Slider*/
        
        /*Mapa*/

        #mapa{
            min-height: 600px;
        }

        /*Fin Mapa*/

    }
    

    /*Fin Media Queries*/

/*Fin Estilos Web*/