@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


#mainPanel label {
    font-family: 'Lato', sans-serif;
    /*color: #3F2B56;*/
}

#mainPanel h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    line-height: 1.1em;
    color: #1A204C;
    margin: 0px 0px 0px 0px;
}

#formularioEtapa2 h2 {
    font-family: 'Lato', sans-serif;   
}


.card-body{
    padding: 1.3rem 2.7rem;
}

.card-body h2{
    font-family: 'Lato', sans-serif;
    color: #fc8a03;
}

.card-body p{
    margin: 0;
}

#viewMonto {
    font-family: 'Lato', sans-serif;
    color: #007a7b;
}
                
#viewPlazo {
    font-family: 'Lato', sans-serif;
    color: #007a7b;
}

#viewMontoCC {
    font-family: 'Lato', sans-serif;
    color: #007a7b;
}
                
#viewPlazoCC {
    font-family: 'Lato', sans-serif;
    color: #007a7b;
}

#viewCotiz{
    font-family: 'Lato', sans-serif;
    color: #007a7b;
    font-size: 4rem!important;
    padding: 2% 0;
}

.btn-ucg{
    background-color: #007a7b;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.4em;
    line-height: 1.25em;
    letter-spacing: -0.48px;
    border-radius: 5px;
    padding: 15px 35px 15px 35px;
}

.btn-ucg:hover{
    background-color: #fc8a03;
    color: #fff;
}

.btn-ucg-alt{
    background-color: #fc8a03;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.4em;
    line-height: 1.25em;
    letter-spacing: -0.48px;
    border-radius: 5px;
    padding: 15px 35px 15px 35px;
}

.btn-ucg:hover{
    background-color: #007a7b;
    color: #fff;
}

.ucg-form input[type="text"] {

    max-width: 100%;
    width: 100%;
    padding: 15px 24px 17px 24px;
    border-radius: 25px;

}

.ucg-form input[type="email"] {

    max-width: 100%;
    width: 100%;
    padding: 15px 24px 17px 24px;
    border-radius: 25px;

}

.ucg-form textarea{
    max-width: 100%;
    width: 100%;
    padding: 15px 24px 17px 24px;
    border-radius: 25px;
}

.ucg-card{
    border-radius: 30px;
    border: none;
    background-color: #007a7b;
    padding: 1.5rem 3.5rem;
}

.ucg-card .resultado span{
    font-size: 1.1em!important;
}