/* STYLE FULL WIDTH */
.full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
}
.full-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.full-background > .container > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.full-background .text-background p {
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    font-family: "Hershey Noailles";
    font-size: 28px;
    font-weight: normal;
    color: #fff;
}
@media(max-width: 991px) {
    .full-background {
        margin-bottom: 0px !important;
        background-image: none !important;
    }
    .full-background .text-background {
        order: 2;
        margin-top: 23px !important;
    }
}

/* STYLE BANNER CAROUSEL */
.dots-banner {
    position: relative;
}
.dots-banner .owl-dots {
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%)
}

/* STYLE VENTAJAS */
.section-ventajas {
    background-color: #F5F3EF;
    padding: 85px 30px;
    text-align: center;
}
.section-ventajas .title-ventajas {
    text-transform: uppercase;
    line-height: 35px;
    font-family: "Hershey Noailles";
    font-size: 30px;
    color: #000000;
}
.section-ventajas .description-ventajas {
    line-height: 39px;
    font-size: 24px;
}
.section-ventajas .block-ventaja.clearfix {
    clear: both;
}
.section-ventajas .block-ventaja .rte {
    max-width: 250px;
    margin: auto;
}
.section-ventajas .block-ventaja img {
    margin: auto
}
.section-ventajas .block-ventaja .block-title {
    line-height: 32px;
    font-family: "BurgessPro Regular";
    font-size: 22px;
    color: #000;
}
.section-ventajas .block-ventaja .block-description {
    margin-top: 15px;
    line-height: 22px;
    font-family: "BurgessPro Regular";
    font-size: 18px;
    color: #000;
}
@media(min-width: 992px) {
    .block-ventaja.col-lg-2 {
        width: 20%;
    }
}

/* STYLE TITLE */
.title-cms {
    float: none;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    line-height: 35px;
    font-family: "Hershey Noailles";
    font-size: 30px;
    color: #000000;
}
.subtitle-cms {
    float: none;
    max-width: 940px;
    margin: auto;
    line-height: 39px;
    font-size: 24px;
    color: #000000;
}
@media(max-width: 991px) {
    .title-cms {
        line-height: 30px;
        font-size: 22px;
    }
    .subtitle-cms {
        margin-bottom: 42px !important;
        line-height: 30px;
        font-size: 20px;
    }
}

/* STYLE BANNER STATIC */
.banner-static .row {
    min-height: 612px;
}
.banner-static .text-white {
    color: #FFF;
}
.banner-static .text-black {
    color: #000;
}
.banner-static .title-banner {
    position: relative;
    padding: 0 0 20px;
    text-transform: uppercase;
    line-height: 32px;
    font-family: 'BurgessPro Regular';
    font-size: 24px;
}
.banner-static .title-banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    border: 1px solid transparent;
}
.banner-static .text-white .title-banner:after {
    border-color: #FFF;
}
.banner-static .text-black .title-banner:after {
    border-color: #000;
}
.banner-static .description-banner {
    max-width: 550px;
    margin-top: 50px;
    text-transform: uppercase;
    line-height: 26px;
    font-family: 'RMNeue';
    font-size: 18px;
}
@media(min-width: 992px) {
    .banner-static hr {
        display: none;
    }
}
@media(max-width: 991px) {
    .banner-static .banner-static-text {
        margin: 30px 0 60px !important;
    }
}
@media(max-width: 767px) {
    .banner-static .rte {
        padding: 0 25px;
    }
}

/* STYLE FAQS 1 */
.faqs-type-1 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.faqs-type-1 .rte {
    max-width: 520px;
}
.faqs-type-1 .section-title {
    line-height: 39px;
    font-family: "Hershey Noailles";
    font-size: 26px;
}
.faqs-type-1 .section-subtitle {
    margin-top: 13px;
    line-height: 25px;
    font-size: 22px;
    letter-spacing: 0.66px;
}
.faqs-type-1 .section-content {
    margin-top: 40px;
    line-height: 30px;
    font-size: 19px;
}
.faqs-type-1 .section-link {
    display: block;
    width: 100%;
    max-width: 340px;
    margin-top: 65px;
    padding: 15px;
    border: 0.5px solid #264325;
    background-color: #264325;
    text-align: center;
    text-decoration: none;
    line-height: 17px;
    font-size: 17px;
    letter-spacing: 0.85px;
    color: #ffffff;
}
.faqs-type-1 .section-link:hover {
    border-color: #264325;
    background-color: #264325;
    color: #FFFFFF;
}
@media (max-width: 991px) {
    .faqs-type-1 .faq-image,
    .faqs-type-1 .faq-iframe {
        order: 1;
        padding: 0;
    }
    .faqs-type-1 .faq-text  {
        order: 2;
        margin-top: 23px !important;
        padding: 0;
    }
}

/* STYLE MINIBLOQUES DESTACADOS */
.block-destacado .rte {
    padding: 36px 24px;
    background-color: #f5f3ef;
    text-align: center;
}
.block-destacado img {
    margin: auto
}
.block-destacado .destacado-title {
    margin-top: 32px;
    text-transform: uppercase;
    line-height: 39px;
    font-size: 20px;
}
.block-destacado .destacado-subtitle {
    margin-top: 11px;
    line-height: 20px;
    font-size: 18px;
    letter-spacing: -0.48px;
}
.block-destacado .destacado-description {
    max-width: 390px;
    margin: 30px auto 0;
    line-height: 33px;
    font-family: 'RMNEUE';
    font-size: 16px;
}
.block-destacado .destacado-link {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    margin-top: 40px;
    background-color: #264325;
    text-transform: uppercase;
    line-height: 50px;
    font-family: 'RMNeue';
    font-size: 17px;
    letter-spacing: 0.85px;
    color: #FFF !important;
}
.block-destacado .destacado-moreinfo {
    margin-top: 10px;
    line-height: 19px;
    font-family: 'RMNeue';
    font-size: 14px;
    color: #000;
}
@media(min-width: 992px) {
    .block-destacado.col-lg-2 {
        width: 20%;
    }
}

/* STYLE COMMENTS */
.section-comments {
    padding: 90px 0 55px;
    background-color: #F5F3EF;
}
.section-comments .block-comment {
    float: none;
}
.section-comments .block-comment .rte {
    max-width: 300px;
    margin: auto;
}
.section-comments .block-comment .comment {
    margin: 0 auto 40px;
    text-align: center;
    line-height: 25px;
    font-size: 22px;
}
.section-comments .block-comment .star_active {
    color: #fdc91a;
    font-size: 16px;
}
.section-comments .block-comment .star_inactive {
    color: #f7e5a6;
    font-size: 16px;
}
.section-comments .block-comment .score {
    margin-left: 5px;
    line-height: 16px;
    font-family: 'RMNeue';
    font-size: 12px;
}
.section-comments .block-comment .customer {
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Hershey Noailles';
    font-size: 20px;
}
.section-comments .block-comment .job {
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Hershey Noailles';
    font-size: 16px;
}

/* STYLE POWER FORM */
.form-background {
    max-width: 520px;
    background-color: #FFFFFFD9;
    padding: 55px 65px;
    /* clear: both; */
}
.form-only {
    float: none;
    max-width: 520px;
    margin: auto;
    border: 1px solid #000;
    background-color: #FFFFFFD9;
    padding: 55px 65px;
}
@media(max-width: 991px) {
    .form-background {
        float: none;
        width: calc(100% - 20px);
        margin: auto !important;
        padding: 15px 20px;
    }
}
@media(max-width: 579px) {
    .form-only {
        width: calc(100% - 20px);
        padding: 15px 20px;
    }
}

/* STYLE CTA SIMPLE */
.cta-simple {
    text-align: center;
}
.cta-simple.separation {
    padding: 78px 0 60px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.cta-simple .cta-title {
    line-height: 35px;
    font-family: 'Hershey Noailles';
    letter-spacing: 0.75px;
    color: #000;
    font-size: 30px;
}
.cta-simple .cta-description {
    line-height: 39px;
    font-family: 'RMNeue';
    letter-spacing: 0.6px;
    color: #000;
    margin-bottom: 52px;
    font-size: 24px;
}
.cta-simple .cta-button {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    border: 1px solid #264325;
    background-color: #264325;
    line-height: 50px;
    font-family: 'RMNeue';
    font-size: 17px;
    letter-spacing: 0.85px;
    color: #FFFFFF !important;
}
@media(max-width: 991px) {
    .cta-simple .cta-button {
        max-width: 280px;
        line-height: 40px;
    }
}

/* STYLE SOMMELIER */
.sommelier .rte {
    display: flex;
    flex-wrap: wrap;
    padding: 31px 80px;
    border: 1px solid #000;
}
.sommelier .rte > div {
    order: 2;
}
.sommelier .sommelier-description {
    max-width: 650px;
    line-height: 33px;
    font-family: "BurgessPro Regular";
    font-size: 22px;
}
.sommelier .sommelier-contact {
    margin-top: 130px;
    padding: 0;
    line-height: 33px;
    font-family: "BurgessPro Regular";
    font-size: 22px;
}
.sommelier .sommelier-signe {
    margin-top: 70px;
    padding: 0;
}
.sommelier .sommelier-signe img {
    max-width: 350px;
    width: 100%;
}
@media(max-width: 1200px) {
    .sommelier .rte {
        padding: 28px 42px;
    }
    .sommelier .sommelier-contact {
        margin-top: 55px;
    }
    .sommelier .sommelier-signe {
        margin-top: 25px;
    }
}
@media(max-width: 991px) {
    .sommelier .rte {
        padding: 42px 13px;
    }
    .sommelier .rte > .sommelier-img {
        order: 1;
        margin-bottom: 25px;
    }
    .sommelier .sommelier-img img {
        width: 100%;
    }
}

/* FAQ IFRAME - ESPECIAL */
.faq-iframe iframe {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}