@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
#   Normalize
#   Forms
#   Links
#   Transitions
#   UTILITIES
#   HEADER
#   HEADER STICKY
#   MENU MOBILE
#   FOOTER

#   HOME_Hero

#   Nosotros
#   Frases
#   Destacados
#   Servicios
#   Testimonios
#   Marcas
#   Mapa

#   WHATSAPP FLOTANTE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#   Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @font-face {
    font-family: "Poppins-Light", sans-serif;
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Regular", sans-serif;
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-SemiBold", sans-serif;
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
} */

@font-face {
    font-family: "Blacker-Sans-Display-Trial-Light";
    src: url('../fonts/blacker-sans-display-trial.light.woff2') format('woff2'),
        url('../fonts/blacker-sans-display-trial.light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

body {
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
}

p {
    font-weight: 400;
}

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

h1,h2,h3,h4,h5,h6 {
    font-family: "Blacker-Sans-Display-Trial-Light";
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
#   Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #242424;
  font-size: 16px;
  line-height: 1.875;
  word-break: break-word;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    width: 100%;
    color: #242424;
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
    padding: 11px 0px;
    box-sizing: border-box;
    outline: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #242424;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #242424;
}

textarea {
  width: 100%;
  height: 130px;
  vertical-align: top;
}

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

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

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

:-moz-placeholder {
  /* Firefox 18- */
  color: #a4a4a4;
}
/*--------------------------------------------------------------
#   Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
#   Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .menu,
.panel-overlay, .card_single_product .card_content{
    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-Wrapper {
    display: block;
    position: relative;
}

.main-border::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.main-border::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;    
}

#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 {
    color: #000;
    text-align: center;
    text-decoration: underline;
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: normal;
    position: relative;
    -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;
}

.cta:hover{
    color: #000;
    text-decoration: none;
}

.cta-arrow {
    font-family: 'TWK-Everett-Regular';
    border: 1px solid #333;
    background-color: transparent;
    padding: 8px 20px;
    color: #333;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 50px;
    position: relative;
    -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;
}

.cta-arrow::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  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='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m12 19l7-7l-7-7m7 7H5'/%3E%3C/svg%3E");
  margin-left: 11px;
}

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

.seccion {
    padding: 64px 0;
}

.box_info .title {
    font-size: 4.25rem;
    line-height: 1;
}

.box_info .text {
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.box_info .text_large {
    font-size: 1.875rem;
    line-height: 2.313rem;
}

/*--------------------------------------------------------------
#   HEADER
--------------------------------------------------------------*/
.Web-Header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%); */
    background-color: #ff9700;
}

.header-internas {
    background: none;
    background-color: #F4F4F2;
}

.Web-Header .main-header {
    padding: 12px 20px;
    position: relative;
}

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

.header-row .col-header.col-header_center {
    display: none;    
}

.header-row .col-header.col-header_left {
    flex-grow: 0.3;
    min-width: 78px;
}

.header-row .col-header.col-header_right {
    flex-grow: 0.7;
    justify-content: flex-end;
    gap: 40px;
}

.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: 400;
    font-size: 1rem;
    line-height: 1;
    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: #fff;
    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;
}

.symbols-search::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  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='%23ffffff' d='m19.6 21l-6.3-6.3q-.75.6-1.725.95T9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l6.3 6.3zM9.5 14q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E");
}

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

.logo-principal {
    width: 90px;
}

.menu-burger {
    position: relative;
    width: 40px;
    height: 22px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    display: flex;
}

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

.header-internas .main-navigation ul > li > a {
    color: #000;
}

.header-internas.Sticky .main-navigation ul > li > a {
    color: #fff;
}

.header-internas .menu-burger > span {
    background-color: #000;
}

.main-navigation ul li.has-children::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    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='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m7 10l5 5l5-5' stroke-width='1'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
#   HEADER TOP BAR
--------------------------------------------------------------*/
.header_top_bar {
    padding: 5px 0;
    background-color: #ff9700;
}

.header_top_bar {
    padding: 5px 20px;
    background-color: #ff9700;
    background: #ff9700 !important;
}

.header_top_bar_row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.col_top_bar {
    display: flex;
    align-items: stretch;
    position: static;
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.col_top_bar.col_top_bar_left {
    -ms-flex-pack: center;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 0.3;
}

.col_top_bar.col_top_bar_center {
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    flex-grow: 0.4;
}

.col_top_bar.col_top_bar_right {
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-grow: 0.3;
}

.header_top_bar a {
    color: #fff;
    text-decoration: none;
}

.box_datos .idioma {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
}

.red-socials {
    display: flex;
    align-items: center;
    gap: 20px;
}
.red-socials li {}
.red-socials li a {
    font-size: 1.1rem;
    line-height: 1;
}

.col-header.col-header_right .red-socials li a {
    background-color: transparent;
    color: #fff;
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
}

/*--------------------------------------------------------------
#   HEADER STICKY
--------------------------------------------------------------*/
.header-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ff9700;
    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;
}

.Web-Header.Sticky .main-header {
    padding: 10px 20px;
}

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

.header-sticky .menu-burger > span {
    background-color: #fff;
}

.Web-Header.Sticky .header-sticky .logo-principal {
    width: 80px;
}

/*--------------------------------------------------------------
#   MENU MOBILE
--------------------------------------------------------------*/
.side-panel {
    width: 400px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ff9700;
    overflow-x: hidden;
    z-index: 1050;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    /* -webkit-transform: translateX(0); */
    /* -ms-transform: translateX(0); */
    /* transform: translateX(0); */
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77,0,.175,1);
}

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

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

.side-panel_head {
    padding: 14px 0 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btnPanelMenu {
    position: relative;
}

.side-panel_body {
    padding: 32px 0 16px;
}

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

.side-panel_body nav ul li {
    position: relative;
    margin-bottom: 24px;
}

.side-panel_body nav ul li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    transition: all 0.3s ease-out 0s;
}

.side-panel_body nav ul li a:hover {
    color: #fff;
}

.side-panel_body nav ul li.has-children a::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    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='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m7 10l5 5l5-5' stroke-width='1'/%3E%3C/svg%3E");
}

.side-panel_body nav ul li > .sub-menu {
    padding: 16px 16px 0 !important;
    width: 100% !important;
}

.side-panel_body nav ul li:hover > .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

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

.side-panel_body nav ul li.li_contacto a {
    -webkit-text-stroke-color: #f6b842;
}

.side-panel_body nav ul li.li_contacto a:hover {
    color: #f6b842;
}

.side-panel_body nav ul li.li_idioma {
    display: flex;
    gap: 10px;
}

.side-panel_body nav ul li.li_idioma a.active {
    -webkit-text-stroke-color: #f6b842;
}

.side-panel_body nav ul li.li_idioma a.active:hover {
    color: #f6b842;
}

/*--------------------------------------------------------------
#   FOOTER
--------------------------------------------------------------*/
.Web-Footer {
    padding: 95px 0;
    background-color: #ff9700;
    color: #fff;
}

.widget-footer a {
    color: #fff;
    text-decoration: none;
}

.widget-footer.widget-footer-3 p {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
}

.widget-footer.widget-footer-3 p .text_small {
    font-size: 0.875rem;
}

.widget-footer .red-socials {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.widget-footer .red-socials li a {}
.widget-footer .red-socials li a:hover {}
.widget-footer .red-socials li a:hover svg {}

.footer_nav {}

.footer_nav ul {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.footer_nav ul li {}
.footer_nav ul li a {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
#   HOME_Hero
--------------------------------------------------------------*/
.bg_full_images {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
}

.bg_full_images > a {
    display: block;
    padding: 140px 0;
    color: #fff;
    text-decoration: none;
    height: inherit;
}

.box_content .title {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-bottom: 24px;
}

.box_content .subTitle {
    font-weight: 600;
}

/*--------------------------------------------------------------
#   HOME_Productos
--------------------------------------------------------------*/
.seccion_productos {
    padding: 48px 0;
}

.seccion_productos .box_content .title {
    font-size: 2.125rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}

.seccion_productos .box_content .cta {
    color: #000;
} 

.cards_productos_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}

.card_product {
    color: #000;
    text-decoration: none;
    overflow: hidden;
}

.card_product .imagen {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.card_product .card_content {
    padding-top: 24px;
}

.card_product .card_content .title {
    font-size: 1.5rem;
    line-height: 2rem;
}

.card_product .card_content .cta {
    color: #000;
    text-decoration: none;
}

.card_product:hover .imagen {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
#   Single Product
--------------------------------------------------------------*/

.card_single_product {
    color: #000;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.card_single_product:hover .card_content {
    opacity: 1;
}

.card_single_product .imagen {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.card_single_product .card_content {
    padding: 25px;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 200px;
    bottom: 0;
    background: #fff;
    text-align: left;
    justify-content: flex-start;
    align-items: baseline;
    opacity: 0;
}

.card_single_product .icon-plus {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: #cdcdcd;
    color: #7f7f7f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-weight: lighter;
    display: none;
    font-size: 14px;
}

.card_single_product .card_content .title {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
}

.card_single_product .card_content .text {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    max-width: 50%;
}

.card_single_product .card_content .cta {
    color: #000;
    text-decoration: none;
}

.card_single_product:hover .imagen {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
#   HOME_novedades
--------------------------------------------------------------*/
.seccion_novedades {
    padding: 100px 0;
}

.seccion_novedades .box_content .title {
    font-size: 2.125rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}

.seccion_novedades .box_content .text {
    font-size: 1rem;
    font-weight: 300;
}

.novedad_producto {
    background-color: #ededed;
}

.novedad_container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.novedad_row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.novedad_row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.novedad_producto .novedad_imagen {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: center;
}

.novedad_producto .novedad_title {
    padding: 64px 12px;
}

.novedad_producto .novedad_title .title {
    font-size: 2.688rem;
    line-height: 3.25rem;
}

.novedad_producto .novedad_title .cta {
    color: #000;
}

.carrusel_strong .tns-item {
    text-align: center;
}

.control_slide {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 24px;
    z-index: 10;
}
.control_slide li {
    background-color: rgb(255 255 255);
    cursor: pointer;
}
.control_slide li[aria-disabled="true"] {
    opacity: 0;
}
.control_slide li.prev svg {
    transform: rotate(180deg);
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 30px;
    padding: 16px 0 0 !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6) !important;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6) !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    width: 150px;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
}

.sub-menu li {
    margin-bottom: 16px;
    position: relative;
}

.sub-menu li a {
    color: #000 !important;
    display: block !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 20px;
    text-align: left !important;
}

.main-navigation > ul > li:hover > .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

/*--------------------------------------------------------------
#   HOME_fabricacion
--------------------------------------------------------------*/
.seccion_fabricacion {
    padding: 100px 0;
}

.seccion_fabricacion .box_content_left {
    padding-top: 56px;
    padding-right: 36px;
}

.seccion_fabricacion .box_content .title {
    font-size: 4.25rem;
    line-height: 5.125rem;
}

.seccion_fabricacion .box_content .text {
    font-size: 1.063rem;
    line-height: 2.188rem;
    max-width: 345px;
    margin-left: auto;
}

.seccion_fabricacion .box_content .cta {
    color: #000;
}

/*--------------------------------------------------------------
#   HOME_frase
--------------------------------------------------------------*/
.seccion_frase {
    padding: 100px 0;
    background-color: #efedea;
}

blockquote {
    text-align: center;
    font-family: "Blacker-Sans-Display-Trial-Light";
    font-size: 3.188rem;
    line-height: 4.938rem;
    margin: 0;
}

blockquote p {
    position: relative;
}

blockquote p::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}

blockquote p::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

blockquote footer {
    font-size: 0;
    line-height: 1;
}

blockquote .author {
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-style: normal;
    font-weight: 600;
}

/*--------------------------------------------------------------
#   Producto
--------------------------------------------------------------*/
.tns-outer{
    position: relative;
}

.box_slider_producto .position-relative {
    /* display: none; */
}

.seccion_producto {
    padding-top: 48px !important;
}

.box_details {
    padding: 4rem 4rem 0rem 12rem;
    font-size: 16px;
    line-height: 21px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.box_details .title {
    font-size: 40px;
}
.box_details .subtitle {
    font-size: 18px;
    margin-bottom: 1rem;
}
.box_details .subtitle a {
    color: #000;
    text-decoration: none;
}
.box_details .text {
    font-size: 16px;
    line-height: 21px;
}
.box_details .subtitle2 {
    font-size: 14px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 6px;
    text-transform: uppercase;
}
.box_details .list_items {
    list-style: circle;
    padding-left: 18px;
    margin-bottom: 0;
    font-size: 14px;
}
.box_details .list_items li{
    margin-bottom: 5px;
}

.box_details .btn {
    border: 1px solid;
    text-transform: uppercase;
    font-size: 14px;
}

.box_details .btn:hover {
    background: #000;
    color: #fff;
}

.box_details .btn i{
    margin-left: 5px;
}

.detalle-grid {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 4px;
    margin-top: 3rem;
}
.detalle-grid >* {
    background-color: #f8f8f8;
    border-radius: 2px;
    display: flex;
    padding: 10px;
}
.detalle-grid .grid-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.detalle-grid .grid-right {
    align-items: center;
    padding: 20px;
}

.slider__slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.box_slider_producto button{
    display: none;
}

.box_slider_producto {
    display: flex;
    position: relative;
}

.box_slider_producto .position-relative {
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 50%;
}

.box_slider_producto .position-relative .control_slide {
    padding-right: 0;
}

.thumb-slider {
    display: flex;
    padding: 0 !important;
    margin-top: 0;
    flex-direction: column;
    justify-content: flex-end;
}

.thumb-slider__slide {
}

.thumb-slider {
  img {
    width: 150px !important;
    max-width: initial;
    padding: 7px !important;

  }
}

.tns-ovh{
    height: 100% !important;
}

.thumb-slider__slide{
        opacity: 0.5;
        cursor: pointer;
}

.tns-nav-active{
        opacity: 1;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(128, 148, 154);
    border-image: initial;
}

.main-navigation ul.ul_menu_right > li > a{
    color: #000;
}

.header-sticky .main-navigation ul.ul_menu_right > li > a {
    color: #fff;
}

#tns2-ow{
    position: absolute;
    right: -175px;
    top: 30px;
    z-index: 1;
}

.line-block {
    width: 3px;
    background: #fff;
    height: 100%;
    position: absolute;
    right: -2px;
    z-index: 2;
}

.whatsapp_right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    flex-basis: 0;
    flex-grow: 0.5;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    color: #000;
    background-color: #f4f4f4;
    padding: 12px;
    gap: 14px;
    transition: all .5s ease;
}

.whatsapp_right .whatsapp_right_icon .icon_float {
    position: absolute;
    top: -12px;
    right: 12px;
    width: 24px;
    height: 24px;
}


.whatsapp_right .whatsapp_right_icon .icon {
    width: 40px;
    display: block;
}

.whatsapp_left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: static;
    flex-basis: 0;
    flex-grow: 0.5;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    color: #242424;
    background-color: #25D366;
    padding: 12px;
}

.whatsapp_left .proyecto {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
}
.whatsapp_left .texto {
    display: block;
    font-size: 0.875rem;
    line-height: 1.1;
}
.whatsapp_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.link_whatsapp_flotante.sticky {
    bottom: 0;
}

.link_whatsapp_flotante {
    position: fixed;
    right: 0;
    bottom: -100%;
    z-index: 999;
    width: 100%;
    text-decoration: none;
    color: #242424;
    transition: all .5s ease;
}

.whatsapp_right .whatsapp_right_numero .texto {
    display: block;
    font-size: 0.7rem;
    line-height: 1.1;
    margin-bottom: 0.1rem;
}

.whatsapp_right .whatsapp_right_numero .numero {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 700;
}

.carrusel_image {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: center;
}

.carousel-indicators {
    margin-bottom: 3rem;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
    opacity: 1;
    padding: 4px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-indicators .active {
    border: 1px solid #fff;
}

.carousel-indicators [data-bs-target] .circle {
    display: block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.product-cat-wrapper {
    border-bottom: 1px solid #E7EBEC;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    justify-content: center;
}

.product-cat-item {
    text-align: center;
    padding: 0 20px;
}

.product-cat-item img {
    height: 100px;
    width: auto;
    max-width: max-content;
    transition: all .3s ease-in-out;
}

.product-cat-wrapper p, 
.product-cat-sub a {
    font-size: 18px;
    color: #636363;
    margin-bottom: 0;
}

.product-cat-item.active p {
    text-decoration: underline;
    font-weight: 600;
}

.product-cat-item:hover img {
    transform: scale(1.1);
}

.product-cat-item:hover p {
    text-decoration: underline;
    font-weight: 600;
}

.productos-page .cards_productos_grid {
    gap: 0;
    column-gap: 10px;
}

.productos-page .card_product .card_content {
    padding-bottom: 24px;
    padding-right: 24px;
    padding-left: 24px;
}

.productos-page .card_product .card_content .title {
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 0;
}

.producto-hero {
    padding: 50px 0;
}

.producto-hero .box_content .title {
    text-transform: uppercase;
    font-size: 1.625rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.categoria-producto-page .card_product .card_content {
    padding: 24px;
}

@media (min-width: 576px) {
    .whatsapp_right .whatsapp_right_numero .numero {
        font-size: 1.2rem;
    }
    .whatsapp_right .whatsapp_right_numero .texto {
        font-size: 0.875rem;
        margin-bottom: 0.2rem;
    }
    .whatsapp_left {
        display: none;
    }
    .link_whatsapp_flotante.sticky {
        right: 24px;
        bottom: 24px;
        width: 225px;
    }
    .whatsapp_right {
        justify-content: flex-start;
        flex-grow: 1;
        padding: 6px 8px;
        border-radius: 70px;
        -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);
    }
    .whatsapp_right .whatsapp_right_icon .icon_float {
        right: -12px;
        width: 32px;
        height: 32px;
    }
    .whatsapp_right .whatsapp_right_icon .icon {
        width: 58px;
    }
}

/*--------------------------------------------------------------
#   Nosotros
--------------------------------------------------------------*/
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background-color: #fff;
}

.about-content-block.text {
    padding: 90px 150px;
}

.about-content-block {
    display: flex;
    margin-bottom: 2px;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.about-content-block.image img {
    width: 100%;
    height: auto;
}

.about-content .cta {
    color: #000;
    text-align: left;
}

.seccion_pedraflex .about-content-block.image {
    height: 100%;
}
.seccion_pedraflex .about-content-block.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*--------------------------------------------------------------
#   WHATSAPP FLOTANTE
--------------------------------------------------------------*/
.link_whatsapp_flotante {
    position: fixed;
    right: 0;
    bottom: -100%;
    z-index: 999;
    width: 250px;
    text-decoration: none;
    color: #242424;
    transition: all .5s ease;
}
.link_whatsapp_flotante.sticky {
    right: 24px;
    bottom: 24px;
}
.whatsapp_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.whatsapp_right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: static;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    color: #242424;
    background-color: #f4f4f4;
    padding: 6px 8px;
    gap: 14px;
    transition: all .5s ease;
    border-radius: 70px;
    -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);
}
.whatsapp_right .whatsapp_right_icon .icon {
    width: 58px;
    border-radius: 50%;
    object-fit: contain;
}
.whatsapp_right .whatsapp_right_icon .icon_float {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 32px;
    height: 32px;
}
.whatsapp_right .whatsapp_right_numero .texto {
    display: block;
    font-size: 0.8rem;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 0.2rem;
}
.whatsapp_right .whatsapp_right_numero .numero {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
}
.link_whatsapp_flotante:hover .whatsapp_right {
    background-color: #34D84F;
}
@media (max-width: 575px) {
    .link_whatsapp_flotante {
        width: 230px;
    }
    .whatsapp_right .whatsapp_right_numero .numero {
        font-size: 1rem;
    }
}

.btnBack {
    position: absolute;
    top: 0;
    right: 4rem;
    display: flex;
    align-items: center;
    color: #000;
    line-height: 1;
}

.btnBack .icon::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    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='%23000' d='m6.921 12.5l5.793 5.792L12 19l-7-7l7-7l.714.708L6.92 11.5H19v1z'/%3E%3C/svg%3E");
    margin-right: 6px;
    transition: all .2s ease;
}

.btnBack:hover .icon::after {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .btnBack {
        top: 1rem;
        right: 1.5rem;
    }
}

.footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1000px;
    margin: auto;
}

.footer_datos {
    text-align: center;
    border-right: 1px solid #fff;
}

.footer_datos:last-child {
    border-right: 0;
}

.footer_datos i {
    font-size: 24px;
}

.footer_datos a {
    color: #fff;
}

.footer_datos .red-socials {
    justify-content: center;
}

/*--------------------------------------------------------------
#   WHATSAPP FLOTANTE
--------------------------------------------------------------*/
.terminaciones-box {}
.terminaciones-box h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.terminaciones-box h4 span {
    font-family: "Poppins", sans-serif;
    text-transform: none;
    font-weight: 400;
}
.terminaciones-grid {
    display: grid;
}
.grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.term-item {
    text-align: center;
}
.term-item img {}
.term-item p {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}