.lpavanti {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #2c5235;
    font-size: 14px;
    position: relative;
}
.lpavanti img {
    max-width: 100%;
}
/*.img-icone-sb{
    width: 2em;
    margin: 0;
    padding: 0;
}
*/
.lpavanti .table {
    color: #2c5235 !important;
}

.lpavanti h1,
.lpavanti h2,
.lpavanti h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.lpavanti h4,
.lpavanti h5,
.lpavanti h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.lpavanti button:focus {
    outline: 0 !important;
}

.lpavanti a {
    font-weight: bold;
    text-decoration: none !important;
    color: unset;
}

.lpavanti a:hover {
    text-decoration: none !important;
    color: rgba(44, 82, 53, 0.8);
}

/*MENU SUP*/
/*------------------------------------------------------------------------------*/
.menusup {}

.menusup .navbar {
    background-color: #FFFFFF;
    font-weight: bold;
    padding: 20px 0;
}

.menusup .navbar-light .navbar-nav .nav-link {
    color: #00532e;
}

.menusup .navbar-light .navbar-nav .nav-link:hover,
.menusup .navbar-light .navbar-nav .nav-link:focus {
    color: #028920;
}

.menusup .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 0 40px !important;

}

.menusup .nav-item:not(:nth-child(1)) {
    border-left: 1px solid #b6b6b6;
}

@media screen and (max-width:768px) {
    .menusup {
        display: none;
    }
}

/*FIM MENU SUP*/
/*------------------------------------------------------------------------------*/


/*-------------------------*/

.cnt-text-avanti {
    color: #00532e;
    font-weight: bold;
    font-size: 16px;
    max-width: 630px;
    margin: 0 auto;
}
.cnt-text-avanti .card-body-avanti {
    padding: 0 15px; 
}

@media only screen and (max-width : 414px)  {
    .cnt-text-avanti .card-body-avanti {
        font-size: 14px;
        padding: 0;
    }
}
.cnt-text-avanti .btn-avanti {
    color: #fff;
}

.btn-avanti {
    background: #0cb532;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 10px;
    padding: 5px 30px;
}
.btn-avanti:hover {
    color: #fff;
}

.btn-entrar {
    color: #2c5235 !important;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #2c5235;
    text-transform: uppercase;
}

.btn-entrar:hover {
    background-color: #2c5235;
    color: #FFFFFF !important;
    text-decoration: none;
}

.btn-lpdark {
    color: #FFFFFF !important;
    background-color: #2c5235 !important;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #2c5235;
    text-transform: uppercase;
}

.btn-lpdark:hover {
    background-color: #FFFFFF !important;
    color: #2c5235 !important;
    text-decoration: none;
}

.dark-container {
    background-image: url('/LP-Avanti/assets/imgs/bg4.png');
    background-size: contain;
    background-position:center top;
    background-repeat: repeat;
    background-color: #28564C;
    color: #ffffff !important;
}

.dark-container-b {
    background-image: url('/LP-Avanti/assets/imgs/bg1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #28564C;
    color: #ffffff !important;
}

.light-container {
    background-image: url('/LP-Avanti/assets/imgs/FUNDO--jogadores-branco2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.ben a div {
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: transparent;
    color: #FFFFFF;
    transition: border-color 0.5s;
}

.ben a:hover div {
    border-color: #FFFFFF;
    color: #FFFFFF !important;
}

/*.exp a img {
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: transparent;
    transition: border-color 0.5s;
}
*/
.exp a:hover img {
    border-color: #FFFFFF;
}

/**/
.lnk-faq {
    background: #006437;
    border-radius: 50%;
    color: #fff!important;
    display: block;
    font-size: 30px;
    width: 66px;
    height: 66px;
    margin-top: -120px;
    text-align: center;
    padding: 3px;
    position: fixed;
    right: 4px;
    top: 50%;
    z-index: 999;
    transition: all 0.5s;
}
body.page-template-avanti-2 .uwy {
    z-index: 999!important;
}
body.page-template-avanti-2 .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton {
    bottom: initial!important;
    top: 50%!important;
    margin-top: 55px!important;
    right: 4px!important;
    width: 65px!important;
    height: 65px!important
}
body.page-template-avanti-2 .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton:not(.no-hover):hover {
    opacity: initial!important;
    outline: initial!important;
}
body.page-template-avanti-2 .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton div[class="embeddedMessagingIconContainer"] {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 1280px) {
    body.page-template-avanti-2 .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton {
        bottom:185px!important
    }
}

@media only screen and (max-width : 768px)  {
    body.page-template-avanti-2  .uwy.userway_p2 .uai, body .uwy.userway_p3 .uai {
        left: calc(100vw - 6px);
    }

    body.page-template-avanti-2  .uwy.utb .uai {
        width: 53px!important;
        height: 53px!important;
        min-width: 53px!important;
        min-height: 53px!important;
        max-width: 53px!important;
        max-height: 53px!important;
    }    

    body.page-template-avanti-2 .uwy.utb .uai img:not(.check_on), body .uwy.utb .uai img:not(.check_on) {
        width: 53px!important;
        height: 53px!important;
    }

    body.page-template-avanti-2 .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton {
        bottom: initial!important;
        top: 50%!important;
        margin-top: -20px!important;
        right: 4px!important;
        width: 65px!important;
        height: 65px!important   
    }
}


.cnt-info {
    position: relative;
}

.lnk-faq  span img {
    max-width: 38px;
}
.lnk-faq:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.lnk-faq span.text {
    background: #006437;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    padding: 5px 20px;
    position: absolute;
    right: 50px;
    top: 13px;
    z-index: -1;
    /*visibility: hidden;*/
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;    
}

.lnk-faq:hover span.text {
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;

}

.lnk-faq span.icon {
    border: 3px solid #fff; 
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    width: 60px;
    height: 60px;
}

.wrp-home-faq {
    background: #fff;
    position: fixed;
    height: 100vh;
    max-width: 355px;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9999999999;
    display: none;
}

.header-faq{
    background: #006437;
    color: #fff;
    padding: 20px 15px 5px 15px;
}

.header-faq h3{
    font-size: 16px;
}

.header-faq .btn-fechar-faq {
    border: 1px solid red;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: rgba(0,0,0,0.36);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 10px;
}

.header-faq .btn-fechar-faq svg {
    color: #fff;
}
.cnt-busca-faq {
    padding: 30px 15px;
}
.cnt-busca-faq h4 {
    font-size: 16px;
}

.cnt-busca-faq .inp-search {
    width: 100%;
    max-width: 750px;
    border-radius: 5px;
    border: 0;
    font-style: normal;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    color: #666;
    box-shadow: inset 1px 1px 5px 0 rgb(0 0 0 / 20%);
    vertical-align: middle;
}

.wrp-respostas {    height: 200px;
    margin: 30px 0;
    overflow-y: auto;
}

/* width */
.wrp-respostas::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.wrp-respostas::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
.wrp-respostas::-webkit-scrollbar-thumb {
  background: #006437; 
  border-radius: 6px;
}

/* Handle on hover */
.wrp-respostas::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.wrp-respostas .card {
    border:0;
    border-radius: 0;
    /*border-bottom: 1px solid #dfdfdf;*/
}

.wrp-respostas .card-faq {
    border-bottom: 1px solid #dfdfdf!important;
    margin-top: 10px;
    padding-bottom:10px;
}


.wrp-respostas .card-header {
    background: none;
    border: 0;
    padding: 0;
}

.wrp-respostas .btn-faq {
    background: #fff;
    color: #214f2e;
    display: block;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    text-align: left;
}

.wrp-respostas .btn-faq:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzQ0OTY1MSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    transition: transform 0.7s;
}

.wrp-respostas .btn-faq:hover,
.wrp-respostas .btn-faq:focus,
.wrp-respostas .btn:focus,
.wrp-respostas .btn-faq:active, {
    color: #214f2e;
    text-decoration: initial;
    border-color: transparent;
    box-shadow: none;
}

.cnt-link-vejamais .btn-vejamais {
    background: #3e8b4b;
    color: #fff;   
    display: none; 
}

.cnt-link-vejamais .btn-vejamais:hover {
    background: #fff;
    border:1px solid #3e8b4b;
}

/* PLANOS */
.wrapper-planos {
    color: #948448;
    padding: 0 40px;
}

.wrapper-planos h2 {
    color: #cab781;
    font-size: 63px;
    font-weight: bold;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}

.planos p {
    /*font-size: 12px;*/
    margin-bottom: 0.5rem;
}

.planos h5 {
    margin-bottom: 0;
}

.planos h6 {
    font-size: 12px;
}

.planos h4.card-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.planos .card {
    background-color: #fff;
    border-radius: 12px;
    color: #2e604e;
}

.planos .card-body {
    color: #2e604e;
    padding: 40px 15px 0 15px;
    text-align: center;

}

.row-plano {
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
}
.content-plano .col-md-2{
    padding-left: 5px;
    padding-right: 5px;
}
.content-plano .card-img-top {
  width: 220px;
  margin: -70px auto 0 12px;
}

@media only screen and (max-width : 1024px)  {
    .content-plano .card-img-top {
      margin: -70px auto 0 auto;
      width: 250px;
  }

  .wrapper-planos h2 {
    font-size: 35px;
}
}

@media only screen and (max-width : 411px)  {
    .content-plano .card-img-top {
      margin: -70px auto 0 auto;
      width: 210px;
  }
}
.row-plano .cnt-info-plano-verde {
    padding-top: 40px;
}
.row-plano .cnt-text {
    color: #2e604e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;   
    text-align: center; 
}
.row-plano .img-icone-sb {
    width: 45px;
}
.row-plano .card-verde {
    max-width: 100%;
}

.planos .cnt-btn-avanti {
    margin-top: 45px;
}
@media only screen and (max-width : 1024px)  {
    .planos .cnt-btn-avanti {
        text-align: center;
    }
}
.cnt-btn-avanti .btn-avanti {
    box-shadow: 3px 3px 3px  rgba(0,0,0,0.3);
    color: #fff;
    font-size: 28px;
    padding: 10px 20px;
    text-transform: uppercase;
}

@media only screen and (max-width : 1024px)  {
    .cnt-btn-avanti .btn-avanti {
        font-size: 20px;
        padding: 10px 15px;
        margin-bottom:15px;
    }
}

.cnt-plano-button {
    text-align: center;
}
.cnt-plano-button span {
    font-size: 14px;
}

.cnt-plano-button .btn-avanti {
    background: #00532e;
    box-shadow: 3px 3px 3px  rgba(0,0,0,0.3);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 5px 8px;
    text-transform: uppercase;
}
.cnt-plano-button .btn-avanti:hover {
    color: #fff!important;
}
@media only screen and (min-width : 1536px){
    .row-plano .cnt-text {
        font-size: 20px;
    }    
    .cnt-btn-avanti .btn-avanti {
        font-size: 30px;
    }
    .content-plano .card-img-top {
        margin: -70px auto 0 auto;
        width: 240px!important;

    }

}
@media only screen and (min-width : 1600px){
    .row-plano .cnt-text {
        font-size: 22px;
        padding: 0 20px;

    }    
    .row-plano .img-icone-sb {
        margin: 10px 0 0 5px;
        width: 40px;
    }
}
@media only screen and (min-width : 1920px){
    .row-plano .cnt-text {
        font-size: 26px;
        padding: 0 10px;
    }    
}


.cnt-plano-button .img-icone-sb {
    display: inline!important;
    width: 40px!important;
}

.row-list-planos h5 {
    font-size: 14px;
}
.row-list-planos {
    padding-top: 0;
}
.row-list-planos .owl-item {
    padding-top: 150px!important;
}

.planos .btn-avanti:hover {
    color: #29523f;
}

.cnt-btn-saiba-mais {
    padding: 40px 0 50px 0;
    text-align: center;
}

.cnt-btn-saiba-mais a {
    background: #fff;
    color: #29523f;
    font-size: 25px;
}

.wrapper-planos .owl-carousel .owl-nav .owl-next, 
.wrapper-planos .owl-carousel .owl-nav .owl-prev {
    color: #cbb881;
    border: none;
    font-size: 40px;
    padding: 0!important;
    position: absolute;
    top: 50%;
}

.wrapper-planos .owl-carousel .owl-nav .owl-prev {
    left: -35px;
}
.wrapper-planos .owl-carousel .owl-nav .owl-next {
    right: -35px;
}


@media only screen and (max-width : 414px)  {
    .wrapper-planos h2 {
        font-size: 22px;
    }
}
.wrapper-planos .owl-theme .owl-nav {
    font-size: 24px;
    text-align: center;
}

/* @media only screen and (max-width : 778px)  { */
    .wrapper-planos .owl-theme .owl-dots{
        text-align: center;
        padding-top: 20px;
    }
    .wrapper-planos .owl-theme .owl-dots .owl-dot span {
        background: #fff!important; 
        border-radius: 50%; 
        display: inline-block;
        width: 17px!important;
        height: 17px!important;
        margin-left: 15px;
    }
    .wrapper-planos .owl-theme .owl-dots .owl-dot.active span {
        background: #cbb880!important; 
    }  
/* } */

/*FIM PLANO*/

/*PARCEIROS AVANTI*/
.wrapper-parceiros {
    background: #295642;
    padding: 60px 0;
}
.cnt-parceiros {
    background: url('../../images/avanti/bkg-parceiros-avanti.jpg');
    padding: 40px 0;
}

.cnt-parceiros .gp-partner {
    border: 4px solid #295642;
    border-radius: 10px;
    padding: 15px;

}

.cnt-parceiros .gp-partner .cnt-image-partners {
    display: flex;
    height: 150px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.cnt-parceiros .gp-partner  .cnt-image-partners img {
    object-fit: cover;
}

.cnt-parceiros .btn-parceiros {
    background: #295641;
    border-radius: 6px;
    color: #fff;
    display:block;
    max-width: 100%;
}
.cnt-parceiros .btn-parceiros:hover {
    color: #fff;
}

.cnt-parceiros .title-parceiro {
    display: block;
    font-size: 63px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 30px;
}

.cnt-parceiros .cnt-text {
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0;

    font-family: "Barlow", sans-serif;
    font-weight: bold;

    display: -webkit-box;
    -webkit-line-clamp: 2;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all 0.3s ease;
    max-height: 4.5em; 
    text-align: center;
}

.cnt-parceiros .gp-partner:hover .cnt-text {
  -webkit-line-clamp: unset;
  max-height: none;
}


.wrapper-parceiros .owl-nav .owl-prev,
.wrapper-parceiros .owl-nav .owl-next {
    position: absolute;
    top: 45%;
}

.wrapper-parceiros .owl-nav .owl-prev i,
.wrapper-parceiros .owl-nav .owl-next i {
    font-size: 35px;
}
.wrapper-parceiros .owl-nav .owl-prev {
    left: -35px;
}
.wrapper-parceiros .owl-nav .owl-next {
    right: -35px;
}

@media only screen and (max-width : 736px)  {
    .wrapper-parceiros .owl-theme .owl-dots{
        text-align: center;
    }
    .wrapper-parceiros .owl-theme .owl-dots .owl-dot span {
        background: #295641!important; 
        border-radius: 50%; 
        display: inline-block;
        width: 12px!important;
        height: 12px!important;
        margin-left: 8px;
    }
    .wrapper-parceiros .owl-theme .owl-dots .owl-dot.active span {
        background: #cbb880!important; 
    }  
}

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

    .cnt-parceiros .gp-partner .cnt-image-partners img {
        width: 70%;
    }

}

/* FIM PARCEIROS AVANTI*/

/*PUBLICIDADE*/
.wrapper-publicidade {
    background: #295642;
    text-align: center;
}
.wrapper-publicidade img {
    object-fit: contain;
    width: 100%;
}
/*FIM PUBLICIDADE*/


/*BENEFICIOS*/

.wrp-layer-beneficios {
    background-color: rgba(41, 86, 66, 0.8);
    display: none;
    position: fixed;
    width: 100%; 
    height: 100vh;
    top: 0; 
    left: 0;
    z-index: 100;
}

.wrp-layer-beneficios .card-body {
   background: #fff;
   border-radius: 8px;
   color: #295642;
   max-width: 400px;
   margin: -200px 0 0 -200px;
   padding: 20px;   
   position: absolute;
   left: 50%;
   top: 50%;
}
.wrp-layer-beneficios .card-body ul {
    padding-left: 15px;
}

.wrap-beneficios {
    background: #295642;
    border-bottom: 5px solid #948448; 
    border-top: 5px solid #948448; 
    color: #fff;
    padding: 32px 0 5px 0; 
}
.wrap-beneficios .txt-beneficio {
    display: block;
    font-size: 21px;
    max-width: 200px;
}
.wrap-beneficios .owl-stage {
    padding-bottom:20px;
    margin: 0 auto;
}

.wrap-beneficios .item {
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
} 

.wrap-beneficios .item:hover {
    color: #d2b87f;
} 

.wrp-layer-beneficios .card-body-title {
    text-align: center;
}
.wrp-layer-beneficios .card-body-title img {
    max-width: 100px;
}
.wrp-layer-beneficios .card-body .lnk-close a {
    background: #fff;
    border: 1px solid #295642;
    border-radius: 50%;
    position: absolute;
    font-family: 'Roboto';
    display: block;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    text-align: center;
    line-height: 25px;
    font-size: 22px;
}

.wrap-beneficios .owl-carousel .owl-nav .owl-next, 
.wrap-beneficios .owl-carousel .owl-nav .owl-prev {
    color: #00532e;
}  
.wrap-beneficios .owl-carousel .owl-nav .owl-next {
    margin-left: 15px;
}

@media only screen and (max-width : 736px)  {
    .wrap-beneficios .owl-item {
        padding: 0 20px 0 20px;
        text-align: center;
    }

    .cnt-parceiros .title-parceiro {
        font-size: 35px;
    }

    .wrap-beneficios .owl-item img {
        display: inline;
        width: 100px;
    }  
    .wrap-beneficios .owl-theme .owl-nav {
        font-size: 45px;
    }    
    .wrap-beneficios .col-img img {
        max-width: 180px;
    }

    .wrap-beneficios .txt-beneficio {
        max-width: 100%;
        padding-top: 10px;
    }

    .wrap-beneficios .owl-theme .owl-dots{
        text-align: center;
    }
    .wrap-beneficios .owl-theme .owl-dots .owl-dot span {

        background: #fff!important; 
        border-radius: 50%; 
        display: inline-block;
        width: 12px!important;
        height: 12px!important;
        margin-left: 8px;
    }
    .wrap-beneficios .owl-theme .owl-dots .owl-dot.active span {
        background: #cbb880!important; 
    }  
}


/*EXPERIENCIAS EXCLUSIVAS */
.wrp-experiencias-exclusivas {
    background: url('../../images/avanti/bkg-avanti-1.jpg');
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 30px 0 60px 0;
}

.wrp-experiencias-exclusivas .cnt-title h2 {
    color: #cab781;
    font-size: 63px;
    font-weight: bold;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}
.wrp-experiencias-exclusivas .cnt-title h3 {
    font-size: 32px;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.cnt-experiencia-video {
    padding: 40px 0 0 0;
}

.cnt-experiencia-video .cnt-video {
    cursor: pointer;  
    text-align: center;
    margin-bottom: 15px;
    min-height: 480px;
    position: relative;
}
.cnt-experiencia-video .cnt-video video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.cnt-experiencia-video .cnt-info-videos h3 {
    color: #f3c764;
    display: block;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    transition: transform 0.2s ease-in-out;
}

.cnt-experiencia-video .cnt-text-info-video {
    background: #fff;
    border-radius: 8px;
    color: #295642;
    max-width: 400px;
    margin: -200px 0 0 -200px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.cnt-experiencia-video .wrp-text-info-video {
    text-align: center;
}
.cnt-experiencia-video .wrp-text-info-video .btn-saiba-mais {
    border: 2px solid #f3c764;
    border-radius: 20px;
    color: #f3c764;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 5px 20px;    
}


.wrp-layer-experiencia {
    background-color: rgba(41, 86, 66, 0.8);
    display: none;
    position: fixed;
    width: 100%; 
    height: 100vh;
    top: 0; 
    left: 0;
    z-index: 100;
}

.wrp-layer-experiencia .card-body {
   background: #fff;
   border-radius: 8px;
   color: #295642;
   max-width: 400px;
   margin: -200px 0 0 -200px;
   padding: 20px;   
   position: absolute;
   left: 50%;
   top: 50%;
}

.wrp-layer-experiencia .card-body .lnk-close a {
    background: #fff;
    border: 1px solid #295642;
    border-radius: 50%;
    position: absolute;
    font-family: 'Roboto';
    display: block;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    text-align: center;
    line-height: 25px;
    font-size: 22px;
}




.wrp-experiencias-exclusivas .owl-dots{
    text-align: center;
}
.wrp-experiencias-exclusivas .owl-dots .owl-dot span {
    background: #fff!important; 
    border-radius: 50%; 
    display: inline-block;
    width: 12px!important;
    height: 12px!important;
    margin-left: 10px;
}
.wrp-experiencias-exclusivas .owl-dots .owl-dot.active span {
    background: #cbb880!important; 
}   
.wrap-experiencias h2 {
    font-size: 40px;
    text-transform: uppercase;
}

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

    .wrp-experiencias-exclusivas .cnt-title h2 {
        font-size: 25px;
    }
    .wrp-experiencias-exclusivas .cnt-title h3 {
        font-size: 18px;
    }
    .cnt-experiencia-video .cnt-video {
        text-align: center;  
    }


    .cnt-experiencia-video .txt-beneficio {
        max-width: 100%;
        padding-top: 10px;
    }

}

/* FIM  EXPERIÊNCIAS*/


/*DEPOIMENTO*/
.wrapper-depoimentos {
    background: #295642;
    border-bottom: 5px solid #948448;
    border-top: 5px solid #948448;    
    color: #fff;
}

.carrossel-rolagem {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    cursor: grab;
    user-select: none;
    width: 100%;
}

.carrossel-rolagem:active {
    cursor: grabbing;
}

.carrossel-rolagem .faixa {
    display: inline-block;
    white-space: nowrap;
    animation: rolar 30s linear infinite;
    position: relative;
}

.carrossel-rolagem:hover .faixa {
    animation-play-state: paused;
}

.carrossel-rolagem .item {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    border-radius: 8px;
    white-space: normal;
    vertical-align: top;
}

@keyframes rolar {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.wrapper-depoimentos .align-items-center {
    display: flex;
}
.wrapper-depoimentos .align-items-center .col-img img {
    width: 80px;
}
.wrapper-depoimentos .align-items-center .col-text {
    padding-left: 25px;
}

/* FIM DEPOIMENTO */