﻿/*General*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#container-slider {
    position: relative;
    display: block;
    width: 100%;
}


#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}

.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}

.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}

.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.item-select-slid {
    background: #FFF !important;
}

div#contenedor-carrucel {
    padding-top: 10px;
}

/* Pantallas pequeñas */
@media screen and (min-width: 300px) and (max-width: 539px) {
    .arrowPrevP {
        font-size: 20pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 35% !important;
        z-index: 2;
        left: 20px !important;
    }

    .arrowNextP {
        font-size: 20pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 35% !important;
        z-index: 2;
        right: 20px !important;
    }

    .carrucel {
        height: 140px;
    }

    li#banerList {
        height: 100px;
    }
}

@media screen and (min-width: 540px) and (max-width:600px) {
    .arrowPrevP {
        font-size: 25pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 25% !important;
        z-index: 2;
        left: 20px !important;
    }

    .arrowNextP {
        font-size: 25pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 25% !important;
        z-index: 2;
        right: 20px !important;
    }

    li#banerList {
        height: 110px !important;
    }

    ul#slider {
        height: 220px !important;
    }

    .carrucel {
        height: 140px;
    }

    li#banerList {
        height: 100px;
    }
}

@media screen and (min-width: 601px) and (max-width: 750px) {
    .arrowPrevP {
        font-size: 28pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 30% !important;
        z-index: 2;
        left: 20px !important;
    }

    .arrowNextP {
        font-size: 28pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 30% !important;
        z-index: 2;
        right: 20px !important;
    }

    li#banerList {
        height: 150px !important;
    }

    ul#slider {
        height: 250px !important;
    }

    .carrucel {
        height: 190px;
    }

    li#banerList {
        background-height: 100px;
        height: 100px;
    }
}


@media screen and (min-width: 751px) and (max-width: 900px) {
    .arrowPrevP {
        font-size: 28pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 60px;
        z-index: 2;
        left: 20px !important;
    }

    .arrowNextP {
        font-size: 28pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 60px;
        z-index: 2;
        right: 20px !important;
    }

    li#banerList {
        height: 180px !important;
    }

    ul#slider {
        height: 250px !important;
    }

    .carrucel {
        height: 220px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
    .arrowPrevP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 60px;
        z-index: 2;
        left: 20px !important;
    }

    .arrowNextP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 60px;
        z-index: 2;
        right: 20px !important;
    }

    li#banerList {
        height: 200px !important;
    }

    ul#slider {
        height: 250px !important;
    }

    .carrucel {
        height: 250px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1250px) {
    .arrowPrevP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 120px;
        z-index: 2;
        left: 20px !important;
    }

    .arrowNextP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 120px;
        z-index: 2;
        right: 20px !important;
    }

    li#banerList {
        height: 290px !important;
    }

    ul#slider {
        height: 320px !important;
    }

    .carrucel {
        height: 300px !important;
    }
}

@media screen and (min-width: 1251px) and (max-width: 1500px) {
    .arrowPrevP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 120px;
        z-index: 2;
        left: 20px !important;
    }

    .arrowNextP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 120px;
        z-index: 2;
        right: 20px !important;
    }

    li#banerList {
        height: 320px !important;
    }

    ul#slider {
        height: 340px !important;
    }

    .carrucel {
        height: 350px !important;
    }
}

@media screen and (min-width: 1501px) and (max-width: 1900px) {
    .arrowPrevP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 150px;
        z-index: 2;
        left: 20px !important;
    }

    .arrowNextP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 150px;
        z-index: 2;
        right: 20px !important;
    }

    li#banerList {
        height: 350px !important;
    }

    ul#slider {
        height: 340px !important;
    }

    .carrucel {
        height: 380px !important;
    }
}

@media screen and (min-width: 1901px) and (max-width: 2000px) {
    .arrowPrevP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 180px;
        z-index: 2;
        left: 20px !important;
    }

    .arrowNextP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 180px;
        z-index: 2;
        right: 20px !important;
    }

    li#banerList {
        height: 380px !important;
    }

    ul#slider {
        height: 350px !important;
    }

    .carrucel {
        height: 450px !important;
    }
}


@media only screen and (min-width: 2001px){
    .arrowPrevP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 100px;
        z-index: 2;
        left: 20px !important;
    }

    .arrowNextP {
        font-size: 35pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 100px;
        z-index: 2;
        right: 20px !important;
    }

    li#banerList {
        height: 400px !important;
    }

    ul#slider {
        height: 350px !important;
    }

    .carrucel {
        height: 480px !important;
    }
}