body {
    font-family: 'Aptos';
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Aptos', sans-serif !important;
    font-style: normal;

}

p {
    font-family: 'Aptos', sans-serif !important;
    font-style: normal;

}

span {
    font-family: 'Aptos', sans-serif !important;
    font-style: normal;
}

li {
    font-family: 'Aptos', sans-serif !important;
    font-style: normal;
}

ul,
ol {
    font-family: 'Aptos', sans-serif !important;
    font-style: normal;
}

.text-gris {
    color: #58585A !important;
    font-weight: 600 !important;

    opacity: 80%;
}

.text-gris>strong {
    color: #58585A !important;
    font-weight: 600 !important;

    opacity: 80%;
}

.bg-regiozing {
    background-image: url(../images/zinc-des.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.text-justify {
    text-align: justify !important;
}

.link-zinc {
    font-weight: bold;
    color: #0c5ca8 !important;
}

.nav-link {
    color: #0c5ca8 !important;
}

.text-azul {
    color: #0070C0 !important;
}

.text-azul-01 {
    color: #0C5CAA !important;
    opacity: 0.8;
    font-weight: 500 !important;
}

.bg-mision {
    background-image: url(../images/bg-mision.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-azul {
    background-color: #0070C0;

}

.text-mision {
    color: #58585A !important;
    font-weight: 600 !important;

    opacity: 80%;
}

.valor-icon {
    width: 100px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.valor-title {
    font-weight: 500;
}

.bg-footer {
    background-image: url(../images/footer.webp);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

footer p {
    color: #58585A !important;
    font-weight: 600 !important;

    opacity: 80%;
}

.column-title {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
    color: #58585A !important;
    font-weight: 600 !important;

    opacity: 80%;
}

.custom-table td {
    border: none;
    padding: 2px 10px;
    color: #58585A !important;
    font-weight: 600 !important;

    opacity: 80%;
}

.custom-table {
    /* border-bottom: 1px solid #6C6C6C; */
    /* border-top: 1px solid #6C6C6C; */
    margin: 0px;
    padding: 0px;
    height: 300px;
    width: 130px;
}

.text-servicios {
    color: #58585A !important;
    font-weight: 600 !important;

    opacity: 80%;
}

.text-g {
    color: #58585A !important;
    font-weight: 600 !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
}

.bg-mobile {
    background-image: url(../images/zinc-mobile.png) !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 55vh !important;
    /* top: calc(50px + 1rem) !important; */
    position: relative;
}

@media (max-width: 768px) {
    .bg-regiozing {
        background-image: url(../images/zinc-mobile.png) !important;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        top: calc(0px + 1rem) !important;
        position: relative;
    }

    .bg-footer {
        background-image: url(../images/footer-mobile.webp) !important;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }
}