/* ******************************************************
                        HEADER - CAROUSEL                            
****************************************************** */

.categorias,
.sobre {
    position: relative;
}

.carousel .next,
.carousel2 .next,
.carousel3 .next {
    position: absolute;
    top: 60%;
    right: 0;
    cursor: pointer;
    z-index: 1000;
}

.carousel .prev,
.carousel2 .prev,
.carousel3 .prev {
    position: absolute;
    top: 60%;
    left: 0;
    cursor: pointer;
    z-index: 1000;
}

.header .carousel .indicators,
.header .carousel2 .indicators,
.header .carousel3 .indicators {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    position: relative !important;
    top: 190px !important;
    max-height: 150px;
    max-width: 50px;
    float: right;
}

.header .carousel .indicators .indicator-item,
.carousel2 .indicators .indicator-item,
.carousel3 .indicators .indicator-item {
    background-color: transparent !important;
    height: 40px !important;
    padding-right: 22px;
    padding-left: 12px;
    padding-bottom: 40px !important;
    padding-top: 5px !important;
    border-radius: 1px !important;
    border: 1px solid white !important;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    position: relative;
    left: 3.5px;
    color: rgba(255, 255, 255, 0.877);
    font-weight: 300;
    font-size: 1.5em;
    font-family: 'FuturaBolder';
}

.header .carousel .indicators .indicator-item.active,
.carousel2 .indicators .indicator-item.active,
.carousel3 .indicators .indicator-item.active {
    background-color: red !important;
    color: white;
    border: 1px solid transparent !important;
}


/* 1 BANNER */

.header1 .carousel .indicators .indicator-item:nth-last-of-type(1),
.carousel2 .indicators .indicator-item:nth-last-of-type(1),
.carousel3 .indicators .indicator-item:nth-last-of-type(1) {
    display: none;
}

.header .carousel .indicators .indicator-item,
.carousel2 .indicators .indicator-item,
.carousel3 .indicators .indicator-item {
    display: none;
}

.header1 .carousel .indicators .indicator-item:nth-last-of-type(1):before,
.carousel2 .indicators .indicator-item:nth-last-of-type(1):before,
.carousel3 .indicators .indicator-item:nth-last-of-type(1):before {
    display: none;
}


/* 2 BANNER */

.header2 .carousel .indicators .indicator-item:nth-last-of-type(1) {
    top: -57px;
}

.header2 .carousel .indicators .indicator-item:nth-last-of-type(1):before {
    content: "2";
}

.header2 .carousel .indicators .indicator-item:nth-last-of-type(2) {
    top: -8px;
}

.header2 .carousel .indicators .indicator-item:nth-last-of-type(2):before {
    content: "1";
}


/* 3 BANNER */

.header3 .carousel .indicators .indicator-item:nth-last-of-type(1) {
    top: -127px;
}

.header3 .carousel .indicators .indicator-item:nth-last-of-type(1):before {
    content: "3";
}

.header3 .carousel .indicators .indicator-item:nth-last-of-type(2) {
    top: -78px;
}

.header3 .carousel .indicators .indicator-item:nth-last-of-type(2):before {
    content: "2";
}

.header3 .carousel .indicators .indicator-item:nth-last-of-type(3) {
    top: -29px;
}

.header3 .carousel .indicators .indicator-item:nth-last-of-type(3):before {
    content: "1";
}


/* 4 BANNER */

.header4 .carousel .indicators .indicator-item:nth-last-of-type(1) {
    top: -197px;
}

.header4 .carousel .indicators .indicator-item:nth-last-of-type(1):before {
    content: "4";
}

.header4 .carousel .indicators .indicator-item:nth-last-of-type(2) {
    top: -148px;
}

.header4 .carousel .indicators .indicator-item:nth-last-of-type(2):before {
    content: "3";
}

.header4 .carousel .indicators .indicator-item:nth-last-of-type(3) {
    top: -99px;
}

.header4 .carousel .indicators .indicator-item:nth-last-of-type(3):before {
    content: "2";
}

.header4 .carousel .indicators .indicator-item:nth-last-of-type(4) {
    top: -50px;
}

.header4 .carousel .indicators .indicator-item:nth-last-of-type(4):before {
    content: "1";
}


/* 5 BANNER */

.header5 .carousel .indicators .indicator-item:nth-last-of-type(1) {
    top: -247px;
}

.header5 .carousel .indicators .indicator-item:nth-last-of-type(1):before {
    content: "5";
}

.header5 .carousel .indicators .indicator-item:nth-last-of-type(2) {
    top: -198px;
}

.header5 .carousel .indicators .indicator-item:nth-last-of-type(2):before {
    content: "4";
}

.header5 .carousel .indicators .indicator-item:nth-last-of-type(3) {
    top: -149px;
}

.header5 .carousel .indicators .indicator-item:nth-last-of-type(3):before {
    content: "3";
}

.header5 .carousel .indicators .indicator-item:nth-last-of-type(4) {
    top: -100px;
}

.header5 .carousel .indicators .indicator-item:nth-last-of-type(4):before {
    content: "2";
}

.header5 .carousel .indicators .indicator-item:nth-last-of-type(5) {
    top: -50px;
}

.header5 .carousel .indicators .indicator-item:nth-last-of-type(5):before {
    content: "1";
}


/* --------------------- */

.carousel i,
.carousel2 i,
.carousel3 i {
    font-size: 6em;
    color: white;
}

.header .carousel .carousel-item,
.carousel2 .carousel-item,
.carousel2 .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 400px !important;
}

.carousel2 .carousel-item {
    min-height: 150px !important;
    max-height: 150px !important;
}

.header h2,
.header h4 {
    font-family: 'FuturaHeavy';
}

.header .carousel .carousel-item button {
    max-height: auto;
    color: #000;
    transition: all .7s;
    line-height: 45px !important;
    min-width: 320px !important;
    cursor: pointer;
    text-align: center !important;
    display: flex;
    align-items: center;
}

.header .carousel .carousel-item button svg {
    color: #ffca28;
    width: 60px;
    position: relative !important;
    right: -35px !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    /* height: 40px; */
    padding: 5px;
    margin: 0 !important;
    z-index: 999 !important;
}

@media(min-width: 990px) {
    .carousel2 .next {
        top: 40%;
    }
    .carousel2 .prev {
        top: 40%;
    }
}

@media(max-width: 1200px) {
    .header .carousel .carousel-item h2 {
        font-size: 2.7em !important;
    }
    .header .carousel .carousel-item h4 {
        font-size: 1.6em !important;
    }
}

@media(max-width: 990px) {
    .header .carousel .carousel-item h2 {
        font-size: 2em !important;
    }
    .header .carousel .carousel-item h4 {
        font-size: 1.2em !important;
    }
    .header .carousel .carousel-item button {
        max-height: auto;
        color: #000;
        transition: all .7s;
        line-height: 45px !important;
        min-width: 60% !important;
        cursor: pointer;
        text-align: center !important;
        display: flex;
        align-items: center;
    }
    .header .carousel .carousel-item button {
        min-width: 170px !important;
        line-height: 35px !important;
        height: 26px !important;
    }
    .header .carousel .carousel-item button svg {
        height: 30px;
    }
}

@media(max-width: 600px) {
    .header .carousel .carousel-item {
        text-align: center;
    }
    .header .carousel .carousel-item h2 {
        text-align: center;
    }
    .header .carousel .carousel-item h4 {
        text-align: center;
    }
    .header .carousel .carousel-item button {
        /* margin: 40px auto 0 auto !important; */
    }
    .carousel2 .next {
        top: 85%;
    }
    .carousel2 .prev {
        top: 85%;
    }
}

@media(max-width: 1199px) {
    .carousel .next {
        top: 40%;
    }
    .carousel .prev {
        top: 40%;
    }
}

@media(max-width: 767px) {
    .carousel .next {
        top: 30%;
    }
    .carousel .prev {
        top: 30%;
    }
}

@media(max-width: 425px) {
    .carousel .next {
        top: 40%;
    }
    .carousel .prev {
        top: 40%;
    }
}