@import url('https://fonts.googleapis.com/css2?family=Ubuntu');

h1, h2, h3, h4, h5, h6, p, span, .btn, label, input, select{
    font-family: 'Ubuntu', sans-serif;
} 

h1{
    font-size: 32px;
    font-weight: 900;
}

h2{
    font-size: 26px;
    font-weight: 900;
    margin: 0px;
}

h3{
    font-size: 17px;
    font-weight: 600px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.well-img{
    height: 65px !important;
    padding: auto;
    margin: 0px;
}

.col-img{
    padding: 5px;
}

.img-inner{
    display:table-cell;
    vertical-align: middle;
    height: 65px !important;
}

.well-img img{
    
    /* max-width: 100%; */
    height: 100%;
    display: block;
    margin: auto auto;
}

.blue{
    color: #336699 !important;
}

.modcard{
    /* cursor: pointer; */
    text-align: center;
    transition: transform 1s;
    margin: 10px;
    box-shadow: 3px 3px;
}

.selected{
    background-color: #4e4e4e !important;
    color: #fff;
    border: none;
}

.div-3 h3{
    font-size: 12px;
}

.fas{
    font-size: 45px;
}

.modcard:hover{
    /* background-color: #eaeaea; */
    /* transform: rotate(-2deg);  */
}

.selected:hover{
    background-color: #535353 !important;
    color: #fff;
}

.center{
    text-align: center;
}

.steps p{
    font-size: 17px;
}

.numberCircle {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 8px;
    margin-top: -45px;
    margin-right: auto;
    margin-left: auto;
    background: #336699;
    border: 2px solid #666;
    color: #fff;
    text-align: center;

    font: 32px Arial, sans-serif;
}

.quoteCircle {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 8px;
    margin-top: -45px;
    background: #336699;
    border: 2px solid #666;
    color: #fff;
    text-align: center;
    
    margin-left: auto;
    font: 24px Arial, sans-serif;
}

.quoteCircle i{
    margin-top: 5px;
}

p{
    font-size: 22px;
}

.btn-full{
    width: 100%;
}

.btn-blue{
    background-color: #336699;
    font-size: 22px;
    color: #eaeaea;
    padding: 10px;

    transition: linear transform 2s;
}

.btn-blue:hover{
    background-color: #2b5783;
    color: #fff;
}

.btn-black{
    background-color: #e9e9e9;
    font-size: 22px;
    color: #212121;
    padding: 10px;

    transition: linear transform 2s;
}

.btn-black:hover{
    background-color: #e2e2e2;
    color: #212121;
}

.btn-white{
    background-color: #f5f5f5;
    font-size: 22px;
    color: #212121;
    padding: 10px;

    transition: linear transform 2s;
}

.btn-white:hover{
    background-color: #e9e9e9;
    color: #212121;
}

.home{
    height: fit-content;
    background-color: #EAEAEA;
    padding: 50px;
}

.home img{
    width: 150px;
}


.footer img{
    width: 150px;
}

.footer{
    padding: 50px;
}

.footer p{
    font-size: 12px;
}

.div-2{
    background-color: #fff;
    height: fit-content;
    border-bottom-right-radius: 280px;
}

.div-3{
    height: fit-content;
    background-color: #4c7196;
}

.div-3 h1,.div-3 p{
    color: #fff;
}

.col-mod{
    padding: 0px;
}

.div-4{
    border-top-left-radius: 150px;
    background-color: #eaeaea;
}

.div-4-c{
    background-color: #eaeaea;
}

.bg-blue{
    background-color: #4c7196;
    height: fit-content;
}

.row{
    margin: 0px !important;
}

.div-6{
    background-color: #EAEAEA;
    border-bottom-left-radius: 150px;
}

.div-7{
    height: fit-content;
    background-color: #4c7196;
}

.div-7 h1{
    color: #fff;
}

.div-7 p{
    color: #212121;
    font-size: 17px;
}

.contato{
    background-color: #212A3C;
    border-top-right-radius: 150px;
    text-align: center;
}

.contato .blue{
    color: #4c7196 !important;
}

.contato h1, .contato p{
    color: #fff;
}

.form span,.form p{
    color: #212121;
}

.form{
    text-align: left;
}

.well-faq{
    cursor: pointer;
}

.well-faq p{
    margin: 0px !important;
    font-size: 20px;
    font-weight: 900;
}

.faq-resp{
    font-weight: 400 !important;
    font-size: 18px !important;
}

.about{
    background-color: #EAEAEA;
    text-align: left;
}