body {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.color_azul_navy {
    background-color: rgb(13, 21, 65);
}

.color_azul_cielo {
    background-color: rgb(217, 247, 247);
}

.image-container {
    position: relative;
    display: inline-block;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(13, 21, 67, 0.7);
    padding: 10px;
    border-radius: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.footer {
    background-color: rgb(13, 21, 65);
    color: #fff;
    padding: 20px 0;
}

.footer-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column .col {
    flex: 1;
    margin-right: 15px;
}

.footer-column p {
    font-size: 0.9em;
    /* Tamaño de fuente ajustado */
}

a:link {
    text-decoration: none;
    color: white;
}

.copy {
    background-color: rgb(13, 1, 24);
    color: white;
    text-align: center;
    font-size: 0.8em;
    padding: 5px;
}

.appWhatsapp {
    position: fixed;
    right: 26px;
    bottom: 50px;
    width: 60px;
    z-index: 1000;
}

.appWhatsapp img {
    width: 58px;
    height: auto;
}

.modal-header {
    background-color: rgb(13, 21, 65);
    color: white;
}

@media (max-width: 1200px) {
    .center-align-small {
        display: flex;
        justify-content: center;
    }
}