@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;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background-image: url('../../assets/img/LP-No-Tengo-Luz_Bg-Intro.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion_hero .content-hero {}

.seccion_hero .content-hero .logo {
    width: 270px;
    margin-bottom: 40px;
}

.seccion_hero .content-hero h1 {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 900;
    color: #ffff00;
    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: 83px;
    margin-bottom: 16px;
    border-radius: 50%;
}

.box_item_grid .item_icon p {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    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;
}

.cta-comenzar {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta-comenzar span {
    transition: all .2s ease;
}
.cta-comenzar svg {
    position: relative;
    top: -12px;
    animation: move_918 1.5s linear infinite;
}
.cta-comenzar:hover {
    color: #fff;
    text-decoration: none;
}
.cta-comenzar:hover span {
    transform: scale(1.1);
}
.cta-comenzar:focus {
    color: #fff;
}

@keyframes move_918 {
    0% {
        top: -12px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: -12px;
    }
}

/*--------------------------------------------------------------
#   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: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 250px;
    background-color: #ff0000;
    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:hover {
    color: #ffffff;
}

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

.tns-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.tns-nav button {
    width: 8px;
    height: 12px;
    background-color: #e2e2e2;
    border-radius: 50%;
    border: 0;
    display: inline-block;
}

.tns-nav button.tns-nav-active {
    background-color: #fdf149;
}

/*--------------------------------------------------------------
## Comentarios
--------------------------------------------------------------*/
.seccion_comentarios {
    padding: 64px 0;
    background-color: #fff;
    color: #000;
}

.seccion_comentarios .linea {
    background-color: #000;
    margin: auto;
    margin-bottom: 24px;
}

.cards_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.box_card {
    background-color: #f8f8f8;
    padding: 24px;
    border-radius: 8px;
}
.box_card .card_perfil {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}
.card_foto {
    position: relative;
}
.card_foto::after {
    position: absolute;
    bottom: -5px;
    right: -5px;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23ffc107' d='M43.611 20.083H42V20H24v8h11.303c-1.649 4.657-6.08 8-11.303 8c-6.627 0-12-5.373-12-12s5.373-12 12-12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4C12.955 4 4 12.955 4 24s8.955 20 20 20s20-8.955 20-20c0-1.341-.138-2.65-.389-3.917'/%3E%3Cpath fill='%23ff3d00' d='m6.306 14.691l6.571 4.819C14.655 15.108 18.961 12 24 12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4C16.318 4 9.656 8.337 6.306 14.691'/%3E%3Cpath fill='%234caf50' d='M24 44c5.166 0 9.86-1.977 13.409-5.192l-6.19-5.238A11.9 11.9 0 0 1 24 36c-5.202 0-9.619-3.317-11.283-7.946l-6.522 5.025C9.505 39.556 16.227 44 24 44'/%3E%3Cpath fill='%231976d2' d='M43.611 20.083H42V20H24v8h11.303a12.04 12.04 0 0 1-4.087 5.571l.003-.002l6.19 5.238C36.971 39.205 44 34 44 24c0-1.341-.138-2.65-.389-3.917'/%3E%3C/svg%3E");
    background: #fff;
    border-radius: 50%;
}
.card_perfil_user .card_user a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #111111 !important;
    position: relative;
}
.card_perfil_user .card_user a::after {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.325em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19.965 8.521Q20 8.26 20 8c0-2.379-2.143-4.288-4.521-3.965C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.035C6.138 3.712 4 5.621 4 8q0 .26.035.521C2.802 9.215 2 10.535 2 12s.802 2.785 2.035 3.479A4 4 0 0 0 4 16c0 2.379 2.138 4.283 4.521 3.965C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.035C17.857 20.283 20 18.379 20 16q0-.26-.035-.521C21.198 14.785 22 13.465 22 12s-.802-2.785-2.035-3.479m-9.01 7.895l-3.667-3.714l1.424-1.404l2.257 2.286l4.327-4.294l1.408 1.42z'/%3E%3C/svg%3E");
    margin-left: 5px;
}
.card_perfil_user .card_fecha {
    font-size: 14px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
}
.box_card .card_estrellas {
    padding-left: 5px;
}
.star::after {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    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='%23fdbf05' d='m12 17.27l4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.72l3.67-3.18c.67-.58.31-1.68-.57-1.75l-4.83-.41l-1.89-4.46c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18l-1.1 4.72c-.2.86.73 1.54 1.49 1.08z'/%3E%3C/svg%3E");
    margin-left: -5px;
}
.box_card .card_comentario {
    font-size: 14px;
}
.box_card .card_comentario p {
    margin-bottom: 0;
}
.box_card .card_comentario a {
    color: rgba(17, 17, 17, 0.5);
    text-decoration: none;
}
.box_card .card_comentario a:hover {
    text-decoration: underline;
}
@media (max-width: 991px) {
    .cards_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .cards_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .seccion_comentarios .box-heading h2 {
        font-size: 1.2rem;
        line-height: 1.575rem;
    }
    .cards_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}
