.home-banner-description {
    color: #111212;
    margin-bottom: 8px;
}

.home-banner-divider {
    content: '';

    width: 94px;
    height: 6px;

    background: #fff;
    border-radius: 10px;
}

.home-banner-video {
    margin: 56px 0 100px;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.home-banner-video iframe {
    width: 1200px;
    height: 650px;
}

#home-cadastro {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../../../images/bg-pattern-gazin.jpg');
    height: 430px;
}

.home-banner-go-down-btn {
    position: absolute;
    right: 30px;
    bottom: 190px;
    z-index: 3;

    align-items: center;
    justify-content: center;

    height: 80px;
    width: 80px;

    border-radius: 50%;

    background-color: var(--cor-pink);

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.home-banner-go-down-btn:hover {
    cursor: pointer;
    background-color: #0E5358;
}

.home-banner-go-down-btn:hover path{
    fill: var(--cor-pink);
}

#home-cadastro .container{
    gap: 70px;
    column-gap: 70px;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    -ms-column-gap: 70px;
    -o-column-gap: 70px;
}

.home-cadastro-text {
    width: 50%;
    max-width: 520px;
    margin-top: 37px;
}


.home-cadastro-text-heading {
    margin-bottom: 32px;
}

.home-cadastro-text-heading-cadastro {
    color: #0E5358;
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 428px;
}

.home-cadastro-text-divider {
    background-color: var(--cor-pink);
    border-radius: 10px;
    width: 94px;
    height: 6px;
}

.home-cadastro-text-btn.btn-default {
    max-width: 274px;
    font-size: 16px;
    margin-top: 32px;
}

.home-cadastro-form {
    text-align: initial;
    width: 50%;
}

.home-cadastro-form form {
    position: relative;
    z-index: 2;

    background: linear-gradient(to bottom, var(--cor-pink) 10px, #fff 0%);
    box-shadow: 25px 25px 80px rgba(224, 197, 196, 0.29);
    border-radius: 10px;

    /*max-width: 657px;*/

    align-items: center;
}

.home-cadastro-form-header {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F4F4F4;
    width: 100%;

    text-align: center;
}

.home-cadastro-form-title {
    margin: 0 auto;
}

.home-cadastro-form-inputs, .home-cadastro-form-success {
    box-sizing: border-box;
    padding: 20px 40px 40px 40px;
    width: 100%;
}
.home-cadastro-form-success{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 150px;
    display: none;
    opacity: 0;
    transition: 0.5s all ease;
}
.home-cadastro-form-success p{
    text-align: center;
}

.home-cadastro-form-error{
    color: #FF0000;
    text-align: center;
}

.home-cadastro-form-input-row {
    width: 100%;

    margin-bottom: 20px;
}

.home-cadastro-form-input {
    flex-grow: 1;
}

.home-cadastro-form-input-row.double .home-cadastro-form-input {
    width: 50%;
}

.home-cadastro-form-input-row.double .home-cadastro-form-input:first-child {
    margin-right: 10px;
}

.home-cadastro-form-input-row.double .home-cadastro-form-input:nth-child(2) {
    margin-left: 10px;
}

.home-cadastro-form-input label {
    display: block;
    margin-bottom: 10px;
}

.home-cadastro-form-input select option {
    color: #BFC1CA;
}

.home-cadastro-form-input .input-default {
    display: block;
    flex-basis: 100%;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;

    color: #BFC1CA;
}

.home-cadastro-form-input.full {
    width: 100%;
}

.home-cadastro-form-input-row.input-radio label{
    font-family: "Lato Light";
    display: inline-block;
}

.home-cadastro-form-input-row.input-radio {
    flex-wrap: wrap;
}

.home-cadastro-input-radio-top-label {
    width: 100%;
    margin-bottom: 10px;
}

.home-cadastro-form-input-row.input-radio .home-cadastro-form-input {
    margin-right: 10px;
}

.home-cadastro-form-btn-submit {
    width: 100%;
    font-family: "Lato Bold";
}

#video {
    margin-top: 277px;
}
.grecaptcha-badge
{
    visibility: hidden;
}
#carousel {
    margin-bottom: 80px;
}
.container-carousel {
    height: 500px;
    display: flex;
}
.carousel-title {
    text-align: center;
    margin-bottom: 3rem;
    color: #0e5358;
}
.item-video, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    height: 100%;
}
.item-video {
    width: 100%;
}
.vimeo_video{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.owl-item .vimeo_video{
    transform: scale(.9);
    transition: all .4s;
    filter: grayscale(100%);
}
.owl-item.active.center .vimeo_video{
    transform: scale(1);
    filter: grayscale(0%);
}
.owl-nav {
    position: relative;
    top: -50%;
}
.owl-prev {
    position: absolute;
    left: 20%;
}


.owl-nav .nav-button{
    background-color: var(--cor-pink);
    border-radius: 100%;
    height: 30px;
    width: 30px;    
}
.owl-nav .nav-button svg{
    width: 10px;
}
.owl-nav .nav-button:hover{
    background-color: #0E5358;
}
.owl-nav .nav-button:hover svg path{
    fill: var(--cor-pink);

}

.owl-prev .nav-button svg
{
    transform: rotate(90deg);
}
.owl-next .nav-button svg
{
    transform: rotate(-90deg);
}

.owl-next {
    position: absolute;
    right: 20%;
}
.owl-next span,
.owl-prev span{
    display: none;
}/*
.owl-next::before {
    content: '\2192'; 
    color: #0e5358; 
    font-weight: bold; 
    background-color: var(--cor-pink);
    cursor: pointer; 
    font-size: 24px; 
    padding: .25rem .5rem;
    padding-top: .1rem; 
    border-radius: .4rem;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
    transition: all 700ms linear;
}*/
.owl-dots {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.owl-carousel button.owl-dot {
    height: 10px;
    width: 10px;
    margin-right: 1rem;
    background-color: var(--cor-pink);
    border-radius: 50%;
}
.owl-carousel button.owl-dot.active {
    background-color: #0e5358;
}

/* WhatsApp Button */
.whatsapp-btn {
    align-items: center;
    justify-content: center;

    position: fixed;
    z-index: 100000000;
    font-size: 42px;
    bottom: 20px;
    left: 30px;
    color: #fff;
    background: #25d366;
    width: 60px;
    height: 60px;
    border-radius: 50%;

    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);

    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.whatsapp-btn-msg {
    display: none;
    opacity: 0;
}

.whatsapp-btn:hover {
    cursor: pointer;
    background: #128c7e;
}

.whatsapp-btn:hover .whatsapp-btn-msg{
    opacity: 1;
    display: flex;
    align-items: center;

    position: absolute;
    color: #000;
    font-size: 14px;

    width: max-content;

    left: 70px;    
    background-color: #fff;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
    padding: 8px;

    border-radius: 50px;

    font-family: "Panton Regular";

    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}