/*
rosa gato #f9c8d9
azul cachorro #bbe4ea
amarelo fundo #FEFBE8
*/

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #FEFBE8;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2rem;
}

main h1 {

  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);    
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.heropage {
  height: 85vw;
  width: 100vw;
  overflow: hidden;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 89vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero-slider.mobile {
  display: none;
}

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);  
  background-position: top center;
}

.controls {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.controls button {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
}

.controls button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.heropage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu {
  height: 10vh;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0px 250px;
  background: linear-gradient(to left,
      #ffffff 0%,
      #FfF9Aa 10%,
      #FfF9Aa 90%,
      #ffffff 100%);
  align-items: center;
}

.content-menu {
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  height: 100%;
  padding: 0px 15px;
  transition: all 0.15s linear;
}

.content-menu:hover {
  font-size: 1.5rem;
  text-decoration: underline;
  background: linear-gradient(to left,
      #FfF9Aa 0%,
      white 25%,
      white 75%,
      #FfF9Aa 100%);
  transition: all 0.15s
}


.apresentacao {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background-color: #bbe4ea;
  gap: 20px;
  padding: 100px 20% 0 20%;
  margin: 0px;
}

.apresentacao img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.container-clinica {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #bbe4ea;
  font-size: 1.4rem;
}

.bg-img {
  position: absolute;
  left: -250px;
  top: -50px;
  width: 35vw;
  z-index: 0;
  transform: scaleX(-1);
}

.container-clinica > div {
  position: relative;
  z-index: 1;
}



.esquerda-clinica {
  display: flex;
  flex-direction: column;
  border-radius: 15px 0 0 15px;
}


.esquerda-clinica button {
  cursor: pointer;
  transition: transform 0.1s linear;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid grey
}

.esquerda-clinica button:first-child {
  border-top-left-radius: 15px;
}

.esquerda-clinica button:last-child {
  border-bottom-left-radius: 15px;
}

.esquerda-clinica button:hover {
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.15s ease;
}

.esquerda-clinica button.active {
  background: linear-gradient(to right, #ffffff, #e9e9e9 );
  color: #000;
  
  border-right: none;
  font-size: 1.5rem;
}

.direita-clinica {
  width: 35rem;
  background: url(IMG/pataseclinica.png) center/cover no-repeat, #e9e9e9;
  border-radius: 0 15px 15px 0;
  padding: 25px;
  border: 1px solid grey;
  border-left: none;
  text-align: left;
}

.direita-clinica p{
  background: #e9e9e9b0;
  box-shadow: 0 0 5px 15px #e9e9e9b0;
  border-radius: 25px;
}

.direita-clinica h3{
  text-align: center;
}
.tab {
  display: none;
  transition: all;
}

.tab.active {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.container-petcare {
  background: url(IMG/paw-trail.png), linear-gradient(to bottom, #bbe4ea, #f9c8d9);
  background-repeat: repeat-x;
  display: flex;
  justify-content: center;
}


.content-petcare {
  width: 75rem;
  height: 29rem;
  display: flex;
  flex-direction: row;
  background: url(IMG/pataseclinica.png), #e9e9e9;
  background-size: 20rem;
  background-position: center;
  margin: 0;
  border-radius: 25px;
}


.left-petcare {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding: 35px;
  justify-content: center;
  gap: 2rem;
  font-size: 1.3rem;
  align-items: center;
  text-align: justify;
}

.left-petcare p{
  background: #e9e9e9b0;
  box-shadow: 0 0 5px 15px #e9e9e9b0;
  border-radius: 25px;
}

.custom-slider {
  width: 30%;
  position: relative;
  overflow: hidden;
  border-radius: 0 25px 25px 0;
  box-sizing: border-box;
}

.custom-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.custom-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.custom-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.custom-prev,
.custom-next {
  display: none;
}

.container-petshop {
  display: flex;
  flex-direction: column;
  background-color: #f9c8d9;
}

.container-petshop .p1,
.p2 {
  display: flex;
  flex-direction: row;
  gap: 10rem;
  justify-content: center;
}

.p1 p,
.p2 p {
  text-align: justify;
  background: #e9e9e9d8;
  box-shadow: 0 0 5px 10px #e9e9e985;
}

.container-petshop .p2 {
  padding-top: 5rem;
}

.petshop-content {
  background: url(IMG/pataseclinica.png) center/cover no-repeat, #e9e9e9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 25rem;
  height: 30rem;
  border-radius: 25px;
  padding: 25px;
  box-shadow: 0 0 10px 5px #ffb8ad80;
  font-size: 1.15rem;
  bottom: 0;
  border: 2px solid white;
}

.petshop-content img {
  box-shadow: 0 0 15px 10px #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}



.container-sobre {
  background: url(IMG/cachorro.png) no-repeat, #f9c8d9;
  background-size: 40vw;
  background-position-x: right;
  background-position-y: bottom;
}

.text-image-div {
  display: flex;
  width: 53rem;
  height: 25rem;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: justify;
  background-color: #ffffff8f;
  padding: 2rem;
  border-radius: 25px;
  margin-bottom: 20vw;
}

.text-image-div p {
  width: 70%;
  padding-right: 25px;
}

.text-image-div iframe {
  aspect-ratio: 9 / 16;
  border-radius: 25px;
  box-shadow: 0 0 3px 3px #ffffff;
  object-fit: cover;
  object-position: center;
  
}

.text-image-div iframe:fullscreen {
  object-fit: contain;
}

.text-image-div iframe::-webkit-full-screen {
  object-fit: contain;
}



.wave {
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave svg {
  position: relative;
  display: block;
  width: calc(181% + 1.3px);
  height: 4rem;
  transform: rotateY(180deg);
}

.wave .shape-fill {
  fill: #42ab49;
}

footer {
  min-height: 30vh;
  background-color: #42ab49;
  color: #FEFBE8;
  display: flex;
  justify-content: space-around;
  padding: 25px 0;
  font-size: large;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: start;
}

.footer-menu a,
.footer-menu p,
.footer-menu h2 {
  text-align: start;
  font-weight: bold;
}

.footer-menu .p {
  display: flex;
  align-items: center;
}

.footer-menu span {
  display: flex;
  align-items: center;
  gap: .3rem;
  width: 100%;
}

.footer-menu span img {
  filter: invert();
}

.footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icon img {
  width: 250px;
  height: 250px;
}

.footer-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: start;
}

.footer-details p {
  font-size: 16px;
  font-weight: bold;
}

.footers img {
  width: 25px;
  height: 25px;
}

.social-media {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.social-media img {
  width: 50px;
  height: 50px;
  transition: all .15s;
}

.social-media img:hover {
  scale: 1.2;
}

#icon-menu {
  width: 1.5rem;
  height: 1.5rem;
}

#wpp-button {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(20px);
}

#wpp-button.visible {
  opacity: 0.95;
  transform: translateY(0);
  pointer-events: auto;
}

#wpp-button img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #29A71A;
  padding: 5px;
  transition: all 0.15s;
}

#wpp-button img:hover {
  transform: scale(1.25);
  padding: 2px;
  box-shadow: 0 0 10px 5px #00000080;
}


@media screen and (max-width: 1060px) {

  .hero-slider.desktop {
    display: none;
  }
  .hero-slider.mobile {
    display: block;
  }
  
  .controls {
    display: none;
  }

  .menu {
    width: 100vw;
    padding: 20px 0;
  }

  .content-menu {
    font-size: 1rem;
    align-content: center;
  }

  .menu img {
    height: 75%;
    width: 75%;
    object-fit: contain;
  }

  .apresentacao {
    flex-direction: column;
  }

  .container-clinica {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .esquerda-clinica {
    padding: 0 15vw;
    gap: .5rem;
  }
  
  .esquerda-clinica button{
    border-radius: 15px;
  }

  .bg-img {
    width:  60vw;
    top: 0px;
    left: -200px;
  }
  .direita-clinica {
    width: 70vw;
    border-radius: 15px;
  }

  .content-petcare {
    flex-direction: column-reverse;
    height: auto;
    max-width: 450px;
    margin: 50px;
  }

  .content-petcare img {
    width: 100%;
    border-radius: 25px 25px 0 0;
  }

  .custom-slider{
    width: 100%;
    border-radius: 25px 25px 0 0;
  }
  .left-petcare {
    width: auto;
    border-radius: 0 0 25px 25px;
    text-align: start;
  }

  .petshop-content {
    height: auto;
    width: 80vw;
  }

  .container-petshop .p1,
  .p2 {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  
.container-petshop .p2{
  padding-top: 2rem;
}

  .text-image-div {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 2rem;
    width: 75%;
    gap: 1rem;
  }

  .p1 p, .p2 p{
  text-align: start;
}
  .text-image-div p {
    width: auto;
    padding: 0px;
    text-align: start;
  max-width: fit-content;
  }

  .text-image-div {
    max-width: min-content;
  margin-bottom: 15rem;
}

.text-image-div iframe{
  max-width: fit-content;
}


.container-sobre {
  background: url(IMG/cachorro.png) no-repeat, #f9c8d9;
  background-size: 50vw;
  background-position-x: right;
  background-position-y: bottom;
}

  footer {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px;
  }

  .footer-menu {
    align-items: center;
  }

  #wpp-button img {
    width: 4rem;
    height: 4rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }

  #fastmenu {
    display: none;
  }
}
@media screen and (max-width: 535px){
  .bg-img{
    width: 70vw;
    top: 0px;
    left: -200px;
  }

  .container-sobre{
    background-size: 100vw;
  }
}