.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  max-width: 940vw;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #903f98;
}

.section {
  width: 100vw;
  background-color: #903f98;
}

.white_text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.white_text:active {
  text-decoration: none;
}

.social_media {
  padding: 11px;
}

.email {
  padding: 15px;
  text-decoration: none;
}

.nav_bar {
  height: auto;
  max-width: 100vw;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #797979;
}

.logo_nav_bar {
  padding-left: 0px;
}

.link-block {
  padding: 20px;
}

.nav_link_dropdown {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav_link_dropdown:hover {
  border-style: none none solid;
  border-width: 5px;
  border-color: #f6931e;
}

.nav_link_dropdown:active {
  border-bottom: 5px solid #f6931e;
}

.nav_link {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav_link:hover {
  border-bottom: 5px solid #f6931e;
}

.nav_link.w--current {
  color: #302f2f;
}

.nav_link.w--current:active {
  text-decoration: none;
}

.container-2 {
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.image {
  display: block;
  max-width: 80%;
  margin: 10px auto;
}

.nav-menu {
  margin-top: 13px;
}

.dropdown_link:hover {
  background-color: #e0e0e0;
}

.dropdown-list {
  background-color: #d8d7d7;
}

.dropdown-list.w--open {
  background-color: #f8f8f8;
}

.container_hero {
  height: 90vh;
  max-height: 100vh;
  max-width: 100vw;
  background-image: url('../images/hero-01.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading_1 {
  margin-bottom: 27px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 2px 6px #3b3b3b;
}

.paragraph {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 2px 6px #3b3b3b;
}

.div_hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  margin: 370px 222px 222px;
  padding-top: 0px;
}

.button {
  display: block;
  width: 250px;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #903f98;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.div-block {
  margin-right: auto;
  margin-left: auto;
}

.section-blue {
  margin-right: auto;
  margin-left: auto;
  background-color: #c1e0f0;
}

.div_content {
  position: static;
  width: auto;
  max-width: none;
  float: left;
}

.div-block-3 {
  width: 50vw;
  max-width: 50vw;
}

.img {
  display: block;
  max-width: 100%;
  margin: 0px auto 58px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading_page {
  display: block;
  padding: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Nunito, sans-serif;
  color: #903f98;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.container-3 {
  display: block;
  max-width: 80vw;
}

.column-2 {
  padding: 43px;
}

.image-2 {
  display: block;
  margin: 10px auto;
}

.image-3 {
  position: static;
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.columns {
  margin-top: 60px;
}

.div-block-4 {
  position: relative;
  top: 37px;
  z-index: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-4 {
  max-width: 100%;
  margin-top: 48px;
}

.img_02 {
  max-width: 100%;
}

.heading_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 16px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Varela Round', sans-serif;
  color: #2e3191;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.cards {
  position: static;
  display: block;
  width: auto;
  max-width: 25%;
  margin-right: auto;
  margin-left: auto;
  padding: 33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  margin-top: 27px;
  padding: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block-5 {
  position: relative;
  top: 42px;
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  margin-right: auto;
  margin-left: auto;
}

.container-6 {
  display: block;
  max-width: 80vw;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.name_quote {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Varela Round', sans-serif;
  color: #903f98;
  font-size: 18px;
  text-align: center;
}

.paragraph-3 {
  text-align: center;
}

.cards-quote {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 80%;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
  padding: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 #8b8b8b;
}

.heading_quote {
  margin-top: 34px;
  margin-bottom: 25px;
  padding: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #2e3191;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.paragraph-quote {
  margin-bottom: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 2rem;
  text-align: center;
}

.slide {
  background-color: transparent;
}

.slider {
  max-height: 600px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.section-2 {
  background-color: #3face5;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-5 {
  position: static;
  top: 35px;
  display: block;
  max-width: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-2 {
  margin-right: auto;
  margin-left: auto;
  font-family: Dongle, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.text-block {
  margin-bottom: 27px;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
}

.footer_icon {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-6 {
  max-width: none;
}

.link-block-3 {
  padding: 12px;
}

.text_footer {
  margin-bottom: 27px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.div-block-6 {
  margin-top: 27px;
}

.div_footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div_footer-copy.dog {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-3 {
  width: auto;
  height: 500px;
}

.mask {
  max-height: 600px;
  max-width: none;
}

.cards-branches {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 40%;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #c1e0f0;
  box-shadow: 0 2px 7px 0 #8b8b8b;
}

.section-3 {
  background-color: #fff;
}

.div-block-7 {
  position: relative;
  top: 41px;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

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

.container_pages {
  height: auto;
  max-height: 30vh;
  max-width: 100vw;
  padding: 50px;
  background-image: url('../images/Hero_02.jpg');
  background-position: 50% 12%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.text-block-2 {
  font-family: 'Varela Round', sans-serif;
  color: #2e3191;
  text-align: center;
}

.image-8 {
  max-width: 100%;
  margin-bottom: 46px;
  border-radius: 20px;
}

.html-embed {
  width: 100%;
  height: auto;
  margin-top: -18px;
  margin-bottom: 10px;
}

.heading_1-copy {
  font-family: Dongle, sans-serif;
  color: #fff;
  font-size: 90px;
  text-align: center;
  text-shadow: 0 2px 6px #3b3b3b;
}

.heading_hero {
  display: block;
  padding: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Dongle, sans-serif;
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 6px #3b3b3b;
}

.heading {
  font-family: 'Varela Round', sans-serif;
  color: #2e3191;
  font-weight: 400;
  text-align: center;
}

.div-block-8 {
  margin-right: auto;
  margin-bottom: 59px;
  margin-left: auto;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container_conocenos {
  height: auto;
  max-height: 30vh;
  max-width: 100vw;
  padding: 50px;
  background-image: url('../images/Hero_03.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.columns-2 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-10 {
  margin-right: auto;
  margin-left: auto;
}

.column-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  margin-top: 27px;
  padding: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section-5 {
  background-color: #c1e0f0;
}

.container_rehab {
  height: 90vh;
  max-height: none;
  max-width: 100vw;
  background-image: url('../images/hero-02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-blue-servicios {
  margin-right: auto;
  margin-left: auto;
  background-color: #c1e0f0;
}

.rehab_cards {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: none;
  margin: 16px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 14px;
  background-color: #fff;
}

.div-block-9 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.image_card {
  margin-bottom: 10px;
  border-radius: 9px;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.paragraph-servicios {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.heading_servicios {
  margin-bottom: 27px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 54px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 2px 6px #3b3b3b;
}

.container_servicios {
  height: 90vh;
  max-height: 100vh;
  max-width: 100vw;
  background-image: url('../images/Hero_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  margin-top: 27px;
  padding: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.container-rehab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  margin-top: 0px;
  padding: 76px 20px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.cards-rehab {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 40%;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 #8b8b8b;
}

.image-11 {
  position: relative;
  top: 33px;
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.container_rehab-copy {
  height: 90vh;
  max-height: none;
  max-width: 100vw;
  background-image: url('../images/hero-02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_services {
  height: 90vh;
  max-height: none;
  max-width: 100vw;
  background-image: url('../images/Hero_05.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cards-services {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 30%;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 #8b8b8b;
}

.dark_div {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(46, 49, 145, 0.25);
}

.dark_div-home {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(46, 49, 145, 0.25);
}

.list-item {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.boton-factura {
  width: 250px;
  max-width: none;
  margin-right: auto;
  margin-bottom: 62px;
  margin-left: auto;
  border-radius: 27px;
  background-color: #903f98;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  text-align: center;
}

.container_factura {
  height: auto;
  max-height: 30vh;
  max-width: 100vw;
  padding: 50px;
  background-image: url('../images/Hero_06.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cards-factura {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #c1e0f0;
  box-shadow: 0 2px 7px 0 #8b8b8b;
}

@media screen and (min-width: 1280px) {
  .div-block-4 {
    top: 50px;
  }

  .container-5 {
    max-width: 90vw;
  }

  .container-6 {
    display: block;
    max-height: none;
  }

  .cards-quote {
    max-width: none;
  }

  .cards-branches {
    margin-top: 62px;
  }

  .container_conocenos {
    background-position: 50% 50%;
  }

  .container_02 {
    max-width: 90vw;
  }

  .container-5-copy {
    max-width: 90vw;
  }

  .container-rehab {
    max-width: 90vw;
  }

  .cards-rehab {
    margin-top: 62px;
  }

  .cards-services {
    margin-top: 62px;
  }

  .cards-factura {
    margin-top: 62px;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    margin-top: 20px;
  }

  .heading_1 {
    font-size: 60px;
    line-height: 62px;
  }

  .div_hero {
    margin: 248px 113px 113px;
  }

  .img {
    margin: 0px;
  }

  .paragraph-2 {
    line-height: 1.5rem;
  }

  .container-3 {
    max-width: none;
  }

  .column {
    padding: 47px;
  }

  .column-2 {
    padding: 32px;
  }

  .image-3 {
    position: relative;
    top: -20px;
    width: auto;
    max-width: 100%;
  }

  .columns {
    margin-top: 50px;
    padding: 10px;
  }

  .div-block-4 {
    top: 29px;
  }

  .img_02 {
    margin-right: auto;
    margin-left: auto;
  }

  .cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 30%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-5 {
    max-width: 100vw;
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-5 {
    max-width: 80%;
  }

  .container-6 {
    display: block;
    max-width: 100vw;
  }

  .cards-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-quote {
    line-height: 1.5rem;
  }

  .div_footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer_icon {
    width: 50px;
    height: auto;
    max-width: none;
  }

  .cards-branches {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 44%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-7 {
    top: 70px;
  }

  .heading_hero {
    line-height: 62px;
  }

  .container_02 {
    max-width: 100vw;
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-servicios {
    line-height: 1.5rem;
  }

  .container-5-copy {
    max-width: 100vw;
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-rehab {
    max-width: 100vw;
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cards-rehab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 44%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cards-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 44%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container_factura {
    background-position: 50% 0%;
    background-size: auto;
  }

  .cards-factura {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .container_hero {
    background-position: 50% 50%;
  }

  .div_hero {
    margin: 207px 50px 50px;
  }

  .img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column {
    padding: 9px;
  }

  .image-3 {
    width: auto;
    max-width: 100%;
  }

  .div-block-4 {
    top: 20px;
    max-width: 100%;
  }

  .heading_3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-5 {
    max-width: 100vw;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cards-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading_quote {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .container-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div_footer {
    max-width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div_footer-copy.dog {
    max-width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cards-branches {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container_pages {
    background-position: 70% 51%;
  }

  .container_conocenos {
    background-position: 70% 51%;
  }

  .container_02 {
    max-width: 100vw;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container_rehab {
    background-position: 50% 50%;
  }

  .rehab_cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container_servicios {
    background-position: 50% 50%;
  }

  .container-5-copy {
    max-width: 100vw;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-rehab {
    max-width: 100vw;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cards-rehab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container_rehab-copy {
    background-position: 50% 50%;
  }

  .container_services {
    background-position: 50% 50%;
  }

  .cards-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container_factura {
    background-position: 50% 0%;
    background-size: auto;
  }

  .cards-factura {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 0px;
  }

  .social_media {
    padding-left: 0px;
  }

  .image {
    max-width: 50vw;
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .brand {
    max-width: 50vw;
  }

  .menu-button {
    margin-top: 10px;
  }

  .container_hero {
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading_1 {
    margin-top: 61px;
    font-size: 37px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .div_hero {
    top: 10%;
    margin: 89px 19px 19px;
  }

  .button {
    width: 200px;
  }

  .img {
    padding: 20px;
  }

  .heading_page {
    margin: 46px 10px 10px;
    font-size: 31px;
    line-height: 38px;
    text-align: center;
  }

  .column-2 {
    padding: 0px;
  }

  .image-3 {
    top: -13px;
    width: auto;
    max-width: 100%;
  }

  .div-block-4 {
    top: 9px;
  }

  .heading_3 {
    margin: 10px;
    font-size: 18px;
  }

  .cards {
    max-width: 50%;
    margin-bottom: 49px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-5 {
    padding: 10px;
  }

  .container-6 {
    padding-top: 47px;
  }

  .cards-quote {
    max-width: 90%;
    margin-bottom: 49px;
    padding: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading_quote {
    margin: 10px;
    font-size: 25px;
  }

  .paragraph-quote {
    font-size: 12px;
  }

  .slider {
    max-width: none;
  }

  .div_footer-copy.dog {
    max-width: none;
  }

  .slide-2 {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }

  .cards-branches {
    max-width: 100%;
    margin-bottom: 49px;
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-7 {
    top: 20px;
    max-width: 100vw;
  }

  .container_pages {
    height: 50vh;
    max-height: 20vh;
    padding: 23px;
    background-position: 100% 50%;
    background-size: cover;
  }

  .heading_1-copy {
    font-size: 58px;
    line-height: 36px;
  }

  .section-4 {
    max-height: 30vh;
  }

  .heading_hero {
    position: relative;
    margin: 27px 10px 10px;
    font-size: 66px;
    line-height: 50px;
    text-align: center;
  }

  .div-block-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text {
    line-height: 27px;
  }

  .container_conocenos {
    height: 50vh;
    max-height: 20vh;
    padding: 23px;
    background-position: 50% 10%;
    background-size: contain;
  }

  .column-3 {
    padding: 0px;
  }

  .container_02 {
    padding: 21px;
  }

  .container_rehab {
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .paragraph-servicios {
    font-size: 12px;
  }

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

  .container_servicios {
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .container-5-copy {
    padding: 10px;
  }

  .container-rehab {
    padding: 20px;
  }

  .cards-rehab {
    max-width: 100%;
    margin-bottom: 49px;
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container_rehab-copy {
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .container_services {
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .cards-services {
    max-width: 100%;
    margin-bottom: 49px;
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container_factura {
    height: 50vh;
    max-height: 20vh;
    padding: 23px;
    background-position: 50% 0%;
    background-size: 100vh;
    background-attachment: scroll;
  }

  .cards-factura {
    max-width: 100%;
    margin-bottom: 49px;
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

