@charset "UTF-8";
/* CSS Document */
.jssor-outer-container {
    position: relative;
    top: 0;
    left: 0;
}

.jssor-outer-container .slides {
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 460px;
    cursor: move;
}

.jssor-outer-container .caption {
    position: absolute;
    bottom: 0px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
}

.jssor-outer-container .c {
    margin: 0 0 0 30px;
    font-size: 14px !important;
    font-weight: normal !important;
    max-width: 900px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jssor-outer-container .t {
    margin: 10px 0 0 30px;
    font-size: 25px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.jssor-outer-container .arrow-left {
    top: calc(50% - 18px) !important;
    position: absolute !important;
    width: 37px;
    height: 37px;
    background: url(../../images/sitio/arrows.png) no-repeat;
    background-position: -11px -41px;
    cursor: pointer;
    left: 10px !important;
}

.jssor-outer-container .arrow-right {
    top: calc(50% - 18px) !important;
    position: absolute !important;
    width: 37px;
    height: 37px;
    background: url(../../images/sitio/arrows.png) no-repeat;
    background-position: -311px -41px;
    cursor: pointer;
    right: 10px !important;
}

.jssor-outer-container .bullet.navigator {
    height: 10px !important;
    width: 50px !important;
    bottom: 15px !important;
    position: absolute;
    left: calc(50% - 40px) !important;
    top: initial !important;
}

.jssor-outer-container .prototype {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}

.jssor-outer-container .prototype:nth-child(2) {
    left: 17px !important
}

.jssor-outer-container .prototype:nth-child(3) {
    left: 34px !important
}

.jssor-outer-container .prototype:nth-child(4) {
    left: 51px !important
}

.jssor-outer-container .prototype:nth-child(5) {
    left: 68px !important
}

.jssor-outer-container .prototypeav {
    background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 300px) and (max-width: 450px) {
    .jssor-outer-container, .jssor-outer-container .slides {
        height: 250px;
    }

    .jssor-outer-container .caption {
        background-color: rgba(0, 0, 0, 0.9);
    }
}

@media (min-width: 450px) and (max-width: 768px) {
    .jssor-outer-container, .jssor-outer-container .slides {
        height: 320px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .jssor-outer-container, .jssor-outer-container .slides {
        height: 380px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .jssor-outer-container, .jssor-outer-container .slides {
        height: 420px;
    }
}

@media (min-width: 1200px) {
    .jssor-outer-container, .jssor-outer-container .slides {
        height: 460px;
    }
}

/* ----- Módulo fotos home ----- */
.modulo-fotos-home {
    background-color: #000;
}

.cmp-slider img {
    height: auto !important;
}

.cmp-slider {
    height: auto !important;
}

.cmp-slider a img {
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) translateX(0);
}

@media (min-width: 300px) and (max-width: 768px) {
    .cmp-slider {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .cmp-slider {
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .arrow-left {
        top: calc(40% - 30px) !important
    }

    .arrow-right {
        top: calc(40% - 30px) !important
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .arrow-left {
        top: calc(40% - 30px) !important
    }

    .arrow-right {
        top: calc(40% - 30px) !important
    }
}

@media (max-width: 1200px) and (min-width: 300px) {
    .jssor-outer-container .caption {
        background-color: rgba(0, 0, 0, 1) !important;
        height: 80px !important;
        font-size: 18px;
    }

    .modulo-fotos-home .jssor-outer-container .t {
        font-size: 16px !important;
    }

    .modulo-fotos-home .jssor-outer-container .c {
        font-size: 9px !important;
    }

    .modulo-fotos-home .img-container img a,
    .modulo-fotos-home .img-container img {
        width: 100% !important;
        min-height: 200px;
    }

    .jssor-outer-container .bullet.navigator {
        display: none
    }
}