@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities

# Home
# Gracias
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
    font-family: 'Rubik-Light';
    src: url('../../assets/fonts/Rubik-Light.woff2') format('woff2'),
        url('../../assets/fonts/Rubik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'larsseitmedium';
    src: url('../../assets/fonts/larsseitmedium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/larsseitmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larsseitlight';
    src: url('../../assets/fonts/larsseitlight-webfont.woff2') format('woff2'),
         url('../../assets/fonts/larsseitlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

body {
    font-family: 'larsseitlight';
    background-color: #fff;
    color: #3b0004;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 400;
}

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

h1,h2,h3,h4,h5,h6 {
    font-family: 'larsseitmedium';
}

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

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

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, img {
    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: #000;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    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 {
    font-family: 'larsseitmedium';
    border: 2px solid #cd6539;
    background-color: transparent;
    color: #3b0004;
    text-align: center;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 6px;
    position: relative;
    padding: 13px 29px;
    border-radius: 48px;
}

.cta:hover {
    background-color: #cd6539;
    color: #fff;
}

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 320px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #3b0004;
    overflow-x: hidden;
    z-index: 1051;
    -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: 32px 16px;
    padding-top: 0;
}

.side-panel_head {
    padding: 14px 0 13px;
/*    border-bottom: 1px solid #000;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.side-panel_body nav ul li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
}

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

.side-panel-redes > a {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background-color: #000;
}

.main-navigation .subMenu {
    width: 200px;
    position: absolute;
    top: 100%;
    left: -24px;
    z-index: 5;
    background-color: rgb(0 159 227 / 75%);
    padding: 24px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.main-navigation .subMenu li {
    margin-bottom: 0.5rem;
}

.main-navigation .subMenu li:last-child {
    margin-bottom: 0;
}

.main-navigation .subMenu li a {
    color: #fff;
    padding: 0;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
}

.dropdown:hover .subMenu {
    opacity: 1;
    visibility: visible;
}

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

.sidebar_ctas .cta_tienda {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    max-height: 36px;
    background-color: #e5a96f;
    max-width: 204px;
    padding: 6px 19px;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    background-color: #accab2;
    padding: 32px 0;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.Web-Header.Web-Header_float {
    background-color: transparent;
}

.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.4;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.header-row .col-header.col-header_left, 
.header-row .col-header.col-header_right {
    flex-grow: 0.5;
}

.header-row .col-header.col-header_right {
    justify-content: flex-end;
}

.header-logo .logo {
    width: 160px;
}

.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.875rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 20px;
    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: #3b0004;
    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;
    background: transparent;
    font-family: 'larsseitmedium';
}

.main-navigation ul > li > a.dest {
    border-radius: 30px;
    padding: 7px 22px;
    background-color: #ffffff;
    margin-left: 20px;
}

.main-navigation ul > li > a.active {
/*    border-bottom: 2px solid #009fe3;*/
}

.main-navigation ul > li > a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 100%;
    height: 1px;
    background-color: #009fe3;
}

.menu-burger {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-burger .menu-burger_inner {
    position: relative;
    width: 44px;
    max-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-left: 32px;
    cursor: pointer;
    padding: 0px;
}

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

.header-social {
    margin-left: 40px;
}
.ul_social {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 15px;
}
.ul_social li {}
.ul_social li a {
    color: #3b0004;
    font-size: 1.25rem;
    text-decoration: none;
}

.navigation-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    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;
    padding: 10px 0;
    -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.2);
}

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

.navigation-sticky .main-navigation ul > li > a.dest {
    background-color: #000;
    color: #fff;
}

.navigation-sticky .main-navigation .subMenu li a {
    padding: 0;
}

.main-navigation.main-navigation_mob > ul > li {
    margin: 0;
}

.main-navigation.main-navigation_mob > ul > li > a.dest {
    padding: 6px 16px;
    margin-left: 10px;
}

.header-style-2 .main-navigation ul > li > a.dest {
    border: 1px solid #000;
}

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

.main-navigation ul > li > a.cta_contacto {
    border-radius: 44px;
    max-width: 156px;
    padding: 14px 24px;
    border: 2px solid #cd6539;
    line-height: 1;
}

.main-navigation ul > li > a.cta_contacto:hover {
    background-color: #cd6539;
    color: #3b0004;
}

.navigation-sticky .main-navigation ul > li > a {
    color: #363a3b;
}

.navigation-sticky .main-navigation ul > li > a.cta_tienda {}
.navigation-sticky .main-navigation ul > li > a.cta_tienda:hover {}

.navigation-sticky .header-logo .logo {
    width: 110px;
}

.navigation-sticky .menu-burger {}

.navigation-sticky .menu-burger > span {
    background-color: #000;
}

.dropdown-menu {
    min-width: 15rem !important;
    width: 100% !important;
    background-color: #fff !important;
    padding: 16px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: translate(0px, 64px) !important;
}

.dropdown-menu li {
    margin-bottom: 10px !important;
}

.dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

.dropdown-menu li a {
    padding: 0 !important;
    color: #2a2a54 !important;
    font-size: 0.813rem !important;
    font-weight: 600 !important;
    text-transform: math-auto !important;
    background-color: transparent !important;
}

.dropdown-menu li a:hover {
    color: #2a2a54 !important;
    background-color: transparent !important;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 36px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    transform: rotate(45deg);
}

.navigation-sticky .main-navigation ul > li.dropdown > .dropdown-menu {
    transform: translate(0px, 61px) !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

#mobile-menu-active .dropdown-menu {
    transform: translate(0px, 24px) !important;
}

#mobile-menu-active .dropdown-menu::before {
    visibility: hidden;
    opacity: 0;
}

#mobile-menu-active .dropdown-menu li a {
    background-color: transparent !important;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.Web-Footer {
    background-color: #3b0004;
    padding: 100px 0 50px;
    color: #fff;
}

.footer-widget-1 {}

.footer-widget-1 h3 {
    font-family: 'larsseitmedium';
    font-size: 4.375rem;
    line-height: 4.5rem;
}

.footer_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.footer_btns .cta {
    color: #fff;
    width: 185px;
}

.footer_btns .cta:hover {
    background-color: #cd6539;
}

.footer_social {}

.footer_social .ul_social {
    justify-content: flex-end;
    gap: 50px;
}

.footer_social .ul_social li a {
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
}

.footer_social .ul_social li a:hover {
    color: #cd6539;
}

.linea {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 150px 0 50px;
}

.copy {
    font-family: 'larsseitlight';
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1;
    margin: 0;
    letter-spacing: 1px;
}

.copy a {
    color: inherit;
    text-decoration: none;
}

.copy:hover a {
    text-decoration: underline;
}

.ul_idiomas {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.ul_idiomas li {
    line-height: 1;
}

.ul_idiomas li a {
    font-family: 'larsseitlight';
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1;
    color: inherit;
}

.ul_idiomas li a.active {
    color: #cd6539;
}

.ul_idiomas li a:hover {
    color: #cd6539;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/* Hero */
.home_hero {
    background-color: #accab2;
    padding: 195px 0 64px;
}

.box_info_hero {}
.box_info_hero h1 {
    font-size: 9.25rem;
    line-height: 8.688rem;
    font-weight: normal;
}

.box_info_hero h1 .playfair {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 10.625rem;
}

.box_info_hero p {
    font-size: 1.875rem;
    line-height: 2rem;
}
.box_info_hero .box_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.box_info_hero .box_btns .cta {
    flex: 1;
    border: 2px solid #3b0004;
}
.box_info_hero .box_btns .cta:hover {
    background-color: #3b0004;
    color: #fff;
}

/* Banner */
.home_banner {
    background-image: url('../../assets/img/fondo-gradientes.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 225px 0;
}

.home_banner p {
    font-family: 'larsseitlight';
    font-size: 4.188rem;
    line-height: 4.688rem;
}

.box_info {
    font-size: 1.375rem;
    line-height: 2.25rem;
}

.box_info h2 {
    font-size: 4rem;
    line-height: 4.25rem;
}

/* Conectar */
.home_conectar .box_info {
    font-size: 2.3rem;
    line-height: 2.8rem;
}

.home_conectar .box_info h2 {
    font-size: 5.575rem;
    line-height: 5.263rem;
}

.home_conectar .box_info p {
    max-width: 555px;
}

.home_conectar .box_info p .playfair {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.container-carrusel {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

.wrapper_carrusel {
    max-width: 1332px;
    padding-left: 12px;
}

.card_01 {
    width: 360px;
    max-width: 360px;
    border: 0;
    border-radius: 0;
    color: #fff;
    overflow: hidden;
}
.card_01 .card_inner {}
.card_01 .card_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_01 .card_inner .card_content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.card_01 .card_inner .card_content h3 {
    font-family: 'larsseitlight';
    font-size: 2.188rem;
    line-height: 1;
    margin-bottom: 24px;
}
.card_01 .card_inner .card_content h3 .playfair {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: normal;
}
.card_01 .card_inner .card_content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.card_01:hover .card_inner img {
    transform: scale(1.03);
}

.control_slide {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-left: auto;
}

.control_slide li {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.control_slide li.prev {}

/* .control_slide li.prev img {
    transform: rotate(-180deg);
} */

.control_slide li.prev svg {
    transform: rotate(-135deg);
}

.control_slide li.next {}

.control_slide li.next svg {
    transform: rotate(45deg);
}

.control_slide li[aria-disabled="true"] {
    /* display: none; */
    opacity: 0;
    visibility: hidden;
}

/* Empresa */
.home_carrusel .title {
    font-family: 'larsseitlight';
    font-size: 1.875rem;
    line-height: 2rem;
}

.home_carrusel .title::before {
    content: '';
    width: 25px;
    height: 34px;
    background-image: url('../../assets/img/estrella.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: bottom;
    float: left;
}

.home_carrusel .title span {
    display: grid;
    padding-left: 25px;
}

.home_carrusel .linea {
    background: #3b0004;
    margin: 0;
}

/* Crecimiento */
.home_crecimiento .box_info {
        max-width: 535px;
    margin-left: auto;
}

/*--------------------------------------------------------------
# Nosotros
--------------------------------------------------------------*/
.seccion_hero {
    background-image: url('../../assets/img/nosotros/banner_hero.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 200px 0 225px;
}

.seccion_hero .box_info_hero h1 {
    font-size: 6.688rem;
    line-height: 6.313rem;
}

.seccion_hero .box_info_hero h1 .playfair {
    font-size: 7.625rem;
}

.wrapper_nosotros {
    padding: 90px 100px;
    position: relative;
    top: -164px;
    z-index: 1;
    background-color: #fff;
}

.wrapper_nosotros .subtitle {
    font-family: 'larsseitmedium';
    font-size: 0.75rem;
    line-height: 1;
    text-transform: uppercase;
}

.wrapper_nosotros h2 {
    font-family: 'larsseitlight';
    font-size: 2.75rem;
    line-height: 3.75rem;
}

.wrapper_nosotros h2 .playfair {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: normal;
}

.wrapper_nosotros h3 {
    font-family: 'larsseitlight';
    font-size: 1.875rem;
    line-height: 2.5rem;
}

.wrapper_nosotros p {
    font-size: 1.375rem;
    line-height: 2.25rem;
}

.wrapper_nosotros .linea {
    background: #3b0004;
    margin: 0;
}

.wrapper_nosotros.wrapper_nosotros_02 {
    top: 0;
    padding-top: 0;
}

.seccion_nosotros_carrusel {
    position: relative;
    top: -50px;
}

.container-fluid.container_carrusel {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.carrusel_nosotros > div:nth-child(odd) {
  margin-top: 48px; /* o lo que necesites */
}

.carrusel_nosotros > div:nth-child(even) {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgb(236 232 220);
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 12px;
}

.modal-contenido {
  background-color: #ece8dc;
  max-width: 1200px;
  width: 100%;
  border-radius: 0;
  position: relative;
  overflow-y: auto;
  min-height: 100vh;
  padding: 0;
}

.modal .btn-close {
  border: none;
background: none;
color: #460505;
cursor: pointer;
opacity: 1;
width: 48px;
height: 48px;
padding: 0;
}

.trabaja-con-nosotros {
  background: #ece8dc;
padding: 0;
color: #460505;
}

.trabaja-con-nosotros h2 {
    font-size: 5.688rem;
font-weight: normal;
line-height: 5.313rem;
}

.trabaja-con-nosotros .subtexto {
  font-size: 1.875rem;
line-height: 2rem;
}

.logo-frida {
  height: 40px;
}

.btn-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #460505;
  cursor: pointer;
}

.formulario {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.formulario label {
    width: 100%;
}

.columna {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

label span {
  font-family: 'larsseitmedium';
font-weight: normal;
display: block;
font-size: 0.75rem;
letter-spacing: 2px;
text-transform: uppercase;
}

input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #460505;
  background: transparent;
  padding: 8px 0 8px;
  font-size: 1.375rem;
  line-height: 1;
  color: #460505;
}

textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #460505;
  background: transparent;
  padding: 8px 0 8px;
  font-size: 1.375rem;
  line-height: 1;
  color: #460505;
}

.btn-enviar {
  font-family: 'larsseitmedium';
border: 2px solid #cd6539;
background-color: transparent;
color: #3b0004;
text-align: center;
text-decoration: none;
font-size: 1.125rem;
line-height: 1;
font-weight: normal;
display: inline-flex;
justify-content: center;
align-items: center;
letter-spacing: normal;
position: relative;
padding: 13px 56px;
border-radius: 48px;
}

.btn-enviar:hover {
  background: #cd6539;
  color: #fff;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3b0004;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3b0004;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #3b0004;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #3b0004;
}

.texto-final {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: normal;
    font-family: 'larsseitmedium';
    text-transform: uppercase;
}