@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@1,100&display=swap");

:root {
  --header-bg: #71d4ff;
  --btn-color: #64cd34;
  --cor-texto-primaria: #343d51;
  --cor-texto-secundaria: #12a4f4;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  overflow-x: hidden;
}

header {
  background-color: var(--header-bg);
  width: 100%;
  height: 80vh;
  display: flex;
}

.left-header {
  max-width: 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: 15%;
  margin-top: 5%;
}

.title {
  font-size: 32px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: var(--cor-texto-primaria);
}

.title h1 {
  width: 900px;
}
.title span {
  color: #fff;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 300px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  border-radius: 15px;
  margin-top: 10px;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-decoration: none;
  box-sizing: border-box;
}

.header-whatsapp {
  margin-bottom: 20px;
  width: 300px;
  height: 50px;
  background-color: #64cd34;
  font-size: 18px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.header-whatsapp:hover {
  background-color: #5dbb32;
  transition: 0.3s;
}

.right-header {
  width: 50%;
  height: 700px;
  overflow: hidden;
  position: relative;
}

.right-header img {
  width: 80%;
  position: relative;
  top: -500px;
  object-fit: cover;
  display: block;
  transform: translateY(30%);
}

/* Etilização da Seção Sobre Nós */

.banner-pet {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.banner-pet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.banner-pet img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

.banner-text {
  position: absolute;
  top: 48%;
  text-align: center;
  width: 40%;
  margin-left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  z-index: 10;
}

.banner-description {
  position: absolute;
  top: 60%;
  max-width: 650px;
  width: 45%;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: justify;
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  z-index: 10;
}

.banner-btn {
  background-color: #64cd34;
  font-size: 18px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.banner-btn:hover {
  background-color: #5dbb32;
  transition: 0.3s;
}

/* Estilização da seção Serviços */

section {
  height: 100vh;
  width: 100vw;
}

.title-section {
  text-align: center;
  padding-top: 3%;
  color: var(--cor-texto-secundaria);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.title-section hr {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}

.services {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin-left: 5%;
  margin-top: 5%;
}

.cards-services {
  background-color: #f4f4f4;
  height: 600px;
  width: 20%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.cards-services:hover {
  transform: scale(1.05);
  transition: 0.5s;
}
.cards-services h3 {
  color: var(--cor-texto-secundaria);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-top: 15px;
  font-size: 22px;
  font-weight: 700;
}

.cards-services p {
  color: var(--cor-texto-primaria);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  max-width: 90%;
}

.card-image {
  width: 230px;
  height: 230px;
}

.card-image img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  display: block;
  margin-top: 25px;
  border-radius: 10px;
}

.btn {
  margin-bottom: 20px;
  width: 300px;
  height: 50px;
  background-color: #64cd34;
  font-size: 18px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.btn:hover {
  background-color: #5dbb32;
  transition: 0.3s;
}

/* Estilização da Galeria */

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}

.pets-image img {
  width: 100%;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.2s;
}

.pets-image img:hover {
  transform: scale(1.03);
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-conteudo {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
  border-radius: 12px;
}

.fechar {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
/* Estilização Do Footer */

footer {
  background-color: var(--header-bg);
  width: 100vw;
  height: 40vh;
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 30px;
}

.logo-footer {
  margin-top: 30px;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.links h2,
.redes-sociais h2,
.endereco h2 {
  margin-top: 60px;
  font-size: 20px;
  color: var(--cor-texto-primaria);
  font-weight: 700;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.links a,
.redes-sociais a,
.endereco p {
  color: #596a8f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.endereco p {
  margin-top: 15px;
}

.links a:hover {
  color: var(--cor-texto-primaria);
  transition: 0.3s;
}

.fa-instagram {
  font-size: 28px;
  margin-top: 15px;
}

.mapa {
  margin-top: 50px;
}

.direitos {
  background-color: var(--header-bg);
  padding-top: 10px;
  padding-bottom: 10px;
}

.direitos p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-align: center;
}

/* Botão do WhatsApp */

#robbu-whatsapp-button {
  z-index: 999;
}

/* Responsividade */

@media screen and (max-width: 1440px) {
  header {
    height: 90vh;
  }
  .left-header {
    margin-left: 7%;
  }
  .right-header img {
    top: -400px;
    margin-left: 30px;
  }
  .title {
    font-size: 26px;
  }
  .banner-text {
    top: 40%;
  }
  .banner-description {
    top: 58%;
  }
  .card-image {
    width: 200px;
    height: 200px;
  }
  .card-image img {
    width: 200px;
    height: 200px;
  }
  .cards-services p {
    max-width: 80%;
  }
  .btn {
    width: 240px;
  }
  footer {
    margin-top: 80px;
  }
  .links a {
    width: 130px;
  }
  .logo-footer {
    transform: translateX(20%);
  }
  .mapa {
    transform: translateX(-30%);
  }
}

@media screen and (max-width: 1024px) {
  section {
    height: auto;
  }
  #services {
    height: auto;
    padding-bottom: 5%;
  }
  header {
    height: 80vh;
  }
  .title {
    font-size: 18px;
  }
  .right-header img {
    top: -200px;
    margin-left: 30px;
  }
  .header-btn {
    width: 300px;
    height: 50px;
    font-size: 18px;
  }
  .banner-text {
    top: 30%;
  }
  .banner-description {
    top: 55%;
  }
  .banner-btn {
    margin-top: 40px;
  }
  .services {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
  }
  .cards-services {
    width: 350px;
    height: 550px;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
  .cards-services h3 {
    margin-top: 40px;
  }
  .cards-services p {
    width: 70%;
    font-size: 16px;
    margin-top: 20px;
  }
  .btn {
    width: 250px;
    height: 40px;
    margin-top: 40px;
  }
  .card-image {
    width: 200px;
    height: 200px;
  }
  .card-image img {
    width: 200px;
    height: 200px;
  }
  .banhos {
    padding-bottom: 100px;
  }
  .galeria-grid {
    margin-left: 12%;
  }
  .pets-image img {
    width: 70%;
  }
  .pets-image img:hover {
    transform: scale(1.03);
  }
  .modal {
    padding-top: 80px;
  }
  .modal-conteudo {
    max-width: 80%;
    max-height: 80%;
  }
  footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    gap: 40px;
    padding: 40px 0;
    width: 100vw;
  }
  .logo-footer {
    margin-top: 0;
    margin-bottom: 0;
    transform: none;
    align-self: center;
  }
  .links,
  .redes-sociais,
  .endereco {
    align-items: center;
    text-align: center;
    margin: 0;
    gap: 10px;
  }
  .links h2,
  .redes-sociais h2,
  .endereco h2 {
    margin-top: 2px;
    margin-bottom: 10px;
  }
  .endereco p {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .links a:hover {
    color: var(--cor-texto-primaria);
    transition: 0.3s;
  }
  .fa-instagram {
    font-size: 28px;
    margin-top: 15px;
  }
  .mapa {
    margin-left: 18%;
  }
  .direitos {
    background-color: var(--header-bg);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .direitos p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .title h1 {
    width: 400px;
  }
  .left-header {
    display: flex;
    flex-direction: column;
  }
  .right-header img {
    top: -10px;
    width: 100%;
    transform: translateX(-38px);
  }
  .banner-text {
    top: 20%;
  }
  .banner-description {
    top: 45%;
  }
  .services {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  header {
    height: 100dvh;
    width: 100%;
  }
  .right-header {
    display: none;
  }
  .services {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  .title-section hr {
    width: 180px;
  }
  .title-section h1 {
    font-size: 24px !important;
  }
  .banner-text {
    top: 15%;
    width: 80%;
  }
  .banner-description {
    width: 80%;
  }
  .galeria-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
  .pets-image {
    padding-left: 100px;
  }
  .pets-image img {
    max-width: 100%;
  }
  .endereco {
    width: 80%;
  }
  .mapa {
    margin-left: 180px;
  }
}

@media screen and (max-width: 429px) {
  .title {
    max-width: 350px;
    width: 350px;
  }
  .title h1 {
    width: 100%;
  }
  .title-section h1 {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 375px) {
  .title h1 {
    width: 100%;
  }
  .title {
    width: 300px;
  }
  .banner-description {
    top: 40%;
    font-size: 18px;
  }
  .title-section {
    padding-top: 30px;
  }
  .title-section h1 {
    font-size: 20px !important;
  }
  .title-section h2 {
    font-size: 16px !important;
  }
  .title-section hr {
    width: 150px;
  }
  .direitos p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 349px) {
  .title {
    width: 300px;
  }
  .title h1 {
    width: 100%;
  }
  .cards-services {
    width: 300px;
  }
}
