@charset "UTF-8";

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

# Home
# Gracias
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@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;
}

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

body {
    font-family: 'Rubik-Light';
    background-color: #fff;
    color: #2b1f75;
    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: 'Rubik-Light';
}

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 {
    background-color: #ed5743;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 6px;
    position: relative;
    padding: 12px 31px;
}

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

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 320px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #2b1f75;
    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 {
    transition: all .3s ease-in-out;
    padding: 32px 0;
    width: 100%;
    border-top: 6px solid transparent;
    border-image: linear-gradient(90deg, rgba(101, 28, 235, 1), rgba(60, 249, 231, 1));
    border-image-slice: 1;
}

.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: 154px;
}

.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: 600;
    font-size: 0.813rem;
    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: #ffffff;
    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;
    text-transform: uppercase;
    background: transparent;
}

.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 {
    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 > span {
    width: 100%;
    height: 2px;
    background-color: #2b1f75;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

.navigation-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #32f2eb;
    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;
}

.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 {
    margin: 0px 9px;
}

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

.main-navigation ul > li > a.cta_tienda {
    color: #fff;
    border-radius: 6px;
    max-width: 156px;
    padding: 13px 23px;
    border: 1px solid #f5efe2;
    line-height: 1;
}

.main-navigation ul > li > a.cta_tienda:hover {
    background-color: #f5efe2;
    color: #2a2a54;
}

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

.navigation-sticky .main-navigation ul > li > a.cta_tienda {
    color: #2a2a54;
    border: 1px solid #e5a96f;
    background-color: #e5a96f;
}

.navigation-sticky .main-navigation ul > li > a.cta_tienda:hover {
    background-color: transparent;
}

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

.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 {
    height: 586px;
    background-image: url('../../assets/img/fondo_footer.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.footer-copy {
    background-color: #000;
    color: #fff;
    padding: 16px 0;
    font-size: 0.875rem;
}
.footer-copy .copy {
    font-weight: 500;
}
.footer-copy .copy-logo {}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/* Hero */
.home_hero {
    padding-bottom: 48px;
}
.home_hero .hero_content h1 {
    font-size: 5.375rem;
    line-height: 6.25rem;
}
.home_hero .hero_content h1 .celeste {
    color: #32f2eb;
}
.hero_figure {
    position: relative;
}
.hero_figure .palabra {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 1.563rem;
    line-height: 1.75rem;
    display: inline-block;
    background-color: #2b1f75;
    color: #fff;
    padding: 14px 33px;
    border-radius: 28px;
}
.hero_figure .palabra_01 {
    top: 420px;
    left: 260px;
}
.hero_figure .palabra_02 {
    background-color: #6934f4;
    top: 90px;
    left: 420px;
}
.hero_figure .palabra_03 {
    background-color: #32f2eb;
    top: 240px;
    left: 600px;
}

/* Importar */
.home_importar {
    padding: 48px 0;
}
.home_importar .box_content_left p {
    font-size: 1.5rem;
    line-height: 1.688rem;
    max-width: 572px;
    margin-left: auto;
}
.home_importar .box_content_right .wrapper_cta {
    max-width: 256px;
    margin-left: auto;
}
.home_importar .box_content_right .wrapper_cta p {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
}
.home_importar .box_content_right .wrapper_cta a {}

/* Proposito */
.home_proposito {
    padding: 48px 0 60px;
}
.btn_custom {
    background: linear-gradient(90deg, rgba(76, 151, 239, 1) 0%, rgba(49, 245, 235, 1) 100%);
    width: 167px;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    border-radius: 66px;
    margin: auto;
}
.btn_custom::after {
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
}

/* Productos */
.home_productos {
    padding: 48px 0 60px;
}
.grid_cuadro_productos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 16px;
}
.grid_cuadro_productos .item_producto {
    padding: 50px;
    background-color: #2b1f75;
    border-radius: 56px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 320px;
    color: #2b1f75;
    text-decoration: none;
}
.grid_cuadro_productos .item_producto:nth-child(1) {
    color: #fff;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    background-image: url('../../assets/img/home/sillas.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.grid_cuadro_productos .item_producto:nth-child(2) {
    background-color: #e9e9e9;
    grid-column: 3 / 5;
    background-image: url('../../assets/img/home/travel.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.grid_cuadro_productos .item_producto:nth-child(3) {
    background-color: #32f2eb;
    grid-column: 3 / 5;
    background-image: url('../../assets/img/home/ventiladores.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.grid_cuadro_productos .item_producto:nth-child(4) {
    background-color: #e9e9e9;
    grid-column: 1 / 3;
    background-image: url('../../assets/img/home/freidoras.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.grid_cuadro_productos .item_producto:nth-child(5) {
    color: #fff;
    background-color: #6934f4;
    background-image: url('../../assets/img/home/tenders.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}
.grid_cuadro_productos .item_producto:nth-child(6) {
    color: #fff;
    background-color: #2b1f75;
    background-image: url('../../assets/img/home/contadoras.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}
.grid_cuadro_productos .item_producto p {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0;
}

.grid_cuadro_productos .item_producto .flecha {
    display: block;
    position: relative;
    top: -10px;
    right: -10px;
    transition: all .2s ease;
}

.grid_cuadro_productos .item_producto .flecha::after {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17.452 6H6.547a.548.548 0 0 0 0 1.096h9.585l-9.97 9.97a.545.545 0 1 0 .772.772l9.97-9.971v9.586a.548.548 0 0 0 1.096 0V6.546A.55.55 0 0 0 17.452 6'/%3E%3C/svg%3E");
}

.grid_cuadro_productos .item_producto:nth-child(2) .flecha::after,
.grid_cuadro_productos .item_producto:nth-child(3) .flecha::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b1f75' d='M17.452 6H6.547a.548.548 0 0 0 0 1.096h9.585l-9.97 9.97a.545.545 0 1 0 .772.772l9.97-9.971v9.586a.548.548 0 0 0 1.096 0V6.546A.55.55 0 0 0 17.452 6'/%3E%3C/svg%3E");
}

.grid_cuadro_productos .item_producto:hover .flecha {
    transform: rotate(45deg);
}

/* Contacto */
.seccion_contacto {
    padding: 60px 0 11px;
}

.seccion_contacto::after {
    content: '';
    width: 100%;
    height: 74px;
    background-color: #fff;
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px;
    position: absolute;
    bottom: -73px;
    left: 0;
    right: 0;
    z-index: 1;
}

.box_content h2 {
    font-size: 4.375rem;
    line-height: 5rem;
}

.box_content h2 .celeste {
    color: #32f2eb;
}

.seccion_contacto .item_contacto h6 {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0;
}

.seccion_contacto .item_contacto a {
    text-decoration: none;
    color: #2b1f75;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.cta_flecha {
    background-color: #6934f4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-radius: 70px;
    padding: 10px;
    max-width: max-content;
    font-size: 1.5rem;
    padding-left: 24px;
}

.cta_flecha .flecha {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta_flecha .flecha::after {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%232b1f75' stroke-linecap='round' stroke-linejoin='round' d='m12 19l7-7l-7-7m7 7H5' stroke-width='1'/%3E%3C/svg%3E");
}

.cta_flecha:hover {
    color: #fff;
}

.seccion_contacto .cta_flecha {
    margin-left: auto;
}

/*--------------------------------------------------------------
# PRODUCTO
--------------------------------------------------------------*/
.grid_galeria {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 28px;
}
.grid_galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 56px;
    min-height: 333px;
}
.grid_galeria img:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.grid_galeria img:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.grid_galeria img:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.grid_galeria img:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.grid_galeria.grid_galeria_02 img:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}
.grid_galeria.grid_galeria_02 img:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

/* Hero Producto */
.hero_producto_banner {}
.hero_producto_banner span {
    position: absolute;
    top: 65px;
    left: 71px;
    z-index: 1;
    font-size: 1.563rem;
    line-height: 1.75rem;
    display: inline-block;
    background-color: #6934f4;
    color: #fff;
    padding: 14px 30px;
    border-radius: 28px;
    text-transform: uppercase;
}
.hero_producto_banner .banner {
    border-radius: 76px;
    width: 100%;
    height: 439px;
    object-fit: cover;
}

/* Carrusel producto */
.wrapper_carrusel {
    padding: 70px;
    border: 1px solid #2b1f75;
    border-radius: 56px;
}
.wrapper_carrusel .wrapper_colores {
    position: absolute;
    max-width: 256px;
    margin-left: auto;
    z-index: 1;
}
.wrapper_carrusel .wrapper_colores p {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
}

.wrapper_carrusel .wrapper_colores.wrapper_colores_02 {
    max-width: 378px;
}
.wrapper_carrusel .wrapper_colores.wrapper_colores_02 p {
    text-align: left;
}

.box_carrusel_producto {
    max-width: 890px;
    margin-left: auto;
}
.carrusel_producto_control {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px;
    pointer-events: none;
}
.carrusel_producto_control li {
    pointer-events: all;
    cursor: pointer;
}
.carrusel_producto_control li.prev img {
    transform: rotate(180deg);
}

.wrapper_tabla {
    max-width: 1230px;
    margin: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

td:first-child {
  min-width: 200px;
}

td {
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 20px 16px;
    text-align: left;
    color: #2b1f75;
}

tr:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}


.wrapper_tabla_ventiladores table td:nth-of-type(2) {
  min-width: 230px;
}
.wrapper_tabla_ventiladores table td:last-child {
  min-width: 170px;
}