﻿.bannercarrusel {
    height: 80%;
    background-image: linear-gradient(rgb(0 0 0 / 50%) 0%,rgb(0 0 0 / 0%) 100%), url("/assets/images/indeximages/bannercarrusel.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 0.01%;
    margin-top: 2%;
    margin-bottom: 1%;
    /*height: auto;*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.bannercarruselDashboard {
    height: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 50%) 0%,rgb(0 0 0 / 0%) 100%), url("/assets/images/indeximages/bannercarrusel.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 0.01%;
    /*height: auto;*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

    .bannercarruselDashboard h2 {
        color: white;
        font-size: 40px;
        font-weight: 500;
        display: block;
        letter-spacing: 1px;
    }

.encabezado {
    color: black;
    text-align: center;
    height: 45px;
    font-family: inherit;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    display: block;
}

a {
    color: black;
    text-decoration: none;
}

.container {
    max-width: 2000px;
}

.navstyle {
    color: #6c5ffc;
    font-size: 16px;
    text-shadow: 0px 1px 2px #6c5ffc;
    margin-top: 20px;
    padding-top: 10px;
    border-color: black;
    letter-spacing: 0.143em;
    margin-bottom: 40px;
}

.dark-mode .navstyle {
    color: white;
    font-size: 16px;
    text-shadow: 0px 1px 2px white;
    margin-top: 20px;
    padding-top: 10px;
    border-color: white;
    letter-spacing: 0.143em;
    margin-bottom: 40px;
}

.navstyleactive { /*Este es para el que esté activo*/
    font-weight: 600;
    border-top: 2px solid;
}

.posicionBotonContacto {
    justify-content: right;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.posicionBotonLogin {
    justify-content: right;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
}

.sidebar {
    width: 25%;
    max-width: 25%;
}

@media only screen and (max-width: 767px) {
    .sidebar {
        width: 70%;
        max-width: 70%;
    }
}

.backgroundTarjetas {
    background-color: transparent;
}

.color1 {
    background: #4cff00;
}

.color2 {
    background: #ff6a00;
}

.color3 {
    background: #808080;
}

/*Aqui empieza el carrusel*/
html,
.carrusel {
    position: relative;
    height: 60%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.carrusel {
    font-family: inherit;
    font-size: 14px;
    color: #000;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    /*min-height: 100vh;*/
}

    .carrusel .container {
        width: 90%;
        padding: 10px 40px;
        margin-top: 50px;
    }

.container .swiper {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
}
/*.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    transition-property: transform;
    box-sizing: content-box;
}*/

.container .tarjetasIndex {
    /*position: relative;*/
    text-align: start;
    font-size: 100%;
    border-radius: 5%;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(196,196,196,0.25);
    margin-top: 2%;
    height: 25%;
    width: 15%
}

.dark-mode .container .tarjetasIndex {
    /*position: relative;*/
    text-align: start;
    font-size: 100%;
    border-radius: 5%;
    background: #2a2a4a;
    box-shadow: 0px 1px 1px rgba(196,196,196,0.25);
    margin-top: 2%;
}

#divCarrusel {
    padding-left: 3%
}

.tarjetasIndex img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}

.container .swiper-slide {
    /*position: relative;*/
    text-align: start;
    font-size: 18px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(196,196,196,0.25);
    margin-top: 35px;
}

.dark-mode .container .swiper-slide {
    /*position: relative;*/
    text-align: start;
    font-size: 18px;
    border-radius: 15px;
    background: #2a2a4a;
    box-shadow: 0px 1px 1px rgba(196,196,196,0.25);
    margin-top: 35px;
}

.swiper-slide img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.container .card-description {
    padding: 1rem;
}

    .container .card-description .card-title, .container .card-description .card-text {
        margin-bottom: 0.5rem;
    }

    .container .card-description .card-link {
        text-align: center;
        display: flex;
        justify-content: center;
    }

.dark-mode .container .card-description .card-link {
    text-align: center;
    display: flex;
    justify-content: center;
    color: white;
}

.scrollbar {
    float: right;
    overflow-y: scroll;
    margin-bottom: 25px;
    margin-right: -30px;
    padding-right: 30px;
    width: 100%;
}

.container .card-description .card-link a {
    text-decoration: none;
    color: #1d6ec2;
    justify-content: center;
}

.dark-mode .container .card-description .card-link a {
    text-decoration: none;
    color: white;
    justify-content: center;
}

.swiper-button-next {
    right: 26px !important;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #6c5ffc;
    position: absolute;
    right: 175px;
    top: -15px;
}

.swiper-button-prev {
    left: 26px !important;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 20px solid #6c5ffc;
    position: absolute;
    left: 175px;
    top: -15px;
}

.container .card-description .card-text {
    color: rgb(89, 89, 89);
    font-size: 16px;
    font-family: inherit;
    text-align: center;
}

.dark-mode .container .card-description .card-text {
    color: white;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
}

.container .card-description .card-title {
    color: rgb(89, 89, 89);
    font-size: 24px;
    font-family: inherit;
    color: black;
    text-align: center;
}

.dark-mode .container .card-description .card-title {
    color: white;
    font-size: 24px;
    font-family: inherit;
    text-align: center;
}

.dark-mode .container-login100 .social-login i {
    color: white
}

    .dark-mode .container-login100 .social-login i:hover {
        color: #6c5ffc;
    }

.container-login100 .social-login i {
    color: #74829c;
}

    .container-login100 .social-login i:hover {
        color: #6c5ffc;
    }
/*Aqui termina el carrusel*/
.section2 {
    padding-bottom: 40px;
    padding-top: 40px;
    font-family: inherit;
}

    .section2 h2 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        color: white;
        height: 100%; /* o el alto que necesites */
        overflow: hidden
    }

    .section2 a {
        text-decoration: none;
        display: block;
        /*width: 200px;*/
        /*height: 56px;*/
        background-color: #14e3f5;
        color: black;
        text-align: center;
        padding-top: 20px;
        margin: auto;
        font-weight: 600;
        letter-spacing: 0.143em;
        width: auto;
        height: 56px;
    }

        .section2 a:hover {
            opacity: 0.6;
            text-decoration: none;
        }

/*Para el color o imagen de fondo de cada banner*/
.banner1 {
    background-color: white;
    background-size: cover;
    /*padding-bottom: 20px;*/
    /*padding-top:1%*/
}

.dark-mode .banner1 {
    background-color: #1a1a3c;
    background-size: cover;
    /*padding-bottom: 20px;*/
}
/**/
.banner3 {
    padding-left: 1%;
    padding-top: 1%;
}


    .section3 h2 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        color: white;
        height: 100%; /* o el alto que necesites */
        overflow: hidden
    }

.banner2 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("/assets/images/indeximages/banner1.png");
    background-size: cover;
    display: flex;
    width: 100%;
    height: auto;
}

.logo1 h3 {
    text-align: center;
    font-size: 18px;
    font-family: inherit;
}

.logo1 img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.logo_login img {
    width: 100%;
    height: auto;
}

.botonesEVPQRS a {
    border: inherit;
    border-style: ridge;
    border-color: mediumslateblue;
}

.dark-mode .botonesEVPQRS a {
    border: inherit;
    border-style: ridge;
    border-color: white;
    color: white;
}


.section4 {
    padding-bottom: 40px;
    padding-top: 40px;
    font-family: inherit;
    color: white;
}

    .section4 h2 {
        text-align: center;
        font-weight: 400;
        font-family: inherit;
        font-size: 36px;
        margin-bottom: 25px;
    }

    .section4 h3 {
        text-align: center;
        font-weight: 200;
        font-size: 25px;
        text-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
    }

    .section4 .col1 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/assets/images/indeximages/fila4/1.png");
        background-position: 79.85507246376811% 43.04347826086956%;
        height: auto;
        padding-bottom: 72px;
        padding-top: 72px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .section4 .col2 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/assets/images/indeximages/fila4/2.png");
        background-position: center;
        height: auto;
        padding-bottom: 72px;
        padding-top: 72px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .section4 .col3 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/assets/images/indeximages/fila4/3.png");
        background-position: 50% 50%;
        height: auto;
        padding-bottom: 72px;
        padding-top: 72px;
        padding-right: 40px;
        padding-left: 40px;
    }
/*
.secImagenPrincipal {
    background-image: url("/assets/images/indeximages/imgSoft.png");
    background-size: 100%;
    background-position: right;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    
}

@media (max-width: 767px) {
    .secImagenPrincipal {
        height: 200px;
    }
}
*/
.secImagenPrincipal {
    height: 500px;
    background-color: transparent;
}

@media (max-width: 900px) {
    .secImagenPrincipal {
        height: 280px;
    }
}
@media (max-width: 767px) {
    .secImagenPrincipal {
        height: 250px;
    }
}
@media (max-width: 500px) {
    .secImagenPrincipal {
        height: 230px;
    }
}
.section5 {
    padding-top: 2%;
    font-family: inherit;
}

.carruselServicios .container {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.section5 h1 {
    text-align: center;
}

.section5 h2 {
    padding-bottom: 1%;
    font-size: 24px;
}

.section5 h5 {
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    color: white;
    text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
}

.carruselServicios h5 {
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    color: white;
    text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
}

.carruselServicios img {
    display: block;
    padding-bottom: 1%;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
}

.section5 li {
    margin-left: 10px;
    font-size: 18px;
    color: black;
    list-style-type: square;
}

.dark-mode .section5 li {
    margin-left: 10px;
    font-size: 18px;
    color: white;
    list-style-type: square;
}

.section5 img {
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
}

.d-grid hr {
    display: grid;
    height: 2px;
    border: none;
    color: #333;
    background-color: #333;
    width: 150px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.dark-mode .d-grid hr {
    display: grid;
    height: 2px;
    border: none;
    color: white;
    background-color: white;
    width: 150px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.section5 .imgclub {
    width: 100%;
    height: auto;
}

.section5 .caja {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 48px;
}

.carruselServicios p {
    font-size: 20px;
    font-weight: 300;
    color: white;
    text-shadow: 0px 2px 10px rgb(0 0 0);
}

.carousel-caption {
    display: flex !important;
    flex-direction: column;
}

.lista {
    padding-top: 20px;
}

.banner4 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("/assets/images/indeximages/banner4.png");
    background-size: cover;
    background-position: 51.44927536231884% 50.869565217391305%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: auto;
}

    .banner4 .section {
        font-size: 36px;
    }

.socialmedia {
    justify-content: center;
    display: flex;
}

    .socialmedia svg {
        margin-left: 18px;
        margin-right: 18px;
        height: 48px;
        width: 48px;
    }

.section6 {
    background-color: rgb(246, 246, 246);
    font-family: inherit;
}

.dark-mode .section6 {
    background-color: #2a2a4a;
    font-family: inherit;
}

.section6 .colizquierdo {
    padding-top: 20px;
    /*padding-left: 150px;
        padding-right: 150px;*/
    padding-bottom: 40px;
}

.section6 h1 {
    font-weight: 200;
}

.section6 h2 {
    font-size: 24px;
    font-weight: 400;
}

.section6 .contacto {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background-color: #455a64;
}

    .section6 .contacto:hover {
        background-color: #5c6a73;
    }

.dark-mode .section6 .contacto {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background-color: #455a64;
}

    .dark-mode .section6 .contacto:hover {
        background-color: #5c6a73;
    }

.section6 a {
    font-size: 20px;
}

.dark-mode .section6 a {
    font-size: 20px;
    color: white;
}


.section6 iframe {
    width: auto;
    height: 600px;
}

.section6 .colderecho {
    padding-top: 20px;
}

    .section6 .colderecho h2 {
        margin-top: 30px;
    }

.hashtag-casa h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
}

.section6 h3 {
    color: black;
    font-size: 18px;
    margin-bottom: 40px;
}

.dark-mode .section6 h3 {
    color: white;
    font-size: 18px;
    margin-bottom: 40px;
}

.section7 {
    padding-bottom: 40px;
    padding-top: 40px;
    font-family: inherit;
    text-align: center;
    /*background-color: #f6f6f6;*/
}

    .section7 h3 {
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
    }

    .section7 img {
        height: 200px;
        width: 464px;
    }

.video iframe {
    height: 480px;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.section8 {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .section8 img {
        width: 100%;
        height: auto;
    }

    .section8 h6 {
        margin-bottom: 16px;
        font-family: inherit;
        font-size: 16px;
        font-weight: 400;
        color: #525252;
    }

    .section8 h2 {
        margin-bottom: 16px;
        font-family: inherit;
        font-size: 44px;
        font-weight: 200;
        color: black;
        letter-spacing: 1px;
    }

.dark-mode .section8 h2 {
    margin-bottom: 16px;
    font-family: inherit;
    font-size: 44px;
    font-weight: 200;
    color: white;
    letter-spacing: 1px;
}

.section8 h4 {
    font-size: 20px;
    font-family: inherit;
    font-weight: 200;
}

.section8 .colderecho {
    padding-left: 24px;
    padding-right: 24px;
}

.section8 a {
    text-decoration: none;
    display: block;
    background-color: #6c5ffc;
    color: white;
    text-align: center;
    padding-top: 16px;
    margin: auto;
    font-weight: 600;
    letter-spacing: 0.143em;
    width: auto;
    height: 56px;
    font-size: 16px;
    border-radius: 6px;
}


    .section8 a:hover {
        opacity: 0.8;
        text-decoration: none;
    }

.banner5 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("/assets/images/indeximages/banner3.png");
    background-size: cover;
    background-position: 51.44927536231884% 50.869565217391305%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: auto;
}

.section9 {
    padding-bottom: 40px;
    /*padding-top: 40px;*/
    font-family: inherit;
    color: white;
}

    .section9 h2 {
        text-align: center;
        font-weight: 700;
        font-family: inherit;
        font-size: 36px;
        margin-bottom: 25px;
    }

    .section9 h3 {
        text-align: center;
        font-weight: 300;
        font-size: 25px;
        text-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
    }

    .section9 .col1 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/assets/images/indeximages/e-commerce/3.png");
        background-position: 79.85507246376811% 43.04347826086956%;
        height: auto;
        padding-bottom: 72px;
        padding-top: 72px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .section9 .col2 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/assets/images/indeximages/e-commerce/4.png");
        background-position: center;
        height: auto;
        padding-bottom: 72px;
        padding-top: 72px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .section9 .col3 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/assets/images/indeximages/e-commerce/5.png");
        background-position: 50% 50%;
        height: auto;
        padding-bottom: 72px;
        padding-top: 72px;
        padding-right: 40px;
        padding-left: 40px;
    }

.banner6 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("/assets/images/indeximages/e-commerce/6.png");
    background-size: cover;
    background-position: 51.44927536231884% 50.869565217391305%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: auto;
}

.section5 .descarga {
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 10px;
    margin: auto;
    font-weight: 600;
    letter-spacing: 0.143em;
    width: auto;
    height: 50px;
    font-size: 16px;
}

.Detalle {
    padding-bottom: 40px;
    margin-top: -20px;
    padding: 0;
}

    .Detalle .modal-header {
        display: flex;
        justify-content: center;
    }

    .Detalle h3 {
        margin-top: 10px;
        text-align: center;
    }

.modal-body {
    padding: 0px
}

.Detalle h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
}

.Detalle p {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.dark-mode .Detalle a {
    color: mediumslateblue;
}

.Detalle li {
    font-size: 18px;
}


.Detalle .DetalleContenido img {
    width: 70%;
    height: auto;
}

.container .card-header {
    background-color: black;
    display: flex;
    justify-content: center;
}




@media (min-width: 576px) and (max-width: 767.98px) {
    .Detalle .DetalleContenido img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .Detalle .DetalleContenido img {
        width: 100%;
        height: auto;
    }
}

#typing-text {
    overflow: hidden;
    white-space: nowrap;
}

    #typing-text p {
        width: 0;
        opacity: 0;
        transition: width 2s ease, opacity 2s ease;
    }



        #typing-text p.show {
            width: 100%;
            opacity: 1;
        }

.estiloSmartBussinnes {
    color: #6c5ffc;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    display: flex;
    padding-left: 2%;
}

.dark-mode .estiloSmartBussinnes {
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    border-color: black;
    display: flex;
    padding-left: 2%;
}

.flag-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.flag-stripe {
    width: 100%;
    height: 20%;
}

.flag-stripe-y {
    width: 100%;
    height: 30%;
}

.flag-stripe-yellow {
    background-color: yellow;
}

.flag-stripe-blue {
    background-color: blue;
}

.flag-stripe-red {
    background-color: red;
}

.flag-container:hover {
    transform: scale(1.08);
}

.blinking-cursor {
    animation: blink-cursor 1s infinite;
}

@keyframes blink-cursor {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.carousel-item {
    width: 100%;
    height: 230px;
}

    .carousel-item img {
        width: 100%;
        height: 130%;
        object-fit: fill;
        object-position: center;
    }

.tab-pane {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

    .tab-pane.active {
        opacity: 1;
    }

.tabTitle.active {
    background-color: #6c5ffc;
}

    .tabTitle.active t {
        color: white;
    }

    .tabTitle.active i {
        color: white;
    }

.panel-tabs t {
    font-size: 100%;
    font-weight: 500;
    text-align: justify;
    height: 100%; /* o el alto que necesites */
    overflow: hidden
}

.tab-content p {
    font-size: 130%;
    font-weight: 400;
    text-align: justify;
    height: 100%; /* o el alto que necesites */
    overflow: hidden;
}

.tab-menu-heading {
    pointer-events: none;
}

#SecTabsPrincipal {
    margin-top: 10%;
}

#secLogoYFrase {
    margin-left: 5%;
}

.dark-mode .secTextoDinamicoPrincipal {
    color: white;
}

.secTextoDinamicoPrincipal {
    color: #282f53;
}


.secTypingText {
    color: #6c5ffc;
}
.dark-mode  .secTypingText {
    color: #6c5ffc;
}

@media only screen and (max-width: 767px) {
    .myprocessClass a t {
        font-size: medium !important;
    }

    #secTextoPrincipal t {
        font-size: large !important;
    }

    .panel-tabs a {
        font-size: small !important;
    }

    .panel-tabs p {
        font-size: small !important;
    }
}

.tabs-menu-body {
    margin-top: 4%;
}

.popover {
    z-index: 1111111111111111;
}
