@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities
# Header
# Panel Side Mobile
# Header Sticky
# Footer

#   Hero
#   Direccion
#   Marcas
#   Colecciones
#   Comienzos
#   A la Carte
#   Testimonios
#   Catas

#   Vinos Internacionales
#   Contacto
#   Gracias
#   Producto
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
    font-family: 'celine_sansregular';
    src: url('../../assets3/fonts/celinesans-webfont.woff2') format('woff2'),
         url('../../assets3/fonts/celinesans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'engraversgothic_btregular';
    src: url('../../assets3/fonts/engravers-gothic-bt-font-webfont.woff2') format('woff2'),
         url('../../assets3/fonts/engravers-gothic-bt-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'futura_stdbook';
    src: url('../../assets3/fonts/futurastdbook-webfont.woff2') format('woff2'),
         url('../../assets3/fonts/futurastdbook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'futura_stdlight';
    src: url('../../assets3/fonts/futurastdlight-webfont.woff2') format('woff2'),
         url('../../assets3/fonts/futurastdlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'engraversgothic_btregular';
    background-color: #e9e5d3;
    color: #fff;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 400;
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    font-family: 'futura_stdlight';
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .panel-overlay {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
main {
    display: block;
    position: relative;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
   background: transparent;
    padding: 10px 43px;
    color: #e9e5d3;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.938rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #e9e5d3;
    border-radius: 50%;
    transition: all .5s ease;
}

.cta:hover{
    background-color: #bfa372;
    border: 1px solid #bfa372;
    color: #fff;
    text-decoration: none;
}

.cta-2 {
   background: transparent;
    padding: 15px 24px;
    color: #a48349;
    width: fit-content;
    text-align: center;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #a48349;
    transition: all .5s ease;
}

.cta-2:hover{
    background-color: #a48349;
    color: #fff;
    text-decoration: none;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

.text-center {
    text-align: center !important;
}

.position-relative {
    position: relative !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 40px 0;
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.header-row .col-header.col-nav {
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-grow: 0.6;
}

.header-row .col-header.col-logo {
    flex-grow: 0.4;
    align-items: center;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-weight: normal;
    font-size: 0.938rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 17px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #bfa372;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'engraversgothic_btregular';
}

.main-navigation ul > li.idioma > a {
    width: 39px;
    height: 39px;
    border: 1px solid #bfa372;
    border-radius: 50%;
    justify-content: center;
}

.main-navigation > ul > li:last-child {
    margin-right: 0px;
}

.main-nav-mob {
    display: flex;
    align-items: center;
}

.menu-burger {
    position: relative;
    width: 32px;
    height: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 16px;
    cursor: pointer;
    display: flex;
}

.menu-burger > span {
    width: 100%;
    height: 1px;
    background-color: #bfa372;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

/*--------------------------------------------------------------
# Header Sticky
--------------------------------------------------------------*/
.header-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #213d3c;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    border-bottom: 1px solid #bfa372;
    padding: 16px 0;
}

.Web-Header.Sticky .header-sticky {
    top: 0;
    opacity: 1;
}

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 300px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #1e3b39;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    /* -webkit-transform: translateX(0); */
    /* -ms-transform: translateX(0); */
    /* transform: translateX(0); */
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 24px;
}

.side-panel_head {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.side-panel_body {
    padding: 1rem 0;
}

.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}

.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}

.side-panel_body nav ul li a {
    color: #bfa372;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.dropdown-menu {
    background-color: #009fe3;
    border: 0;
    width: 100%;
    padding: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    background-color: #e9e5d3;
    background-image: url('../../assets3/img/LB-Footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #bfa372;
    padding: 97px 0;
}

.footer_copy {
    font-size: 0.938rem;
    line-height: 1;
    text-transform: uppercase;
}

.widget-footer a {
    color: #bfa372;
    text-transform: uppercase;
    font-size: 0.938rem;
    line-height: 1;
    text-decoration: none;
}

.footer_newsletter form {
    max-width: 358px;
    position: relative;
}

.footer_newsletter p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

.footer_newsletter .input_news {
    border: 1px solid #bfa372;
    color: #bfa372;
    font-size: 0.938rem;
    line-height: 1;
    padding: 22px 20px;
    background-color: #e9e5d3;
}

.footer_newsletter .btn_news {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    border-left: 1px solid #bfa372;
    width: 67px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_newsletter .btn_news::after {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23bfa372' d='M24.73 28.146a.5.5 0 0 0 .36-.153l7.359-7.631a.5.5 0 0 0 0-.693l-7.391-7.662a.5.5 0 1 0-.72.693l7.056 7.315l-7.024 7.284a.5.5 0 0 0 .36.847'/%3E%3Cpath fill='%23bfa372' d='M7.91 20.515h24.18a.5.5 0 0 0 0-1H7.91a.5.5 0 0 0 0 1'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
#   Hero
--------------------------------------------------------------*/
.seccion_hero {
    background-image: url('../../assets3/img/fondo-shape.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 848px;
    display: flex;
    align-items: flex-end;
    padding-top: 127px;
    padding-bottom: 64px;
}

.seccion_hero .hero_img {
    border-radius: 20px;
    box-shadow: 55px 14px 125px rgb(0 0 0 / 29%);
    margin-bottom: 16px;
}

.seccion_hero h1 {
    color: #bfa372;
    font-size: 3.813rem;
    line-height: 4.063rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.seccion_hero P {
    color: #bfa372;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.seccion_hero .cta {
    margin-top: 48px;
    font-size: 1.5rem;
    line-height: 1;
    color: #bfa372;
    padding: 12px 32px;
    border-color: #bfa372;
    width: fit-content;
}

.seccion_hero .cta:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .seccion_hero {
        min-height: 448px;
    }
    .seccion_hero h1 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    .seccion_hero P {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .seccion_hero .cta {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
#   Importacion
--------------------------------------------------------------*/
.seccion_importacion {
    padding: 140px 0 110px;
    color: #a48349;
}
.seccion_importacion .box_info {
    width: fit-content;
    margin: auto;
    z-index: 2;
}
.seccion_importacion .img-flotante {
    position: absolute;
    z-index: -1;
    top: -115px;
    right: -115px;
    pointer-events: none;
}
.seccion_importacion h2 {
    font-size: 5.438rem;
    line-height: 4.688rem;
}
.seccion_importacion h2 .large {
    font-size: 9.25rem;
    line-height: 7.938rem;
    margin-left: -10px;
}
.seccion_importacion h2 .large2 {
    font-size: 9.25rem;
    line-height: 8.313rem;
    margin-left: 16px;
}
.seccion_importacion .box-text {
    width: fit-content;
    position: relative;
}
.seccion_importacion .box-text::after {
    content: '';
    display: block;
    width: 1px;
    height: 175px;
    background-color: #a48349;
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%);
    pointer-events: none;
}
.seccion_importacion p {
    font-family: 'futura_stdbook';
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: 429px;
    margin-left: 24px;
}
@media (max-width: 1199px) {
    .seccion_importacion .img-flotante {
        right: -45px;
        width: 500px;
    }
    .seccion_importacion h2 {
        font-size: 3.438rem;
        line-height: 3.688rem;
    }
    .seccion_importacion h2 .large {
        font-size: 6.25rem;
        line-height: 5.938rem;
    }
    .seccion_importacion h2 .large2 {
        font-size: 6.25rem;
        line-height: 5.313rem;
    }
} 
@media (max-width: 767px) {
    .seccion_importacion {
        padding: 110px 0 64px;
    }
    .seccion_importacion .img-flotante {
        top: -65px;
        right: 0;
        width: 300px;
    }
    .seccion_importacion h2 {
        font-size: 2.25rem;
        line-height: 2.688rem;
    }
    .seccion_importacion h2 .large {
        font-size: 3rem;
        line-height: 2.938rem;
        margin-left: -3px;
    }
    .seccion_importacion h2 .large2 {
        font-size: 3rem;
        line-height: 3.313rem;
        margin-left: 8px;
    }
    .seccion_importacion p {
        font-size: 1rem;
        margin-left: 0;
    }
    .seccion_importacion .box-text::after {
        opacity: 0;
        visibility: hidden;
    }
}

/*--------------------------------------------------------------
#   Banner
--------------------------------------------------------------*/
.banner-full {
    display: block;
    width: 100%;
    height: 454px;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 1199px) {
    .banner-full {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .banner-full {
        height: 250px;
    }
}
/*--------------------------------------------------------------
#   Bodegas
--------------------------------------------------------------*/
.seccion_bodegas {
    color: #bfa372;
    background-image: url('../../assets3/img/bg_textura_verde_04.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 0 0;
}
.seccion_bodegas h2 {
    font-size: 6.813rem;
    line-height: 6.563rem;
    margin-bottom: 48px;
}
.container-accordion {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}
.accordion-button {
  font-family: 'engraversgothic_btregular';
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 24px 50px;
    font-size: 1.813rem;
    color: #bfa372;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    text-transform: uppercase;
    transition: color 0.15s 
    ease-in-out, background-color 0.15s 
    ease-in-out, border-color 0.15s 
    ease-in-out, box-shadow 0.15s 
    ease-in-out, border-radius 0.15s 
    ease;
    cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
      color: #f1eedf;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f1eedf'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23bfa372'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgb(241 238 223 / 30%);
}
.accordion-item:first-of-type {
    border-top: 1px solid rgb(241 238 223 / 30%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-body {
  padding: 16px 50px;
  font-family: 'engraversgothic_btregular';
  font-size: 1.5rem;
    line-height: 1.25rem;
    color: #e9e5d3;
}
.collapse:not(.show) {
  display: none;
}
.accordion-body_head {
    display: grid;
    grid-template-columns: 1fr 120px;
    align-items: center;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #bfa372;
    margin-bottom: 32px;
    max-width: 1280px;
}
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}
.slider-controls .btn-controls {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.slider-controls .btn-prev svg {
    transform: rotate(180deg);
}

.accordion-body_content {
    display: grid;
    grid-template-columns: 594px 1fr;
    align-items: center;
}
.cuadro-imagen {
    width: fit-content;
    position: relative;
    padding-right: 40px;
}
.cuadro-imagen::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 182px;
    background-color: #bfa372;
}
.cuadro-imagen img {}

.vinoteca {
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    padding-right: 40px;
    margin-right: 40px;
}
.vinoteca::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 182px;
    background-color: #bfa372;
}
.vinoteca .botella {}
.vinoteca .vinoteca_content {
   max-width: 420px;
    padding-right: 24px;
}
.vinoteca .vinoteca_content .icon {
    margin-bottom: 16px;
}
.vinoteca .vinoteca_content h4 {
    font-size: 3rem;
    line-height: 1;
    color: #bfa372;
}
.vinoteca .vinoteca_content p {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.25rem;
}


@media (max-width: 1199px) {
    .seccion_bodegas h2 {
        font-size: 3.813rem;
        line-height: 3.563rem;
    }
    .accordion-button {
        padding: 24px 40px;
        font-size: 1.5rem;
    }
    .accordion-body_content {
        grid-template-columns: 400px 1fr;
    }
    .vinoteca .vinoteca_content h4 {
        font-size: 2rem;
    }
    .vinoteca .vinoteca_content p {
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .seccion_bodegas h2 {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
    .accordion-button {
        padding: 20px 16px;
        font-size: 1.25rem;
        line-height: 1;
    }
    .accordion-body {
        padding: 16px 16px;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .accordion-body_head {
        grid-template-columns: 1fr;
    }
    .accordion-body_content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .cuadro-imagen {
        padding-right: 0;
    }
    .cuadro-imagen img {
        width: 279px;
    }
    .cuadro-imagen::after {
        opacity: 0;
        visibility: hidden;
    }
    .vinoteca {
        grid-template-columns: 54px 1fr;
        padding-right: 20px;
        margin-right: 20px;
        gap: 24px;
    }
    .vinoteca .botella {
        max-height: 200px;
    }
    .vinoteca .vinoteca_content {
        max-width: 320px;
        padding-right: 24px;
    }
    .vinoteca .vinoteca_content h4 {
        font-size: 1.5rem;
    }
    .vinoteca .vinoteca_content p {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
#   Conexion
--------------------------------------------------------------*/
.seccion_conexion {
    padding: 162px 0;
    background-image: url('../../assets3/img/fondo-conexion.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #a48349;
}
.seccion_conexion h2 {
    font-size: 4.063rem;
    line-height: 1;
    margin-bottom: 30px;
}
.seccion_conexion p {
    font-family: 'futura_stdbook';
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: 830px;
    margin: auto;
}
.seccion_conexion .cta-2 {
    margin: auto;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .seccion_conexion h2 {
        font-size: 2.5rem;
    }
    .seccion_conexion p {
        font-size: 1.125rem;
    }
}
@media (max-width: 767px) {
    .seccion_conexion {
        padding: 90px 0;
    }
    .seccion_conexion h2 {
        font-size: 2rem;
    }
    .seccion_conexion p {
        font-size: 1rem;
    }
}

.video_hero {
    display: block;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 32px;
    width: 100%;
    max-width: 762px;
    height: 290px;
    object-fit: cover;
}
@media (max-width: 575px) {
    .video_hero {
        height: auto;
    }
}