@import url("https://pro.fontawesome.com/releases/v5.15.0/css/all.css");

/* ### BACKGROUND/LAYOUT ### */
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
.estrutura{ width: 100%; float: left; }
body{
    
}
.img-responsive.img100{
    width: 100% !important;
}
/* ### FIM BACKGROUND/LAYOUT ### */

/* ### MENU ### */
/* ### FIM MENU ### */

/* ### FORMULARIOS ### */
/* ### FIM FORMULARIOS ### */

/* ### UTILITY ### */
.semOverflow{overflow: hidden;}

.btn{cursor: pointer;}

.aSemUnderline a, .aSemUnderline a:hover{text-decoration: none;}

hr{clear:both;border-bottom:0;border-top:1px dotted #ccc;border-right:0;border-left:0;margin:30px 0;min-height: 0px;height:1px;}
hr.alt1{border-style: solid;}
hr.alt2{border-style: dashed;}
/* ### FIM UTILITY ### */

/* ### CORES ### */
.bg_azul{ background: #1197CF; }
/* ### FIM CORES ### */

/* ### FONTES ### */
.font-arial{ font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.font-11{ font-size: 11px !important; } .font-12{ font-size: 12px !important; } .font-13{ font-size: 13px !important; }
.font-14{ font-size: 14px !important; } .font-16{ font-size: 16px !important; }
.font-18{ font-size: 18px !important; } .font-20{ font-size: 20px !important; }
.font-22{ font-size: 22px !important; } .font-24{ font-size: 24px !important; }
.font-26{ font-size: 26px !important; } .font-28{ font-size: 28px !important; }
.font-30{ font-size: 30px !important; } .font-32{ font-size: 32px !important; }
.font-34{ font-size: 34px !important; } .font-36{ font-size: 36px !important; }
/* ### FIM FONTES ### */

@media (max-width: 767px){ /* Extra small devices */
    .xs-center{
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px){ /* Small devices */
    
}
@media (min-width: 992px) and (max-width: 1199px){ /* Medium devices */
    
}
@media (min-width: 1200px){ /* Large devices */
    
}