.fondoContacto {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/fondoContacto.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: .6;
}
.oculto {
    display: none;
}
.contacto {
    min-height: 790px;
    position: relative;
    justify-content: space-around;
    padding-top: 130px;
    padding-bottom: 100px;
    gap: 30px;
}
.w {
    position: absolute;
    background: url(../img/wFondo.png) no-repeat right bottom;
    width: 100%;
    height: 100%;
    background-size: contain;
    mix-blend-mode: overlay;
}
.consultaContacto {
    width: 300px;
    margin-right: 30px;
}
.consultaContacto h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
.consultaContacto p {
    margin-bottom: 20px;
}
.iconEscribenos {
    left: -30px;
    top: -50px;
}
.iconEscribenos img {
    width: 28px;
    height: 28px;
}
.formContainer{
    width: 550px;
    position: relative;
    margin: 30px 0;
}
.formContacto {
    padding: 20px 30px;
    border-radius: 24px;
}
.formCT {
    padding-bottom: 13px;
}
.formCT p {
    font-size: 18px;
    line-height: 1.3!important;
    text-align: center!important;
    font-family: 'Montserrat', sans-serif;
}
input:focus + label, textarea:focus + label,
input:not(:placeholder-shown) + label,
textarea:not(:placeholder-shown) + label {
    transform: scale(0.9) translateY(-5px);
    color: #FD5954;
}
input:hover + label, textarea:hover + label {
    color: #FD5954;
}
input:hover ~ .formLine, textarea:hover ~ .formLine  {
    background-image: linear-gradient(to right, #8F1A14 0%, #FF322C 50%, #FF6661 100%);
    opacity: 1;
}