﻿/* CSS Slider */

.whyblockbaseslider {
    height: auto;
    padding: 10px;

    padding-top:3rem;
}

    .whyblockbaseslider .slick-dots li.slick-active button:before {
        font-size: 10px;
        color: #162E49 !important;
    }

    .whyblockbaseslider .slick-dots li.slick button:before {
        font-size: 10px;
        color: #85A6D5 !important;
    }

    .whyblockbaseslider .slick-dots li button:before {
        font-size: 10px;
        color: #162E49 !important;
    }

    .whyblockbaseslider .slick-prev:before {
        color: #000 !important;
    }

    .whyblockbaseslider .slick-next:before {
        color: #000 !important;
    }

.background-sliderwhy {
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    background-color: transparent;
}

.solid {
    background-color: transparent;
    z-index: 9999 !important;
    opacity: 1;
}

    .solid p {
        font-size: 2rem;
        line-height: 3.8rem;
        text-shadow: 0px 4px 3px rgba(255,255,255,0.4), 0px 8px 13px rgba(255,255,255,0.1), 0px 18px 23px rgba(255,255,255,0.1);
    }

        .solid p b {
            font-size: 2.3rem;
        }

.background-sliderwhy-bg {
    position: absolute;
    z-index: -9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-image: url("../images/why_section/teste 4.png");*/
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}