/* FONTES */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");

/* RESETS */

ul,
a {
  list-style: none;
  text-decoration: none;
}
a,
p,
li,
ul,
td,
tr,
img,
h1 {
  margin: 0px;
  padding: 5px;
}
body,
html {
  height: 100% !important;
  width: 100%;
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Inter", sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: #ee5522; */
  /* background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.54'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
}
.container {
  height: 50%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.bg-cidade {
  position: absolute;
  top: 1rem;
}
.container-logo-principal {
  display: grid;
  grid-template-columns: minmax(300px, 600px);
  /* grid-template-rows: 150px 0fr 25px; */
  /* row-gap: 20px; */

  /* padding-bottom: 10px; */
  align-items: center;
  padding-top: 3rem;
}
.container-logo-principal img {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  margin: 0 auto;
  width: 200px;
}
.titulo-pagina {
  font-weight: bold;
  border-radius: 15px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  text-shadow: 2px 2px rgb(0 0 0 / 50%);
  text-align: center;
}
.titulo-pagina h1 {
  font-size: 2em;
  color: #052f54;
  font-weight: bold;
}
.titulo-pagina h3 {
  color: #ff5d29;
  font-size: 1.5em;
  margin: 0px;
}
.titulo-pagina h2 {
  font-size: 1.5em;
  margin-top: 2rem;
}
.titulo-pagina h4 {
  text-shadow: none;
  font-size: 19px;
}
.titulo-pagina span {
  color: #0055a2;
}
.container-video {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  padding: 1rem;
  background-color: #fff;
  padding-bottom: 0;
  border-radius: 12px;
}
.container-video h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.container-video img {
  max-width: 100%;
  max-height: 100%;
}
.container-footer {
  background-image: url("../images/footer12.png");
  background-size: cover;
  background-repeat: repeat-x;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: end;
  justify-content: center;
}

.container-footer img {
  padding-bottom: 2rem;
  width: auto;
  max-width: 100%;
  height: auto;
}
video {
  border: 5px solid #ee5522;
  border-radius: 15px;
  width: clamp(350px, 80%, 600px);
  box-shadow: 0px 0px 50px black;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 10px;
  }

  .container-logo-principal {
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .container-logo-principal img {
    width: 150px;
  }

  .titulo-pagina h1 {
    font-size: 1.5em;
  }

  .titulo-pagina h2 {
    font-size: 1.2em;
    margin-top: 2rem;
  }

  .titulo-pagina h3 {
    font-size: 1.2em;
  }

  video {
    width: 100%;
    max-width: 400px;
  }

  /* .container-footer {
    height: auto; 
    padding-bottom: 1rem;
  } */

  .container-footer img {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 480px) {
  .container-logo-principal img {
    width: 120px;
  }

  .titulo-pagina h1 {
    font-size: 1.2em;
  }

  .titulo-pagina h2 {
    font-size: 1em;
    margin-top: 1.5rem;
  }

  .titulo-pagina h3 {
    font-size: 1em;
  }

  video {
    max-width: 300px;
  }

  /* .container-footer img {
    max-width: 200px; 
  } */
}

.bg-cidade img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  max-width: 173px;
}

@media screen and (min-width: 780px) {
  .bg-cidade img {
    max-width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .container-footer {
    background-size: contain;
  }
  .container-footer img {
    width: auto;
    max-width: 80%;
    height: auto;
  }
}

.container-logo-principal {
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.logo-sucesso {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  padding: 18px;
  margin-top: 10rem;
}

.logo-gotinha-container {
  text-align: center;
}

.logo-gotinha {
  display: flex;
  position: absolute;
  top: 1rem;
  right: 7rem;
  width: 148px;
}
.text-validacao {
  color: #4db44d;
  font-size: 30px;
  font-weight: bold;
  margin-top: 2rem;
  line-height: 36.31px;
}

.text-error {
  color: #b44d4d;
  font-size: 30px;
  font-weight: bold !important;
  margin-top: 2rem;
  line-height: 36.31px;
}

.logo-error {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  padding: 18px;
  margin-top: 10rem;
}

.text-validacaoerror {
  color: #000;
  font-size: 30px;
  margin-top: 1rem;
  font-weight: bold;
}
