@charset "UTF-8";
/* ================= IMPORTS =========================== */


/* ===================== PADRÃO ======================= */
* {
  font-size: 95%;
  padding: 0;
  margin: 0; 
  -webkit-transition: all 0.2s ease ;
  -moz-transition: all 0.2s ease ;
  -ms-transition: all 0.2s ease ;
  -o-transition: all 0.2s ease ;
  transition: all 0.2s ease;
  outline: none !important;
  }
*:hover {
  text-decoration: none;
}
a, a:link, a:hover, a:visited, a:active {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease ;
  -moz-transition: all 0.1s ease ;
  -ms-transition: all 0.1s ease ;
  -o-transition: all 0.1s ease ;
  transition: all 0.1s ease;
}
.btn {
  border-radius: 25px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;  
  font-size: 16px;
  color: #fff !important;
  background-color: #773493;
  z-index: 90;
}
.bt_in {
  padding: 20px 10px;
  background-color: #5a2b55;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  border: 2px solid #fff;
}
a.bt_in, a.bt_in:link, a.bt_in:hover, a.bt_in:visited, a.bt_in:active {
  color: #fff;
}

.noticia a, .noticia a:link, .noticia a:hover, .noticia a:visited, .noticia a:active  {
  color: #243d4f;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.1s ease ;
  -moz-transition: all 0.1s ease ;
  -ms-transition: all 0.1s ease ;
  -o-transition: all 0.1s ease ;
  transition: all 0.1s ease;
}
a img:hover, a i:hover {
  opacity: 0.6;
}

html, body {
  /*height: 100%;*/
  padding-right: 0; 
}
h1 {
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 700;
  font-size: 54px;
  margin-bottom: 25px;
  color: #243d4f !important;
}
.noticia h1 {
  margin-bottom: 0px;
}
h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 !important;
  font-size: 25px;
  color: #fff !important;
}
h3 {
  font-family: 'Montserrat SC';
  font-style: normal;
  font-weight: 100 !important;
  font-size: 24px;
  color: #fff !important;
}
h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold !important;
  font-size: 17px;
  color: #fff !important;
}
h4 small {
  color: #fff;
  font-size: 18px;
}
ul {
  list-style: none; /* Remove default bullets */
}
b, strong {
  color: #008000 !important;
}
ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: green; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: 0.5em; /* Also needed for space (tweak if needed) */
  font-size: 28px;
}
.main {
  font-family: 'Montserrat';
  font-size: 18px;
}
.main p, ul, ul li, .main span {
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 18px;
  color: #444;
  line-height: normal !important;
}
.main h2, .main h2 span {
  font-size: 24px !important;
  font-weight: bold  !important; /* If you want it to be bold */
  line-height: normal !important;
}
.main strong {
  font-weight: bold  !important; /* If you want it to be bold */
}
.main ul {
  margin-left: 30px;
}
.main {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #555;
}
table { 
  border: 0px !important;
  outline: none; 
}
tr, td {
  vertical-align: top;
  padding-right: 20px;
}
.fas, .fab {
  font-size: 20px !important;
}
@media (max-device-width: 1023px) {
  h4 {
    font-size: 15px;
  }
  h4 small {
    font-size: 13px;
  }
  .fas, .fab {
    font-size: 12px !important;
  }
}

div { border: 0px solid #333; }


/* INI Menu Mobile */
.menu_mbl, .menu-mobile {
  display: none !important;
}
.menu_dsk {
  display: block !important;
}
.carousel-control-prev-icon {
  background-image: url("../imgs/previous.png");
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.carousel-control-next-icon {
  background-image: url("../imgs/next.png");
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media (max-device-width: 1023px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    margin-top: 10px !important;
    width: 40px;
    height: 40px;
  }
  .carousel-indicators {
    display: none;
  }
  .menu-mobile {
    display: inline-block !important;
    color: #fff !important;
    width: 400px;
    height: 400px;
    font-weight: bold !important;
    float: right !important;
    left: 100% !important;
    top: 4px !important;
    position: absolute !important;
    z-index: 999999999999999999;
    border: 0px !importants;
  }  
  #menu_mbltop {
    -webkit-transition: all 0.2s ease ;
    -moz-transition: all 0.2s ease ;
    -ms-transition: all 0.2s ease ;
    -o-transition: all 0.2s ease ;
    transition: all 0.2s ease;
    border: 0px;
  }
  .menu_m {
    border-bottom: 1px solid #355972;
    width: 100%;
    font-size: 13px !important;
    text-align: left;
    padding: 16px 10px 12px 20px;
    background-color: #517281 !important;
   }
  .menu_m:last-of-type {
      padding: 16px 10px 15px 30px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;     
  } 
  .sbmenu_m {
    border-bottom: 1px solid #355972;
    width: 100%;
    font-size: 12px !important;
    text-align: left;
    padding: 16px 10px 12px 30px;
    background-color: #628696 !important;
   }
  .sbmenu_m:last-of-type {
      padding: 16px 10px 15px 20px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;     
  }   
  .menu_mbl {
    display: block !important;
    list-style: none;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
  }

  .menu_dsk {
    display: none !important;
  }
  .bg-dark {
    margin-top: -20px;
    background-color: #253e4f !important;
  }
  .navbar-toggler {
    margin-top: 10px;
    float: left;
  }
  .dv_top {
    display: block;
  }
}
/* FIM Menu Mobile */



/* INI Barra Superior com contatos */
.barratopo {
  padding-top: 10px;
  background-color: #253e4f;
  text-align: right;
}
.barratopo .fas, .barratopo .fab {
  color: #788f67;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 17px;
}
.barratopo i, .barratopo i h4 {
  color: #fff;
}
/* FIM Barra Superior com contatos */



/* INI Logo e Menu  */
.logo-topo {
  padding: 10px 0px;
  width: auto;
  max-height: 140px;
  height: 100%;
}
@media (max-device-width: 1023px) {
  .logo-topo {
    position: relative;
    left: 50%;
    width: 270px;
    margin-left: -135px;
  }
  .carousel-item  {
    height: 100%;
  }
  .carousel-item img {
    transform: scale(1.2);
  }
}
.area-menu {
  width: 100%;
  margin-top: 25px;
  line-height: 45px;
}
.menu-topo {
  text-align: center;
  float: right !important;
  color: #111;
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 400;
  font-size: 16.4px;
  z-index: 20;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
.menu-topo .col {
  margin-top: 90px;
}
.menu-topo a, .menu-topo a:link, .menu-topo a:visited, .menu-topo a:active  {
  color: #111;
}
.menu-topo a:hover {
  color: #253e4f !important;
  font-weight: 400 !important;
}
.mn_xver {
  border-bottom: 6px solid #fff;
}
.mn_xver:hover {
  border-bottom: 6px solid #efefef;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 260px;
  z-index: 20;
}
.sb_xver {
  background-color: #efefef;
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 14px;  
}
/* Links inside the dropdown */
.dropdown-content a {
  text-decoration: none;
  display: inline-block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: table-cell;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #efefef;}
/* FIM Logo e Menu  */



/* INI Slider  */
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .4s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.slider_inside {
  border: 2px solid #333;
  background-color: #333;
  height: 110px;
  background: url('../imgs/slider_interno.jpg');
  background-size: cover;
}
/* FIM Slider  */


/* INI Blocos Serviços */
#servicos {
  background-image: linear-gradient(to right, #a7a9ac, #ccc);
  padding: 40px 0px;
}

.box_servicos {
  background-color: #253e4f;
  padding: 40px 13px 25px 13px;
  color: #fff;
  margin: 0px 4px;
  text-align: center;
  cursor: pointer;
  min-width: 24%;

}
.box_servicos:hover {
  background-color: #162e40;
  color: #768b66;
}
.box_servicos:hover  i {
  color: #253e4f !important;
}
.box_servicos i {
  color: #788f67 !important;
  font-size: 86px !important;
  margin-bottom: 20px;
}
.box_servicos p {
  font-family: 'Montserrat';
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
}
.box_servicos img {
  padding-bottom: 18px;
}
@media (max-device-width: 1023px) {
  .box_servicos img {
    padding-bottom: 12px;
    width:45px;
  }  
  #servicos {
    background-image: linear-gradient(to right, #a7a9ac, #ccc);
    padding: 20px 0px;
  }
  .box_servicos {
    margin: 1px 2px;
    padding: 20px 8px 1px 10px;
    width: 19.1%;
  }
  .box_servicos i {
    font-size: 26px !important;
    margin-bottom: 13px;
  }
  .box_servicos p {
    font-size: 9px;
    line-height: 14px;
  }
}
/* FIM Blocos Serviços */

/* INI Contato */
.contato {
  background-color: #253e4f;
  padding: 30px 0px;
}
.contato p {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 15.5px;
}
.contato label {
  color: #fff;
}
.btn-terra {
  border: 0px;
  background-color: #788f67;
  height: 90px;
  width: 100%;
}
.btn-terra:hover {
  background-color: #33576f;
}
.hidden-pc {
  display: none;
}
@media (max-device-width: 1023px) {
  .frase_contato {
    text-align: right;
  }
  #contato .img-responsive {
    margin-top: 40px;
  }
  .hidden-pc {
    display: block;
  }
}
/* FIM Contato */


/* INI Trabalhe Conosco */
.trabalhe-conosco h1 {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 37px;
}
.trabalhe-conosco .btn-terra {
  border: 0px;
  background-color: #788f67;
  height: 50px;
  width: 100%;
}
.trabalhe-conosco #nm_curriculo {
  height: 50px !important;
}
.formulario h3 {
  text-align: center;
  font-family: 'Montserrat';
}
/* FIM Trabalhe Conosco */



/* INI Social */
#social {
  background-color: #788f67;
  padding: 20px 1px;
  text-align: center !important;
}
#social i {
  text-align: center !important;
  font-size: 50px !important;
  color: #243d4f;
  margin: 10px 20px;
  float: none;
}
/* FIM Social */

/* INI Frase Rodapé */
#frase_footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  text-align: center !important;
  color: #fff;
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 33px;
  line-height: 50px;
}
@media (max-device-width: 1023px) {
  #frase_footer {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 22px;
    line-height: 40px;
  }
}
.fraseb {
  background-image: url('../imgs/bg_footerb.jpg');
}
.frasebg {
  background-image: url('../imgs/bg_footer.jpg');
}
/* FIM Frase Rodapé */

/* INI Rodapé */
.rodape {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Montserrat';
}
.rodape .telefone {
  color: #768b66;
  font-size: 30px;
  font-weight: bold;
}
.rodape .telefone small {
  font-size: 20px;
}
.rodape i {
  color: #768b66;
  font-size: 34px !important;
  margin-right: 15px;
}
.rodape p {
  color: #243d4f;
  font-size: 22px;
  line-height: 24px;
}
.logo-rodape {
  padding: 10px;
  width: auto;
  max-height: 140px;
  height: 100%;
}
@media (max-device-width: 1023px) {
  .logo-rodape {
    width: 270px;
  }
  .ft_logo, .endereco, .rodape .col-xs-12 .col-sm-12 {
    text-align: center !important;
  }
  .rodape p {
    text-align: center !important;
    color: #243d4f;
    font-size: 15.5px;
    line-height: 24px;
  }  
  .rodape i {
    text-align: center !important;
    font-size: 34px !important;
    margin-right: 15px;
  }
}
/* FIM Rodapé */



/* INI Notícias - Conteúdo */
.box_noticia {
  background-color: #efefef;
  padding: 21px 30px 21px 30px !important;
  float: left;
  border: 7px solid #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.box_noticia:hover, .box_noticiabig:hover {
  opacity:0.9;
  filter: alpha(opacity=90); /* internet explorer */
}
.thumbbig {
  max-height: 220px;
  min-height: 210px;
  height: 100%;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  float: left;
  background-size: auto;
  background-position: center center;
}
.bt_sabermais {
  padding: 10px 20px;
  background: #253e4f;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 14px;
  text-align: center;
  margin: 3px;
  cursor: pointer;
}
.bt_sabermais:hover {
  background: #798f68;
}
.box_noticia p {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: #196263;
  display: inline;
  line-height: 8px;
  vertical-align: text-bottom;
}
.box_noticia h2 {
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 900 !important;
  color: #253e4f !important;
}
.box_noticia h4 {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: lighter !important;
  text-align: justify;
  color: #666 !important;
}
.box_noticia span {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 700;
  color: #a59b35;
  display: block;
}
.main img {
  display: inline !important;
  padding: 0px 10px 10px 0px !important;
}
.main {
  text-align: justify;
}

@media (max-device-width: 1023px) {
  .main h1 {
    font-size: 32px !important;
    text-align: left;
  }
  .hidden-xs {
    display: none;
  }
}
.noticia { 
  text-align: justify;
}
.noticia .thumbbig {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* FIM Notícias - Conteúdo */


/* INI Galerias - Conteúdo */
.box_galeria {
  background-color: #efefef;
  padding: 21px 30px 21px 30px !important;
  float: left;
  border: 7px solid #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.box_galeria:hover, .box_galeriabig:hover {
  opacity:0.9;
  filter: alpha(opacity=90); /* internet explorer */
}
.box_galeria .thumbbig {
  max-height: 220px;
  min-height: 210px;
  height: 100%;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  float: left;
  background-size: 100% auto !important;
  background-position: center center;
}
.box_galeria p {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: #196263;
  display: inline;
  line-height: 8px;
  vertical-align: text-bottom;
}
.box_galeria h2 {
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 900 !important;
  color: #253e4f !important;
}
.box_galeria h4 {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: lighter !important;
  text-align: justify;
  color: #666 !important;
}
.box_galeria span {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 700;
  color: #a59b35;
  display: block;
}
.galeria { 
  text-align: justify;
}
.galeria .thumbbig {
  margin-top: 10px;
  margin-bottom: 10px;
}
.img_box {
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 1;
  border-radius: 10px;
  background-position: top center;
}
.img_box img {
  padding: 0px !important;
  margin: 0px !important;
}
.img_box:hover {
  opacity: 0.7;
}

/* FIM Galerias - Conteúdo */



/* INI Paginação e Bt Voltar*/
.paginacao {
  margin-top: 10px;
  margin-left: -9px;
}
.paginacao li {
  margin-right: 1px;
  padding: 10px 15px;
  background-color: #253e4f; 
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.paginacao li:hover {
  background-color: #2e5e7e; 
}
.paginacao .active {
  background-color: #798f68 !important;
  font-weight: bold !important;
}
.botao_voltar {
  padding: 7px 20px 5px 20px;
  background: #253e4f;
  border-radius: 10px;
  width: auto;
  float: right;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
/* FIM Paginação */


/* INI ÁREA DE TAGS */
a.tagcomplete, a.tagcomplete:link, a.tagcomplete:hover, a.tagcomplete:visited, a.tagcomplete:active   {
  color: #fff;
}
.tagcomplete {
  margin-top: -20px !important;
  padding: 5px 10px;
  background: #23393a;
  font-family: 'Montserrat';
  font-size: 13.2px;
  font-weight: 300;
  line-height: 13px;
  color: #fff;
  border-radius: 3px;
}
.tagcomplete:hover {
  background: #798f68;
}

/* FIM ÁREA DE TAGS */
