@charset "UTF-8";

body {
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
  color: #172a3c;
  font-size: 70%;
  font-family: 'Roboto', sans-serif;
}
html {
  scroll-padding-top: 148px;
}

.dropdown-menu .dropdown-item:active {
  background-color: inherit;
}

/* vs 2 com 1 
/*banner/
h1, .h1 { font-size: calc(2em + 1vw) !important; font-family: 'Roboto', sans-serif;} 
/*titulo/
h3, .h3 { font-size: calc(1.5em + 1vw) !important; font-weight: bold;font-family: 'Roboto', sans-serif;font-weight: bold;text-transform: uppercase;}
/*text/
h5, .h5 { font-size: calc(1.3em + 1vw) !important; font-family: 'Roboto', sans-serif;line-height: 180%;}  
/*footer/
h6, .h6 { font-size: calc(1.1em + 1vw) !important; font-family: 'Roboto', sans-serif;line-height: 170%;} 
*/

/* vs 2
/*banner/
h1, .h1 { font-size: clamp(1.1em, 1.3em + 1vw, 10em) !important; font-family: 'Roboto', sans-serif;} 
/*titulo/
h3, .h3 { font-size: clamp(1.3rem, 1.3rem + 1vw, 1.7rem) !important; font-weight: bold;font-family: 'Roboto', sans-serif;font-weight: bold;text-transform: uppercase;}
/*text/
h5, .h5 { font-size: clamp(1.3rem, 1.3rem + 1vw, 1.7rem) !important; font-family: 'Roboto', sans-serif;line-height: 180%;}  
/*footer/
h6, .h6 { font-size: clamp(1.3rem, 1.3rem + 1vw, 1.7rem) !important; font-family: 'Roboto', sans-serif;line-height: 170%;} 
*/

h1 { font-size: calc(2em + 1vw) !important; font-family: 'Roboto', sans-serif;} /*banner*/
h2 { font-size: calc(2em + 1vw) !important; font-weight: bold; font-family: 'Roboto', sans-serif;}
h3 { font-size: calc(1.3em + 1vw) !important; font-weight: bold; font-family: 'Roboto', sans-serif;text-transform: uppercase;margin-bottom: 1.8rem;} /*titulo*/
h4 { font-size: 1.5em; font-weight: bold; line-height: 170%; font-family: 'Roboto', sans-serif;}
h5 { font-size: 1.7em; font-weight: normal; line-height: 180%; font-family: 'Roboto', sans-serif;}
h6 { font-size: 0.75em; font-weight: normal; line-height: 170%; font-family: 'Roboto', sans-serif;} /*footer*/
.h7 {font-size: calc(1.1em + 0.15vw) !important; font-weight: normal; line-height: 130%; font-family: 'Roboto', sans-serif;} /*menu*/
p { font-size: calc(0.5em + 1vw) !important; font-family: 'Roboto', sans-serif}


.text-shadow {text-shadow: black 0.1em 0.1em 0.2em}

.loading {
  display: none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* para index_aguarde.php
  img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 485px;
  max-width: 100%;
} */

.bg1 {
  background-color: #194985!important;
  /*background-color: #04084a!important;*/
}

.bg2 {
  background-color: #e0781f!important;
}

.bg3 {
  background-color: #707070!important;
}

.bgcinzaclaro {
  background-color: #e0e0e0!important;
}
.creia {
    font-weight: bold;
    color: #e0781f !important;
}
.creiamenu {
    font-weight: bold;
    color: #e0781f;
}
.creiamenu:hover {
    font-weight: bold;
    color: #ffffff !important;
}

a {
  text-decoration: none;
}

nav {
  height: 100%;
}
nav a {
  color: #172a3c!important;
  padding: 5px 10px;
  transition: 0.4s;
}

/*
nav a:hover {
  text-decoration: none;
  background-color: #e0781f!important;
  color: #000000!important;
  padding: 5px 10px;
}
*/
nav a:hover {
    text-decoration: none;
    color: #e0781f!important;
}


@media (max-width: 767px) {
    .tracomenu {
    display: none;
    }
}


.borderbotmenu {
        border-bottom: 0px;
} 
@media (max-width: 767px) {
    .borderbotmenu {
        border-bottom: 1px solid #ffffff;
    } 
}


/*** FAQ ***/
.accordion_one .panel-group {
    border: 1px solid #f1f1f1;
    margin-top: 100px
}

a:link {
    text-decoration: none
}

.accordion_one .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0px solid transparent;
    border-radius: 0;
    margin: 0
}

.accordion_one .panel-default {
    border: 0
}

.accordion-wrap .panel-heading {
    padding: 0px;
    border-radius: 0px
}

h4 {
    font-size: 18px;
    line-height: 24px
}

.accordion_one .panel .panel-heading a.collapsed {
    color: #999999;
    display: block;
    padding: 12px 30px;
    border-top: 0px
}

.accordion_one .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #313131;
    border-bottom: 1px solid #f1f1f1
}

.accordion-wrap .panel .panel-heading a {
    font-size: 14px
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 25px 30px 30px 35px;
    background: #fff;
    color: #999999
}

.img-accordion {
    width: 81px;
    float: left;
    margin-right: 15px;
    display: block
}

.accordion_one .panel .panel-heading a.collapsed:after {
    content: "\2b";
    color: #999999;
    background: #f1f1f1
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 36px;
    line-height: 48px;
    text-align: center;
    background: #F1F1F1;
    float: left;
    margin-left: -31px;
    margin-top: -12px;
    margin-right: 15px
}

.accordion_one .panel .panel-heading a:after {
    content: "\2212"
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 36px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F1F1F1;
    float: left;
    margin-left: -31px;
    margin-top: -12px;
    margin-right: 15px
}


/**** POPUP LGPD ****/
.card {
    width: 450px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
}
