@font-face {
  font-family: 'Inter'; 
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';  
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';  
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 800;
}

body {
  font-family: "Inter";
  color: #000;
  font-weight: normal;
  font-size: 18px;
  width: 100vw;
  overflow-x: hidden;
}

a {
  color: #011f49;
}

a:hover {
  color: #011f49;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .pad_lr10 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1300px) {
  .pad_lr10 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .pad_lr10 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (min-width: 1500px) {
  .pad_lr10 {
    padding-right: 8%;
    padding-left: 8%;
  }
}

@media (min-width: 1600px) {
  .pad_lr10 {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media (min-width: 1700px) {
  .pad_lr10 {
    padding-right: 13%;
    padding-left: 13%;
  }
}

@media (max-width: 768px) {
  .img-fluid { 
    margin: 0 auto 10px;
  }

  .m_normal {
    font-weight: normal !important;
  }

  .modal.fade .modal-dialog {
    width: 92%;
    margin: 0 auto;
  }

  img { max-width: 100%; }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: auto;
  display: flex; 
  background-color: #D9D9D9;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #1B3747;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 29px;
}

#topbar span {
  margin: 0 5px;
}

#topbar .adress-info img {
  vertical-align: sub;
}

#topbar .adress-info a {
  margin-left: 3px;
  text-decoration: unset;
}

#topbar .adress-info a:hover { 
  cursor: pointer;
  text-decoration: unset;
}

#topbar .phone-info {
  padding-top: 2px;
  text-align: right;
}

.mobile { display: none; }

@media (max-width: 1060px) {
  #topbar, .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  position: fixed;
  top: 29px;
  right: 0;
  left: 0;
  z-index: 9999;
}

#header .logo {
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}

#header .logo img {    
  max-width: 140px;
  transition: all 0.5s;
}

#header .logo_links {
  padding-top: 20px;
  padding-bottom: 20px;
}

#header.header-scrolled {
  z-index: 99999;
  top: 0;
  box-shadow: 0 1px 3px 0px rgba(27, 55, 71, 0.25);
  border-bottom: 1px solid #F49822;
}

.menu_principal {
  background-color: #fff;
  position: relative;
}

@media (max-width: 1400px) {
  #header .logo img {    
    max-height: 200px;
  }
}


@media (max-width: 1260px) {
  #header .logo img {    
    max-height: 180px;
  }

  #header .logo_links {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  #header .logo_links {
    padding-bottom: 0;
  }
}

@media (max-width: 1060px) {
  #header {
    top: 0;
  }
}

.cz_social a {
  font-size: 15px;
  color: #1B3747;
  margin-left: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #1B3747;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  transition: all .4s ease;
}

.cz_social a:hover {
  color: #FFF;
  background-color: #1B3747;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu ul {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  border-radius: 8px;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 5px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgba(27, 55, 71, 0.54);
  font-size: 14px;
  transition: all 0.5s;
  padding: 10px 5px;
  border-radius: 5px;
  text-decoration: unset;
}

.nav-menu a:hover {
  color: #CD7300;
  background: rgba(244, 152, 34, 0.35) !important;
  text-decoration: unset;
}

.nav-menu .dropdown ul {    
  display: block;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 5px;
  stroke-width: 1px;
  box-shadow: 0 1px 3px 0px rgba(27, 55, 71, 0.25);
  max-width: 350px;
}

.nav-menu .dropdown ul li {
  min-width: 200px;
}
.nav-menu .dropdown ul a {
  padding: 10px 15px;
  color: rgba(27, 55, 71, 0.54);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-wrap: pretty;
  text-align: left;
}
.nav-menu .dropdown ul a i {
  font-size: 12px;
}
.nav-menu .dropdown ul a:hover, .nav-menu .dropdown ul .active:hover, .nav-menu .dropdown ul li:hover > a {
  color: #CD7300;
  background: rgba(244, 152, 34, 0.35) !important;
  text-decoration: unset;
}
.nav-menu .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.nav-menu .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


@media (max-width: 1366px) {
  .nav-menu .dropdown .dropdown ul {
    left: -90%;
  }
  .nav-menu .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (max-width: 1060px) {
  .nav-menu { display: none; }

  #banner_imgs {
    margin-top: 30px;
  }
}

.menu_icons {
  float: right;
  padding-left: 15px;
}

.menu_icons img {    
  width: 40px;
  margin: 2px 3px 0 0;
}

.adress_menu {
  font-size: 12px;
  color: #606e77;
  line-height: 1;
  vertical-align: middle;
  transition: all .2s ease-in-out;
  margin: 0 0 5px 0;
}

.adress_menu span {        
  margin-left: 10px;
}

.adress_menu i {        
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;    
  font-size: 12px;
  color: #f49822;
  margin-left: 15px;
  vertical-align: text-bottom;
}

.search { 
  width: 100%; 
  position: relative; 
  font-size: 12px; 
  border: 1px solid rgba(27, 55, 71, 0.54);
  border-radius: 5px;
}

.search_input {
  width: 100%;
  padding: 12px 25px;
  margin: 0;
  color: #444;
  font-size: 1em;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  height: 44px;
  outline: 0px;
  background: rgba(27, 55, 71, 0.04);
  border: unset;
}

.outer_search form button, .outer_search form button:hover {
  border: 0 !important;
  right: 15px;
  position: absolute !important;
  top: 8px;
  font-size: 18px;
  color: #F49822 !important;
  background-color: unset;
}

.search_input::-ms-input-placeholder { /* Edge 12-18 */
  color: #1B3747;
}

.search_input::placeholder {
  color: #1B3747;
}


@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


@media (max-width: 1280px) {
  .nav-menu a {
    font-size: 12px;
  }
  .container {
    max-width: 100% !important;
  }
}

@media (max-width: 1060px) {
  .searchbar i {
    display: none;
  }

  .togglesearch {
      background: unset;
      position: relative;
      width: 100%;
      max-width: 450px;
      height: 60px;
      margin: 0 auto !important;
      border-top: unset;
      display: block;
      top: unset;
      right: unset;
  }
  .togglesearch:before {
    content: unset;
  }
  .togglesearch input[type="text"] {
    width: calc(60% - 10px);
  }
  .togglesearch button  {
    width: calc(40% - 10px);
  }
}




/* Mobile Navigation */
.menu_mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #0C1C25;
  width: 100vw;
}

.menu_mobile .row {
  width: 100%;
  margin: 0;
}

.mobile-nav-toggle {
  display: none;
  position: fixed;
  left: 30px;
  top: 15px;
  z-index: 1;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  margin-top: 5px;
}

.mobile-nav-toggle i {
  font-size: 32px;
  color: #CD7300;
}

.logo_mobile {
  margin: 0 auto;
}

.mobile-nav {
  position: fixed;
  top: 75px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #0C1C25;
  padding: 10px 20px;
  font-weight: 500;
  text-align: left;
  outline: none;
  text-decoration: unset;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #e98d00;
  text-decoration: none;
}

.mobile-nav .dropdown ul li > a {    
  font-size: 16px;
  padding: 8px 20px;
}

.mobile-nav .dropdown > a:after {    
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.dropdown > a:after {
  content: "\f077";
}

.mobile-nav .dropdown > a {
  padding-right: 35px;
}

.mobile-nav .dropdown ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .dropdown li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(20, 21, 28, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.logo_mobile { display: none; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #f49822;
  color: #0c1c25;
}

@media screen and (max-width: 1060px){
  #clear_menu {
    padding-top: 73px !important;
  }

  img { max-width: 100%; }
}

@media screen and (max-width: 1060px){
  .search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: 50px;
    vertical-align: bottom;
    float: right;
  }

  .searchbutton {
    position: absolute;
    font-size: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #F49822;
    right: 15px;
    text-align: center;
    height: 45px;
    border-radius: 0 5px 5px 0;
  }

  .search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: #F49822;
  }

  .search {
    position: absolute;
    left: 49px;
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 45px;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    font-size: 18px;
    border-radius: 5px 0 0 5px;
  }

  .search:focus {
    width: calc(100vw - 110px) ; /* Bar width+1px */
    padding: 0 16px 0 0;
  }

  .expandright {
    left: auto;
    right: 64px;
  }

  .expandright:focus {
    padding: 0 0 0 16px;
  }

  #header .logo_links {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .mobile-nav-toggle { display: block; }
  .d-none { display: none; }
  .menu_icons { display: none; }

  .logo_mobile { 
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .logo_mobile img {
    max-width: 150px;
    padding: 0;
  }

  .search_mobile {
    padding: 20px;
    width: 100%;
    display: inline-table;
  }

  .search_mobile form {
    border: 1px solid #011f49;
  }
  
  .search_mobile input {
    min-width: calc(100% - 60px) !important;
  }
  
  .search_mobile button {
    min-width: 60px !important;
  }

}

@media screen and (max-width: 500px){
  .searchbutton {
    right: 0;
  }

  .expandright {
    right: 49px;
  }

}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  max-width: 1440px;
  height: 380px;
  background: #FFF;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

.banner_mobile { display: none; }

@media (max-width: 1400px) {
  #hero {
    height: 360px;
  }
}

@media (max-width: 1350px) {
  #hero {
    height: 330px;
  }
}

@media (max-width: 1300px) {
  #hero {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  #hero {
    height: 290px;
  }
}

@media (max-width: 1090px) {
  #hero {
    height: 270px;
  }
}

@media (max-width: 1024px) {
  #hero {
    height: 250px;
  }
}

@media (max-width: 960px) {
  #hero {
    height: 230px;
  }
}

@media (max-width: 870px) {
  #hero {
    height: 220px;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 600px;
  }


  .banner_mobile { display: block; }
  .banner_desktop { display: none; }
}

@media (max-width: 650px) {
  #hero {
    height: 550px;
  }
}

@media (max-width: 590px) {
  #hero {
    height: 500px;
  }
}

@media (max-width: 520px) {
  #hero {
    height: 430px;
  }
}

@media (max-width: 450px) {
  #hero {
    height: 420px;
  }
}

@media (max-width: 400px) {
  #hero {
    height: 330px;
  }
}

@media (max-width: 350px) {
  #hero {
    height: 300px;
  }
}

#hero .container {
  width: 30%;
  margin-left: 15%;
}

#hero h2 {
  color: #1F2133;
  font-size: 16px;
  font-weight: 500;
  line-height: 117.7%;
  letter-spacing: 6px;
  text-transform: uppercase;
}

#hero p {
  color: #1F2133;
  font-size: 18px;
  font-weight: 500;
  line-height: 135.7%;
  padding-top: 15px;
}

#hero h2.branco, #hero p.branco {
  color: #FFF;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

#hero h3 {
  color: #1F2133;
  font-size: 40px;
  font-weight: 800;
  line-height: 117.7%;
  padding-top: 10px;
}

@media (max-width: 768px) {
  #hero h3 {
    font-size: 28px;
  }
}

#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  line-height: 1;
  font-size: 30px;
  width: 40px;
  height: 40px;
}

#hero .carousel-control-next-icon img,
#hero .carousel-control-prev-icon img {
  width: 27px;
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;    
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  background-color: #D9D9D9;
}

#hero .carousel-indicators .active {
  background-color: #FFF;
}

/*--------------------------------------------------------------
# CONSÓRCIO
--------------------------------------------------------------*/
.brasao {
  border-radius: 5px;
  border: 1px solid rgb(27, 55, 71, 0.25);
  text-align: center;
  transition: all 0.5s;
}

.brasao:hover {
  box-shadow: 0px 0px 12px rgba(27, 55, 71, 0.35);
}


.blue_title {
  font-size: 26px;
  color: #006B8F;
  font-weight: bold;
}

.blue_title_sm {
  font-size: 18px;
  color: #006B8F;
  font-weight: bold;
}

.black_title {
  color: #1B3747;
  font-size: 31px;
  font-weight: 700;
  margin-top: 20px;
}

@media (max-width: 1060px) {
  .brasao {
    margin: 10px;
  }

  .slideMunicipios >.swiper-wrapper {
    flex-direction: row;
  }

  .slideMunicipios-pagination {
    text-align: center;
  }

  .slideMunicipios-pagination .swiper-pagination-bullet-active {
    background: #006B8F;
  }
}


/*--------------------------------------------------------------
# CIDADES
--------------------------------------------------------------*/

.img_box {
  background-color: #CD7300;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 0;
}

.img_box img {
  width: 100%;
}

.img_box h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  padding: 15px 35% 15px 45px;
}

.img_box p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 15px 30% 15px 45px;
}

.img_box .box_txt {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .cidades .container {
    padding: 0;
  }

  .cidades .col {
    flex: none;
  }

  .img_box h3 {
    font-size: 26px;
    padding: 15px 30px;
    padding-right: 25%;
  }

  .img_box p {
    font-size: 16px;
    padding: 15px 30px;
  }
}

/*--------------------------------------------------------------
# NOTICIAS
--------------------------------------------------------------*/
.noticia_destaque {
  height: 330px;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.noticia_destaque h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 25px;
  left: 8%;
  right: 8%;
}

.noticia_destaque .shadow_blue, .noticia_destaque_sm .shadow_blue {
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(transparent 40%, #1B3747);
}

.noticia_destaque .shadow_black {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 36.88%, #000 87.93%)
} 

.noticia_destaque_sm .shadow_black {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 36.88%, #000 87.93%)
}

.noticia_destaque_sm {
  margin-top: 30px;
}

.noticia_destaque_sm a {
  text-decoration: unset;
}

.noticia_destaque_sm .capa {
  position: relative;
  height: 200px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.noticia_destaque_sm h3 {
  font-size: 14px;
  color: #0C1C25;
  font-weight: 600;
  margin-top: 15px;
}

.btn_mais {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: unset;
  transition: all 0.5s;
  color: #1B3747 !important;
}

.btn_mais:hover {
  text-decoration: unset;
  color: #0C1C25 !important; 
} 

.btn_mais i {
  background-color: rgba(244, 152, 34, 1);
  border-radius: 50%;
  padding: 4px 5px;
  color: #fff;
}

.btn_mais:hover i {
  background-color: rgba(205, 115, 0, 1);
}

.btn_mais img {
  width: 25px;
  margin-top: -5px;
}

.paginacao {
  margin: 10px 0 5em;
}

.paginacao .link {
  font-size: 11px;
  background-color: rgba(27, 55, 71, 0.2);
  color: #1B3747;
  padding: 8px 10px;
  margin-right: 2px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: unset;
}

.paginacao .current {
  background-color: #1B3747;
  color: #fff;
}

.paginacao .link.disabled {
  cursor: not-allowed;
}

.noticia h3 {
  font-size: 31px;
  color: #1B3747;
  font-weight: bold;
}

.noticia .data {
  font-size: 20px;
  color: #1B3747;
  font-weight: 500;
}

.noticia hr {
  border-color: #D4D6D8;
  opacity: 1;
  border-width: 2px;
}

.noticia img {
  max-width: 95%;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 25px;
}

.noticia .conteudo {
  font-size: 14px;
  color: #1B3747;
  font-weight: 500;
  text-align: justify;
}

.galeria {
  font-size: 14px;
  color: #1B3747;
  font-weight: 500;
}

.noticia_sidebar {
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}

.noticia_sidebar a { 
  font-size: 12px;
  color: #1B3747;
  font-weight: bold;
  text-decoration: unset;
}

.noticia_sidebar img { 
  width: 40%;
  float: left;
  border-radius: 5px;
  margin-right: 10px;
}

@media (max-width: 1060px) {
  .noticia_destaque a {
    text-decoration: unset;
  }

  .noticia_destaque h3 {
    position: relative;
    color: #0C1C25;
    font-size: 19px;
    font-weight: 700;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
  }

  .noticia_destaque .shadow_blue {
    display: none;
  }

  .noticia_destaque {
    height: auto;
    position: relative;
    border-radius: 10px;
    background: none !important;
  }

  .noticias .col {
    flex: none;
    padding: 0;
    box-shadow: 0px 8px 18.7px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
  }

  .col_m_30 {
    padding: 0 30px !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
  }
}

/*--------------------------------------------------------------
# TV CIOESTE 
--------------------------------------------------------------*/
.videos {
  background: linear-gradient(244deg, #1B3747 -0.5%, #000D18 87.53%);
}

.videos h3 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  padding-top: 25px;
}

.video {
  position: relative;
}

.video .player {
  position: absolute;
  width: 50px;
  top: 37%;
  left: 43%;
}

.video figure a {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 0;
}

.video img {
  width: 100%;
  border-radius: 5px;
}

.btn_mais_video {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: unset;
  color: #fff;
}

.btn_mais_video:hover {
  color: #F49822;
  text-decoration: unset;
}

.btn_mais_video img {
  width: 25px;
  margin-top: -5px;
}

.btn_mais_video i {
  background-color: rgba(244, 152, 34, 1);
  border-radius: 50%;
  padding: 4px 5px;
  color: #fff;
}

.btn_mais_video:hover i {
  background-color: rgba(205, 115, 0, 1);
}

.card_video {
  padding: 4em 3em;
  background-color: #D9D9D9;
  border-radius: 10px;
}

.card_video p {
  font-size: 20px;
  font-weight: 500;
  color: #F49822;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.card_video h3 {
  font-size: 32px;
  font-weight: bold;
  color: #1B3747;
}

.card_video a {
  text-align: left;
}

@media (max-width: 768px) {
  .videos .col-5, .videos .col-7 {
    width: 100%;
    padding-top: 0 !important;
  }

  .videos .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .videos .row {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin: 0;
  }

  .videos .col-5 img {
    width: 45%;
    float: left;
    padding: 10px; 
  }

  .videos h3 {
    float: left;
    width: 50%;
    padding: 40px 0 25px 25px;
    font-size: 18px;
  }

  .videos .col-7 img {
    margin: 30px 0;
  }

  .swiper-slide .video .player {
    width: 60px;
    top: 21%;
    left: 35%;
  }

  .col-7 .video .player {
    width: 70px;
    top: 32%;
    left: 41%;
  }

  .slideVideos  { margin-top: 30px; }
  .btn_mais_video { text-align: center; }
}


/*--------------------------------------------------------------
# Portal da transprência
--------------------------------------------------------------*/
.transparencia p {
  font-size: 20px;
  color: #F49822;
  text-transform: uppercase;
}

.transparencia h3 {
  font-size: 32px;
  color: #1B3747;
  font-weight: bold;
}

.transparencia img {
  width: 100%;
}

@media (max-width: 768px) {
  .transparencia {
    padding: 0 30px !important;
  }

  .transparencia p.pt-5 {
    padding-top: 2rem !important;
  }

  .transparencia p {
    font-size: 18px;
  }

  .transparencia h3 {
    font-size: 24px;
  }

  .transparencia img {
    margin-top: 25px;
  }

  .transparencia.col-5 {
    width: 100%;
  }

  .insta_feed {
    padding: 1rem 18px !important;
  }
}


/*--------------------------------------------------------------
# INTERNAS
--------------------------------------------------------------*/
.testeira {
  border-top: 1px solid #F49822;
  background-color: rgba(27, 55, 71, 0.1);
  padding: 15px;
}

.testeira p {
  font-size: 18px;
  font-weight: bold;
  color: #1B3747;
  margin: 0;
}

.testeira .breadcrumbs p {
  font-size: 12px;
  font-weight: 500;
  color: #F49822;
  margin: 0;
  text-align: right;
  padding-top: 5px;
}

.testeira .breadcrumbs p a {
  color: #1B3747;
  text-decoration: unset;
}

.testeira .breadcrumbs p i {
  color: #1B3747;
  font-size: 8px;
  padding: 0 7px;
}

.blue_box {
  background-color: #0C1C25;
  border-radius: 5px;
  padding: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue_box p {
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.blue_box img {
  margin-right: 10px;
}

.compass_box {
  background-image: url('../../img/back-compass.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 80px 30px 20px;
  border-radius: 10px;
}

.compass_box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.compass_box a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: unset;
}

.compass_box a:hover {
  color: #FCB762;
}

.compass_box a img {
  width: 20px;
  margin-right: 4px;
}

.box_presidente h3 {
  color: #1B3747;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.box_presidente h3 span {
  color: #CD7300;
  font-size: 16px;
  font-weight: 400;
}

.box_presidente p {
  color: #1B3747;
  font-size: 14px;
}

.presidente_galeria {
  border-radius: 5px;
  background: rgba(27, 55, 71, 0.10);
  padding: 30px;
}

.box_ex {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 15.9px 0px rgba(27, 55, 71, 0.25);
  padding: 15px;
}

.box_ex h3 {
  color: #1B3747;
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px;
}

.box_ex p {
  color: #CD7300;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.box_prefeito {
  border-radius: 5px;
  background: rgba(27, 55, 71, 0.10);
  padding: 20px;
}

.box_prefeito p {
  color: #1B3747;
  font-size: 14px;
  margin: 0;
  margin-top: 10PX;
}

/*--------------------------------------------------------------
# DEFAULT
--------------------------------------------------------------*/
.img_full { max-width: 100%; }
.img_100 { width: 100%; }
.img_round { border-radius: 10px; }

p {
  color: #0C1C25;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.section_pad {
  padding-top: 40px;
}

.text-justify { text-align: justify; }

.orange_line {
  width: 80px;
  height: 2px;
  background-color: #F49822;
  margin: 15px 0px;
}

.white_title {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.btn-blue {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #47b2e4;
  color: #fff;
  background: #47b2e4;
}

.btn-blue:hover {
  border: 2px solid #209dd8;
  background: #209dd8;
  color: #fff;
}


.btn-white {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.btn-white:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
  color: #fff;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #D9D9D9;
  display: block;
  padding-top: 4%;
}

.footer .f_title {
  color: #1B3747;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer .f_content {
  color: #0C1C25;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 15%;
  text-align: justify;
}

.links_content a {
  color: rgba(27, 55, 71, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding-bottom: 15px;
  text-decoration: unset;
}

.links_content i {
  color: #F49822;
  font-size: 12px;
  float: left;
  margin: 5px 5px 0 0;
}

.links_content a:hover {
  color: #1B3747;
  text-decoration: underline;
}

.links_content a:hover i {
  color: #CD7300;
}

.f_social a {
  color: #F49822;
  padding: 7px 11px;
  border: 1px solid #F49822;
  border-radius: 50%;
  text-align: center;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
  float: left;
  font-size: 23px;
  transition: all 0.5s;
}

.f_social a:hover {
  color: #FFF;
  background-color: #F49822;
  text-decoration: unset;
}

.copy {
  background: #0C1C25;
  padding: 20px 0 20px 0;
}

.copy p {
  padding-top: 20px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}

.copy img {
  max-height: 50px;
  display: block;
}

@media (max-width: 768px) {
  .copy {
    text-align: center !important;
    font-weight: normal;
    font-size: 14px;
  }

  .col_3 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .links_title { padding-top: 20px; }

  .links_content a { 
    font-size: 16px; 
    font-weight: normal;
  }

  .footer_address { font-size: 16px; }

  .copy img {
    margin: 0 auto;
    display: block;
    max-height: 80px;
  }

  .copy p {
    padding: 20px;
    margin: 0; 
    text-align: center;
  }

  .footer {
    padding-bottom: 20px;
  }
}



.d_flex { display: flex; }

@media (max-width: 768px) {
  .title { font-size: 28px; }
  .d_flex { display: block; }
}


.accordion-middle ul {
  padding: 0;
  list-style: none;
}

.accordion-middle li + li {
  margin-top: 0;
}

.accordion-middle li {
  padding: 0;
  background: #fff;
}

.accordion-middle a {
  display: block;
  position: relative;
  outline: none;    
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: -1px;
  border-radius: 7px;
  text-decoration: unset;
  background-color: #E8EBED !important;
  color: #1B3747 !important;
  border: 1px solid #D4D6D8 !important;
  margin-bottom: 15px;
}

.accordion-middle p {
  margin-bottom: 0;
  font-size: 18px;
  color: #011f49;
}

.accordion-middle h3 {
  margin-bottom: 0;
  font-size: 22px;
  color: #011f49;
  font-weight: bold;
  margin-top: 5px;
}

.accordion-middle a.collapsed {
}

.accordion-middle .show {
  border: 1px solid #D4D6D8;
  margin-top: -5px;
}

.accordion-middle .col-xs-10, .accordion-middle .col-xs-2 {
  padding: 15px 30px;
}

.accordion-middle .file {
  display: block;   
  background-color: #011f49;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0 5px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: fit-content;
}

.accordion-middle .line {
  margin: 5px 0;
  border-bottom: 1px solid rgba(233, 141, 0, 0.3);
}

@media (max-width: 992px) {
  .accordion-middle {
    padding-bottom: 30px;
  }
}

.concurso_info {
  display: block;
  color: #011f49;
  font-weight: bold;
  font-size: 18px;
}

.concurso_info i {
  background-color: #011f49;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: fit-content;
}

.links_externos a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.links_externos a:hover {
  color: #011f49;
  text-decoration: underline;
}

.accordion-blue ul {
  padding: 0;
  list-style: none;
}

.accordion-blue li + li {
  margin-top: 10px;
}

.accordion-blue li {
  padding: 0;
  background: #fff;
}

.accordion-blue a {
  display: block;
  position: relative;
  outline: none;
  background-color: #e4e7eb;
  border: 1px solid #e4e7eb;
  padding: 10px 25px;
  color: #002041;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}

.accordion-blue p {
  margin-bottom: 0;
  font-size: 18px;
  color: #5a6f87;
}

.accordion-blue .collapse {
  border: unset;
  padding: 15px 25px;
}

.accordion-blue .collapse a {
  font-size: 18px !important;
  color: #011f49 !important;
  display: initial;
  background-color: unset;
  border: unset;
  padding: unset;
  color: #011f49;
  font-size: 18px;
  font-weight: normal;
}

.accordion-blue .lista_int {
  padding-left: 40px !important;
  list-style: circle;
}

.accordion-blue .lista_int li {
  color: #011f49;
}

.table > thead > tr > th {
  /*color: #011f49;
  font-size: 20px;
  font-weight: bold;
  vertical-align: bottom;
  padding: 8px 0;*/
  border-bottom: 1px solid rgba(233, 141, 0, 0.3);
}

.table > tbody > tr > td {
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid rgba(233, 141, 0, 0.3);
  vertical-align: bottom;
  padding: 8px 0;
}

.tab_licitacoes .nav-item .nav-link  {
  background: #E8EBED;
  color: #1B3747;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}

.tab_licitacoes .nav-item .active {
  border: 1px solid #D4D6D8;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.tab_licitacoes_int {
  padding: 10px !important;
}

.tab_licitacoes_int .nav-item .nav-link  {
  border: 1px solid #fff !important;
  border-bottom: 1px solid #011f49 !important;
  background: #fff;
  color: #011f49;
  font-size: 16px;
  font-weight: normal;
}

.tab_licitacoes_int .nav-item .active {
  border: 1px solid #011f49;
  border-bottom: 1px solid #fff;
}

.tab_licitacoes_int .nav-item img {
  width: 70px;
}

.tab_licitacoes_int .nav-item a {
  font-size: 16px;
  font-weight: normal;
}

.content_licitacoes_int { margin: 0 25px 20px;}


.accordion-middle .nav-tabs a {
  background-color: #fff !important;
  color: #011f49 !important;
}

.accordion-middle .nav-tabs .active {
  border: 1px solid #011f49 !important;
  border-bottom: 1px solid #fff !important;
}


@media (max-width: 768px) {
  .tab_licitacoes .nav-item .nav-link {
    border: 1px solid #777;
    color: #011f49;
    font-size: 20px;
    background: #fff;
  }

  .tab_licitacoes .nav-item .active {
    border: 1px solid #011f49;
    background: #011f49;
    color: #fff;
  }

}


.accordion-list ul {
  padding: 0;
  list-style: none;
}

.accordion-list li + li {
  margin-top: 5px;
}

.accordion-list li {
  padding: 0;
  background: #fff;
}

.accordion-list a {
  display: block;
  position: relative;
  outline: none;    
  background-color: #e98d00;
  border: 1px solid #e98d00;
  padding: 15px 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 30px;
  top: 20px;
}

.accordion-list p {
  margin-bottom: 0;
  padding: 10px 30px;
  line-height: 2;
}

.accordion-list .icon-show {
  display: none;
}

.accordion-list a.collapsed {
  background-color: #fff;
  color: #011f49;
  border: 1px solid #011f49;
}

.accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 992px) {
  .accordion-list {
    padding-bottom: 30px;
  }
}

.accordion-lici {
  padding: 20px;
}

.accordion-lici ul {
  padding: 0;
  list-style: none;
}

.accordion-lici li + li {
  margin-top: 5px;
}

.accordion-lici li {
  padding: 0;
  background: #fff;
}

.accordion-lici > ul > li > a {
  display: block;
  position: relative;
  outline: none;
  background-color: rgba(244, 152, 34, 0.2) !important;
  border: 1px solid #D4D6D8 !important;
  color: #CD7300 !important;
  padding: 10px 30px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}

.accordion-lici > ul > li > a > i {    
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 22px;
  line-height: 1;
  padding-right: 20px;
  left: unset;
}

.accordion-lici .collapse > a, .accordion-lici .collapsed > a, .accordion-lici a {
  display: block;
  background-color: unset;
  color: #1B3747 !important;
  border: unset;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 0;
  text-align: left;
}

.accordion-lici .icon-show {
  display: none;
}

.accordion-lici .show {
  border: unset;
  padding: 15px 30px;
}

.accordion-lici a.collapsed .icon-show {
  display: inline-block;
}

.accordion-lici a.collapsed {
  background-color: #fff !important;
  border: 1px solid #D4D6D8 !important;
  color: #1B3747 !important;
}

.accordion-lici a.collapsed .icon-close {
  display: none;
}

.accordion-middle .lici_link {
  background-color: unset !important;
  color: #011f49 !important;
  border: unset !important;
}

@media (max-width: 992px) {
  .accordion-lici {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .accordion-lici > ul > li > a { 
    font-size: 16px;
  }

  .accordion-lici .show {
    padding: 15px;
  }
}

.contact_form label {
  width: 100%;
  font-size: 18px;
  color: #011f49;
  margin: 0;
}

.contact_form input, .contact_form textarea, .contact_form select {
  width: 70%;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #011f49;
  padding: 10px 15px;
  font-weight: bold;
}

.contact_form .btn_enviar {
  background-color: #1b3747;
  border: 1px solid #1b3747;
  padding: 6px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.5s;
}

.contact_form .btn_enviar:hover, .contact_form .btn_enviar:active, .contact_form .btn_enviar:focus {
  background-color: #f49822;
  color: #1b3747;
}

.tabela_arquivos tr > th {
  padding: 5px 25px;
  color: #CD7300;
  font-size: 18px;
  font-weight: 700;
  background: rgba(244, 152, 34, 0.19);
}

.tabela_arquivos > tbody > tr > td {
  vertical-align: middle;
  color: #1B3747;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 25px;
}

.tabela_arquivos > tbody > tr > td a {
  color: rgba(27, 55, 71, 0.60);
  text-decoration: unset;
}

.tabela_arquivos > tbody > tr > td a:hover {
  color: #1B3747;
  text-decoration: underline;
}



.tabela_publicacoes tr > th {
  padding: 10px 25px;
  color: #1B3747;
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #D4D6D8;
  border-bottom: 1px solid #D4D6D8 !important;
  background: #E8EBED;
}

.tabela_publicacoes > tbody > tr > td {
  vertical-align: middle;
  color: #1B3747;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 25px;
  border-bottom: unset;
}

.tabela_publicacoes > tbody > tr > td a {
  color: rgba(27, 55, 71, 0.60);
  text-decoration: unset;
}

.tabela_publicacoes > tbody > tr > td a:hover {
  color: #1B3747;
  text-decoration: underline;
}

.tabela_publicacoes > tbody > tr:hover > * {
  background: rgba(244, 152, 34, 0.25);
  --bs-table-color-state: unset;
  --bs-table-bg-state: unset;
}

.acordeao-credenciamento .accordion-button {
  color: #1B3747;
  font-size: 18px;
  font-weight: 700;
}

.acordeao-credenciamento .accordion-button:not(.collapsed) {
  color: #CD7300;
  background: rgba(244, 152, 34, 0.19);
}

.acordeao-credenciamento .accordion-body a {
  color: #1B3747;
  font-size: 16px;
  font-weight: 400;
  text-decoration: unset;
  display: block;
  padding: 5px 0;
  transition: all 0.5s;
}

.acordeao-credenciamento .accordion-body a:hover {
  color: #F49822;
}

.acordeao-credenciamento .accordion-button:focus {
  box-shadow: unset;
}



/*--------------------------------------------------------------
# Página em inglês
--------------------------------------------------------------*/
.pg_ingles {  
  background-image: url('../../img/backIngles.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: grid;
  text-align: center;
}


/*--------------------------------------------------------------
# Página de álbuns
--------------------------------------------------------------*/

.box_albuns {
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
}

.box_albuns a {
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 350px;
  position: relative;
}

.box_albuns a:hover p {
  text-decoration: underline;
}

.box_albuns p {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  line-height: 30px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(12, 28, 37, 0.00) 0%, #0C1C25 85.5%);
}

.album_desc h2 {
  color: #1B3747;
  font-size: 31px;
  font-weight: 700;
}

.album_desc span {
  color: #1B3747;
  font-size: 20px;
  font-weight: 400;
}

.album_desc hr {
    color: #D4D6D8;
}


@media (max-width: 768px) {
  .box_albuns {
    margin-bottom: 15px;
  }
}



.box_gray_img {
  padding: 0 20px;
  background-color: #e6e6e6;
  border-radius: 10px;
  width: 100%;
}

.box_gray_img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box_gray {
  padding: 40px;
  background-color: #e6e6e6;
  border-radius: 10px;
  width: 100%;
}

.box_gray img {
  display: block;
  margin: 0 auto;
}

.box_gray .titulo {
  color: #006B8F;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}

.box_gray .subtitulo {
  color: #0C1C25;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.f_esic {
  border: 1px solid #F49822;
  border-radius: 50%;
  text-align: center;
  display: block;
  float: left;
  transition: all 0.5s;
}

.f_esic img {
  width: 45px;
  padding: 10px 9px;
}

.img-esic img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.filtros {
  padding: 30px;
  border-radius: 2px;
  background: rgba(27, 55, 71, 0.10);
}

.filtros label {
  color: #1B3747;
  font-size: 14px;
  font-weight: 600;
}

.filtros select,
.filtros input {
  border-radius: 5px;
  border: 1px solid #D4D6D8;
  background: #FFF;
  padding: 10px 7px;
  width: 100%;
  color: #84939C;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
}

.filtros button {
  border-radius: 5px;
  background: #F58345;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  height: 40px;
  outline: none;
  border: unset;
  margin-top: 27px;
}

.filtros button img {
  height: 14px;
  margin-top: -3px;
  margin-right: 5px;
}

.txt-filtro {
  color: #1B3747;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: #F58345 transparent #F58345 transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}