@charset "UTF-8";
@font-face {
  font-family: "dreame_patter";
  src: url("../webfonts/Dreame_patter_Script.woff2") format("woff2"), url("../webfonts/Dreame_patter_Script.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_light";
  src: url("../webfonts/GothamLight.woff2") format("woff2"), url("../webfonts/GothamLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_bold";
  src: url("../webfonts/GothamBold.woff2") format("woff2"), url("../webfonts/GothamBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaregular";
  src: url("../webfonts/proxima_nova_regular.woff2") format("woff2"), url("../webfonts/proxima_nova_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
* MODIFICAÇÃO NO GRID
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
  .container-fluid {
    max-width: 1410px;
  }
}
/*
* VARIÁVEIS DE CONTROLE
*/
/*
* ESTRUTURA
*/
body {
  font-family: "gotham_light" !important;
  color: #6f6e6e;
  background: url(../images/bg-repeat.png?v3);
  overflow-x: hidden;
}

.site-content {
  padding-top: 25px;
}

.home .bg-box,
.page-template-page-quem-somos .bg-box {
  position: relative;
  z-index: 1;
  height: 600px;
  background: rgb(181, 181, 181);
  background: linear-gradient(0deg, rgba(181, 181, 181, 0.2553396359) 34%, rgba(215, 215, 215, 0.2861519608) 62%, rgba(255, 255, 255, 0.6278886555) 100%);
}
@media (max-width: 480px) {
  .home .bg-box,
  .page-template-page-quem-somos .bg-box {
    background: transparent;
  }
}

.bg-box {
  position: relative;
  z-index: 1;
  height: 400px;
  background: rgb(181, 181, 181);
  background: linear-gradient(0deg, rgba(181, 181, 181, 0.2553396359) 34%, rgba(215, 215, 215, 0.2861519608) 62%, rgba(255, 255, 255, 0.6278886555) 100%);
}
@media (max-width: 480px) {
  .bg-box {
    background: transparent;
  }
}

.page-template-page-veterinario .imagem-secao::before,
.post-type-archive-materiais .imagem-secao::before,
.parent-pageid-191 .imagem-secao::before,
.page-template-page-resposta .imagem-secao::before {
  display: none;
}
.page-template-page-veterinario .bg-box,
.post-type-archive-materiais .bg-box,
.parent-pageid-191 .bg-box,
.page-template-page-resposta .bg-box {
  background: transparent;
}
.page-template-page-veterinario .content-nav,
.post-type-archive-materiais .content-nav,
.parent-pageid-191 .content-nav,
.page-template-page-resposta .content-nav {
  box-shadow: 0 1px 7px 0 #cacaca;
}
.page-template-page-veterinario.logged-in .bg-box,
.post-type-archive-materiais.logged-in .bg-box,
.parent-pageid-191.logged-in .bg-box,
.page-template-page-resposta.logged-in .bg-box {
  background: rgb(181, 181, 181);
  background: linear-gradient(0deg, rgba(181, 181, 181, 0.2553396359) 34%, rgba(215, 215, 215, 0.2861519608) 62%, rgba(255, 255, 255, 0.6278886555) 100%);
}
@media (max-width: 480px) {
  .page-template-page-veterinario.logged-in .bg-box,
  .post-type-archive-materiais.logged-in .bg-box,
  .parent-pageid-191.logged-in .bg-box,
  .page-template-page-resposta.logged-in .bg-box {
    background: transparent;
  }
}
.page-template-page-veterinario.logged-in .content-nav,
.post-type-archive-materiais.logged-in .content-nav,
.parent-pageid-191.logged-in .content-nav,
.page-template-page-resposta.logged-in .content-nav {
  box-shadow: none;
}

.home .site,
.page-template-page-quem-somos .site {
  position: relative;
  z-index: 2;
  margin-top: -600px;
}

.site {
  position: relative;
  z-index: 2;
  margin-top: -400px;
}

.btn-primary {
  background-color: #52ae32 !important;
  border-color: #52ae32 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 10px 25px !important;
  text-transform: uppercase;
  border-radius: 25px !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #52ae32;
  color: #52ae32 !important;
}

.btn-fazer-pedido:hover,
.btn-lojas:hover,
.btn-laboratorios:hover,
.btn-pedido:hover {
  color: #52ae32 !important;
  background: #fff !important;
}

.btn.focus,
.btn:focus,
.form-control:focus {
  box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid white;
  -webkit-text-fill-color: black !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.btn-outline-light,
.btn-outline-light:active {
  padding: 10px 27px 7px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 25px;
}

.btn-outline-dark,
.btn-outline-dark:active {
  padding: 10px 27px 7px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 25px;
  color: #ef9713;
  border-color: #ef9713;
}

.btn-fazer-pedido {
  background-color: #52ae32 !important;
  border-radius: 25px !important;
  font-size: 12px !important;
  letter-spacing: initial;
  font-weight: bold !important;
  padding: 5px 25px 5px 7px !important;
}
.btn-fazer-pedido svg {
  margin-right: 10px;
}

.btn-outline-primary {
  color: #52ae32 !important;
  border-color: #52ae32 !important;
  border-radius: 25px !important;
  font-size: 14px !important;
  padding: 10px 35px !important;
  font-weight: bold !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  background: #52ae32 !important;
  color: #fff !important;
}

/*
img {
    width: 100%;
    height: auto;
}*/
.zoom {
  overflow: hidden;
}
.zoom:hover img {
  transform: scale(1.1);
}
.zoom img {
  max-width: 100%;
  transition: all 0.3s;
}

.aligncenter {
  margin: 0 auto;
}

.no-border {
  border: 0 !important;
  padding-left: 0 !important;
}

.skip-link {
  display: none;
}

.entry-content iframe {
  width: 100%;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

a {
  color: #52ae32;
}

table {
  width: 100%;
}

.wpcf7-content-form {
  padding: 50px 35px;
}
@media (max-width: 480px) {
  .wpcf7-content-form {
    padding: 0;
  }
}
.wpcf7-content-form label {
  display: none;
}
.wpcf7-content-form .form-control {
  background: transparent;
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.wpcf7-content-form select {
  opacity: 0.8;
}
.wpcf7-content-form .alert {
  margin-top: 20px;
  float: right;
}
.wpcf7-content-form .alert button {
  border: 0 !important;
}
.wpcf7-content-form .alert button span {
  margin: 0 !important;
  line-height: 1 !important;
}

.line-title {
  width: 50%;
  height: 2px !important;
  margin: 0 auto;
  background-color: #52ae32;
}

/* HEADER
---------------------------------------------------------------------------*/
header.site-header,
header.site-interna.fixed {
  padding-top: 5px;
  min-height: 90px;
  background: #fff;
}
header.site-header .header-content,
header.site-interna.fixed .header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header.site-header .header-content .site-description,
header.site-interna.fixed .header-content .site-description {
  display: block;
  text-indent: -99999px;
}
header.site-header .header-content nav li,
header.site-interna.fixed .header-content nav li {
  padding: 7px;
}
@media (max-width: 1280px) {
  header.site-header .header-content nav li,
  header.site-interna.fixed .header-content nav li {
    padding: 6px;
  }
}
header.site-header .header-content nav li a,
header.site-interna.fixed .header-content nav li a {
  font-family: "proxima_novaregular";
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #6f6e6e;
  text-transform: uppercase;
}
header.site-header .header-content nav li a:after,
header.site-interna.fixed .header-content nav li a:after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 5px;
  display: block;
  background: transparent;
}
header.site-header .header-content nav li:hover a, header.site-header .header-content nav li.current_page_item a, header.site-header .header-content nav li.current-menu-item a,
header.site-interna.fixed .header-content nav li:hover a,
header.site-interna.fixed .header-content nav li.current_page_item a,
header.site-interna.fixed .header-content nav li.current-menu-item a {
  text-decoration: none;
}
header.site-header .header-content nav li:hover a:after, header.site-header .header-content nav li.current_page_item a:after, header.site-header .header-content nav li.current-menu-item a:after,
header.site-interna.fixed .header-content nav li:hover a:after,
header.site-interna.fixed .header-content nav li.current_page_item a:after,
header.site-interna.fixed .header-content nav li.current-menu-item a:after {
  background: #ef9713;
}
header.site-header .header-content nav .secondary-menu,
header.site-interna.fixed .header-content nav .secondary-menu {
  margin-left: 20px;
  margin-top: 10px;
}
header.site-header .header-content nav .secondary-menu > a,
header.site-interna.fixed .header-content nav .secondary-menu > a {
  display: inline-block;
  width: 20px;
  color: #52ae32;
  cursor: pointer;
}
header.site-header .header-content nav .secondary-menu > a i,
header.site-interna.fixed .header-content nav .secondary-menu > a i {
  font-size: 20px;
}
header.site-header .header-content nav .secondary-menu > a[aria-expanded=true] .fa-bars,
header.site-interna.fixed .header-content nav .secondary-menu > a[aria-expanded=true] .fa-bars {
  display: none;
}
header.site-header .header-content nav .secondary-menu > a[aria-expanded=false] .fa-times,
header.site-interna.fixed .header-content nav .secondary-menu > a[aria-expanded=false] .fa-times {
  display: none;
}
header.site-header .header-content nav .secondary-menu > a:hover,
header.site-interna.fixed .header-content nav .secondary-menu > a:hover {
  color: #ef9713;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu {
  width: 100%;
  margin-left: 24px;
  padding: 45px;
  border: 0;
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu::after,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ffffff;
  position: absolute;
  top: -15px;
  right: 44px;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .title-menu,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .title-menu {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px !important;
  letter-spacing: 1.5px;
  color: #52ae32;
  margin-bottom: 20px;
  font-weight: bold;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .sub-nav,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .sub-nav {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .sub-nav li,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .sub-nav li {
  padding: 0;
  margin-bottom: 5px;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .sub-nav li a,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .sub-nav li a {
  font-size: 14px;
  font-weight: normal;
  color: #ef9713;
  text-transform: none;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .sub-nav li a::before,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .sub-nav li a::before {
  display: none;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .sub-nav li a:hover,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .sub-nav li a:hover {
  color: #52ae32;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .sub-nav li.current_page_item a,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .sub-nav li.current_page_item a {
  color: #52ae32;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .list-bookmarks li,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .list-bookmarks li {
  margin-right: 10px;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .list-bookmarks li a,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .list-bookmarks li a {
  font-size: 20px;
  color: #ef9713;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .list-bookmarks li a::before,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .list-bookmarks li a::before {
  display: none;
}
header.site-header .header-content nav .secondary-menu .dropdown-menu .list-bookmarks li a:hover,
header.site-interna.fixed .header-content nav .secondary-menu .dropdown-menu .list-bookmarks li a:hover {
  color: #52ae32;
}

@media (max-width: 480px) {
  .navbar-collapse {
    background: #52ae32;
  }
  .navbar {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 0 !important;
  }
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 25px;
    border: 0 !important;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .navbar-toggler i {
    color: #ef9713;
  }
  .navbar .collapse {
    padding: 20px;
    height: 100vh;
  }
  .navbar .collapse #mobile-menu {
    margin-top: 80px;
    position: relative;
    z-index: 999999999999999;
  }
  .navbar .collapse #mobile-menu a {
    font-size: 18px;
    color: #fff;
  }
  .navbar .list-bookmarks {
    margin-top: 30px;
  }
  .navbar .list-bookmarks .bookmark {
    font-size: 22px !important;
    color: #fff !important;
  }
}
.content-nav.fixed {
  top: 0;
  padding: 10px 0 0;
  height: 80px;
  min-height: 80px;
  width: 100%;
  position: fixed;
  z-index: 999999;
  transition: all 0.8s;
  background: #fff;
  box-shadow: 0 1px 7px 0 #cacaca;
}

@media (max-width: 480px) {
  .content-nav {
    box-shadow: 0 1px 7px 0 #cacaca;
  }
}
/*
* SLIDER
*/
#slider-home {
  border-radius: 25px;
  margin-bottom: 30px;
  overflow: hidden;
  /*BOX LATERAL DO SLIDER*/
}
#slider-home .content-slider {
  background: #f3f3f3;
  border-radius: 25px;
  overflow: hidden;
  padding: 0;
  max-height: 530px;
}
@media (max-width: 480px) {
  #slider-home .content-slider {
    max-height: 640px;
  }
}
#slider-home .content-slider .list-slider {
  background-color: #fafafa;
}
#slider-home .content-slider .list-slider .item {
  opacity: 0;
}
#slider-home .content-slider .list-slider .slick-slide .entry-image img {
  border-radius: 25px;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: -7px;
}
#slider-home .content-slider .list-slider .slick-slide .content {
  z-index: 2;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5843137255) 100%);
  display: flex;
  align-items: flex-end;
}
#slider-home .content-slider .list-slider .slick-slide .content .infos {
  margin: 50px 40% 80px 90px;
}
@media (max-width: 480px) {
  #slider-home .content-slider .list-slider .slick-slide .content .infos {
    margin: 30px 30px;
  }
}
#slider-home .content-slider .list-slider .slick-slide .content .infos h1,
#slider-home .content-slider .list-slider .slick-slide .content .infos h2,
#slider-home .content-slider .list-slider .slick-slide .content .infos h3,
#slider-home .content-slider .list-slider .slick-slide .content .infos h4 {
  font-family: "gotham_bold";
  line-height: 1;
  font-size: 42px !important;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #slider-home .content-slider .list-slider .slick-slide .content .infos h1,
  #slider-home .content-slider .list-slider .slick-slide .content .infos h2,
  #slider-home .content-slider .list-slider .slick-slide .content .infos h3,
  #slider-home .content-slider .list-slider .slick-slide .content .infos h4 {
    font-size: 32px;
  }
}
#slider-home .content-slider .list-slider .slick-slide .content .infos h1 strong,
#slider-home .content-slider .list-slider .slick-slide .content .infos h1 em,
#slider-home .content-slider .list-slider .slick-slide .content .infos h2 strong,
#slider-home .content-slider .list-slider .slick-slide .content .infos h2 em,
#slider-home .content-slider .list-slider .slick-slide .content .infos h3 strong,
#slider-home .content-slider .list-slider .slick-slide .content .infos h3 em,
#slider-home .content-slider .list-slider .slick-slide .content .infos h4 strong,
#slider-home .content-slider .list-slider .slick-slide .content .infos h4 em {
  font-family: "dreame_patter";
  color: #b8faa1;
  font-size: 60px !important;
}
#slider-home .content-slider .list-slider .slick-slide .content .infos .sub-title {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 480px) {
  #slider-home .content-slider .list-slider .slick-slide .content .infos .sub-title {
    font-size: 16px;
  }
}
#slider-home .content-slider .list-slider .slick-slide .content .btn {
  border-radius: 25px;
  font-family: "gotham_bold";
  font-weight: bold;
  font-size: 14px;
  padding: 10px 25px;
  letter-spacing: 1px;
}
#slider-home .content-slider .list-slider .slick-slide .content .btn:hover {
  box-shadow: 2px 2px 10px #333 !important;
}
#slider-home .content-slider .list-slider .slick-prev,
#slider-home .content-slider .list-slider .slick-next {
  top: 50%;
  background: #52ae32;
  border: 1px solid #bfffa8;
}
#slider-home .content-slider .list-slider .slick-prev {
  left: 2%;
}
#slider-home .content-slider .list-slider .slick-next {
  right: 2%;
}
#slider-home .content-slider .list-slider .slick-prev::before,
#slider-home .content-slider .list-slider .slick-next::before {
  width: 15px;
  height: 15px;
  background: transparent;
  border-width: 0 0 2px 2px;
  margin: 5px 0 0 10px;
  border-color: #bfffa8;
}
#slider-home .content-slider .list-slider .slick-prev::before {
  margin: 5px 0 0 17px;
}
#slider-home .content-slider .tp-caption h2 {
  font-family: "proxima_novaregular" !important;
  font-size: 52px !important;
  line-height: 46px !important;
}
#slider-home .content-slider .tp-caption h2 strong {
  font-family: "proxima_novablack" !important;
  font-size: 52px !important;
  line-height: 46px !important;
}
#slider-home .content-slider .tp-caption p {
  font-size: 20px !important;
  line-height: 1.2 !important;
}
#slider-home .content-slider .tp-bgimg {
  border-radius: 25px !important;
}
#slider-home .box-slider {
  background: #cecece url(../images/Banner-Pet-2.webp) no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 25px;
}
@media (max-width: 480px) {
  #slider-home .box-slider {
    margin-top: 20px;
    height: auto;
  }
}
#slider-home .box-slider .info {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5843137255) 100%);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  padding: 0 30px 80px 30px;
  border-radius: 25px;
}
@media (max-width: 480px) {
  #slider-home .box-slider .info {
    background-image: linear-gradient(to bottom, transparent 20%, #000000 100%);
    padding: 50px 30px 50px 30px;
  }
}
#slider-home .box-slider .info h3 {
  color: #fff;
  line-height: 36px;
  font-size: 40px;
  margin-bottom: 40px;
  font-family: "gotham_bold";
}
#slider-home .box-slider .info h3 span {
  font-size: 56px;
  font-family: "dreame_patter";
  color: #b8faa1;
}

.footprint-boxes {
  margin-bottom: -15px;
}

.boxes-bottom {
  padding: 60px 0 50px 0;
  background: #ededed;
}
@media (max-width: 480px) {
  .boxes-bottom img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

.entry-footer {
  background: #4eb13c;
  color: #fff;
}
.entry-footer h3 {
  color: #2b7014;
}
.entry-footer .title {
  font-family: "gotham_bold";
  font-size: 20px;
  margin-bottom: 10px;
}
.entry-footer .title span {
  color: #b6db93;
}
.entry-footer ul {
  list-style: none;
  padding: 0;
}
.entry-footer ul li {
  margin-bottom: 5px;
}
.entry-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.entry-footer .action {
  margin-top: 20px;
}
.entry-footer .action .btn {
  display: block;
  border-radius: 25px;
  border-color: #b6db93 !important;
  color: #b6db93 !important;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
}
.entry-footer .action .btn:hover, .entry-footer .action .btn:active {
  background: #fff !important;
  color: #52ae32 !important;
  border-color: #52ae32 !important;
}
.entry-footer .divisor {
  height: 100%;
}
.entry-footer .divisor .footprint {
  position: relative;
  z-index: 2;
}
.entry-footer .divisor::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #297234;
  display: block;
  opacity: 0.4;
  position: relative;
  z-index: 1;
  margin-left: -22px;
}
.entry-footer .box-animais p {
  line-height: 0.7;
  font-family: "dreame_patter";
  font-size: 92px;
  text-align: end;
}
@media (max-width: 480px) {
  .entry-footer .box-animais p {
    font-size: 72px;
    margin-right: 15px;
  }
}
.entry-footer .box-animais p span {
  color: #c2da9f;
}

.footer {
  background: #297234;
}
.footer .site-branding {
  height: 100%;
}
.footer .menu ul {
  list-style: none;
  padding: 0;
}
.footer .menu ul li {
  margin-bottom: 5px;
}
.footer .menu ul li a {
  color: #b6db93;
  text-decoration: none;
}
.footer .menu h3 {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
.footer .social h3 {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
.footer .social .list-bookmarks {
  margin: 15px 0;
}
.footer .social .list-bookmarks li {
  margin-right: 25px;
}
.footer .social .list-bookmarks li a {
  width: 21px;
  height: 251px;
  color: #d9d9d9;
  font-size: 21px;
}

.veterinario .footer {
  padding-top: 120px !important;
}
.veterinario .footer hr {
  background-color: #e1eedc;
  height: 2px;
}

.copyright {
  background: #ed9524;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  color: #52ae32;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: 1.5px solid #52ae32;
  border-radius: 100%;
  outline: none;
  background: #fff;
  text-indent: -9999px;
  z-index: 999;
  box-shadow: rgba(17, 12, 46, 0.1) 0px 5px 10px 0px;
}
@media (max-width: 480px) {
  .slick-prev,
  .slick-next {
    top: 35%;
  }
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background: #fff;
  border: solid #52ae32;
  border-width: 0 0 2px 2px;
  position: absolute;
  margin: 6px 0 0 15px;
}

.slick-next {
  right: -25px;
}
@media (max-width: 480px) {
  .slick-next {
    right: 15px;
  }
}
.slick-next::before {
  transform: rotate(225deg);
  margin: 6px 0 0 12px;
}

.slick-prev {
  left: -25px;
}
@media (max-width: 480px) {
  .slick-prev {
    left: 15px;
  }
}
.slick-prev::before {
  transform: rotate(45deg);
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li button {
  border: 0;
  text-indent: -999999px;
  background: #52ae32;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  display: flex;
}
.slick-dots li.slick-active button {
  background: #ef9713;
}

.blog-chamada {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .blog-chamada .logo-blog img {
    width: 90%;
    height: auto;
  }
}
.blog-chamada .header p {
  font-size: 24px;
}
.blog-chamada .list-posts article {
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 8px 13px 1px #d9d9d9;
  background: #fff;
  min-height: 460px;
}
.blog-chamada .list-posts article .thumbnail {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.blog-chamada .list-posts article .categorias a {
  color: #6f6e6e;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.blog-chamada .list-posts article .categorias a:hover {
  text-decoration: underline;
}
.blog-chamada .list-posts article .entry-title {
  font-size: 18px;
}
.blog-chamada .list-posts article .entry-title a {
  color: #6f6e6e;
  text-decoration: none;
  font-weight: bold;
}
.blog-chamada .list-posts article .entry-title a:hover {
  text-decoration: underline;
}
.blog-chamada .list-posts article .excerpt {
  font-size: 14px;
}

.entry-header .title {
  margin: -125px 0 125px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .entry-header .title {
    margin: -55px 0 55px 0;
  }
}
.entry-header .title .entry-title {
  position: relative;
  z-index: 2;
  font-family: "dreame_patter";
  font-size: 84px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 480px) {
  .entry-header .title .entry-title {
    font-size: 44px;
  }
}
.entry-header .title .entry-title::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  display: block;
}
.entry-header .imagem-secao {
  position: relative;
  z-index: 1;
  max-height: 365px;
}
.entry-header .imagem-secao img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}
@media (max-width: 480px) {
  .entry-header .imagem-secao img {
    border-radius: 25px;
  }
}
.entry-header .imagem-secao::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5019607843) 100%);
}

.title-section {
  font-size: 32px;
  text-align: center;
  line-height: 0.8;
}
.title-section span {
  font-size: 64px;
  font-family: "dreame_patter";
  color: #52ae32;
  display: block;
  line-height: 1;
}

.page-template-page-quem-somos .entry-header .title {
  margin: -165px 0 165px 0 !important;
}
@media (max-width: 480px) {
  .page-template-page-quem-somos .entry-header .title {
    margin: -112px 0 165px 0 !important;
  }
}
.page-template-page-quem-somos hr {
  background-color: #52ae32;
  max-width: 570px;
  height: 2px !important;
  margin: 20px auto;
}
.page-template-page-quem-somos .content-sobre {
  background: #fff;
  width: 80%;
  margin: -130px auto 300px auto;
  border-radius: 25px 25px 0 0;
  position: relative;
  z-index: 3;
  box-shadow: 0px -20px 28px -11px rgba(0, 0, 0, 0.5);
}
@media (max-width: 480px) {
  .page-template-page-quem-somos .content-sobre {
    width: 100%;
    margin: -130px auto 200px auto;
  }
}
.page-template-page-quem-somos .content-sobre h2 {
  font-size: 22px;
  font-weight: bold;
}
.page-template-page-quem-somos .content-sobre p {
  font-size: 18px;
}
.page-template-page-quem-somos .content-sobre em {
  font-family: "dreame_patter";
  color: #52ae32;
  font-size: 44px;
}
.page-template-page-quem-somos .diferenciais {
  background: #d7ecd2;
  margin-bottom: 80px;
}
.page-template-page-quem-somos .diferenciais .banner {
  text-align: center;
}
.page-template-page-quem-somos .diferenciais .banner .title-section {
  position: relative;
  z-index: 2;
  margin: 0 auto -80px auto;
  color: #fff;
}
.page-template-page-quem-somos .diferenciais .banner .title-section h2 {
  line-height: 1;
}
.page-template-page-quem-somos .diferenciais .banner .title-section span {
  color: #fff;
}
.page-template-page-quem-somos .diferenciais .banner img {
  position: relative;
  z-index: 1;
  margin: -220px auto 0 auto;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 480px) {
  .page-template-page-quem-somos .diferenciais .banner img {
    width: 100%;
    height: auto;
  }
}
.page-template-page-quem-somos .diferenciais .list-diferenciais {
  position: relative;
  z-index: 3;
  margin-top: -100px;
  padding-bottom: 50px;
}
.page-template-page-quem-somos .diferenciais .list-diferenciais article {
  padding: 30px;
  margin: 63px 6px;
  text-align: center;
  background: #fff;
  border-radius: 15px;
}
.page-template-page-quem-somos .diferenciais .list-diferenciais article .icone {
  height: 80px;
}
.page-template-page-quem-somos .diferenciais .list-diferenciais article .descricao {
  font-size: 14px;
  margin-top: 93px;
  min-height: 70px;
}
.page-template-page-quem-somos .estrutura .content-texto {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .page-template-page-quem-somos .estrutura .content-texto {
    width: 100%;
  }
}
.page-template-page-quem-somos .slick-prev,
.page-template-page-quem-somos .slick-next {
  top: 43%;
}

.page-template-page-atuacao .box-chamadas {
  position: relative;
  z-index: 2;
}
.page-template-page-atuacao .chamadas {
  padding-bottom: 50px;
}
.page-template-page-atuacao .chamadas article .content {
  min-height: 391px;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
  border-radius: 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page-template-page-atuacao .chamadas article .content .icone {
  height: 80px;
}
.page-template-page-atuacao .chamadas article .content .title h3 {
  font-size: 18px;
}
.page-template-page-atuacao .chamadas article .content .descricao {
  font-size: 14px;
  min-height: 80px;
}
.page-template-page-atuacao .chamadas article .content .btn {
  border-radius: 32px !important;
  padding: 15px 5px !important;
}
.page-template-page-atuacao .det-layout {
  height: 250px;
  background: #d7ecd2;
  width: 100%;
  z-index: 1;
  margin-top: -260px;
  margin-bottom: 50px;
}

/*
* NOSSAS LOJAS
*/
.page-nossas-lojas {
  /*#map .model-green .state:hover .shape,
  #map .model-green .state.hover .shape {
      fill: $secondary_color;
  }

  #map .model-green .state:hover .icon_state,
  #map .model-green .state.hover .icon_state {
      fill: $secondary_color;
  }*/
}
.page-nossas-lojas .filter-uf {
  margin-top: -40px;
  padding: 20px 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
}
.page-nossas-lojas .filter-uf #estados {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #ced4da;
}
.page-nossas-lojas .estados-list .uf {
  margin: 40px 0 20px;
}
.page-nossas-lojas .estados-list .uf h3 {
  color: #52ae32;
  font-weight: bold;
}
.page-nossas-lojas .estados-list article {
  padding: 0 0 20px 0;
  margin-bottom: 15px;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
}
.page-nossas-lojas .estados-list article .loja-img {
  width: 100%;
  height: 191px;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.page-nossas-lojas .estados-list article .loja-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-nossas-lojas .estados-list article .cidade {
  font-family: "gotham_bold";
  margin-bottom: 5px;
  color: #6f6e6e;
}
.page-nossas-lojas .estados-list article p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
}
.page-nossas-lojas .estados-list article p .arrow {
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  float: right;
  height: 2px;
  width: 25%;
  background: #6f7271;
}
.page-nossas-lojas .estados-list article p .arrow::after {
  content: "";
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  border-top: 2px solid #6f7271;
  border-right: 2px solid #6f7271;
  border-left: 0;
  border-bottom: 0;
  margin: -4px 0 0 -5px;
  transform: rotate(45deg);
}
.page-nossas-lojas .estados-list article a {
  color: #52ae32;
  font-size: 14px;
  line-height: 1.2;
}
.page-nossas-lojas .estados-list article .actions {
  padding: 0 20px;
}
.page-nossas-lojas .estados-list article .actions a {
  line-height: 2;
}
.page-nossas-lojas .estados-list article .actions p {
  margin-top: 7px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.page-nossas-lojas #map {
  display: none;
}
.page-nossas-lojas #map .label_icon_state {
  fill: #fff;
  font-family: Arial;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
}
.page-nossas-lojas #map .state {
  text-decoration: none;
}
.page-nossas-lojas #map .model-green .state .shape {
  fill: #cecece;
}
.page-nossas-lojas #map .model-green .state .icon_state {
  fill: #cecece;
}
.page-nossas-lojas #map .model-green .state .label_icon_state {
  fill: #fff;
}
.page-nossas-lojas #map .model-green .state .label_state {
  fill: #cecece;
}
.page-nossas-lojas #map .model-green .state.active .shape {
  fill: #52ae32;
  cursor: pointer !important;
}
.page-nossas-lojas #map .model-green .state.active:hover .shape {
  opacity: 0.9;
}
.page-nossas-lojas #map .model-green .state.active .label_icon_state {
  cursor: pointer !important;
}
.page-nossas-lojas #map .model-green .state.active .icon_state {
  fill: #52ae32;
}

/*
* PAGE BLOG
*/
.page-blog .filters,
.single-blog .filters {
  margin: 60px 0;
  padding-bottom: 50px;
  min-height: 60px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.page-blog .filters span,
.single-blog .filters span {
  float: left;
  font-weight: bold;
  margin-right: 15px;
}
.page-blog .filters .custom-select-data,
.page-blog .filters .custom-select-assunto,
.single-blog .filters .custom-select-data,
.single-blog .filters .custom-select-assunto {
  margin: -5px 10px 0 10px;
  float: left;
  border-radius: 25px;
  border: 1px solid #52ae32;
  padding-left: 10px;
  padding-right: 25px;
  color: #52ae32;
}
@media (max-width: 480px) {
  .page-blog .filters,
  .single-blog .filters {
    margin-bottom: 30px;
  }
  .page-blog .filters .content,
  .single-blog .filters .content {
    display: flex;
    flex-direction: column;
  }
  .page-blog .filters .content .custom-select-data,
  .single-blog .filters .content .custom-select-data {
    margin: 10px 0 15px 0;
  }
  .page-blog .filters .content .custom-select-assunto,
  .single-blog .filters .content .custom-select-assunto {
    width: 100% !important;
    margin: 0;
  }
}
.page-blog #search-box,
.single-blog #search-box {
  margin-top: -5px;
}
.page-blog #search-box #s,
.single-blog #search-box #s {
  margin-right: 0;
  border: 1px solid #52ae32;
  border-radius: 15px 0 0 15px;
}
.page-blog #search-box .btn-primary,
.single-blog #search-box .btn-primary {
  margin-top: 1px;
  font-size: 13px;
  margin-left: -11px;
  border-radius: 0 15px 15px 0;
}
.page-blog .categorias ul,
.single-blog .categorias ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-blog .categorias ul li a,
.single-blog .categorias ul li a {
  font-size: 14px;
  font-family: "gotham_light";
  color: #292828;
  text-decoration: none;
}
@media (max-width: 480px) {
  .page-blog .categorias ul li a,
  .single-blog .categorias ul li a {
    font-size: 18px;
  }
}
.page-blog .categorias ul li a:hover,
.single-blog .categorias ul li a:hover {
  color: #ef9713;
}
.page-blog .categorias ul li.categories,
.single-blog .categorias ul li.categories {
  color: #292828;
  font-family: "gotham_bold";
  font-size: 18px;
}
@media (max-width: 480px) {
  .page-blog .categorias ul li.categories,
  .single-blog .categorias ul li.categories {
    font-size: 22px;
  }
}
.page-blog .categorias ul li.current-cat a,
.single-blog .categorias ul li.current-cat a {
  color: #52ae32;
}
.page-blog .list-blog article,
.single-blog .list-blog article {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 25px;
  padding: 25px 20px;
}
.page-blog .list-blog article img,
.single-blog .list-blog article img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.page-blog .list-blog article .title,
.single-blog .list-blog article .title {
  line-height: 1.2;
  font-size: 1rem;
  font-family: "gotham_bold";
}
.page-blog .list-blog article .title a,
.single-blog .list-blog article .title a {
  color: #292828;
  text-decoration: none;
}
.page-blog .list-blog article .resumo p,
.single-blog .list-blog article .resumo p {
  font-size: 14px;
  line-height: 1.2;
}
.page-blog .list-blog article .tags,
.single-blog .list-blog article .tags {
  margin-bottom: 15px;
}
.page-blog .list-blog article .tags a,
.single-blog .list-blog article .tags a {
  font-family: "gotham_light";
  background: #f9f9f9;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  color: #52ae32;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.page-blog .list-blog article #autorarea,
.single-blog .list-blog article #autorarea {
  line-height: 1;
  margin-top: 10px;
  font-size: 14px;
}
.page-blog .list-blog article #autorarea a,
.single-blog .list-blog article #autorarea a {
  color: #52ae32;
  text-transform: capitalize;
  text-decoration: none;
}
.page-blog .list-blog article #autorarea img,
.single-blog .list-blog article #autorarea img {
  float: left;
  margin-top: -2px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  margin-right: 15px;
}
.page-blog .box-share-content a,
.single-blog .box-share-content a {
  color: #52ae32;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.page-blog .box-share-content .box-collapse,
.single-blog .box-share-content .box-collapse {
  position: absolute;
  width: 380px;
  margin-left: -245px;
}

.post-interna .content-post {
  border-radius: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  padding: 35px 25px;
  margin-bottom: 80px;
}
.post-interna .content-post .entry-image {
  margin: 20px 0;
}
.post-interna .content-post .entry-image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.post-interna .content-post .tags {
  margin-top: 35px;
  margin-bottom: 15px;
}
.post-interna .content-post .tags a {
  font-family: "gotham_light";
  background: #f9f9f9;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  color: #52ae32;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.post-interna .content-post #autorarea {
  line-height: 1;
  margin-top: 10px;
  font-size: 14px;
}
.post-interna .content-post #autorarea a {
  color: #52ae32;
  text-transform: capitalize;
  text-decoration: none;
}
.post-interna .content-post #autorarea img {
  float: left;
  margin-top: -2px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  margin-right: 15px;
}
.post-interna .content-post .btn-go-back {
  margin-top: 5px;
  color: #52ae32;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
.post-interna .content-post .btn-go-back i {
  margin-right: 5px;
}
.post-interna .content-post .btn-go-top {
  margin-top: -55px;
  color: #52ae32;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
.post-interna .content-post .btn-go-top i {
  margin-right: 5px;
}

.custom-select-data,
.custom-select-assunto,
.custom-select-estados {
  position: relative;
}
.custom-select-data select,
.custom-select-assunto select,
.custom-select-estados select {
  display: none; /*hide original SELECT element:*/
}
.custom-select-data .select-selected,
.custom-select-assunto .select-selected,
.custom-select-estados .select-selected {
  background-color: #fff;
  color: #52ae32;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 10px 10px 10px 15px;
  margin-left: 7px;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select-data .select-selected::after,
.custom-select-assunto .select-selected::after,
.custom-select-estados .select-selected::after {
  position: absolute;
  content: "";
  top: 13px;
  right: 15px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-top: 2px solid #52ae32;
  border-left: 2px solid #52ae32;
  transform: rotate(-135deg);
}
.custom-select-data .select-selected.select-arrow-active:after,
.custom-select-assunto .select-selected.select-arrow-active:after,
.custom-select-estados .select-selected.select-arrow-active:after {
  top: 15px;
  transform: rotate(45deg);
}
.custom-select-data .select-items,
.custom-select-assunto .select-items,
.custom-select-estados .select-items {
  position: absolute;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 0 0 1em #cecece;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.custom-select-data .select-items div,
.custom-select-assunto .select-items div,
.custom-select-estados .select-items div {
  color: #495057;
  padding: 10px 15px 0 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select-data .select-items div:hover,
.custom-select-assunto .select-items div:hover,
.custom-select-estados .select-items div:hover {
  color: #fff !important;
  background-color: #52ae32;
}
.custom-select-data .select-items div:first-child:hover,
.custom-select-assunto .select-items div:first-child:hover,
.custom-select-estados .select-items div:first-child:hover {
  border-radius: 5px 5px 0 0;
}
.custom-select-data .select-items div:last-child,
.custom-select-assunto .select-items div:last-child,
.custom-select-estados .select-items div:last-child {
  padding: 10px 15px 15px 15px;
}
.custom-select-data .select-items div:last-child:hover,
.custom-select-assunto .select-items div:last-child:hover,
.custom-select-estados .select-items div:last-child:hover {
  border-radius: 0 0 5px 5px;
}
.custom-select-data .select-items div::after,
.custom-select-assunto .select-items div::after,
.custom-select-estados .select-items div::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin: 10px auto 0 auto;
  background: #cecece;
}
.custom-select-data .select-items div:last-child::after,
.custom-select-assunto .select-items div:last-child::after,
.custom-select-estados .select-items div:last-child::after {
  display: none;
}
.custom-select-data .select-items div:hover::after,
.custom-select-assunto .select-items div:hover::after,
.custom-select-estados .select-items div:hover::after {
  background: #fff !important;
}
.custom-select-data .select-hide,
.custom-select-assunto .select-hide,
.custom-select-estados .select-hide {
  display: none;
}
.custom-select-data .same-as-selected,
.custom-select-assunto .same-as-selected,
.custom-select-estados .same-as-selected {
  color: #fff !important;
  background-color: #52ae32;
}

/*
* PAGENAVI
*/
.wp-pagenavi {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border-radius: 25px !important;
  border: 0;
  background-color: #ffffff !important;
  font-size: 14px;
  color: #ef9713 !important;
  font-weight: bold;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #52ae32 !important;
  color: #fff !important;
}

.ginput_container .btn-upload {
  text-transform: uppercase;
  font-size: 12px !important;
  color: #fff !important;
  letter-spacing: 3px !important;
  background: #bcbcbc !important;
  border: 0 !important;
  font-weight: bold !important;
  padding: 7px 43px !important;
}

.ginput_container .label-upload {
  font-size: 14px !important;
  font-style: italic;
  margin-right: 10px;
}

.ginput_container input[type=file] {
  display: none;
}

.ginput_container .types-files {
  margin-top: 15px;
  font-size: 14px !important;
  font-style: italic;
  float: right;
}

#formas-farmaceuticas {
  padding-top: 100px;
  margin-bottom: 80px;
}
@media (min-width: 1600px) {
  #formas-farmaceuticas {
    padding-top: 40px;
  }
}
#formas-farmaceuticas .list-formas-farmaceuticas .item {
  padding: 25px 5px;
}
#formas-farmaceuticas .list-formas-farmaceuticas .item article {
  padding: 50px 40px 50px 40px;
  min-height: 360px;
  margin: 0 4px;
  text-align: center;
  background: #fff;
  border-radius: 80px 80px 35px 35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 15px 0px;
}
#formas-farmaceuticas .list-formas-farmaceuticas .item article h3 {
  font-size: 18px;
  font-family: "gotham_bold";
}
#formas-farmaceuticas .list-formas-farmaceuticas .item article .icone {
  height: 200px;
}
#formas-farmaceuticas .list-formas-farmaceuticas .item article .descricao {
  font-size: 14px;
  min-height: 70px;
}

.home #formas-farmaceuticas {
  padding: 0;
}

.diferenciais-home {
  background: #d7ecd2;
  margin-bottom: 80px;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .diferenciais-home {
    padding: 50px 20px;
  }
}
.diferenciais-home .list-diferenciais-home {
  margin-top: 20px;
}
.diferenciais-home .list-diferenciais-home article {
  padding: 50px 20px 30px 20px;
  margin: 0 7px;
  text-align: center;
  background: #52ad32;
  color: #fff;
  border-radius: 80px 80px 35px 35px;
}
@media (max-width: 480px) {
  .diferenciais-home .list-diferenciais-home article {
    margin: 0 0 25px;
  }
}
.diferenciais-home .list-diferenciais-home article .icone {
  height: 200px;
}
.diferenciais-home .list-diferenciais-home article .icone img {
  /*filter: brightness(100);  Isso tornará a imagem completamente branca */
	padding-bottom: 40px;
}
.diferenciais-home .list-diferenciais-home article .descricao {
  font-size: 14px;
  min-height: 130px;
  padding: 0 15px;
}
.diferenciais-home .action .btn {
  font-family: "gotham_bold";
  border-radius: 25px;
  border-color: #52ae32;
  color: #52ae32;
  padding: 10px 35px;
}
.diferenciais-home .action .btn:hover, .diferenciais-home .action .btn:active {
  background: #52ae32 !important;
  color: #fff !important;
}

.sobre-home {
  min-height: 550px;
  margin-top: 60px;
}
.sobre-home .box-animals .animals {
  position: absolute;
  z-index: 2;
}
.sobre-home .box-animals .elemento-pata {
  position: absolute;
  z-index: 1;
  margin: -120px 0 0 50px;
}
.sobre-home .content {
  min-height: 510px;
}
.sobre-home .content h1,
.sobre-home .content h2,
.sobre-home .content h3 {
  font-family: "gotham_bold";
  font-size: 24px;
  margin-bottom: 20px;
  color: #6f6e6e;
}
.sobre-home .content p {
  font-size: 20px;
}
.sobre-home .action {
  position: relative;
  z-index: 3;
}
.sobre-home .action .btn {
  font-size: 1rem !important;
  padding: 10px 55px !important;
}
.sobre-home .action .btn:hover, .sobre-home .action .btn:active {
  background: #fff !important;
  color: #52ae32 !important;
}

.page-atuacao hr {
  background-color: #52ae32;
  max-width: 850px;
  height: 2px !important;
  margin: 20px auto;
}
.page-atuacao .actions {
  max-width: 850px;
  margin: 0 auto;
}
.page-atuacao .actions .btn-animais-silvestres {
  background: #297234 !important;
  border-color: #297234 !important;
}
@media (max-width: 480px) {
  .page-atuacao .actions .btn-animais-silvestres {
    margin-bottom: 5px;
  }
}
.page-atuacao .actions .btn-animais-silvestres:hover {
  background: #297234 !important;
  background: #fff !important;
  border-color: #297234 !important;
}
.page-atuacao .actions .btn-gatos {
  background: #52ae32 !important;
  border-color: #52ae32 !important;
}
@media (max-width: 480px) {
  .page-atuacao .actions .btn-gatos {
    margin-bottom: 5px;
  }
}
.page-atuacao .actions .btn-gatos:hover {
  background: #52ae32 !important;
  background: #fff !important;
  border-color: #52ae32 !important;
}
.page-atuacao .actions .btn-dogs {
  background: #ef9713 !important;
  border-color: #ef9713 !important;
}
@media (max-width: 480px) {
  .page-atuacao .actions .btn-dogs {
    margin-bottom: 5px;
  }
}
.page-atuacao .actions .btn-dogs:hover {
  background: #ef9713 !important;
  background: #fff !important;
  border-color: #ef9713 !important;
}
.page-atuacao .rabbit,
.page-atuacao .cats,
.page-atuacao .dogs {
  padding-top: 70px;
  padding-bottom: 100px;
}
.page-atuacao .rabbit .content-texto h3,
.page-atuacao .cats .content-texto h3,
.page-atuacao .dogs .content-texto h3 {
  font-family: "dreame_patter";
  font-size: 48px;
}
.page-atuacao .rabbit .item article,
.page-atuacao .cats .item article,
.page-atuacao .dogs .item article {
  margin-bottom: 30px;
  padding: 25px 0;
  background: #fff;
  border-radius: 35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page-atuacao .rabbit .item article .content-texto h3,
.page-atuacao .cats .item article .content-texto h3,
.page-atuacao .dogs .item article .content-texto h3 {
  font-family: "dreame_patter";
  font-size: 48px;
}
.page-atuacao .rabbit .item article .icone img,
.page-atuacao .cats .item article .icone img,
.page-atuacao .dogs .item article .icone img {
  max-height: 60px;
}
.page-atuacao .rabbit .item article h3,
.page-atuacao .cats .item article h3,
.page-atuacao .dogs .item article h3 {
  font-size: 14px;
}
.page-atuacao .dogs img {
  transform: scaleX(-1);
}
.page-atuacao .rabbit .content-texto h3 {
  color: #297234;
}
.page-atuacao .cats .content-texto h3 {
  color: #52ae32;
}
.page-atuacao .dogs .content-texto h3 {
  color: #ef9713;
}
@media (max-width: 480px) {
  .page-atuacao .attachment-post-thumbnail {
    width: 100%;
    height: auto;
  }
}

.page-contato {
  margin-bottom: 80px;
}
.page-contato .box {
  border-radius: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  padding: 35px 25px;
}
.page-contato .box .wpcf7 label {
  display: none;
}
.page-contato .box .wpcf7 .form-control {
  background: transparent;
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.page-contato .box .wpcf7 select {
  opacity: 0.8;
}
.page-contato .box .wpcf7-spinner {
  position: absolute;
  margin: 8px 0 0 -40px;
}
.page-contato .form .title {
  font-family: "gotham_bold";
  font-size: 20px;
}
.page-contato .form textarea {
  height: 110px;
}
.page-contato .form .btn {
  width: 100%;
  padding: 15px !important;
}
.page-contato .actions .btn {
  font-family: "gotham_bold";
  color: #52ae32 !important;
  background: #f9f9f9 !important;
  border-radius: 25px;
  border-color: #e8e8e8 !important;
  padding: 10px;
}

.page-formula {
  margin-bottom: 80px;
}
.page-formula .box {
  border-radius: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  padding: 35px 25px;
}
.page-formula .box .wpcf7-content-form {
  padding: 10px 25px !important;
}
@media (min-width: 1400px) {
  .page-formula .box .wpcf7-content-form {
    padding: 28px 25px !important;
  }
}
@media (max-width: 480px) {
  .page-formula .box .wpcf7-content-form {
    padding: 0 !important;
  }
}
.page-formula .box .wpcf7-content-form label {
  display: none;
}
.page-formula .box .wpcf7-content-form .form-control {
  background: transparent;
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .page-formula .box .wpcf7-content-form .form-control {
    margin-bottom: 28px;
  }
}
.page-formula .box .wpcf7-content-form select {
  opacity: 0.8;
}
.page-formula .box .wpcf7-spinner {
  position: absolute;
  margin: 8px 0 0 -40px;
}
.page-formula .form .title {
  font-family: "gotham_bold";
  font-size: 20px;
}
.page-formula .form textarea {
  height: 120px;
}
.page-formula .form .btn {
  width: 100%;
  padding: 15px !important;
}
.page-formula .form span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #52ae32;
  margin-bottom: 20px;
}
.page-formula .form span.label-file {
  position: absolute;
  margin-top: 7px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 200px;
  text-transform: uppercase;
  font-family: "gotham_bold";
}
.page-formula .form span.ajax-loader {
  margin-bottom: -10px;
}
.page-formula .form .receita-label {
  margin-top: -20px;
}
.page-formula .form #mask-receita {
  cursor: pointer;
}
.page-formula .form #mensagem {
  height: 160px;
  margin-bottom: 20px;
}
.page-formula .form #receita {
  display: none;
}
.page-formula .form .delete-file {
  display: none;
  cursor: pointer;
  font-size: 14px;
}
.page-formula .actions .btn {
  font-family: "gotham_bold";
  color: #52ae32 !important;
  background: #f9f9f9 !important;
  border-radius: 25px;
  border-color: #e8e8e8 !important;
  padding: 10px;
}
.page-formula .btn {
  margin-top: 15px;
}
.page-formula .entry-image img {
  width: 100%;
  height: auto;
  border-radius: 45px 0 45px 0;
}

.user a {
  color: #52ae32;
}
.user.divisor {
  border-bottom: 2px solid #52ae32;
  padding-bottom: 15px;
}

.page-veterinario .box-section {
  font-family: "dreame_patter";
  font-size: 48px;
  line-height: 1;
  color: #52ae32;
}
.page-veterinario .box-section span {
  color: #6f6e6e;
}
.page-veterinario .entry-content {
  margin-bottom: -90px;
}
.page-veterinario .wpcf7-form {
  margin-top: 0 !important;
}
.page-veterinario .wpcf7-form p {
  margin-bottom: 0 !important;
}
.page-veterinario .wpcf7-form .wpcf7-not-valid-tip {
  color: #ffb900 !important;
  font-style: italic;
}
.page-veterinario form {
  margin-top: 50px;
}
.page-veterinario form input[type=tel],
.page-veterinario form input[type=text],
.page-veterinario form input[type=email],
.page-veterinario form input[type=password] {
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 15px 10px;
}
.page-veterinario form input[type=submit] {
  font-family: "gotham_bold";
  width: 100%;
  padding: 15px 10px;
  border-radius: 35px;
  background: #52ae32;
  border: 1px solid #52ae32 !important;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.page-veterinario .login {
  display: none;
}
.page-veterinario .btn-register,
.page-veterinario .btn-login {
  font-family: "gotham_bold";
  color: #52ae32;
  font-size: 14px;
  cursor: pointer;
}
.page-veterinario .box {
  border-radius: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  padding: 35px 25px;
  width: 100%;
}
.page-veterinario .box-primary {
  color: #fff;
  background: #52ad32;
  border-radius: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 35px 25px;
  width: 100%;
  border: 1px solid #f2f2f2;
}
.page-veterinario .box-primary .box-section {
  color: #fff;
}
.page-veterinario .box-primary .box-section span {
  color: #fff;
}
.page-veterinario .area {
  font-size: 28px;
  line-height: 1;
}
.page-veterinario .area strong {
  font-family: "gotham_bold";
  color: #292828;
}
.page-veterinario .area img {
  border-radius: 35px;
  width: 100%;
  height: auto;
}
.page-veterinario .eventos {
  min-height: 125px;
}
.page-veterinario .eventos .evento {
  color: #52ae32;
}
.page-veterinario .eventos .evento a {
  text-decoration: none;
  color: #52ae32;
}
.page-veterinario .eventos .evento a:hover {
  text-decoration: underline;
}
.page-veterinario .eventos .evento strong {
  font-family: "gotham_bold";
  color: #292828;
}
.page-veterinario .eventos hr {
  margin: 5px 0 !important;
}
.page-veterinario .btn-primary {
  background: #76b82a !important;
  border-color: #76b82a !important;
  border-radius: 5px !important;
  padding: 5px 0 !important;
  width: 100%;
}

.list-archive article {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 25px;
  padding: 25px 20px;
}
.list-archive article img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.list-archive article .title {
  line-height: 1.2;
  font-size: 1rem;
  font-family: "gotham_bold";
}
.list-archive article .title a {
  color: #292828;
  text-decoration: none;
}
.list-archive article .resumo p {
  font-size: 14px;
  line-height: 1.2;
}
.list-archive article .tags {
  margin-bottom: 15px;
}
.list-archive article .tags a {
  font-family: "gotham_light";
  background: #f9f9f9;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  color: #52ae32;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.list-archive article #autorarea {
  line-height: 1;
  margin-top: 10px;
  font-size: 14px;
}
.list-archive article #autorarea a {
  color: #52ae32;
  text-transform: capitalize;
  text-decoration: none;
}
.list-archive article #autorarea img {
  float: left;
  margin-top: -2px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  margin-right: 15px;
}

.list-materiais .title-material {
  font-family: "gotham_bold";
  color: #52ae32;
  font-size: 32px;
}
.list-materiais .btn-back {
  font-family: "gotham_bold";
  text-decoration: none;
}
.list-materiais .btn-back:hover {
  color: #52ae32 !important;
}
.list-materiais .box-material {
  border-radius: 35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  padding: 25px;
  border: 1px solid #f2f2f2;
}
.list-materiais .box-material .thumbnail {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.list-materiais .box-material .thumbnail img {
  border-radius: 35px;
}
.list-materiais .box-material .btn {
  border-radius: 35px !important;
  padding: 15px 30px !important;
}
.list-materiais .box-material .btn:hover {
  color: #52ae32 !important;
  background: #fff !important;
}

@media (max-width: 480px) {
  .banners-lojas img,
  .banners-laboratorios img {
    width: 100%;
    height: auto;
  }
}
#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
  width: 100% !important;
}
#wpmem_login legend,
#wpmem_msg legend,
#wpmem_reg legend,
.wpmem_msg legend {
  font-family: "gotham_light" !important;
  text-align: center;
  margin-bottom: 50px !important;
  font-size: 28px !important;
}/*# sourceMappingURL=custom.css.map */