
.modal-over {
    background-image: url(../img/basic/fume.png);
    background-repeat: repeat;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-over .container{
    clear: both;
}

.modal-over._open {
    display: block;
}

.modal-body {
    width: 95%;
    max-width: 1440px;
    overflow-y: initial;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 0;
    outline: 0px;
    outline-color: transparent;
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate3d(-50%, 0, 0px);
    padding: 5%;
    display: block;
}

.modal-body .content{
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    position: relative;
    /*border-radius: 10px;*/
}

.modal-body .destaque{
    padding-bottom: 20px;
}

.modal-body._obras .destaque{
    height: 380px;
    width: 100%;
}
.modal-body._obras .col-md-4 {
    min-height: 210px;
}

.modal-body .destaque,
.modal-body .info-destaque{
    opacity: 0;
}

.modal-body .destaque._in,
.modal-body .info-destaque._in {
    opacity: 1;
}

.modal-body .destaque img{
    width: 98%;
    max-width: 800px;
    display: block;
    margin: auto;
}

.modal-over .info-destaque{
    text-align: left;
    margin-top: 20px;
    color: #717171;
    font-size: 14px;
    padding-left: 0;
    /*outline: solid 1px red;*/
}

.modal-body .slick-arrow, .modal-body .slick-arrow:hover, .modal-body .slick-arrow:focus, .modal-body .slick-arrow:active, .modal-body .slick-arrow:visited {
    width: 30px;
    height: 30px;
    top: 50%;
    font-size: 0;
    line-height: 0;
    color: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    background-color: #BAC3B2;
    border: solid 1px #BAC3B2;
    z-index: 3;
}


.modal-body .slick-next:before,
.modal-body .slick-prev:before {
    font-size: 20px;
    line-height: 0;
    margin-top: -4px;
    display: block;
    color: #fff;
}

.modal-body .slick-next {
    right: -30px;

}
.modal-body .slick-prev {
    left: -30px;
}



.modal-body .slick-next:before {
    content: ">";
}
.modal-body .slick-prev:before {
    content: "<";
}


.modal-over .close {
    width: 70px;
    height: 70px;
    margin-left: 79%;
    margin-bottom: 20px;
    position: relative;
    border-radius: 50%;
    opacity: 1;
    z-index: 100;
    color: #C2CABA;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out 1 forwards;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.modal-over .close:hover{
    transform: rotate(-20deg) scale(1);
    -webkit-transform: rotate(-20deg) scale(1);
    -moz-transform: rotate(-20deg) scale(1);
    -o-transform: rotate(-20deg) scale(1);
}


@media(min-width: 900px){

    .modal-body {
        width: 700px;
        /*min-height: 720px;*/
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
        overflow: visible;
        padding: 0;
    }

    .modal-body .close {
        margin-top: 20px;
        margin-left: 616px;
        margin-bottom: 0;
    }

    .modal-over .close {
        width: 70px;
        height: 70px;
        font-size: 12px;
    }

    .modal-body._obras .destaque,
    .modal-body._obras .col-4 {
        height: 490px;
    }

    .modal-body._obras .destaque{
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding: 0;
        margin-left: 40px;
        /*outline: solid 1px;*/
    }

    .modal-over .info-destaque{
        width: 80%;
        height: auto;
        top: 50%;
        margin: 0;
        position: absolute;
        transform: translateY(-50%);
        /*outline: solid 1px blue;*/
    }

    .modal-body .slick-next {
        right: 5px;

    }
    .modal-body .slick-prev {
        left: 5px;
    }

    .modal-body .slick-arrow, .modal-body .slick-arrow:hover, .modal-body .slick-arrow:focus, .modal-body .slick-arrow:active, .modal-body .slick-arrow:visited {
        top: 57%;
    }

        
}

