input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Seccion 1 */
.seccion-1{
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%), url('../img/contactenos/Rectangle29.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    padding-left: 185px;
    padding-right: 185px;
    height: 481px;
}

/* Seccion 2 */
.seccion-2{
    margin-top: 50px;
    padding: 100px 185px;
    position: relative;
}
.seccion-2::after{
    content: '';
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #854E13;
    top: 0;
    right: 185px;
    z-index: -1;
}
.sec-2-sub-1{
    margin-right: 50px;
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec-2-sub-1 > h2{
    font-size: 3rem;
    margin-bottom: 20px;
    font-family: 'Roboto Serif', serif;
}
.sec-2-sub-1 > h2 > span{
    color: #e28140;
    font-family: 'Roboto Serif', serif;
}
.sec-2-sub-1 > p{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 40px;
}
input{
    border-radius: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.sec-2-sub-2{
    width: 50%;
    padding-right: 100px;
}
.btn-enviar{
    width: 100%;
    color: white;
    background-color: #e28140;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 50px;
}
.dato-div-1, .dato-div-2{
    margin-right: 10px;
}
.dato-div-1 > img, .dato-div-2 > img, .dato-div-3 > img{
    margin-right: 15px;
}
.texto-1{
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0;
}
.texto-2{
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #dd5471;
}

@media (max-width: 1900px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {
    .seccion-2{
        padding-left: 100px;
        padding-right: 100px;
    }
    .seccion-2::after{
        right: 100px;
    }
}

@media (max-width: 1200px) {
    .seccion-2{
        padding-left: 60px;
        padding-right: 60px;
    }
    .seccion-2::after{
        right: 60px;
    }
}

@media (max-width: 992px) {
    .seccion-1{
        height: 550px;
    }
    .seccion-2{
        padding-top: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .seccion-2::after{
        display: none;
        visibility: hidden;
    }
    .seccion-2-cont{
        flex-direction: column;
    }
    .sec-2-sub-1{
        padding-top: 0;
        margin-right: 0;
        width: 100%;
    }
    .sec-2-sub-2{
        width: 100%;
        height: 500px;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .seccion-1{
        height: 450px;
    }
}

@media (max-width: 576px) {
    .datos-div{
        flex-direction: column;
    }
    .dato-div-1, .dato-div-2{
        margin-bottom: 20px;
    }
    .sec-2-sub-1 > h2{
        font-size: 2.5rem;
    }
}

@media (max-width: 425px) {
    .seccion-1{
        height: 300px;
    }
    .seccion-2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec-2-sub-1 > h2{
        font-size: 2rem;
    }
    .sec-2-sub-2{
        height: 400px;
    }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}