@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-image: #fff;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: white;
}

.mobile {
  display: none;
}

p {
  margin: 0;
}

.top-banner {
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}

.btn-padrao:focus {
  box-shadow: none;
  outline: none;
}

.logo {
  width: 340px;
}

.box:hover {
  transform: scale(1.05);
  color: white;
  text-decoration: none;
}

.box:hover .btn-padrao {
  color: white;
}

.btn-padrao {
  position: relative;
  width: 100%;
  font-size: 22px;
  color: white;
  transition: all 0.2s;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.btn-padrao-large {
  color: black !important;
  width: 450px;
  font-size: 22px;
  transition: all 0.2s;
  text-align: left;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
}

.btn-padrao p {
  white-space: nowrap;
  font-weight: 500;
}

.icon {
  margin-right: 20px;
}

.btn-padrao img {
  height: 48px;
  width: 48px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 854px;
  margin: 0 auto;
  height: 100vh;
}
.bloco-links .row:nth-of-type(1) .btn-padrao-large img {
  height: 30px;
  /*width: 35px;*/
  margin-right: 20px;
  text-align: left;
}
.bloco-links .row:nth-of-type(1) .btn-padrao-large {
color: white !important;
}
.bloco-links > .container{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.box {
  padding: 20px 0;
  border-radius: 65px;
  max-height: 90px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn:hover {
  text-decoration: none;
}

.flex-media-social{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

a.icon-social-media {
  background-color: white;
  border-radius: 100%;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

a.icon-social-media img {
  height: 100%;
}

#whatsapp {
  background-color: #004882;
}

#whatsapp:hover {
  background-color: #03589e;
}

.btn-padrao-localizacao {
  color: white;
  width: 100%;
  font-size: 22px;
  transition: all 0.2s;
  text-align: left;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  padding: 16px 32px;
}

@media (max-width: 1280px) {
  a.icon-social-media img {
    height: 30px;
  }

  a.icon-social-media{
    height: 50px;
    width: 50px;
  }
  .btn-padrao img{
    height: 38px;
    width: 38px;
  }
  .btn-padrao img{
    height: 32px;
    width: 32px;
  }
  .folder {
    font-size: 18px;
  }
  .btn-padrao img {
    margin-right: 7px;
  }
  body {
  background-size: cover;
  background-position: center;
  height: 100vh;
  }
}

@media (max-width: 768px) {
  .topo .logo {
    margin: 20px 0;
    max-width: 100%;
  }

  .logo {
    width: 280px;
  }
  .mobile {
    display: block;
  }

  section.bloco-links {
    margin-top: 0;
  }

  .wrapper {
    padding: 32px;
  }
  .folder {
    font-size: 15px;
  }
  .bloco-links > .container {
    gap: 10px;
  }
  .box {
    padding: 20px 0;
  }
}

@media (max-width: 380px) {
  .btn-padrao-localizacao {
    font-size: 12px;
    padding: 8px 16px;
  }
  .bloco-links .container .row span{
    font-size: 16px !important;
  }  
  .logo {
    width: 250px;
  }
  .folder {
    font-size: 12px;
  }
  .wrapper {
    padding: 15px;
  }
  .folder {
    font-size: 12px;
  }
}
