@font-face {
    font-family: 'LibreFranklin';
    src: url('../fonts/Libre_Franklin/LibreFranklin-Italic-VariableFont_wght.ttf'); 
    src: url('../fonts/Libre_Franklin/LibreFranklin-VariableFont_wght.ttf'); 
}

body{
    font-family: 'LibreFranklin' !important;
    background: #F4F4F6 0% 0% no-repeat padding-box;
    opacity: 1;
}

.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% 125%;
}

.text-principal{
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    line-height: normal;
}

.text-principal2{
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    line-height: normal;
    margin-left: 50px;
}


.btn-cotiza{
    width: 200px;
    height: 50px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 10px;
    background: transparent linear-gradient(75deg, #636CE6 0%, #00B5E0 100%) 0% 0% no-repeat padding-box;
    font-size: 16px;
}


.text-sobre{
    font-size: 40px;
    letter-spacing: 0px;
    color: #4A56CC;
    opacity: 1;
}

.text-desc{
    font-size: 20px;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
}

.card{
    border-radius: 28px;
}

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

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

.text-solicita{
    font-weight: 500;
    font-size: 28px;
    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;
}

.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;
}

@media only screen and (max-width: 450px) {
    
    .img-logo{
        width: 50%;
    }

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

    .text-principal{
        font-size: 20px;
        font-weight: 500;
    }

    .back{
        background-size: 150% 125%;
    }

    #mapa { display: none;}

    footer {
        text-align: center;
    }

    .footer-img {
        margin-left: 40%;
    }

    .text-gracias {
        font-size: 40px;
    }

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

    .img-gracias {
        margin-left: 50px;
        margin-top: 0px;
    }

}


