/* SECTION ENTRE EM CONTATO */
.text1 {
  font-weight: bold;
  margin-left: 70px;
  margin-top: 3%;
  margin-bottom: 1rem;
  border-left: 2px #cc0202 solid;
  padding-left: 0.5rem;
}
@media (max-width: 400px) {
  .text1 {
    position: relative;
    margin-top: 30vh;
    margin-left: 5%;
  }
}

.areaContactVideo {
  margin: 70px auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.contact form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
form {
  padding-right: 45px;
}

form input {
  padding-left: 10px;
  font-size: 15px;
  margin-top: 20px;
  height: 40px;
  width: 390px;
  border: 3px solid #c8c8c8;
  background-color: #cfcece;
  border-radius: 50px;
  outline: none;
}

form textarea {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 18px;
  margin-top: 20px;
  height: 88px;
  width: 390px;
  border: 3px solid #c8c8c8;
  background-color: #cfcece;
  border-radius: 25px;
  resize: none;
  overflow: hidden;
  outline: none;
}

.buttonForm {
  cursor: pointer;
  border: none;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  height: 32px;
  width: 105px;
  color: white;
  font-weight: bold;
  margin-top: 16px;
  background-color: #cc0202;
  border-radius: 50px;
}
.buttonForm:hover {
  background-color: rgb(100, 10, 10);
}
@media (max-width: 400px) {
  form {
    margin-left: 4vh;
  }
}

/* SECTION REDES SOCIAIS*/

/* lembrar de consertar espacamento quando diminui a tela*/

.socials div {
  display: flex;
}

.socials h1 {
  font-size: 24px;
}

/* Esta em flex porque as imagens estao em tamanho diferente */
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  height: 50px;
  width: 50px;
}

.socials a:nth-of-type(1) img {
  height: 40px;
  width: 40px;
}
.socials a:nth-of-type(2) img {
  height: 41px;
  width: 41px;
}
.socials a:nth-of-type(3) img {
  height: 43px;
  width: 43px;
}
.socials a:nth-of-type(4) img {
  height: 43px;
  width: 43px;
}

/* SECTION VIDEOS YOUTUBE */

.videoArea {
  padding-left: 10px;
  border-left: 2px #cc0202 solid;
}

.videoArea h1 {
  margin-bottom: 10px;
}

.videoArea div iframe {
  display: inline;
  width: 393px;
  height: 263px;
}

.videoArea a {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-size: 14px;
  background-color: #d9d9d9;
  height: 30px;
  width: 280px;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 30px;
}
.videoArea a:hover {
  background-color: darkslategray;
}

/* WHATSAPP LINK */
.whatsapp-link {
  position: fixed;
  bottom: 16px;
  right: 24px;
}

.whatsapp-link img {
  width: 48px;
  height: 48px;
}

.whatsapp-animation {
  position: fixed;
  bottom: 22px;
  right: 26px;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: none;
  cursor: pointer;
  animation: whatsapp-animation 2s infinite;
}
.whatsapp-animation:hover {
  animation: none;
}

@keyframes whatsapp-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(20, 211, 90, 0);
  }
  50% {
    box-shadow: 0 0 8px 8px rgba(20, 211, 90, 0.8);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(20, 211, 90, 0);
  }
}

@media (max-width: 1318px) {
  .videoArea div iframe {
    width: 310px;
    height: 200px;
  }

  form input {
    height: 40px;
    width: 350px;
  }

  form textarea {
    height: 78px;
    width: 350px;
  }
}

@media (max-width: 990px) {
  h1 {
    font-size: 1.2rem;
  }

  /* SECTION SOCIAIS */
  .socials {
    margin-top: 30px;
    flex-direction: column;
  }

  .socials h1 {
    font-size: 24px;
  }

  .socials br,
  .contact br {
    display: none;
  }

  .socials a {
    height: 40px;
    width: 40px;
  }

  .socials a:nth-of-type(1) img {
    height: 40px;
    width: 40px;
  }
  .socials a:nth-of-type(2) img {
    height: 41px;
    width: 41px;
  }
  .socials a:nth-of-type(3) img {
    height: 43px;
    width: 43px;
  }
  .socials a:nth-of-type(4) img {
  height: 43px;
  width: 43px;
}

  .socials div {
    margin-top: 8px;
  }

  /* SECTION AREA CONTACT VIDEO */

  .areaContactVideo {
    flex-direction: column;
    margin-bottom: 17px;
    width: 89.6%;
  }

  .contact {
    width: 100%;
    align-items: center;
  }

  .contact h1 {
    border-left: 2px #cc0202 solid;
    padding-left: 5px;
  }

  .contact form {
    align-items: center;
    width: 100%;
  }

  form input {
    width: 320px;
    height: 35px;
  }

  form textarea {
    width: 320px;
    height: 75px;
  }
  .videoArea {
    width: 100%;
    border: none;
    margin-top: 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .videoArea h1 {
    border-left: 2px #cc0202 solid;
    padding-left: 5px;
  }

  .videoArea br {
    display: none;
  }

  .videoArea div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .videoArea div iframe {
    width: 322px;
    height: 175px;
  }

  .videoArea a {
    align-self: center;
    margin: 15px;
  }
}
