@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
/* Estilos Gerais */

.body_interno {
  margin-top: 75px;
}

html,
body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

h1,
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

img {
  display: block;
  max-width: 100%;
}

.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
}

.formphp label.nao-aparece,
.formphp input.nao-aparece {
  display: none !important;
}

/* 
.introducao_interna {
  width: 100%;
  height: 160px;
  background-image: url(../img/bg_introducao_interna.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introducao_interna h1 {
  font-size: 26px;
  display: flex;
  color: #1b1b1b;
}

.introducao_interna h1:before, .introducao_interna h1:after {
  content: "";
  display: inline-flex;
  width: 50px;
  height: 2px;
  background: #FF0000;
  margin: 10px 20px 0 0;
}

.introducao_interna h1:after {
  margin: 10px 0 0 20px;
} */

/*Index*/

.introducao {
  width: 100%;
  height: 100%;
  background: url(../img/bg-introducao.png);
  background-size: cover;
}

.introducao .titulo_introducao {
  height: calc(75vh + 100px);
  display: grid;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.introducao h1 {
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  margin-top: 300px;
  text-align: center;
}

.introducao h3 {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  max-width: 450px;
  line-height: 24px;
  margin-bottom: 35px;
}

.introducao h3:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #FFF;
  margin: 20px auto 10px auto;
}

.introducao h3:before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #FFF;
  margin: 10px auto 20px auto;
}


.btn_orcamento {
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 35px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  background: #0090d5;
  background: -moz-linear-gradient(left, #0090d5 0%, #0090d5 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0090d5), color-stop(100%, #0090d5));
  background: -webkit-linear-gradient(left, #0090d5 0%, #0090d5 100%);
  background: -o-linear-gradient(left, #0090d5 0%, #0090d5 100%);
  background: -ms-linear-gradient(left, #0090d5 0%, #0090d5 100%);
  background: linear-gradient(to right, #0090d5 0%, #0090d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4545', endColorstr='#ff0000', GradientType=1 );
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
  transition: .5s;
}

.btn_orcamento:hover {
  background: rgba(255,28,28,1);
  background: -moz-linear-gradient(left, rgba(255,28,28,1) 0%, #0090d5 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,28,28,1)), color-stop(100%, #0090d5));
  background: -webkit-linear-gradient(left, rgba(255,28,28,1) 0%, #0090d5 100%);
  background: -o-linear-gradient(left, rgba(255,28,28,1) 0%, #0090d5 100%);
  background: -ms-linear-gradient(left, rgba(255,28,28,1) 0%, #0090d5 100%);
  background: linear-gradient(to right, rgba(255,28,28,1) 0%, #0090d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1c1c', endColorstr='#ff0000', GradientType=1 );
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.35);
  transition: .5s;
}

.header_height {
  height: 75px;
  display: none;
  visibility: hidden;
}

/*Header Index*/

.header_index {
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: .5s;
}

.header_index a {
  width: 230px;
  height: 55px;
}

.header_index .img_header_index {
  background-image: url(../img/logo_guerino.png);
  background-repeat: no-repeat;
  height: 75px;
  width: 100%;
}

.items_header_index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  transition: .5s;
}

.header_index nav ul, .header nav ul {
  display: flex;
}

.header_index nav ul li, .header nav ul li {
  padding-right: 30px;
}

.header_index nav ul li:last-child, .header nav ul li:last-child {
  padding-right: 0;
}

.header_index nav ul li a, .header nav ul li a {
  color: #FFF;
}

.header_index.small {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
              0 3px 1px -2px rgba(0,0,0,0.12),
              0 1px 5px 0 rgba(0,0,0,0.2);
}

.header_index.small, .items_header_index.small {
  transition: .5s;
  height: 75px;
  background: #1B1B1B;
  background: -moz-linear-gradient(left, #1B1B1B 0%, #000 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1B1B1B), color-stop(100%, #000));
  background: -webkit-linear-gradient(left, #1B1B1B 0%, #000 100%);
  background: -o-linear-gradient(left, #1B1B1B 0%, #000 100%);
  background: -ms-linear-gradient(left, #1B1B1B 0%, #000 100%);
  background: linear-gradient(to right, #1B1B1B 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#d10000', GradientType=1 );
}

.img_header_index.small {
  height: 55px;
  background-image: url(../img/logo_guerino.png);
  transition: .5s;
}

/*Header*/

.header_interno {
  height: 75px;
  width: 100%;
  z-index: 999;
  top: 0;
  position: fixed;
  background: #1B1B1B;
  background: -moz-linear-gradient(left, #1B1B1B 0%, #000 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1B1B1B), color-stop(100%, #000));
  background: -webkit-linear-gradient(left, #1B1B1B 0%, #000 100%);
  background: -o-linear-gradient(left, #1B1B1B 0%, #000 100%);
  background: -ms-linear-gradient(left, #1B1B1B 0%, #000 100%);
  background: linear-gradient(to right, #1B1B1B 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#d10000', GradientType=1 );
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
              0 3px 1px -2px rgba(0,0,0,0.12),
              0 1px 5px 0 rgba(0,0,0,0.2);
}

.header {
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header a {
  width: 230px;
  height: auto;
}

.header a .img_header {
  background-image: url(../img/logo_guerino.png);
  background-repeat: no-repeat;
  height: 55px;
  width: 100%;
}

/* Sobre Index */

.sobre_index {
  padding: 100px 0;
}

.titulo {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #1b1b1b;
}

.titulo:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #0090d5;
  margin: 30px auto 10px auto;
}




.texto_sobre_index p {
  text-align: justify;
  font-size: 18px;
  line-height: 27px;
  color: #585858;
}

.call p {
  font-size: 16px;
  font-family: 'Montserrat', serif;
  font-weight: 400;
  margin: 80px 0 10px 0;
  color: #585858;
}

.logo_sobre_index img {
  height: 370px;
  width: auto;
  float: right;
}

/*Serviços index*/

.servicos_index {
  background: #FFF;
  padding: 100px 0;
  text-align: center;
}

.servicos_index .titulo, .portfolio_index .titulo, .contato_index .titulo {
  margin: 0 auto;
  width: fit-content;
}

.info_servicos_index {
  text-align: center;
  margin-top: 80px;
}

.info_servicos_index img {
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  margin: 0 auto;
}

.info_servicos_index h3 {
  font-family: 'Montserrat', serif;
  font-size: 20px;
  font-weight: 400;
  color: #565656;
}

.info_servicos_index h3:before {
  content: "";
  display: block;
  width: 250px;
  height: 3px;
  background: #0090d5;
  margin: 20px auto 30px auto;
}

.info_servicos_meio {
  display: inline-block;
}

.servicos_index .call {
  margin-top: 60px;
}

/* Qualidade Index */

.qualidade_index {
  background: #1B1B1B;
  padding: 100px 0;
  text-align: center;
}

.qualidade_index .titulo_index {
  margin: 0 auto;
  width: fit-content;
}

.img_qualidade {
  padding-top: 30px;
  margin: 0 auto;
  width: 250px;
  height: auto;
}

.titulo_qualidade {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #FFF;
}

.titulo_qualidade:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #0090d5;
  margin: 30px auto 10px auto;
}

.qualidade_missao {
  margin-top: 80px;
}

.info_qualidade_index h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Montserrat', serif;
}

.info_qualidade_index h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #FFF;
  margin: 10px auto 30px auto;
}

.info_qualidade_index p {
  color: #FFF;
  font-family: 'Montserrat', serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
}

/*Portfólio Index*/

.portfolio_index {
  margin: 100px 0;
  /*text-align: center;*/
}

.portfolio_index .titulo {
  margin-bottom: 60px;
}

.item_portfolio {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 300px;
}

.item_portfolio img {
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.item_portfolio a  {
  position: absolute;
  bottom: 0;
  top: 0;
  height: auto;
  width: 100%;
}


.info_projeto {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,0,0.4);
}

.info_projeto h2 {
  font-size: 26px;
  color: white;
  font-weight: 600px;
  margin-bottom: 60px;
  transform: scale(1.0) translateY(-50px);
  transform-origin: 0% 0%;
}

.info_projeto i {
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: white;
  transform: scale(1.0) translateY(-50px);
  transform-origin: 0% 0%;
}

.item_portfolio a:hover .info_projeto {
  opacity: 1;
  transition: .5s;
}

.item_portfolio a:hover .info_projeto h2, .item_portfolio a:hover .info_projeto i {
  transform: scale(1.0) translateY(-0px);
  transform-origin: 0% 0%;
  transition: .5s;
}

.portfolio_index .call {
  text-align: center;
}


/* Pré Footer */

.pre_footer {
  background: #1B1B1B;
  padding: 100px 0;
  text-align: center; 
}

.img_prefooter {
  width: 250px;
  float: left;
  padding-bottom: 100px;
}

.menu_prefooter {
  display: block;
  text-align: left;
}
.menu_prefooter  {
  padding-left: 70px;
}

.menu_prefooter ul li {
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 13px;
  font-weight: 400;
  color: #0090d5;
}

.endereco_prefooter {
  text-align: left;
}

.endereco_prefooter strong {
  color: #0090d5;
  font-weight: 600;
  font-size: 16px;
}

.endereco_prefooter  ul {
  padding-top: 20px;
}

.endereco_prefooter  ul li {
  text-align: left;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  color: #FFF;
}

.contato_prefooter  {
  text-align: left;
}
.contato_prefooter strong {
  color: #0090d5;
  font-weight: 600;
  font-size: 16px;
}

.contato_prefooter p {
  text-align: left;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  color: #FFF;
  padding-bottom: 40px;
}

.contato_redes {
  text-align: right;
}

.contato_redes ul li {
  margin: 10px;
  display: inline-block;
}

.contato_redes ul li img {
  color: white;
  width: 30px;
}

/*Conato index*/

.contato_index {
  background: #FFF;
}

.contato_index .titulo {
  color: black;
}

/* .contato_index .titulo:before, .contato_index .titulo:after {
  background: white;
} */

.dados_contato {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}



.item_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.item_copy p {
  font-size: 14px;
  color: black;
}

.item_copy img {
  height: 50px;
  width: auto;
}