/*

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);
}

@font-face {
  font-family: "JosefinSans-Regular";
  src: url(../fonts/JosefinSans-Regular.ttf);
}

@font-face {
  font-family: "JosefinSans-SemiBold";
  src: url(../fonts/JosefinSans-SemiBold.ttf);
}

@font-face {
  font-family: "JosefinSans-Bold";
  src: url(../fonts/JosefinSans-Bold.ttf);
}

@font-face {
  font-family: "JosefinSans-Medium";
  src: url(../fonts/JosefinSans-Medium.ttf);
}

@font-face {
  font-family: "JosefinSans-Medium";
  src: url(../fonts/JosefinSans-Medium.ttf);
}

body {
  padding: 0;
  margin: 0;
  /* background: url(../images/marca3.png);
  background-repeat: repeat;
  opacity: 1; */
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

#Capa:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/Capas/4.jpg);
  width: 100%;
  height: 100vh;
  opacity: 1;
  /* z-index: -1; */
}

.carousel {
  margin-bottom: unset !important;
}

.carousel-item > img {
  height: 100vh !important;
}

/* #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: JosefinSans-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: JosefinSans-Regular;
  font-size: 17px;
  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: #80b6f4;
  color: white;
  padding: 8px;
  opacity: 1;
}

.nav-link {
  padding: 23px 15px !important;
  font-family: JosefinSans-Bold;
  color: black;
  font-size: 23px;
}

.nav-link-lang {
  padding: 20px 10px !important;
}

.full_color {
  width: 235px;
  height: 60px;
}

.chamada-capa {
  color: black;
  font-weight: 900;
  font-size: 3vw;
  font-family: JosefinSans-Bold;
  width: 70%;
}

.Intro-Nics {
  font-size: 23px;
  font-style: italic;
  font-family: "JosefinSans-Regular";
  text-align: justify;
  color: black;
}

.sub-chamada {
  color: black;
  font-weight: 900;
  font-size: 3.1vw;
  font-family: JosefinSans-Regular;
  background-color: white;
  text-align: center;
  /* padding-left: 15px; */
  /*width: 58%;*/
  /*font-style: oblique;*/
}

.sub-chamada-div {
  width: 75%;
}

.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;
}

.valores {
  margin-left: 150px !important;
}

.button-icon {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  border: none;
  border-radius: 15px;
  box-shadow: 3px 3px 3px 3px #999;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  opacity: 0.7 !important;
  background-color: gainsboro !important;
}

#valores > .row {
  padding: 30px;
}

/* #Capa {
    width: 100%;
    height: 80vh;
    margin: 0;
}

#Capa img{
    opacity: 0.3;
} */

.text-dark {
  font-size: 21px !important;
  line-height: 0.8 !important;
}

.text-muted {
  padding-top: 10px;
}

.mb-auto {
  max-height: 180px;
  text-align: justify;
  padding-top: 15px;
}

.mb-0 {
  min-height: 66px;
}

#Services,
#Blog {
  padding-bottom: 50px;
}

.ListaServicos {
  padding-top: 17%;
}
.ListaServicos > li {
  font-size: 18px;
  color: white;
}

.mvv {
  margin-top: 32px;
  margin-bottom: 15px;
  font-family: JosefinSans-Regular;
  font-size: 21px;
  text-align: justify;
}

.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: 11px;
  padding-right: 5px;
  padding-left: 58px;
}

#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: JosefinSans-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: JosefinSans-Bold;
  font-size: 36px;
  /* font-style: italic; */
  border-bottom: 4px solid black;
  max-width: 215px;
}

.img-blog {
  width: 250px !important;
  height: 255px !important;
}

.capa {
  height: 100vh;
}

.links-rodape {
  list-style-type: none;
}

.links-rodape > li > a {
  color: white !important;
  text-decoration: none;
}

.mvv-top {
  text-align: center;
  padding-top: 140px;
}

@media (min-width: 1900px) {
  .chamada-capa {
    padding-top: 335px;
    position: absolute;
    padding-left: 60px;
    width: 1040px;
  }
}

@media (max-width: 1441px) {
  .chamada-capa {
    padding-top: 215px;
    position: absolute;
    padding-left: 60px;
    width: 835px;
  }
}

@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;
  }

  .featurette-divider {
    display: none;
  }
  .nav-fixed-mobile {
    display: block;
  }

  .ListaServicos {
    padding-top: 0%;
  }

  #myNav {
    display: block;
  }
  footer {
    height: 100% !important;
  }
  .chamada-intro {
    color: black;
    font-weight: 900;
    font-size: 3.8vw;
    font-family: JosefinSans-Regular;
    width: 100%;
    text-align: justify;
    top: 20%;
    position: unset;
  }
  .chamada-capa {
    font-size: 5vw !important;
  }
  .Rodape {
    font-size: 15px !important;
  }
  .sub-chamada {
    color: black;
    font-weight: 600;
    font-size: 7vw;
    font-family: JosefinSans-SemiBold;
    /*width: 58%;*/
    /*font-style: oblique;*/
  }
  .sub-chamada-div {
    width: 100%;
  }

  .icon-mvv {
    width: 45px;
  }
  .mvv {
    margin-top: 32px;
    margin-bottom: 15px;
    font-family: JosefinSans-Regular;
    font-size: 15px;
    text-align: justify;
  }
  .mvv-top {
    text-align: center;
    padding-top: 0px;
  }
  .Intro-Nics {
    font-size: 18px;
    font-style: italic;
    font-family: "JosefinSans-Regular";
    text-align: justify;
    color: black;
  }
}

@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/Capa.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: JosefinSans-Bold;
    width: 90%;
  }
  .nav-link-lang {
    padding: 0px 10px !important;
  }
  .pos-logo {
    padding-top: 7px !important;
    padding-right: 5px !important;
    padding-left: 55px !important;
  }
}
