﻿/*!**********************************************************************************************************|
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles.scss ***!
  \**********************************************************************************************************/
@charset "UTF-8";

:root {
    --ae-info: #ffffff;
    --ae-primary: #00b1eb;
    --ae-black: #121212;
    --ae-white: #ffffff;
    --ae-warning: #fbc300;
    --ae-orange: #FF6E00;
    --ae-green: #6FD745;
    --ae-bg-suscribe: #FFE9D6;
    --ae-color: #3C3C3C;
    /* RGB */
    --ae-info-rgb: 255, 255, 255;
    --ae-primary-rgb: 000, 177, 235;
    --ae-black-rgb: 018, 018, 018;
    --ae-white-rgb: 255, 255, 255;
    --ae-warning-rgb: 251, 195, 000;
    --ae-orange-rgb: 255, 110, 000;
    --ae-bg-suscribe-rgb: 255, 233, 214;
    /* Fonts */
    --ae-body-font-ubuntu: "Ubuntu", san serif;
    --ae-body-font-size: 14px;
    --ae-body-font-weight: 400;
    --ae-body-line-height: 1.5;
    --ae-body-color: var(--ae-black);
}

/* Reset CSS */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: sans-serif;
}

/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

    a:focus {
        outline: 0;
    }

/* Basic Body Styles */
body {
    -webkit-text-size-adjust: 100%;
    color: var(--ae-color);
    font-family: var(--ae-body-font-ubuntu);
    font-size: var(--ae-body-font-size);
    font-weight: var(--ae-body-font-weight);
    line-height: var(--ae-body-line-height);
    padding-top: 0px;
    box-sizing: border-box;
}

.bg-header {
    background: #121212;
    padding: 10px;
}
/* Button Styles */
button.quier, button.exito, button.restrame, button.restrame-2, button.contu {
    border: 0;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 2em;
    margin-top: 2em;
}

p.pa {
    font-size: 19px;
}

button.quier {
    background: #007ea9;
}

button.restrame {
    background: #02b1eb;
    font-size: 20px;
}

button.restrame-2 {
    background: #3f5e8f;
    font-size: 20px;
}

span.sus-txt {
    vertical-align: top;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

span.precio {
    color: #e00000;
    font-size: 19px;
    font-weight: 600;
}

span.texto-t {
    font-size: 19px;
    top: 10px;
    position: relative;
    left: 10px;
}


.caja-s {
    padding: 0px 0px 0px 200px;
}

.parrafo-2 {
    font-size: 19px;
    height: 85px;
}

span.texto {
    font-size: 19px;
    top: 20px;
    position: relative;
    left: 10px;
}

img.icono {
    width: 7%;
    vertical-align: middle;
}

img.banner {
    width: 100%;
}


.contenedor {
    margin: 0 auto;
    width: 900px;
}

img.izquierda {
    float: left;
    width: 10%;
}

.footer {
    padding: 50px 0;
    box-sizing: border-box;
    background-color: var(--ae-black);
    color: var(--ae-white);
}

.footer-content-items {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .footer-content-items {
        flex-direction: row;
    }
}

.footer-content-items .footer-disclamer,
.footer-content-items .footer-socials,
.footer-content-items .footer-contact {
    padding: 15px 15px;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .footer-content-items .footer-disclamer,
    .footer-content-items .footer-socials,
    .footer-content-items .footer-contact {
        padding: 0 15px;
    }
}

.footer-content-items .footer-disclamer {
    order: 3;
    width: 100%;
}

@media (min-width: 992px) {
    .footer-content-items .footer-disclamer {
        order: initial;
        width: 40%;
    }
}


.footer-content-items .footer-disclamer p {
    text-align: center;
}

@media (min-width: 992px) {
    .footer-content-items .footer-disclamer p {
        text-align: left;
        font-size: 12px;
        color: #fff;
    }
}

.footer-content-items .footer-disclamer p a {
    color: var(--ae-white);
}

.footer-content-items .footer-disclamer p:last-of-type a:first-of-type {
    padding: 0 10px;
    margin: 0 10px;
    box-sizing: border-box;
    border-right: 1px solid #00B1EB;
    border-left: 1px solid #00B1EB;
}

:root {
    --ae-info: #ffffff;
    --ae-primary: #00b1eb;
    --ae-black: #121212;
    --ae-white: #ffffff;
    --ae-warning: #fbc300;
    --ae-orange: #FF6E00;
    --ae-green: #6FD745;
    --ae-bg-suscribe: #FFE9D6;
    --ae-color: #3C3C3C;
    --ae-info-rgb: 255, 255, 255;
    --ae-primary-rgb: 000, 177, 235;
    --ae-black-rgb: 018, 018, 018;
    --ae-white-rgb: 255, 255, 255;
    --ae-warning-rgb: 251, 195, 000;
    --ae-orange-rgb: 255, 110, 000;
    --ae-bg-suscribe-rgb: 255, 233, 214;
    --ae-btn-color-search: #ffffff;
    --ae-btn-bg-search: transparent;
    --ae-btn-hover-color-search: #ffffff;
    --ae-btn-hover-bg-search: transparent;
    --ae-btn-active-color-search: #ffffff;
    --ae-btn-active-bg-search: transparent;
    --ae-btn-color-primary: var(--ae-white);
    --ae-btn-bg-primary: var(--ae-primary);
    --ae-btn-hover-color-primary: var(--ae-white);
    --ae-btn-hover-bg-primary: #21A2E8;
    --ae-btn-active-color-primary: var(--ae-white);
    --ae-btn-active-bg-primary: #21A2E8;
    --ae-btn-color-info: var(--ae-black);
    --ae-btn-bg-info: var(--ae-white);
    --ae-btn-hover-color-info: var(--ae-primary);
    --ae-btn-hover-bg-info: var(--ae-btn-bg-info);
    --ae-btn-active-color-info: var(--ae-btn-color-info);
    --ae-btn-active-bg-info: var(--ae-btn-bg-info);
    --ae-btn-color-warning: #121212;
    --ae-btn-bg-warning: #f7b600;
    --ae-btn-hover-color-warning: var(--ae-white);
    --ae-btn-hover-bg-warning: var(--ae-black);
    --ae-btn-active-color-warning: var(--ae-white);
    --ae-btn-active-bg-warning: var(--ae-black);
    --ae-btn-color-disable: var(--ae-white);
    --ae-btn-bg-disable: rgba(var(--ae-disable-rgb), 0.5);
    --ae-btn-hover-color-disable: var(--ae-white);
    --ae-btn-hover-bg-disable: var(--ae-btn-color-disable);
    --ae-btn-active-color-disable: var(--ae-white);
    --ae-btn-active-bg-disable: var(--ae-btn-color-disable);
    --ae-btn-color-icon: var(--ae-black);
    --ae-btn-bg-icon: var(--ae-white);
    --ae-btn-hover-color-icon: var(--ae-btn-color-info);
    --ae-btn-hover-bg-icon: var(--ae-btn-bg-info);
    --ae-btn-active-color-icon: var(--ae-btn-color-info);
    --ae-btn-active-bg-icon: var(--ae-btn-bg-info);
    --ae-forms-bg: #F8F8F8;
    --ae-disable: #3C3C3C;
    --ae-admin-bg: #3C3C3C;
    --ae-disable-rgb: 60, 60, 60;
    --ae-admin-bg-rgb: 60, 60, 60;
    --ae-btn-disabled-color: #6d6c6c;
    --ae-btn-disabled-bg: #dddddd;
    --ae-no-color: transparent;
    --ae-body-font-ubuntu: "Ubuntu", san serif;
    --ae-body-font-size: 14px;
    --ae-body-font-weight: 400;
    --ae-body-line-height: 1.5;
    --ae-body-color: var(--ae-black);
}

.text-warning {
    --bs-text-opacity: 1;
    color: #00B1EB !important;
}

.footer-content-items .footer-socials {
    min-width: 250px;
}

    .footer-content-items .footer-socials > p {
        font-size: 18px;
        text-align: center;
    }

@media (min-width: 992px) {
    .footer-content-items .footer-socials > p {
        text-align: left;
    }
}

.footer-content-items .footer-socials-items {
    text-align: center;
}

@media (min-width: 992px) {
    .footer-content-items .footer-socials-items {
        text-align: left;
    }
}

.footer-content-items .footer-socials-items-item {
    margin-right: 10px;
}

    .footer-content-items .footer-socials-items-item:last-of-type {
        margin-right: 0;
    }

    .footer-content-items .footer-socials-items-item img {
        width: 32px;
    }

@media (min-width: 992px) {
    .footer-content-items .footer-socials-items-item img {
        width: 24px;
    }
}

.footer-content-items .footer-contact > p {
    font-size: 18px;
    text-align: center;
}

@media (min-width: 992px) {
    .footer-content-items .footer-contact > p {
        text-align: left;
    }
}

.footer-content-items .footer-contact-items {
    display: flex;
    flex-direction: row;
}

@media (min-width: 992px) {
    .footer-content-items .footer-contact-items {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .footer-content-items .footer-contact-items {
        flex-direction: row;
    }
}

.footer-content-items .footer-contact-items-item {
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .footer-content-items .footer-contact-items-item {
        text-align: left;
        font-size: 12px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .footer-content-items .footer-contact-items-item {
        margin-bottom: initial;
    }
}

.footer-content-items .footer-contact-items-item:nth-child(2) {
    border-left: 1px solid rgba(var(--ae-white-rgb), 0.5);
    border-right: 1px solid rgba(var(--ae-white-rgb), 0.5);
}

@media (min-width: 992px) {
    .footer-content-items .footer-contact-items-item:nth-child(2) {
        border-left: 0;
        border-right: 0;
    }
}

.footer-content-items .footer-contact-items-item:nth-child(2) a {
    display: block;
}

.footer-content-items .footer-contact-items-item img {
    width: 28px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .footer-content-items .footer-contact-items-item img {
        margin: initial;
        margin-bottom: 10px;
    }
}

.footer-content-items .footer-contact-items-item p span {
    display: inline-block;
}

.footer-content-items .footer-contact-items-item a {
    color: var(--ae-white);
}

b {
    font-weight: bold;
}

.flickity-prev-next-button {
    display: block;
}

@media (max-width: 768px) {

    p.pa {
        font-size: 15px;
        padding: 0px 10px 0 10px;
    }

    .parrafo-2 {
        font-size: 19px;
        height: 75px;
    }

    span.texto-t {
        font-size: 15px;
        top: 0px;
        position: relative;
        left: 10px;
    }

    img.izquierda {
        float: left;
        width: 15%;
    }

    span.texto {
        font-size: 15px;
        top: 0px;
        position: relative;
        left: 10px;
    }

    p.parrafo-2.respo {
        font-size: 14px;
        text-align: left;
    }

    .caja-s {
        padding: 20px;
    }

    img.icono {
        width: 15%;
        vertical-align: middle;
    }

    span.sus-txt {
        vertical-align: top;
        color: #007ea9;
        font-size: 19px;
        text-align: center;
        font-weight: 600;
    }


    img.banner {
        width: 100%;
    }

    .contenedor {
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width: 760px) and (max-width: 3000px) {
    img.banner-res {
        display: none;
    }
}

p.descuento {
    font-size: 22px;
    text-align: center;
    padding-top: 1em;
    font-weight: 100;
}

span.bol {
    font-weight: bold;
}

p.txt-completa {
    font-size: 25px;
    font-weight: 100;
    padding-bottom: 20px;
}

p.txt-data {
    font-weight: bold;
    font-size: 16px;
}

p.txt-data1 {
    font-size: 14px;
    font-weight: 100;
}

button.comprar {
    border: 0;
    padding: 5px 60px 5px 60px;
    font-size: 24px;
    border-radius: 10px;
    color: #fff;
    background: #F05926;
    font-weight: bold;
    float: right;
    margin-top: 5em;
}

p.termino {
    font-size: 20px;
    font-weight: 100;
    padding-top: 20px;
}

p.ter-txt {
    font-size: 13px;
}

p.ter-titu {
    font-weight: bold;
}

p.never {
    text-align: center;
    font-weight: 100;
    font-size: 35px;
}

p.gracias {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #121212;
}

p.p1 {
    text-align: center;
    padding-top: 1em;
    font-weight: bold;
    font-size: 16px;
}

.footer {
    padding: 50px 0;
    box-sizing: border-box;
    background-color: var(--ae-black);
    color: var(--ae-white);
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}








/* Text Styles */
p, span {
    font-size: 14px;
    line-height: 1.5;
}

    p.titulo {
        font-size: 40px;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    p.parrafo {
        font-size: 17px;
        line-height: 27px;
        font-weight: 100;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    p.numer {
        font-size: 35px;
        color: #F05926;
        font-weight: bold;
    }

.footer {
    background-color: var(--ae-black);
    color: var(--ae-white);
    padding: 50px 0;
    box-sizing: border-box;
}

/* Responsive Styles */
@media (min-width: 992px) {
    .footer-content-items {
        flex-direction: row;
    }

        .footer-content-items .footer-disclamer,
        .footer-content-items .footer-socials,
        .footer-content-items .footer-contact {
            padding: 0 15px;
        }

            .footer-content-items .footer-socials > p {
                text-align: left;
            }

        .footer-content-items .footer-socials-items-item img {
            width: 24px;
        }

        .footer-content-items .footer-contact > p {
            text-align: left;
        }

        .footer-content-items .footer-contact-items {
            flex-direction: column;
        }
}

@media (min-width: 1200px) {
    .footer-content-items .footer-contact-items {
        flex-direction: row;
    }
}
