html,body{
    background: #F2FFFB;
}

a{
    text-decoration: none;
}

.clearboth{
    clear: both;
}

.background-top {
    background-image: url(../images/fundo-top-depoimentos.png);
    width: 100%;
    height: auto;
    max-height: 900px;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 47px;
    padding-bottom: 10px;
}

header{
    width: 100%;
    height: 43px;
    margin-bottom: 10px;
}

.logo{
    width: 232px;
    height: 43px;
    float: left;
}

.social {
    width: 300px;
    height: 43px;
    display: flex;
    float: right;
    align-items: center;
}

.social img{
    width: 43px;
    height: 43px;
}

.icon {
    display: inline-block;
    width: 43px;
    height: 43px;
    background-size: cover;
}

.icon-facebook {
    background-image: url(../icones/icon_facebook.svg);
}

.icon-instagram {
    background-image: url(../icones/icon_instagram.svg);
}

.icon-linkedin {
    background-image: url(../icones/icon_linkedin.svg);
}

.icon-whatsapp {
    background-image: url(../icones/icon_whatsapp.svg);
}

.icon:hover,
.icon:focus {
    filter: invert(27%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(77%) contrast(284%);
}

.social .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.social:hover .img-top {
    display: inline;
}

.social div {
    width: 43px;
    height: 43px;
    margin-right: 15px;
    border-radius: 100%;
    background: #10825c;
}

.social span{
    margin-right: 15px;
    font: normal normal bold 14px/73px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.jumbotron{
    width: 838px;
    height: 281px;
    margin: 0 auto;
}

.jumbotron h1{
    font: normal normal normal 72px/88px Righteous;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px #00000029;
}

.content-titulo h3 {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Righteous';
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff;
}

.sub-titulo {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 10px;
    margin-bottom: 35px;
}

.sub-titulo {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 10px;
    margin-bottom: 35px;
}

.content-titulo span {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 49px;
    font-size: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 20px;
}

.botoes {
    width: 280px;
    height: 80px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    padding-top: 0px;
    align-items: center;
}

.botoes img{
    width: 260px;
}

.botoes-sub {
    width: 280px;
    height: 80px;
    margin-right: 0px;
}

.botoes-sub img{
    width: 260px;
}

.texto_botoes {
    width: 170px;
    height: 30px;
    margin-top: -25px;
    text-align: left;
    padding-left: 20px;
}

.texto_botoes span{
    font: normal normal lighter 12px/22px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.texto_botoes p{
    font: normal normal bold 23px/26px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.texto_botoes_footer {
    width: 170px;
    height: 60px;
    margin-top: 5px;
    text-align: left;
    padding-left: 10px;
}

.texto_botoes_footer h4{
    font: normal normal lighter 13px/22px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.texto_botoes_footer p {
    font: normal normal bold 20px/15px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.disponivel-bt img{
    margin-left: 30px;
}

.titulo-menos{
    text-align: center;
    margin-bottom: 60px;
}

.titulo-menos h3{
    font: normal normal normal 50px/62px Righteous;
    letter-spacing: 0px;
    color: #3F3D56;
}


.titulo-menos h4{
    text-align: center;
    font: normal normal 600 30px/44px Montserrat;
    letter-spacing: 0px;
    color: #3F3D56;
    margin-top: 25px;
}

.base-disponivel{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    align-items: flex-start;
}

.base-list ul{
    margin: 0px;
    padding:0px;
    margin-top: 50px;
}

.base-list ul li {
    list-style: none;
    text-align: left;
    padding: 5px;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: 32px;
    letter-spacing: 0px;
    color: #3F3D56;
    margin-bottom: 20px;
}

.base-list ul li img{
    margin-right: 15px;
    margin-top: 5px;
    height: 25px;
}

.base-list ul li p{
    display: flex;
}

.base-como-funciona{
    height: auto;
    background-repeat: repeat;
    padding-top: 50px;
    padding-bottom: 0px;
}

.base-list-funciona{
    width: 737px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.base-list-funciona img{
   margin-top: 20px;
}

.base-list-funciona ul{
    margin: 0px;
    padding:0px;
    margin-top: 50px;
}

.base-list-funciona ul li {
    list-style: none;
    text-align: center;
    padding: 5px;
    font: normal normal 600 30px/44px Montserrat;
    letter-spacing: 0px;
    color: #3F3D56;
}

.greennumber{
    color: #05C6B3;
}

.paddingtextp{
    padding-left: 5%;
    padding-right: 5%;
}

.background-bottom {
    background-image: url(../images/fundo-bottom-depoimentos.png);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.moca-left{
    width:400px;
    height: auto;
    float:left;
}

.moca-right{
    width:400px;
    height: auto;
    float:right;
}

.texto-direitos-reservados{
    font-size: 14px;
    line-height: 63px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 62px;
    text-align: center;
    margin-bottom: 0;
}

.botoes-respondsive{
    display: none;
}

.social-responsive{
    display: none;
}

.social-responsive {
    display: block;
    clear: both;
    text-align: center;
    font: normal normal normal 20px/44px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 220px;
}

.social-responsive a{
    margin-left: 10px;
    margin-right: 10px;
    margin-top:0px;
}

.social  a:hover{
    fill: #000000;
}

.siga{
    margin-bottom: 15px;
}

@media screen and (max-width:1440px){
    .celular img {
        height: 70%;
    }

    .bg-googleplay {
        background-size: 90%;
        background: #29263f;
        border-radius: 45px;
    }

    .bg-googleplay:hover {
        background-size: 90%;
        background: #05c6b3;
        border-radius: 45px;
    }

    .bg-applestore {
        background-size: 90%;
        background: #29263f;
        border-radius: 45px;
    }

    .bg-applestore:hover {
        background-size: 90%;
        background: #05c6b3;
        border-radius: 45px;
    }

    .botoes {
        width: 260px;
        height: 80px;
        margin-right: 0px;
        margin-left: 20px;
    }
}

@media screen and (max-width:1366px){
    .sub-titulo {
        text-align: center;
        font-size: 28px;
        line-height: 44px;
        letter-spacing: 0px;
        color: #ffffff;
        padding-top: 50px;
        padding-left: 65px;
        padding-right: 65px;
        margin-bottom: 35px;
    }

    .content-titulo h3 {
        text-align: center;
        font-size:52px;
        line-height: 50px;
        letter-spacing: 0px;
        color: #ffffff;
    }
}


@media screen and (max-width:1220px){
    .botoes {
        width: 250px;
        height: 80px;
        margin-right: 0px;
    }
}

@media screen and (max-width:1080px){

    .content-titulo h3 {
        text-align: center;
        font-size: 26px;
        line-height: 50px;
        letter-spacing: 0px;
        color: #ffffff;
        padding-right: 0%;
    }

    .celular img {
        width: 270px;
        height: 100%;
    }

    .celular {
        padding-left: 10px;
    }

    .jumbotron h1 {
        font: normal normal normal 67px/88px Righteous;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-shadow: 0px 0px 4px #00000029;
    }

    .background-bottom {
        background-image: url(../images/fundo-bottom-depoimentos.png);
        width: 100%;
        height: auto;
        background-size: auto;
        background-position: bottom;
        background-repeat: no-repeat;
        padding-top: 20px;
    }

    .sub-titulo {
        text-align: center;
        font-size: 26px;
        line-height: 35px;
        letter-spacing: 0px;
        color: #ffffff;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 35px;
    }

    .moca-right {
        width: 50%;
        height: auto;
        float: right;
        text-align: center;
    }

    .moca-left img{
        width: 75%;
    }

    .moca-right {
        width: 50%;
        height: auto;
        float: right;
        text-align: center;
    }

    .moca-right img{
        width: 50%;
    }

    .botoes {
        width: 240px;
        height: 80px;
        margin-right: 0px;
    }

    .background-top{
        background-image: url(../images/fundo-top-depoimentos.png);
        width: 100%;
        height: auto
    }
}


@media screen and (max-width:1024px){
    .social-responsive{
        margin-top: 0;
    }

    .content-titulo h3 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media screen and (max-width:767px){

    .logo {
        width: 100%;
        height: 43px;
        float: left;
    }

    .moca-right {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        margin-top: 100px;
    }

    .jumbotron h1 {
        font: normal normal normal 43px/67px Righteous;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-shadow: 0px 0px 4px #00000029;
    }

    .social {
        display: none;
    }

    .titulo-menos h3 {
        font: normal normal normal 34px/44px Righteous;
        letter-spacing: 0px;
        color: #3F3D56;
    }

    .content-titulo h3 {
        text-align: center;
        font-size: 28px;
        line-height: 42px;
        letter-spacing: 0px;
        color: #ffffff;
        padding-right: 0%;
    }

}


@media screen and (max-width:670px){

    .desktop-img{
        display: none;
    }

    .celular-img{
        display: block;
    }

    .background-top {
        background-image: url(../images/fundo-top-depoimentos.png);
        width: 100%;
        height: auto;
        background-position: top;
        background-repeat: no-repeat;
        padding-top: 47px;
        background-size: cover;
    }

    .social {
        width: 300px;
        height: 43px;
        display: flex;
        float: right;
        align-items: center;
        display: none;
    }

    .logo {
        width: 100%;
        height: 43px;
        float: none;
    }

    .jumbotron h1 {
        font: normal normal normal 41px/55px Righteous;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-shadow: 0px 0px 4px #00000029;
    }

    header {
        width: 100%;
        height: 43px;
        margin-bottom: 46px;
        text-align: center;
    }

    .content-titulo h3 {
        text-align: center;
        font-size: 29px;
        line-height: 35px;
        letter-spacing: 0px;
        color: #ffffff;
        padding-right: 0%;
        margin-bottom: 20px;
    }

    .sub-titulo {
        text-align: center;
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 0px;
        color: #ffffff;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 35px;
    }

    .titulo-menos {
        padding-left: 0%;
        padding-right: 0%;
        text-align: center;
        margin-bottom: 50px;
    }

    .titulo-menos h3 {
        font: normal normal normal 38px/48px Righteous;
        letter-spacing: 0px;
        color: #3F3D56;
    }

    h3 {
        font: normal normal bold 15px/31px Montserrat;
        letter-spacing: 0px;
        color: #3F3D56;
        padding-left: 0%;
        padding-right: 0%;
        margin-bottom: 20px;
    }

    .base-list ul li img {
        margin-right: 15px;
        margin-bottom: 30px;
        float: left;
    }

    .base-list ul li {
        list-style: none;
        text-align: left;
        padding: 5px;
        font: normal normal 600 19px/30px Montserrat;
        letter-spacing: 0px;
        color: #3F3D56;
    }

    .base-list-funciona ul li {
        list-style: none;
        text-align: center;
        padding: 5px;
        font: normal normal 600 21px/35px Montserrat;
        letter-spacing: 0px;
        color: #3F3D56;
    }

    .background-bottom {
        background-image: url(../images/fundo-bottom-depoimentos.png);
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 47px;
        padding-bottom: 20px;
    }

    .base-disponivel {
        display: grid;
        justify-content: center;
        margin-bottom: 50px;
        align-items: flex-start;
    }

    .moca-right img {
        width: 225px;
        margin-bottom: 56px;
    }

    .botoes img{
        width: 100%;
    }

    .base-list-funciona img {
        margin-top: 20px;
        width: 100%;
    }

    .moca-right {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        margin-top: 0px;
    }

    .content-titulo span {
        text-align: center;
        font: normal normal 600 26px/30px Montserrat;
        letter-spacing: 0px;
        color: #ffffff;
        padding-top: 20px;
    }

    .celular{
        display: none;
    }

    .botoes-respondsive {
        margin-top: 150px;
    }

    .content-titulo h3 {
        font-size: 38px;
        line-height: 47px;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-shadow: 0px 0px 4px #00000029;
    }

    .siga {
        margin-bottom: 0px;
    }

    .social-responsive span{
        font-size: 15px;
    }

    .disponivel-bt {
        margin-bottom: 20px;
    }

    .base-disponivel {
        display: grid;
        justify-content: center;
        margin-bottom: 0px;
        align-items: flex-start;
    }

    .social-responsive img {
        margin-right: 0px;
    }

    .moca-right{
        display: none;
    }

    .moca-left {
        width: 365px;
        height: auto;
        float: left;
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .restricao h3 {
        font: normal normal bold 17px/28px Montserrat;
        letter-spacing: 0px;
        color: #3F3D56;
        margin-bottom: 20px;
    }

    .botoes {
        width: 280px;
        height: 75px;
        margin: 0px auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 32px;
        margin-bottom: 20px;
    }

    .texto_botoes_footer {
        width: 170px;
        height: 62px;
        margin-top: 8px;
        text-align: left;
        padding-left: 15px;
    }

    .texto-direitos-reservados {
        line-height: 15px;
        margin-top: 50px;
      }

}

@media screen and (max-width: 425px){

    h3 {
        font: normal normal bold 15px/31px Montserrat;
        letter-spacing: 0px;
        color: #3F3D56;
        padding-left: 0%;
        padding-right: 0%;
        margin-bottom: 20px;
    }

    .background-bottom {
        background-image: url(../images/fundo-bottom-depoimentos.png);
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
        background-size: auto;
    }

    .content-titulo h3 {
        text-align: center;
        font-size: 27px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #ffffff;
        padding-right: 0%;
        margin-bottom: 20px;
    }

    .content-titulo span {
        text-align: center;
        font: normal normal 600 23px/36px Montserrat;
        letter-spacing: 0px;
        color: #ffffff;
        padding-top: 20px;
    }

    .disponivel-bt {
        margin-bottom: 20px;
    }

    .base-disponivel {
        display: grid;
        justify-content: center;
        margin-bottom: 0px;
        align-items: flex-start;
    }

    .social-responsive img {
        margin-right: 0px;
    }

    .moca-right{
        display: none;
    }

    .moca-left {
        width: 365px;
        height: auto;
        float: left;
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .content-enderecos-rodape p {
        text-align: center;
        font-size: 12px;
        line-height: 17px;
        font-family: 'Montserrat';
        letter-spacing: 0px;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .texto-direitos-reservados {
        line-height: 15px;
        margin-top: 30px;
    }
}

@media screen and (max-width:400px){

    .botoes-respondsive {
        margin-top: 100px;
    }

    .jumbotron h1 {
        font: normal normal normal 38px/50px Righteous;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-shadow: 0px 0px 4px #00000029;
    }

    .base-list-funciona img {
        margin-top: 20px;
        width: 100%;
    }

    .social-responsive {
        width: 340px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .moca-right {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        margin-top: 0px;
    }

    .moca-left {
        width: 340px;
        height: auto;
        float: left;
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .content-enderecos-rodape p {
        text-align: center;
        font-size: 11px;
        line-height: 17px;
        font-family: 'Montserrat';
        letter-spacing: 0px;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .texto-direitos-reservados {
        margin-top: 70px;
    }
}

@media screen and (max-width: 384px){
    .texto-direitos-reservados {
        line-height: 25px;
        font-size: 12px;
    }
}

@media screen and (max-width:375px){

    .titulo-menos h3 {
        font: normal normal normal 29px/40px Righteous;
        letter-spacing: 0px;
        color: #3F3D56;
    }

    .base-list-funciona img {
        margin-top: 20px;
        width: 100%;
    }

    .moca-right img {
        width: 225px;
        margin-bottom: 15px;
    }

    .moca-right{
        margin-top: 0px;
    }

    .content-titulo h3{
        font-size: 24px;
        line-height: 30px;
    }

    .content-titulo span {
        font: normal normal 600 24px/40px Montserrat;
    }

    .moca-left {
        width: 335px;
        height: auto;
        float: left;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .texto-direitos-reservados {
        line-height: 25px;
        font-size: 12px;
        line-height: 30px;
      }
}

@media screen and (max-width:360px){
    .moca-left {
        width: 308px;
        height: auto;
        float: left;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .content-enderecos-rodape p {
        text-align: center;
        font-size: 11px;
        line-height: 17px;
        font-family: 'Montserrat';
        letter-spacing: 0px;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .texto-direitos-reservados {
        line-height: 40px;
    }

}


@media screen and (max-width:320px){
    .social-responsive {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .content-titulo h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .content-titulo span {
        font: normal normal 600 19px/28px Montserrat;
    }

    .moca-left {
        width: 270px;
        height: auto;
        float: left;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .botoes {
        width: 245px;
    }

    .content-enderecos-rodape p {
        text-align: center;
        font-size: 10px;
        line-height: 17px;
        font-family: 'Montserrat';
        letter-spacing: 0px;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .texto-direitos-reservados {
        margin-top: 55px;
    }
}
@media screen and (max-width: 1640px){
    .titulo-menos h3 {
        font-size: 43px;
        line-height: 56px;
        letter-spacing: 0px;
        color: #3F3D56;
    }
}
@media screen and (max-width:1080px){
    .titulo-menos h3 {
        font-size: 35px;
        font-weight: 500;
        line-height: 47px;
        font-family: 'Righteous';
        letter-spacing: 0px;
        color: #3F3D56;
    }
}
@media screen and (max-width:990px){
    .botoes {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .botoes-respondsive{
        margin-top: 40px;
    }

    .background-top{
        max-height: 1100px;
    }
}
@media screen and (max-width:670px){
    .content-enderecos-rodape p {
        font-size: 14px;
        line-height: 22px;
    }

    .titulo-menos h3 {
        font-size: 29px;
        line-height: 40px;
    }
}
@media screen and (max-width:320px){
    .titulo-menos h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
.linha-pontilhada{
    width: 90%;
}
@media screen and (max-width:1080px){
    .content-titulo span {
        line-height: 35px;
        font-size: 27px;
    }
}
@media screen and (max-width: 768px){
    .base-list-funciona li p{
        font-size: 26px;
        line-height: 35px;
    }

    .celular {
        display: none;
    }

    .restricao{
        justify-items: center;
    }

    .restricao h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .titulo-menos h4 {
        font: normal normal 600 20px / 30px Montserrat;
        margin-top: 25px;
    }
}
@media screen and (max-width:500px){
    .content-titulo h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .content-titulo span {
        line-height: 30px;
        font-size: 26px;
    }

    .titulo-menos h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .restricao h3 {
        font-size: 4vw;
        line-height: 0px;
    }

    .base-list ul li p {
        align-content: center;
        align-items: center;
        font-size: 15px;
        line-height: 20px;
    }

    .base-list ul li img {
        margin-bottom: 5px;
    }

    .base-list-funciona li p {
        font-size: 16px;
        line-height: 25px;
    }
}
@media screen and (max-width:375px){
    .content-titulo span {
        font-size: 20px;
    }
}

@media screen and (max-width:320px){
    .titulo-menos h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .base-list-funciona li p {
        font-size: 20px;
        line-height: 30px;
    }
}


.youtube-carousel {
    max-width: 1100px;
    margin: 0 auto 60px;
    position: relative;
}

/* Card */
.video-item {
    background: #020617;
    overflow: hidden;
    transition: all .3s ease-in-out;
    transform: scale(0.75);
    opacity: 0.6;
}

.owl-item.center .video-item {
    transform: scale(2);
    opacity: 1;
    box-shadow: 0 1px 8px rgba(0,0,0,1.5);
}

/* Garante que o item central fique por cima e não seja cortado */
.owl-item.center {
    z-index: 10;
    position: relative;
}

.youtube-carousel .owl-stage-outer {
    padding: 120px 0;
}

/* Área do vídeo (16:9) */
.video-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-media iframe,
.video-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    cursor: pointer;
}

.video-title {
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

/* =========================
    SETAS CUSTOMIZADAS
==========================*/

.youtube-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.youtube-carousel .owl-nav button {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube-carousel .owl-nav button:hover {
    background: #2563eb;
    border-color: #2563eb;
    transform: scale(1.1);
}

.youtube-carousel .owl-nav .owl-prev {
    left: -24px;
}

.youtube-carousel .owl-nav .owl-next {
    right: -24px;
}

.youtube-carousel .owl-nav button span {
    display: none;
}

.youtube-carousel .owl-nav .owl-prev::before,
.youtube-carousel .owl-nav .owl-next::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
}

.youtube-carousel .owl-nav .owl-prev::before {
    transform: rotate(-135deg);
}

.youtube-carousel .owl-nav .owl-next::before {
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .youtube-carousel .owl-nav .owl-prev {
    left: 6px;
    }

    .youtube-carousel .owl-nav .owl-next {
    right: 6px;
    }
}

/* Formulario de Contato */
.form-contato {
    max-width: 600px;
    margin: 40px auto;
    text-align: left;
}

.form-contato label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #3F3D56;
    margin-bottom: 8px;
    display: block;
}

.form-contato .form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.form-contato .btn-enviar {
    background-color: #10825C;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 15px 100px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 20px;
    margin-top: 60px;
}

.form-contato .btn-enviar:hover {
    background-color: #2F2E41;
}

.form-contato .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-contato .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.form-contato .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.form-contato .is-invalid {
    border-color: #dc3545;
}

/* Botão Play Youtube */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 30px;
    background-color: rgba(33, 33, 33, 0.8);
    border-radius: 5px;
    z-index: 5;
    transition: background-color 0.2s;
    pointer-events: none;
}

.video-item:hover .play-button {
    background-color: #f00;
}

.play-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 7px 0 7px 15px;
    border-color: transparent transparent transparent #fff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px!important;
    height: 13px!important;
    margin: 5px 3px!important;
}