@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
#   Normalize
#   Forms
#   Links
#   Transitions
#   Utilities
#   Header
#   Panel Side Mobile
#   Footer

#   Hero
#   Nosotros
#   Frases
#   Destacados
#   Servicios
#   Testimonios
#   Marcas
#   Mapa
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#   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: 'bebas_neuebold';
    src: url('../../assets/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #000000;
    color: #ffffff;
    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: "Poppins", sans-serif;
}

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, .Web-Header, .Web-Header.Sticky, .cta, img, .menu,
.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-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 {
    border: 1px solid #15c1ff;
    background-color: #15c1ff;
    padding: 10px 24px;
    color: #fff;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 6px;
    position: relative;
    min-width: 200px;
    max-width: 100%;
    height: 44px;
    -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{
    background-color: #fff;
    color: #15c1ff;
    text-decoration: none;
}

.cta-icon {
    border: 1px solid #34D84F;
    background-color: #34D84F;
    padding: 10px 20px;
    color: #fff;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 6px;
    position: relative;
    min-width: 220px;
    max-width: 100%;
    height: 44px;
    -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-icon::before {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    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='M19.05 4.91A9.82 9.82 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.26 8.26 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.18 8.18 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07s.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E");
    margin-right: 10px;
}

.cta-icon:hover {
    background-color: #fff;
    color: #34D84F;
}

.cta-icon:hover::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2334D84F' d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.26 8.26 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.18 8.18 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07s.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E");
}

.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;
}

.bg-white {
    color: #000;
}

.bg-gris {
    background-color: #F9F9F9;
    color: #000;
}

.seccion_productos,
.seccion_productos_02,
.seccion_mapa,
.seccion_galeria,
.Web-Footer {
    padding: 90px 0;
}

/*--------------------------------------------------------------
#   Hero
--------------------------------------------------------------*/
.seccion_hero {
    padding: 90px 0;
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('../../assets/img/LP-Cochecito-Walter_Bg-Intro.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion_hero .content-hero {}

.seccion_hero .content-hero .logo {
    width: 225px;
    margin-bottom: 40px;
}

.seccion_hero .content-hero h1 {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 900;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.seccion_hero .content-hero p {
    font-size: 18px;
    font-weight: 300;
}

.seccion_hero .content-hero .text-small {
    font-size: 14px;
}

.seccion_hero .content-hero .cta_whatsapp {
    margin: auto;
    margin-top: 48px;
}

.box_content .subTitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.box_content h2 {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.box_content p {
    font-size: 18px;
    font-weight: 300;
}

.box_content .text-small {
    font-size: 14px;
}

.box_item_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    row-gap: 32px;
}

.box_item_grid .item_icon {
    text-align: center;
}

.box_item_grid .item_icon .icon {
    width: 130px;
    margin-bottom: 16px;
}

.box_item_grid .item_icon p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.seccion_productos_02 .box_content {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.box_ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/*--------------------------------------------------------------
#   Footer
--------------------------------------------------------------*/
.footer_direccion .direccion {
    font-size: 1.25rem;
    color: #333;
}

.footer_direccion .direccion .dire_small {
    font-size: 1rem;
}

.footer_direccion .direccion .dire_large {
    font-weight: 700;
    font-size: 1.4rem;
}

.footer_wsp .link_numero {
    font-size: 3.188rem;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    color: #333333;
    display: block;
    margin-bottom: 16px;
}

.footer_wsp .link_numero .small {
    font-size: 1.875rem;
    display: inline-block;
    vertical-align: 0.15em;
}

.cta_wsp {
    border: 2px solid #34D84F;
    background-color: #34D84F;
    padding: 7px 49px;
    color: #fff;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 50px;
    position: relative;
    text-transform: uppercase;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cta_wsp i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.footer_copy p {
    font-weight: 500;
}

.cta_whatsapp {
    color: #282828;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 250px;
    background-color: #f4f4f4;
    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);
    transition: all .5s ease;
}

.cta_whatsapp .whatsapp_right_icon {
    background-color: #fff;
    border-radius: 50%;
    width: 58px;
    height: 58px;
}

.cta_whatsapp .whatsapp_right_icon .icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: contain;
}

.cta_whatsapp .whatsapp_right_icon .icon_float {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 32px;
    height: 32px;
}

.cta_whatsapp .whatsapp_right_numero .texto {
    display: block;
    font-size: 0.8rem;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 0.2rem;
}

.cta_whatsapp .whatsapp_right_numero .numero {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
}