section.section-top-contacto{
    padding-top: 80px;
    background: linear-gradient(360deg, #070751 41.4%, #5444E6 100%);
    padding-left: 0;
    padding-right: 0;
}
.text-container-top{
    padding: 0 20px;
}
.text-container-top h1, .text-container-top p{
    color: #fff;
    opacity: 0;
}
.text-container-top h1{
    text-align: center;
    font-size: 24px;
    animation: fade-in 1s ease 1 forwards;
}
.text-container-top p{
    font-size: 16px;
    margin: 30px 0 50px;
    animation: fade-in 1s ease 0.2s 1 forwards;
}
@keyframes fade-in {
    from{
        opacity: 0;
        transform: translateX(-100px);
        filter: blur(10px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}
@media (min-width: 768px) {
    .text-container-top h1{
        font-size: 32px;
    }
    .text-container-top p{
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    section.section-top-contacto{
        padding-top: 100px;
    }
    .text-container-top{
        padding: 0 30px;
    }
    .text-container-top h1{
        font-size: 40px;
    }
    .text-container-top p{
        font-size: 24px;
        margin: 40px 0 70px;
        padding: 0 100px;
    }
}


.hbspt-form form .form-columns-2 .hs_firstname label, 
.hbspt-form form .form-columns-2 .hs_lastname label, 
.hbspt-form form .form-columns-2 .hs_email label, 
.hbspt-form form .form-columns-2 .hs_phone label, 
.hbspt-form form .form-columns-1 .hs_message label {

    color: aliceblue !important;

}

.page {
    display: none;
}