@font-face {
    font-family: Sofia;
    src: url("../font/Sofia-Pro-Light.otf") format("opentype"),
        url("../font/Sofia-Pro-Light.ttf") format('truetype'),
        url("../font/Sofia-Pro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Sofia;
    src: url("../font/Sofia-Pro-Bold.otf"),
        url("../font/Sofia-Pro-Bold.ttf") format('truetype'),
        url("../font/Sofia-Pro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f4f4f4 !important;
    font-family: Sofia, "Sofia Pro", Helvetica, Arial, sans-serif !important;
}

.no-scroll {
    overflow: hidden !important;
}

.wrapper {
    overflow-x: hidden;
    ;
}

p {
    color: #2a3657 !important;
    font-weight: 300;
}

body,
p {
    font-size: .85rem;
}


h3 {
    font-size: 1.3rem !important;
}

h2 {
    font-size: 1.75rem !important;
}

h1 {
    font-size: 2rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2a3657 !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b1c9 !important;
    font-weight: 300;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b4b1c9 !important;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b4b1c9 !important;
    font-weight: 300;
}

select {
    height: auto !important;
    padding-bottom: 22px !important;
}

@media (min-width: 768px) {

    /* body, p {
        font-size: 1rem !important;
    } */

    h3 {
        font-family: Sofia Pro, sans-serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 18px !important;
        letter-spacing: 0em !important;
        text-align: left !important;
        color: #0B142B !important;
    }

    h2 {
        font-size: 1.5rem !important;
        font-weight: bold !important;
    }

    h1 {
        font-size: 2.5rem !important;
    }
}

/* Nav */

#mainNav {
    padding-top: .2rem;
    padding-bottom: .2rem;
    background-color: #f4f4f4;
    color: #2e364a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#mainNav .btn-menu {
    font-size: .8rem;
    border-radius: 40px;
}

#mainNav .navbar-toggler {
    padding: 0.75rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.3rem;
    color: #4d576f;
    text-transform: uppercase;
    border: 0;
}

#mainNav .navbar-brand img {
    width: 200px;
}

#mainNav .navbar-nav {
    height: 100vh;
    padding-top: 40px;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8rem;
    color: #2e364a;
    letter-spacing: 0.0625em;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #4d576f;
}

#mainNav .close-menu {
    position: absolute;
    bottom: 160px;
    left: 50%;
    margin-left: -32px;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border: none;
        color: #2e364a;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        background-color: transparent;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

    #mainNav .navbar-brand img {
        transition: all 0.3s ease-in-out;
    }

    #mainNav .navbar-nav {
        height: auto;
        padding-top: 0;
    }

    #mainNav.navbar-shrink {
        padding-top: .3rem;
        padding-bottom: .3rem;
        background-color: #e3eaf3;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        width: 220px;
    }

    #mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
    }

    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}

/* Header */

header.masthead {
    max-width: 92%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0px;
    background-image: url('../img/bg-hero.jpg');
    background-size: cover;
    position: relative;
    border-radius: 20px;
    height: 700px;
}

header.masthead .masthead-text {
    padding-top: 60px;
}

header.masthead .masthead-text .masthead-heading {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: normal;
    font-weight: bold;
    color: #fff !important;
}

header.masthead .masthead-text .masthead-subheading {
    margin-bottom: 2rem;
    font-weight: 300;
    color: #fff !important;
}

header.masthead .cubos-static {
    width: 250px;
    right: unset;
    margin-top: 60px;
    margin-left: 15%;
}

header.masthead .board-static {
    width: 320px;
    right: 0;
    left: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}

header.masthead .cubos {
    width: 250px;
    position: absolute;
    right: auto;
    left: 50%;
    margin-left: -125px;
    margin-top: 350px;
}

header.masthead .card-hero-wrapper {
    position: absolute;
    right: auto;
    left: 50%;
    margin-left: -170px;
    margin-top: 350px;
}

header.masthead .card-hero {
    background-image: linear-gradient(to bottom right, rgba(64, 108, 255, 0.35), rgba(6, 11, 39, 0.25), rgba(6, 11, 39, 0.25));
    border-radius: 20px;
    padding: 20px;
    position: relative;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    mix-blend-mode: normal;
}

header.masthead .card-hero img {}

header.masthead .card-1 {
    width: 130px;
}

header.masthead .card-2 {
    width: 180px;
}

header.masthead .card-3 {
    width: 110px;
}

header.masthead .card-4 {
    width: 110px;
}

header.masthead .card-5 {
    width: 195px;
}

@media screen and (min-width: 767px) {

    header.masthead .card-hero {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        mix-blend-mode: color-dodge;
    }

    header.masthead {
        max-width: 95%;
        height: auto;
        border-radius: 50px;
    }

    header.masthead .masthead-text {
        padding-top: 130px;
        padding-bottom: 50px;
    }

    header.masthead .masthead-text .masthead-heading {
        font-size: 3rem;
    }

    header.masthead .header-media {
        margin-top: 100px;
    }

    header.masthead .cubos-static {
        width: 380px;
        right: -40px;
        margin-top: -20px;
        position: absolute;
    }

    header.masthead .board-static {
        width: 380px;
        right: -60px;
        margin-top: 100px;
        position: absolute;
    }

    header.masthead .cubos {
        width: 400px;
        right: 80px;
        margin-right: auto;
        left: auto;
        margin-left: auto;
        margin-top: -60px;
    }

    header.masthead .card-hero-wrapper {
        right: 20px;
        margin-right: auto;
        left: auto;
        margin-left: auto;
        margin-top: 50px;
    }

    header.masthead .card-1 {
        width: 160px;
    }

    header.masthead .card-2 {
        width: 230px;
    }

    header.masthead .card-3 {
        width: 145px;
    }

    header.masthead .card-4 {
        width: 145px;
    }

    header.masthead .card-5 {
        width: 245px;
    }

}

@media screen and (min-width: 992px) {

    header.masthead {
        max-width: 1350px;
        height: auto;
        border-radius: 80px;
    }

    header.masthead .masthead-text {
        padding-top: 230px;
        padding-bottom: 50px;
    }

    header.masthead .masthead-text .masthead-heading {
        font-size: 3rem;
    }

    header.masthead .header-media {
        margin-top: 100px;
    }

    header.masthead .cubos-static {
        width: 420px;
        right: 80px;
        margin-top: -60px;
        position: absolute;
    }

    header.masthead .board-static {
        width: 420px;
        right: 0px;
        margin-top: 60px;
        position: absolute;
    }

    header.masthead .cubos {
        width: 400px;
        right: 80px;
        margin-top: -30px;
    }

    header.masthead .card-hero-wrapper {
        right: 20px;
        margin-top: 20px;
    }

    header.masthead .card-1 {
        width: 210px;
    }

    header.masthead .card-2 {
        width: 295px;
    }

    header.masthead .card-3 {
        width: 190px;
    }

    header.masthead .card-4 {
        width: 190px;
    }

    header.masthead .card-5 {
        width: 315px;
    }

}

/* Atención */

#atencion .atencion-title-box {
    border-left: 10px solid #007bff;
}

/* Products */
#products {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}

#products .background {
    background-color: transparent;
    width: 120vw;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -10vw;
}

#products .card {
    min-height: 0px;
    border: none;
    border-radius: 20px;
    background: #f4f4f4;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.10),
        -5px -5px 10px #ffffff;
}

#products .card-shadow {
    min-height: 300px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
}

#products .scard-1 {
    background-image: linear-gradient(to bottom right, rgba(10, 25, 133, 1), rgba(6, 11, 39, 0.25), rgba(30, 51, 88, 1));
}

#products .scard-2 {
    background-image: linear-gradient(to bottom right, rgba(10, 80, 133, 1), rgba(6, 11, 39, 0.25), rgba(30, 51, 88, 1));
}

#products .scard-3 {
    background-image: linear-gradient(to bottom right, rgba(90, 25, 133, 0.7), rgba(6, 11, 39, 0.25), rgba(30, 51, 88, 1));
}

#products .card .preicon-1 {
    width: 120px;
}

#products .card .preicon-2 {
    width: 80px;
}

#products .card .preicon-3 {
    width: 60px;
}

#products .card-shadow .shadow-pre-icon1 {
    width: 200px;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 10;
}

#products .card-shadow .shadow-pre-icon2 {
    width: 170px;
    position: absolute;
    top: -30px;
    left: 10px;
    z-index: 10;
}

#products .card-shadow .shadow-pre-icon3 {
    width: 120px;
    position: absolute;
    top: -30px;
    left: 30px;
    z-index: 10;
}

@media screen and (min-width: 767px) {

    #products .card {
        min-height: 340px;
    }
}

@media screen and (min-width: 996px) {

    #products .card {
        min-height: 300px;
    }

    #products {
        padding-top: 80px;
        padding-bottom: 130px;
    }
}

@media screen and (min-width: 1200px) {

    #products .card {
        min-height: 300px;
    }
}


/* Trust */

#trust {
    padding-top: 80px;
    padding-bottom: 20px;
    position: relative;
    background-color: #e3eaf3;
}

#trust.shadow {
    padding-top: 0px;
    padding-bottom: 130px;
    position: relative;
    background-color: transparent !important;
}

#trust.shadow .container-fluid h5,
#trust.shadow .container-fluid p {}

#trust .container-fluid h5 {
    color: #2a3657 !important;
}

#trust .container-fluid p {
    color: #2a3657 !important;
}

#trust .sub-icon1 {
    width: 30px !important;
}

#trust .sub-icon2 {
    width: 24px !important;
}

#trust .sub-icon3 {
    width: 60px !important;
}

#trust .sub-icon4 {
    width: 40px !important;
}

#trust .cubos2 {
    position: absolute;
    width: 450px;
    left: 0%;
    margin-top: 1000px;
}

#trust .cubos3 {
    position: absolute;
    width: 300px;
    right: 0%;
    margin-top: -50px;
}

@media screen and (min-width: 767px) {

    #trust {
        padding-top: 80px;
        padding-bottom: 130px;
    }

    #trust .background {
        width: 120vw;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: -10vw;
    }

    #trust .masthead-heading {
        font-size: 3rem !important;
    }

    #trust .cubos2 {
        width: 450px;
        left: 0%;
        margin-top: 300px;
    }

    #trust .cubos3 {
        width: 300px;
        right: 5%;
        margin-top: 400px;
    }
}

/* Contacto */

#contact {
    background-color: white;
}

.modal-content {}

* {
    box-sizing: border-box;
}

#content {
    overflow-y: auto;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, black var(--top-mask-size, 0), black calc(100% - var(--bottom-mask-size, 0)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0, black var(--top-mask-size, 0), black calc(100% - var(--bottom-mask-size, 0)), transparent 100%);
}

#content.is-bottom-overflowing {
    --bottom-mask-size: 68px;
}

.clickup-embed {
    height: 92vh;
}

@media screen and (min-width: 767px) {}

/* Footer */

footer {
    padding: 40px 10px 20px;
}

footer h6,
footer span {
    color: #a19eb4 !important;
}

footer a {
    color: #2a3657 !important;
    font-size: .9rem;
}

footer p {
    font-size: .9rem !important;
    font-weight: 300;
}

footer .footer-wrapper {
    height: auto;
}

footer .footer-wrapper .footer-logo {
    position: relative;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 992px) {

    footer {
        padding: 40px 20px 40px;
    }

    footer .footer-wrapper {
        height: auto;
    }

    footer .footer-wrapper .footer-logo {
        position: absolute;
        bottom: 0;
        right: 0;
    }

}

/* Mail Chimp Form */

.indicates-required {
    text-align: left !important;
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: fixed;
    overflow: hidden;
    width: 100vw !important;
    margin: 0 !important;
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    display: block !important;
    z-index: 1201;
    background-color: rgba(0, 0, 0, 0.8);
}

#mc_embed_signup #mce-success-response {
    display: none;
    width: 80%;
    padding: 5rem !important;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    transform: translateX(13%);
    margin: 50vh 0;
    font-weight: 300;
    font-size: 1.4rem;
}

#mc_embed_signup #mce-success-response h1 {
    color: #5959c4 !important;
}

#mc_embed_signup #mce-error-response {
    display: none;
    width: 80%;
    padding: 5rem !important;
    color: #e85c41;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    background-color: #ffffff;
    transform: translateX(13%);
    font-weight: 300;
    margin: 50vh 0;
    font-size: 1.4rem;
}

#mc_embed_signup #mce-error-response a {
    position: relative !important;
    display: block;
    font-size: 1rem;
    text-decoration: underline;
    color: #5959c4 !important;
}

.close-mod {
    position: absolute;
    right: 40px;
    top: 20px;
    color: #666;
    cursor: pointer;
}

.close-mod:hover {
    color: #aaa;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 0 !important;
}

#mc_embed_signup .foot {
    display: grid;
    grid-template-columns: 6fr !important;
    width: 100% !important;
    align-items: center;
}

.rotate {
    transform: rotate(180deg);
    /* Aplica una rotación de 180 grados */
    transition: transform 0.3s ease;
    /* Agrega una transición suave */
}

/* Terms and Conditions */
#tac {
    margin-top: 0px;
    background-color: #fff;
}

#tac h2 {
    margin-top: 2rem !important;
}

#tac h5 {
    color: #5959c4 !important;
    margin-bottom: 0px !important;
}

#tac h6 {
    font-weight: 700;
}

#test .container {
    height: 650px;
    background-image: url('../img/bg-hero.jpg');
    background-size: cover;
    position: relative;
}

.login-card {
    background: #f4f4f4;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.10),
        -5px -5px 10px #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
}

.txt-info .txt-info__bold {
    font-weight: 600;
}

.txt-info p {
    text-align: justify;
}


.cards {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.cards-item {
    width: 520px;
    border-radius: 20px;
    background: #f4f4f4;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.10), -5px -5px 10px #ffffff;
    padding: 20px 30px;
    margin-right: 110px;
}

.cards-item:last-of-type {
    margin: 0;
}

.cards-item img {
    width: 50px;
    margin-bottom: 30px;
}

.cards-item a {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.cards-item a:hover {
    color: #027bff !important;
}

.cards-item a img {
    width: 23px;
    margin: 0 10px 0 0;
}

.cards-data h4 {
    line-height: 35px;
}

.table-reset {
    width: 980px;
    margin: 0 auto;
}

.table-reset thead {
    background-color: #DAE1E7;
}

.table-reset tbody tr {
    border-bottom: 1px solid #C1CDD7;
}

.table-reset tbody tr:last-of-type {
    border-bottom: 0;
}

.table-reset thead tr th {
    padding: 20px;
}

.table-reset tbody tr td {
    padding: 20px;
}

@media screen and (max-width: 776px) {
    #mc_embed_signup #mce-error-response {
        width: 80%;
        padding: 1rem !important;
        transform: translateX(13%);
    }
}