.opening-section {
  background-image: url('../images/BG-Image.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 870px;
  padding-top: 0;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  flex-direction: column;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.bottom-navbar-div-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #fffc;
  border-radius: 10px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  max-width: none;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 20px 0 auto;
}

.nav-bar-top-div {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  min-width: 160px;
  margin-right: 0;
  display: flex;
  position: sticky;
}

.brand-image {
  background-image: url('../images/Vector_1Vector.png');
  background-position: 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.brand-name {
  background-image: url('../images/Vector-1.png');
  background-position: 50%;
  background-size: cover;
  width: 123px;
  height: 25px;
  margin-left: 10px;
}

.boarding-hours-div {
  width: auto;
  height: auto;
  margin-right: 30px;
  display: flex;
}

.clock-image {
  background-image: url('../images/access_time_24px_1access_time_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.boarding-hours-text-div {
  flex-direction: column;
  height: auto;
  display: flex;
}

.boarding-hours {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.boarding-hours-times {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.call-us-div {
  width: auto;
  height: auto;
  margin-right: 30px;
  display: flex;
}

.phone-image {
  background-image: url('../images/phone_24px_1phone_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.call-us-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.call-us-number {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.call-us-text-div {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.appointment-button-impact-div {
  background-color: #c40b0b;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 211px;
  height: 40px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-2 {
  display: flex;
}

.services-nav {
  color: #02133c;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.sepcials-nav, .facilities-nav, .reviews-nav {
  color: #02133c;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.shop-nav {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.services-dropdown {
  color: #c40b0b;
}

.about-nav {
  color: #02133c;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.icon {
  color: #c40b0b;
}

.dropdown-nav-menu {
  display: none;
}

.search-cart-div {
  width: auto;
  margin-right: 48px;
  display: flex;
}

.search-image {
  background-image: url('../images/search_24px_1search_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.cart-image {
  background-image: url('../images/shopping_cart_24px_1shopping_cart_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-left: 22px;
}

.nav-link-div-container {
  margin-left: 20px;
}

.cart-circle-div {
  background-image: url('../images/Ellipse-1_1Ellipse 1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  top: -6px;
  left: 15px;
}

.cart-2-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.opening-page-div-container {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding-top: 220px;
  padding-left: 60px;
  padding-right: 60px;
}

.opening-page-title {
  color: #fff;
  margin-top: 126px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 60px;
}

.opening-page-title-div {
  width: 0;
  min-width: 620px;
  max-width: 620px;
  height: auto;
}

.appointment-button-div-main-page {
  margin-top: 60px;
}

.who-we-are-section {
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 843px;
  display: flex;
}

.who-we-are-div-container {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1151px;
  height: 720px;
  margin-top: -288px;
  padding-top: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 20px 10px #00000026;
}

.who-we-are-purple-div {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 820px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.who-we-are-title-div {
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.label_tit {
  color: #4b4b4b;
  justify-content: flex-start;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.persa_simbol {
  background-image: url('../images/ICON.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.who-we-are-text-div-container {
  width: 83%;
  height: 100%;
}

.titulos {
  color: #02133c;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.who-we-are-heading-text-div {
  width: 640px;
  margin-bottom: 40px;
}

.who-we-are-main-text {
  color: #4b4b4b;
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.who-we-are-main-text-div {
  max-width: 670px;
  margin-bottom: 60px;
}

.who-we-are-purple-splash {
  z-index: 0;
  background-image: url('../images/Blob-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 115%;
  width: 550px;
  height: 370px;
  display: none;
  position: absolute;
  top: 120%;
  left: 20%;
}

.who-we-are-dog-image {
  z-index: 1;
  background-image: url('../images/Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110% 120%;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 60px;
  position: relative;
}

.who-we-are-decs {
  z-index: 1;
  background-image: url('../images/Gears-1.png');
  background-position: 50%;
  background-size: cover;
  width: 642px;
  height: 450px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dog-image-div {
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

.dog-image {
  z-index: 1;
  background-image: url('../images/Image_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  align-self: auto;
  width: 846px;
  height: 420px;
  margin-top: 0;
  position: relative;
}

.our-promise-section {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 530px;
  padding-top: 180px;
  display: flex;
}

.our-promise-div-container {
  flex-direction: column;
  width: 80%;
  height: 100%;
  display: flex;
}

.our-promise-block-container {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1440px;
  display: flex;
}

.our-promise-title-div-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.our-promise-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.our-promise-title-text {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-promise-large-text {
  color: #02133c;
  margin-top: 0;
  margin-bottom: 68px;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 260px;
  padding: 40px;
  display: flex;
}

.on-site-image {
  background-image: url('../images/car_certified_pros_24x_1car_certified_pros_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-right: 23px;
  display: flex;
}

.on-site-div-container {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  width: 30%;
  height: 155px;
  padding: 10px;
  display: flex;
}

.live-div-container {
  background-color: #fff;
  border-radius: 0;
  width: 30%;
  height: 155px;
  padding: 10px;
  display: flex;
}

._24-7-text-container, .on-site-text-container, .live-text-container {
  flex-direction: column;
  justify-content: space-around;
  width: auto;
  display: flex;
}

.icon_valores {
  background-image: url('../images/01-mision.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 0;
}

.card_tit {
  color: #02133c;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.on-site-top-text {
  color: #02133c;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.live-image {
  background-image: url('../images/car_team_24x_1car_team_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-right: 23px;
}

.live-top-text {
  color: #02133c;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.card_descript {
  color: #4b4b4b;
  text-align: center;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.on-site-bottoim-text, .live-bottom-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.blue-section {
  height: 600px;
}

.blue-section-div-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-button-div-container {
  width: 32%;
  height: auto;
  margin-right: 220px;
}

.blue-section-text {
  color: #fff;
}

.services-section {
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 60px 50px 180px;
  display: flex;
}

.our-services-title-text {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.our-services-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.our-services-title {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-services-div-container {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.our-services-main-text-div {
  text-align: center;
  margin-bottom: 80px;
}

.our-services-grid-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.servicios_card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 510px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.pet-daycare-grid-div, .our-store-grid-div {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.boaarding-image {
  flex: 0 auto;
  width: 100%;
  height: 220px;
  margin-bottom: 40px;
}

.pet-boarding-title-div {
  align-self: auto;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.boarding-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.daycare-image {
  background-image: url('../images/car_engine_24x_1car_engine_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.daycare-title-div {
  margin-bottom: 20px;
}

.daycare-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.spa-image {
  background-image: url('../images/car_breaks_24x_1car_breaks_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.spa-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.spa-title-div {
  margin-bottom: 20px;
}

.pet-spa-grid-div {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.boarding-text {
  color: #4b4b4b;
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.daycare-text, .spa-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.meals-image {
  background-image: url('../images/car_tires_24x_1car_tires_24x.png');
  background-position: 50%;
  background-size: cover;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.meals-text-div {
  text-align: center;
}

.meal-plan-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.meal-plans-grid-div {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.meals-title-div {
  margin-bottom: 20px;
}

.training-image {
  background-image: url('../images/car_engine_check_24x_1car_engine_check_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.store-image {
  background-image: url('../images/car_shopping_24x_1car_shopping_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.training-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.training-title-div {
  margin-bottom: 20px;
}

.training-grid-div {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.training-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.store-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.store-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.store-title {
  color: #02133c;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.boarding-title {
  color: #02133c;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.daycare-title, .spa-title, .meal-plan-title, .training-title {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.meal-plan-text {
  color: #4b4b4b;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.learn-more-button-div {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 66px;
  display: flex;
}

.learn-more-button {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.apointment-section {
  z-index: 0;
  background-color: #02133c;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.our-services-main-text {
  color: #02133c;
}

.appointment-main-div-container {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1151px;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.appointment-left-side-div {
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
  position: sticky;
  top: 140px;
}

.appointment-right-side-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-right: 0;
  display: flex;
}

.appointment-form-div {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 585px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.make-and-appointment-title {
  color: #02133c;
  text-align: center;
  margin-top: 76px;
  margin-bottom: 43px;
}

.form-right-div {
  width: 50%;
  padding-left: 10px;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-left-div {
  width: 50%;
  padding-right: 10px;
}

.form-top-div {
  justify-content: space-between;
  width: 100%;
  padding-left: 41px;
  padding-right: 41px;
  display: flex;
}

.tell-us-text-field {
  background-color: #f5f5f5;
  align-self: auto;
  width: 86%;
  height: 180px;
  margin-bottom: 0;
}

.form-botton-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.phone-text-field, .name-text-field, .email-text-field, .service-text-field {
  background-color: #f5f5f5;
  width: 100%;
  height: 48px;
  margin-bottom: 22px;
}

.appointment-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.appointment-top-text {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.appointment-top-text-dev {
  text-align: left;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
}

.appointment-middle-text {
  color: #c40b0b;
  font-size: 96px;
  line-height: 96px;
}

.appointment-bottom-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.gallery-section {
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.gallery-top-div-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  max-width: 1150px;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}

.gallery-purple-square {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center stretch;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

.gallery-title-div {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.gallery-title-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.gallery-title {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.appointment-middle-text-div {
  margin-top: 60px;
}

.gallery-text {
  color: #02133c;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.live-stream-container-div {
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
}

.livestream-tabs {
  justify-content: space-around;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.livestream-underline {
  opacity: 1;
  background-color: #666;
  align-items: center;
  height: 1px;
  display: flex;
}

.gallery-tab {
  width: 120px;
  text-decoration: none;
}

.yard-1-tab {
  width: 165px;
  text-decoration: none;
  position: relative;
}

.yard-2-tab, .yard-3-tab {
  width: 169px;
  text-decoration: none;
  position: relative;
}

.gallery-tab-text {
  opacity: 1;
  color: #c40b0b;
  text-align: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.yard-1-text, .yard-2-text, .yard-3-text {
  opacity: .55;
  color: #02133c;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.gallery-text-div {
  margin-bottom: 0;
}

.yard-1-green-dot, .yard-2-green-dot {
  background-image: url('../images/Ellipse-2_1Ellipse 2.png');
  background-position: 50%;
  background-size: cover;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.yard-3-grey-dot {
  background-image: url('../images/Ellipse-4_1Ellipse 4.png');
  background-position: 50%;
  background-size: cover;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.livestream-image {
  background-image: url('../images/Image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 846px;
  height: 480px;
  margin-top: 0;
  position: relative;
}

.gallery-bot-div-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1151px;
  height: auto;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.livestream-image-div {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 580px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.gallery-underline {
  background-color: #fff0;
  border: 2px solid #c40b0b;
  width: 25%;
  height: 1px;
  display: flex;
  position: relative;
}

.yard-1-underline {
  background-color: #fff0;
  border-top: 4px solid #0000;
  width: 25%;
  height: 1px;
  display: flex;
}

.yard-3-underline {
  background-color: #fff0;
  border-top: 4px solid #0000;
  width: 25%;
  height: 1px;
  display: flex;
  position: relative;
}

.yard-4-underline {
  background-color: #fff0;
  border-top: 4px solid #0000;
  width: 26%;
  height: 1px;
  display: flex;
  position: relative;
}

.customer-div-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.customer-left-text-container {
  flex-direction: column;
  width: 40%;
  display: flex;
  position: static;
  top: 120px;
}

.customer-1-div {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: auto;
  padding: 40px;
  display: flex;
}

.customer-2-div {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  width: 324px;
  height: 340px;
  padding-left: 43px;
  padding-right: 43px;
  display: flex;
}

.our-customer-div-container {
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.gallery-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.our-customer-text {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-customer-main-text {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.customer-1-personal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.customer-1-picture {
  border-radius: 0;
  width: 50px;
  height: 50px;
}

.customer-1-name {
  color: #02133c;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.customer-1-text {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.customer-2-personal {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.customer-2-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.customer-2-picture {
  background-image: url('../images/Ellipse-2-2_1Ellipse 2 (2).png');
  background-position: 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.customer-2-name {
  color: #02133c;
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.impact-section {
  background-color: #02133c;
  background-image: url('../images/overlay-image.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 40px 0 100px;
  display: flex;
  position: relative;
}

.impact-div-container {
  z-index: 0;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1151px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-65 {
  width: 100%;
}

.impact-top-div-container {
  width: 100%;
  height: 241px;
  margin-bottom: 100px;
  display: flex;
}

.our-impact-dog-image-div {
  width: auto;
  height: auto;
}

.impact-top-left-div {
  width: 80%;
  height: auto;
  margin-top: 60px;
  padding-top: 0;
}

.customer-1-text-div {
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
}

.our-impact-title {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.our-impact-title-text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.titulo_2 {
  color: #f39200;
  text-align: left;
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 67px;
}

.our-pimact-main-text-div {
  padding-right: 0;
}

.our-poimact-dog-image {
  background-image: url('../images/about.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  min-width: auto;
  max-width: none;
  height: 340px;
  min-height: auto;
  max-height: none;
  margin-top: -60px;
  margin-left: 0;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.our-impact-stats-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  place-items: stretch stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.baths-div-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.boarded-div-container, .trained-div-container, .mneals-div-container {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.bath-text-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.boarded-text-div, .trained-text-div, .maels-text-div {
  flex-direction: column;
  display: flex;
}

.baths-image-div {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 15px;
}

._3700 {
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 29px;
}

.puppy-baths {
  color: #fff;
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.boarded-image {
  background-image: url('../images/car_transmission_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 70px;
  margin-right: 20px;
}

._4500 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.dogs-boarded {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.trained-image {
  background-image: url('../images/car_alignment_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

._2900 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.pups-trained {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.meals-picture {
  background-image: url('../images/car_engine_2_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

._12k {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.meals-served {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.our-impact-purple-block {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 150px;
  margin-top: 112px;
}

.our-impact-purple-div-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.our-impact-purple-block-text-div {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-right: 84px;
  display: flex;
}

.our-impact-purple-button-div {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.our-impact-purple-text {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.footer-section {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 380px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.footer-div-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 65%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.footer-1-4-container {
  flex-direction: column;
  width: 20%;
  display: flex;
}

.footer-2-4-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  padding-left: 0;
  display: flex;
}

.footer-3-4-container {
  flex-direction: column;
  width: 25%;
  padding-top: 57px;
  padding-left: 40px;
  display: flex;
}

.footer-4-4-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 25%;
  display: flex;
}

.footer-logo-div {
  align-items: center;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.footer-socials {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-logo {
  background-image: url('../images/Vector_1Vector.png');
  background-position: 50%;
  background-size: contain;
  width: 39px;
  height: 39px;
  margin-right: 20px;
}

.footer-logo-title {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
}

.footer-1-4-text {
  color: #4e4e4e;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.footer-facebook {
  background-image: url('../images/facebook-1_1facebook 1.png');
  background-position: 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.footer-twitter {
  background-image: url('../images/twitter-1_1twitter 1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.footer-instagram {
  background-image: url('../images/instagram_1instagram.png');
  background-position: 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.footer-youtube {
  background-image: url('../images/youtube-1_1youtube 1.png');
  background-position: 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.explore-links-div {
  height: 22px;
  margin-bottom: 35px;
}

.footer-about-div, .footer-services-div, .footer-specials-div {
  margin-bottom: 15px;
  text-decoration: none;
}

.about-text {
  color: #4e4e4e;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.about-text:hover {
  font-weight: 700;
}

.services-text {
  color: #4e4e4e;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.specials-text, .estimates-text {
  color: #4e4e4e;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.explore-links-text {
  color: #4e4e4e;
  font-weight: 700;
  line-height: 22px;
}

.reviews-text, .shop-text, .careers-text, .faqs-text {
  color: #4e4e4e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.footer-reviews-div, .footer-shop-div, .footer-careers-div, .footer-faqs-div {
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-location-div {
  margin-bottom: 20px;
  display: flex;
}

.phone-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.email-div {
  margin-bottom: 16px;
  display: flex;
}

.times-div {
  display: flex;
}

.location-image {
  background-image: url('../images/pin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.phone-picture {
  background-image: url('../images/phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.email-image {
  background-image: url('../images/email_24px_1email_24px.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.watch-image {
  background-image: url('../images/timer_24px_1timer_24px.png');
  background-position: 0 0;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.contact-text {
  color: #4e4e4e;
  font-family: Exo, sans-serif;
  font-weight: 700;
  line-height: 22px;
}

.location-text {
  color: #4e4e4e;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.phone-text {
  color: #4e4e4e;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.email-text, .times-text {
  color: #4e4e4e;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer-contact-div {
  margin-bottom: 28px;
  line-height: 22px;
}

.bottom-bar-section {
  background-color: #f5f5f5;
  border-top: .5px solid #f39202;
  height: 40px;
  padding-left: 180px;
  padding-right: 180px;
}

.bottom-bar-div-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bottom-bar-left-text-div {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.bottom-bar-right-text-div {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.bottom-bar-left-text {
  color: #999;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.bottom-bar-copyright {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.bottopm-bar-privacy-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.bottom-bar-privacy-div {
  margin-left: 20px;
}

.gallery-structure-div, .yard-1-structure-div, .yard-2-structure-div, .yard-3-structure-div {
  justify-content: center;
  width: 25%;
  display: flex;
}

.footer-estimates-div {
  text-decoration: none;
}

.text-block-39 {
  color: #02133c;
  font-size: 15px;
}

.container, .services-dropdown-link, .specials-dropdown, .facilities-dropdown, .reviews-dropdown {
  display: none;
}

.our-promise-text-div {
  text-align: center;
  margin-bottom: 30px;
}

.boarding-text-div {
  font-size: 14px;
}

.our-impact-symbol {
  background-image: url('../images/icon_2.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.baths-top-text {
  text-align: left;
  align-self: flex-start;
}

.location-text-div {
  width: 100%;
}

.phone-text-div {
  width: 100%;
  height: auto;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  color: #c40b0b;
  background-color: #ffffffa6;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.make-an-appointment-arrow-div {
  z-index: 0;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: static;
  inset: 0% 0 auto auto;
}

.make-an-appointment-arrow {
  background-image: url('../images/arrow_forward_24px_1arrow_forward_24px.png');
  background-position: 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.appointment-button-text-div-container {
  text-align: right;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  position: static;
  left: 0;
  right: 0;
}

.make-an-appointment-text {
  color: #fff;
  text-align: right;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.appointment-button-div-main {
  background-color: #c40b0b;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 211px;
  height: 40px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.play-button {
  background-image: url('../images/Play-Button.png');
  background-position: 0 0;
  background-size: contain;
  width: 140px;
  height: 140px;
  margin-top: 40px;
}

.div-block-66 {
  background-color: #c40b0b;
  position: relative;
}

.div-block-67 {
  z-index: 1;
  background-image: url('../images/BG-1_1BG (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 48px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-68 {
  background-image: url('../images/Gears-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 642px;
  height: 450px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-69 {
  z-index: -1;
  background-image: url('../images/Gears-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 642px;
  height: 100%;
  position: absolute;
  inset: auto 0 0 auto;
}

.appointment-form-actual-button {
  justify-content: flex-end;
  width: 100%;
  margin-top: 30px;
  padding-right: 41px;
  display: flex;
}

.live {
  background-image: url('../images/Icon-Live_1Icon Live.png');
  background-position: 0 0;
  background-size: contain;
  width: 50px;
  height: 30px;
  position: absolute;
  inset: 30px 32px auto auto;
}

.div-block-70 {
  z-index: 0;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
}

.appointment-button-impact-div-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  background-color: #f39202;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form-block {
  display: block;
}

.bold-text {
  font-size: 76px;
  font-weight: 900;
  line-height: 64px;
}

.text-block-40 {
  color: #fff;
  min-width: 400px;
  max-width: 450px;
  margin-top: 40px;
  margin-left: 0;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 31px;
}

.text-span {
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
}

.bold-text-2 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.icon_valores_2 {
  background-image: url('../images/02-vision.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 0;
}

.icon_valores-copy, .icon_valores-copy-copy {
  background-image: url('../images/03-valores.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 0;
}

.image {
  min-width: 110px;
  max-width: 140px;
  margin-right: 0;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  text-align: left;
}

.card_tit_2 {
  color: #02133c;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 22px;
}

.text-span-2 {
  font-weight: 600;
}

.label_tit-copy {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.bold-text-5 {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.text-block-41 {
  color: #fff;
  max-width: 450px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.icon_w {
  background-image: url('../images/icon_2.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.bold-text-6 {
  color: #f39202;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bold-text-7 {
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-71 {
  background-image: url('../images/01_servicios_mecanicos.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-72 {
  background-image: url('../images/02_refacciones_y_accesotrios.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-73 {
  background-image: url('../images/02_hojalateria_y_pintura.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-74 {
  background-image: url('../images/04_renta_de_autos.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-75 {
  background-image: url('../images/05_otros_servicios.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-76 {
  background-image: url('../images/01_Ana_Lopez.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
}

.div-block-77 {
  background-image: url('../images/02_roberto_M.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10000px;
  width: 100%;
  height: 100%;
}

.div-block-78 {
  background-image: url('../images/03_Laura_G.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100000px;
  width: 100%;
  height: 100%;
}

.div-block-79 {
  background-image: url('../images/04_carlos_vergara.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
}

.has-parallax-effect, .hero-image-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-3 {
  z-index: -1;
  flex: 0 auto;
  width: 100%;
  position: relative;
}

.div-block-80 {
  background-image: url('../images/experiencia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-81 {
  background-image: url('../images/servicio_integral.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-82 {
  background-image: url('../images/garantia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-83 {
  background-image: url('../images/servicio_personalizado.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-84 {
  background-image: url('../images/precios_competitivos.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/galeria_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-nav {
  margin-top: 0;
  padding: 0;
  display: none;
  position: static;
  inset: 0;
  overflow: visible;
}

.slide-2 {
  background-image: url('../images/galeria_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/galeria_3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/galeria_4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/galeria_5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-85 {
  min-width: 100%;
}

.image-4 {
  max-width: 80%;
}

.image-5 {
  width: 70%;
  max-width: none;
  height: 100%;
}

.image-5-copy {
  width: 100%;
  max-width: 160px;
  height: 100%;
}

.text-block-42 {
  text-align: center;
}

.error-message {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.nav_menu_link {
  color: #fffc;
  border-bottom: 2px solid #0000;
  padding: .5rem 1rem;
  font-weight: 500;
  transition: border .4s;
}

.nav_menu_link:hover {
  border-bottom-color: #bde162;
}

.nav_menu_link.w--current {
  color: #fffc;
  border-bottom-color: #bde162;
}

.nav-menu-inner {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_button {
  padding: 1rem;
}

.nav_brand {
  width: 14.3125rem;
}

.nav_brand.w--current {
  width: 11rem;
  height: auto;
}

.nav_logo {
  width: 11rem;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
}

.nav_menu_container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 200px 735px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 67.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav-btn-wrapper {
  margin-left: 0;
  display: none;
}

.nav_menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  padding-right: 0;
  display: flex;
}

.appointment-main-div-container-2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1151px;
  height: 100%;
  padding-top: 0;
  display: none;
}

.navbar-2 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .nav_container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 95%;
  }

  .nav-bar-top-div {
    justify-content: space-between;
    height: 90px;
  }

  .brand, .boarding-hours-div, .call-us-div {
    margin-right: 20px;
  }

  .appointment-button-impact-div {
    display: none;
  }

  .services-nav, .sepcials-nav, .facilities-nav, .reviews-nav, .shop-nav, .about-nav {
    font-size: 14px;
  }

  .search-cart-div {
    margin-right: 20px;
  }

  .opening-page-title-div {
    text-align: center;
    width: 100%;
  }

  .appointment-button-div-main-page {
    justify-content: center;
    margin-top: 100px;
    display: flex;
  }

  .who-we-are-section {
    background-color: #e9e9e9;
  }

  .who-we-are-div-container {
    width: 90%;
    max-width: none;
  }

  .who-we-are-purple-div {
    position: relative;
  }

  .who-we-are-title-div {
    width: 100%;
  }

  .who-we-are-text-div-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .titulos {
    text-align: center;
    font-size: 34px;
  }

  .who-we-are-heading-text-div {
    width: 100%;
  }

  .who-we-are-main-text {
    font-size: 19px;
  }

  .who-we-are-main-text-div {
    margin-bottom: 60px;
  }

  .who-we-are-decs {
    display: none;
    inset: 0% -15% auto auto;
  }

  .dog-image-div {
    width: 100%;
    height: 260px;
    margin-top: 0;
  }

  .dog-image {
    width: 100%;
    height: 100%;
  }

  .our-promise-section {
    background-color: #e9e9e9;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .our-promise-div-container {
    width: 90%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .our-promise-block-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card {
    background-color: #fff;
    border-radius: 0;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding: 20px 10px;
  }

  .on-site-image {
    margin-right: 0;
  }

  .on-site-div-container, .live-div-container {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 15px;
  }

  ._24-7-text-container {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .on-site-text-container {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .live-text-container {
    text-align: center;
    width: auto;
  }

  .icon_valores {
    margin-right: 0;
  }

  .card_tit, .on-site-top-text {
    margin-bottom: 10px;
  }

  .live-image {
    margin-right: 0;
  }

  .live-top-text {
    margin-bottom: 10px;
  }

  .blue-section {
    background-position: 100%;
    height: 400px;
  }

  .blue-section-div-holder {
    justify-content: center;
    align-items: center;
  }

  .text-button-div-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin-right: 0;
    display: flex;
  }

  .blue-section-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-section {
    height: auto;
  }

  .our-services-grid-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .learn-more-button-div {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .apointment-section {
    height: auto;
    margin-top: 0;
    padding: 100px 40px 0;
  }

  .appointment-main-div-container {
    flex-direction: column-reverse;
    width: auto;
    max-width: none;
    height: auto;
    padding-bottom: 60px;
    display: none;
  }

  .appointment-left-side-div {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .appointment-right-side-div {
    order: 0;
    width: 100%;
    position: relative;
  }

  .appointment-form-div {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .appointment-middle-text {
    margin-top: 10px;
  }

  .appointment-bottom-text {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .gallery-section {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 0;
  }

  .gallery-top-div-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: none;
  }

  .gallery-purple-square {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .appointment-middle-text-div {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .gallery-tab {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .gallery-tab-text {
    font-size: 14px;
  }

  .yard-1-text, .yard-2-text, .yard-3-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .yard-1-green-dot, .yard-2-green-dot, .yard-3-grey-dot {
    right: 7%;
  }

  .livestream-image {
    width: 100%;
  }

  .gallery-bot-div-container {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .livestream-image-div {
    min-height: 450px;
    margin-top: 0;
  }

  .customer-div-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    align-items: center;
    height: 100%;
  }

  .customer-left-text-container {
    width: 100%;
  }

  .customer-1-div {
    width: auto;
    height: auto;
    padding: 20px;
  }

  .customer-2-div {
    width: 70%;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-customer-div-container {
    justify-content: center;
    align-items: center;
  }

  .customer-1-personal {
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .customer-2-personal {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .impact-section {
    height: auto;
    padding-top: 40px;
  }

  .impact-div-container {
    width: 90%;
    height: auto;
  }

  .impact-top-div-container {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    margin-bottom: 40px;
  }

  .our-impact-dog-image-div {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .impact-top-left-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .our-impact-title {
    margin: 0 auto 20px;
  }

  .titulo_2 {
    text-align: center;
    max-width: none;
  }

  .our-pimact-main-text-div {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .our-poimact-dog-image {
    margin-top: -109px;
    position: static;
  }

  .our-impact-stats-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid;
  }

  .baths-div-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .boarded-div-container, .trained-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .mneals-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .bath-text-container {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .baths-image-div {
    margin-right: 0;
  }

  ._3700 {
    font-size: 36px;
    line-height: 36px;
  }

  .puppy-baths {
    text-align: center;
    font-size: 17px;
  }

  .boarded-image {
    margin-right: 0;
  }

  ._4500 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .dogs-boarded {
    text-align: center;
    font-size: 17px;
  }

  ._2900 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .pups-trained {
    text-align: center;
    font-size: 17px;
  }

  .meals-picture {
    margin-right: 0;
  }

  ._12k {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .meals-served {
    text-align: center;
    font-size: 17px;
  }

  .our-impact-purple-block {
    margin-top: 0;
    margin-bottom: -75px;
  }

  .our-impact-purple-div-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .our-impact-purple-block-text-div, .our-impact-purple-button-div {
    width: auto;
  }

  .footer-section {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-div-container {
    flex-flow: row;
    flex: 0 auto;
    width: auto;
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .footer-1-4-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    display: grid;
  }

  .footer-2-4-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .footer-logo-div {
    width: 70%;
    margin-bottom: 40px;
  }

  .bottom-bar-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .bottom-bar-left-text-div {
    width: auto;
  }

  .container {
    display: none;
  }

  .baths-top-text {
    margin-left: auto;
    margin-right: auto;
  }

  .play-button {
    margin-top: 20px;
  }

  .div-block-69 {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-40 {
    margin-left: auto;
    margin-right: auto;
  }

  .icon_valores_2, .icon_valores-copy, .icon_valores-copy-copy {
    margin-right: 0;
  }

  .card_tit_2 {
    margin-bottom: 10px;
  }

  .text-block-41 {
    text-align: center;
    max-width: none;
  }

  .has-parallax-effect, .hero-image-inner {
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    text-align: center;
    max-width: 60%;
  }

  .nav_lines-two {
    background-color: #fff;
    width: 18px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_menu_link {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    transition: font-size .4s, border .4s;
  }

  .nav_menu_link:hover {
    font-size: 1.25rem;
  }

  .nav-menu-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 16px;
    display: flex;
  }

  .nav_button {
    color: #fff;
    border: 2px solid #fff3;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    padding: 0;
    display: flex;
  }

  .nav_button.w--open {
    background-color: #0d214e;
  }

  .nav_lines-three {
    background-color: #fff;
    width: 11px;
    height: 2px;
    margin-left: -2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_lines-one {
    background-color: #fff;
    width: 11px;
    height: 2px;
    margin-left: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_menu_container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vh;
    padding-bottom: 15vh;
  }

  .nav_menu-lines {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 16px;
    display: flex;
  }

  .nav_container {
    z-index: 9999;
    grid-template-columns: 229px 1px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: relative;
  }

  .nav_lines_icon {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
  }

  .nav-btn-wrapper {
    margin-left: 0;
  }

  .nav_menu {
    background-color: #0d214e;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-right: 0;
    position: fixed;
    inset: 80px 0% 0%;
    overflow: auto;
  }

  .appointment-main-div-container-2 {
    flex-direction: column-reverse;
    width: auto;
    max-width: none;
    height: auto;
    padding-bottom: 60px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .bottom-navbar-div-container {
    display: none;
  }

  .nav-bar-top-div {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .brand {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .boarding-hours-div {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-image {
    width: 30px;
    margin-bottom: 10px;
  }

  .boarding-hours {
    margin-bottom: 10px;
  }

  .call-us-div {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-right: 0;
  }

  .phone-image {
    width: 30px;
    margin-bottom: 10px;
  }

  .call-us-text {
    margin-bottom: 10px;
  }

  .appointment-button-impact-div {
    display: none;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .dropdown-nav-menu {
    background-color: #c8c8c800;
    flex-direction: column;
    width: 25%;
    margin-left: 0;
    display: flex;
  }

  .opening-page-div-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .opening-page-title {
    margin-top: 100px;
    font-size: 55px;
    line-height: 60px;
  }

  .opening-page-title-div {
    text-align: center;
    width: auto;
    height: auto;
  }

  .appointment-button-div-main-page {
    margin-top: 60px;
  }

  .who-we-are-div-container {
    z-index: 1;
    width: 85%;
  }

  .who-we-are-purple-div {
    z-index: 1;
  }

  .who-we-are-text-div-container {
    z-index: 1;
    position: relative;
  }

  .who-we-are-decs {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 245px;
    top: -11%;
    right: -7%;
  }

  .dog-image-div {
    height: 225px;
    margin-top: 44px;
  }

  .our-promise-section {
    height: auto;
  }

  .our-promise-block-container {
    flex-direction: column;
    align-items: center;
  }

  .card, .on-site-div-container, .live-div-container {
    width: 80%;
    margin-bottom: 30px;
  }

  .blue-section {
    background-position: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .text-button-div-container {
    width: 80%;
    height: 70%;
  }

  .blue-section-text {
    text-align: center;
    margin-bottom: 40px;
  }

  .services-section {
    padding-top: 60px;
  }

  .our-services-title-text {
    width: 90%;
  }

  .our-services-div-container {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .our-services-main-text-div, .our-services-grid-div {
    width: 90%;
  }

  .servicios_card {
    border-radius: 0;
    width: auto;
    height: auto;
  }

  .pet-daycare-grid-div, .our-store-grid-div, .boarding-container {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .daycare-container {
    width: auto;
    height: auto;
  }

  .spa-container {
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .pet-spa-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
  }

  .meal-plan-container {
    width: auto;
    height: auto;
  }

  .meal-plans-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .training-container {
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .training-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
  }

  .store-container {
    width: auto;
    height: auto;
  }

  .boarding-title {
    text-align: center;
  }

  .appointment-main-div-container {
    width: 90%;
  }

  .appointment-form-div {
    width: auto;
    height: auto;
  }

  .form-right-div {
    width: 50%;
    margin-left: 10px;
    padding-left: 0;
  }

  .form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-left-div {
    width: 50%;
    margin-right: 10px;
    padding-right: 0;
  }

  .form-top-div {
    padding-left: 0;
    padding-right: 0;
  }

  .tell-us-text-field {
    width: 100%;
  }

  .appointment-top-text-dev {
    padding-left: 0;
    padding-right: 0;
  }

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

  .gallery-top-div-container {
    width: 90%;
  }

  .gallery-purple-square {
    height: auto;
    padding-bottom: 20px;
  }

  .livestream-image {
    background-size: cover;
    height: 100%;
    margin-top: 0;
  }

  .gallery-bot-div-container {
    width: 90%;
  }

  .livestream-image-div {
    width: 100%;
    height: 300px;
    margin-top: 10px;
  }

  .customer-1-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .customer-2-div {
    width: 100%;
  }

  .our-customer-main-text-div {
    margin-bottom: 20px;
  }

  .our-pimact-main-text-div {
    margin-bottom: 40px;
  }

  .our-poimact-dog-image {
    background-size: cover;
    border-radius: 0;
  }

  .our-impact-purple-div-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-impact-purple-block-text-div {
    padding-right: 10px;
  }

  .footer-section {
    height: auto;
    margin-bottom: 20px;
  }

  .footer-div-container {
    flex-direction: column;
  }

  .footer-1-4-container {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-2-4-container {
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }

  .footer-3-4-container {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .footer-4-4-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-logo-div {
    margin-bottom: 20px;
  }

  .footer-socials {
    width: 100%;
  }

  .footer-1-4-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .explore-links-div, .footer-faqs-div, .footer-contact-div {
    margin-bottom: 20px;
  }

  .bottom-bar-section {
    height: auto;
    padding: 10px;
  }

  .bottom-bar-left-text {
    text-align: center;
    margin-right: 20px;
  }

  .bottopm-bar-privacy-text {
    text-align: center;
  }

  .footer-estimates-div {
    margin-bottom: 10px;
  }

  .menu-button.w--open {
    color: #f2726f;
    background-color: #c8c8c800;
  }

  .container {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .services-dropdown-link {
    color: #f2726f;
    background-color: #ffffffa6;
    justify-content: center;
    margin-top: 0;
    padding: 20px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .specials-dropdown, .facilities-dropdown, .reviews-dropdown, .shop-dropdown, .about-dropdown {
    color: #f2726f;
    background-color: #ffffffa6;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .play-button {
    margin-top: 0;
  }

  .appointment-form-actual-button {
    padding-right: 0;
  }

  .icon-2 {
    color: #c40b0b;
  }

  .appointment-button-impact-div-copy {
    display: flex;
  }

  .nav_brand.w--current {
    padding-left: 0;
  }

  .nav_menu_container {
    padding-top: 10vh;
  }

  .nav-btn-wrapper {
    display: none;
  }

  .appointment-main-div-container-2 {
    width: 90%;
  }

  .menu-button-3 {
    background-color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #2947a9;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    width: auto;
    min-height: 100px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .bottom-navbar-div-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    top: 10px;
  }

  .nav-bar-top-div {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .brand {
    flex: 0 auto;
    justify-content: space-around;
    min-width: auto;
    margin: auto;
    padding-left: 0;
  }

  .boarding-hours-div {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .boarding-hours-text-div {
    text-align: right;
    width: 100%;
  }

  .call-us-div {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
    margin-right: 0;
  }

  .call-us-text {
    margin-bottom: 10px;
  }

  .call-us-number {
    padding-top: 0;
  }

  .call-us-text-div {
    text-align: right;
    width: 100%;
  }

  .appointment-button-impact-div {
    display: none;
  }

  .div-block-2 {
    flex-direction: column;
    width: 100%;
  }

  .sepcials-nav {
    text-align: center;
    align-self: center;
    width: 50%;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .facilities-nav, .reviews-nav {
    text-align: center;
    width: 50%;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .about-nav {
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .dropdown-nav-menu {
    display: flex;
  }

  .nav-link-div-container {
    flex: 0 auto;
    margin-left: 0;
    display: block;
  }

  .opening-page-div-container {
    width: 100%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .opening-page-title {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 45px;
  }

  .opening-page-title-div {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .appointment-button-div-main-page {
    margin-top: 40px;
  }

  .who-we-are-section {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .who-we-are-div-container {
    height: auto;
    margin-top: -75px;
    padding-top: 0;
  }

  .who-we-are-purple-div {
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .who-we-are-title-div {
    justify-content: center;
    align-items: center;
  }

  .titulos {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .who-we-are-main-text {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .who-we-are-main-text-div {
    margin-bottom: 40px;
  }

  .who-we-are-decs, .dog-image-div, .dog-image {
    display: none;
  }

  .our-promise-section {
    padding-top: 100px;
  }

  .our-promise-block-container {
    display: flex;
  }

  .our-promise-large-text {
    text-align: center;
  }

  .card {
    background-color: #fff;
    border-radius: 0;
    width: 100%;
  }

  .on-site-image {
    margin-right: 0;
  }

  .on-site-div-container {
    background-color: #fff;
    border-radius: 0;
    align-items: center;
  }

  .live-div-container {
    background-color: #fff;
    border-radius: 0;
  }

  .live-image {
    margin-right: 0;
  }

  .blue-section {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .blue-section-div-holder {
    overflow: hidden;
  }

  .services-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .our-services-div-container {
    height: auto;
  }

  .our-services-grid-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .boarding-container, .daycare-container, .spa-container, .meal-plan-container, .training-container, .store-container {
    padding: 20px;
  }

  .boarding-title {
    text-align: center;
  }

  .apointment-section {
    padding-left: 0;
    padding-right: 0;
  }

  .our-services-main-text {
    text-align: center;
  }

  .appointment-main-div-container {
    width: 90%;
  }

  .appointment-left-side-div {
    width: auto;
  }

  .appointment-form-div {
    width: 100%;
  }

  .make-and-appointment-title {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
  }

  .form-right-div {
    width: 100%;
    margin-left: 0;
  }

  .form-left-div {
    width: 100%;
  }

  .form-top-div {
    flex-direction: column;
  }

  .appointment-top-text {
    font-size: 25px;
    line-height: 30px;
  }

  .appointment-middle-text {
    font-size: 70px;
  }

  .gallery-section {
    height: auto;
    padding-left: 0;
  }

  .gallery-top-div-container {
    height: auto;
  }

  .gallery-purple-square {
    width: 100%;
    margin-top: -60px;
    padding-top: 20px;
  }

  .appointment-heading-div {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .appointment-bottom-text-div, .gallery-text {
    text-align: center;
  }

  .live-stream-container-div {
    align-items: center;
  }

  .livestream-tabs {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .livestream-underline {
    flex-direction: row;
    width: 100%;
  }

  .yard-1-tab, .yard-2-tab, .yard-3-tab {
    width: auto;
  }

  .yard-1-green-dot, .yard-2-green-dot, .yard-3-grey-dot {
    right: 0%;
  }

  .livestream-image {
    background-size: contain;
    width: 100%;
    height: 200px;
    margin-top: 0;
  }

  .livestream-image-div {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .customer-div-container {
    grid-template-columns: 1fr;
  }

  .customer-left-text-container {
    margin-top: 20px;
  }

  .customer-1-div, .customer-2-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-customer-main-text {
    text-align: center;
  }

  .customer-1-personal {
    justify-content: flex-end;
  }

  .customer-1-picture {
    margin-right: 20px;
  }

  .customer-1-name {
    width: auto;
  }

  .customer-2-personal {
    justify-content: flex-end;
  }

  .customer-2-picture {
    margin-right: 20px;
  }

  .impact-div-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .div-block-65 {
    margin-bottom: 0;
  }

  .customer-1-name-div {
    width: auto;
  }

  .titulo_2 {
    text-align: center;
    font-size: 30px;
  }

  .our-poimact-dog-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
  }

  .our-impact-stats-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .baths-div-container {
    justify-content: space-between;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .boarded-div-container, .trained-div-container, .mneals-div-container {
    justify-content: space-between;
  }

  ._3700 {
    text-align: right;
  }

  .puppy-baths {
    text-align: center;
  }

  .boarded-image {
    flex: none;
    height: 76px;
  }

  ._4500, .dogs-boarded {
    text-align: right;
  }

  .trained-image {
    flex: none;
    margin-right: 0;
  }

  ._2900, .pups-trained {
    text-align: right;
  }

  .meals-picture {
    flex: none;
  }

  ._12k, .meals-served {
    text-align: right;
  }

  .our-impact-purple-block {
    display: none;
  }

  .our-impact-purple-div-container {
    display: flex;
  }

  .footer-section {
    margin-bottom: 0;
  }

  .footer-div-container {
    padding-top: 40px;
  }

  .footer-1-4-container {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    place-items: center stretch;
    display: flex;
  }

  .footer-2-4-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    display: grid;
  }

  .footer-logo-div {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .footer-location-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .phone-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .location-text {
    text-align: center;
  }

  .bottom-bar-left-text-div {
    width: auto;
  }

  .bottom-bar-right-text-div {
    flex-direction: column;
    align-items: center;
  }

  .bottom-bar-left-text {
    margin-right: 0;
  }

  .bottom-bar-copyright {
    text-align: center;
  }

  .bottopm-bar-privacy-text {
    text-align: center;
    flex-direction: row;
    font-size: 13px;
  }

  .gallery-structure-div, .yard-1-structure-div, .yard-2-structure-div, .yard-3-structure-div {
    width: auto;
    margin-bottom: 10px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0%;
  }

  .services-dropdown-link, .specials-dropdown, .facilities-dropdown, .reviews-dropdown, .shop-dropdown, .about-dropdown {
    background-color: #ffffffa6;
  }

  .appointment-button-text-div-container {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .appointment-button-div-main {
    margin-top: 0;
  }

  .div-block-68, .div-block-69 {
    display: none;
  }

  .live {
    top: 16px;
    right: 0;
  }

  .appointment-button-impact-div-copy {
    display: none;
  }

  .bold-text {
    font-size: 60px;
    line-height: 50px;
  }

  .text-block-40 {
    min-width: auto;
    max-width: none;
    font-size: 20px;
  }

  .has-parallax-effect, .hero-image-inner {
    overflow: hidden;
  }

  .nav_lines-two {
    background-color: #115fa7;
    width: 30px;
  }

  .nav_menu_link {
    width: 50%;
  }

  .nav_brand {
    padding-left: 0;
  }

  .nav_menu-lines {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: auto;
  }

  .appointment-main-div-container-2 {
    width: 90%;
  }

  .bold-text-8 {
    font-size: 26px;
    line-height: 31px;
  }

  .navbar-2 {
    display: block;
  }

  .menu-button-2 {
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    left: auto;
    right: 0;
    transform: rotate(0);
  }

  .menu-button-2.w--open {
    background-color: #115fa7;
    transform: rotate(90deg);
  }

  .nav-menu {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #fffffffa;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 95%;
    height: auto;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-button-3 {
    transform: rotate(0);
  }

  .menu-button-3:lang(es-mx) {
    transform: rotate(90deg);
  }

  .current {
    transition: transform .2s;
    transform: rotate(0);
  }

  .current:lang(es-mx) {
    transform: rotate(90deg);
  }
}

#w-node-div-block-61-5c7e8d99, #w-node-_0fd0f19a-645a-6f1d-b49c-0c6dd27d1a4e-5c7e8d99, #w-node-_3ed91d79-20d3-4842-1446-c6148b256fb6-5c7e8d99, #w-node-d4e946e8-af9a-0b49-1557-3352b238ad7b-5c7e8d99, #w-node-_49d48e2d-5964-c6f8-a11f-5ff12c36f11a-5c7e8d99, #w-node-d11e5966-06a8-de1c-1d12-4580a68c55f5-5c7e8d99, #w-node-_8f2aaae0-35ab-1aa4-4cfd-fbb0b22ca4e0-5c7e8d99, #w-node-c4cd7a45-f574-bb1a-5e16-dc468646103f-5c7e8d99, #w-node-_9f076732-29e0-99fa-b524-c743bada2377-5c7e8d99, #w-node-_5ad9519d-f1f6-8350-7dcb-91374d9413b6-5c7e8d99 {
  align-self: start;
}

#w-node-div-block-115-5c7e8d99 {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-div-block-122-5c7e8d99 {
    place-self: stretch center;
  }

  #w-node-_4b490ead-5365-0201-8dbf-94461d7e6ab3-5c7e8d99, #w-node-_74787fab-8099-21fa-96f4-935870615f05-5c7e8d99 {
    align-self: stretch;
  }
}


