.top-footer-container {
    padding: 133px 281px 125px 281px;
    background-color: #F3F8FF;
    margin-top: 40px;
}

.top-footer-content>div {
    column-gap: 50px;
    row-gap: 60px;
}

.top-footer-content-copi>div {
    column-gap: 50px;
    row-gap: 60px;
}

.contacta-text {
    font-size: 16px;
    font-family: 'Montserrat', serif;
    color: #000000;
}

.proyect-text {
    font-size: 32px;
    font-family: 'Montserrat', serif;
    color: #2A6A95;
    font-weight: 600;
}

.email-text {
    font-size: 20px;
    font-family: 'Montserrat', serif;
    color: #000000;
    font-weight: 600;
}

.campo-contacto {
    height: 55px !important;
    margin-bottom: 26px !important;
    border-bottom: 1px solid #E1E4E7 !important;
    padding: 0px 18px !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', serif;
    background-color: #F3F8FF;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0px 0px !important;
}

.boton-enviar {
    font-family: 'Montserrat', serif;
    font-size: 16px;
    color: #2A6A95;
    font-weight: 400;
    border: 1px solid #2A6A95;
    border-radius: 25px;
    width: 246px;
    height: 52px;
    background-color: #F3F8FF;
}

.boton-enviar:hover {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 25px;
}

.texto-politica {
    font-family: 'Montserrat', serif;
    font-size: 18px;
    text-align: center;
}

.enviar-form {
    padding-top: 5px;
}

input[type="checkbox"] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 24px;
    height: 24px;
    appearance: none;
    border: 1px solid #888;
    border-radius: 50px;
    background-position: 0 -2rem;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    margin-right: 12px;
    margin-left: 36px;
}

input[type="checkbox"]:checked {
    background-color: #2A6A95;
    color: #2A6A95;
    background-position: 0 0;
}

@media (max-width: 1200px) {
    .subscription-subtitle {
        width: auto;
    }

    .top-footer-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .boton-enviar {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .form-input {
        flex-direction: column;
        align-content: center;
    }

    .boton-enviar {
        width: 165px;
        margin-right: 65px;
    }
}