.contacto {
    background-image: url("../assets/Contacto/Contacto-imagen.jpg");
    color: white;
}

.contact-form {
    border-radius: 15px;
    background-color: white;
    color: black;
}

label {
    font-family: "Assistant Medium";
    color: #616c80;
}

input, textarea {
    border: 1.5px solid #ecedef;
    border-radius: 5px;
    width: 100%;
}

textarea {
    height: 170px;
}

.company-phone {
    padding-left: 29px;
}

.phone {
    padding-right: 29px
}

.send-contact {
    float: right;
    border-radius: 5px;
    border-color: transparent;
    background-color: var(--secondaryColorText);
    color: white;
    width: 15rem;
}

.corner-wrapper {
    display: block;
    overflow: hidden;
    height: 325px;
    border-radius: 10px;
    transform: translateZ(0px);
    border: 3px solid #eee;
}

.contact-text {
    font-size: 25px;
    padding: 3rem 15rem 3rem 15rem;
    font-family: "Assistant Light";
}

@media (max-width: 991px) {
    .contact-text {
        padding: 0;
    }
}
