.contact-header-wrapper{
    background-image: url(../img/cabeceras/contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 150px 20px;
}
.contact-header-wrapper > .header{
    margin: auto;
    text-align: center;
    width: 50%;
    color: white;
}
.black-bg{
    background-color: black;
    padding: 20px;
}
.black-bg > .text{
    margin: auto;
    width: 50%;
    text-align: center;
    color: white;
}
.contact-form-wrapper{
    padding: 40px 30px;
    display: flex;
    justify-content: center;
}
.contact-form-wrapper > .form{
    width: 50%;
    margin: auto;
    font-family: 'Inter', sans-serif;
}
.contact-form-wrapper > .form input{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color:rgb(92, 92, 92);
    font-weight: 300;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #04d9ff;
    outline: none;
    background: transparent;
}
.contact-form-wrapper > .form textarea{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color:rgb(92, 92, 92);
    font-weight: 300;
    margin-bottom: 30px;
    border: 1px solid #04d9ff;
    outline: none;
    background: transparent;
}
.contact-form-wrapper > form .check{
    display: inline-flex;
}
.link{
    color: #ffa703;
    text-decoration: none;
}
.btn-wrapper{
    text-align: center;
    margin-top: 40px;
}
.form input.btn-form{
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 0.25em;
    color:black;
    text-transform: uppercase;
    background-color: #ffa703;
    border: none;
    width: 150px;
    padding: 15px 0;
    border-radius: 15px;
}
@media(max-width:1090px) {
    .black-bg > .text{
        width: 80%;
    }
}
@media (max-width:415px){
    .contact-header-wrapper > .header, .text{
        width: 80%;
    }
    .contact-form-wrapper > .form{
        width: 90%;
        margin: auto;
    }
}

