/* Seccion 1 */
.seccion-1{
    background-image: linear-gradient( rgba(60, 60, 60, 0.7), rgba(60, 60, 60, 0.7)), url('../img/contacto/image 143.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 502px;
    padding-left: 30px;
    padding-right: 30px;
}
.seccion-1-titulo{
    font-size: 1.3rem;
    font-weight: 300;
    font-family: 'Roboto';
    text-align: center;
    margin-bottom: 5px;
}
.seccion-1-descripcion{
    font-size: 2.85rem;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 58px;
    max-width: 1050px;
}
.seccion-1-descripcion>span{
    color: rgb(100, 176, 92);
}

/* Seccion 2 */
.seccion-2{
    padding-top: 155px;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
}
.seccion-2 *{
    font-family: 'Roboto', sans-serif;
}
.seccion-2-cont-1{
    max-width: 600px;
    margin-right: 100px;
}
.seccion-2-cont-2{
    width: 40%;
}
.seccion-2-titulo{
    font-size: 3rem;
    margin-bottom: 50px;
}
.seccion-2-datos{
    background-image: linear-gradient( rgba(60, 60, 60, 0.7), rgba(60, 60, 60, 0.7)), url('../img/contacto/lateral.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px;
    border-radius: 10px;
    max-width: 450px;
}
.seccion-2-datos-titulo{
    font-size: 1.5rem;
    font-weight: 500;
}
.seccion-2-datos-texto{
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0px;
}
.seccion-2-datos-texto>span{
    font-weight: 500;

}
.seccion-2-datos-div{
    margin-bottom: 50px;
}
.seccion-2-cont-2-parrafo{
    font-size: 1.5rem;
    color: rgb(117, 117, 117);
    line-height: 30px;
    margin-bottom: 30px;
}
.form-control{
    border-radius: 0 !important;
}
.form-label{
    font-size: 1.5rem !important;
}
.form-check-label{
    font-size: 1.5rem;
}
.form-check-input{
    position: relative;
    top: 7px;
}
.btn-verProducto{
    background-color: rgb(100, 176, 93);
    color: white;
    font-size: 1.5rem;
    padding: 10px 30px;
    border-radius: 10px;
}


/* Seccion 3 */
.seccion-3{
    padding-top: 116px;
    padding-bottom: 170px;
}
.seccion-3-titulo{
    text-align: center;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 3rem;
    color: rgb(100, 176, 92);
    margin-bottom: 60px;
}


@media (max-width: 1920px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1200px) {
    .seccion-2-cont-2{
        width: auto;
    }
}

@media (max-width: 992px) {
    .seccion-2{
        flex-direction: column;
    }
    .seccion-2-cont-1{
        max-width: none;
        margin-right: 0px;
    }
    .seccion-3-contenedor-img{
        flex-direction: column;
    }
    .seccion-2-datos{
        margin: auto;
        margin-bottom: 50px;
        max-width: 500px;
    }
    .seccion-2-cont-2-parrafo{
        text-align: justify;
    }
}

@media (max-width: 768px) {
    .seccion-1{
        height: 400px;
    }
    .seccion-1-descripcion{
        font-size: 2.7rem;
    }
    .seccion-2-titulo{
        font-size: 2.6rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .seccion-1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .seccion-1-descripcion{
        font-size: 2.4rem;
    }
    .seccion-2-titulo{
        font-size: 2.4rem;
    }
    .seccion-2-cont-2-parrafo{
        font-size: 1.3rem;
    }
    .form-label{
        font-size: 1.3rem !important;
    }
    .form-check-label{
        font-size: 1.3rem;
    }
    .form-check-input{
        top: 4px;
    }
    .contenedor-boton{
        justify-content: center !important;
    }
    .seccion-3{
        padding-top: 80px;
        padding-bottom: 90px;
    }
    .seccion-3-titulo{
        font-size: 2.2rem;
    }
    .seccion-3-contenedor-1{
        flex-direction: column;
    }
    .seccion-3-contenedor-1 > div{
        justify-content: center;
    }
    .seccion-3-contenedor-2{
        flex-direction: column;
    }
    .seccion-3-contenedor-2 > div{
        justify-content: center;
    }
}

@media (max-width: 425px) {
    .seccion-1-descripcion{
        font-size: 2.1rem;
    }
    .seccion-2{
        padding-left: 0px;
        padding-right: 0px;
    }
    .seccion-2-cont-2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .seccion-2-titulo{
        font-size: 2rem;
        padding-left: 20px;
        padding-right: 20px;
    }
    .seccion-2-datos-titulo{
        font-size: 1.3rem;
    }
    .seccion-2-datos-texto{
        font-size: 1.3rem;
    }
    .btn-verProducto{
        font-size: 1.3rem;
    }
    .seccion-3-titulo{
        font-size: 2rem;
    }
}

@media (max-width: 375px) {
    .seccion-1-descripcion{
        font-size: 2.7rem;
    }
    .seccion-2-cont-2-parrafo{
        font-size: 1.2rem;
    }
    .form-label{
        font-size: 1.2rem !important;
    }
    .form-check-label{
        font-size: 1.1rem;
    }
    .form-check-input{
        top: 1px;
    }
    .btn-verProducto{
        font-size: 1.2rem;
    }
    .seccion-3{
        padding-left: 20px;
        padding-right: 20px;
    }
    .seccion-3-titulo{
        font-size: 1.7rem;
    }
}

@media (max-width: 320px) {

}
