@media (min-width: 1920px) and (max-width: 2560px)  {
    
    
.back-form{
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 20px;
}

.back{
    background-image: url("../images/fondo.png");
    background-repeat: no-repeat;
    background-size: 100% 127%;
}

.text-principal{
    font-size: 60px;
}

.img-logo{
    width: 300px;
    height: 250px;
}

.text-principal2{
    font-size: 30px;
}

.btn-cotiza{
    width: 400px;
    height: 100px;
    font-size: 40px;
}

.text-sobre{
    font-size: 70px;
}

.text-desc{
    font-size: 40px;
    line-height: initial;
}

.img-card{
    width: 80px;
    height: 80px;
    margin: 20px;
}

.text-servi{
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0px;
    color: #0D0C44;
}

.text-solicita{
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0px;
    color: #000000;
}

.footer{
    background-color: #000001 !important;
    color: #FFFFFF !important;
    font-size: 12px;
}

.text-footer{
    color: #FFFFFF !important;
    font-size: 12px;
    text-decoration: none;
}

.check{
    text-align: initial;
    margin-left: 90px;
}

.icon{
    color: #FFFFFF;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: -2px;
    margin-right: 10px;
}

.aviso{
    font-size: 17px;
    font-weight: 400;
}

.text-gracias{
    font-size: 60px;
    letter-spacing: 0px;
    color: #4A56CC;
    font-weight: 600;
    margin-left: 50px;
}

.img-gracias{
    margin-left: 130px;
    margin-top: 85px;
}

.text-aviso{
    color: #4A56CC;
    font-weight: 600;
}
}