.color1 { color: #FFA400; }
.color2 { color: #003A5D; }
.colorVerde { color: #376F53 }
.colorBranca { color: #fff; }
.colorBlack { color: #000; }
.colorLight { color: #4d4d4d; }

.bt-escolha { width: 234px; height: 52px; background: #EEEEEE; color: #4d4d4d; border-radius: 100px; font-size: 16px; box-shadow: 0px 13px 15px -13px rgb(0 0 0 / 20%), inset 0px -9px 0px -6px rgb(0 0 0 / 10%) }
.bt-escolha:hover { box-shadow: 0px 13px 15px -13px rgb(0 0 0 / 1%), inset 0px -9px 0px -6px rgb(0 0 0 / 0%) }
.bt-escolha:after { content: ""; background: url(../img/setabaixo.svg) no-repeat center; width: 10px; height: 10px; margin-left: 8px; }
.bt-text1 { color: #4d4d4d }
.link-mediabiz { background: #FFA400; color: #fff ; padding: 4px 8px; border-radius: 100px; margin-top: 2px; display: inline-block; }

.font-colosso { font-size: 48px; line-height: 50px; font-weight: 700; }
.font-big { font-size: 34px; line-height: 40px; font-weight: 600; }
.font-24 { font-size: 24px; line-height:28px; font-weight: 400; }
.font-16 { font-size: 16px; line-height:19px; font-weight: 400; }
.font-default { font-size: 18px; line-height: 27px; font-weight: 400; }
.font-default-medium { font-size: 14px; line-height: 21px; font-weight: 400; }
.font-default-min { font-size: 12px; line-height: 17px; font-weight: 400; }
.font-nano { font-size: 10px; line-height: 16px; font-weight: 400; }
.fontMinSpace { font-size: 11px; line-height: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.strong { font-weight: 700 }
.TextCenter { text-align: center; }
.block { display: block; }
.Uper { text-transform: uppercase; }

a, a:hover { text-decoration: none; transition: .2s }

.bt-buscar:before { content: ""; background: url(../img/icon-lupa.svg) no-repeat center; display: block; width: 22px; height: 22px; }

.bt-cta1 { padding: 0 14px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; height: 53px; border: 0px; border-radius: 100px; background: #FFA400; color: #fff; font-size: 20px; box-shadow: 0px 13px 15px -13px rgba(0,0,0,0.2),inset 0px -9px 0px -6px rgba(0,0,0,0.1); }
.bt-cta1:hover { box-shadow: 0px 13px 15px -13px rgba(0,0,0,0.2),inset 0px -9px 0px -6px rgba(0,0,0,0); }


.owl-theme .owl-dots .owl-dot.active span { background: #FFA400; width: 20px; transition: .2s }
.owl-theme .owl-dots .owl-dot span { transition: .2s; margin: 5px 4px; }

/* AJUSTES Display .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . */

@media ( max-width: 768px ) {
.bt-escolha { width: 190px; height: 42px; }

.font-colosso { font-size: 34px; line-height: 40px; }
.font-big { font-size: 24px; line-height: 32px; }
.font-default { font-size: 15px; line-height: 20px; }
.font-default-medium { font-size: 13px; line-height: 19px; font-weight: 500 }

}