:root {
  --text-clr-1: #ffffff;
  --text-clr-2: #000000;
  --bg-clr-1: hsla(0, 0%, 85%, 0.116);
  --accent-clr-1: #65967b;
}
html{font-size:16px;}
body{background-color: #fff;  font-family: 'Poppins', sans-serif; font-weight:400; color:var(--main-color-body); overflow-x: hidden; font-size:1rem; line-height:1.5rem;}
object{pointer-events: none;}
.img-svg svg{width:100%; height:100%; display: inline-block;}

a{cursor: pointer; color:var(--main-link-color-1);
-webkit-transition: all 150ms linear;-moz-transition: all 150ms linear;-ms-transition: all 150ms linear;-o-transition: all 150ms linear;transition: all 150ms linear;}
a:hover{color:var(--main-link-color-1-in);}

.btn
{-webkit-transition: all 150ms linear;-moz-transition: all 150ms linear;-ms-transition: all 150ms linear;-o-transition: all 150ms linear;transition: all 150ms linear;}


 .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary:focus, .btn-primary:active:focus{box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);}
.icon{font-size:2.5rem;}
.btn-primary {
  color: white;
  background-color: var(--main-link-color-1);
  border-color: var(--main-link-color-1);
}
 .btn-primary:focus,
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle
 {
  color: #fff;
  background-color: var(--main-link-color-1-in);
  border-color: var(--main-link-color-1-in);
}
/**/
.checkbox {
  padding-left: 3px; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }

.radio {
  padding-left: 20px; }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }

/**/
h1,.h1,h2,.h2,h3,.h3,h4,.h4{font-family: 'Poppins', serif; font-weight:700;}
h5, .h5 {font-size: 1.0rem;}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a{color:var(--main-color-body); text-decoration: none;}
h1 a:hover,.h1 a:hover,h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h4 a:hover,.h4 a:hover{color:var(--main-color-body); text-decoration: underline;}
.btn{border-radius:0px;font-size:1.25rem; padding: .75rem 2rem; font-weight:600;}

header{
    background-color: var(--main-bg-01);
    background-repeat: no-repeat, repeat; background-position: 80% , 50%; background-size: cover, auto;
}
header{color:var(--main-color-1);}
.logo-box{position: relative;z-index:2;}
.logo img{height:90px;}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {display: inline;}
.checkbox {padding-left: 3px;}
small, .small {font-size: 0.875em; line-height: 140%;}
.decor span{position: relative;}
.decor span:before{content:""; width:150px; height:1px; border-top:2px solid var(--main-border-color-2);position:absolute; top:50%; left:-170px;}
.decor span:after{content:""; width:150px; height:1px; border-top:2px solid var(--main-border-color-2);position:absolute; top:50%; right:-170px;}

#media .media-post-image-source {
  position:absolute;
  bottom: 0px;
  font-weight: 600;
  color: #fff;
  margin-left: 0.75em;
}

#footer h3{color: var(--main-link-color-1);}
#footer .mdi{color: var(--main-link-color-1);}
#footer a{color:var(--main-color-body); text-decoration: none;}
#footer a:hover{text-decoration: underline;}
#facebook{
  position: absolute; bottom:0px; right:15px;
  font-size: 2.5rem; margin-bottom: 1rem;
}

@media (min-width: 768px) {
  header{background-position: 100% 50% , 50%;}
}

/* Style do FAQ */