/* Images */

.round-img {
    border-radius: 0 64px 64px 64px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    transition: all ease-in-out 0.3s;
}

.round-img:hover {
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.18)
}

.img-video-container {
    position: relative;
    transition: all ease-in-out 0.3s;
}

.img-video-container:hover {
    opacity: 0.9;
}


/* Overflow video wrapper */

.img-video-container a.start {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    background: var(--tertiary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 0.15s;
}

.img-video-container a.start:hover {
    background: var(--primary-color);
}

.overlay-video {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -ms-transition: opacity 600ms ease-in;
    transition: opacity 600ms ease-in;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 999999;
}

.o1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -ms-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
}

.videoWrapperExt {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 982px;
    padding: 0 20px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    top: -50px;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
    height: 30px;
    width: 30px;
    color: #ffffff;
    font-size: 30px;
    transition: all ease-in-out 0.15s;
    border: none;
    box-shadow: none;
    @media (max-width: 767px) and (orientation: landscape) {
        display: none;
    }
}


/* Client logo slider*/

.client-logo-slider {
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04)
}


/* Blog posts loader */

#posts-loader {
    width: 200px;
    min-height: 200px;
    margin: auto auto;
}

#posts-loader .spinner {
    display: contents;
}


/* CookieBar */

#cookie-bar-prompt-logo {
    display: none !important;
}

#cookie-bar,
#cookie-bar p,
#cookie-bar-prompt p {
    font-family: "Nunito", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}

#cookie-bar-prompt-content {
    background: #071C26 !important;
}

#cookie-bar {
    background: rgba(7, 28, 38, 0.95) !important;
    padding: 8px !important;
    font-family: "Nunito", Helvetica, Arial, sans-serif !important;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

#cookie-bar-browsers a {
    border-radius: 999px !important;
}

#cookie-bar-button {
    outline: 0 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    text-transform: none !important;
    font-size: 14px !important;
    background: #0090d0 !important;
    color: #ffffff !important;
    font-family: "Nunito", Helvetica, Arial, sans-serif !important;
    padding: 8px 20px !important;
    border-radius: 999px !important;
    text-shadow: none !important;
    transition: all ease-in-out 0.2s;
}

#cookie-bar-button:hover {
    background: #006a99 !important;
    box-shadow: 2px 2px 20px 0px rgb(20 20 20 / 30%) !important;
}


/* Modal */

.modal {
    text-align: center;
    border-radius: 12px;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal .modal-content {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12)
}

.modal .btn.btn-warning {
    background: #FEBF1A;
    color: #441300;
    font-size: 14px;
    border-radius: 999px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
    transition: all ease-in-out 0.2s;
    height: 40px;
    border-color: transparent;
    text-transform: uppercase;
    font-weight: 800;
}

.modal .btn.btn-warning:hover {
    background: #fdc840;
    color: #5f2007;
    border-color: transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04);
}

.fade {
    background: rgba(222, 222, 213, 0.12);
    backdrop-filter: blur(6px);
}

#cookie-bar {
    z-index: 1000 !important;
}

.buttons-slider {
    display: flex;
    flex-direction: row;
}

#menu-btn {
    background-color: #b4b7c2 !important;
    border-radius: 4px;
    color: #ffffff;
}

@media (max-width: 1279px) {
    .top-slider .container .row .wow h1 {
        font-size: 2em;
        line-height: 100%;
        margin-bottom: 8px;
    }
    .top-slider .container .row .wow p.lead {
        font-size: 0.9em;
        margin-bottom: 0;
    }
    .top-slider .container a.btn-slider,
    .top-slider .container .btn-slider {
        width: max-content;
        font-size: 0.6em;
    }
    /* .owl-carousel .owl-stage {
        display: flex;
        flex-direction: row;
        transform: none !important;
    }
    body .owl-stage .owl-item:not(.active) {
        display: none;
    } */
    .de_count.big h3 {
        font-size: 4.5rem;
    }
    #section-testimonial .container {
        max-width: 90vw;
    }
    #call-fale-conosco h2 {
        font-size: 2rem;
        line-height: 110%;
        text-align: center;
    }
    h2 {
        font-size: 2rem;
        line-height: 110%;
    }
    #subheader h1 {
        font-size: 2.2rem;
        line-height: 110%;
    }
    .phone-num-big * {
        text-align: center;
    }
    #menu-btn {
        margin-left: 12px;
    }
    .f-box.f-icon-left .fb-text {
        flex-direction: column;
    }
    .space-bottom-mobile {
        margin-bottom: 72px;
    }
    #subheader {
        padding: 36px 0;
    }
    #cookie-bar {
        padding-bottom: 64px !important;
    }
    .buttons-slider {
        flex-direction: column;
    }
}