﻿/**************************************************/
/**********     SLIDE CARDS DESTAQUES      
/*************************************************/


.bx-next.disabled {
    display: none !important;
}

.pl-slider .bx-wrapper {
    max-width: 100% !important;
}

.slide-container {
    left: 20%;
    height: 100%;
}

.pl-slider .bx-wrapper .bx-controls {
    height: 40px;
    margin-bottom: 20px;
}

    .pl-slider .bx-wrapper .bx-controls .bx-controls-direction {
        display: block;
    }

        .pl-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
            color: #0071ce;
            width: 32px;
            height: 43px;
            overflow: hidden;
            display: block;
            font-size: 60px;
            position: absolute;
            left: -40px;
            top: 40%;
        }

            .pl-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
                color: #9db1c9;
            }

            .pl-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
                content: '\e9ae';
                font-family: 'icomoon';
                display: block;
                margin-left: -10px;
            }

                .pl-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before:hover {
                    color: #9db1c9;
                }

        .pl-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
            color: #0071ce;
            width: 32px;
            height: 43px;
            overflow: hidden;
            display: block;
            font-size: 60px;
            position: absolute;
            right: -32px;
            top: 40%;
        }

            .pl-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
                color: #7f96b9;
            }

            .pl-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
                content: '\e9ad';
                font-family: 'icomoon';
                display: block;
                margin-left: -10px;
            }

                .pl-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before:hover {
                    color: #7f96b9;
                }

.slideI {
    height: 100%;
}

.slideContainer {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #C9D5E7;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 1s;
    transform: scale(0.85);
    background: #C9D5E7;
    opacity: 0.5;
}

.sliderContainerAnime {
    transform: scale(1);
    background: #fff;
    opacity: 1;
}


#slide-cards-dest {
    padding-left: 15px;
    padding-right: 15px;
    margin: 96px 0px;
}

.slide-container {
    /* width: 100%; */
    /* max-width: 1126px; */
    /* height: 619px; */
    /* align-items: center; */
    /* display: flex; */
    /* margin: 0 auto; */
    /* position: relative; */
}

.slide-item {
    position: absolute;
    transition: all 0.3s ease-in-out;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #C9D5E7;
}

    .slide-item.slide-item-selected {
        width: 100%;
        max-width: 596px;
        height: 579px;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .slide-item.slide-item-previous,
    .slide-item.slide-item-next {
        width: 100%;
        max-width: 507px;
        height: auto;
        opacity: 1;
        z-index: 1;
        background: #C9D5E7;
    }

    .slide-item.slide-item-previous {
        left: 30%;
        transform: translateX(-50%);
    }

    .slide-item.slide-item-next {
        left: 70%;
        transform: translateX(-50%);
    }

.slide-controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    position: relative;
    z-index: 99;
}

    .slide-controls button {
        border: 0;
        cursor: pointer;
        font-size: 16px;
        margin: 0 20px;
        padding: 0 12px;
        text-transform: capitalize;
    }

        .slide-controls button:focus {
            outline: none;
        }

.slide-controls-previous {
    position: relative;
}

    .slide-controls-previous::before {
        border: solid #0071CE;
        border-width: 0 3px 3px 0;
        content: '';
        display: inline-block;
        height: 18px;
        left: -23px;
        padding: 2px;
        position: absolute;
        top: -14px;
        transform: rotate(135deg) translateY(-50%);
        transition: left 0.15s ease-in-out;
        width: 18px;
    }

    .slide-controls-previous:hover::before {
        left: -18px;
    }

.slide-controls-next {
    position: relative;
}

    .slide-controls-next::before {
        border: solid #0071CE;
        border-width: 0 3px 3px 0;
        content: '';
        display: inline-block;
        height: 18px;
        padding: 2px;
        position: absolute;
        right: -23px;
        top: 50%;
        transform: rotate(-45deg) translateY(-50%);
        transition: right 0.15s ease-in-out;
        width: 18px;
    }

    .slide-controls-next:hover::before {
        right: -18px;
    }

.slide-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

    .slide-nav li {
        background: #9DB1C9;
        height: 4px;
        margin: 0 16px;
        width: 50px;
    }

        .slide-nav li.slide-item-selected {
            background: #0071CE;
        }

.mainCard{
    z-index:200;
}

.slideLeft{
    right: -350px
}

.slideRight{
    left: -350px
}

.zeroOpacity{
    opacity: 0;
}

.title-left{
    font-family: 'Spartan';
    font-weight: 700;
    font-size: 23px;
    text-align: left;
    color: #00559a;
    margin: 0px 0 19px;
}
/************************************/

.destaque-header {
    position: relative;
    height: auto;
    overflow: hidden;
}

.destaque-img {
    width: 100%;
    mix-blend-mode: multiply;
}

.destaque-body {
    flex-grow: 1;
    padding: 32px;
    background-color: #fff;
    mix-blend-mode: multiply;
}

h3.destaque-title {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    color: #0A243E;
    margin-bottom: 10px;
}

.destaque-subtitle {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 150%;
    color: #0A243E;
    margin-bottom: 10px;
}

.destaque-description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #3F5B78;
}

.destaque-footer {
    height: 51px;
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #0071CE;
    background: #F2F4F8;
    padding: 16px 0px 16px 32px;
    /* mix-blend-mode: multiply; */
}

/*************************************/
/*************MOBILE*****************/
/***********************************/

@media screen and (max-width: 834px) {

    .pl-slider {
        padding-top: 0px;
        padding-left: 0;
        padding-right: 1px;
    }

    .slide-controls {
        display: none;
    }

    .slide-nav {
        display: none;
    }

    .slide-item.slide-item-selected {
        max-width: 291px;
        height: auto;
    }

    .slide-item.slide-item-previous {
        max-width: 261px;
        left: 27%;
        height: auto;
    }

    .slide-item.slide-item-next {
        left: 36%;
        max-width: 261px;
        height: auto;
    }

    .destaque-description {
        font-size: 16px;
    }

    .destaque-body {
        padding: 32px 16px;
    }
}

@media screen and (max-width: 834px) {
    .pl-slider .bx-wrapper {
        margin: 0 auto;
        max-width: 90% !important;
    }

    .slide-container {
        left: 0;
    }

    .slideContainer {
        transform: scale(0.95);
    }

    .sliderContainerAnime {
        transform: scale(1);
    }
}


.wrapper2 {
    max-width: 1002px;
    margin: 0 auto;
}