* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'regular';
}


#preloader {
    background-size: 20%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: flex;
}

#preloader p {

    color: #fff;
    bottom: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 5%;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.card-aviso-in {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: none;
}

.card-aviso-in span {
    color: #2F3B74;
    font-weight: bold;

    font-size: 8vw;
}


.card-aviso-in p {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10vh 5% 10vh 5%;
    height: auto;

    padding: 30px;
    text-align: justify;
    text-justify: inter-word;
    font-size: calc(12px + 1vw);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 30px;
}

header {
    position: fixed;
    height: auto;
    width: 95%;
    margin: 2% auto;

    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #ececec;
    border-radius: 50px;

}

.logo {
    max-width: 3rem;
}

.nav-list {
    list-style-type: none;
    display: flex;
    gap: 1rem;
}

.nav-list li a {
    text-decoration: none;
    color: #1c1c1c;
    font-weight: 600;
}

.nav-list li p {
    text-decoration: none;
    color: #1c1c1c;
}

.abrir-menu,
.cerrar-menu {
    display: none;
}


.section-intro {
    padding: 10% 10px 0 10px;
    display: flex;
}

.section-intro section {
    padding: 10px 50px 0 50px;

}

.section-intro .texto {
    width: 50%;
}

.section-intro .texto h1 {
    font-size: 3vw;
}

.section-intro .texto section {
    padding: 15px 0 15px 0;
}

.section-intro .texto a {
    background-color: #ac92e6;
    padding: 15px;
    border-radius: 50px;
    margin: 10px 0 10px 0;
    color: white;
}


.section-intro .imagen-r {
    width: 50%;
    align-items: center;
    object-position: center;
    text-align: center;
}



.section-intro .imagen-r video {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 250px;

}

.section-beneficios {
    padding: 10% 10px 0 10px;
    display: flex;
}

.section-beneficios section {
    padding: 10px 50px 0 50px;

}

.section-beneficios .texto {
    width: 50%;
}

.section-beneficios .texto h2 {
    font-size: 3vw;
}

.section-beneficios .texto section {
    padding: 15px 0 15px 0;
}

.section-beneficios .texto a {
    background-color: #ac92e6;
    padding: 15px;
    border-radius: 50px;
    margin: 10px 0 10px 0;
    color: white;
}

.section-beneficios .imagen-r {
    width: 50%;
    align-items: center;
    object-position: center;
    text-align: center;
}

.section-beneficios .imagen-r img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 250px;
}


.section-compartetudicard {
    padding: 10% 10px 0 10px;
    display: flex;
}

.section-compartetudicard section {
    padding: 10px 50px 0 50px;
}

.section-compartetudicard .texto {
    width: 50%;
}

.section-compartetudicard .texto h2 {
    font-size: 3vw;
}

.section-compartetudicard .texto section {
    padding: 15px 0 15px 0;
}

.section-compartetudicard .texto a {
    background-color: #ac92e6;
    padding: 15px;
    border-radius: 50px;
    margin: 10px 0 10px 0;
    color: white;
}

.section-compartetudicard .imagen-r {
    width: 50%;
    align-items: center;
    object-position: center;
    text-align: center;
}

.section-compartetudicard .imagen-r img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 250px;
}


.section-buscadores {
    padding: 10% 10px 0 10px;
    display: flex;
}

.section-buscadores .texto h2 {
    font-size: 3vw;
}

.section-buscadores section {
    padding: 10px 50px 0 50px;

}

.section-buscadores .texto {
    width: 50%;
}

.section-buscadores .texto section {
    padding: 15px 0 15px 0;
}

.section-buscadores .texto a {
    background-color: #ac92e6;
    padding: 15px;
    border-radius: 50px;
    margin: 10px 0 10px 0;
    color: white;
}


.section-buscadores .imagen-r {
    width: 50%;
    align-items: center;
    object-position: center;
    text-align: center;
}


.section-buscadores .imagen-r img {
    object-fit: contain;
    width: 100%;
    height: 100%;

}


.section-enlacesfisicos {
    padding: 10% 50px 0 50px;
}

.section-enlacesfisicos .ef-titulo {
    text-align: center;
}

.section-enlacesfisicos .ef-titulo h2 {
    font-size: 3vw;
}

.section-enlacesfisicos-columna {
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}


.section-enlacesfisicos-columna section {
    padding: 10px 10px 10px 10px;
    flex: 33.3%;

}

.section-enlacesfisicos-columna h2 {
    width: 100%;
    justify-content: center;
    text-align: center;
}


.section-enlacesfisicos-columna .texto {
    width: 100%;
}

.section-enlacesfisicos-columna .texto section {
    padding: 15px 0 15px 0;
}

.section-enlacesfisicos-columna .texto a {
    background-color: #ac92e6;
    padding: 15px;
    border-radius: 50px;
    margin: 10px 0 10px 0;
    color: white;
}

.section-enlacesfisicos-columna .imagen-r {
    width: 100%;
    align-items: center;
    object-position: center;
    text-align: center;
}

.section-enlacesfisicos-columna .imagen-r img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 150px;
}



.section-dicardpersonalizado {
    padding: 10px 10px 0 10px;
    display: flex;

}

.section-dicardpersonalizado section {
    padding: 10px 50px 0 50px;
}

.section-dicardpersonalizado .texto {
    width: 50%;

}

.section-dicardpersonalizado .texto h2 {
    padding: 15px 0 15px 0;

    font-size: 3vw;
    /*  font-size: calc(12px + 5vw);
            font-size: max(1.5em, 12px);*/
}



.section-dicardpersonalizado .imagen-r {
    height: auto;
    overflow: hidden;
    width: 50%;

}


.section-dicardpersonalizado .imagen-r ul {
    display: flex;
    padding: 0;
    width: 400%;

    animation: slide 10s infinite alternate ease-in-out;
}

.section-dicardpersonalizado .imagen-r li {
    width: 100%;
    list-style: none;
    position: relative;
    padding: 10px;


}

.section-dicardpersonalizado .texto-in {
    position: absolute;
    text-align: center;
    padding: 0 250px;
    top: 200px;
    color: #FFFFFF;

}

.section-dicardpersonalizado .texto-in h2 {
    font-size: 20px;
    margin-bottom: 0px;
}

.section-dicardpersonalizado .imagen-r li img {
    object-fit: scale-down;
    width: 100%;
    border-radius: 20px;
}

.section-informacion {
    display: flex;
    background: #5a2cc4;
    flex-direction: row;
}

.section-informacion section {
    padding: 10px;
}


.section-informacion .info-logo {
    flex: 25%;
    max-height: 100px;
}

.section-informacion .info-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


.section-informacion .informe {
    flex: 25%;
    display: flex;
    align-items: center;


}

.section-informacion .informe ul {
    list-style: none;

}

.section-informacion .informe li {
    padding: 2.5px;
}

.section-informacion .ayuda {
    flex: 25%;
    display: flex;
    align-items: center;
}

.section-informacion .ayuda ul {
    list-style: none;
}

.section-informacion .ayuda li {
    padding: 2.5px;
}

.section-informacion .rrss {
    flex: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-informacion .rrss section {
    padding: 5px;

}


.section-informacion .rrss img {
    height: 1.5rem;
    object-fit: cover;
    border-radius: 50%;

}

footer {
    background-color: #000;
    display: flex;
    justify-content: center;
    padding: 30px;
}

footer section :first-child {
    padding-left: 10px;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: white;
}



@keyframes slide {
    0% {
        margin-left: 0;
    }

    20% {
        margin-left: 0;
    }

    25% {
        margin-left: -100%;
    }

    45% {
        margin-left: -100%;
    }

    50% {
        margin-left: -200%;
    }

    70% {
        margin-left: -200%;
    }

    75% {
        margin-left: -300%;
    }

    100% {
        margin-left: -300%;
    }
}

.btn-wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    padding: 10px;
    bottom: 25px;
    right: 25px;
    background: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 300ms ease;
    
}

.btn-wsp:hover {
    background: #20ba5a;
}

.btn-wsp img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}


@media screen and (max-width: 550px) {
    .card-aviso-in span {
        color: #2F3B74;
        font-weight: bold;
        /*font-size: 3vw;
        font-size:calc(12px + 5vw);
        */
        font-size: 8vw;
    }


    .card-aviso-in p {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 10vh 5% 10vh 5%;
        height: auto;

        padding: 30px;
        text-align: justify;
        text-justify: inter-word;
        font-size: calc(12px + 1vw);
        background: rgba(0, 0, 0, 0.8);
        border-radius: 30px;
    }

    .abrir-menu,
    .cerrar-menu {
        display: block;
        border: 0;
        font-size: 1.25rem;
        background-color: transparent;
        cursor: pointer;
        z-index: 100;
    }

    .abrir-menu {
        color: #1c1c1c;

    }

    .cerrar-menu {
        color: #ececec;
    }

    .nav {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #1c1c1c;
        padding: 2rem;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
        position: fixed;
        z-index: 100;
    }

    .nav.visible {
        opacity: 1;
        visibility: visible;
    }

    .nav-list {
        flex-direction: column;
        align-items: end;
    }

    .nav-list li a {
        color: #ecececec;
    }

    .nav-list li p {

        color: #ecececec;
    }

    header button img {
        height: 30px;
        object-fit: cover;
        border-radius: 50%;
    }


    .section-intro {
        padding: 25% 10px 0 10px;
        flex-direction: column;
    }

    .section-intro section {
        padding: 10px 50px 0 50px;

    }

    .section-intro .texto {
        width: 100%;
    }

    .section-intro .texto h1 {
        font-size: 3vh;
    }

    .section-intro .imagen-r {
        width: 100%;

    }

    .section-intro .imagen-r img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .section-beneficios {
        flex-direction: column-reverse;
        padding: 10px 10px 0 10px;

    }

    .section-beneficios .texto h2 {
        font-size: 3vh;
    }

    .section-beneficios section {
        padding: 50px 50px 0 50px;
    }

    .section-beneficios .texto {
        width: 100%;

    }

    .section-beneficios .imagen-r {
        width: 100%;
    }

    .section-beneficios .imagen-r img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .section-compartetudicard {
        padding: 10px 10px 0 10px;
        flex-direction: column;
    }

    .section-compartetudicard section {
        padding: 50px 50px 0 50px;

    }

    .section-compartetudicard .texto {
        width: 100%;
    }

    .section-compartetudicard .texto h2 {
        font-size: 3vh;
    }

    .section-compartetudicard .imagen-r {
        width: 100%;

    }

    .section-compartetudicard .imagen-r img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .section-buscadores {
        flex-direction: column-reverse;
        padding: 10px 10px 0 10px;

    }

    .section-buscadores section {
        padding: 50px 50px 0 50px;
    }

    .section-buscadores .texto {
        width: 100%;

    }

    .section-buscadores .texto h2 {
        font-size: 3vh;
    }

    .section-buscadores .imagen-r {
        width: 100%;
    }

    .section-buscadores .imagen-r img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }




    .section-enlacesfisicos .ef-titulo h2 {
        font-size: 3vh;
    }

    .section-enlacesfisicos-columna {
        flex-direction: column;
    }


    .section-dicardpersonalizado {
        width: 100%;
        flex-direction: column;
    }

    .section-dicardpersonalizado .texto {
        top: 50px;
        padding: 0 25px;
        width: 100%;
    }

    .section-dicardpersonalizado .texto h2 {
        font-size: 3vh;
        margin-bottom: 15px;
    }

    .section-dicardpersonalizado .imagen-r {
        font-size: 15px;
        width: 100%;
    }

    .section-informacion {
        flex-direction: column;
    }

    .section-informacion .info-logo {
        display: none;
    }

    .section-informacion .informe {
        justify-content: center;
        text-align: center;
    }

    .section-informacion .ayuda {
        justify-content: center;
        text-align: center;
    }

    .section-informacion .rrss {
        justify-content: center;
    }

    footer {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    footer section {
        padding: 2px;
    }

    .btn-wsp {
        width: 63px;
        height: 63px;
        height: 60px;
        width: 60px;
    }
}