﻿.footerCajasEmpresasContainer {
    background-color: #e9e9e9 !important;
}

.footerCajasEmpresasContainer > .wResolucion1 {
    padding-bottom: 15px;
    margin: 0 auto;
}

.footerCajasEmpresasContainer * {
    font-family: 'NovaLight';
    /*background-color: #e9e9e9;*/
}

.footerCajasEmpresasEncabezado {
    margin-left: 44px;
    color: #E53308;
    font-size: 25px;
    line-height: 76px;
}

.footerCajasEmpresasImg {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #FFF;
    height: 108px;
    display:block;
}

.footerCajasEmpresasTitulo {
    padding-top: 10px;
    /*background-color: #FFF;*/
    color: #1F1F1F;
    font-size: 17px;
    position:absolute;
    bottom:60px;
    width:100%;
}
.ajusteTextoLink {
    display: flex;
    margin-top: -10px;
}
.footerCajasEmpresasSubtitulo {
    padding-bottom: 10px;
    /*background-color: #FFF;*/
    text-transform: uppercase;
    color: #6D6D6D;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: 32px;
}

.footerCajasEmpresas > .row {
    margin-right: -8px;
    margin-left: -8px;
}

    .footerCajasEmpresas > .row > div > a:hover {
        text-decoration: none;
    }

    .footerCajasEmpresas > .row > .col-lg {
        text-align: center;
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 25px;
    }

@media (max-width: 992px) {
    .footerCajasEmpresasSeparador {
        height: 3rem;
        background: #f3f3f3;
    }

    .footerCajasEmpresasImg {
        width: 100% !important;
        height: auto;
    }

    .footerCajasEmpresasEncabezado {
        font-size: 18px;
        line-height: 53px;
        padding-top: 1rem;
    }

    .footerCajasEmpresasTitulo {
        font-size: 14px;
        line-height: 12px;
        height: 21px;
    }

    .footerCajasEmpresasSubtitulo {
        font-size: 11px;
    }
}

/*---------------Carrusel cajas preFooter-------------------*/
#SliderPreFooter {
    max-width: 1360px;
    margin: auto;
}
#SliderPreFooter .swiper-wrapper {
    margin-left: 42px;
}
.swiper-carrusel-preFooter .swiper-button-prev,
.swiper-carrusel-preFooter .swiper-button-next {
    --swiper-navigation-size: 30px;
    height: 60px;
    width: 51px;
    color: #000000;
    margin-top: -3%;
    top: 36px;
    height: 172px;
    background: #fff;
}
.swiper-carrusel-preFooter .swiper-button-prev {
    margin-left: -2%;
    background: #e9e9e9;
    height: 90%;
    top: 67px;
    box-shadow: none;
}
.swiper-carrusel-preFooter .swiper-button-next {
    margin-right: -1%;
    background: #e9e9e9;
    height: 92%;
    top: 60px;
}
.swiper-carrusel-preFooter .IcoImg {
    max-width: 280px;
    max-height: 233px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.swiper-carrusel-preFooter .TituloCajaGuia {
    width: 281px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    margin-bottom: 29px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.swiper-carrusel-preFooter .sombraCarruselGuias {
    position: absolute;
    top: 24px;
    right: 46px;
    z-index: 9;
    height: 326px;
}

@media (max-width: 999px) {
    .footerCajasEmpresasSeparador {
        display: none;
    }

    .footerCajasEmpresas > .row > .col-lg {
        padding-right: 4px;
        padding-left: 2px;
        margin-bottom: 10px;
    }
    .ajusteTextoLink {
        justify-content: center;
    }

    /*---------------Carrusel cajas preFooter-------------------*/
    .swiper-carrusel-preFooter .swiper-button-prev,
    .swiper-carrusel-preFooter .swiper-button-next {
        display: none;
    }
    .swiper-carrusel-preFooter .IcoImg {
        max-width: 230px;
        max-height: 233px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .swiper-carrusel-preFooter .TituloCajaGuia {
        margin-left: 2%;
    }
    .swiper-carrusel-preFooter .TituloCajaGuia {
        width: 230px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        margin-bottom: 29px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    #SliderPreFooter .swiper-wrapper {
        margin-left: 5px;
    }
    .footerCajasEmpresasSubtitulo{
        bottom:28px;
    }
    .footerCajasEmpresasEncabezado{
        margin-left:10px;
    }
}

