:where([class^="ri-"])::before {
    content: "\f3c2";
}

body {
    font-family: 'Mulish', 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

.titulos {
    font-family: 'Geologica', sans-serif;
}
.text-gradient {
    background: linear-gradient(90deg, #0056b3, #00a0e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider .shape-fill {
    fill: #FFFFFF;
}

.shadow-custom {
    box-shadow: 0 10px 25px -5px rgba(0, 86, 179, 0.1), 0 10px 10px -5px rgba(0, 86, 179, 0.04);
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 86, 179, 0.1), 0 10px 10px -5px rgba(0, 86, 179, 0.05);
}

.number-badge {
    position: relative;
}

.number-badge::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 86, 179, 0.1);
    border-radius: 50%;
    z-index: -1;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #0056b3;
}

.custom-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-checkbox:hover input~.checkmark {
    border-color: #0056b3;
}

.custom-checkbox input:checked~.checkmark {
    background-color: #0056b3;
    border-color: #0056b3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.animate-counter {
    animation: countUp 2s ease-out forwards;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.client-logo {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.imagen-footer {
    width: 8rem !important;
}

.img-trayectoria {
    height: 29rem !important;
}

.hero-background {
    background-image: url('./src/img/BANNER-PRINCIPAL.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.bg-black {
    background-color: #1a1c23;
}

.bg-gris {
    background-color: #2a303f;
}

.bg-gris-claro {
    background-color: #eaedef;
}

.bg-gris-medio {
    background-color: #ced3d8;
}

.bg-icono {
    background-color: #374ef7;
}

.text-negro {
    color: #1a1c23;
}

.text-azul {
    color: #374ef7;
}

.text-gris-claro {
    color: #eaedef;
}

.text-gris-medio {
    color: #ced3d8;
}

.text-gris-oscuro {
    color: #2a303f;
}

@media (max-width: 1024px) {
    .hero-background {
        background-attachment: scroll;
    }
}