@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;700;900&display=swap');

body {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  font-family: 'Figtree', sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #575050;
  overflow-x: hidden;
  background-color: #FFF;
}

div {
  display: table;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

.div_filho {width: 1400px; margin: 0 auto;}

destak {font-weight: 700;} 

p{margin: 15px 0; text-align: justify;}
a {color: #575050; text-decoration: none; cursor: pointer; transition: all 0.3s;}
a:hover {filter: alpha(opacity=40); opacity: 0.4;}

h1 {font-size: 52px; color: #171a3e; margin: -20px 0 -10px 0; font-weight: 900; }
h2 {font-size: 32px; margin: 0; color: #f7822b; font-weight: 400; font-style: italic;}
h3 {font-size: 24px; font-weight: 700;}


.branco_txt {color: #FFFFFF;}
.azul_txt {color: #000047;}
.laranja_txt {color: #f7822b;}

.branco_bg {color: #FFFFFF;}
.azul_bg {color: #000047;}
.laranja_bg {color: #f7822b;}
.cinza_bg {color: #e6e6e6;}


.selo30 {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  left: 20px;
  width: 112px;
  height: 88px;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  padding: 15px;
  display: none;
}

.modal_content_flex {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fechar_modal {position: absolute; top: 15px; right: 15px; cursor: pointer; transition: all 0.3s;}
.fechar_modal:hover {filter: alpha(opacity=40); opacity: 0.4;}


/* ////////////////////////////////////// */
/* MODAIS ///////////////// */

.modal {
  position: fixed;
  display: none;
  background-color: hsla(0, 0%, 100%, 0.95); 
  z-index: 999; 
  width: 100%;
  height: 100%;
}

.modal_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#content_menu_mobile {
  flex-direction: column;
  text-align: center;
}

.fecharmodal {width: auto; position: absolute; right: 20px; top: 20px; font-size: 18px;}
.fecharmodal destak {font-size: 20px;}

#content_contato {
  justify-content: space-around;
  flex-wrap: wrap;
}

.card_contato {
  width: auto;
  padding: 30px;
  text-align: center;
}


/* ////////////////////////////////////// */
/* MENU ///////////////// */

.menu_pai {position: fixed; z-index: 99;}
.menu_navegacao {
    padding: 20px 33px; 
    display: flex; 
    justify-content: space-between;
    background-color: #FFF;
}
.links_menu {
  display: flex;
  justify-content: space-between;
}

.item_menu {
  text-align: right;
  width: auto;
  padding-top: 10px;
  font-size: 17px;
  font-weight: 400;
}
.item_menu a {color: #000047;}
.item_menu destak {font-size: 19px; color: #f7822b;}

.menu_mobile {
  display: none;
  width: auto;
  padding-top: 10px;
}

.menu_acabamento {
  background-image: url('image/acabamento_menu.png');
  background-repeat: no-repeat;
  background-size: 100% 20px;
  height: 20px;
  background-position: top center;
}

.icones_redessociais {float: right; width: auto;}
.icones_redessociais a {margin: 0 10px 0 10px;}

.menu_telefone {
  float: right;
  width: 278px;
  height: 61px;
  background-image: url('image/bg_telefone.png');
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: -18px;
  font-weight: 700;
  font-size: 24px;
  padding: 0 33px 16px 0;
}

.menu_telefone font{font-size: 16px;}

.menu_redessociais {
  float: right;
  width: auto;
  padding: 20px 33px 0 0;
}

.botaozap {
  display: table;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 333px;
  height: 74px;
}


/* ////////////////////////////////////// */
/* FOOTER 1 /////////////////// */

.footer1 {
  background-image: url('image/bg_footer.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.acabamento_footer1_1 {
  background-image: url('image/acabamento_footer1_1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 54px;
}

.acabamento_footer1_2 {
  background-image: url('image/acabamento_footer1_2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 54px;
}

.texto_footer {
  display: flex;
  justify-content: right;
  font-size: 23px;
  padding: 60px 0;
}

.texto_footer div {width: 598px; text-align: center;}

#cnpj_footer {width: 90%; text-align: center; margin: -20px auto 0 auto; padding-bottom: 50px;}


/* ////////////////////////////////////// */
/* FOOTER 2//////////////////// */


#footer2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

#sombrafooter {margin: 0 110px;}
#infos_contato {line-height: 70px; font-size: 32px; width: auto;}
#infos_contato img {vertical-align: middle; margin-right: 15px;}


/* ////////////////////////////////////// */
/* servicos ///////////////// */

#slider {
  display: flex;
    flex-direction: center;
    justify-content: center;
    align-items: center;
    height: 483px;
    width: 100%;
    position: relative;
    z-index: 1;
}

#slider img{
    margin-top:  100px;
    opacity: 0;

    position: absolute;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: opacity 800ms;
}

#slider img.selected { 
    opacity: 1;
}


.acabamento_bannerpaginas {
  background-image: url('image/acabamento7.png');
  background-size: 100% 27px;
  height: 27px;
  width: 100%;
  z-index: 2;
  margin-top: 23px;
}


.titulo_paginas {
  margin-top: 70px;
  margin-bottom: 90px;
}



.banner_paginas_internas {
  background-image: url('image/bg_bannerinterno.jpg');
  background-repeat: no-repeat;
  background-position: right;
  background-color: #0d0d0d;
  height: 483px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.banner_interno_filho {
  text-align: left;
  margin-top: 100px;
}
.banner_interno_filho destak {font-size: 50px; font-weight: 900;}
.banner_interno_filho p {width: 330px;}

.acabamento_bannerinterno {
  background-image: url('image/acabamento7.png');
  background-size: 100% 27px;
  height: 27px;
  width: 100%;
  position: absolute;
  bottom: 0;
}