@charset "utf-8";
/* Estilo pantallas peques min-width:769px*/
/* Para dispositivos moviles sin hover */
    /*
        @media (hover:hover) {
            .btn:hover{
                background-color: orange;
                color: purple;
            }
        }
    */
.contenedor-menu {
    bottom:0;
}
.l-pieMovil {
    display:none;
}
/* PlantPlantNavFooter */
.l-intro {
    min-height:35vh;
}
/* Enlaces desde indice */
.minEnl {
    flex-direction: row;
    align-items:flex-start;
    justify-content:flex-end;
}
.minEnl article {
/*    flex: 50%;*/
}
.minEnl .text {
    /*    float: right;*/
    margin-right: 2em;
/*    margin-left: auto;*/
    padding-left: auto;
}
/* Enlaces desde indice */
    .l-dosCol {
        min-height: 33vh;
        display: flex;
        align-items: center;
/*        flex-direction: row;*/
    }
    .l-dosCol img {
/*        display: block;*/
/*        height: 35%;*/
        width: 50%;
/*        aspect-ratio: auto;*/
    }
.swiper-navBtn{
display:inline;
}
.aFavor__item {
    flex: 50%;
}
.l-footer {
/*    min-height: 33vh;*/
    display: flex;
    flex-direction: row;
    align-items:center;
/*    flex-wrap: wrap;*/
    justify-content:space-between;
    padding: 1.2em .2em 1em .2em;
    margin-bottom: 0px;
}
