.cta-doble-container {
    background-color: #de3008;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.cta-doble-texto p {
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.cta-doble-botones {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-boton {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
    
}

.cta-boton-seccion {
    color: #fff;
    background-color: #2b6cb0;
}

.cta-boton-seccion:hover {
    color: #000000;
}

.cta-boton-whatsapp {
    color: #000000;
    background-color: #25d366;
}

.cta-boton-whatsapp:hover {
    color: #fff;
}
