/* BANNER */
.banner-pages .container-banner h2{
    margin: 0 auto;
    text-align: center;
}
/* FORM */
section.central-form {
    padding: 90px 0px;
}

section.central-form .grid {
    display: grid;
    grid-template-columns: 363px 1fr;
    column-gap: 23px;
}
section.central-form .general-info {
    display: flex;
    flex-direction: column;
}
section.central-form .general-info h3 {
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: var(--opa-verde-escuro);
    margin-bottom: 20px;
}
section.central-form .general-info p {
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: var(--opa-verde-escuro);
}
 .info-block{
    display: flex;
    flex-direction: column;
}
section.central-form .horario {
    margin-top: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--opa-cinza);
}
span.icon-title {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--opa-vermelho);
    margin-bottom: 10px;
}
section.central-form div.horario span.icon-title {
    margin-bottom: 19px;
}
section.central-form span.icon-title img {
    margin-right: 6px;
}
section.central-form .horario p {
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--opa-cinza-escuro);
}
section.central-form .info-block a.info {
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: var(--opa-marrom-claro);
    margin-left: 25px;
}
section.central-form .info-block a.info:hover {
    color: var(--opa-vermelho);
    transition: var(--transition);
}
section.central-form .info-block {
    margin-top: 30px;
}
div.form .form-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
}
div.form .form-row.full{
    grid-template-columns: 1fr;
}
div.form .form-row.aceite{
    grid-template-columns: 1fr;
}
div.form .form-row{
    margin-bottom: 20px;
}
div.form .input-arquivo{
    margin-bottom: 40px;
}
div.form .form-row br{
    display: none;
}
div.form label{
    display: inline-block;
    margin-bottom: 9px;
}
div.form input,
div.form select,
div.form textarea{
    width: 100%;
    color: var(--opa-cinza-escuro);
}
div.form textarea{
    max-height: 125px;
    resize: none;
}
div.form .aceite label{
    display: inline-flex;
    align-items: center;
}
div.form .aceite input[type=checkbox]{
    width: 26px;
    height: 26px;
    margin-right: 13px;
}
div.form .wpcf7-list-item{
    margin: 0;
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--opa-cinza-escuro);
}
div.form .wpcf7-list-item-label{
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--opa-cinza-escuro);
}
div.form .wpcf7-not-valid-tip{
    display: none!important;
}
div.form .wpcf7-not-valid{
    border: solid 1px red!important;
}
div.form .wpcf7 form .wpcf7-response-output{
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--opa-branco);
    margin: 40px 0 0 0;
}
div.form .wpcf7 form.invalid .wpcf7-response-output,
div.form .wpcf7 form.unaccepted .wpcf7-response-output,
div.form .wpcf7 form.payment-required .wpcf7-response-output
div.form .wpcf7 form.failed .wpcf7-response-output{
    border-color: var(--opa-amarelo-2);
}
.validate-estados,
.validate-cidades,
.email-envio{
    display: none;
} 
/* BOTﾃグ ENVIAR */
.read-more-brow{
    background-color: var(--opa-verde-escuro);
    height: 4.375rem;
    line-height: 4.375rem;
    max-width: 16.625rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.125rem;
    color: var(--opa-branco);
    transition: var(--transition-animation);
    position: relative;
    cursor: pointer;
    border: none;
    margin: 0;
    margin-bottom: 30px;
}

div.form .read-more-brow:hover,
div.form .read-more-brow:focus,
div.form .read-more-brow:active{
    background-color: var(--opa-vermelho);
}

  
.read-more-brow span{
    position: relative;
}
  
.read-more-brow span:before{
    content: '';
    background-image: url(/wp-content/themes/labbotheme/assets/svg/arrow-btn-brown.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0.23rem;
    left: -1rem;
    width: 0.375rem;
    height: 0.75rem;
    animation-name: reverse;
    animation-duration: var(--transition-animation);
    filter: brightness(0) saturate(100%) invert(65%) sepia(50%) saturate(373%) hue-rotate(359deg) brightness(89%) contrast(87%);
}
.read-more-brow:hover span::before,
.read-more-brow:focus span::before,
.read-more-brow:active span::before{
    filter: var(--invert);
}
.read-more-brow:focus span:before,
.read-more-brow:active span:before,
.read-more-brow:hover span:before{
    animation: arrow-left-to-right var(--transition-animation) linear forwards;
}
@-webkit-keyframes arrow-left-to-right {
    0% {
        left: -1rem;
    }
    100% {
        left: 110%;
    }
}
  
@keyframes reverse {
    0% {
        left: 110%;
    }
    100% {
        left: -1rem;
    }
}
/* FIM BOTﾃグ ENVIAR */

@media(max-width: 1200px){
    div.form .wpcf7-list-item-label{
        font-size: 14px;
        line-height: 18px;
    }
}
@media(max-width: 992px){
    section.central-form{
        padding: 60px 0;
    }
    section.central-form .grid{
        grid-template-columns: 1fr;
    }
    section.central-form br{
        display: none;
    }
    section.central-form .horario br{
        display: initial;
    }
    section.central-form .general-info h3{
        font-size: 30px;
        line-height: 42px;
    }
    section.central-form .info-block span.info{
        font-size: 20px;
        line-height: 24px;
    }
    .form{
        margin-top: 30px;
    }
    .form-row label{
        font-size: 1rem;
    }
    div.form .wpcf7-list-item-label{
        font-size: 1rem;
    }
    div.form .wpcf7 form .wpcf7-response-output{
        font-size: 1rem;
    }
    section.central-form .horario{
        margin-top: 30px;
        padding-bottom: 30px;
    }
}
@media(max-width: 768px){
    div.form .form-row {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 10px;
        margin-bottom: 10px;
    }
}
@media(max-width: 576px){
    div.form .read-more-brow{
        width: 100%;
        max-width: inherit;
    }
}

/* SAC OPA */
.sac-opa {
    background: var(--opa-bege-claro);
}
.sac-opa .grid {
    display: grid;
    grid-template-columns: 0.97fr 1.03fr;
}
.sac-opa .featured-image {
    position: relative;
}
.sac-opa .featured-image img {
    width: 51vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    right: 0;
}
.sac-opa .sac-info {
    padding: 81px 0 108px 122px;
    display: flex;
    flex-direction: column;
}
.sac-opa .sac-info h3 {
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: var(--opa-verde-escuro);
    margin-bottom: 20px;
}
.sac-opa .sac-info p {
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--opa-cinza-escuro);
}
.sac-opa .sac-info .icon-title {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: var(--opa-verde-escuro);
    margin-top: 30px;
}
.sac-opa .sac-info .icon-title img {
    margin-right: 10px;
}
@media(max-width: 1200px){
    .sac-opa .sac-info{
        padding: 81px 0 108px 60px;
    }
}
@media(max-width: 992px){
    .sac-opa .sac-info{
        padding-left: 0;
        position: relative;
        z-index: 1;
        align-items: center;
    }
    .sac-opa .sac-info p{
        text-align: center;
    }
    .sac-opa .sac-info h3 {
        font-size: 30px;
        line-height: 42px;
    }
    .sac-opa .grid{
        grid-template-columns: 1fr;
    }
    .sac-opa .featured-image{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: var(--opa-bege-claro);
    }
    .sac-opa .featured-image img{
        width: 101vw;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }
    .sac-opa .featured-image::after{
        content: '';
        width: 101vw;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 2;
        opacity: 1;
        /* background: -moz-linear-gradient(top,  rgba(0,0,0,0.30) 30%, rgba(0,0,0,0.30) 30%, rgba(0,0,0,0.56) 56%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.56) 56%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.30) 30%,rgba(0,0,0,0.56) 56%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); */
    }
    section.central-form .general-info{
        align-items: center;
    }
    section.central-form .info-block a.info{
        margin-left: 0;
    }
    section.central-form .general-info p{
        text-align: center;
    }
    span.icon-title{
        display: flex;
        justify-content: center;
    }
}

/* DEPOIMENTOS */
.depoimentos {
    padding: 120px 0;
    background: var(--opa-verde-escuro);
    overflow: hidden;
}
.depoimentos .grid {
    display: grid;
    grid-template-columns: 294px 1fr;
    column-gap: 94px;
}
.depoimentos .depo-info {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.depoimentos .depo-info::before {
    content: '';
    display: block;
    width: 339px;
    height: 651px;
    position: absolute;
    z-index: -1;
    top: -108px;
    left: 192px;
    background: url('/wp-content/themes/labbotheme/assets/img/bg-effect-1.png');
}
.depoimentos .depo-info h3 {
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: var(--opa-marrom-claro);
    margin-bottom: 25px;
}
.depoimentos .depo-info p {
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: var(--opa-branco);
}
.depoimentos .depo-info .slider-buttons{
    margin-top: 30px;
}
.depoimentos .depo-info button{
    background-color: transparent;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: none;
}
.depoimentos .depo-info button:last-child{
    margin-left: 25px;
}
.depoimentos .depo-info button:hover img{
    filter: var(--invert);
}
.depoimentos .depo-outer {
}
.depoimentos .depo-outer .depo-inner {
    width: 100%;
}
.depoimentos .depo-outer .owl-stage-outer{
    overflow: inherit;
    overflow-x: clip;
}
.depoimentos .depo-outer .depo-inner .card {
    width: 363px;
    height: 415px;
    background: var(--opa-branco);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 137px 0 70px;
}
.depoimentos .depo-outer .depo-inner .card::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 25px;
    top: 48px;
    background: url('/wp-content/themes/labbotheme/assets/svg/quote-before.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 81px;
    height: 61px;
}
.depoimentos .depo-outer .depo-inner .card::after {
    content: '';
    position: absolute;
    z-index: 0;
    right: 25px;
    bottom: 39px;
    background: url('/wp-content/themes/labbotheme/assets/svg/quote-after.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 81px;
    height: 61px;
}
.depoimentos .depo-outer .depo-inner .image-rounded {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--opa-branco);
    box-shadow: 0px 24px 44px rgba(0, 0, 0, 0.25);
    padding: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
}
.depoimentos .depo-outer .depo-inner .image-rounded img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.depoimentos .depo-outer .depo-inner img {
    width: initial;
}
.depoimentos .depo-outer .depo-inner h4 {
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: var(--opa-vermelho);
    margin-bottom: 15px;
}
.depoimentos .depo-outer .depo-inner p {
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--opa-verde-escuro);
    max-width: 219px;
}
.depoimentos .depo-outer .depo-inner .redes {
    margin-top: auto;
    display: flex;
    align-items: center;
}
.depoimentos .depo-outer .depo-inner .redes a {
    padding: 10px;
}
.depoimentos .depo-outer .depo-inner .redes a:hover img {
    filter: var(--filter-vermelho);
}
.depoimentos .depo-outer .depo-inner .redes a img {
}
@media(max-width: 1200px){
    .depoimentos .grid{
        display: flex;
    }
    .depoimentos .depo-outer{
        margin-top: 60px;
        width: 100%;
    }
    .depoimentos .depo-outer .depo-inner .card{
        width: 100%;
        height: 355px;
        padding: 65px 0 55px;
    }
    .depoimentos .depo-outer .depo-inner .image-rounded{
        width: 110px;
        height: 110px;
    }
    .depoimentos .depo-outer .depo-inner .redes{
        margin-top: 0;
        position: absolute;
        bottom: 20px;
    }
}
@media(max-width: 992px){
    .depoimentos{
        padding: 60px 0;
    }
    .depoimentos .depo-info h3 {
        font-size: 30px;
        line-height: 42px;
    }
}
@media(max-width: 768px){
    .depoimentos .depo-outer .depo-inner .card {
        padding: 80px 0 60px;
        height: 320px;
    }
    .depoimentos .depo-outer .depo-inner .redes{
        bottom: 15px;
    }
    
}
/* FAQ */
.faq {
    padding: 120px 0;
    background: rgba(234, 234, 234, 0.5);
}
.faq .grid {
    display: grid;
    grid-template-columns: 266px 1fr;
    column-gap: 122px;
}
.faq .faq-info {
    display: flex;
    flex-direction: column;
}
.faq h3 {
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: var(--opa-marrom-claro);
    margin-bottom: 20px;
}
.faq p {
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: var(--opa-verde-escuro);
}
.faq .questions {
    display: flex;
    flex-direction: column;
}
.faq .item {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 37px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.5);
    padding-bottom: 39px;
}
.faq .item:first-of-type {
    margin-top: 0;
}
.faq .item .top {
    display: flex;
    position: relative;
    cursor: pointer;
}
.faq .item .top i {
    width: 32px;
    height: 32px;
    margin-right: 40px;
    pointer-events: none;
    position: relative;
}
.faq .item .top i::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('/wp-content/themes/labbotheme/assets/svg/mais-icon.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.faq .item.open .top i::before {
    width: 32px;
    height: 2px;
    background: url('/wp-content/themes/labbotheme/assets/svg/menos-icon.svg');
    top: 50%;
    transform: translateY(-50%);
}
.faq .item .top h4 {
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: var(--opa-vermelho);
    pointer-events: none;
    transition: var(--transition);
}
.faq .item .top:hover h4,
.faq .item.open .top h4{
    color: var(--opa-marrom-claro);
    transition: var(--transition);
}
.faq .item .bottom {
    max-height: 100%;
    opacity: 1;
    padding: 10px 10px 10px 0px;
    display: none;
}
@media(max-width: 992px){
    .faq .grid{
        grid-template-columns: 1fr;
    }
    .faq .questions{
        margin-top: 45px;
    }
    .faq h3 {
        font-size: 30px;
        line-height: 42px;
    }
    .faq h3 br{
        display: none;
    }
    .faq{
        padding: 60px 0;
    }
    .faq .item .top h4{
        font-size: 18px;
        line-height: 20px
    }
}
/* .faq .item .bottom p{}
.faq .item .bottom p strong{}
.faq .item .bottom span{}
.faq .item .bottom span strong{}
.faq .item .bottom h2,
.faq .item .bottom h3, 
.faq .item .bottom h4{} */

/* TOUR CERVEJEIRO */
.tour-cervejeiro {
}
.tour-cervejeiro .grid {
    display: grid;
    grid-template-columns: 363px 1fr;
    column-gap: 122px;
}
.tour-cervejeiro .tour-info{
    display: flex;
    flex-direction: column;
    padding: 60px 0 60px;
}
.tour-cervejeiro h3 {
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    color: var(--opa-marrom-claro);
    margin-bottom: 20px;
}
.tour-cervejeiro a.read-more-brow {
    background-color: var(--opa-vermelho);
}
.tour-cervejeiro a.read-more-brow:hover {
    background: var(--opa-verde);
}
.tour-cervejeiro a.read-more-brow span {
    color: var(--opa-branco);
}
.tour-cervejeiro a.read-more-brow span b {
    color: var(--opa-marrom-claro);
    margin-right: 6px;
}
.tour-cervejeiro div.horario span.icon-title {
    margin-bottom: 19px;
}
.tour-cervejeiro span.icon-title img {
    margin-right: 6px;
}
.tour-cervejeiro .horario p {
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--opa-cinza-escuro);
}
.tour-cervejeiro .horario {
    margin-top: 50px;
    border-bottom: 1px solid var(--opa-cinza);
    padding-bottom: 34px;
}
.tour-cervejeiro span.icon-title {
    display: inline-flex;
    align-items: center;
}
.tour-cervejeiro span.icon-title img {
    margin-right: 6px;
}
.tour-cervejeiro .info-block.telefone {
    font-family: var(--font-family-soleil);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--opa-cinza-escuro);
}
.tour-cervejeiro .info-block.telefone span.info {
    font-family: var(--font-family-gin-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: var(--opa-marrom-claro);
    margin-left: 25px;
}
.tour-cervejeiro .img-destaque {
    position: relative;
    height: 707px;
    width: 100%;
}
.tour-cervejeiro .img-destaque img {
    position: absolute;
    width: 60vw;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
.tour-cervejeiro .setor {
    margin-top: 34px;
}
.newsletter{
    margin-top: 0;
}
@media(max-width: 1200px){
    .tour-cervejeiro .grid{
        column-gap: 80px
    }
}
@media(max-width: 992px){
    .tour-cervejeiro .grid{
        grid-template-columns: 1fr;
    }
    .tour-cervejeiro h3{
        font-size: 30px;
        line-height: 42px;
        color: var(--opa-vermelho);
    }
    .tour-cervejeiro h3 br{
        display: none;
    }
    .tour-cervejeiro .img-destaque {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: var(--opa-bege-claro);
    }
    .tour-cervejeiro .img-destaque img{
        width: 102vw;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }
    .tour-cervejeiro .tour-info{
        position: relative;
        z-index: 1;
        align-items: center;
    }
    .tour-cervejeiro .horario{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media(max-width: 576px){
    .tour-cervejeiro a.read-more-brow{
        max-width: 100%;
    }
}
#inputContainer{
    display:none;
}
#inputContainer input,
#inputContainer2 input,
#inputContainer select,
#inputContainer2 select{
    margin-top:10px;
}
.input-custom {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 26px;
}
input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: var(--opa-verde-escuro);
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: var(--opa-vermelho);
}
.hide-select-assunto {
    opacity:0;
    height:0;
    visibility:hidden;
}
@media(max-width: 991px){
    .input-custom {
        grid-template-columns: auto ;
    }
}