@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
@font-face {
  font-family: 'dk_lemon_yellow_sunregular';
  src: url("../../assets/fonts/dk_lemon_yellow_sun-webfont.eot");
  src: url("../../assets/fonts/dk_lemon_yellow_sun-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/dk_lemon_yellow_sun-webfont.woff2") format("woff2"), url("../../assets/fonts/dk_lemon_yellow_sun-webfont.woff") format("woff"), url("../../assets/fonts/dk_lemon_yellow_sun-webfont.ttf") format("truetype"), url("../../assets/fonts/dk_lemon_yellow_sun-webfont.svg#dk_lemon_yellow_sunregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Roboto';
  font-size: 16px;
  margin: auto;
  position: relative;
}
body .button-whatsapp {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  background-color: #465a65;
  border-radius: 5px 0 0 5px;
  padding: 10px;
  box-shadow: 0 0 5px #465a65;
}
body .button-whatsapp a img {
  width: 35px;
}
@media (min-width: 900px) {
  body .button-whatsapp {
    display: none;
  }
}
body header {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 1366px;
  padding: 0;
}
body header .mlf-logo {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
body header .mlf-logo img {
  margin: auto;
  padding: 0;
  width: 100%;
}
body header .mlf-contact {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  justify-content: center;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
}
body header .mlf-contact-div {
  text-align: center;
  width: 80%;
}
body header .mlf-contact-div-text {
  color: #616160;
  line-height: 1;
  text-align: center;
}
body header .mlf-contact-div-text span {
  color: #ff5000;
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  line-height: 1;
  font-family: Roboto;
}
body header .mlf-contact-div-buttons {
  display: flex;
  justify-content: center;
}
body header .mlf-contact-div-buttons span {
  padding: 5px 20px;
  display: inline-block;
  background-color: #ff5000;
  font-weight: bold;
  color: #fff;
  border-radius: 0 0 5px 5px;
}
body header .mlf-contact-div-buttons-button {
  margin: 0 0 0 20px;
  background-image: url("../../assets/img/la-fe-mascotas-boton-contacto.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  padding: 5px 0 0 0;
}
body header .mlf-contact-div-buttons-button a {
  color: #616160;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1em;
  text-decoration: none;
  width: 70%;
}
body header .mlf-contact-div-buttons-button a:before {
  content: "    contacto";
}
body header .mlf-contact-div-buttons-button:hover {
  background-image: url("../../assets/img/la-fe-mascotas-boton-contacto-hover.svg");
}
body header .mlf-contact-div-buttons-button:hover a {
  color: #fff;
}
body header .mlf-contact-div-number-text {
  color: #ff5000;
  font-weight: bold;
  font-family: Roboto;
}
body header .mlf-contact-div-number-text span {
  color: #616160;
  font-size: 0.5em;
  margin-top: -10px;
  font-weight: normal;
}
body header .mlf-contact-div-afiliate {
  background-color: rgba(255,80,0,0.7);
  color: #fff;
  padding: 3px 10px;
  font-size: 0.8em;
  border-radius: 5px;
  font-family: Roboto;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  will-change: transform;
}
body header .mlf-contact-div-afiliate:hover {
  background-color: #ff5000;
}
body header .mlf-contact-div-afiliate:active {
  transform: scale(0.7);
}
body header .mlf-burguer-menu {
  align-items: center;
  background-color: #ff5000;
  display: flex;
  justify-content: center;
  margin: 10px auto 0 auto;
  padding: 10px 0;
  width: 100%;
}
body header .mlf-burguer-menu img {
  width: 35px;
}
@media (min-width: 900px) {
  body header .mlf-burguer-menu {
    display: none;
  }
}
body header .mlf-menu {
  background-color: #fff;
  display: block;
  margin: auto;
  padding: 0;
  width: 95%;
}
body header .mlf-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
body header .mlf-menu ul li {
  border-bottom: 1px dashed rgba(97,97,96,0.5);
  color: #ff5000;
  font-family: "dk_lemon_yellow_sunregular";
  padding: 5px 0;
  text-align: center;
}
body header .mlf-menu ul li a {
  color: #ff5000;
  font-size: 1.4em;
  text-decoration: none;
  margin: -5px 0 0 0;
}
body header .mlf-menu ul li a:hover {
  font-size: 1.7em;
  font-weight: bold;
}
body header .mlf-menu ul li a img {
  width: 30px;
}
body header .mlf-menu ul li:last-child {
  border: none;
}
@media (min-width: 900px) {
  body header .mlf-menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  body header .mlf-menu ul {
    bottom: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    left: 5%;
    margin: 20px auto;
    padding: 0;
    position: absolute;
    width: 90%;
  }
  body header .mlf-menu ul .home {
    background-image: url("../../assets/img/icono home mascotas la fe.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 7%;
  }
  body header .mlf-menu ul .home a {
    width: 100%;
    color: transparent;
  }
  body header .mlf-menu ul .home:hover {
    background-image: url("../../assets/img/icono home mascotas la fe - hover.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body header .mlf-menu ul .point {
    background-image: url("../../assets/img/la-fe-mascotas-menu-1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 180px;
  }
  body header .mlf-menu ul .point a {
    color: #616160;
    display: inline-block;
    font-size: 1.3em;
    margin: 2px 0 0 0;
    text-align: center;
    width: 100%;
  }
  body header .mlf-menu ul .point a:hover {
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
  }
  body header .mlf-menu ul .point:hover {
    background-image: url("../../assets/img/la-fe-mascotas-menu-1-hover.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body header .mlf-menu ul .point:hover a {
    color: #fff;
  }
  body header .mlf-menu ul .stripes {
    background-image: url("../../assets/img/la-fe-mascotas-menu-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    display: inline-block;
    width: 180px;
    margin: 0 auto;
    padding: 0;
  }
  body header .mlf-menu ul .stripes a {
    color: #616160;
    display: inline-block;
    font-size: 1.3em;
    margin: 2px 0 0 0;
    text-align: center;
    text-align: center;
    width: 100%;
  }
  body header .mlf-menu ul .stripes a:hover {
    color: #fff;
    font-size: 1.4em;
    font-weight: normal;
  }
  body header .mlf-menu ul .stripes:hover {
    background-image: url("../../assets/img/la-fe-mascotas-menu-2-hover.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body header .mlf-menu ul .stripes:hover a {
    color: #fff;
  }
}
@media (min-width: 900px) {
  body header {
    height: 185px;
    padding: 0;
    position: relative;
  }
  body header .mlf-logo {
    left: 2.5%;
    margin: 0;
    max-width: 250px;
    position: absolute;
    top: 20px;
  }
  body header .mlf-logo img {
    margin: 0 auto;
    max-width: 300px;
  }
  body header .mlf-contact {
    float: right;
    justify-content: flex-end;
    margin: 0 0 0 40%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    font-size: 1.4em;
  }
  body header .mlf-contact-div {
    display: inline-block;
    width: auto;
    padding: 0 10px;
  }
  body header .mlf-contact-div:first-child {
    padding-top: 10px;
  }
  body header .mlf-contact-div-text {
    text-align: right;
  }
  body header .mlf-contact-div-afiliate {
    background-color: rgba(255,80,0,0.7);
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 1.1em;
  }
  body header .mlf-contact-div-afiliate:hover {
    background-color: #ff5000;
  }
  body header .mlf-contact-div-afiliate:active {
    transform: scale(0.9);
  }
  body header .mlf-contact-div-buttons {
    justify-content: flex-start;
  }
  body header .mlf-contact-div:first-child {
    border-right: 1px solid rgba(97,97,96,0.3);
  }
  body header .mlf-contact-div:last-child p {
    text-align: left;
  }
}
body footer {
  background-color: #ff5000;
  border-top: 4px solid #021d49;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
body footer h4 {
  color: #fff;
  font-family: Roboto;
  font-size: 2.2em;
  font-weight: normal;
  margin: 20px 0 0 0;
  text-align: center;
  width: 100%;
}
body footer h4:after {
  content: "Aliados:";
}
body footer p {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  margin: 10px auto 0 auto;
  padding: 0;
  text-align: center;
  width: 95%;
}
body footer p a {
  text-decoration: none;
  color: #021d49;
}
body footer p a img {
  max-width: 30px;
  margin: 5px 10px;
  cursor: pointer;
}
body footer .footer-aliados {
  border-bottom: 2px solid #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 95%;
}
body footer .footer-aliados-img {
  display: flex;
  flex-direction: column;
  height: 120px;
  margin: 0 auto;
  width: 45%;
  align-items: center;
  justify-content: center;
}
body footer .footer-aliados-img a {
  text-decoration: none;
  width: 100%;
}
body footer .footer-aliados-img a img {
  z-index: 999;
  width: 80%;
  margin: 0 10%;
}
@media (min-width: 900px) {
  body footer {
    align-items: space-between;
    display: flex;
    margin: auto;
    padding: 0;
  }
  body footer h4 {
    height: 50px;
    margin: auto;
    text-align: center;
    width: 15%;
  }
  body footer .footer-aliados {
    align-items: center;
    border: none;
    display: flex;
    padding: 0;
    width: 55%;
  }
  body footer .footer-aliados-img {
    margin: auto;
    padding: 10px;
    width: 25%;
  }
  body footer .footer-aliados-img a {
    margin: auto;
  }
  body footer .footer-aliados-img a img {
    margin: auto;
    width: 100%;
  }
  body footer p {
    margin: auto;
    width: 30%;
  }
}
body .slider-header {
  margin: auto;
  max-width: 1366px;
}
body .slider-header .swiper-container {
  width: 100%;
}
body .slider-header .swiper-container .swiper-wrapper {
  width: 100%;
}
body .slider-header .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
}
body .slider-header .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 351px;
}
body .container {
  margin: auto;
  max-width: 1366px;
}
body .container .mascotas-home-services {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-home-nubes.jpg");
  background-position: top;
  background-repeat: repeat-y;
  background-size: contain;
  padding: 0;
}
body .container .mascotas-home-services-lafe-title-background {
  background-image: url("../../assets/img/titulo_servicios.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 66px;
  margin: 0 auto;
  position: relative;
  width: 350px;
  border: 1px solid transparent;
}
body .container .mascotas-home-services-lafe-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 100%;
}
body .container .mascotas-home-services-lafe-title-background h2 a {
  color: #ff5000;
  text-decoration: none;
}
body .container .mascotas-home-services-lafe-title-background-service {
  background-image: url("../../assets/img/titulo_servicios_funerario.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 66px;
  margin: auto;
  position: relative;
  width: 280px;
}
body .container .mascotas-home-services-lafe-title-background-service h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.7em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 100%;
}
@media (max-width: 400px) {
  body .container .mascotas-home-services-lafe-title-background-service {
    margin: auto;
    width: 90% !important;
  }
  body .container .mascotas-home-services-lafe-title-background-service h2 {
    font-size: 1.8em;
    top: -15px;
  }
}
@media (max-width: 400px) {
  body .container .mascotas-home-services-lafe-title-background-service {
    width: 90% !important;
    margin: auto;
  }
  body .container .mascotas-home-services-lafe-title-background-service h2 {
    font-size: 1.8em;
    top: -15px;
  }
}
body .container .mascotas-home-services-lafe-img {
  margin: 15px auto 20px auto;
  max-width: 250px;
  width: 50%;
}
body .container .mascotas-home-services-lafe-img img {
  width: 100%;
}
body .container .mascotas-home-services-lafe-viewmore {
  background-image: url("../../assets/img/boton ver mas obituarios.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  margin: 0 auto 20px auto;
  position: relative;
  width: 232px;
}
body .container .mascotas-home-services-lafe-viewmore a {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 5px;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.7em;
  font-weight: bold;
  color: #616160;
  text-decoration: none;
}
body .container .mascotas-home-services-lafe-viewmore a:hover {
  color: #ff5000;
}
@media (min-width: 900px) {
  body .container .mascotas-home-services {
    display: flex;
    background-color: #fff;
    background-image: none;
  }
  body .container .mascotas-home-services-lafe {
    background-color: #fff;
    background-image: none;
    display: inline-block;
    margin: 15px auto 0 auto;
    width: 25%;
    overflow: hidden;
  }
  body .container .mascotas-home-services-lafe-title-background {
    margin: 0 auto;
    width: 80% !important;
  }
  body .container .mascotas-home-services-lafe-title-background h2 {
    font-size: 1.3em !important;
    top: -12px !important;
  }
  body .container .mascotas-home-services-lafe-title-background-service {
    width: 220px;
  }
  body .container .mascotas-home-services-lafe-title-background-service h2 {
    font-size: 1.3em !important;
    top: -10px;
  }
  body .container .mascotas-home-services-lafe-img {
    margin: -15px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  body .container .mascotas-home-services-lafe-title-background {
    margin: 0 auto;
    width: 350px;
  }
  body .container .mascotas-home-services-lafe-title-background h2 {
    font-size: 1.8em;
    top: -10px;
  }
  body .container .mascotas-home-services-lafe-title-background-service {
    width: 300px;
  }
  body .container .mascotas-home-services-lafe-title-background-service h2 {
    font-size: 1.7em;
    top: -15px;
  }
}
body .container .mascotas-home-info {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100%;
  margin: -20px 0 0 0;
  padding: 20px 0 60px 0;
}
body .container .mascotas-home-info .iPanorama {
  width: 90%;
  margin: auto;
  height: 500px;
}
body .container .mascotas-home-info .iPanorama iframe {
  height: 500px;
  width: 100%;
}
body .container .mascotas-home-info .iPanorama #sala2 {
  display: none;
}
body .container .mascotas-home-info .buttonsSedes {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
body .container .mascotas-home-info .buttonsSedes button {
  margin: 5px 10px;
  background-color: rgba(255,80,0,0.7);
  font-family: "dk_lemon_yellow_sunregular";
  border: none;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 3px;
  cursor: pointer;
  outline: none;
  will-change: transform;
}
body .container .mascotas-home-info .buttonsSedes button:hover {
  background-color: #ff5000;
}
body .container .mascotas-home-info .buttonsSedes button:active {
  transform: scale(0.9);
}
body .container .mascotas-home-info .infoSede {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
body .container .mascotas-home-info .infoSede .item {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 180px;
}
body .container .mascotas-home-info .infoSede .item img {
  width: 40px;
}
body .container .mascotas-home-info .infoSede .item span {
  color: #ff5000;
  font-weight: bold;
  margin-top: 20px;
}
body .container .mascotas-home-info .infoSede .item p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  padding: 5px 0;
}
body .container .mascotas-home-info p {
  margin: 15px;
}
body .container .mascotas-home-info-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo informacion importante.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 0 auto 25px auto;
  position: relative;
  width: 405px;
}
body .container .mascotas-home-info-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 100%;
}
@media (max-width: 400px) {
  body .container .mascotas-home-info-title-background {
    width: 90% !important;
    margin: auto;
  }
  body .container .mascotas-home-info-title-background h2 {
    font-size: 1.7em;
    top: -20px;
  }
}
body .container .mascotas-home-info ol {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 85%;
}
body .container .mascotas-home-info ol li {
  border-bottom: 0.5px dashed #616160;
  border-top: 0.5px dashed #616160;
  color: #616160;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  margin: -1px 0 0 0;
  padding: 1em 0;
  width: 100%;
}
body .container .mascotas-home-info ol li:before {
  background: url("../../assets/img/la-fe-mascotas-huella.png") no-repeat;
  content: " ";
  display: inline-block;
  height: 12px;
  margin: 0 10px 0 0;
  width: 12px;
}
body .container .mascotas-home-info ol li:hover {
  cursor: pointer;
}
body .container .mascotas-home-info ol .active {
  color: #ff5000;
}
body .container .mascotas-home-info ol .mascotas-info-hidden {
  display: none;
}
body .container .mascotas-home-info ol .mascotas-info-container h3 {
  color: #ff5000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  margin: 15px 0 10px 0;
  text-align: center;
  width: 100%;
}
body .container .mascotas-home-info ol .mascotas-info-container h4 {
  color: #ff5000;
  font-weight: normal;
  margin: 0;
  text-align: center;
  width: 100%;
}
body .container .mascotas-home-info ol .mascotas-info-container p {
  color: rgba(97,97,96,0.7);
  margin: 0 auto 10px auto;
  padding: 10px;
  text-align: center;
  width: 95%;
}
body .container .mascotas-home-info-viewmore {
  background-image: url("../../assets/img/boton ver mas obituarios.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  margin: 0 auto;
  position: relative;
  width: 232px;
}
body .container .mascotas-home-info-viewmore button {
  color: #616160;
  background: none;
  border: none;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.7em;
  font-weight: bold;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 5px;
  width: 100%;
}
body .container .mascotas-home-info-viewmore button:hover {
  color: #ff5000;
}
@media (min-width: 900px) {
  body .container .mascotas-home-info {
    position: relative;
  }
  body .container .mascotas-home-info ol {
    width: 850px;
    position: relative;
    margin: 20px auto 0 auto;
  }
  body .container .mascotas-home-info ol li {
    width: 250px;
  }
  body .container .mascotas-home-info ol .mascotas-info-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
  }
  body .container .mascotas-home-info ol .mascotas-info-container h3,
  body .container .mascotas-home-info ol .mascotas-info-container h4 {
    text-align: left;
    margin-left: 15px;
  }
  body .container .mascotas-home-info ol .mascotas-info-container p {
    text-align: left;
  }
  body .container .mascotas-home-info-viewmore {
    height: 45px;
    margin: 0 0 0 20px;
    position: relative;
    width: 232px;
  }
}
body .container .mascotas-360 {
  background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
}
body .container .mascotas-360-titleContainer {
  margin: 20px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body .container .mascotas-360-titleContainer-figure {
  width: 150px;
}
body .container .mascotas-360-titleContainer-figure img {
  width: 100%;
}
body .container .mascotas-360-titleContainer-title {
  font-family: "dk_lemon_yellow_sunregular";
  color: #ff5000;
  margin: 0 15px;
}
body .container .mascotas-360 p {
  margin: 15px 0;
  color: #616160;
}
body .container .mascotas-360-recintosContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
}
body .container .mascotas-360-recintosContainer-item {
  margin: 10px;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .container .mascotas-360-recintosContainer-item a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
body .container .mascotas-360-recintosContainer-item a:hover {
  font-weight: bold;
}
body .container .mascotas-360-recintosContainer-item a:active {
  transform: scale(0.9);
}
body .container .mascotas-360-recintosContainer-item-linkTitle {
  position: absolite;
  z-index: 2;
  padding: 10px;
  color: rgba(0,0,0,0.8);
  background-color: #ccc;
  border-radius: 25px;
  font-weight: bold;
  margin-top: -15px;
  width: 80% !important;
  text-align: center;
}
body .container .mascotas-360-recintosContainer-item-linkTitle:hover {
  color: #000;
}
body .container .mascotas-360-recintosContainer-item-linkImage {
  border: 1px solid transparent;
}
body .container .mascotas-360-recintosContainer-item figure {
  border-radius: 50%;
  border: 1px dashed #616160;
  overflow: hidden;
}
body .container .mascotas-360-recintosContainer-item figure img {
  width: 100%;
  opacity: 0.9;
  transition: 0.3s;
}
body .container .mascotas-360-recintosContainer-item figure img:hover {
  opacity: 1;
}
body .container .mascotas-payment {
  justify-content: center;
  margin: 40px auto 0 auto;
}
body .container .mascotas-payment h4 {
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.7em;
  font-weight: normal;
  margin: 20px 0 10px 0;
  text-align: center;
  width: 100%;
}
body .container .mascotas-payment-methods {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
body .container .mascotas-payment-methods-card {
  margin: 0 auto 50px auto;
  max-width: 450px;
  width: 100%;
}
body .container .mascotas-payment-methods-card img {
  width: 100%;
}
body .container .mascotas-payment-methods-cash {
  margin: 0 auto 50px auto;
  max-width: 250px;
  width: 50%;
}
body .container .mascotas-payment-methods-cash img {
  width: 100%;
}
body .container .mascotas-payment-methods-payu {
  margin: 0 auto 25px auto;
  max-width: 200px;
  width: 25%;
}
body .container .mascotas-payment-methods-payu img {
  width: 100%;
}
@media (min-width: 900px) {
  body .container .mascotas-payment {
    display: flex;
    justify-content: center;
  }
  body .container .mascotas-payment-methods {
    align-self: flex-start;
    margin: 0;
    width: 30%;
  }
}
body .container .mascotas-obituarios {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100%;
  margin: 0;
  min-height: 600px;
}
body .container .mascotas-obituarios-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo obituario.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 40px auto 0 auto;
  position: relative;
  width: 250px;
}
body .container .mascotas-obituarios-title-background h1 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 100%;
}
body .container .mascotas-obituarios-searchForm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px auto;
  padding: 0;
  width: 90%;
  z-index: 1;
  position: relative;
  outline: 0;
}
body .container .mascotas-obituarios-searchForm-glass {
  position: absolute;
  right: 20px;
  width: 30px;
}
body .container .mascotas-obituarios-searchForm-glass img {
  width: 100%;
}
body .container .mascotas-obituarios-searchForm input {
  outline: 0;
  margin: 0;
  border: 0;
  border: 1px dashed #ff5000;
  border-radius: 25px;
  padding: 10px;
  width: 100%;
}
body .container .mascotas-obituarios p {
  color: #616160;
  margin: 0 auto 15px auto;
  text-align: center;
  width: 340px;
  z-index: 2;
  position: relative;
}
body .container .mascotas-obituarios-container {
  margin: 0;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
body .container .mascotas-obituarios-container-img {
  width: 350px;
  margin: 30px 10px !important;
  position: relative;
  overflow: hidden;
}
body .container .mascotas-obituarios-container-img img {
  width: 100%;
}
body .container .mascotas-obituarios-container-img-dashed {
  width: 80%;
  margin: auto;
}
body .container .mascotas-obituarios-container-img-userpic {
  top: 6px;
  left: 42px;
  position: absolute;
  margin: auto;
}
body .container .mascotas-obituarios-container-img-userpic img {
  width: 253px;
  height: 253px;
  border-radius: 50%;
  object-fit: fill;
}
body .container .mascotas-obituarios-container-img-titledog {
  background-image: url("../../assets/img/la-fe-mascotas-fondo nombre mascota.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 90px;
  margin: -60px auto 10px auto;
  width: 350px;
  position: relative;
}
body .container .mascotas-obituarios-container-img-titledog h3 {
  color: #000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.7em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -13px;
  width: 100%;
}
body .container .mascotas-obituarios-dog {
  display: none;
}
body .container .mascotas-obituarios-single {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100%;
  margin: 0;
}
body .container .mascotas-obituarios-single-products {
  border: 2px dashed #ff5000;
  border-radius: 15px;
  margin-top: 20px;
  width: 100%;
}
body .container .mascotas-obituarios-single-products-title {
  margin: 0;
  padding: 0;
  font-family: "dk_lemon_yellow_sunregular";
  color: #ff5000;
  text-align: center;
  font-size: 45px;
  margin: 10px 0;
}
body .container .mascotas-obituarios-single-products-title-linkContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
body .container .mascotas-obituarios-single-products-title-linkContainer a {
  background-color: #021d49;
  font-family: "dk_lemon_yellow_sunregular";
  padding: 3px 10px;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  display: none;
}
body .container .mascotas-obituarios-single-products-productsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body .container .mascotas-obituarios-single-products-productsContainer p {
  font-family: Arial;
  color: #ff5000;
  font-style: italic;
  font-size: 1.5em;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
body .container .mascotas-obituarios-single-products-productsContainer-linkContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .container .mascotas-obituarios-single-products-productsContainer-linkContainer a {
  background-color: #021d49;
  font-family: "dk_lemon_yellow_sunregular";
  padding: 3px 10px;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}
body .container .mascotas-obituarios-single-container {
  margin: 0 0 50px 0;
  height: 350px;
}
body .container .mascotas-obituarios-single-container-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo obituario.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 15px auto 10px auto;
  position: relative;
  width: 250px;
}
body .container .mascotas-obituarios-single-container-title-background h1 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 100%;
}
body .container .mascotas-obituarios-single-container-img {
  width: 300px;
  margin: 0 auto 30px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .container .mascotas-obituarios-single-container-img button {
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
body .container .mascotas-obituarios-single-container-img-share {
  position: absolute;
  bottom: -150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  flex-direction: column;
  background-color: transparent;
}
body .container .mascotas-obituarios-single-container-img-share form button {
  background-color: transparent;
}
body .container .mascotas-obituarios-single-container-img-share img {
  width: 120px;
  margin: 10px 0;
  will-change: transform;
  background-color: transparent;
}
body .container .mascotas-obituarios-single-container-img-share img:active {
  transform: scale(0.9);
}
body .container .mascotas-obituarios-single-container-img-dashed {
  width: 80%;
  margin: auto;
}
body .container .mascotas-obituarios-single-container-img-userpic {
  top: 5px;
  left: 37px;
  position: absolute;
  margin: auto;
}
body .container .mascotas-obituarios-single-container-img-userpic img {
  width: 216px;
  height: 216px;
  border-radius: 50%;
  object-fit: fill;
}
body .container .mascotas-obituarios-single-container-img-titledog {
  background-image: url("../../assets/img/la-fe-mascotas-fondo nombre mascota.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 90px;
  margin: -50px 0;
  position: relative;
}
body .container .mascotas-obituarios-single-container-img-titledog h3 {
  color: #000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -11px;
  width: 100%;
}
body .container .mascotas-obituarios-single-form {
  margin-top: 100px;
}
body .container .mascotas-obituarios-single-form #whatsappShare {
  display: block;
}
body .container .mascotas-obituarios-single-form-label {
  display: block;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.7em;
  margin: 10px auto;
  text-align: center;
}
body .container .mascotas-obituarios-single-form-fileContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .container .mascotas-obituarios-single-form-fileContainer-file {
  display: none;
}
body .container .mascotas-obituarios-single-form-fileContainer-file:hover {
  background-color: rgba(97,97,96,0.2);
  color: #616160;
}
body .container .mascotas-obituarios-single-form-fileContainer-realFile {
  margin: 2px 0 20px 0;
  padding: 5px 14px;
  border-radius: 3px;
  font-family: "dk_lemon_yellow_sunregular";
  background-color: rgba(255,80,0,0.8);
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  will-change: transform;
  transition: 0.3s;
}
body .container .mascotas-obituarios-single-form-fileContainer-realFile:hover {
  background-color: #ff5000;
  color: #fff;
}
body .container .mascotas-obituarios-single-form-fileContainer-realFile:active {
  transform: scale(0.9);
}
body .container .mascotas-obituarios-single-form-input,
body .container .mascotas-obituarios-single-form textarea {
  background-color: rgba(255,255,255,0.5);
  border-bottom: 1px solid #616160;
  border: none;
  color: #616160;
  display: block;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.6em;
  margin: 0 auto 20px auto;
  max-width: 400px;
  text-align: center;
  width: 90%;
}
body .container .mascotas-obituarios-single-form-input:focus,
body .container .mascotas-obituarios-single-form textarea:focus {
  outline: 0px;
}
body .container .mascotas-obituarios-single-form-input {
  border-bottom: 1px solid #616160;
}
body .container .mascotas-obituarios-single-form-textarea {
  border: 1px solid #616160 !important;
  background-color: #fff !important;
}
body .container .mascotas-obituarios-single-form-button {
  background-color: transparent;
  border: none;
  display: block;
  margin: 0 auto 50px auto;
}
body .container .mascotas-obituarios-single-form-button img {
  max-width: 200px;
}
body .container .mascotas-obituarios-single-dog {
  display: none;
}
body .container .mascotas-obituarios-single-dog img {
  display: none;
}
body .container .mascotas-obituarios-single-memories-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo obituario.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 40px auto 10px auto;
  position: relative;
  width: 250px;
}
body .container .mascotas-obituarios-single-memories-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.8em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 100%;
}
body .container .mascotas-obituarios-single-memories-message {
  border: 1px dashed #616160;
  border-radius: 5px;
  margin: 15px auto;
  padding: 10px;
  background-color: rgba(255,255,255,0.8);
  width: 90%;
}
body .container .mascotas-obituarios-single-memories-message-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
body .container .mascotas-obituarios-single-memories-message-container-thumbnail,
body .container .mascotas-obituarios-single-memories-message-container figure {
  width: 25%;
  margin-right: 8px;
  border-radius: 5px;
}
body .container .mascotas-obituarios-single-memories-message-container-thumbnail img,
body .container .mascotas-obituarios-single-memories-message-container figure img {
  width: 100%;
  border-radius: 5px;
  opacity: 0.9;
  transition: 0.3s;
}
body .container .mascotas-obituarios-single-memories-message-container-thumbnail img:hover,
body .container .mascotas-obituarios-single-memories-message-container figure img:hover {
  opacity: 1;
}
body .container .mascotas-obituarios-single-memories-message-container p {
  color: #616160;
  margin: -3px 0 0 0;
  width: 100%;
}
body .container .mascotas-obituarios-single-memories-message-container p span {
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.4em;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(97,97,96,0.7);
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message {
  width: 700px;
  position: relative;
  margin: 10% auto;
  padding: 0;
  background-color: #fff;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-header {
  border: 1px solid transparent;
  background-color: rgba(255,80,0,0.6);
  margin: 0;
  padding: 0;
  width: 100%;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-header h5 {
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  color: #fff;
  padding: 0 10px;
  letter-spacing: 1px;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-header-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  outline: 0;
  transition: 0.3s;
  will-change: transform;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-header-close:hover {
  cursor: pointer;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-header-close:active {
  transform: scale(0.8);
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-header-close img {
  width: 100%;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-imageContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-imageContainer figure {
  width: 50%;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-imageContainer figure img {
  width: 100%;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-imageContainer-text {
  width: 50%;
}
body .container .mascotas-obituarios-single-memories-message-container .modalContainer-message-imageContainer-family {
  font-weight: bold;
  font-size: 1.4em;
  font-family: "dk_lemon_yellow_sunregular";
  letter-spacing: 1px;
}
body .container .mascotas-obituarios-single-memories-message h4 {
  color: #616160;
  margin: 5px 0 0 0;
  width: 100%;
}
@media (min-width: 900px) {
  body .container .mascotas-obituarios {
    background-color: #fff;
    background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
    background-position: top;
    padding: 0;
    position: relative;
    min-height: 800px;
  }
  body .container .mascotas-obituarios-title-background {
    margin: 20px 0 0 80px;
  }
  body .container .mascotas-obituarios-searchForm {
    width: 40%;
    margin: 0 auto 50px auto;
  }
  body .container .mascotas-obituarios p {
    margin: 10px 0 30px 100px;
    text-align: left;
    width: 80%;
  }
  body .container .mascotas-obituarios-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 80px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  body .container .mascotas-obituarios-container-img {
    margin: 0 auto 30px auto;
    position: relative;
    width: 250px;
  }
  body .container .mascotas-obituarios-container-img-dashed {
    margin: auto;
    width: 80%;
  }
  body .container .mascotas-obituarios-container-img-userpic {
    left: 31px;
    margin: auto;
    position: absolute;
    top: 4px;
  }
  body .container .mascotas-obituarios-container-img-userpic img {
    border-radius: 50%;
    height: 180px;
    object-fit: fill;
    width: 180px;
  }
  body .container .mascotas-obituarios-container-img-titledog {
    background-image: url("../../assets/img/la-fe-mascotas-fondo nombre mascota.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 90px;
    margin: -48px auto 10px auto;
    position: relative;
    width: 250px;
  }
  body .container .mascotas-obituarios-container-img-titledog h3 {
    color: #000;
    font-family: "dk_lemon_yellow_sunregular";
    font-size: 1.3em;
    font-weight: normal;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    width: 100%;
  }
  body .container .mascotas-obituarios-dog {
    bottom: 0px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 0;
  }
  body .container .mascotas-obituarios-dog img {
    margin: 0;
    padding: 0;
  }
  body .container .mascotas-obituarios-single {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 700px;
  }
  body .container .mascotas-obituarios-single-products {
    flex-wrap: no-wrap;
    display: flex;
    padding: 25px 0 0 0;
    margin-bottom: 25px;
  }
  body .container .mascotas-obituarios-single-products-title {
    width: 30%;
    font-size: 5em;
  }
  body .container .mascotas-obituarios-single-products-title-linkContainer {
    display: flex !important;
  }
  body .container .mascotas-obituarios-single-products-title-linkContainer a {
    display: block;
    font-size: 45px;
  }
  body .container .mascotas-obituarios-single-products-productsContainer {
    width: 70%;
    display: flex;
    flex-wrap: no-wrap;
  }
  body .container .mascotas-obituarios-single-products-productsContainer-linkContainer {
    display: none;
  }
  body .container .mascotas-obituarios-single-title {
    height: 100px;
    margin-bottom: 20px;
    width: 100%;
  }
  body .container .mascotas-obituarios-single-title-background {
    margin: 50px 0 0 10%;
  }
  body .container .mascotas-obituarios-single-container {
    width: 35%;
    z-index: 3;
  }
  body .container .mascotas-obituarios-single-form {
    width: 40%;
    z-index: 2;
  }
  body .container .mascotas-obituarios-single-form #whatsappShare {
    display: none;
  }
  body .container .mascotas-obituarios-single-dog {
    bottom: 0px;
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
  }
  body .container .mascotas-obituarios-single-dog img {
    display: block;
    width: 100%;
  }
  body .container .mascotas-obituarios-single-memories {
    width: 55%;
    z-index: 3;
  }
}
body .container .mascotas-add {
  border: 1px solid transparent;
  position: relative;
}
body .container .mascotas-add-description {
  margin: 0;
  padding: 0;
}
body .container .mascotas-add-description-letters {
  position: relative;
  z-index: 1;
}
body .container .mascotas-add-description-letters h1 {
  color: #ff5000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2.1em;
  font-weight: normal;
  margin: 60px auto 0 auto;
  text-align: center;
  width: 100%;
}
body .container .mascotas-add-description-letters p {
  color: #616160;
  margin: 15px auto;
  text-align: center;
  width: 70%;
}
body .container .mascotas-add-description-start {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 0;
}
body .container .mascotas-add-description-start img {
  width: 100%;
}
body .container .mascotas-add-description-cat {
  width: 49%;
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 0;
}
body .container .mascotas-add-description-cat img {
  width: 100%;
}
body .container .mascotas-add-description-dog {
  width: 49%;
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 0;
}
body .container .mascotas-add-description-dog img {
  width: 100%;
}
body .container .mascotas-add-plans {
  margin: 0;
  height: auto;
}
body .container .mascotas-add-plans-details {
  border: 1px dashed #616160;
  width: 80%;
  margin: 0 auto 100px auto;
  max-width: 450px;
}
body .container .mascotas-add-plans-details-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo cremacion.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 30px auto 10px auto;
  position: relative;
  width: 295px;
}
body .container .mascotas-add-plans-details-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 100%;
}
body .container .mascotas-add-plans-details-title-background h2 a {
  text-decoration: none;
  color: #fff;
}
body .container .mascotas-add-plans-details p {
  color: #616160;
  margin: auto;
  text-align: center;
  width: 90%;
}
body .container .mascotas-add-plans-details h3 {
  color: #ff5000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  text-align: center;
  width: 100%;
}
body .container .mascotas-add-plans-details h3 span {
  color: #616160;
}
body .container .mascotas-add-plans-viewmore {
  background-image: url("../../assets/img/la-fe-mascotas-fondo recordatorios.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  margin: 20px auto 40px auto;
  position: relative;
  width: 190px;
}
body .container .mascotas-add-plans-viewmore a {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 5px;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  font-weight: bold;
  color: #616160;
  text-decoration: none;
}
body .container .mascotas-add-plans-viewmore a:hover {
  color: #ff5000;
}
body .container .mascotas-add-memory {
  margin: 30px auto 0 auto;
}
body .container .mascotas-add-memory-header {
  display: flex;
  margin: auto;
  max-width: 400px;
}
body .container .mascotas-add-memory-header-start-left {
  display: inline-block;
  margin: 0;
  padding: 0;
}
body .container .mascotas-add-memory-header-start-right {
  display: inline-block;
  margin: 0;
  padding: 0;
}
body .container .mascotas-add-memory-header-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo recordatorio.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: auto;
  width: 220px;
  position: relative;
}
body .container .mascotas-add-memory-header-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  font-weight: normal;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -12px;
}
body .container .mascotas-add-memory-products {
  display: none;
}
body .container .mascotas-add-memory #slider-products {
  margin: 10px auto 40px auto;
  max-width: 500px;
  min-width: 350px;
  padding: 0;
  position: relative;
  width: 90%;
}
body .container .mascotas-add-memory #slider-products ul,
body .container .mascotas-add-memory #slider-products li {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
body .container .mascotas-add-memory #slider-products .slider li {
  margin: 0 auto;
  width: 80%;
  min-width: 300px;
}
body .container .mascotas-add-memory #slider-products .slider li .mascotas-add-memory-container-products-item {
  height: 400px;
  margin: auto;
  position: relative;
  min-width: 300px;
}
body .container .mascotas-add-memory #slider-products .slider li .mascotas-add-memory-container-products-item-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-cinta.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 110px;
  margin: 40px auto 10px auto;
  position: relative;
  top: 0;
  width: 250px;
  z-index: 2;
}
body .container .mascotas-add-memory #slider-products .slider li .mascotas-add-memory-container-products-item-title-background h2 {
  color: #000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 100%;
}
body .container .mascotas-add-memory #slider-products .slider li .mascotas-add-memory-container-products-item-container {
  background-image: url("../../assets/img/la-fe-mascotas-contenedor-recordatorios.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 500px;
  margin: 0 7.5%;
  position: absolute;
  top: 83px;
  width: 85%;
  z-index: 1;
}
body .container .mascotas-add-memory #slider-products .slider li .mascotas-add-memory-container-products-item-container-img {
  margin: 25% 15%;
  width: 70%;
}
body .container .mascotas-add-memory #slider-products .slider li .mascotas-add-memory-container-products-item-container-img img {
  width: 100%;
}
body .container .mascotas-add-memory #slider-products .pagination {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
body .container .mascotas-add-memory #slider-products .pagination li {
  bottom: 0;
  color: #aaa;
  font-size: 2.5em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 20px;
}
body .container .mascotas-add-memory #slider-products .left,
body .container .mascotas-add-memory #slider-products .right {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  height: 100%;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 3;
}
body .container .mascotas-add-memory #slider-products .left button {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-flecha.svg");
  background-repeat: no-repeat;
  border: none;
  height: 58px;
  width: 43px;
}
body .container .mascotas-add-memory #slider-products .right {
  right: 0;
}
body .container .mascotas-add-memory #slider-products .right button {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-flecha.svg");
  background-repeat: no-repeat;
  border: none;
  height: 58px;
  transform: rotate(180deg);
  width: 43px;
}
body .container .mascotas-add-memory-viewmore {
  background-image: url("../../assets/img/la-fe-mascotas-la-fe-mascotas-fondo-ver-todos.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  margin: 20px auto 50px auto;
  position: relative;
  width: 190px;
}
body .container .mascotas-add-memory-viewmore a {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 8px;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  font-weight: bold;
  color: #616160;
  text-decoration: none;
}
body .container .mascotas-add-memory-viewmore a:hover {
  color: #ff5000;
}
body .container .mascotas-add-cremation {
  padding-bottom: 20px;
}
body .container .mascotas-add-cremation-description-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo cremacion.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 30px auto 10px auto;
  position: relative;
  width: 305px;
  z-index: 1;
}
body .container .mascotas-add-cremation-description-title-background h1 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 100%;
}
body .container .mascotas-add-cremation-description p {
  color: #616160;
  margin: auto;
  max-width: 380px;
  position: relative;
  text-align: center;
  width: 80%;
  z-index: 1;
}
body .container .mascotas-add-cremation-images {
  margin: 30px 0;
  position: relative;
}
body .container .mascotas-add-cremation-images-stars {
  margin: 0 10%;
  position: absolute;
  top: 0;
  width: 80%;
  z-index: 0;
}
body .container .mascotas-add-cremation-images-stars img {
  width: 100%;
}
body .container .mascotas-add-cremation-images-animals {
  margin: auto;
  width: 80%;
}
body .container .mascotas-add-cremation-images-animals img {
  width: 100%;
}
body .container .mascotas-add-cremation-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
body .container .mascotas-add-cremation-details-item {
  margin: 0;
  width: 35%;
  padding: 20px;
}
body .container .mascotas-add-cremation-details-item-image {
  max-width: 80px;
  margin: auto;
}
body .container .mascotas-add-cremation-details-item p {
  color: #616160;
  margin: auto;
  max-width: 160px;
  text-align: center;
}
body .container .mascotas-add-cremation-price {
  padding: 20px 0;
}
body .container .mascotas-add-cremation-price-container-product {
  color: #ff5000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  margin: 0;
  text-align: center;
}
body .container .mascotas-add-cremation-price-container-price {
  color: #616160;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2.3em;
  margin: 10px 0;
  text-align: center;
}
body .container .mascotas-add-cremation-price-container-price span {
  font-weight: normal;
}
body .container .mascotas-add-cremation-suscribe {
  margin-bottom: 80px;
}
body .container .mascotas-add-cremation-suscribe-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo afiliate.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 30px auto 10px auto;
  position: relative;
  width: 225px;
}
body .container .mascotas-add-cremation-suscribe-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -12px;
  width: 100%;
}
body .container .mascotas-add-cremation-suscribe-form {
  border: 0.2px dashed #616160;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 500px;
  padding: 20px;
  width: 80%;
}
body .container .mascotas-add-cremation-suscribe-form-label {
  color: #000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  margin: 0 10px 15px 0;
  text-align: right;
  width: 13%;
}
body .container .mascotas-add-cremation-suscribe-form-label:after {
  content: ":";
}
body .container .mascotas-add-cremation-suscribe-form-input {
  border: none;
  appearance: none;
  border-bottom: 1px solid rgba(97,97,96,0.8);
  color: #616160;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  margin: 0 0 15px 0;
  width: 80%;
}
body .container .mascotas-add-cremation-suscribe-form-input::placeholder {
  color: rgba(97,97,96,0.4);
}
body .container .mascotas-add-cremation-suscribe-form-input:focus {
  outline: 0px;
}
body .container .mascotas-add-cremation-suscribe-form-input[type=number]::-webkit-inner-spin-button {
  appearance: none;
}
body .container .mascotas-add-cremation-suscribe-form-input[type=number] {
  -moz-appearance: textfield;
}
body .container .mascotas-add-cremation-suscribe-form-submit {
  display: flex;
  margin: auto;
  width: 90%;
}
body .container .mascotas-add-cremation-suscribe-form-submit span {
  color: #616160;
  padding: 0 10px;
  width: 50%;
}
body .container .mascotas-add-cremation-suscribe-form-submit button {
  background-color: #fff;
  border: none;
}
body .container .mascotas-add-cremation-suscribe-form-submit button img {
  max-width: 170px;
}
body .container .mascotas-add-cremation-slider {
  width: 80%;
  max-width: 500px;
  margin: auto;
}
body .container .mascotas-add-cremation-slider-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo recordatorio.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: auto;
  position: relative;
  width: 220px;
}
body .container .mascotas-add-cremation-slider-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -12px;
  width: 100%;
}
body .container .mascotas-add-cremation-slider #slider-products {
  margin: 10px auto 40px auto;
  max-width: 500px;
  min-width: 350px;
  padding: 0;
  position: relative;
  width: 90%;
}
body .container .mascotas-add-cremation-slider #slider-products ul,
body .container .mascotas-add-cremation-slider #slider-products li {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
body .container .mascotas-add-cremation-slider #slider-products li {
  margin: 0 auto;
  width: 60%;
}
body .container .mascotas-add-cremation-slider #slider-products li img {
  width: 100%;
}
body .container .mascotas-add-cremation-slider #slider-products .pagination {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
body .container .mascotas-add-cremation-slider #slider-products .pagination li {
  bottom: 0;
  color: #aaa;
  font-size: 2.5em;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 10%;
}
body .container .mascotas-add-cremation-slider #slider-products .left,
body .container .mascotas-add-cremation-slider #slider-products .right {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  height: 100%;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 3;
}
body .container .mascotas-add-cremation-slider #slider-products .left button {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-flecha.svg");
  background-repeat: no-repeat;
  border: none;
  height: 58px;
  width: 43px;
}
body .container .mascotas-add-cremation-slider #slider-products .right {
  right: 0;
}
body .container .mascotas-add-cremation-slider #slider-products .right button {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-flecha.svg");
  background-repeat: no-repeat;
  border: none;
  height: 58px;
  transform: rotate(180deg);
  width: 43px;
}
body .container .mascotas-add-cremation-slider-viewmore {
  background-image: url("../../assets/img/la-fe-mascotas-la-fe-mascotas-fondo-ver-todos.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  margin: 20px auto 50px auto;
  position: relative;
  width: 190px;
}
body .container .mascotas-add-cremation-slider-viewmore a {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 8px;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  font-weight: bold;
  color: #616160;
  text-decoration: none;
}
body .container .mascotas-add-cremation-slider-viewmore a:hover {
  color: #ff5000;
}
body .container .mascotas-add-alone,
body .container .mascotas-add-payment-methods {
  display: flex;
  flex-wrap: wrap;
}
body .container .mascotas-add-alone-credit,
body .container .mascotas-add-payment-methods-credit {
  width: 100%;
}
body .container .mascotas-add-alone-credit h3,
body .container .mascotas-add-payment-methods-credit h3 {
  font-weight: normal;
  color: #616160;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  margin: 25px auto 0 auto;
  text-align: center;
  width: 100%;
}
body .container .mascotas-add-alone-credit-img,
body .container .mascotas-add-payment-methods-credit-img {
  margin: 0 auto;
  max-width: 380px;
  padding: 0;
  width: 100%;
}
body .container .mascotas-add-alone-credit-img img,
body .container .mascotas-add-payment-methods-credit-img img {
  width: 100%;
}
body .container .mascotas-add-alone-cash,
body .container .mascotas-add-payment-methods-cash {
  width: 49%;
  margin: 0 auto;
  display: inline-block;
}
body .container .mascotas-add-alone-cash h3,
body .container .mascotas-add-payment-methods-cash h3 {
  font-weight: normal;
  color: #616160;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  margin: 10px auto 0 auto;
  text-align: center;
  width: 100%;
}
body .container .mascotas-add-alone-cash-img,
body .container .mascotas-add-payment-methods-cash-img {
  margin: 10px auto 0 auto;
  max-width: 248px;
  padding: 0;
  width: 100%;
}
body .container .mascotas-add-alone-cash-img img,
body .container .mascotas-add-payment-methods-cash-img img {
  width: 100%;
}
body .container .mascotas-add-alone-by,
body .container .mascotas-add-payment-methods-by {
  width: 49%;
  margin: 0 auto;
  display: inline-block;
}
body .container .mascotas-add-alone-by h3,
body .container .mascotas-add-payment-methods-by h3 {
  font-weight: normal;
  color: #616160;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  margin: 10px auto 0 auto;
  text-align: center;
  width: 100%;
}
body .container .mascotas-add-alone-by-img,
body .container .mascotas-add-payment-methods-by-img {
  margin: 10px auto 0 auto;
  max-width: 120px;
  padding: 0;
  width: 100%;
}
body .container .mascotas-add-alone-by-img img,
body .container .mascotas-add-payment-methods-by-img img {
  width: 100%;
}
@media (min-width: 900px) {
  body .container .mascotas-add-description {
    display: flex;
    height: 380px;
  }
  body .container .mascotas-add-description-letters {
    height: 250px;
    margin-top: 20px;
    order: 2;
    width: 60%;
  }
  body .container .mascotas-add-description-cat {
    min-width: 20%;
    order: 1;
  }
  body .container .mascotas-add-description-cat img {
    width: 100%;
  }
  body .container .mascotas-add-description-dog {
    min-width: 20%;
    order: 3;
  }
  body .container .mascotas-add-description-dog img {
    width: 100%;
  }
  body .container .mascotas-add-plans {
    display: flex;
    padding: 0;
  }
  body .container .mascotas-add-plans-details {
    margin-bottom: 10px;
    min-height: 400px;
    padding: 0;
    width: 50%;
  }
  body .container .mascotas-add-plans-details-title-background {
    margin-bottom: 30px;
  }
  body .container .mascotas-add-memory #slider-products {
    display: none;
  }
  body .container .mascotas-add-memory-products {
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    width: 80%;
  }
  body .container .mascotas-add-memory-products-item {
    height: 400px;
    margin: auto;
    position: relative;
    width: 300px;
  }
  body .container .mascotas-add-memory-products-item-title-background {
    background-image: url("../../assets/img/la-fe-mascotas-cinta.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 110px;
    margin: 40px auto 10px auto;
    position: relative;
    top: 0;
    width: 250px;
    z-index: 2;
  }
  body .container .mascotas-add-memory-products-item-title-background h2 {
    color: #000;
    font-family: "dk_lemon_yellow_sunregular";
    font-size: 1.6em;
    font-weight: normal;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 100%;
  }
  body .container .mascotas-add-memory-products-item-container {
    background-image: url("../../assets/img/la-fe-mascotas-contenedor-recordatorios.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
    margin: 0 7.5%;
    position: absolute;
    top: 83px;
    width: 85%;
    z-index: 1;
  }
  body .container .mascotas-add-memory-products-item-container-img {
    margin: 25% 15%;
    width: 70%;
  }
  body .container .mascotas-add-memory-products-item-container-img img {
    width: 100%;
  }
  body .container .mascotas-add-memory-viewmore {
    margin: 0 auto 50px auto;
  }
  body .container .mascotas-add-cremation {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  body .container .mascotas-add-cremation-description {
    display: block;
    margin: 50px 0 0 15%;
    width: 500px;
  }
  body .container .mascotas-add-cremation-images {
    position: static;
    width: 70%;
  }
  body .container .mascotas-add-cremation-images-stars {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  body .container .mascotas-add-cremation-images-animals {
    max-width: 380px;
    position: absolute;
    right: 0;
    top: 20%;
  }
  body .container .mascotas-add-cremation-details {
    display: flex;
    margin: 0;
    padding: 0;
    width: 70%;
  }
  body .container .mascotas-add-cremation-details-item {
    margin: 0;
    width: 20%;
  }
  body .container .mascotas-add-cremation-price {
    display: flex;
    justify-content: center;
    margin: 0 0 0 50px;
    width: 90%;
  }
  body .container .mascotas-add-cremation-price-container {
    text-align: center;
    width: 50%;
  }
  body .container .mascotas-add-cremation-price-container h3,
  body .container .mascotas-add-cremation-price-container h4 {
    color: #616160;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  body .container .mascotas-add-cremation-price-container h3 span,
  body .container .mascotas-add-cremation-price-container h4 span {
    color: #ff5000;
  }
  body .container .mascotas-add-cremation-suscribe {
    width: 50%;
  }
  body .container .mascotas-add-cremation-slider {
    width: 50%;
    margin: 0;
  }
  body .container .mascotas-add-cremation-slider-title-background {
    margin: 30px auto 0 auto;
  }
}
body .container .mascotas-contact {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100%;
}
body .container .mascotas-contact-img {
  display: none;
}
body .container .mascotas-contact-container {
  max-width: 500px;
  margin: auto;
}
body .container .mascotas-contact-container-title-background {
  background-image: url("../../assets/img/la-fe-mascotas- fondo contacto.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 40px auto 10px auto;
  position: relative;
  width: 250px;
}
body .container .mascotas-contact-container-title-background h1 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 100%;
}
body .container .mascotas-contact-container p {
  margin: 20px auto;
  color: #616160;
  width: 80%;
  text-align: center;
}
body .container .mascotas-contact-container-form {
  margin: 50px auto 0 auto;
  width: 80%;
}
body .container .mascotas-contact-container-form-label {
  display: inline-block;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.4em;
  text-align: right;
  width: 25%;
}
body .container .mascotas-contact-container-form-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(97,97,96,0.8);
  color: #616160;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  margin: 0 5px 0 0;
  width: 70%;
}
body .container .mascotas-contact-container-form-input:focus {
  outline: 0px;
}
body .container .mascotas-contact-container-form-input[type=number]::-webkit-inner-spin-button {
  appearance: none;
}
body .container .mascotas-contact-container-form-input[type=number] {
  -moz-appearance: textfield;
}
body .container .mascotas-contact-container-form-textarea {
  background-color: #fff;
  border: 1px solid rgba(97,97,96,0.8);
  color: #616160;
  display: block;
  float: right;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  margin: 15px 0 20px 0;
  width: 70%;
}
body .container .mascotas-contact-container-form-textarea:focus {
  outline: 0px;
}
body .container .mascotas-contact-container-form button {
  background-color: transparent;
  border: none;
  display: block;
  margin: 0 auto 50px auto;
}
@media (min-width: 900px) {
  body .container .mascotas-contact {
    display: flex;
  }
  body .container .mascotas-contact-img {
    display: inline-block;
    margin: auto 0;
    width: 40%;
  }
  body .container .mascotas-contact-img img {
    margin: auto;
    width: 100%;
  }
  body .container .mascotas-contact-container {
    width: 60%;
  }
  body .container .mascotas-contact-container-title-background {
    margin: 60px 0 0 0;
  }
  body .container .mascotas-contact-container p {
    margin: 0;
    text-align: left;
  }
  body .container .mascotas-contact-container-form {
    width: 100%;
  }
  body .container .mascotas-contact-container-form-label {
    width: 15%;
  }
  body .container .mascotas-contact-container-form-textarea {
    margin-right: 13%;
  }
}
body .container .mascotas-memory-cat {
  display: none;
}
body .container .mascotas-memory-container-header {
  display: flex;
  margin: auto;
  max-width: 440px;
}
body .container .mascotas-memory-container-header-img-left {
  align-self: flex-end;
  display: inline-block;
  margin: 0 auto;
  width: 15%;
}
body .container .mascotas-memory-container-header-img-left img {
  width: 100%;
}
body .container .mascotas-memory-container-header-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo recordatorios - page.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 40px auto 10px auto;
  position: relative;
  width: 280px;
}
body .container .mascotas-memory-container-header-title-background h1 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.9em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 100%;
}
body .container .mascotas-memory-container-header-img-right {
  display: inline-block;
  margin: 30px auto 0 auto;
  width: 15%;
}
body .container .mascotas-memory-container-header-img-right img {
  margin: auto;
  width: 80%;
}
body .container .mascotas-memory-container-products {
  margin: 0 auto;
  max-width: 500px;
}
body .container .mascotas-memory-container-products-item {
  height: 400px;
  margin: auto;
  position: relative;
  width: 300px;
}
body .container .mascotas-memory-container-products-item-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-cinta.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 110px;
  margin: 40px auto 10px auto;
  position: relative;
  top: 40px;
  width: 250px;
  z-index: 2;
}
body .container .mascotas-memory-container-products-item-title-background h2 {
  color: #000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 100%;
}
body .container .mascotas-memory-container-products-item-container {
  background-image: url("../../assets/img/la-fe-mascotas-contenedor-recordatorios.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 500px;
  margin: 0 7.5%;
  position: absolute;
  top: 83px;
  width: 85%;
  z-index: 1;
}
body .container .mascotas-memory-container-products-item-container-img {
  margin: 25% 15%;
  width: 70%;
}
body .container .mascotas-memory-container-products-item-container-img img {
  width: 100%;
}
@media (min-width: 900px) {
  body .container .mascotas-memory {
    display: flex;
    height: 75vh;
  }
  body .container .mascotas-memory-cat {
    display: block;
    margin: auto;
    width: 35%;
  }
  body .container .mascotas-memory-cat img {
    margin: auto;
    width: 100%;
  }
  body .container .mascotas-memory-container {
    margin: 0;
    width: 65%;
  }
  body .container .mascotas-memory-container-products {
    box-shadow: 0px 5px 10px #616160;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 80%;
    margin: 0 0 30px 0;
    max-width: 1000px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    justify-content: center;
  }
  body .container .mascotas-memory-container-products-item {
    margin: 0;
    min-width: 270px;
    width: 33%;
  }
  body .container .mascotas-memory-container-products-item-title-background {
    top: 0;
  }
  body .container .mascotas-memory-container-products::-webkit-scrollbar {
    background-color: #f5f5f5;
    border-radius: 10px;
    width: 17px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  body .container .mascotas-memory-container-products::-webkit-scrollbar-corner {
    background-color: #000;
  }
  body .container .mascotas-memory-container-products::-webkit-scrollbar-thumb {
    background-image: url("../../assets/img/la-fe-mascotas-scroll-huella.png");
    background-repeat: no-repeat;
  }
}
body .container .mascotas-service-f {
  padding-bottom: 20px;
}
body .container .mascotas-service-f-description {
  width: 100%;
}
body .container .mascotas-service-f-description-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo cremacion.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 30px auto 10px auto;
  position: relative;
  width: 305px;
  z-index: 1;
}
body .container .mascotas-service-f-description-title-background h1 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 100%;
}
body .container .mascotas-service-f-description p {
  color: #616160;
  margin: auto;
  max-width: 380px;
  position: relative;
  text-align: center;
  width: 80%;
  z-index: 1;
}
body .container .mascotas-service-f-images {
  margin: 30px 0 0 0;
  position: relative;
}
body .container .mascotas-service-f-images-stars {
  margin: 0 10%;
  position: absolute;
  top: 0;
  width: 80%;
  z-index: 0;
}
body .container .mascotas-service-f-images-stars img {
  width: 100%;
}
body .container .mascotas-service-f-images-animals {
  margin: auto;
  width: 80%;
}
body .container .mascotas-service-f-images-animals img {
  width: 100%;
}
body .container .mascotas-service-f-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  max-width: 790px;
}
body .container .mascotas-service-f-details-item {
  margin: 0;
  width: 35%;
  padding: 20px;
}
body .container .mascotas-service-f-details-item-image {
  max-width: 80px;
  margin: auto;
}
body .container .mascotas-service-f-details-item p {
  color: #616160;
  margin: auto;
  max-width: 160px;
  text-align: center;
}
body .container .mascotas-service-f-price {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
body .container .mascotas-service-f-price h4 {
  color: #616160;
  display: inline-block;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.7em;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 1.3;
}
body .container .mascotas-service-f-price h4 span {
  color: #ff5000;
}
@media (min-width: 900px) {
  body .container .mascotas-service-f {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  body .container .mascotas-service-f-description {
    display: block;
    margin: 50px 0 0 10%;
    width: 500px;
  }
  body .container .mascotas-service-f-images {
    position: static;
    width: 70%;
  }
  body .container .mascotas-service-f-images-stars {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  body .container .mascotas-service-f-images-animals {
    width: 40%;
    position: absolute;
    right: 0%;
    top: 15%;
  }
  body .container .mascotas-service-f-details {
    display: flex;
    margin: 0;
    padding: 0;
    width: 60%;
  }
  body .container .mascotas-service-f-details-item {
    margin: 0;
    width: 180px;
  }
  body .container .mascotas-service-f-price {
    width: 70%;
  }
}
body .container .mascotas-info-page {
  margin: 20px 0;
  min-height: 580px;
}
body .container .mascotas-info-page-header {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100%;
}
body .container .mascotas-info-page-header-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo informacion importante.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 30px auto 25px auto;
  position: relative;
  width: 360px;
}
body .container .mascotas-info-page-header-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 100%;
}
@media (max-width: 400px) {
  body .container .mascotas-info-page-header-title-background {
    width: 90% !important;
    margin: auto;
  }
  body .container .mascotas-info-page-header-title-background h2 {
    font-size: 1.7em;
    top: -20px;
  }
}
body .container .mascotas-info-page-header ol {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 85%;
}
body .container .mascotas-info-page-header ol li {
  border-bottom: 0.5px dashed #616160;
  border-top: 0.5px dashed #616160;
  color: #616160;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 1em;
  margin: -1px 0 0 0;
  padding: 1em 0;
  width: 100%;
  text-align: center;
}
body .container .mascotas-info-page-header ol li:before {
  background: url("../../assets/img/la-fe-mascotas-huella.png") no-repeat;
  content: " ";
  display: inline-block;
  height: 12px;
  margin: 0 10px 0 0;
  width: 12px;
}
body .container .mascotas-info-page-header ol li:hover {
  cursor: pointer;
}
body .container .mascotas-info-page-header ol .active {
  color: #ff5000;
}
body .container .mascotas-info-page-header ol .mascotas-info-hidden {
  display: none;
}
body .container .mascotas-info-page-header ol .mascotas-info-container h3 {
  color: #ff5000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  margin: 15px 0 10px 0;
  text-align: center;
  width: 100%;
}
body .container .mascotas-info-page-header ol .mascotas-info-container h4 {
  color: #ff5000;
  font-weight: normal;
  margin: 0;
  text-align: center;
  width: 100%;
}
body .container .mascotas-info-page-header ol .mascotas-info-container p {
  color: rgba(97,97,96,0.7);
  margin: 0 auto 10px auto;
  padding: 10px;
  text-align: center;
  width: 95%;
}
body .container .mascotas-info-page-active {
  display: flex;
}
body .container .mascotas-info-page-desactive {
  display: none;
}
body .container .mascotas-info-page-container {
  flex-wrap: wrap;
  display: flex;
}
body .container .mascotas-info-page-container-1,
body .container .mascotas-info-page-container-2 {
  width: 100%;
  margin-top: 10px;
}
body .container .mascotas-info-page-container-1-title,
body .container .mascotas-info-page-container-2-title {
  color: #ff5000;
  font-family: "dk_lemon_yellow_sunregular";
  text-align: center;
}
body .container .mascotas-info-page-container-1-subtitle,
body .container .mascotas-info-page-container-2-subtitle {
  color: #ff5000;
  text-align: center;
}
body .container .mascotas-info-page-container-1-text,
body .container .mascotas-info-page-container-2-text {
  color: #616160;
  text-align: justify;
}
body .container .mascotas-info-page-container-1-text b,
body .container .mascotas-info-page-container-2-text b {
  color: #000;
  font-weight: bold;
}
body .container .mascotas-info-page-container-1-text span,
body .container .mascotas-info-page-container-2-text span {
  color: #ff5000;
}
body .container .mascotas-info-page-container-1-title-list,
body .container .mascotas-info-page-container-2-title-list {
  color: #ff5000;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
body .container .mascotas-info-page-container-1-img,
body .container .mascotas-info-page-container-2-img {
  margin: auto;
  max-width: 500px;
  width: 100%;
}
body .container .mascotas-info-page-container-1-img img,
body .container .mascotas-info-page-container-2-img img {
  width: 100%;
}
body .container .mascotas-info-page-container-1-agreement,
body .container .mascotas-info-page-container-2-agreement {
  border: 2px dashed #ff5000;
  width: 100%;
  padding: 10px 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 15px;
  flex-wrap: wrap;
}
body .container .mascotas-info-page-container-1-agreement-box,
body .container .mascotas-info-page-container-2-agreement-box {
  color: #616160;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  margin: 0;
  min-width: 210px;
  padding: 0;
  padding: 8px 20px;
  width: 50%;
}
body .container .mascotas-info-page-container-1-agreement-box label,
body .container .mascotas-info-page-container-2-agreement-box label {
  font-weight: normal;
  text-transform: initial;
}
body .container .mascotas-info-page-container-1-agreement-box input,
body .container .mascotas-info-page-container-2-agreement-box input,
body .container .mascotas-info-page-container-1-agreement-box select,
body .container .mascotas-info-page-container-2-agreement-box select {
  border-radius: 10px;
  padding: 5px;
  border: 1px solid rgba(255,80,0,0.5);
  outline: 0;
  appearance: none;
}
body .container .mascotas-info-page-container-1-agreement-box input[type=number]::-webkit-inner-spin-button,
body .container .mascotas-info-page-container-2-agreement-box input[type=number]::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}
body .container .mascotas-info-page-container-1-agreement input[type=submit],
body .container .mascotas-info-page-container-2-agreement input[type=submit] {
  background-color: rgba(255,80,0,0.8);
  border: none;
  border-radius: 20px;
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.7em;
  letter-spacing: 3px;
  margin: 20px auto;
  outline: 0;
  padding: 3px 15px;
  will-change: transform;
}
body .container .mascotas-info-page-container-1-agreement input[type=submit]:hover,
body .container .mascotas-info-page-container-2-agreement input[type=submit]:hover {
  background-color: #ff5000;
}
body .container .mascotas-info-page-container-1-agreement input[type=submit]:active,
body .container .mascotas-info-page-container-2-agreement input[type=submit]:active {
  transform: scale(0.9);
}
body .container .mascotas-info-page-container-1-agreement-subtitle,
body .container .mascotas-info-page-container-2-agreement-subtitle {
  color: rgba(255,80,0,0.8);
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  padding: 0 10px;
}
body .container .mascotas-info-page-container-2-list {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 85%;
}
body .container .mascotas-info-page-container-2-list li {
  color: #616160;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 1em;
  padding: 10px;
  width: 100%;
  text-align: left;
}
body .container .mascotas-info-page-container-2-list li:before {
  background: url("../../assets/img/la-fe-mascotas-scroll-huella.png") no-repeat;
  content: " ";
  display: inline-block;
  height: 16px;
  margin: 0;
  width: 16px;
}
body .container .mascotas-info-page-container-2-list .active {
  color: #ff5000;
}
body .container .mascotas-info-page-container-2-list .mascotas-info-hidden {
  display: none;
}
body .container .mascotas-info-page-container-2-list .mascotas-info-container h3 {
  color: #ff5000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  margin: 15px 0 10px 0;
  text-align: center;
  width: 100%;
}
body .container .mascotas-info-page-container-2-list .mascotas-info-container h4 {
  color: #ff5000;
  font-weight: normal;
  margin: 0;
  text-align: center;
  width: 100%;
}
body .container .mascotas-info-page-container-2-list .mascotas-info-container p {
  color: rgba(97,97,96,0.7);
  margin: 0 auto 10px auto;
  padding: 10px;
  text-align: center;
  width: 95%;
}
@media (min-width: 991px) {
  body .container .mascotas-info-page-header-container-list {
    display: flex;
    justify-content: space-between;
  }
  body .container .mascotas-info-page-header-container-list li {
    width: 30% !important;
  }
  body .container .mascotas-info-page-container {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  body .container .mascotas-info-page-container-1,
  body .container .mascotas-info-page-container-2 {
    width: 48%;
  }
}
body .container .mascotas-recinto-description {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100%;
}
body .container .mascotas-recinto-description-inf {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100%;
}
body .container .mascotas-recinto-description-inf-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo cremacion.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 30px auto 20px auto;
  position: relative;
  width: 305px;
  z-index: 1;
}
body .container .mascotas-recinto-description-inf-title-background h1 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 100%;
}
body .container .mascotas-recinto-description-inf p {
  color: #616160;
  margin: auto;
  max-width: 380px;
  position: relative;
  text-align: center;
  width: 80%;
  z-index: 1;
}
body .container .mascotas-recinto-description-icons {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .container .mascotas-recinto-description-icons-alone {
  margin: 0;
  padding: 0;
  width: 50%;
}
body .container .mascotas-recinto-description-icons-alone figure {
  width: 100px;
  margin: auto;
}
body .container .mascotas-recinto-description-icons-alone figure img {
  width: 100%;
  margin: auto;
}
body .container .mascotas-recinto-description-icons-alone p {
  text-align: center;
  padding: 5px;
  color: #616160;
}
body .container .mascotas-recinto-slider {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 400px;
}
body .container .mascotas-recinto-slider .swiper-container {
  margin: auto;
  border: 1px dashed #616160;
}
body .container .mascotas-recinto-slider .swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 10px;
}
body .container .mascotas-recinto-slider .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
@media (min-width: 900px) {
  body .container .mascotas-recinto {
    background-color: #fff;
    background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  body .container .mascotas-recinto-description,
  body .container .mascotas-recinto-slider {
    background-image: url("../../assets/img/la-fe-mascotas-fondo-huellas.jpg");
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #fff;
    margin: 0 auto;
    width: 49%;
  }
  body .container .mascotas-recinto #reusable {
    width: 100%;
  }
}
body .container .mascotas-terms-title {
  font-family: dk_lemon_yellow_sunregular;
  color: #ff5000;
}
body .container .mascotas-terms-subtitle {
  color: #3c3c3b;
  font-family: dk_lemon_yellow_sunregular;
}
body .container .mascotas-terms-text {
  color: #3c3c3b;
  padding: 0 0 50px 0;
}
body .container .mascotas-terms-text b {
  color: #ff5000;
}
body .container #reusable .blog-and-slider-info {
  background-color: #fff;
  margin: 50px 0 0 0;
  padding: 20px 0;
}
body .container #reusable .blog-and-slider-info-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo informacion importante.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: 0 auto 25px auto;
  position: relative;
  width: 405px;
}
body .container #reusable .blog-and-slider-info-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 100%;
}
@media (max-width: 400px) {
  body .container #reusable .blog-and-slider-info-title-background {
    width: 90% !important;
    margin: auto;
  }
  body .container #reusable .blog-and-slider-info-title-background h2 {
    font-size: 1.7em;
    top: -20px;
  }
}
body .container #reusable .blog-and-slider-info ol {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 85%;
}
body .container #reusable .blog-and-slider-info ol li {
  border-bottom: 0.5px dashed #616160;
  border-top: 0.5px dashed #616160;
  color: #616160;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  margin: -1px 0 0 0;
  padding: 1em 0;
  width: 100%;
}
body .container #reusable .blog-and-slider-info ol li:before {
  background: url("../../assets/img/la-fe-mascotas-huella.png") no-repeat;
  content: " ";
  display: inline-block;
  height: 12px;
  margin: 0 10px 0 0;
  width: 12px;
}
body .container #reusable .blog-and-slider-info ol li:hover {
  cursor: pointer;
}
body .container #reusable .blog-and-slider-info ol .active {
  color: #ff5000;
}
body .container #reusable .blog-and-slider-info ol .blog-and-slider-info-hidden {
  display: none;
}
body .container #reusable .blog-and-slider-info ol .blog-and-slider-info-container h3 {
  color: #ff5000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.5em;
  margin: 15px 0 10px 0;
  text-align: center;
  width: 100%;
}
body .container #reusable .blog-and-slider-info ol .blog-and-slider-info-container h4 {
  color: #ff5000;
  font-weight: normal;
  margin: 0;
  text-align: center;
  width: 100%;
}
body .container #reusable .blog-and-slider-info ol .blog-and-slider-info-container p {
  color: rgba(97,97,96,0.7);
  margin: 0 auto 10px auto;
  padding: 10px;
  text-align: center;
  width: 95%;
}
body .container #reusable .blog-and-slider-info-viewmore {
  background-image: url("../../assets/img/boton ver mas obituarios.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  margin: 0 auto;
  position: relative;
  width: 232px;
}
body .container #reusable .blog-and-slider-info-viewmore button {
  color: #616160;
  background: none;
  border: none;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.7em;
  font-weight: bold;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 5px;
  width: 100%;
}
body .container #reusable .blog-and-slider-info-viewmore button:hover {
  color: #ff5000;
}
body .container #reusable .blog-and-slider-slider {
  background-color: #fff;
  margin: 0 auto;
  max-width: 550px;
  padding: 0;
  width: 80%;
}
body .container #reusable .blog-and-slider-slider-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo recordatorio.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: auto;
  position: relative;
  width: 280px;
}
body .container #reusable .blog-and-slider-slider-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 100%;
}
body .container #reusable .blog-and-slider-slider #slider-products {
  margin: 10px auto 40px auto;
  padding: 0;
  position: relative;
  max-width: 300px;
}
body .container #reusable .blog-and-slider-slider #slider-products ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
body .container #reusable .blog-and-slider-slider #slider-products li {
  width: 100%;
}
body .container #reusable .blog-and-slider-slider #slider-products li .blog-and-slider-slider-item {
  height: 300px;
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 250px;
  border: 1px solid transparent;
}
body .container #reusable .blog-and-slider-slider #slider-products li .blog-and-slider-slider-item-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-cinta.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 110px;
  margin: 40px auto 10px auto;
  position: relative;
  top: -30px;
  width: 200px;
  z-index: 2;
}
body .container #reusable .blog-and-slider-slider #slider-products li .blog-and-slider-slider-item-title-background h2 {
  color: #000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 100%;
}
body .container #reusable .blog-and-slider-slider #slider-products li .blog-and-slider-slider-item-container {
  background-image: url("../../assets/img/la-fe-mascotas-contenedor-recordatorios.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 350px;
  margin: 0 7.5%;
  position: absolute;
  top: 45px;
  width: 85%;
  z-index: 1;
}
body .container #reusable .blog-and-slider-slider #slider-products li .blog-and-slider-slider-item-container-img {
  margin: 25% 15%;
  width: 70%;
}
body .container #reusable .blog-and-slider-slider #slider-products li .blog-and-slider-slider-item-container-img img {
  width: 100%;
}
body .container #reusable .blog-and-slider-slider #slider-products li .blog-and-slider-slider-item-container-buy {
  bottom: 22%;
  left: 7%;
  position: absolute;
  z-index: 2;
}
body .container #reusable .blog-and-slider-slider #slider-products .pagination {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
body .container #reusable .blog-and-slider-slider #slider-products .pagination li {
  bottom: 0;
  color: #aaa;
  font-size: 2.5em;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 10%;
}
body .container #reusable .blog-and-slider-slider #slider-products .left,
body .container #reusable .blog-and-slider-slider #slider-products .right {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  height: 100%;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 3;
}
body .container #reusable .blog-and-slider-slider #slider-products .left button {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-flecha.svg");
  background-repeat: no-repeat;
  border: none;
  height: 58px;
  width: 43px;
}
body .container #reusable .blog-and-slider-slider #slider-products .right {
  right: 0;
}
body .container #reusable .blog-and-slider-slider #slider-products .right button {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-flecha.svg");
  background-repeat: no-repeat;
  border: none;
  height: 58px;
  transform: rotate(180deg);
  width: 43px;
}
body .container #reusable .blog-and-slider-slider-viewmore {
  background-image: url("../../assets/img/la-fe-mascotas-la-fe-mascotas-fondo-ver-todos.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  margin: 20px auto 50px auto;
  position: relative;
  width: 190px;
}
body .container #reusable .blog-and-slider-slider-viewmore a {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 8px;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  font-weight: bold;
  color: #616160;
  text-decoration: none;
}
body .container #reusable .blog-and-slider-slider-viewmore a:hover {
  color: #ff5000;
}
@media (min-width: 1000px) {
  body .container #reusable {
    display: flex;
    position: relative;
    flex-direction: row;
  }
  body .container #reusable .blog-and-slider-info {
    display: inline-block;
    margin: 0;
    min-width: 600px;
    width: 50%;
  }
  body .container #reusable .blog-and-slider-info ol {
    width: 100%;
  }
  body .container #reusable .blog-and-slider-info ol li {
    width: 85%;
    margin: auto;
  }
  body .container #reusable .blog-and-slider-slider {
    display: inline-block;
    margin: 0;
    width: 50%;
  }
  body .container #reusable .blog-and-slider-slider-title-background {
    margin: 20px auto 0 auto;
    width: 300px;
  }
  body .container #reusable .blog-and-slider-slider-title-background h2 {
    font-size: 2em;
    top: -7px;
  }
  body .container #reusable .blog-and-slider-slider #slider-products {
    margin: auto;
    padding: 0;
    width: 100%;
  }
  body .container #reusable .blog-and-slider-slider-viewmore {
    margin: 50px auto;
    z-index: 2;
  }
  body .container #reusable .blog-and-slider-slider-viewmore a {
    z-index: 3;
  }
}
body .container #reusable_slider .slider-r {
  background-color: #fff;
  margin: 0 auto;
  max-width: 550px;
  padding: 0;
  width: 80%;
}
body .container #reusable_slider .slider-r-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-fondo recordatorio.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 63px;
  margin: auto;
  position: relative;
  width: 280px;
}
body .container #reusable_slider .slider-r-title-background h2 {
  color: #fff;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 100%;
}
body .container #reusable_slider .slider-r #slider-products {
  margin: 10px auto 40px auto;
  padding: 0;
  position: relative;
  max-width: 300px;
}
body .container #reusable_slider .slider-r #slider-products ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
body .container #reusable_slider .slider-r #slider-products li {
  width: 100%;
}
body .container #reusable_slider .slider-r #slider-products li .slider-item {
  height: 300px;
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 250px;
  border: 1px solid transparent;
}
body .container #reusable_slider .slider-r #slider-products li .slider-item-title-background {
  background-image: url("../../assets/img/la-fe-mascotas-cinta.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 110px;
  margin: 40px auto 10px auto;
  position: relative;
  top: -30px;
  width: 200px;
  z-index: 2;
}
body .container #reusable_slider .slider-r #slider-products li .slider-item-title-background h2 {
  color: #000;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 100%;
}
body .container #reusable_slider .slider-r #slider-products li .slider-item-container {
  background-image: url("../../assets/img/la-fe-mascotas-contenedor-recordatorios.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 350px;
  margin: 0 7.5%;
  position: absolute;
  top: 45px;
  width: 85%;
  z-index: 1;
}
body .container #reusable_slider .slider-r #slider-products li .slider-item-container-img {
  margin: 25% 15%;
  width: 70%;
}
body .container #reusable_slider .slider-r #slider-products li .slider-item-container-img img {
  width: 100%;
}
body .container #reusable_slider .slider-r #slider-products li .slider-item-container-buy {
  bottom: 22%;
  left: 7%;
  position: absolute;
  z-index: 2;
}
body .container #reusable_slider .slider-r #slider-products .pagination {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
body .container #reusable_slider .slider-r #slider-products .pagination li {
  bottom: 0;
  color: #aaa;
  font-size: 2.5em;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 10%;
}
body .container #reusable_slider .slider-r #slider-products .left,
body .container #reusable_slider .slider-r #slider-products .right {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  height: 100%;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 3;
}
body .container #reusable_slider .slider-r #slider-products .left button {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-flecha.svg");
  background-repeat: no-repeat;
  border: none;
  height: 58px;
  width: 43px;
}
body .container #reusable_slider .slider-r #slider-products .right {
  right: 0;
}
body .container #reusable_slider .slider-r #slider-products .right button {
  background-color: #fff;
  background-image: url("../../assets/img/la-fe-mascotas-flecha.svg");
  background-repeat: no-repeat;
  border: none;
  height: 58px;
  transform: rotate(180deg);
  width: 43px;
}
body .container #reusable_slider .slider-r-viewmore {
  background-image: url("../../assets/img/la-fe-mascotas-la-fe-mascotas-fondo-ver-todos.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  margin: 20px auto 50px auto;
  position: relative;
  width: 190px;
}
body .container #reusable_slider .slider-r-viewmore a {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 8px;
  font-family: "dk_lemon_yellow_sunregular";
  font-size: 1.3em;
  font-weight: bold;
  color: #616160;
  text-decoration: none;
}
body .container #reusable_slider .slider-r-viewmore a:hover {
  color: #ff5000;
}

@media (min-width: 1000px) {
  body .container #reusable_slider {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  body .container #reusable_slider .slider-r {
    display: inline-block;
    margin: auto;
  }
  body .container #reusable_slider .slider-r-title-background {
    margin: 20px auto 0 auto;
    width: 300px;
  }
  body .container #reusable_slider .slider-r-title-background h2 {
    font-size: 2em;
    top: -7px;
  }
  body .container #reusable_slider .slider-r #slider-products {
    margin: auto;
    padding: 0;
    width: 100%;
  }
  body .container #reusable_slider .slider-r #slider-products .slider {
    left: 20%;
    width: 100%;
  }
  body .container #reusable_slider .slider-r-viewmore {
    margin: 50px auto;
    z-index: 2;
  }
}
.boxSocial{
  flex-direction: row;
  display: flex;
}
.whiteFont{
    clear: both;
    color: white;
    text-align: center;
}
.whiteFont a{
  color: white;
}
@media (max-width: 900px) {
  .boxSocial{
    width: 100%;
  }
  body footer{
    flex-direction: column;
  }
}