@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100% !important;
    height: 100vh;
    overflow-x: hidden;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #fff;
    scroll-behavior: smooth;
}

body {
            display: flex;
            flex-direction: column;
        }

        main {
            flex: 1;
        }

        .navbar .dropdown-menu {
            display: none;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.3s ease;
        }

        .navbar .nav-item:hover .dropdown-menu {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }

        .fade-slide-up {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.6s ease-out;
        }

        .fade-slide-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .cta-section {
            background-color: #002f5f;
            color: white;
            border-radius: 1rem;
            padding: 2rem;
        }

        .footer {
            background-color: #f8f9fa;
            padding: 2rem 0;
        }

        .footer a {
            text-decoration: none;
        }

.titulo {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

nav {
    font-size: 0.9rem;
}

.outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.texto {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.rounded-3 {
    -webkit-border-radius: 28px !important;
    -moz-border-radius: 28px !important;
    border-radius: 28px !important;
}

.bg-azul {
    background-color: #0E2A44;
}

.azul-oscuro {
    color: #0E2A44;
}

.azul-clarito {
    color: #CCE1F2;
}

.naranja1 {
    color: #DE712F;
}

.naranja2 {
    color: #FF912E;
}

#logo {
    width: 100%;
    min-width: 110px !important;
    max-width: 111px !important;
    display: inline;
    float: left;
    margin-top: -10px;
}


/* ····· MAIN  ·············· */


#main {
    background-image: url(../images/neored-home-main.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
}

.borde-azul {
    border-radius: 30px;
    border: 5px solid #377ABA;
}

@media only screen and (max-width: 959px) {
    .main {
        padding-top: 60px;
    }

}

/* ···· Neovalidador ······ */

#caja-azul {
    background-image: url(../images/backgrounds/neovalidador-back-main.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30%;
}

.borde-azul {
    border-radius: 30px;
    border: 5px solid #377ABA;
}

@media only screen and (max-width: 959px) {
    .main {
        padding-top: 60px;
    }

}


/* ······ CLIENTES ············ */

.logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
}

.logo_items img {
    padding: 15px;
}

/* ····· Testimonios  ·············· */
.slide-avatar img {
    min-width: 250px;
    width: 100%;
}

.creative-testimonial--slider {
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
    padding: 5px 0px;
}

.creative-testimonial--slider .testimonial-inner {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 6%;
}

.swiper-slide .swiper-slide--inner {
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    align-items: center;
    column-gap: 50px;
    position: relative;
    overflow-x: hidden;
}

.swiper-slide--inner .testimonial-detail img {
    max-width: 135px;
    padding-bottom: 22px;
}

/*
.swiper-slide--inner .testimonial-detail p {
    margin: 0px;
    color: #242e45;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}

.swiper-slide--inner .testimonial-detail span {
    color: #3c2fc0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
}
*/
.company-details--row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;

}

.company-details--row .company-box {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0px 15px;
}

.company-details--row .company-box .company-box-inner {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    background: #fff;
    text-align: center;
    border-radius: 6px;
}

.company-box-inner .company-box-top {
    padding-top: 10%;
    padding-bottom: 10%;
    border-bottom: 1px solid #dee2e6;
}

.company-box-inner .company-box-top img {
    height: 40px;
}

.company-box-inner .company-box-bottom {
    padding: 15px;
}

.company-box-inner .company-box-bottom span {
    font-size: 15px;
    color: #878898;
    line-height: 30px;
}

.company-box-inner .company-box-bottom span strong {
    color: #242e45;
}

.swiper-button-next,
.swiper-button-prev {
    color: #EA6F0B !important;
}

/* Responsive Ipad */
@media only screen and (max-width: 981px) {

    .creative-testimonial--slider {
        padding-left: 10px;
        padding-right: 10px;
    }

    .testimonial-inner .testimonial-heading {
        max-width: 100%;
    }

    .swiper-slide .swiper-slide--inner {
        padding-left: 0%;
        padding-right: 0%;
    }

    .swiper-button-next.slide-btns,
    .swiper-button-prev.slide-btns {
        display: none;
    }

    .company-details--row .company-box {
        padding: 0px 5px;
    }
}

/* Responsive Ipad */
@media only screen and (max-width: 460px) {
    .testimonial-inner .testimonial-heading {
        font-size: 1.813rem;
        line-height: 2.125rem;
    }

    .swiper-slide .swiper-slide--inner {
        flex-direction: column;
        text-align: center;
    }

    .company-details--row {
        justify-content: center;
        flex-direction: column;
    }

    .company-details--row .company-box {
        padding: 0px 0px;
        margin-bottom: 20px;
        width: 100%;
    }
}

/* ····· fin Testimonios  ·············· */


/* ····· capta valida etc  ·············· 

.icono-texto {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding: 30px;
    margin-top: 5px;
}

.icono-texto img {
    width: 150px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 17px;
}

@media screen and (max-width:480px) {
    .icono-texto {
        width: 80% !important;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .icono-texto {
        width: 80% !important;
    }
}

*/

/* ····· Contacto  ·············· */

#contacto {
    text-align: center;
    margin-left: -30px;
}

/* ····· fin Contacto  ·············· */


/* ··············· botones ························· */

.btn-naranja {
    background-color: #FA7A2C;
    color:#fff;
}

.btn-naranja:hover {
    background-color: #FF800F;
    color:#fff;
}


.btn-azul {
    background-color: #0E2A44;
    color: #fff;
}

.btn-azul:hover {
    background-color: #1567AF;
    outline: none;
    color: #fff !important;
}




/* ··············· FORMULARIOS ························· */


#forma {
    margin: 0 auto;
    z-index: 300;
    width: 100%;
    height: auto;
    padding: 10px 6px 30px 6px;
    text-align: center;
}

.losinputs {
    color: #fff !important;
    position: relative;
    width: 80%;
    height: auto;
    padding: 12px;
    line-height: auto;
    border: 2px solid #008AFF;
    background-color: #353535;
    margin-bottom: 10px;

    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
}



.aviso {
    color: #004172;
}

.losinputs:focus {
    color: #FFF !important;
    background-color: #037AC3 !important;
}

*:focus {
    outline: none;
}


select {
    margin-top: 1px;
    width: 95%;
    height: 35px;
    color: #fff !important;
    font-size: 15px;
    text-align: center !important;

    color: #fff !important;
    position: relative;
    width: 80%;
    height: auto;
    padding: 12px;
    line-height: auto;
    border: 2px solid #008AFF;
    background-color: #353535;
    margin-bottom: 10px;

    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
}


/* -------- LOS ERRORES ---------------------------------------- */
#errorContainer {
    position: relative;
    display: none;
    width: 90%;
    height: auto;
    background-color: #c40c0c;
    color: #fff;
    /* border: 1px solid #FF2323; */
    text-align: justify;
    margin-bottom: 8px;
    padding: 8px 0px 8px 0px;
    font-size: 1.2em !important;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}

#errorContainer label {
    float: none;
    width: auto;

}

input.error {
    border: 2px solid #FFA900;
}

select.error {
    background-color: #FFA900;
    border: 2px solid #FF2323;
    color: #fff;
}

#aviso.error {
    border: 2px solid #FF2323;
}

input[type=checkbox].error {
    outline: 2px solid #FF2323;
}

.error {
    outline: 0 !important;
    border-width: 1px !important;
    border-color: #FFA900 !important;
    color: #E27D2C;

}

#laforma li {
    list-style-type: none !important;
    font-size: 14px;
}

.valido {
    margin-top: 8px;
    margin-bottom: 4px;
    width: 60%;
    margin: 0 auto;
    height: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background-color: #66B40C;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    border: none;

    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.novalido {
    margin-top: 8px;
    margin-bottom: 4px;
    width: 60%;
    margin: 0 auto;
    height: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background-color: #FB3B00;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    border: none;

    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.sponsor {
    display: none;
}

.sponsor img {
    max-width: 200px;
    padding-bottom: 15px;
}


/* ········ footer ················ */



/* ········ fin footer ················ */


@media screen and (max-width:480px) {

    .capsula {
        max-width: 90%;
    }

    .planes {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .clientes {
        padding-top: 0px;
    }

    #avalado li {
        display: inline-block;
        max-width: 15px;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .capsula {
        max-width: 90%;
    }
}

