/*

Feito por Daniel Guilhermino

*/

@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins-Regular.ttf)
  }
  
@font-face {
    font-family: "Poppins-SemiBold";
    src: url(../fonts/Poppins-SemiBold.ttf)
}

@font-face {
    font-family: "Poppins-Bold";
    src: url(../fonts/Poppins-Bold.ttf)
}

@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.ttf)
}


body {padding:0; margin: 0}

#Capa:after {
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/containers2.jpg); 
  width: 100%;
  height: 100vh;
  opacity : 0.5;
  z-index: -1;
}

/* #Capa {
  background-image: url(../images/capa.jpg);
  width: 100%;
  height: 80vh;
} */

.botton-social li {
    /* background-color: #1a7078; */
    display: inline-block;
    float: left;
    margin: 0 7px;
    padding: 0 5px;
    position: relative;
    font-size: 22px;
    line-height: 19px;
}

.botton-social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.botton-social li:before {
    /* border-bottom: 10px solid #1a7078; */
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -10px;
    width: 0; 
}

.botton-social li:after {
    border-left: 14px solid transparent;
    border-right: 12px solid transparent;
    /* border-top: 8px solid #1a7078; */
    bottom: -8px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0; 
}

.botton-social li a {
    display: inline-block;
    font-size: 22px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}


.insta {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.face {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.twitter {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.email {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.logo-rodape {
    width: 150px;
    height: 150px;
    object-fit: contain;
  }

.Contato-C {
    height: 50px;
    font-family: Poppins-Medium;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.7px;
    color: white;
  }

.Descript {
    height: 92px;
    font-family: Poppins-Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: white;
  }

footer {
    /* position: fixed; */
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    width: 100%; 
    background-color: white; 
    height: 80px; 
    /* padding-left: 150px; 
    padding-right: 150px;  */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.nav-fixed {

    width: 100%; 
    background-color: white; 
    height: 80px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 1;
  }

.nav-link > span:hover { 
    background-color: #FF5756;
    color: white;
    padding: 8px;
    opacity: 1;
}

.nav-link {
    padding: 30px 20px !important;
    font-family: Poppins-Bold;
    color: black;
    font-size: 20px;
}

.nav-link-lang {
  padding: 20px 10px !important;
}

.full_color {
    width: 120px;
    /* height: 35px; */
}

.chamada-capa {
  color: black;
  font-weight: 900;
  font-size: 3vw;
  font-family: Poppins-Bold;
  width: 70%;
}

.sub-chamada {
  color: black;
  font-weight: 600;
  font-size: 1.7vw;
  font-family: Poppins-SemiBold;
  /*width: 58%;*/
  /*font-style: oblique;*/
}

.chamada-intro {
  color: black;
  /*font-weight: 900;*/
  font-size: 1.8vw;
  font-family: sans-serif;
  width: 100%;
  text-align: justify;
  top: 15%;
  position: absolute;
}

.Img-Servicos{
  max-width: 100px;
}

/* #Capa {
    width: 100%;
    height: 80vh;
    margin: 0;
}

#Capa img{
    opacity: 0.3;
} */

.text-dark {
  font-size: 21px !important;
  line-height: .8 !important;
}

.text-muted{
  padding-top: 10px;
}

.mb-auto{
    max-height: 180px;
    text-align: justify;
    padding-top: 15px;
}

.mb-0 {
  min-height: 66px;
}

#Intro, #Services, #Blog {
  padding-bottom: 80px;
}

.nav-fixed-mobile {
  display: none;
  width: 100% !important;
  height: 80px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.pos-logo {
  padding-top: 5px; 
  padding-right: 30px; 
  padding-left: 110px;
}

#myNav {
  display: none;
  width: 100%
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: 1.1px;
  text-align: center;
  color: var(--white);
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 4px;
  right: 40px;
  font-size: 38px;
}

.titulo-setor {
  font-family: Poppins-Bold;
  font-size: 36px;
  /* font-style: italic; */
  border-bottom: 4px solid black;
  max-width: 215px;
}

.img-blog {
  width: 250px !important;
  height: 255px !important;
}

@media (min-width: 1441px){
    
    .nav-link {
      padding: 30px 20px !important;
    }
    .chamada-intro {
      font-size: 1.2vw !important;
    }
    .chamada-capa {
      font-size: 2.3vw !important;
    }
}

@media screen and (max-width: 600px) {
  .nav-fixed{
    display: none;
  }
  .nav-fixed-mobile {
    display: block;
  }
  #myNav {
    display: block;
  }
  footer{
    height: 100% !important;
  }
  .chamada-intro {
    color: black;
    font-weight: 900;
    font-size: 3.8vw;
    font-family: Poppins-Regular;
    width: 100%;
    text-align: justify;
    top: 20%;
    position: unset;
  }
  .chamada-capa {
    font-size: 5vw !important;
  }
  .Rodape {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 360px) {
  .pos-logo {
    padding-top: 7px !important;
    padding-right: 5px !important;
    padding-left: 110px !important;
  }
  .overlay .closebtn {
    top: 2px !important;
    right: 40px !important;
  }
}

@media screen and (max-width: 440px){
  #Capa:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/containers2.jpg); 
    width: 100%;
    height: 100vh;
    opacity : 0.5;
    z-index: -1;
    background-position: top;
  }
  .chamada-capa {
    color: black;
    font-weight: 900;
    font-size: 3vw;
    font-family: Poppins-Bold;
    width: 90%;
  }
  .nav-link-lang {
    padding: 0px 10px !important;
  }
}

