/*============== Section 9 ====================***/
.section-contact{
    height: auto;
    background-image: url(../images/page-9-assets/contacto.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 120px;
}
.section-contact .contact-container{
    background: transparent;
    padding: 0;
    box-shadow: 0px 40px 80px #0026;
}
/*============== End Block ====================***/
.btn-blue{
    padding: 8px 30px !important;
    color: white !important;
    min-width: 150px;
}