@charset "UTF-8";
/*
Theme Name: La Pet House
Theme URI: https://lapethousecorp.com
Author: Gustavo León
Author URI: https://lapethousecorp.com
Description: Tema para La Pet House
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: la-pet-house
*/
/* width */
::-webkit-scrollbar {
  width: 0.3rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ee4542;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ee4542;
}

.cabecera {
  background: #add2bc;
  height: 50vh;
}

body {
  background: #f8f8f8;
  font-family: "Lato", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Laila", serif;
}
body header {
  background: #FFFFFF;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 769px) {
  body header .container {
    padding: 0;
  }
}
body header .header__contact {
  align-items: baseline;
  display: flex;
  justify-content: end;
  margin: 0.3rem 0 -1.5rem 0;
  padding: 0 1.3rem;
  position: relative;
  z-index: 9;
}
body header .header__contact--phone {
  padding: 0 1rem 0 0;
}
body header .header__contact--phone img {
  display: inline-block;
  width: 1rem;
}
body header .header__contact--phone span {
  color: #add2bc;
  font-size: 0.9rem;
}
body header .header__contact--social img {
  display: inline-block;
  width: 1rem;
}
@media only screen and (max-width: 769px) {
  body header .header__contact {
    justify-content: center;
    margin: 0;
    padding: 0.3rem;
  }
}
body header .navbar .navbar-brand img,
body header .navbar .custom-logo-link img {
  height: auto;
  max-width: 17rem;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  body header .navbar .navbar-brand img,
  body header .navbar .custom-logo-link img {
    max-width: 13rem;
  }
}
body header .navbar .collapse {
  margin: 0 0 -1.5rem 0;
}
@media only screen and (max-width: 769px) {
  body header .navbar .collapse {
    margin: 0;
  }
}
body header .navbar .collapse .navbar-nav li a {
  color: #add2bc;
  font-family: "Laila", serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 1.2rem;
}
@media only screen and (max-width: 1025px) {
  body header .navbar .collapse .navbar-nav li a {
    font-size: 0.8rem;
    padding: 0.5rem 0.5rem;
  }
}
body header .navbar .collapse .navbar-nav li:last-child a {
  padding: 0.5rem 0 0.5rem 1.2rem;
}
@media only screen and (max-width: 1025px) {
  body header .navbar .collapse .navbar-nav li:last-child a {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
}
body header.header-fixed {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
body .page__header {
  background: url("images/bg-headers.png") center center no-repeat;
  background-size: cover;
  padding: 5rem 1rem;
  text-align: center;
}
body .page__header h1 {
  color: #FFFFFF;
  font-size: 2.3rem;
}
@media only screen and (max-width: 769px) {
  body .page__header h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  body .page__header {
    padding: 3rem 1rem;
  }
}
body.page-template-internal_page main {
  padding: 3rem 1rem;
}
body main {
  background: #f4e7e0;
  color: #502108;
}
body main h4 {
  color: #d96e34;
  font-weight: 700;
  font-size: 0.9rem;
}
body main h2 {
  color: #502108;
  font-size: 2.5rem;
  font-weight: 600;
}
body main .decored h2::after {
  background: #add2bc;
  border-radius: 2rem;
  content: " ";
  display: block;
  height: 0.4rem;
  margin: 1rem auto 0;
  width: 4rem;
}
body main .wpr-price-list .wpr-price-list-item .wpr-price-list-title,
body main .wpr-price-list .wpr-price-list-item .wpr-price-list-price-wrap,
body main .wpr-price-list .wpr-price-list-item .wpr-price-list-price,
body main .wpr-price-list .wpr-price-list-item .wpr-price-list-separator,
body main .wpr-price-list .wpr-price-list-item .wpr-price-list-description {
  color: #502108 !important;
}
body main .wpr-price-list .wpr-price-list-item .wpr-price-list-description {
  font-style: italic;
}
body main .wpr-pricing-table .wpr-pricing-table-heading {
  border-radius: 0.5rem 0.5rem 0 0;
}
body main .wpr-pricing-table .wpr-pricing-table-feature:first-child {
  padding-top: 1rem !important;
}
body main .wpr-pricing-table .wpr-pricing-table-item-last {
  border-radius: 0 0 0.5rem 0.5rem;
  padding-bottom: 1rem !important;
}
body main .contact-form .field {
  border: none;
  border-radius: 0.5rem;
  padding: 0.8rem 1rem;
  width: 100%;
}
body main .contact-form .field::-moz-placeholder {
  color: #ee4542;
}
body main .contact-form .field::placeholder {
  color: #ee4542;
}
body main .contact-form .wpcf7-submit {
  background: #add2bc;
  border: none;
  border-radius: 0.5rem;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.8rem 2rem;
  transition: all ease 0.3s;
}
body main .contact-form .wpcf7-submit:hover {
  background: #ee4542;
}
body main .service-box-home .service-button {
  transition: all ease 0.3s;
}
body main .service-box-home .service-button img {
  transition: all ease 0.3s;
}
body main .service-box-home:hover {
  transform: scale(0.98);
}
body main .service-box-home:hover .service-button img {
  transform: rotate(45deg) scale(0.9);
}
body .instagram__feed {
  background: #f8f8f8;
  border-top: #f8a871 solid 0.2rem;
  padding: 3.5rem 0 0;
  text-align: center;
}
body .instagram__feed figure {
  display: flex;
  justify-content: center;
}
body .instagram__feed .wp-block-image {
  padding: 0 0 2rem 0;
}
body footer {
  background: #f8f8f8;
}
@media only screen and (max-width: 769px) {
  body footer {
    text-align: center;
  }
}
body footer .footer__info {
  background: url("images/platico-comida.png") left bottom no-repeat;
}
body footer .footer__info .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  padding: 4rem 0;
}
@media only screen and (max-width: 600px) {
  body footer .footer__info .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
body footer .footer__info .footer__info--col.col1 {
  text-align: center;
}
body footer .footer__info .footer__info--col.col1 figure {
  justify-content: center;
}
body footer .footer__info .footer__info--col.col1 figure img {
  height: auto;
  max-width: 15rem;
  width: 100%;
}
body footer .footer__info .footer__info--col.col3 img {
  height: auto;
  max-width: 18rem;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  body footer .footer__info .footer__info--col.col3 img {
    margin: 2rem auto;
  }
}
body footer .footer__info .footer__info--col .footer__social {
  text-align: center;
}
body footer .footer__info .footer__info--col .footer__social img {
  display: inline-block;
  margin: 2rem 0.3rem 1rem;
  width: 2rem;
}
body footer .footer__info .footer__info--col h3 {
  color: #f8a871;
  background: linear-gradient(to right, #ee4542, #f8a871, #f8a871, #ee4542, #ee4542, #ee4542, #ee4542, #ee4542);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0 2rem 0;
}
body footer .footer__info .footer__info--col h3::after {
  background: #add2bc;
  content: " ";
  display: block;
  height: 0.18rem;
  margin: 0.6rem 0 0 0;
  width: 2.5rem;
}
@media only screen and (max-width: 769px) {
  body footer .footer__info .footer__info--col h3::after {
    margin: 0.6rem auto;
  }
}
body footer .footer__info .footer__info--col p {
  color: #3d2f29;
  line-height: 1.8rem;
}
body footer .footer__copy {
  align-items: center;
  background: #add2bc;
  border-top: #f8a871 solid 0.15rem;
  color: #FFFFFF;
  display: flex;
  font-size: 0.9rem;
  font-weight: 300;
  justify-content: center;
  padding: 0.8rem 0;
}
body footer .footer__copy ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 3rem;
}
body footer .footer__copy ul li {
  display: inline-block;
  padding: 0 1rem;
}
body footer .footer__copy ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
body footer .footer__copy ul li a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */