body {
  font-family: 'Nunito', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body section#header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  height: 122px;
}
body section#header .row.menu {
  height: 125px;
  padding: 0 40px;
}
body section#header .row.menu .col-logo {
  -webkit-box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  border: 0 solid #000000;
  margin-bottom: -20px;
  z-index: 2;
  background: white;
}
body section#header .row.menu .col-logo img.logo {
  max-width: 200px;
  max-height: 80px;
  width: 100%;
  height: auto;
}
body section#header .row.menu .col-logo svg.logo {
  max-width: 200px;
  max-height: 80px;
  width: 100%;
  height: auto;
}
body section#header .row.menu .col-menu {
  font-size: 14px;
  padding-left: 50px;
}
body section#header .row.menu .col-menu .desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
body section#header .row.menu .col-menu .desktop .menu-link {
  color: #494948;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  padding: 0 0.6rem;
  text-decoration: none;
}
body section#header .row.menu .col-menu .desktop .menu-link.active {
  font-weight: 700;
}
body section#header .row.menu .col-menu .desktop .menu-link.active:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  background: #f4d646;
  height: 8px;
  border-radius: 25px 25px 25px 25px;
  margin-left: 1px;
}
body section#header .row.menu .col-menu .desktop .menu-link.active.link-1:after {
  width: 6%;
  z-index: 2;
}
body section#header .row.menu .col-menu .desktop .menu-link.active.link-2:after {
  width: 11%;
  margin-left: 1px;
  z-index: 2;
}
body section#header .row.menu .col-menu .desktop .menu-link.active.link-3:after {
  width: 8%;
  margin-left: 2px;
  z-index: 2;
}
body section#header .row.menu .col-menu .desktop .menu-link:hover {
  font-weight: bold;
}
body section#header .row.menu .col-menu .desktop .menu-link:hover.link-1:after {
  width: 6%;
  z-index: 2;
}
body section#header .row.menu .col-menu .desktop .menu-link:hover.link-2:after {
  width: 11%;
  margin-left: 1px;
  z-index: 2;
}
body section#header .row.menu .col-menu .desktop .menu-link:hover.link-3:after {
  width: 8%;
  margin-left: 2px;
  z-index: 2;
}
body section#header .row.menu .col-menu .desktop .menu-link:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  background: #e8c946;
  height: 8px;
  border-radius: 25px 25px 25px 25px;
  margin-left: 1px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  width: 0;
}
body section#header .row.menu .col-menu .mobile {
  display: none;
}
body section#footer {
  margin-top: auto;
  background: url("../../assets/images/backgrounds/bg-footer.jpg") center no-repeat;
}
body section#footer #footer-base {
  min-height: 560px;
  font-size: 16px;
  color: #494948;
}
body section#footer #footer-base .row.footer {
  padding: 60px 25px 0 25px;
}
body section#footer #footer-base .row.footer.first {
  padding-bottom: 40px;
  border-bottom: 2px solid #ededed;
}
body section#footer #footer-base .row.footer.last {
  padding-top: 30px;
}
body section#footer #footer-base .row.footer .footer-title {
  font-family: 'Fredoka One', sans-serif;
  font-size: 20px;
  color: #494948;
  font-weight: 700;
  margin-bottom: 21px;
}
body section#footer #footer-base .row.footer .footer-title-search {
  font-family: 'Fredoka One', sans-serif;
  font-size: 20px;
  color: #8bc8d2;
  font-weight: 700;
  margin-bottom: 21px;
}
body section#footer #footer-base .row.footer .footer-menu .footer-menu-item {
  margin-bottom: 0.6rem;
  text-decoration: none;
}
body section#footer #footer-base .row.footer .footer-menu .footer-menu-item a {
  color: #494948;
}
body section#footer #footer-base .row.footer .footer-menu .footer-menu-item.active {
  font-weight: bold;
}
body section#footer #footer-base .row.footer .contatos span.img-vazio {
  width: 24px;
  display: inline-block;
}
body section#footer #footer-base .row.footer .contatos img {
  width: 24px;
}
body section#footer #footer-base .row.footer .col-resumo {
  padding-right: 20px;
}
body section#footer #footer-base .row.footer .col-resumo .footer-desc {
  margin-bottom: 15px;
}
body section#footer #footer-base .row.footer .col-resumo .images .logo {
  width: 169px;
  height: 58px;
}
body section#footer #footer-base .row.footer .col-resumo .images .social-media {
  display: inline-block;
  padding-left: 10px;
}
body section#footer #footer-base .row.footer .col-resumo .images .social-media img {
  width: 30px;
  height: 30px;
}
body section#footer #footer-base .row.footer .col-tags .tags {
  padding-left: 0;
}
body section#footer #footer-base .row.footer .col-tags .tags a {
  text-decoration: none;
  color: #484849;
}
body section#footer #footer-base .row.footer .col-tags .tags div {
  padding: 3px 12px;
  border-radius: 25px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
body section#footer #footer-base .row.footer .col-tags .tags div.tag1 {
  background-color: #edf9fb;
  margin-right: 6px;
}
body section#footer #footer-base .row.footer .col-tags .tags div.tag2 {
  background-color: #c3f2fb;
  margin-right: 6px;
}
body section#footer #footer-base .row.footer .col-tags .tags div.tag3 {
  background-color: #fdd7de;
  margin-right: 6px;
}
body section#footer #footer-base .row.footer .col-tags .tags div.tag4 {
  background-color: #fee4de;
  margin-right: 6px;
}
body section#footer #footer-base .row.footer .col-tags .tags div.tag5 {
  background-color: #c9f3e1;
  margin-right: 6px;
}
body section#footer #footer-base .row.footer .col-tags .tags div.tag6 {
  background-color: #e5e8fa;
  margin-right: 6px;
}
body section#footer #footer-base .row.footer .col-tags .tags div.tag7 {
  background-color: #c3f2fb;
  margin-right: 6px;
}
body section#footer #footer-base .row.footer .col-search .search .search-input {
  height: 40px;
  max-width: 330px;
  width: 100%;
  padding-left: 15px;
  padding-right: 45px;
  border-radius: 25px;
  border: none;
  -webkit-box-shadow: -2px 0 13px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -2px 0 13px 2px rgba(0, 0, 0, 0.06);
  box-shadow: -2px 0 13px 2px rgba(0, 0, 0, 0.06);
}
body section#footer #footer-base .row.footer .col-search .search .input-group-append .btn {
  padding: 0;
}
body section#footer #footer-base .row.footer .col-search .search .input-group-append .btn img {
  height: 52px;
  margin-top: -7px;
  margin-left: -43px;
}
body section#footer #rodape {
  max-height: 60px;
  background-color: #fff;
}
body section#footer #rodape .row.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #626262;
}
body section#footer #rodape .row.footer .col-reservado {
  padding-left: 40px;
}
body section#footer #rodape .row.footer .col-reservado .copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
body section#footer #rodape .row.footer .col-wtek {
  color: #626262;
  padding-right: 50px;
}
body section#footer #rodape .row.footer .col-wtek img {
  width: 40px;
  height: 12px;
}
body section#footer #rodape .row.footer .col-wtek span {
  font-size: 10px;
  font-family: Montserrat, sans-serif;
  padding-right: 10px;
}
body section.banners_principal {
  margin-top: -3px;
  max-height: 920px;
}
body section.banners_principal .banners-top {
  padding: 0;
  margin: 0;
  max-height: 920px;
}
body section.banners_principal .banners-top .owl-stage-outer {
  height: 920px;
}
body section.banners_principal .banners-top img {
  max-height: 920px;
  width: 100%;
}
body section.banners_principal .banners-top .owl-carousel {
  position: relative;
}
body section.banners_principal .banners-top .owl-nav {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body section.banners_principal .banners-top .owl-prev,
body section.banners_principal .banners-top .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 30px;
}
body section.banners_principal .banners-top .owl-prev {
  left: 0;
  margin-left: 15%;
}
body section.banners_principal .banners-top .owl-next {
  right: 0;
  margin-right: 15%;
}
body section.banners_principal .banners-top .inner {
  margin-top: -28%;
  text-align: left;
  padding-left: 40px;
}
body section.banners_principal .banners-top .inner .title {
  font-family: 'Fredoka One', sans-serif;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
  width: 90%;
}
body section.banners_principal .banners-top .inner .input-new {
  margin-bottom: 20px;
}
body section.banners_principal .banners-top .inner .input-new input {
  height: 40px;
  max-width: 330px;
  width: 100%;
  padding-left: 15px;
  padding-right: 45px;
  border-radius: 25px;
  border: none;
  -webkit-box-shadow: -2px 0 13px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -2px 0 13px 2px rgba(0, 0, 0, 0.06);
  box-shadow: -2px 0 13px 2px rgba(0, 0, 0, 0.06);
}
body section.banners_principal .banners-top .inner .input-new .input-group-append .btn {
  padding: 0;
  margin-top: -2px;
  margin-left: -83px;
}
body section.banners_principal .banners-top .inner .input-new .input-group-append .btn img {
  height: 42px;
  width: auto;
}
body section.banners_principal .banners-top .inner .text-subtitle {
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  max-width: 250px;
  width: 100%;
}
body section.ver-mais {
  margin-top: -25px;
  margin-bottom: -26px;
}
body section.ver-mais .col-veja .svg-ver-mais {
  width: 131px;
  height: 43px;
  z-index: 2;
}
body section.ver-mais .col-veja .ver-mais-link {
  z-index: 2;
}
body section.sobre {
  height: 750px;
  background: url("../../assets/images/backgrounds/bg-sobre.jpg") center;
}
body section.sobre .container-sobre {
  height: 100%;
}
body section.sobre .container-sobre .dog-sobre {
  background: url("../../assets/images/sobre-dog.png") bottom left no-repeat;
  height: 760px;
  position: absolute;
  width: 660px;
  left: -110px;
}
body section.sobre .container-sobre .row {
  height: 100%;
}
body section.sobre .container-sobre .row .sobre-data {
  margin-top: auto;
  margin-bottom: auto;
}
body section.sobre .container-sobre .row .sobre-data .img-sobre-cbkc {
  height: 100px;
  margin-bottom: 20px;
}
body section.sobre .container-sobre .row .sobre-data h2 {
  font-family: 'Fredoka One', sans-serif;
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}
body section.sobre .container-sobre .row .sobre-data p {
  font-size: 16px;
  color: #494948;
}
body section.cinofilia {
  height: 750px;
  background: url("../../assets/images/backgrounds/bg-cinofilia.jpg") center no-repeat;
  z-index: 4;
}
body section.cinofilia .container-cinofilia {
  height: 100%;
}
body section.cinofilia .container-cinofilia .dog-cinofilia {
  background: url("../../assets/images/cinofilia-dog.png") center left no-repeat;
  height: 760px;
  position: absolute;
  width: 471px;
}
body section.cinofilia .container-cinofilia .row {
  height: 100%;
}
body section.cinofilia .container-cinofilia .row .cinofilia-data {
  margin-top: auto;
  margin-bottom: auto;
}
body section.cinofilia .container-cinofilia .row .cinofilia-data .img-cinofilia-license {
  height: 84px;
  width: 84px;
}
body section.cinofilia .container-cinofilia .row .cinofilia-data h2 {
  font-family: 'Fredoka One', sans-serif;
  font-size: 60px;
  color: #494948;
  margin-bottom: 20px;
}
body section.cinofilia .container-cinofilia .row .cinofilia-data p {
  font-size: 16px;
  color: #494948;
}
body section.servicos {
  height: 750px;
  background: url("../../assets/images/backgrounds/bg-servicos.jpg") center no-repeat;
}
body section.servicos .container-servicos {
  height: 100%;
}
body section.servicos .container-servicos .row {
  height: 100%;
}
body section.servicos .container-servicos .row .servicos-alinhamento {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-data {
  margin-bottom: 30px;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-data h2 {
  font-family: 'Fredoka One', sans-serif;
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-data p {
  font-size: 16px;
  color: #fff;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details {
  display: inline-block;
  width: 100%;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos {
  display: inline-block;
  max-height: 260px;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos:first-child {
  margin-left: -15px;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos:last-child {
  margin-right: -15px;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos .card-servicos {
  max-height: 260px;
  background: url("../../assets/images/svg/pata-servico.svg") bottom right no-repeat #ffffff;
  background-size: 183px 189px;
  height: 260px;
  border-radius: 15px;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos .card-servicos .servicos-title {
  font-family: 'Fredoka One', sans-serif;
  font-size: 32px;
  color: #494948;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos .card-servicos .servicos-title .separator {
  color: #f55260;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos .card-servicos .tipo-servico-btn {
  margin-bottom: -20px;
  width: 100%;
  text-align: center;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos .card-servicos .tipo-servico-btn .btn-tipo-servico {
  padding: 0.375rem 1.3rem;
  margin: 0 auto;
  -webkit-box-shadow: -2px 0 13px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 0 13px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 13px 2px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #ffffff;
  color: #f15062;
  font-weight: bold;
}
body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos .card-servicos .tipo-servico-btn .btn-tipo-servico .image-arrow {
  transition: all 0.6s ease 0s;
}
body section.contato {
  height: 800px;
  background: url("../../assets/images/backgrounds/bg-contato.png") center no-repeat #f0f4fb;
}
body section.contato .container-contato {
  height: 100%;
}
body section.contato .container-contato .row {
  height: 100%;
  position: relative;
}
body section.contato .container-contato .row .contato-alinhamento {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
body section.contato .container-contato .row .contato-alinhamento .contato-data {
  margin-bottom: 20px;
  color: #494948;
}
body section.contato .container-contato .row .contato-alinhamento .contato-data h2 {
  font-family: 'Fredoka One', sans-serif;
  font-size: 60px;
  margin-bottom: 20px;
}
body section.contato .container-contato .row .contato-alinhamento .contato-data p {
  font-size: 20px;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details {
  width: 100%;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .contato-form {
  display: inline-block;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .contato-form.col-md-5 {
  max-width: 41%;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .contato-form .form-contato {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .contato-form .form-contato .asterisk {
  color: #f55462;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .contato-form .form-contato textarea {
  resize: vertical;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .contato-form .form-contato .contato-btn {
  float: right;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .contato-form .form-contato .contato-btn .btn-contato {
  padding: 0.375rem 3rem;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f15062;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .mapa {
  width: 100%;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .mapa .maps {
  display: block;
  width: 100%;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .mapa .maps img {
  width: 100%;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .mapa .maps a {
  text-decoration: none;
  color: #494948;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .mapa .maps a.text-mapa {
  padding-top: 20px;
}
body section.contato .container-contato .row .contato-alinhamento .contato-details .mapa .maps a.text-mapa .gmaps-text {
  color: #f15062;
  font-weight: bolder;
}
body section.contato .container-contato .row .contato-dog {
  background: url("../../assets/images/contato-dog.png") center left no-repeat;
  height: 333px;
  position: absolute;
  width: 632px;
  right: -130px;
  bottom: -214px;
  z-index: 1;
}
body section.faq {
  padding-top: 140px;
  padding-bottom: 30px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 4%, #fefeff 6%, #f5f8fc 22%, #f0f4fb 31%);
  background: -webkit-gradient(left top, left bottom, color-stop(4%, #ffffff), color-stop(6%, #fefeff), color-stop(22%, #f5f8fc), color-stop(31%, #f0f4fb));
  background: -webkit-linear-gradient(top, #ffffff 4%, #fefeff 6%, #f5f8fc 22%, #f0f4fb 31%);
  background: -o-linear-gradient(top, #ffffff 4%, #fefeff 6%, #f5f8fc 22%, #f0f4fb 31%);
  background: -ms-linear-gradient(top, #ffffff 4%, #fefeff 6%, #f5f8fc 22%, #f0f4fb 31%);
  background: linear-gradient(to bottom, #ffffff 4%, #fefeff 6%, #f5f8fc 22%, #f0f4fb 31%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f4fb', GradientType=0);
}
body section.faq .container-faq {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
body section.faq .container-faq .row {
  height: 100%;
}
body section.faq .container-faq .row .faq-title h2 {
  font-size: 60px;
  font-family: 'Fredoka One', sans-serif;
  color: #494948;
}
body section.faq .container-faq .row .faq-title h2 .duvida {
  color: #f55260;
}
body section.faq .container-faq .row .faq-subtitle {
  padding-top: 10px;
}
body section.faq .container-faq .row .faq-accordion {
  margin-top: 30px;
}
body section.faq .container-faq .row .faq-accordion .faq-block {
  margin: 10px 0;
  border: 2px solid rgba(237, 237, 237, 0.8);
  background-color: transparent;
}
body section.faq .container-faq .row .faq-accordion .faq-block .faq-header {
  background-color: #FFFFFF;
}
body section.faq .container-faq .row .faq-accordion .faq-block .collapse {
  min-height: 200px;
  height: auto;
  max-height: 350px;
  overflow-y: scroll;
  background-color: transparent;
}
body section.faq .container-faq .row .faq-accordion .faq-block .collapsing {
  max-height: 200px;
  overflow: hidden;
}
body section.canis {
  min-height: 600px;
  background: url("../../assets/images/backgrounds/bg-canis.jpg") center repeat-y;
  z-index: 1;
}
body section.canis .container-canis {
  margin-top: 20px;
}
body section.canis .container-canis .canil-filters {
  padding-top: 20px;
  padding-bottom: 20px;
}
body section.canis .container-canis .canil-filters .canil-filters-title .filter-text-left {
  float: left;
}
body section.canis .container-canis .canil-filters .form-canis {
  width: 100%;
  padding: 0 15px;
}
body section.canis .container-canis .canil-filters #canil-filter-panel {
  padding-top: 5px;
}
body section.canis .container-canis .canil-filters #canil-filter-panel .select2-container {
  line-height: 28px;
  min-height: 40px;
}
body section.canis .container-canis .canil-filters #canil-filter-panel .select2-container .select2-selection {
  border-radius: 25px;
  padding: 0 10px;
  line-height: 24px;
}
body section.canis .container-canis .canil-filters #canil-filter-panel #canil_nome {
  height: 40px;
  border-radius: 25px;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #aaa;
}
body section.canis .container-canis .canil-filters #canil-filter-panel .btn-filtro-canil {
  background-color: #8BC8D2;
  border: 2px solid #76afb9;
  color: #484849;
  border-radius: 25px;
}
body section.canis .container-canis .canil-filters #canil-filter-panel .btn-filtro-canil:hover {
  background-color: #82bcc6;
  border: 2px solid #76afb9;
}
body section.canis .container-canis .canil {
  margin: 20px 0;
  border-bottom: 1px solid #bdbdbd;
}
body section.canis .container-canis .canil:last-child {
  border-bottom: none;
}
body section.canis .container-canis .canil a {
  text-decoration: none;
  color: #484849;
  font-weight: bold;
}
body section.canis .container-canis .canil .canil-nome {
  font-family: 'Fredoka One', sans-serif;
  font-size: 30px;
  color: #494948;
  margin-bottom: 20px;
}
body section.canis .container-canis .canil .canil-dados span {
  line-height: 27px;
  color: #484849;
}
body section.canis .container-canis nav .page-item.active .page-link {
  font-weight: bold;
  border: 1px solid #484849;
}
body section.canis .container-canis nav .page-item .page-link {
  background-color: #87C3CD;
  color: #484849;
  font-family: 'Fredoka One', sans-serif;
}
body section.banner-topo-canis .banner-topo-canis {
  background: url("../../assets/images/backgrounds/bg-banner-topo-canis.jpg") center no-repeat;
  height: 210px;
}
body section.banner-topo-canis .banner-topo-canis .container {
  height: 100%;
}
body section.banner-topo-canis .banner-topo-canis .container .col-banner-top {
  height: 100%;
}
body section.banner-topo-canis .banner-topo-canis .container .col-banner-top h2 {
  font-size: 60px;
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
}
body #menuaberto {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999;
  padding-top: 80px;
  display: none;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
}
body #menuaberto .fechar {
  position: absolute;
  top: -10px;
  right: 30px;
  cursor: pointer;
}
body #menuaberto .fechar svg {
  height: 40px;
}
body #menuaberto ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
body #menuaberto ul li {
  padding-bottom: 15px;
}
body #menuaberto ul li a {
  font-size: 18px;
  color: #484849;
  text-decoration: none;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
}
body #menuaberto.show {
  display: block;
}
body #menuaberto.hide {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body section.contato .container-contato .row .contato-dog {
    background: url("../../assets/images/contato-dog-lg.png") center left no-repeat;
    height: 253px;
    position: absolute;
    width: 480px;
    right: -50px;
    bottom: -166px;
  }
  body section.banners_principal .banners-top .owl-next {
    margin-right: 2%;
  }
  body section.banners_principal .banners-top .owl-prev {
    margin-left: 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body section.contato .container-contato .row .contato-dog {
    background: url("../../assets/images/contato-dog-lg.png") center left no-repeat;
    height: 253px;
    position: absolute;
    width: 480px;
    right: -50px;
    bottom: -166px;
  }
  body section.banners_principal .banners-top .owl-next {
    margin-right: 2%;
  }
  body section.banners_principal .banners-top .owl-prev {
    margin-left: 2%;
  }
  body section#header .row.menu .col-menu {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body section.banners_principal .banners-top .owl-stage-outer {
    height: 450px;
  }
  .owl-carousel.owl-drag .owl-item {
    width: 100%;
    height: 450px;
  }
  .owl-carousel.owl-drag .owl-item .item {
    width: 100%;
    height: 450px;
  }
  body section#header .row.menu {
    height: 95px;
  }
  body section#header .row.menu .col-menu .desktop {
    display: none;
  }
  body section#header .row.menu .col-menu .mobile {
    display: flex;
  }
  body section#header .row.menu .col-menu .mobile .abremenu {
    font-weight: 700;
    color: #494948;
    text-decoration: none;
  }
  body section#header .row.menu .col-menu .mobile .abremenu svg {
    width: 21px;
  }
  body section#header.fixed {
    height: 95px;
  }
  body section.banners_principal {
    max-height: 450px;
  }
  body section.banners_principal .banners-top {
    padding: 0;
    margin: 0;
    max-height: 450px;
  }
  body section.banners_principal .banners-top .owl-item {
    height: 450px;
  }
  body section.banners_principal .banners-top .owl-item .item {
    height: 450px;
  }
  body section.banners_principal .banners-top .owl-item .item img {
    max-height: 450px;
    width: 100%;
  }
  body section.banners_principal .banners-top .inner {
    margin-top: -33%;
    padding: 0 25px;
  }
  body section.banners_principal .banners-top .inner .input-new input {
    max-width: 90%;
  }
  body section.banners_principal .banners-top .inner .text-subtitle {
    max-width: 100%;
  }
  body section.banners_principal .banners-top .inner .title {
    width: 100%;
  }
  body section.sobre {
    max-height: 600px;
  }
  body section.sobre .container-sobre .row .sobre-data .img-centered {
    width: 100%;
    display: block;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  body section.cinofilia {
    max-height: 500px;
  }
  body section.servicos {
    max-height: 600px;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos.padding-servico {
    padding: 0 5px;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos.padding-servico:first-child {
    margin-left: -5px;
  }
  body section.contato {
    height: 100%;
    padding-top: 40px;
    background: url("../../assets/images/backgrounds/bg-contato.png") top left repeat-y;
  }
  body section.contato .container-contato .row .contato-alinhamento .contato-details .contato-mapa {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body section.faq {
    padding-top: 75px;
  }
  body section#footer {
    background: url("../../assets/images/backgrounds/bg-footer.jpg") center repeat-y;
  }
  body section#footer #footer-base .row.footer .col-search .search .search-input {
    width: 95%;
  }
  body section#footer #footer-base .row.footer.first {
    padding-bottom: 25px;
  }
  body section#footer #footer-base .row.footer.first .col-site {
    padding: 0 8px;
  }
  body section#footer #footer-base .row.footer.first .col-servicos {
    padding: 0 8px;
  }
  body section#footer #footer-base .row.footer.first .col-contato {
    padding-left: 5px;
    padding-right: 0;
  }
  body section#footer #footer-base .row.footer.last {
    margin-bottom: 30px;
  }
  body .addpaddingbannersforfixedmenu {
    margin-top: 95px !important;
  }
  body section.banners_principal .banners-top .owl-next {
    margin-right: 2%;
    margin-top: -25px;
  }
  body section.banners_principal .banners-top .owl-prev {
    margin-left: 2%;
    margin-top: -25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body section.banners_principal .banners-top .owl-stage-outer {
    height: 450px;
  }
  .owl-carousel.owl-drag .owl-item {
    width: 100%;
    height: 450px;
  }
  .owl-carousel.owl-drag .owl-item .item {
    width: 100%;
    height: 450px;
  }
  body section#header .row.menu {
    height: 95px;
  }
  body section#header .row.menu .col-menu .desktop {
    display: none;
  }
  body section#header .row.menu .col-menu .mobile {
    display: flex;
  }
  body section#header .row.menu .col-menu .mobile .abremenu {
    font-weight: 700;
    color: #494948;
    text-decoration: none;
  }
  body section#header .row.menu .col-menu .mobile .abremenu svg {
    width: 21px;
  }
  body section#header.fixed {
    height: 95px;
  }
  body section.banners_principal {
    max-height: 450px;
  }
  body section.banners_principal .banners-top {
    padding: 0;
    margin: 0;
    max-height: 450px;
  }
  body section.banners_principal .banners-top .owl-item {
    height: 450px;
  }
  body section.banners_principal .banners-top .owl-item .item {
    height: 450px;
  }
  body section.banners_principal .banners-top .owl-item .item img {
    max-height: 450px;
    width: 100%;
  }
  body section.banners_principal .banners-top .inner {
    margin-top: -31%;
    padding: 0 25px;
  }
  body section.banners_principal .banners-top .inner .input-new input {
    max-width: 90%;
  }
  body section.banners_principal .banners-top .inner .text-subtitle {
    max-width: 100%;
  }
  body section.banners_principal .banners-top .inner .title {
    width: 100%;
  }
  body section.sobre {
    max-height: 600px;
  }
  body section.sobre .container-sobre .row .sobre-data .img-centered {
    width: 100%;
    display: block;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  body section.cinofilia {
    max-height: 500px;
  }
  body section.servicos {
    height: 100%;
    min-height: 800px;
    background: url(../../assets/images/backgrounds/bg-servicos.jpg) top center repeat-y;
  }
  body section.servicos .container-servicos {
    padding: 0;
  }
  body section.servicos .container-servicos .row {
    margin: 30px 0 60px;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos:first-child {
    margin-top: 0;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos:last-child {
    margin-bottom: 0;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos.padding-servico {
    padding: 0 5px;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos.padding-servico:first-child {
    margin-left: -5px;
  }
  body section.contato {
    height: 100%;
    padding-top: 40px;
    background: url("../../assets/images/backgrounds/bg-contato.png") top left repeat-y;
  }
  body section.contato .container-contato .row .contato-alinhamento .contato-details .contato-mapa {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  body section.faq {
    padding-top: 75px;
  }
  body section#footer {
    background: url("../../assets/images/backgrounds/bg-footer.jpg") center repeat-y;
  }
  body section#footer #footer-base .row.footer .col-search .search .search-input {
    width: 95%;
  }
  body section#footer #footer-base .row.footer.first {
    padding-bottom: 25px;
  }
  body section#footer #footer-base .row.footer.first .col-site {
    padding: 15px 8px 0 15px;
  }
  body section#footer #footer-base .row.footer.first .col-servicos {
    padding: 15px 8px 0;
  }
  body section#footer #footer-base .row.footer.first .col-contato {
    padding: 15px 0 0 5px;
  }
  body section#footer #footer-base .row.footer.last {
    margin-bottom: 30px;
  }
  body .addpaddingbannersforfixedmenu {
    margin-top: 95px !important;
  }
  body section.banners_principal .banners-top .owl-next {
    margin-right: 2%;
  }
  body section.banners_principal .banners-top .owl-prev {
    margin-left: 2%;
  }
}
@media (max-width: 575px) {
  body section.banners_principal .banners-top .owl-stage-outer {
    height: 450px;
  }
  .owl-carousel.owl-drag .owl-item {
    width: 100%;
    height: 450px;
  }
  .owl-carousel.owl-drag .owl-item .item {
    width: 100%;
    height: 450px;
  }
  body section#header .row.menu {
    height: 95px;
    padding-left: 25px;
  }
  body section#header .row.menu .col-menu .desktop {
    display: none;
  }
  body section#header .row.menu .col-menu .mobile {
    display: flex;
  }
  body section#header .row.menu .col-menu .mobile .abremenu {
    font-weight: 700;
    color: #494948;
    text-decoration: none;
  }
  body section#header .row.menu .col-menu .mobile .abremenu svg {
    width: 21px;
  }
  body section#header.fixed {
    height: 95px;
  }
  body section.banners_principal {
    max-height: 450px;
  }
  body section.banners_principal .banners-top {
    padding: 0;
    margin: 0;
    max-height: 450px;
  }
  body section.banners_principal .banners-top .owl-item {
    height: 450px;
  }
  body section.banners_principal .banners-top .owl-item .item {
    height: 450px;
  }
  body section.banners_principal .banners-top .owl-item .item img {
    max-height: 450px;
    width: 100%;
  }
  body section.banners_principal .banners-top .inner {
    margin-top: -53%;
    padding: 0 25px;
  }
  body section.banners_principal .banners-top .inner .input-new input {
    max-width: 80%;
  }
  body section.banners_principal .banners-top .inner .text-subtitle {
    max-width: 100%;
  }
  body section.banners_principal .banners-top .inner .title {
    width: 100%;
  }
  body section.sobre {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  body section.sobre .container-sobre .row .sobre-data .img-centered {
    width: 100%;
    display: block;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  body section.cinofilia {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body section.servicos {
    height: 100%;
    min-height: 800px;
    background: url(../../assets/images/backgrounds/bg-servicos.jpg) top center repeat-y;
  }
  body section.servicos .container-servicos {
    padding: 0;
  }
  body section.servicos .container-servicos .row {
    margin: 30px 0 60px;
    padding-bottom: 40px;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos:first-child {
    margin-top: 0;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos:last-child {
    margin-bottom: 0;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos.padding-servico {
    padding: 0 5px;
  }
  body section.servicos .container-servicos .row .servicos-alinhamento .servicos-details .col-servicos.padding-servico:first-child {
    margin-left: -5px;
  }
  body section.contato {
    height: 100%;
    padding-top: 40px;
    background: url("../../assets/images/backgrounds/bg-contato.png") top left repeat-y;
  }
  body section.contato .container-contato .row .contato-alinhamento .contato-details .contato-mapa {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  body section.faq {
    padding-top: 75px;
  }
  body section#footer {
    background: url("../../assets/images/backgrounds/bg-footer.jpg") center repeat-y;
  }
  body section#footer #footer-base .row.footer .col-search .search .search-input {
    width: 95%;
  }
  body section#footer #footer-base .row.footer.first {
    padding-bottom: 25px;
  }
  body section#footer #footer-base .row.footer.first .col-resumo {
    padding-left: 0;
    padding-right: 0;
  }
  body section#footer #footer-base .row.footer.first .col-site {
    padding: 15px 8px 0 3px;
  }
  body section#footer #footer-base .row.footer.first .col-servicos {
    padding: 15px 8px 0;
  }
  body section#footer #footer-base .row.footer.first .col-contato {
    padding: 15px 0 0 5px;
  }
  body section#footer #footer-base .row.footer.last {
    margin-bottom: 30px;
  }
  body section#footer #footer-base .row.footer.last .col-search {
    padding-top: 15px;
  }
  body section#footer #footer-base .row.footer.last .col-tags .tags {
    padding-right: 0;
    text-align: left;
  }
  body section#footer #rodape .col-reservado {
    padding: 10px 30px !important;
  }
  body section#footer #rodape .col-wtek {
    padding: 10px 0!important;
  }
  body .col-padding-blocks {
    padding-left: 25px;
    padding-right: 25px;
  }
  body .addpaddingbannersforfixedmenu {
    margin-top: 95px !important;
  }
  body section.banners_principal .banners-top .owl-next {
    margin-right: 2%;
  }
  body section.banners_principal .banners-top .owl-prev {
    margin-left: 2%;
  }
}
@media (max-width: 490px) {
  body section.banners_principal .banners-top .inner {
    margin-top: -60% !important;
  }
}
@media (max-width: 389px) {
  body section.cinofilia .container-cinofilia .row .cinofilia-data .img-cinofilia-license {
    height: 50px;
    width: 50px;
  }
  body section.cinofilia .container-cinofilia .row .cinofilia-data h2 {
    font-size: 50px;
  }
}
.nopadding {
  padding: 0;
}
.addpaddingbannersforfixedmenu {
  margin-top: 125px !important;
}
.col-padding-blocks {
  padding-left: 40px;
  padding-right: 40px;
}
/*# sourceMappingURL=style_geral.css.map */