/* ----------------------------------------------------------
    Theme Name: Reino Animal - Clínica Veterinária Theme
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://henrique-quintino.web.app
    Description: Tema oficial da Reino Animal - Clinica Veterinária criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    ----------------------------------------------------------

/***************************************************************************
       Fonts
***************************************************************************/

@import url("https://fonts.googleapis.com/css2?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&display=swap");

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
  --cor-branco: #ffffff;
  --cor-cinza: #656565;
  --cor-preto: #181818;

  --font-Poppins: "Poppins", sans-serif;

  --font-extralight: 200;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
}

/***************************************************************************
        All
***************************************************************************/

.transition_on *,
.transition_on {
  transition: ease 0.5s all !important;
}

html,
body {
  margin: 0;
  overflow-x: clip;
}

* {
  margin: 0;
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  font-family: var(--font-Poppins);
}

a,
a:hover {
  text-decoration: none;
  color: var(--cor-branco);
}

h2 {
  color: var(--cor-preto);
  font-size: 30px;
  font-weight: var(--font-bold);
}

span {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 35%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 0%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 0%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: var(--font-semibold);
  line-height: 20px;
}

p {
  font-size: 16px;
  color: var(--cor-cinza);
}

img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

header {
  position: absolute;
  width: 100%;
  padding-top: 60px;
}

header ul {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

header ul .nav-item .nav-link {
  color: var(--cor-branco);
  font-size: 18px;
  font-weight: var(--font-regular);
}

.btn-whatsapp {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
  font-weight: var(--font-semibold) !important;
  border-radius: 20px;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 35%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 0%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 0%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  width: 275px;
  height: 44px;
  line-height: 20px;
  color: var(--cor-branco) !important;
}

.btn-whatsapp img {
  position: absolute;
  right: 12px;
  width: 23px;
  height: 23px;
}

.btn-verde {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 35%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 0%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 0%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  color: var(--cor-branco);
  width: 210px;
  height: 49px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  font-weight: var(--font-semibold);
}

.btn-verde:hover {
  transform: scale(1.04);
}

/***************************************************************************
        Banner Principal
***************************************************************************/

section.banner-principal {
  padding-top: 260px;
  background-image: url(img/banner-principal.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 792px;
}

.banner-principal h2 {
  font-size: 38px;
  max-width: 450px;
  font-weight: var(--font-bold);
  line-height: 40px;
}

.banner-principal p {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
  max-width: 370px;
}

.banner-principal .banner-mobile-responsivo {
  display: none;
}

/***************************************************************************
        Nossa História
***************************************************************************/

section.nossa-historia {
  padding: 120px 0;
}

.nossa-historia img:first-child {
  width: 100%;
  height: 548px;
  margin-left: 40px;
}

.nossa-historia p:first-of-type {
  max-width: 490px;
  font-size: 18px;
}

/***************************************************************************
        Depoimentos
***************************************************************************/

section.depoimentos {
  padding: 100px 0;
  background-image: url(img/banner-depoimentos.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 472px;
  margin-bottom: 300px;
}

.depoimentos .item {
  margin-bottom: 50px;
}

.depoimentos .owl-dots {
  position: absolute;
  top: 105%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.depoimentos .owl-dots .owl-dot.active span {
  width: 46px;
  height: 18px;
  border-radius: 20px;
}

.owl-dots .owl-dot span {
  display: flex;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #07c359;
  background: #07c359;
  transition: all 0.3s ease-in-out;
}

.depoimentos .card {
  padding: 40px 30px;
  min-height: 350px;
  position: relative;
  background-color: var(--cor-branco);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
  border: none;
  border-radius: 20px;
}

.depoimentos .card h3 {
  font-size: 20px;
  font-weight: var(--font-bold);
  color: var(--cor-preto);
}

.depoimentos .card .circle {
  position: absolute;
  bottom: -40px;
}

.depoimentos .card .circle img {
  width: 87px;
  height: 87px;
  object-fit: cover;
  border-radius: 50%;
}

/***************************************************************************
        Contato
***************************************************************************/

section.contato {
  padding-bottom: 40px;
}

.contato h2 {
  max-width: 550px;
}

.contato img {
  height: 400px;
  object-fit: contain;
}

.contato .btn-whatsapp {
  width: 250px;
}

form {
  margin-top: 20px;
}

form input::placeholder,
form textarea::placeholder {
  opacity: 0.7;
  color: var(--cor-preto);
}

form input {
  border-radius: 8px;
  background-color: #f8f8f8;
  width: 100%;
  height: 46px;
  margin-bottom: 15px;
  padding: 15px;
  color: var(--cor-preto);
}

form textarea {
  width: 100%;
  height: 134px !important;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 15px;
  resize: none;
  color: var(--cor-preto);
}

form .btn-verde {
  width: 100%;
  float: right;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 35%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 0%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 0%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  opacity: 1 !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

form .btn-verde:hover {
  transform: scale(1.04);
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
  font-family: var(--font-Poppins);
  font-size: 16px !important;
  line-height: normal !important;
}

.wpcf7-list-item-label {
  font-size: 13px !important;
  position: relative;
}

.wpcf7-list-item {
  display: flex !important;
  margin: 0 !important;
}

.wpcf7-list-item.first.last {
  position: absolute;
}

.wpcf7-list-item.first.last input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.rodape-form p {
  display: flex;
  margin: 0;
  width: 100%;
}

.rodape-form p label {
  font-size: 13px;
  text-align: justify;
  margin-left: 15px;
  margin-bottom: 0;
  margin-top: 13px;
}

.rodape-form p label a {
  text-decoration: none !important;
  color: #0d6efd;
}

.rodape-form p label a:hover {
  color: #0d6efd;
}

.rodape-btn {
  display: flex;
  align-items: center;
}

.rodape-btn p {
  flex-direction: column;
  align-items: end;
}

.wpcf7-form-control-wrap {
  background-image: none;
  color: var(--cor-preto);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

/***************************************************************************
        Footer
***************************************************************************/

footer {
  background-image: url(img/banner-footer.png);
  min-height: 216px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 15px 0px;
  position: relative;
  z-index: 99;
}

footer .btn-whatsapp {
  width: 255px;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-media img {
  width: 53px;
  height: 53px;
}

footer .icon {
  width: 34px;
  height: 34px;
}

footer .logo {
  width: 200px;
}

footer h2,
footer p {
  color: var(--cor-preto);
  margin-bottom: 0;
}

footer h2 {
  font-size: 22px;
  font-weight: var(--font-bold);
  margin-bottom: 10px;
}

footer p {
  font-weight: var(--font-light);
  margin-bottom: 10px;
  max-width: 230px;
  line-height: 20px;
}

.politica a {
  color: var(--cor-preto);
}

footer .adress h2 {
  margin-bottom: 0;
}

footer .patinhas {
  width: 66px;
  height: 133px;
  position: absolute;
  right: 65px;
}

/***************************************************************************
        Responsivo
***************************************************************************/

.mobile {
  display: none;
}

@media (max-width: 1550px) {
  footer .patinhas {
    left: 2px;
    right: 0px;
  }
}

@media (max-width: 1199px) {
  .banner-principal h2 {
    font-size: 37px;
  }

  .nossa-historia img:first-child {
    height: 100%;
    object-fit: contain;
  }

  footer .patinhas {
    width: 50px;
    height: 100px;
  }
}

@media (max-width: 1115px) {
  section.banner-principal {
    background-image: url("https://clinicareinoanimalsantos.com.br/wp-content/uploads/2024/07/banner-principal-mobile.png");
    min-height: 1210px;
  }

  .banner-principal .row {
    justify-content: center;
  }

  .banner-principal .row .col-lg-8 {
    align-items: center;
    text-align: center;
  }

  .banner-principal h2 {
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .col-md-5 {
    text-align: center;
  }

  footer .social-media {
    justify-content: center;
  }

  .nossa-historia p:first-of-type {
    max-width: 425px;
  }
}

@media (max-width: 991px) {
  header {
    padding-top: 40px;
  }

  header .btn-whatsapp {
    font-size: 16px !important;
    width: 255px;
  }

  .banner-principal h2 {
    margin-bottom: 15px;
    line-height: 40px;
  }

  .banner-principal p,
  .nossa-historia p:first-of-type,
  .nossa-historia .itens p,
  footer .fim p {
    max-width: 100%;
  }

  .nossa-historia .col-lg-6,
  footer .col-lg-3,
  footer .col-lg-4,
  footer .col-lg-2,
  .contato .title {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .nossa-historia .col-lg-6,
  .nossa-historia img:first-child {
    margin-left: 0;
  }

  .nossa-historia img:first-child {
    width: 90%;
  }

  .nossa-historia .col-lg-5,
  .nossa-historia .col-lg-6,
  footer .fim {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section.nossa-historia {
    padding-top: 60px;
  }

  .fim,
  .social-media,
  .btn-rodape {
    padding: 0 !important;
  }

  .fim {
    margin-top: 30px;
  }

  .social-media {
    margin-bottom: 30px;
  }

  .nossa-historia.index img:last-child {
    top: -10px;
  }

  iframe {
    margin-bottom: -70px;
  }

  .adress {
    align-items: center;
    justify-content: center;
  }

  footer {
    margin-top: -45px;
  }

  footer .patinhas {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner-principal h2 {
    font-size: 31px;
  }

  footer .col-lg-3 ul li a {
    justify-content: center;
  }

  footer .col-lg-3,
  footer .col-lg-4,
  footer .col-lg-2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .contato img {
    height: 400px;
  }

  section.banner-principal {
    background-image: none;
    background-color: #eff8f2;
    max-height: 600px;
    margin-bottom: 340px;
    min-height: 700px;
  }

  .banner-principal .banner-mobile-responsivo {
    display: block;
    width: 100%;
    z-index: -1;
  }
}

@media (max-width: 567px) {
  section.banner-principal {
    padding-top: 288px;
  }

  .nossa-historia img:first-child {
    height: 650px;
  }

  #menu-primeiro {
    flex-direction: column;
  }

  #menu-primeiro .col-lg-8 {
    justify-content: unset !important;
    margin-top: 20px;
  }

  #menu-primeiro .logo {
    width: 300px;
  }
}

@media (max-width: 475px) {
  .banner-principal {
    margin-bottom: 300px;
  }
}

@media (max-width: 467px) {
  .banner-principal p {
    font-size: 18px;
  }

  .nossa-historia img:first-child {
    height: 470px;
  }

  .contato img {
    height: 300px;
  }
}

@media (max-width: 422px) {
  .politica {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 418px) {
}

@media (max-width: 400px) {
  .banner-principal {
    margin-bottom: 220px !important;
  }

  .banner-principal h2 {
    font-size: 24px;
  }

  .nossa-historia img:first-child {
    height: 350px;
  }
}

@media (max-width: 380px) {
  .banner-principal p {
    font-size: 16px;
  }

  .contato img {
    height: 240px;
  }
}

.btn-topo {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 70px;
  left: 11px;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 35%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 0%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(82, 141, 60) 0%,
    rgb(47, 80, 151) 0%,
    rgb(230, 230, 230) 0%,
    rgb(93, 188, 1) 0%,
    rgb(0, 146, 63) 100%
  );
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#btnTopo.show {
  opacity: 1;
}

.btn-topo.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0;
}

.btn-topo img {
  width: 17px;
  height: 15px;
  transform: rotate(-90deg);
}

.whatsapp img {
  position: fixed;
  z-index: 8;
  bottom: 86px;
  right: 8px;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  transition: ease 0.8s all;
}

.whatsapp a:hover img {
  opacity: 1;
  filter: drop-shadow(0px 0px 6px black);
}

.bpa-navbar-brand {
  visibility: hidden;
}
