*{
    font-family: "Open Sans", sans-serif;
}
header {
    background: #25252552;
    position: fixed;
    z-index: 10;
    width: 100%;
    /* margin-top: 80px; */
    transition: 300ms all ease-in-out;
}
header .nav-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff !important;
}
header .nav-efeito{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;  
    color: #2492A0;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    position: relative;
}
.nav-efeito::after {
    content: '';
    height: 3px;
    width: 0;
    background: red;
    position: absolute;
    bottom: 0px;
    transition: all .25s;
}
.nav-efeito:hover::after {
    width: calc(100% - 20px);
}
.nav-efeito::after {
    content: '';
    height: 3px;
    width: 0;
    background: #E4B229;
    position: absolute;
    bottom: -10px;
    transition: all .25s;
}
#home {
    position: relative; 
    overflow: hidden; 
    min-height: 100vh;
    display: flex;
    align-items: center;
    /* margin-top: -80px; */
}
.img-display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1; 
    opacity: 0.8; 
}
#home h1, #home h2, #home p {
    color: inherit; /
}
#home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 0; 
}
#home h1 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 5%;
    vertical-align: middle;
    margin-bottom: 30px;
    color: #fff;
}
#home h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 30px;
    color: #fff;
}
#home h2 span{
    color: #E4B229;
}
#home p {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.btn-contratar {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    background-color: #155E63;
    border-radius: 8px;
    padding: 20px 30px;
    color: #fff !important;
    transition: 300ms all ease-in-out;
}
.btn-contratar:hover{
    background-color: #E4B229;
    color: #fff;
}
.btn-assitir {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    background-color: #fff;
    color: #155E63 !important;
    border-radius: 8px;
    padding: 20px 30px;
    transition: 300ms all ease-in-out;
}
.btn-assitir:hover{
    background-color: #E4B229;
    color: #fff !important;
}
.separacao-btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sobre {
    padding: 60px 0;
}
#sobre h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 40px;
    color: #444444;
}
#sobre h2 span{
    font-weight: 700;
    color:#A63A3A;
}
.img-sobre {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 8px;
}
#sobre h3 {
    font-weight: 700;
    font-size: 30px;
    color: #A63A3A;
    line-height: 100%;
    margin-bottom: 20px;
}
.text-sobre {
    font-weight: 400;
    font-size: 16px;
    color: #4C4C4C;
    line-height: 160%;
}
.alinhar-meio{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-sobre {
    box-shadow: 4px 4px 15px 0px #0000001A;
    background: #F2F5F6;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 180px;
}
.icone-sobre {
    object-fit: contain;
    width: 30px;
    height: 40px;
}
.card-sobre h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    vertical-align: middle;
}
.card-sobre p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin: 0;
    color: #4C4C4C;
}
#estilos {
    background: linear-gradient(93.5deg, #155E63 1.01%, #18686E 51.09%, #1D888F 99.65%);
    padding: 70px 0;
}
#estilos h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #fff;
}
.text-estilo {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin: 20px 40px ;
}
.card-estilo {
    border: 1px solid #93BEC1;
    background: #FFFFFF26;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    height: 260px;
    padding: 40px;
    text-align: center;
    box-shadow: 4px 4px 8px 0px #00000026;
}

.img-estilo {
    object-fit: contain;
    width: 50px;
    margin-bottom: 10px;
}
.card-estilo h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    vertical-align: middle;
    color: #fff;
}
.card-estilo p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}
.btn-estilos {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    background-color: #fff;
    color: #155E63 !important;
    border-radius: 8px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    transition: 300ms all ease-in-out;
}
.btn-estilos:hover{
    background-color: #E4B229;
    color: #fff !important;
}
.alinhar-centro{
    display: flex;
    justify-content: center;
}

#influencia {
    padding: 70px 0;
}
#influencia h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #A63A3A;
    margin-bottom: 20px;
}
.text-influencia {
    font-weight: 600;
    font-size: 18px;
    color: #4C4C4C;
    line-height: 160%;
    text-align: center;
}
.img-influencia {
    width: 100%;
    object-fit: cover;
}
.card-interesse {
    border: 1px solid #93BEC1;
    box-shadow: 4px 4px 6px 0px #0000001A;
    border-radius: 10px;
    padding: 20px 30px;
    /* display: flex; */
}
.circulo-verde {
    background-color: #155E64;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
.card-interesse p span {
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    margin: 0px;
}
.card-interesse p {
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    margin: 0;
}
#formatos {
    background-color: #F7FEFF;
    padding: 70px 0;
}
#formatos h2 {
    font-weight: 700;
    font-size: 40px;
    color: #A63A3A;
    text-align: center;
}
.text-formatos {
    font-weight: 600;
    color: #4C4C4C;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}
.img-show {
    border-radius: 16px 16px 0 0;
}
.img-card-formato {
    position: relative;
}
.img-show {
    border-radius: 16px 16px 0 0;
    width: 100%;
    object-fit: cover;
    height: 230px;
}
.tipo-show {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 600;
    font-size: 16px;
    background-color: #E4B229;
    line-height: 160%;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}
.card-formatos {
    box-shadow: 4px 4px 10px 0px #00000014;
    border: 1px solid #92BB9899;
    border-radius: 16px;
}
.info-formatos {
    padding: 25px;
}
.info-formatos h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #4C4C4C;
}
.info-formatos p {
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    color: #4C4C4C;
    min-height: 80px;
}
.alt-minima-tags{
    min-height: 90px
}
.info-formatos h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    vertical-align: middle;
    color: #4C4C4C;
}
.list-formatos {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0;
}
.list-formatos li {
    font-weight: 600;
    font-size: 14px;
    color: #155E63;
    line-height: 160%;
    background-color: #155E6329;
    margin-right: 16px;
    padding: 4px 24px;
    border-radius: 28px;
    list-style: none;
    margin-bottom: 8px;
}
.btn-orcamento {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    background-color: #155E63;
    border-radius: 8px;
    padding: 20px 30px;
    color: #fff !important;
    display: block;
    text-align: center;
    transition: 300ms all ease-in-out;
}
.btn-orcamento:hover{ 
    background-color: #E4B229;
    color: #fff;
}


#videos {
    padding: 70px 0;
}
#videos h2 {
    font-weight: 700;
    font-size: 40px;
    color: #A63A3A;
    text-align: center;
}
.text-videos {
    font-weight: 600;
    color: #4C4C4C;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}
.info-video {
    padding: 30px 20px 20px 20px;
    border: 1px solid #D9EEEF;
    margin-top: -20px;
    background-color: #F7FEFF;
    border-radius: 0 0 16px 16px;
}
.info-video h3 {
    font-weight: 600;
    font-size: 22px;
    color: #155E63;
}
.card-video p {
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: #4C4C4C;
    margin-bottom: 30px;
}
.card-video iframe {
    border-radius: 16px;
    height: 330px;
    width: 100%;
}
.btn-assistir-youtube {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    border: 1px solid #155E63;
    color: #155E63;
    padding: 10px 40px;
    border-radius: 8px;
    transition: 300ms all ease-in-out;
}


.btn-assistir-youtube:hover{
    background-color: #c41c1c;
    color: #fff;
}
.btn-todosVideos {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    background-color: #155E63;
    color: #fff !important;
    border-radius: 8px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    transition: 300ms all ease-in-out;
}
.btn-todosVideos:hover{
    background-color: #E4B229;
    color: #fff !important;
}
.btn-todosVideos img{
    margin-right: 8px;
}


#galeria {
    background-color: #F9F8F8;
    padding: 70px 0;
}
#galeria h2 {
    font-weight: 700;
    font-size: 40px;
    color: #A63A3A;
    text-align: center;
}
.text-galeria {
    font-weight: 600;
    color: #4C4C4C;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}
.img-galeria{
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 16px;
}

#depo {
    padding: 70px 0;
}
#depo h2 {
    font-weight: 700;
    font-size: 40px;
    color: #A63A3A;
    text-align: center;
}
.text-depo {
    font-weight: 600;
    color: #4C4C4C;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}
.card-depo iframe {
    border-radius: 16px;
    height: 230px;
    width: 100%;
}
.card-depo p {
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: #4C4C4C;
    margin-bottom: 30px;
    min-height: 60px;
}
.info-depo {
    padding: 30px 20px 20px 20px;
    border: 1px solid #D9EEEF;
    margin-top: -20px;
    background-color: #F7FEFF;
    border-radius: 0 0 16px 16px;
}
.info-depo h3 {
    font-weight: 600;
    font-size: 22px;
    color: #155E63;
}
#depo .owl-nav {
    position: relative;
    top: -340px;
    display: flex;
    justify-content: space-between;
    height: 0;
}
#depo button.owl-prev {
    font-size: 65px;
    color: #fff;
    position: relative;
    left: -70px;
    background-color: #D9D9D9;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
}
#depo button.owl-next {
    font-size: 65px;
    color: #fff;
    position: relative;
    right: -70px;
    background-color: #D9D9D9;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
}
#depo .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #E4B229 !important;
}
button:focus {
    outline: none;
}
#depo .owl-dots {
    position: relative;
    top: -200px;
}
#depo .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #c58938; 
}
#depo .owl-theme .owl-dots .owl-dot span{
    width: 120px;
    height: 3px;
}
#cta{
    padding: 70px 0;
}
.box-cta {
    background: linear-gradient(92.47deg, #155E63 1.51%, #18686E 50.68%, #1D888F 100.88%);
    border: 1px solid #155E63;
    border-radius: 25px;
    padding: 60px 0;
    text-align: center;
}
#cta h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #fff;
}
#cta p {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}
.btn-cta {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff !important;
    padding: 16px 0;
    border-radius: 8px;
    transition: 300ms all ease-in-out;
    width: 100%;
    display: block;
}
.cor-inta{
    background-color: #EC4899;
}
.cor-inta:hover{
    background-color: #C73B80;
}
.cor-tube{
    background-color: #EF4444;
}
.cor-tube:hover{
    background-color: #C32E2E;
}
.cor-spoty{
    background-color: #1EBB58;
}
.cor-spoty:hover{
    background-color: #1AA04B;
}
.citacao {
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    text-align: center;
    margin: 0 !important;
}
#cta hr{
    color: #fff;
    background-color: #fff;
}

#contato {
    padding: 70px 0;
}
#contato h2 {
    font-weight: 700;
    font-size: 40px;
    color: #A63A3A;
    text-align: center;
}
.text-contato {
    font-weight: 600;
    color: #4C4C4C;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}
#contato h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #A63A3A;
    margin-bottom: 20px;
}
.text-contato-2{
    font-weight: 600;
    font-size: 16px;
    color: #4C4C4C;
}
.card-disponibilidade {
    background: linear-gradient(91.36deg, #166065 -1.17%, #18686E 39.19%, #1C838A 85.78%);
    padding: 32px;
    border-radius: 10px;
}
.card-disponibilidade h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}
.card-disponibilidade p {
    font-weight: 600;
    font-size: 16px;
    line-height: 155%;
    color: #fff;
}
.formulario {
    border: 1px solid #D9EEEF;
    padding: 40px;
    box-shadow: 4px 4px 8px 0px #0000000F;
    border-radius: 15px;
}
.formulario h5 {
    font-weight: 700;
    font-size: 20px;
    color: #A63A3A;
}
.formulario p {
    font-weight: 600;
    font-size: 16px;
    color: #4C4C4C;
    margin-bottom: 20px;
}
.formulario label {
    font-weight: 600;
    font-size: 14px;
    color: #A63A3A;
    margin-bottom: 8px;
}
.formulario .form-control {
    box-shadow: 0px 4px 4px 0px #0000000D;
    background: #F3F5F7;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.formulario textarea {
    height: auto !important;
}

.btn-enviar-msg {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    background-color: #155E63 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 20px 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: 300ms all ease-in-out;
}
.btn-enviar-msg:hover{
    background-color: #E4B229;
    color: #fff !important;
}

footer {
    background-color: #2D2C2C;
    text-align: center;
    padding: 45px 0;
    color: #fff;
}
.copy {
    font-weight: 200;
    font-size: 15px;
    line-height: 100%;
    margin: 20px 0;
}


.oculta-desk{
    display: none;
}
.card-interesse a {
    color: #4C4C4C !important;
}

.list-sobre{
    /* display: flex; */
    justify-content: center;
}
.ml-30{
    margin-left: 30px;
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    .img-sobre {
        width: 100%;
        object-fit: cover;
        height: 380px;
        border-radius: 8px;
    }
    #home {
        min-height: 50vh;
    }
    ul.d-flex.ms-auto.m-0.social-header {
        display: flex;
        justify-content: space-evenly;
    }
    .card-sobre {
        margin: 0 10px 20px;
    }
    .oculta-mob{
        display: none;
    }
    .oculta-desk{
        display: block;
    }
    header .nav-efeito {
        padding: 20px 0;
    }
    header {
        background: #252525;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .img-estilo {
        width: 50px !important;
    }
    .img-influencia {
        margin-bottom: 30px;
    }

    #sobre .owl-nav {
        position: relative;
        top: -10px;
        display: flex;
        justify-content: space-between;
        height: 0;
    }
    #sobre button.owl-prev {
        font-size: 45px;
        color: #fff;
        position: relative;
        left: 0px;
        background-color: #D9D9D9;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 38px;
    }
    #sobre button.owl-next {
        font-size: 45px;
        color: #fff;
        position: relative;
        right: 0px;
        background-color: #D9D9D9;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 38px;
    }
    #sobre .owl-theme .owl-nav [class*=owl-]:hover{
        background-color: #E4B229 !important;
    }
    #sobre .owl-dots {
        position: relative;
        top: -200px;
    }
    #sobre .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
        background: #c58938; 
    }
    #sobre .owl-theme .owl-dots .owl-dot span{
        width: 120px;
        height: 3px;
    }
    #sobre button.owl-prev span {
        margin-top: -10px;
    }
    #sobre button.owl-next span {
        margin-top: -10px;
    }

    /* #videos .owl-nav {
        position: relative;
        top: -10px;
        display: flex;
        justify-content: space-between;
        height: 0;
    }
    #videos button.owl-prev {
        font-size: 45px;
        color: #fff;
        position: relative;
        left: 0px;
        background-color: #D9D9D9;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 38px;
    }
    #videos button.owl-next {
        font-size: 45px;
        color: #fff;
        position: relative;
        right: 0px;
        background-color: #D9D9D9;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 38px;
    }
    #videos .owl-theme .owl-nav [class*=owl-]:hover{
        background-color: #E4B229 !important;
    }
    #videos .owl-dots {
        position: relative;
        top: -200px;
    }
    #videos .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
        background: #c58938; 
    }
    #videos .owl-theme .owl-dots .owl-dot span{
        width: 120px;
        height: 3px;
    }
    #videos button.owl-prev span {
        margin-top: -10px;
    }
    #videos button.owl-next span {
        margin-top: -10px;
    } */
    #formatos .owl-nav {
        position: relative;
        top: -10px;
        display: flex;
        justify-content: space-between;
        height: 0;
    }
    #formatos button.owl-prev {
        font-size: 45px;
        color: #fff;
        position: relative;
        left: 0px;
        background-color: #D9D9D9;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 38px;
    }
    #formatos button.owl-next {
        font-size: 45px;
        color: #fff;
        position: relative;
        right: 0px;
        background-color: #D9D9D9;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 38px;
    }
    #formatos .owl-theme .owl-nav [class*=owl-]:hover{
        background-color: #E4B229 !important;
    }
    #formatos .owl-dots {
        position: relative;
        top: -200px;
    }
    #formatos .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
        background: #c58938; 
    }
    #formatos .owl-theme .owl-dots .owl-dot span{
        width: 120px;
        height: 3px;
    }
    #formatos button.owl-prev span {
        margin-top: -10px;
    }
    #formatos button.owl-next span {
        margin-top: -10px;
    }
    #depo .owl-nav {
        top: -10px;
    }
    #depo button.owl-prev {
        left: 0;
    }
    #depo button.owl-next {
        right: 0;
    }
    .card-video iframe {
        height: 200px;
    }
    .formulario {
        margin-top: 30px;
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 
    .oculta-mob{
        display: none;
    }
    .oculta-desk{
        display: block;
    }
    #depo button.owl-prev{
        left: 0;
    }
    #depo button.owl-next {
        right: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    header .nav-efeito {
        padding: 20px 0;
    }
    header {
        background: #252525;
    }
    ul.d-flex.ms-auto.m-0.social-header {
        display: flex;
        justify-content: space-evenly;
    }
    #home h1 {
        font-size: 44px;
    }
    .separacao-btn {
        flex-direction: column;
    }
    .btn-contratar {
        display: block;
        width: 90%;
        margin-bottom: 20px;
    }
    .btn-assitir {
        display: block;
        width: 90%;
        margin-bottom: 20px;
    }
    #sobre h2{
        font-weight: 700;
        font-size: 30px;
    }
    .img-sobre {
        height: 300px;
        border-radius: 8px;
        margin-bottom: 30px;
    }
    #sobre .owl-nav {
        position: relative;
        top: -150px;
        display: flex;
        justify-content: space-between;
        height: 0;
    }
    #sobre button.owl-prev {
        font-size: 45px;
        color: #fff;
        position: relative;
        left: 0px;
        background-color: #D9D9D9;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 38px;
    }
    #sobre button.owl-next {
        font-size: 45px;
        color: #fff;
        position: relative;
        right: 0px;
        background-color: #D9D9D9;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 38px;
    }
    #sobre .owl-theme .owl-nav [class*=owl-]:hover{
        background-color: #E4B229 !important;
    }
    #sobre .owl-dots {
        position: relative;
        top: -200px;
    }
    #sobre .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
        background: #c58938; 
    }
    #sobre .owl-theme .owl-dots .owl-dot span{
        width: 120px;
        height: 3px;
    }
    #sobre button.owl-prev span {
        margin-top: -10px;
    }
    #sobre button.owl-next span {
        margin-top: -10px;
    }
    .card-sobre {
        min-height: 210px;
        margin: 0 30px;
    }
    .img-estilo {
        width: 50px !important;
    }
    .text-estilo {
        line-height: 160%;
    }
    .img-influencia {
        margin-bottom: 30px;
    }
    .text-card-interesse {
        margin-left: 26px;
        width: 80%;
    }
    .btn-estilos {
        width: 100%;
    }
    #influencia h2 {
        font-size: 30px;
    }
    .text-influencia {
        font-size: 16px;
    }
    #formatos h2 {
        font-size: 30px;
    }
    .text-formatos {
        font-size: 16px;
    }
    #videos h2 {
        font-size: 30px;
    }
    .text-videos {
        font-size: 16px;
    }
    #galeria h2 {
        font-size: 30px;
    }
    .text-galeria {
        font-size: 16px;
    }
    #depo h2 {
        font-size: 30px;
    }
    .text-depo {
        font-size: 16px;
    }
    #cta h2 {
        font-size: 30px;
    }
    .text-cta {
        font-size: 16px;
    }
    #contato h2 {
        font-size: 30px;
    }
    .text-contato {
        font-size: 16px;
    }
    #formatos .owl-nav {
        position: relative;
        top: -10px;
        display: flex;
        justify-content: space-between;
        height: 0;
    }
    #formatos button.owl-prev {
        font-size: 45px;
        color: #fff;
        position: relative;
        left: 0px;
        background-color: #D9D9D9;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 38px;
    }
    #formatos button.owl-next {
        font-size: 45px;
        color: #fff;
        position: relative;
        right: 0px;
        background-color: #D9D9D9;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 38px;
    }
    #formatos .owl-theme .owl-nav [class*=owl-]:hover{
        background-color: #E4B229 !important;
    }
    #formatos .owl-dots {
        position: relative;
        top: -200px;
    }
    #formatos .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
        background: #c58938; 
    }
    #formatos .owl-theme .owl-dots .owl-dot span{
        width: 120px;
        height: 3px;
    }
    #formatos button.owl-prev span {
        margin-top: -10px;
    }
    #formatos button.owl-next span {
        margin-top: -10px;
    }
    .btn-todosVideos{
        width: 100%;
    }
    .card-interesse {
        padding: 20px 15px;
    }
    .box-cta {
        margin: 0px;
    }
    #depo .owl-nav {
        top: 100px;
    }
    .formulario {
        margin: 0;
        margin-top: 30px !important;
        padding: 16px;
    }
    /* .circulo-verde {
        width: 44px;
        height: 44px;
    } */
    .card-interesse p {
        font-size: 16px;
        overflow-wrap: break-word;
    }
    .ml-mob-10{
        margin-left: 10px !important; 
    }
    .ml-30{
        margin-left: 0px;
    }
}
/* WIDE */
@media (min-width: 1400px) and (max-width: 2600px) {
}


