/*FUENTES */
@font-face {
    font-family: 'rubik-bold';
    src: url('../../../../../custome/admin/shared/font/Rubik-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'rubik-light';
    src: url('../../../../../custome/admin/shared/font/rubik-light.ttf') format('truetype');
}

@font-face {
    font-family: 'rubik-regular';
    src: url('../../../../../custome/admin/shared/font/rubik-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'rubik-medium';
    src: url('../../../../../custome/admin/shared/font/rubik-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'rubik-semibold';
    src: url('../../../../../custome/admin/shared/font/rubik-semibold.ttf') format('truetype');
}

.rubik-bold {
    font-family: 'rubik-bold';
    font-weight: 900;
}

.rubik-light {
    font-family: 'rubik-light';
}

.rubik-regular {
    font-family: 'rubik-regular';
}

.rubik-medium {
    font-family: 'rubik-medium';
}

.rubik-semibold {
    font-family: 'rubik-semibold';
}

.bg-gray {
    background: #eef4f8 !important;
}

*,
* button:focus {
    outline: 0;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) > * {
        padding-right: 15px;
        padding-left: 15px;
    }

h1,
h2,
h3,
h4 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.container,
.container-fluid {
    position: relative;
    z-index: 5;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}

a,
span,
img {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none !important;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.about.style-4 .content {
    position: relative;
    padding: 60px 0;
}

.navbar.style-4 {
    position: relative;
    z-index: 99;
    padding: 20px 15px;
    background-color: #fff;
}
    .navbar.style-4 .navbar-brand {
        width: 190px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .navbar.style-4 .navbar-nav .nav-item .nav-link {
        position: relative;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        margin: 0 15px;
    }

/* --------------- to_top button --------------- */
.to_top {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: -50px;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    background: var(--color-main-grad);
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 7px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 5px 10px #0002;
    box-shadow: 0 5px 10px #0002;
}
    .to_top small {
        display: block;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 8px;
    }
    .to_top i {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .to_top.show {
        right: 30px;
        opacity: 1;
    }

.icon-40 {
    width: 40px;
    height: 40px;
}
.bi {
    display: inline-block;
}

.footer-saas {
    background: #fff;
}

    .footer-saas hr {
        color: #000;
        height: 3px;
        opacity: 1;
    }

    .footer-saas small {
        text-align: left;
    }

.btnHomePersonalizado1 {
    border-radius: 0;
    padding: 10px 30px 10px 30px !important;
    background: #1E8DEE;
    text-align: center;
    border: solid 2px #1E8DEE;
    letter-spacing: 2px;
}

    .btnHomePersonalizado1:hover {
        background-color: white;
        color: #1E8DEE !important;
        cursor: pointer;
    }

.btnHomePersonalizado2 {
    border-radius: 0;
    border: solid 2px #1E8DEE;
    padding: 10px 30px 10px 30px !important;
    color: #1E8DEE !important;
    text-align: center;
    letter-spacing: 2px;
}

    .btnHomePersonalizado2:hover {
        background-color: #1E8DEE;
        color: white !important;
    }

.btnHomePersonalizado3 {
    border-radius: 0;
    padding: 10px 30px 10px 30px !important;
    background: #075CB0;
    text-align: center;
    border: solid 2px #fff;
    letter-spacing: 2px;
}

    .btnHomePersonalizado3:hover {
        background-color: white;
        color: #075CB0 !important;
        cursor: pointer;
    }

.features-card.style-5 .card-title {
    color: #000;
    font-size: 17.5px;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.features-card.style-5:hover {
    cursor: auto;
}
.features-card.style-5 .text {
    font-size: 12.5px;
    line-height: 1.8;
    color: #777;
}
.features-card.style-5 {
    max-height: 329.5px;
    -webkit-box-shadow: 0px 46px 77px 0px #0a2b5326;
    box-shadow: 0px 46px 77px 0px #0a2b5326;
}
    .features-card.style-5 .icon {
        margin-bottom: 40px;
    }
        .features-card.style-5 .icon img {
            width: 80px;
            height: 80px;
            -o-object-fit: contain;
            object-fit: contain;
        }

.section-padding {
    padding: 50px 0;
}

.cards-integraciones {
    display: block;
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
}

.pricing.style-8 .pricing-head {
    padding: 50px;
}

.headerSaas.style-4 .content, .care.style-4 {
    position: relative;
}

.pricing.style-8 .pricing-head {
    padding: 50px;
    background-color: #EDF5FD;
}
*.img-slider-res .swiper-container .swiper-wrapper .swiper-slide .img img {
    height: 100px;
}
.pricing.style-8 .clients-slider5 .swiper-slide .img img {
    object-fit: contain !important;
}
@media screen and (min-width: 990px) {
    .care .card1 {
        left: 20%;
    }

    .care .card2 {
        left: 30%;
    }

    .care .card3 {
        left: 40%;
    }

}
@media screen and (max-width: 990px) {
    .care .card1, .card2, .card3 {
        margin-bottom: 10px;
        max-width: 350px;
    }

}

    .cartas {
        z-index: 10;
        position: absolute;
        background: white;
        border-radius: 10px;
        display: flex;
        gap: 15px;
        padding: 10px;
    }

        .cartas div {
            display: flex;
            flex-direction: column;
            text-align: left;
        }

.headerSaas ul, .funcionamiento ul {
    list-style-type: disc !important;
}

.beneficios {
    padding-top: 5rem;
}

.beneficios .col-md-3 {
    background: #1E8DEE;
    height: 300px;
    padding-top: 120px;
    margin-bottom: 5rem !important;
}
    .beneficios .col-md-3 div:first-child {
        left: 0;
        right: 0;
        top: -60px;
        border: 1px solid black;
        border-radius: 10px;
        background: white;
        object-fit: contain;
        height: 150px;
        width: 150px;
    }
    .beneficios .col-md-3 div:last-child {
        width: 86%;
        bottom: 20px;
    }

@media (min-width: 768px) {
    .col-md-3 {
        width: 20% !important;
    }
    .form-row {
        display: flex;
    }
    .form-group {
        margin-bottom: 1rem !important;
    }
        .form-group .form-control, .form-group .form-select {
            margin-bottom: 0 !important;
        }
}

@media (max-width: 767px) {
    footer .position-absolute, .footer .col-3 {
        display: none;
    }

    .beneficios .col-md-3 div:last-child {
        width: 94% !important;
    }
}

.form-group .form-control, .form-group .form-select {
    border-radius: 10px;
}

.form-group .form-control, .form-group .form-select {
    margin-bottom: 1rem;
}

.form-group {
    padding-left: .25rem;
    padding-right: .25rem;
}

.contacto h2 {
    color: #1E8DEE;
}

.footer {
    background: #1E8DEE;
}

.footer .col-3 img {
    height: 180px;
}

ul {
    list-style-type: none;
}

.navbar.nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: fixed !important;
    top: -100px !important;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    border-radius: 0 !important;
    margin: 0 !important;
}

.bg-sd {
    background-color: #075CB0 !important;
}

.text-sd {
    color: #075CB0 !important;
}