@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    box-sizing: 0;
    padding: 0;
    margin: 0;
}

body{
  font-family: Arial;
  font-size: 2rem;
  
}

p{
  text-shadow: 1px 1px 0.5px black;
}

.mvv{
  
}

body h2{
  text-shadow: 1px 1px 2px black;
}
a:link{
  text-decoration: none;
}
.itp{
  margin: 15px 50px 85px 150px;
  text-align: justify;
}
/*------------------------------ ABERTURA -----------------------------------------
.spinner-wrapper{
  background-color: #090909;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.spinner-border{
  height: 60px;
  width: 60px;
}
*/
/*-------- barra de nagegaçaõ ------------*/

html {
    scroll-padding-top: 4.5rem;
  }
 
  #mainNav .navbar-toggler {
    padding: 0.75rem;
    font-size: 0.75rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    font-weight: 700;
  }
  #mainNav .navbar-brand {
    color: #032201;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
  }
  
 
  #mainNav .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.95rem;
    letter-spacing: 0.0625em;
  }
  #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #00b120;
  }
  
  @media (min-width: 992px) {
    #mainNav {
      border: none;
      background-color: transparent;
      transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }
    
    #mainNav .navbar-brand {
      font-size: 1.5em;
      transition: font-size 0.3s ease-in-out;
    }
    #mainNav .navbar-brand img {
      transition: height 0.3s ease-in-out;
    }
    
    #mainNav.navbar-shrink {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.25em;
    }
    #mainNav .navbar-nav .nav-item {
      margin-right: 1rem;
    }
    #mainNav .navbar-nav .nav-item:last-child {
      margin-right: 0;
    }

  }
  /*--------*/
  
  /*-................................. Etapa.............................*/
  .etapa{
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0.135),rgba(0, 0, 0, 0.187)), url('assets/img/304_Entrada.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    place-items: center;
    text-align: center;
  }
  /*
  @keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
  }
  .etapa-slide img{
    height: 50px;
    margin: 0 40px;
  }
  
  .etapa-slide{
    display: inline-block;
    /*
    animation: 5s slide infinite linear;
    
  
  .etapa-slide .card{
    width: 15rem;
    height: 10rem;
  }
*/
  
  /*========================================================================== ABOUT ============================================================================*
  .slider {
    background: #efeef2;
    height: 75pt;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
}

.slider:before {
    left: 0;
    top: 0;
}
.slider:after,
.slider:before {
    background: linear-gradient(
        to right,
        #efeef2 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider:after,
.slider:before {
    background: linear-gradient(
        to right,
        #efeef2 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider .slide-track-1 {
    animation: scroll-l 30s linear infinite;
    display: flex;
    width: 3500px;
}
.slider .slide-track-2 {
    animation: scroll-r 30s linear infinite;
    display: flex;
    width: 3500px;
}

.slider .slide {
    height: 75pt;
    width: 250px;
    display: flex;
    align-items: center;
    text-align: center;
}
.slider .slide img {
    width: 180px;
    padding: 1pc;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@keyframes scroll-l {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes scroll-r {
    100% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(calc(-250px * 7));
    }
}
 /*
  /*====================================================================== Carousel de Fornecedor ================================================================================*/
@keyframes slide{
  from{
      transform: translateX(0);
  }
  to{
      transform: translateX(-100%);
  }
}
.logos-slide img{
  height: 100px;
  margin: 60px;
}
.logos-slide{
  display: inline-block;
  animation: 35s slide infinite linear;
}
.logos{
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.318),rgba(0, 0, 0, 0.66)), url('assets/img/304_Entrada.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  place-items: center;
  text-align: center;
}
  /*=================================================================================== CONTATO ============================================================================================*/

.contact-bg h2 a{
  color: #090909;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 10px;
  font-size: 30px;
  margin-top: 20px;
  opacity: 0.9;
}
.contact-body{
  width: 1200px;
  margin: 30px auto;
  padding: 20px;
}
.contact-info{
  display: grid;
  grid-template-columns: repeat(4, 1fr);

}

.contact-info div{
  margin: 20px 0;
  text-align: center;
  padding: 20px 10px;
  margin: 0 10px;
  background: linear-gradient(to top, #089103,rgb(5, 39, 1));
}
.contact-info div span{
  display: block;
  margin-top: 8px;
}
.contact-info div span i{
  font-size: 60px;
  padding-bottom: 15px;
  color: rgb(216, 220, 221);
}
.contact-info div span:nth-child(2){
  font-weight: 600;
  font-size: 18px;
}
.map iframe{
  width: 100%;
  border-radius: 5px;
}

.contact-footer{
  background: rgb(8, 237, 46);
  color: #fff;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 40px 0;
}

h4{
  font-size: 25px;
  margin: 0 auto;
}

.social-links a, .contact-info a{
  text-decoration: none;
  color: #ffffff;
}

.social-links a:link, .contact-info a:link{
  text-decoration: none;
  color: #ffffff;
}
.social-links a:visited, .contact-info a:visited{
  text-decoration: none;
  color: #ffffff;
}
.social-links a:hover, .contact-info a:hover{
  text-decoration: none;
  color: #ffffff;
}
.social-links a:active, .contact-info a:active{
  text-decoration: none;
  color: #ffffff;
}
/*
.social-links a i{
  padding: 9px;
  font-size: 20px;
  border: 1px solid rgb(229, 230, 236);
  background: transparent;
  border-radius: 50%;
  margin: 0 4px;
}

.social-links a i:hover{
  color: rgb(246, 240, 240);
}
*/
.social-links i{

  transition: 0.4s all;
}

.social-links:hover i{

  transform: scale(1.4);

}
/*--- icones desing ---*/
.wrapper {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #005d02;
  color: #105904;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: none;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper .twitter-x:hover,
.wrapper .twitter-x:hover .tooltip,
.wrapper .twitter-x:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

/*...................... SCROW ...................*/
.scroll-down{
  position: fixed;
  bottom: 6%;
  right: 9%;
}
.scroll-down i{
  display: block;
  padding: 12px;
  font-size: 25px;
  color: white;
  background: #4d9559;
  border-radius: 30px;
  transform: all .50s ease;
}
.scroll-down a:hover{
  transform: translateY(-5px);
  text-decoration: none;
}
.scroll-down a:visited{
  text-decoration: none;
}
.scroll-down a:active{
  text-decoration: none;
}
.scroll-down a:link{
  text-decoration: none;
}

/*------------------teste**/
/*
.card{
  position: relative;
  left: 6%;
  width: 500px;
  height: 400px;
  transition: 0.3s ease-out;
  box-shadow: 0 3px 15px rgba(0,0,0,0.7);
}

.card .imgbox{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card .imgbox img{
  
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;

  display: block;
  transition: 0.5s;
 
}


.card .content{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 12px;
  background: #014501f8;
  transition: all 0.5s cubic-bezier(.48, -0.28, 0.41, 1.4);
}
.card:hover .content{
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
}

.content p{
  margin: 10px 0 0;
  padding: 1em 1em;
  transform: translateY(2em);
  line-height: 1.3em;
  transition: 0.3s;
  text-align: justify;
  opacity: 0;
  color: #fff;
}
.card:hover .content p{
  transform: translateY(0);
  opacity: 1;
}

.card:hover{
  box-shadow: 0 0 5em rgb(254, 254, 254);
}
/*-------------------------TESTE -3 --------------------*/
.item{
  min-height: 50vh;
}
.item i{
	font-size: 45px;
	margin: 0;
  
}


/*............. For Mobile Screen ..........*/
@media only screen and (max-width:728px){
  body{
    font-size: 2rem;
    
  }
  .contact-body{
      width: 100%;
  }
  .contact-info{
      display: block;
  }
  .contact-info div{
      margin-bottom: 10px;
  }
  .map{
      width: 100%;
      margin: 0 auto;
  }
  .text{
    color: white;
  }
  .etapa{
    height: 100%;
  }
  .itp{
    margin: 0;
  }
 
}
/*............. For Tablet Screen .........*/
@media only screen and (max-width:992px) and (min-width:728px){
  body{
    font-size: 2rem;
    
  }
  .contact-body{
      width: 100%;
  }
  .contact-info{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
  .contact-info div{
      margin-bottom: 10px;
  }
  .map{
      width: 100%;
      margin: 0 auto;
  }
  .etapa{
    height: 50%;
  }
  .item{
    min-height:30vh;
  }
  .mvv{
    font-size: 2rem;
  }
  .itp{
    margin: 0;
  }

  }
  

