@import url("../assets/styles/contato.css");
@import url("../assets/styles/footer.css");

* {
  margin: 0;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

#fundo {
  position: relative;
  width: 100vw;
  height: 84vh;
}

.opacidade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.logofundo img {
  width: 100vw;
  height: 85vh;
  object-position: center;
  object-fit: cover; 
}

.logo img {
  position: absolute;
  width: 31.5vw;
  height: auto; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#bloco {
  width: 100vw;
  height: 16vh;
  background-color: #1E432F;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#sobre {
  background-color: whitesmoke;
  width: 100vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: top;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
}

#sobre .texto {
  width: 50vw;
  height: auto;
  margin-top: 5vh;
  text-align: justify;
}

.lista {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 4vh;
}

.card {
  width: 25vw;
  height: 32vh;
  background-color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 500px;
  -webkit-box-shadow: 10px 10px 28px 0px rgba(230,214,230,1);
  -moz-box-shadow: 10px 10px 28px 0px rgba(230,214,230,1);
  box-shadow: 10px 10px 28px 0px rgba(230,214,230,1);
}

.lista__card {
  list-style-image: url('images/iconemao.png');
  display: flex;
  flex-direction: column;
  width: 30vw;
  gap: 20px;
}


/*
.lista li {
  list-style-image: url('images/iconemao.png');
}
*/

.foco img {
  max-width: 90%;
  height: auto;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2vw;
  padding: 0 1vw;
  padding-bottom: 2vh;
}

.container figcaption {
 text-align: center;
 padding-top: 1.5vw;
}

.child {
  width: 340px;
  height: 340px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  background-color: white;
  border-radius: 8px;
  flex-grow: 1;
}

.child img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  padding-top: 10px;
}

.logos {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.logos-bloco {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#svg img {
  height: 50px;
}

.svg img {
  height: 70px;
}

/* body {
  align-items: center;
  background: #e3e3e3;
  display: flex;
  height: 100vh;
  justify-content: center;
} */
/*@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
/*   background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); 
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before, .slider::after {
   background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); 
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  gap: 30px;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
  padding-left: 20px;
}*/


/*
#contato p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vh;
}
*/

/*@keyframes slide {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
  position: relative;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 10s slide infinite linear;
}

.logos-slide img {
  height: 70px;
  margin: 0 40px;
}*/


@media (min-width: 200px) and (max-width: 950px) {
  #fundo {
    max-height: 45vh; 
  }

  .logofundo img {
    max-height: 45vh;
  }

  .logo img {
    min-width: 70%; 
  }

  #bloco {
    min-height: 30vh;
  }
  
  #sobre {
    width: 100vw;
  }

  #sobre .texto {
    width: 90vw;
  }

  /*
  #sobre .lista {
    align-items: left;
    justify-content: left;
    width: 100vw;
  }
  .lista li {
    text-wrap: wrap;
    
  }
  */

  .container figcaption {
    text-align: center;
    padding-top: 5vw;
   }

   /*#form-contato .label-input {
    margin-right: 62vw;
   }
  
  #form-contato .label-textarea {
    margin-right: 55vw;
   }

   #form-contato input {
      min-width: 85vw;
   }

   #form-contato textarea {
      min-width: 85vw;
   }*/

  /*
  .container {
    flex-direction: column;
  }
  */

}

@media (min-width: 200px) and (max-width: 700px)
{
    
  #sobre .lista {
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
    width: 100vw;
    padding-right: 50vw;
  }

  .lista li {
    /*text-wrap: nowrap;*/
    width: 60vw;
    font-size: small;
  }

  .logos-bloco {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
}

@media (min-width: 200px) and (max-width: 497px)
{
  /*
  #sobre .lista {
    align-items: left;
    justify-content: left;
    width: 100vw;
  }

  .lista li {
      text-wrap: wrap;
      font-size: small;
  }
  */
}

/*
#logofundo .fundo{
  width: 100%;
  height: 90%;
  position: absolute;
  object-fit: cover;
}
*/

