*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorBotones: #CC9933;
}

.seccion1{
    padding-top: 80px;
}


.contenedor-contactanos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -10px;
}

.contacto{
    margin-bottom: 30px;
}

.contactanos{
    width: 40%;
}

.formulario{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.input{
    border: 1px solid #636e72;
    background: none;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    padding: 20px 10px;
    color: #636e72;
    margin-bottom: 20px;
}

.input[type="text"], input[type="email"]{
    width: 48%;
}

textarea{
    max-width: 100%;
    min-width: 100%;
    min-height: 250px;
    max-height: 350px;
}

.submit{
    margin: 0;
    padding: 0;
    width: 125px;
    padding: 15px 0;
    color: #fff;
    cursor: pointer;
}

.submit{
    background: var(--colorBotones);
    border: var(--colorBotones);
}
