/*@import url("animate.css");*/




:root {
    --bs-primary: #71e971;
    --bs-primary-dark: #528d17;
    --bs-primary-light: #cfe9b4;
    --bs-secondary: #1DB8D1;
    --bs-secondary-light: #b3e2e9;
--bs-body-color: #000;
    --bs-gray: #78829D;
    --bs-gray-dark: #0b141a;
    --bs-gray-100: #eeeeee;
    --bs-gray-200: rgb(225, 226, 226);
    --bs-gray-300: #DBDFE9;
    --bs-gray-400: #C4CADA;
    --bs-gray-500: #99A1B7;
    --bs-gray-600: #78829D;
    --bs-gray-700: #4B5675;
    --bs-gray-800: #363b49;
    --bs-gray-900: #282b35;
}






html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
}

body {
    font-family: "Roboto", sans-serif;
    text-rendering: optimizeLegibility;
}

a {
    color: #3A43E6;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    text-rendering: optimizeLegibility;
}

a:hover,
a:focus {
    color: #3A43E6;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-25 {
    font-size: 25px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-40 {
    font-size: 40px !important;
}

.text-60 {
    font-size: 60px !important;
}

.text-80 {
    font-size: 80px !important;
}

section {
    padding: 50px 0;
}

section h2 {
    font-size: 50px;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-500 {
    font-weight: 500;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}



/*FIN  NAV BAR*********************/
/* Navbar logo *********************/
.fixed-top .nav-logo-black {
    display: none;
}

.fixed-top .nav-logo-onscroll {
    display: block
}

.fixed-top .nav-logo-onscroll+img,
.fixed-top.navbar-shrink .nav-logo-onscroll {
    display: none
}

.fixed-top.navbar-shrink .nav-logo-black {
    display: block
}

/* Fin Navbar logo *********************/
/*====Header==========================
====================================*/


header.masthead .header-content {

    margin-bottom: 100px;
    text-align: center;
}

.header-content h1 {
    font-size: 90px;
    color: #3A43E6;
    text-transform: uppercase;
    font-weight: bold;
    text-transform: uppercase !important;
    font-weight: bold;
}

.header-content h5 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 0px 80px 0px;
}

.header-content hr {
    border-color: #303D45;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
}

header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
}

header.masthead .device-container .screen img {
    border-radius: 3px;
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        padding-bottom: 0;
    }

    header.masthead .header-content {
        margin-bottom: 0;
        text-align: left;
    }

    header.masthead .device-container {
        max-width: 325px;
    }
}

/*====FIN Header==========================
====================================*/







/* Footer *************
**********************/
#footer {
    background: #222222;
    color: #ffffff;
    padding: 50px 0;
    text-align: left;
}

#footer p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px !important;
    color: rgba(255, 255, 255, 0.35);
}

#footer h5 {
    color: #fff;
}

#footer h5 {
    margin-bottom: 20px;
}

#footer ul li {
    list-style: none;
}

#footer ul {
    padding: 0px;
}

/* FIN Footer *************
**********************/








.btn-outline {
    border-radius: 30px;
    padding: 10px 20px;
    letter-spacing: 0.36px;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin: 0px 10px;

}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    border-color: #303D45;
    background-color: #303D45;
}


.btn-outline-primary {
    border-radius: 30px;
    padding: 10px 20px;
    letter-spacing: 0.36px;
    border: 2px solid var(--bs-primary);
    display: inline-block;
    color: var(--bs-primary);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin: 0px 10px;
    font-weight: 500;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
    color: var(--bs-gray-dark) !important;
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary-light) !important;
    font-weight: 500;
}



.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #1d2225;
    font-weight: 500;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: rgba(167, 214, 136, 0.5) !important;
    color: #fff;
    box-shadow: none !important;
    border: 1px solid var(--bs-primary) !important;
    ;
}

.btn-primary.disabled {
    background-color: var(--bs-primary-disabled);
    border-color: var(--bs-primary-disabled);
    color: var(--bs-text-white);

}

/*====FIN botones=================
=============================*/


/*colores textos*/
.text-gray-100 {
    color: var(--bs-gray-100);
}

.text-gray-200 {
    color: var(--bs-gray-200);
}

.text-gray-600 {
    color: var(--bs-gray-600);
}

.text-gray-800 {
    color: var(--bs-gray-800);
}

/*sections*/
.section-head h3 {
    font-size: 1.4em;
    margin: 0;
}

.section-head p {
    width: 80%;
    margin: 1em auto 0.8em auto;
    font-size: 0.875em;
}

.section-head {
    text-align: center;
    padding: 2em 0;
}

.section-head h3 {
    color: #282528;
    font-weight: 800;
    font-size: 1.6em;
}

.section-head h3 span {
    width: 10%;
    background: #8A888A;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}

.owl-carousel {
    width: 65%;
}

.text-color-green {
    color: #218549;
}

.text-color-totem {
    color: var(--bs-totem-primary);
}


.text-primary {
    color: var(--bs-primary) !important;
}


/*titulos*/
h2.titleSection {
    font-size: 45px;
}

/*ICONS*/
.icon.feature {
    border-radius: 50%;
    background-color: var(--bs-primary) !important;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    color: #303D45 !important;
}



.icon.list {
    border-radius: 50%;
    background-color: var(--bs-gray-800) !important;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    color: var(--bs-primary) !important;
     flex-shrink: 0;     /* 🔥 CLAVE */
}


/* SECCIONES*/


.col-start {
    width: 320px;
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.col-end {
    width: 320px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    text-align: end;
    align-self: flex-end;
}


.feature-box-icon.start {
    position: absolute;
    z-index: -1;
    top: -30px;
}


.feature-box-icon.end {
    position: absolute;
    z-index: -1;
    top: -30px;
    right: 0px;
}

@media (max-width: 768px) {

    /*titulos*/
h2.titleSection {
    font-size: 35px;
}



    .col-start,
    .col-end {
        width: 100%;
        justify-content: start;
        align-items: start;
        text-align: start;
        align-self: flex-start;
    }

}

.list-style-01 {
    list-style: none;
}

.list-style-01 li {
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
}

/*nombre de las secciones*/

#intro {
    position: relative;
    overflow: hidden;
}


#productos01 {
    background-image: linear-gradient(to right bottom, #1a1f1d, #2e3b38, #2c3835, #2c3835, #213626, #0b1c31);
    border-bottom: 5px solid var(--bs-primary);
}

#productos02 {
    background-image: linear-gradient(to right bottom, #1a1f1d, #1e252e, #212a36, #212a36, #212a36, #0b1c31);
    border-bottom: 5px solid var(--bs-primary);
}


.hero-content-wrap {
    height: 100vh;
    position: relative;
    color: #fff;
    background: url(../images/hero-bg.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


.hero-content-wrap .overlay {
    background: rgba(0, 0, 0, .7);

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.414) 0%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.454) 100%);
    /* FF3.6+ */

    /* IE6-9 */
    height: 100vh;
    background-attachment: fixed;
    padding: 0px 0;
    top: 0px
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}

.hero-content-wrap h1 {
    margin: 0;
    font-size: 10rem;
    font-weight: 800;
    line-height: 1.2;


}



#totem {
    background: url(../images/datosDominio.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 100vh;
    padding: 0px;
}

#totem .overlay {
    background: rgba(0, 0, 0, .5);
    /* FF3.6+ */

    /* IE6-9 */
    height: 100vh;
    background-attachment: fixed;
    padding: 0px 0;
    top: 0px
}


#parallaxTotem {
    background: url(../images/pantallaInicio.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 100vh;
    padding: 0px;
}

#parallaxTotem .overlay {
    background: rgba(0, 0, 0, .5);
    /* FF3.6+ */

    /* IE6-9 */
    height: 100vh;
    background-attachment: fixed;
    padding: 0px 0;
    top: 0px
}

#parallaxEstacionamiento {
    background: url(../images/bg-estacionamiento.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 100vh;
    padding: 0px;
}

#parallaxEstacionamiento .overlay {
    background: rgba(0, 0, 0, .5);
    /* FF3.6+ */

    /* IE6-9 */
    height: 100vh;
    background-attachment: fixed;
    padding: 0px 0;
    top: 0px
}




@media (max-width: 768px) {

.hero-content-wrap h1 {
    margin: 0;
    font-size:65px;
    font-weight: 800;
    line-height: 1.2;


}

    #parallaxTotem {
        background: url(../images/pantallaInicio.webp);
        background-size: cover;
        -webkit-background-size: cover;
        /* ayuda en iOS */
        background-position: center;
        background-attachment: scroll !important;
        background-repeat: no-repeat;
        color: #ffffff;
        height: 50vh;
        padding: 0px;
    }

    #parallaxTotem .overlay {
        height: 50vh;
    }



    #parallaxEstacionamiento p {
        font-size: 16px !important;
    }


    #parallaxEstacionamiento {
        background: url(../images/bg-estacionamiento.webp);
        background-size: cover;
        background-position: center;
        -webkit-background-size: cover;
        /* ayuda en iOS */
        background-attachment: scroll !important;
        background-repeat: no-repeat;
        color: #ffffff;
        height: 50vh;
        padding: 0px;
    }

    #parallaxEstacionamiento .overlay {
        height: 50vh;
    }

    .hero-content-wrap {
        height: 90vh;
        position: relative;
        color: #fff;
        background: url(../images/hero-bg.webp);
        background-size: cover;
        -webkit-background-size: cover;
        /* ayuda en iOS */
        background-position: center;
        background-attachment: scroll !important;
        background-repeat: no-repeat;
    }

    .hero-content-wrap .overlay {
        height: 90vh !important;
    }

    #inicio {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 90vh;
    }

}








.hero-image {
    width: 100%;
}

#inicio {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}


@media (max-width: 320px) {



    .hero-content-overlay h1 {
        margin-top: 85px;
        font-size: 3rem;

    }

    .hero-image {
        width: 100%;
    }



}

@media (max-width: 412px) {
    .hero-content-overlay h1 {
        margin-top: 0px;
        font-size: 3rem;

    }

    .hero-image {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .hero-content-overlay h1 {

        font-size: 3rem;

    }

    .hero-image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-content-overlay h1 {

        font-size: 2.5rem;

    }

    .hero-image {
        width: 100vw;
    }
}


















