/*
  Add your scss files below to structure your project styles
*/
/* ==========================================================================
   Settings
   ========================================================================== */
/* ==========================================================================
   Tools (Functions, mixins etc.)
   ========================================================================== */
/* ==========================================================================
   Components
   ========================================================================== */
.btn {
  border-radius: 10px !important;
}

.btn-light {
  color: #000 !important;
}

.btn-primary {
  font-family: "Montserrat-Medium" !important;
  background: #278314 !important;
  border-color: #278314 !important;
  color: #fff !important;
  padding: 8px 15px !important;
}
.btn-primary:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.btn-primary strong {
  font-family: "Montserrat-Black" !important;
}

.btn-secondary {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-family: "Montserrat-Bold";
  padding: 8px 15px !important;
}
.btn-secondary:hover {
  border-color: #278314 !important;
  background: #278314 !important;
  color: #fff !important;
}

.btn-ouline-light {
  border: 1px solid #fff;
  color: #fff;
}

form .btn-primary {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.btn-entrar-contato {
  background: #26800F !important;
  background: linear-gradient(90deg, #38B74F 0%, #26800F 100%) !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  padding: 7px 15px 7px 15px !important;
  color: #fff !important;
  text-align: left !important;
  text-transform: none !important;
  margin-top: -10px;
}
.btn-entrar-contato span {
  font-size: 12px !important;
}
.btn-entrar-contato svg {
  margin-left: 10px;
}
.btn-entrar-contato:hover {
  background: #009839 !important;
}

.btn-whatsapp {
  font-weight: bold !important;
  background: #009839 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 18px !important;
  line-height: 1.2 !important;
  border: 3px solid #fff;
  color: #fff !important;
  padding: 10px 35px !important;
}
.btn-whatsapp:hover {
  border: 3px solid #fff;
  background: #016928 !important;
}

.btn-fechar {
  display: none;
  right: 20px;
}

form .btn-secondary {
  padding: 7px 55px 7px 55px !important;
}
form .btn-secondary:hover {
  border-color: #278314 !important;
  background: #278314 !important;
  color: #fff !important;
}

#main_banner .content h2 {
  font-family: "open_sansbold";
}
#main_banner .content h2 span {
  color: #000;
}
#main_banner .content .h4 {
  letter-spacing: 0;
}
@media (max-width: 480px) {
  #main_banner .content {
    text-align: center;
  }
}

#slider {
  margin-top: 107px;
  min-height: 453px;
}
@media (min-width: 1920px) {
  #slider {
    max-height: 690px;
  }
}
#slider .content-slider .list-slider .item {
  opacity: 0;
}
#slider .content-slider .list-slider .item .infos {
  position: absolute;
  z-index: 2;
  padding-top: 7%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  #slider .content-slider .list-slider .item .infos {
    padding: 30px 20px 20px 20px;
  }
}
#slider .content-slider .list-slider .item .infos .title {
  font-size: 32px;
  line-height: 1.2;
  font-family: "Montserrat-Bold";
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #slider .content-slider .list-slider .item .infos .title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 30px !important;
  }
}
#slider .content-slider .list-slider .item .infos .sub-title {
  width: 60%;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #slider .content-slider .list-slider .item .infos .sub-title {
    width: 100%;
    font-size: 18px;
  }
}
#slider .content-slider .list-slider .item .infos .img-logo {
  margin: 0 auto;
}
#slider .content-slider .list-slider .item .infos .img-logo img {
  width: 90%;
  max-width: 1187px;
  height: auto;
}
#slider .entry-image {
  position: relative;
  z-index: 1;
}
#slider .entry-image img {
  height: 100%;
  max-height: 690px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  #slider .entry-image img {
    min-height: 560px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.slick-dots {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
@media (min-width: 768px) {
  .slick-dots {
    position: absolute;
    z-index: 9999999;
    right: 5%;
    top: 35%;
    flex-direction: column;
  }
}
.slick-dots li {
  margin: 0 5px;
}
@media (min-width: 768px) {
  .slick-dots li {
    margin: 10px 0;
  }
}
.slick-dots li button {
  border: 0;
  text-indent: -999999px;
  background: #cecece;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  display: flex;
}
.slick-dots li.slick-active button {
  background: #278314;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 37px;
  height: 37px;
  text-indent: -9999px;
  background: none;
  border: 0;
  cursor: pointer;
  opacity: 1;
  outline: none;
}

.slick-prev {
  left: -65px;
  background: url(../images/icon-arrow-left.webp?v1) no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .slick-prev {
    left: -35px;
    width: 47px;
    height: 46px;
  }
}

.slick-next {
  right: -65px;
  background: url(../images/icon-arrow-right.webp?v1) no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .slick-next {
    right: -35px;
    width: 47px;
    height: 46px;
  }
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

@media (max-width: 480px) {
  #slider .slick-dots {
    position: relative;
    z-index: 99;
    margin: -60px 0 0;
  }
}
.form-control-plaintext,
.form-select,
.form-control {
  border: 1px solid #fff !important;
  background: #fff;
  font-size: 16px;
  padding: 15px;
  border-radius: 10px !important;
}

label {
  display: none;
}

.form-control:focus,
.form-select:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.25rem rgba(109, 108, 108, 0.25) !important;
}

/* ==========================================================================
   Modules
   ========================================================================== */
body {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 20px;
  font-weight: 300;
  background: #fff;
  color: #000;
}
body a {
  text-decoration: none;
  color: #000;
}
body strong {
  font-family: "Montserrat-Bold";
}
body p {
  font-size: 20px;
  margin-bottom: 25px;
}
body .video iframe,
body .video img,
body .foto iframe,
body .foto img {
  border-radius: 15px;
  border: 5px solid #fff;
}

@media (max-width: 480px) {
  iframe {
    height: 450px !important;
  }
}
.primary-color {
  color: #000 !important;
}

img.responsive {
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .action {
    text-align: center;
  }
}
.border-div {
  position: relative;
  margin: 0 auto;
  display: flex;
  height: 100%;
  border-left: 1px solid #000;
  height: 100px;
}

.pulse svg {
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.95);
  }
}
img.veterinario {
  border: 8px solid #dedede;
  border-radius: 50%;
}

header {
  background: #fff;
  width: 100%;
  height: 107px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
header span.logo-text {
  display: block;
  text-indent: -9999999px;
  font-size: 1px;
}
@media (max-width: 1440px) {
  header .logo img {
    height: auto;
    max-width: 140px;
  }
}
@media (max-width: 480px) {
  header .logo img {
    height: auto;
    max-width: 90px;
  }
}

.footer {
  background: #fff;
}
.footer .entry-footer {
  padding: 50px 0;
}
.footer .entry-footer .navbar-nav li {
  margin: 0 12px;
}
.footer .entry-footer .navbar-nav li a {
  font-size: 14px;
  color: #000;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .footer .entry-footer .navbar-nav li a {
    text-align: center;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .footer .entry-footer .logo {
    margin: 0 auto;
    text-align: center;
  }
}

.copy {
  background: #d9d9d9;
  color: #000;
  font-size: 14px;
  padding: 0 0 30px 0;
}
.copy .container {
  border-top: 2px solid #cacaca;
}

.list-bookmarks {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
}
.list-bookmarks li {
  margin-right: 15px;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .list-bookmarks li {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .list-bookmarks li {
    margin-right: 15px;
  }
}
.list-bookmarks li a {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 3px solid #000;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-bookmarks li a svg path {
  fill: #000;
}

h2,
.h2 h3,
.h3,
h4,
.h4 {
  margin-bottom: 25px;
  letter-spacing: -1px;
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2.2rem;
  }
}
h4 small,
h4 a {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  letter-spacing: 0;
}

.titulo-page {
  font-size: calc-rem(48px);
  color: #000;
}
.titulo-page span {
  color: #000;
}

.titulo-secao {
  color: #000;
  padding: 70px 0 30px;
}
.titulo-secao span {
  color: #000;
}
@media (max-width: 768px) {
  .titulo-secao {
    text-align: center;
    padding: 70px 0 0;
  }
}
.titulo-secao h2 {
  font-family: "Montserrat-Bold";
  font-size: 38px;
}
.titulo-secao h2 span {
  color: #000 !important;
}
@media (max-width: 480px) {
  .titulo-secao h2 {
    font-size: 36px;
  }
}
@media (max-width: 360px) {
  .titulo-secao h2 {
    font-size: 32px;
  }
}
.titulo-secao h3 {
  font-size: calc-rem(28px);
  font-family: "Montserrat-Bold";
}
.titulo-secao h3 span {
  color: #000 !important;
}
.titulo-secao .descricao p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
.titulo-secao.bar::after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background: #000;
}
.titulo-secao small {
  font-family: "Montserrat-Bold";
}

@media (max-width: 768px) {
  #parceiros-e-clientes .titulo-secao {
    padding: 70px 0 30px;
  }
}
#parceiros-e-clientes .titulo-secao h2 {
  color: #fff !important;
}

@media (max-width: 768px) {
  #parceiros .titulo-secao {
    padding: 70px 0 30px;
  }
}
#videos .titulo-secao {
  color: #fff;
}

nav {
  margin-top: 30px;
  height: 60px;
}
nav .nav-item a {
  font-family: "Montserrat-Bold";
  color: #000;
  font-size: 14px !important;
  margin-left: 10px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  nav .nav-item a {
    font-size: 18px !important;
    color: #fff !important;
    margin-left: 0 !important;
  }
}
nav .nav-item a:focus {
  color: #000;
}
nav .nav-item a.active, nav .nav-item a:hover {
  color: #000 !important;
}
@media (max-width: 480px) {
  nav .nav-item a.active, nav .nav-item a:hover {
    color: #fff !important;
    text-decoration: underline;
  }
}
nav .nav-item a.btn-falar-especialista {
  color: #fff !important;
}
@media (max-width: 480px) {
  nav .btn-primary {
    margin: 20px 0;
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
  }
}

@media (max-width: 920px) {
  .navbar-collapse {
    background: #000;
  }
  .navbar-nav {
    margin: 50px 40px;
  }
  .nav {
    margin-top: 10px;
  }
  .nav li {
    padding: 5px 0 !important;
  }
  .nav a {
    font-size: 24px !important;
    color: #000 !important;
    font-family: "Montserrat-Medium";
    text-decoration: none !important;
    margin: 0;
    text-align: center;
  }
  .nav .sub-menu {
    padding-top: 0 !important;
    display: block !important;
    position: relative !important;
    background: transparent !important;
  }
  .navbar {
    position: absolute !important;
    width: 100%;
    left: 0;
    margin-top: 0;
    z-index: 999999999;
    padding: 0 !important;
  }
  .navbar .navbar-toggler,
  .navbar .btn-fechar {
    position: absolute;
    right: 25px;
    top: -115px;
    border-color: #000;
  }
}
@media (max-width: 920px) and (max-width: 480px) {
  .navbar .navbar-toggler,
  .navbar .btn-fechar {
    position: absolute;
    right: 25px;
    top: -70px;
  }
}
@media (max-width: 920px) {
  .navbar .navbar-toggler:focus,
  .navbar .btn-fechar:focus {
    box-shadow: none;
  }
  .navbar .navbar-toggler i,
  .navbar .btn-fechar i {
    color: #fff;
  }
  .navbar .navbar-toggler {
    padding: 5px;
  }
  .bookmarks.nav-bookmarks {
    margin: 0 auto 50px auto;
  }
  .bookmarks.nav-bookmarks a {
    border: 2px solid #fff !important;
    margin: 0 7px;
  }
  .bookmarks.nav-bookmarks svg path {
    fill: #fff !important;
  }
}
.navbar-toggler .bar {
  display: block;
}
.navbar-toggler .close {
  display: none;
}

.navbar-toggler[aria-expanded=true] .bar {
  display: none;
}
.navbar-toggler[aria-expanded=true] .close {
  display: block;
}

@media (max-width: 480px) {
  .box-central {
    margin: 30px 0 0;
  }
  .box-central a {
    width: 100%;
    border: 0;
    align-items: center !important;
    justify-content: center !important;
  }
}
/* ==========================================================================
   Templates
   ========================================================================== */
#servicos {
  background: #d9d9d9;
  padding-top: 150px;
  padding-bottom: 80px;
  border-bottom: 4px solid #3882B7;
  min-height: 1157px;
}
#servicos .list-servicos {
  min-height: 770px;
}
#servicos .list-servicos .servico {
  min-height: 140px;
}
#servicos .list-servicos .servico a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  color: #4E4E4E;
}
#servicos .list-servicos .servico a .icon svg {
  max-width: 70px;
}

#quem-somos {
  padding-top: 150px;
  background: #fff;
  padding-bottom: 80px;
}
#quem-somos p {
  color: #000;
}
#quem-somos .foto {
  margin-top: -350px;
}
@media (max-width: 480px) {
  #quem-somos .foto {
    margin-top: 40px;
  }
}

#cta-socios .content {
  position: relative;
  z-index: 2;
  margin-bottom: -120px;
  padding: 30px 50px 30px 50px;
  background: #d9d9d9;
}
#cta-socios .content .title {
  font-size: 52px !important;
  line-height: 1;
}
#cta-socios .content .title small {
  font-size: 28px !important;
}

#especies {
  padding-top: 150px;
  padding-bottom: 85px;
  background: #f5f5f5;
  min-height: 505px;
}
#especies .galeria .item .legenda {
  position: relative;
  z-index: 2;
  margin-top: -65px;
  height: 65px;
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
}

#contato {
  padding-top: 150px;
  background: #d9d9d9;
  font-size: 16px;
}
#contato a,
#contato p {
  font-size: 16px;
}
#contato p {
  margin-bottom: 10px;
}
#contato img {
  margin-top: -55px;
}
@media (max-width: 480px) {
  #contato img {
    margin-top: 50px;
  }
}
#contato .informacoes .divisor {
  padding-left: 20px;
  border-right: 2px solid #000;
}
@media (max-width: 480px) {
  #contato .informacoes .divisor {
    padding-left: 15px !important;
    border: 0 !important;
  }
}

#galeria-de-fotos {
  padding-top: 150px;
  background: #fff;
  padding-bottom: 150px;
}
#galeria-de-fotos a {
  width: 100%;
  height: 260px;
  display: flex;
}
#galeria-de-fotos a img {
  -o-object-fit: cover;
     object-fit: cover;
}

#videos {
  padding-top: 150px;
  background: #000;
  color: #fff;
  padding-bottom: 150px;
}

/* ==========================================================================
   Helpers
   ========================================================================== */
/*
*   FONTS
*/
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../webfonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../webfonts/montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../webfonts/montserrat/Montserrat-Medium.woff2") format("woff2"), url("../webfonts/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../webfonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../webfonts/montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../webfonts/montserrat/Montserrat-Black.woff2") format("woff2"), url("../webfonts/montserrat/Montserrat-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}/*# sourceMappingURL=main.css.map */