html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  color: #6a3b18;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 300;
  overflow: hidden;
  background-color: #f5e4b0;
}

img {
  width: 100%;
}

h1 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

h2 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

h3 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-transform: uppercase;
}

h4 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-transform: uppercase;
}

h5 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-transform: uppercase;
}

h6 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-transform: uppercase;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

select {
  outline-color: transparent;
  appearance: none; /* Disable the default arrow */
  -webkit-appearance: none; /* For WebKit-based browsers */
  -moz-appearance: none; /* For Firefox */
  width: 100%;
  padding: 10px 35px 10px 10px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  cursor: pointer;
}

strong {
  font-weight: bold;
}

p {
  width: auto;
  display: inline-block;
  margin: 10px 0px;
}

p a {
  text-decoration: underline;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

p a:hover {
  text-decoration: underline;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

li {
  /*list-style: disc;*/
  padding: 0;
  display: inline-block;
}

ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}

a {
  padding: 0px;
  color: var(--black);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  padding: 5px;
  margin: 0;
}

section {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

header {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.NavMascotas2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  height: 70px;
  display: inline-block;
  background-color: #7bba74c9;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 2px solid #fda946;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.NavMascotas2026 .container-fluid {
  padding: 0;
}

.NavMascotas2026 .nav-link {
  color: #fff;
}

.ulNavMascotas {
  width: -webkit-fill-available;
  width: -moz-available;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 500;
  border-radius: 90px;
}

.ulNavMascotas li {
  margin: 0;
  text-align: center;
}

.ulNavMascotas li a {
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  transition: 0.1s;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.nav-item a:hover {
  text-decoration: none;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  background-color: #fff;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
}

.hover-underline-animation.center::after {
  transform-origin: bottom center;
}

.hover-underline-animation.center:hover::after {
  transform-origin: bottom center;
}

.hover-underline-animation::after:last-child {
  transform: none;
}

.nav-itemBtnNaranja {
  background-color: #ffaa39;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  padding: 13px 30px;
  font-weight: 600;
}

.nav-itemBtnNaranja:hover {
  background-color: #000;
  cursor: pointer;
}

.LogoPetsPrimavera {
  width: 150px;
  display: inline-block;
  margin-left: 18px;
}

.navbar-togglerMascotas2026 {
  width: 60px;
  height: 60px;
  background-color: #0f702e;
  border-radius: 90px;
  color: #fff;
  padding: 4px;
  margin-right: 12px;
}

.navbar-iconMascotas2026 {
  color: #fff;
  background-image: none;
  width: 40px;
  height: auto;
  text-align: center;
}
.navbar-iconMascotas2026 svg {
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  padding-right: 9px;
}

.LogoOcultar {
  display: none;
}

.menu-btn {
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.btn-line {
  width: 30px;
  height: 3px;
  margin: 7px 5px;
  background-color: #fff;
  transition: all 0.5s ease-out;
}

/* Animacion al abrir (clase .close por JS) */
.menu-btn.close .btn-line:nth-child(1) {
  transform: rotate(41deg) translate(5px, 4px);
}
.menu-btn.close .btn-line:nth-child(2) {
  opacity: 0;
}
.menu-btn.close .btn-line:nth-child(3) {
  transform: rotate(-45deg) translate(11px, -8px);
}

.skin-container {
  width: -webkit-fill-available;
  width: -moz-available;
  height: auto;
  display: inline-block;
  margin-top: 60px;
  position: relative;
  z-index: 0;
  background-color: transparent;
}

.container {
  max-width: 1140px;
}

.container-fluidPets2026 {
  padding: 0;
  background-image: url(../../images/mascotas/bk-pets-2026.webp);
  background-position: top center;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
}

.seccionLandin {
}

.seccPrincipalPets2026 {
  padding: 0;
}

.colsPrincipalesPets2026 {
}

.displayNone {
  display: none;
}

.itemSliderHeroPets2026 {
}

.imgPrinPets2026 {
  width: 45%;
  position: relative;
  z-index: 1;
  float: left;
}

.infoPrinPets2026 {
  width: 54%;
  display: inline-block;
  text-align: right;
  color: #ffaa39;
  font-family: "Nerko One", cursive !important;
  font-weight: 400;
  font-style: normal;
  margin-top: 106px;
  padding-right: 40px;
}

.infoPrinPets2026 h1 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  font-size: 3rem;
  line-height: 3.3rem;
  margin-bottom: 30px;
}

.ContFechePets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: right;
  color: #A15E2C;
}
.FechaPets2026 {
  width: 300px;
  display: inline-block;
}

.Btn-ParticiparPets {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  margin-top: 38px;
}

.Btn-ParticiparPets button {
  width: auto;
  height: 90px;
  display: inline-block;
  background-color: #ffaa39;
  font-weight: 600;
  border-radius: 90px;
  padding: 0 40px;
  transition: 0.3s;
}

.Btn-ParticiparPets button a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.Btn-ParticiparPets button:hover {
  background-color: #000;
  transition: 0.3s;
  transform: scale(1.1);
  text-decoration: none;
}

.SliderHeroPets2026 .slick-dots {
  margin: 0 0 30px 0;
}

.SliderHeroPets2026 .slick-dots li {
  width: 100px;
  height: 20px;
  background-color: #ffaa39;
  border-radius: 90px;
  margin: 0 10px;
}
.SliderHeroPets2026 .slick-dots li.slick-active {
  background-color: #000;
}
.SliderHeroPets2026 .slick-dots li:hover {
  background-color: #000;
}

.SliderHeroPets2026 .slick-dots li button {
  width: auto;
}

.SliderHeroPets2026 .slick-dots li button:before {
  display: none;
}

.heartPets1 {
  width: 80px;
  position: absolute;
  z-index: 4;
  bottom: 56%;
  right: 18%;
}
.flor-rosa2 {
  width: 52%;
  position: absolute;
  z-index: 3;
  bottom: 16%;
  left: 0;
}
.img1PrinPets2026 {
  width: 95%;
  /*position: absolute;
    z-index: 2;
    top: -12px;
    left: 9%;*/
}
/*.img2PrinPets2026 {
    width: 404px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
.img3PrinPets2026 {
    width: 420px;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 0;
}*/

.seccDescPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  background-color: #79bb71;
  padding: 50px 40px;
}

.colsDescPets2026 {
  text-align: right;
}

.colDescPets2026der {
  text-align: left;
}

.color1-pets2026 {
  color: #fff;
}
.color2-pets2026 {
  color: #ffe4a7;
}
.color3-pets2026 {
  color: #0f702e;
}

.TitSeccPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: center;
  color: #0f702e;
  font-family: "Nerko One", cursive;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0 30px 0;
}

.ColorNegro {
  color: #000;
}

.ColorVerde {
  color: #fff;
}

.ColorNaranja {
  color: #fff;
}

.txtPetsDisplay {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 5px 0;
}

.infoDescPets2026 {
  width: 545px;
  display: inline-block;
  text-align: center;
}

.infoDescPets2026 span {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 11px 0;
}

.imgDescPets2026 {
  width: 600px;
  height: 500px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.flor-amarilla2 {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 3;
  left: 74px;
  top: 136px;
}

.flor-rosa {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 3;
  right: 3px;
  bottom: 30px;
}

.img1DescPets2026 {
  width: 450px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -110px;
}

.img2DescPets2026 {
  width: 330px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: -50px;
}

.seccLugarPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  padding: 50px 10px;
}

.colsLugarPets2026 {
  text-align: right;
}

.colLugarPets2026der {
  text-align: left;
}

.infoLugarPets2026 {
  width: 74%;
  height: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}

.infoLugarPets2026 svg {
  width: 27px;
  height: 27px;
  color: #e8228e;
  margin-right: 5px;
}

.titLugarPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 30px 0 10px 0;
  font-weight: 600;
  font-size: 1.8rem;
}

.wooftopL {
  width: 400px;
  display: inline-block;
}

.mapaPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: left;
  margin-left: 17px;
}

.btns-ComoLlegarPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: center;
  border: none;
  margin-top: 10px;
}

.btn-LugarPets2026 {
  width: auto;
  border: none;
  margin: 20px 10px;
  font-size: 1rem;
  font-weight: 600;
}

.btn-LugarPets2026 a {
  border-radius: 90px !important;
  padding: 15px 30px !important;
  transition: 0.3s !important;
}
.btn-LugarPets2026 a:hover {
  transition: 0.3s !important;
  transform: scale(1.1) !important;
}

.btn-Maps {
  width: auto;
  border: none;
  margin: 0 10px;
  border-radius: 90px !important;
  padding: 15px 30px !important;
  background-color: #0d6efd !important;
  color: #fff !important;
}

.btn-Maps:hover {
  text-decoration: none !important;
}

.seccCDPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  background-color: #ffaa39;
  padding: 50px 0;
}

.colsCDPets2026 {
  text-align: center;
}

.SliderFotosPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin-top: -10px;
}

.SliderFotosPets2026 .slick-list {
  padding-right: 80px;
}

.itemFotoCDPets2026 {
  width: 100%;
  height: 100%;
  display: block;
  /*padding: 10px;*/
}

.SliderFotosPets2026 .slick-dots {
  margin: 0;
}

.SliderFotosPets2026 .slick-dots li {
  width: 100px;
  height: 20px;
  background-color: #fff;
  border-radius: 90px;
  margin: 0 10px;
}
.SliderFotosPets2026 .slick-dots li.slick-active {
  background-color: #000;
}
.SliderFotosPets2026 .slick-dots li:hover {
  background-color: #000;
}

.SliderFotosPets2026 .slick-dots li button {
  width: auto;
}

.SliderFotosPets2026 .slick-dots li button:before {
  display: none;
}

.smallGaleriaPets2026,
.normalGaleriaPets2026,
.largeGaleriaPets2026 {
  padding: 10px;
}

.contGaleriaPets2026 img {
  border: 20px solid #fff;
  box-shadow: 2px 3px 7px #00000073;
  transition: 0.3s;
  height: 100%;
}
.contGaleriaPets2026 img:hover {
  transition: 0.3s;
  transform: scale(1.2);
}

.contGaleriaPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  height: 100%;
  margin: auto;
  padding: 50px 0 45px 0px;
}

.filaGaleriaPets2026 {
  display: flex;
}

/*.columna1GaleriaPets2026 {
    width: 99.33%;
    height: 610px;
}

.columna2GaleriaPets2026 {
    width: 66.67%;
    height: 610px;
}

.columna3GaleriaPets2026 {
    width: 51%;
    height: 610px;
}

.smallGaleriaPets2026 {
   height: 305px;
}

.normalGaleriaPets2026, .largeGaleriaPets2026 {
   height: 610px;
}*/

.largeGaleriaPets2026 {
  height: 100%;
}

.infoCDPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: center;
  padding: 0 30%;
}

.SliderFotosPets2026mob {
  width: -webkit-fill-available;
  width: -moz-available;
  margin-top: 20px;
  display: none;
}

.SliderFotosPets2026mob .slick-dots {
  margin: 0;
}

.SliderFotosPets2026mob .slick-dots li {
  width: 100px;
  height: 20px;
  background-color: #fff;
  border-radius: 90px;
  margin: 0 10px;
}
.SliderFotosPets2026mob .slick-dots li.slick-active {
  background-color: #000;
}
.SliderFotosPets2026mob .slick-dots li:hover {
  background-color: #000;
}

.SliderFotosPets2026mob .slick-dots li button {
  width: auto;
}

.SliderFotosPets2026mob .slick-dots li button:before {
  display: none;
}

.itemFotoCDPets2026mob {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.itemFotoCDPets2026mob img {
  border: 20px solid #fff;
  box-shadow: 2px 3px 7px #00000073;
  transition: 0.3s;
}
.itemFotoCDPets2026mob img:hover {
  transition: 0.3s;
  transform: scale(1.2);
}

section img {
  transition: 0.3s;
}
section img:hover {
  transition: 0.3s;
  transform: scale(1.1) rotate(1deg);
}

.seccTalleresPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  padding: 50px 20px;
}

.colsTalleresPets2026 {
  padding: 0;
  position: relative;
  z-index: 1;
}

.imgTalleresPets2026 {
  width: auto;
  float: left;
  position: absolute;
  z-index: 2;
  left: -5px;
  top: -130px;
}

.img1TalleresPets2026 {
  width: 180px;
  display: inline-block;
}

.txtTalleresPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: center;
  margin-top: 18px;
  padding: 0 456px;
}

.contSlideTalleresPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin-left: 10%;
}

.SlideTalleresPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 70px 0 0 0;
}

.logoSlideTalleresPets2026 {
  width: 35%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  padding: 30px;
  float: left;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.logoTallerPets2026 {
  display: inline-block;
}

.infoSlideTalleresPets2026 {
  width: 55%;
  height: 380px;
  display: inline-block;
  border: 2px solid #000;
  background-color: #79bb71c4;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 30px;
  padding: 60px 50px;
  margin-left: -42px;
}

.TitTallerPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: bold;
  color: #fff;
}

.TxtTallerPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  height: 130px;
  display: inline-block;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.9rem;
  margin: 20px 0;
  font-weight: 400;
}

.AutorTallerPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  color: #0f702e;
  font-family: "Nerko One", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: right;
}

.AutorTallerPets2026 svg {
  width: 16px;
  margin-top: -5px;
}

.SlideTalleresPets2026 .slick-prev:before,
.SlideTalleresPets2026 .slick-next:before {
  display: none;
}

.SlideTalleresPets2026 .slick-prev,
.SlideTalleresPets2026 .slick-next {
  color: #fff;
  font-size: 2rem;
  width: 90px;
  height: 90px;
  background-color: #693b1c;
  border-radius: 90px;
  /*position: inherit;
    z-index: inherit;
    top: inherit;
    bottom: inherit;*/
  top: -27%;
  z-index: 3;
}
.SlideTalleresPets2026 .slick-prev:hover,
.SlideTalleresPets2026 .slick-next:hover {
  color: #fff;
  background-color: #000;
}

.SlideTalleresPets2026 .slick-next {
  right: 4%;
  font-size: 1rem;
}
.SlideTalleresPets2026 .slick-prev {
  left: 83%;
  font-size: 1rem;
}

.SlideTalleresPets2026 .slick-list {
  padding-right: 90px;
}

.flecha-prev,
.flecha-next {
  width: 80px;
  height: 80px;
  background-color: #652d0e;
  border-radius: 90px;
  position: absolute;
  z-index: 3;
  top: -123px;
  padding: 10px;
  cursor: pointer;
}
.flecha-prev {
  right: 180px;
}
.flecha-next {
  right: 76px;
}

.seccRegistroPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  background-color: #ffaa39;
  padding: 50px 10px;
  position: relative;
  z-index: 1;
}

.colsRegistroPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: center;
}

.contimg1RegistroPets2026 {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: -110px;
  left: 10%;
}
.img1RegistroPets2026 {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 155px;
  top: -102px;
}

.contimg2RegistroPets2026 {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: -120px;
  right: 14%;
}
.img2RegistroPets2026 {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 190px;
  top: -130px;
}

.label-pets-2026 .asterisk {
  color: #6a3b18!important;
}

.txtRegistroPets2026 {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  padding: 0 36%;
}

.contFormRegistroPets2026 {
  width: 900px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
  padding: 60px;
  background-image: url(../../images/mascotas/bk-pets-2026.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.contFormRegistroPets2026 input,
.contFormRegistroPets2026 input:focus {
  outline: none;
}

.campo-pets-2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 50px;
  text-align: left;
}

.campo-pets-2026 ul {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.campo-pets-2026 li {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.label-pets-2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: left;
  font-weight: 600;
}

.input-pets-2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  border: none;
  background-color: #ffaa39;
  border-radius: 10px;
  padding: 10px;
}

.datefield-pets-2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: left;
}

.strong-campo-pets-2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 11px 0;
}

.input-fecha-pets-2026 {
  width: 100px;
  display: inline-block;
  border: none;
  background-color: #fda946;
  border-radius: 10px;
  padding: 10px;
  outline: none;
}

.input-fecha-pets-2026::placeholder {
  color: #fff;
}

.input-checkbox-pets-2026 {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: none;
  background-color: #fda946;
  border-radius: 10px;
  padding: 0;
  float: left;
  margin-right: 15px;
}

.checkbox-inputs {
}

.checkbox-inputs input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #fda946;
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: #000;
  width: 2.5rem;
  height: 2.5rem;
  border: 1rem solid #fda946;
  border-radius: 0.15em;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

.checkbox-inputs input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.checkbox-inputs input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.checkbox-inputs input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid #fda946;
  outline-offset: max(2px, 0.15em);
}

.checkbox-inputs input[type="checkbox"]:disabled {
  --form-control-color: #000;
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.labelcheckbox-pets-2026 {
  width: 90%;
  margin-left: 13px;
}

.btn-form-pets-2026 {
  width: auto;
  height: 90px;
  display: inline-block;
  text-align: center;
  border-radius: 90px;
  border: none;
  background-color: #fda946;
  padding: 5px 50px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  font-size: 1.5rem;
}

.btn-form-pets-2026:hover {
  background-color: #000;
  transition: 0.3s;
  transform: scale(1.1);
}

.contFormRegistroPets2026 #mc_embed_signup div.mce_inline_error {
    margin: 0;
    padding: 3px 10px 0 10px;
    background-color: #fff;
    font-weight: 600;
    color: #ce0000;
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.florAmarillaPets2026 {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: -4%;
  bottom: -80px;
}

.papelPets2026 {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: -1%;
  bottom: -24px;
}

.seccAyudaPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  background-color: #79bb71;
  padding: 50px 10px;
}

.colsAyudaPets2026 {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
}

.conttxtAyudaPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;

  margin: 15px 0;
  text-align: right;
}

.txtAyudaPets2026 {
  width: 610px;
  display: inline-block;
  text-align: center;
  font-family: "Nerko One", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.6rem;
}

.imgAyudaPets2026 {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 10%;
  bottom: 50px;
  height: 100%;
}

.imgflor-rosaPets2026 {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 3;
  bottom: -140px;
  left: -60px;
}

.img1AyudaPets2026 {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: -140px;
  left: 0;
}

.seccRedesPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  background-color: #ffaa39;
  padding: 50px 10px 5px 10px;
  position: relative;
}

.colsRedesPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.img1RedesPets2026 {
  width: 180px;
  display: inline-block;
  position: absolute;
  right: 300px;
  bottom: 0;
}

.CopyrightPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.CopyrightPets2026 a {
  text-decoration: underline;
}
.CopyrightPets2026 a:hover {
  text-decoration: none;
}

.contRedesPets2026 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.RedesPets2026 {
  width: auto;
  float: left;
  text-align: center;
  margin: 0 10px;
}

.RedesPets2026 svg {
  width: 45px;
  height: 45px;
  display: inline-block;
}

.RedesPets2026 a {
  width: 80px;
  height: 80px;
  float: left;
  text-align: center;
  border-radius: 90px;
  background-color: #693b1c;
  color: #fff;
  padding: 17px;
  transition: 0.3s;
}

.RedesPets2026 a:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s;
  transform: scale(1.1);
}

/*-------------- MEDIA QUERIES ------------------*/

@media (max-width: 575.98px) {
  body {
    font-size: 1.1rem;
    line-height: 1.9rem;
  }

  .ContFechePets2026 {
    text-align: center;
  }

  .NavMascotas2026 .container-fluid {
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }

  .LogoPetsPrimavera {
    left: 15px;
    top: 8px;
    margin-left: 0;
    position: absolute;
  }

  .NavMascotas2026 {
    display: inline-block;
    height: auto;
    border-radius: 40px;
  }

  .ulNavMascotas {
    height: 614px;
    max-height: 100%;
    display: inline-block;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
    padding: 0 20px;
  }

  .nav-itemBtnNaranja {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .ulNavMascotas li {
    margin-top: 30px;
    font-size: 1.3rem;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 13px 10px;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    border-radius: 30px;
    padding: 10px;
  }

  .imgPrinPets2026 {
    width: 100%;
  }

  .img1PrinPets2026 {
    width: 100%;
  }

  .infoPrinPets2026 {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    text-align: center;
    padding: 0 10px;
  }

  .infoPrinPets2026 h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .SliderHeroPets2026 .slick-dots {
    margin: 0px 0 25px 0;
    display: inline-block;
    position: inherit;
    z-index: inherit;
  }

  .SliderHeroPets2026 .slick-dots li {
    width: 80px;
  }

  .Btn-ParticiparPets {
    margin-top: 17px;
    text-align: center;
  }

  .Btn-ParticiparPets button {
    height: 66px;
  }

  .TitSeccPets2026 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 10px 0 20px 0;
  }

  .seccDescPets2026 {
    padding: 50px 10px;
  }

  .colsDescPets2026 {
    text-align: center;
  }

  .infoDescPets2026 {
    width: 300px;
  }

  .imgDescPets2026 {
    width: 300px;
    height: 390px;
  }

  .flor-amarilla2 {
    width: 170px;
    left: -33px;
    top: 123px;
  }
  .flor-rosa {
    width: 150px;
    right: -44px;
    bottom: 50px;
  }
  .img2DescPets2026 {
    width: 215px;
    right: -20px;
    top: -12px;
  }
  .img1DescPets2026 {
    width: 220px;
    left: 0;
    bottom: 0;
  }

  .infoLugarPets2026 {
    width: 100%;
  }

  .wooftopL {
    width: 100%;
  }

  .colsLugarPets2026 {
    text-align: center;
  }

  .seccCDPets2026 {
    height: auto;
    padding: 50px 0 120px 0;
  }

  .colsCDPets2026 {
    text-align: center;
  }

  .imgCDPets2026 {
    width: 300px;
    height: 300px;
  }

  .infoCDPets2026 {
    padding: 0 10px;
  }

  .img1CDPets2026 {
    width: 157px;
    right: -15px;
    top: 0;
  }
  .img2CDPets2026 {
    width: 160px;
    left: 2px;
    top: 0;
  }
  .img3CDPets2026 {
    width: 166px;
    left: 10px;
    bottom: -13px;
  }
  .img4CDPets2026 {
    width: 65px;
    left: 128px;
    top: 100px;
  }

  .seccTalleresPets2026 {
    padding: 50px 10px 95px 10px;
  }

  .colsTalleresPets2026 {
    text-align: right;
    padding: 0 10px;
  }

  .txtTalleresPets2026 {
    width: 70%;
    margin-top: 5px;
    margin-left: 0;
    text-align: right;
    padding: 0;
  }

  .TxtTallerPets2026 {
    height: auto;
  }

  .imgTalleresPets2026 {
    left: -2px;
    top: -28px;
  }

  .img1TalleresPets2026 {
    width: 105px;
  }

  .SlideTalleresPets2026 {
    margin: 45px 0 0 0;
  }

  .SlideTalleresPets2026 .slick-list {
    padding-right: 0;
  }

  .logoSlideTalleresPets2026 {
    width: 98%;
    height: 380px;
    padding: 20px;
    float: left;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top: 2px solid #000;
    border-bottom: 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }

  .logoTallerPets2026 {
    width: 400px;
    margin: 0 auto;
  }

  .infoSlideTalleresPets2026 {
    width: 98%;
    height: auto;
    border-radius: 30px;
    padding: 30px 20px;
    margin-left: 0;
    margin-top: -50px;
  }

  .contSlideTalleresPets2026 {
    margin-left: 0;
  }

  .flecha-prev,
  .flecha-next {
    top: inherit;
    bottom: -90px;
  }

  .flecha-prev:hover,
  .flecha-next:hover {
    transform: none;
  }

  .flecha-prev {
    right: 52%;
  }
  .flecha-next {
    right: 25%;
  }

  .txtRegistroPets2026 {
    padding: 0 30px;
    margin-top: 0px;
    height: 240px;
  }

  .contimg1RegistroPets2026 {
    width: 100%;
    top: 20px;
    left: 0;
    height: 180px;
    position: relative;
  }

  .contimg2RegistroPets2026 {
    width: auto;
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 46px;
    right: -31px;
  }

  .img1RegistroPets2026 {
    width: 220px;
    left: -35px;
    top: 80px;
  }

  .img2RegistroPets2026 {
    width: 200px;
    right: -12px;
    top: 40px;
  }

  .contFormRegistroPets2026 {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
  }

  .input-fecha-pets-2026 {
    width: 84px;
  }

  .labelcheckbox-pets-2026 {
    width: 80%;
  }

  .florAmarillaPets2026 {
    width: 150px;
    right: -60px;
    bottom: -66px;
  }

  .papelPets2026 {
    width: 250px;
    left: -1%;
    bottom: -24px;
  }

  .btn-form-pets-2026 {
    height: 70px;
    margin-top: 5px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .seccAyudaPets2026 {
    height: 560px;
  }

  .txtAyudaPets2026 {
    width: 300px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  .img1AyudaPets2026 {
    width: 360px;
    bottom: -311px;
    left: -15px;
  }

  .imgflor-rosaPets2026 {
    width: 160px;
    bottom: -292px;
    left: -64px;
  }

  .colsRedesPets2026 {
    text-align: center;
  }

  .img1RedesPets2026 {
    width: 130px;
    position: inherit;
    right: inherit;
    bottom: inherit;
  }

  .contGaleriaPets2026 {
    margin: auto;
    padding: 0;
  }

  .filaGaleriaPets2026 {
    display: inline-block;
  }

  .contGaleriaPets2026 img {
    border: 10px solid #fff;
  }

  .mapaPets2026 {
    margin-top: 25px;
    margin-left: 0;
    text-align: center;
  }

  .mapaPets2026 iframe {
    width: 99%;
  }

  .btns-ComoLlegarPets2026 {
    margin-top: 0px;
  }

  .btn-LugarPets2026 {
    margin: 20px 10px;
  }

  .SliderFotosPets2026 {
    display: none;
  }

  .SliderFotosPets2026mob {
    display: inline-block;
  }

  .itemFotoCDPets2026mob img {
    width: 270px;
    margin: 0 auto;
  }

  .itemFotoCDPets2026mob img:hover {
    transition: inherit;
    transform: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body {
    font-size: 1.1rem;
    line-height: 1.9rem;
  }

  .ContFechePets2026 {
    text-align: center;
  }

  .NavMascotas2026 .container-fluid {
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }

  .LogoPetsPrimavera {
    top: 8px;
    left: 15px;
    margin-left: 0;
    position: absolute;
  }

  .NavMascotas2026 {
    display: inline-block;
    height: auto;
    border-radius: 40px;
  }

  .ulNavMascotas {
    height: 614px;
    max-height: 100%;
    display: inline-block;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
    padding: 0 20px;
  }

  .nav-itemBtnNaranja {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .ulNavMascotas li {
    margin-top: 30px;
    font-size: 1.3rem;
    width: -webkit-fill-available;
    width: -moz-available;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    border-radius: 30px;
    padding: 10px;
  }

  .imgPrinPets2026 {
    width: 100%;
  }

  .img1PrinPets2026 {
    width: 80%;
    margin: 0 auto;
  }

  .infoPrinPets2026 {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    text-align: center;
    padding: 0 10px;
  }

  .infoPrinPets2026 h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .SliderHeroPets2026 .slick-dots {
    margin: 0px 0 25px 0;
    display: inline-block;
    position: inherit;
    z-index: inherit;
  }

  .SliderHeroPets2026 .slick-dots li {
    width: 80px;
  }

  .Btn-ParticiparPets {
    margin-top: 17px;
    text-align: center;
  }

  .Btn-ParticiparPets button {
    height: 66px;
  }

  .TitSeccPets2026 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 10px 0 20px 0;
  }

  .colsDescPets2026 {
    text-align: center;
  }

  .seccDescPets2026 {
    padding: 50px 10px;
  }

  .infoDescPets2026 {
    width: 300px;
  }

  .imgDescPets2026 {
    width: 300px;
    height: 390px;
  }

  .flor-amarilla2 {
    width: 170px;
    left: -33px;
    top: 123px;
  }
  .flor-rosa {
    width: 150px;
    right: -44px;
    bottom: 50px;
  }
  .img2DescPets2026 {
    width: 215px;
    right: -20px;
    top: -12px;
  }
  .img1DescPets2026 {
    width: 220px;
    left: 0;
    bottom: 0;
  }

  .colsLugarPets2026 {
    text-align: center;
  }

  .seccCDPets2026 {
    height: auto;
    padding: 50px 0 120px 0;
  }

  .colsCDPets2026 {
    text-align: center;
  }

  .imgCDPets2026 {
    width: 300px;
    height: 300px;
  }

  .infoCDPets2026 {
    padding: 0px 150px;
  }

  .img1CDPets2026 {
    width: 157px;
    right: -15px;
    top: 0;
  }
  .img2CDPets2026 {
    width: 160px;
    left: 2px;
    top: 0;
  }
  .img3CDPets2026 {
    width: 166px;
    left: 10px;
    bottom: -13px;
  }
  .img4CDPets2026 {
    width: 65px;
    left: 128px;
    top: 100px;
  }

  .seccTalleresPets2026 {
    padding: 50px 10px 100px 10px;
  }

  .colsTalleresPets2026 {
    text-align: right;
    padding: 0 10px;
  }

  .txtTalleresPets2026 {
    width: 68%;
    margin-top: 5px;
    margin-left: 0;
    text-align: right;
    padding: 0;
  }

  .imgTalleresPets2026 {
    left: -9px;
    top: -62px;
  }

  .img1TalleresPets2026 {
    width: 140px;
  }

  .contSlideTalleresPets2026 {
    margin-left: 0;
  }

  .SlideTalleresPets2026 .slick-list {
    padding-right: 0;
  }

  .logoSlideTalleresPets2026 {
    width: 95%;
    height: 260px;
    padding: 20px;
    float: left;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top: 2px solid #000;
    border-bottom: 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }

  .logoTallerPets2026 {
  }

  .infoSlideTalleresPets2026 {
    width: 95%;
    height: auto;
    border-radius: 30px;
    padding: 30px 20px;
    margin-left: 0;
    margin-top: -50px;
  }

  .flecha-prev,
  .flecha-next {
    top: inherit;
    bottom: -90px;
  }

  .flecha-prev {
    right: 51%;
  }
  .flecha-next {
    right: 34%;
  }

  .flecha-prev:hover,
  .flecha-next:hover {
    transform: none;
  }

  .txtRegistroPets2026 {
    padding: 0 100px;
    height: 240px;
  }

  .TxtTallerPets2026 {
    height: auto;
  }

  .contimg1RegistroPets2026 {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
  }

  .img1RegistroPets2026 {
    width: 280px;
    left: -27px;
    top: 80px;
  }

  .img2RegistroPets2026 {
    width: 230px;
    right: -14px;
    top: 51px;
  }

  .contFormRegistroPets2026 {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
  }

  .input-fecha-pets-2026 {
    width: 90px;
  }

  .labelcheckbox-pets-2026 {
    width: 82%;
  }

  .florAmarillaPets2026 {
    width: 150px;
    right: -60px;
    bottom: -66px;
  }

  .seccAyudaPets2026 {
    height: 560px;
  }

  .txtAyudaPets2026 {
    width: 400px;
    margin: 0;
  }

  .img1AyudaPets2026 {
    width: 366px;
    bottom: -310px;
    left: 26%;
  }

  .imgflor-rosaPets2026 {
    width: 160px;
    bottom: -252px;
    left: -37px;
  }

  .colsRedesPets2026 {
    text-align: center;
  }

  .img1RedesPets2026 {
    width: 130px;
    position: inherit;
    right: inherit;
    bottom: inherit;
  }

  .contGaleriaPets2026 {
    margin: auto;
    padding: 0;
  }

  .filaGaleriaPets2026 {
    display: inline-block;
  }

  .contGaleriaPets2026 img {
    border: 10px solid #fff;
  }

  .mapaPets2026 {
    margin-top: 35px;
    margin-left: 0;
    text-align: center;
  }

  .SliderFotosPets2026 {
    display: none;
  }

  .SliderFotosPets2026mob {
    display: inline-block;
  }

  .SliderFotosPets2026mob .slick-list {
    padding-right: 200px;
  }

  .itemFotoCDPets2026mob {
    padding: 0 2px;
  }

  .itemFotoCDPets2026mob img {
    width: 250px;
    margin: 0 auto;
  }

  .itemFotoCDPets2026mob img:hover {
    transition: inherit;
    transform: none;
  }

  .SliderFotosPets2026mob .flecha-prev,
  .SliderFotosPets2026mob .flecha-next {
    top: inherit;
    bottom: -95px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 1.1rem;
    line-height: 1.9rem;
  }

  .ContFechePets2026 {
    text-align: center;
  }

  .NavMascotas2026 .container-fluid {
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }

  .LogoPetsPrimavera {
    left: 15px;
    top: 8px;
    margin-left: 0;
    position: absolute;
  }

  .NavMascotas2026 {
    display: inline-block;
    height: auto;
    border-radius: 40px;
  }

  .ulNavMascotas {
    height: 614px;
    max-height: 100%;
    display: inline-block;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
    padding: 0 20px;
  }

  .nav-itemBtnNaranja {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .ulNavMascotas li {
    margin-top: 30px;
    font-size: 1.3rem;
    width: -webkit-fill-available;
    width: -moz-available;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    border-radius: 30px;
    padding: 10px;
  }

  .imgPrinPets2026 {
    width: 100%;
  }

  .img1PrinPets2026 {
    width: 700px;
    margin: 0 auto;
  }

  .infoPrinPets2026 {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    text-align: center;
    padding: 0 10px;
  }

  .infoPrinPets2026 h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .SliderHeroPets2026 .slick-dots {
    margin: 0px 0 25px 0;
    display: inline-block;
    position: inherit;
    z-index: inherit;
  }

  .SliderHeroPets2026 .slick-dots li {
    width: 80px;
  }

  .Btn-ParticiparPets {
    margin-top: 17px;
    text-align: center;
  }

  .Btn-ParticiparPets button {
    height: 66px;
  }

  .TitSeccPets2026 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 10px 0 20px 0;
  }

  .seccDescPets2026 {
    padding: 50px 10px;
  }

  .infoDescPets2026 {
    width: 300px;
  }

  .imgDescPets2026 {
    width: 300px;
    height: 390px;
  }

  .flor-amarilla2 {
    width: 170px;
    left: -33px;
    top: 123px;
  }
  .flor-rosa {
    width: 150px;
    right: -44px;
    bottom: 50px;
  }
  .img2DescPets2026 {
    width: 215px;
    right: -20px;
    top: -12px;
  }
  .img1DescPets2026 {
    width: 220px;
    left: 0;
    bottom: 0;
  }

  .infoLugarPets2026 {
    width: 100%;
  }

  .wooftopL {
    width: 350px;
  }

  .seccCDPets2026 {
    height: auto;
    padding: 50px 0 110px 0;
  }

  .imgCDPets2026 {
    width: 300px;
    height: 300px;
  }

  .infoCDPets2026 {
    padding: 0 10px;
  }

  .img1CDPets2026 {
    width: 157px;
    right: -15px;
    top: 0;
  }
  .img2CDPets2026 {
    width: 160px;
    left: 2px;
    top: 0;
  }
  .img3CDPets2026 {
    width: 166px;
    left: 10px;
    bottom: -13px;
  }
  .img4CDPets2026 {
    width: 65px;
    left: 128px;
    top: 100px;
  }

  .seccTalleresPets2026 {
    padding: 50px 10px 100px 10px;
  }

  .colsTalleresPets2026 {
    text-align: right;
    padding: 0 10px;
  }

  .contSlideTalleresPets2026 {
    margin-left: 0;
  }

  .txtTalleresPets2026 {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    text-align: center;
    padding: 0 144px;
  }

  .imgTalleresPets2026 {
    left: -9px;
    top: -93px;
  }

  .img1TalleresPets2026 {
    width: 140px;
  }

  .SlideTalleresPets2026 .slick-list {
    padding-right: 0;
  }

  .logoSlideTalleresPets2026 {
    width: 99%;
    height: 390px;
    padding: 20px;
    float: left;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top: 2px solid #000;
    border-bottom: 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }

  .logoTallerPets2026 {
    width: 500px;
    margin: 0 auto;
  }

  .TxtTallerPets2026 {
    height: auto;
  }

  .infoSlideTalleresPets2026 {
    width: 99%;
    height: auto;
    border-radius: 30px;
    padding: 30px 20px;
    margin-left: 0;
    margin-top: -50px;
  }

  .flecha-prev,
  .flecha-next {
    top: inherit;
    bottom: -90px;
  }

  .flecha-prev {
    right: 50%;
  }
  .flecha-next {
    right: 37%;
  }

  .flecha-prev:hover,
  .flecha-next:hover {
    transform: none;
  }

  .txtRegistroPets2026 {
    padding: 0 31%;
    height: 240px;
  }

  .contimg1RegistroPets2026 {
    width: 100%;
    position: inherit;
    z-index: inherit;
    top: inherit;
    left: inherit;
  }

  .img1RegistroPets2026 {
    width: 340px;
    left: -10px;
    top: 40px;
  }

  .img2RegistroPets2026 {
    width: 280px;
    right: -5px;
    top: 13px;
  }

  .contFormRegistroPets2026 {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
  }

  .input-fecha-pets-2026 {
    width: 90px;
  }

  .labelcheckbox-pets-2026 {
    width: 82%;
  }

  .florAmarillaPets2026 {
    width: 150px;
    right: -60px;
    bottom: -66px;
  }

  .seccAyudaPets2026 {
    height: 560px;
  }

  .txtAyudaPets2026 {
    width: 440px;
    margin: 0;
  }

  .img1AyudaPets2026 {
    width: 400px;
    bottom: -340px;
    left: 30%;
  }

  .imgflor-rosaPets2026 {
    width: 164px;
    bottom: -258px;
    left: -40px;
  }

  .colsRedesPets2026 {
    text-align: center;
  }

  .img1RedesPets2026 {
    width: 130px;
    position: inherit;
    right: inherit;
    bottom: inherit;
  }

  .contGaleriaPets2026 {
    margin: auto;
    padding: 0;
  }

  .filaGaleriaPets2026 {
    display: inline-block;
  }

  .contGaleriaPets2026 img {
    border: 10px solid #fff;
  }

  .btn-LugarPets2026 {
    margin: 20px 10px;
  }

  .mapaPets2026 iframe {
    width: 99%;
  }

  .SliderFotosPets2026 {
    display: none;
  }

  .SliderFotosPets2026mob {
    display: inline-block;
  }

  .SliderFotosPets2026mob .slick-list {
    padding-right: 250px;
  }

  .itemFotoCDPets2026mob {
    padding: 0;
  }

  .itemFotoCDPets2026mob img {
    width: 50%;
    margin: 0 auto;
    border: 25px solid #fff;
  }

  .itemFotoCDPets2026mob img:hover {
    transition: inherit;
    transform: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-itemBtnNaranja {
    padding: 15px 20px;
  }

  .TitSeccPets2026 {
    font-size: 3rem;
    line-height: 4rem;
    margin: 10px 0 30px 0;
  }

  .txtTalleresPets2026 {
    margin-top: 15px;
    padding: 0 242px;
  }

  .img2RegistroPets2026 {
    right: -16px;
    top: -109px;
  }

  .img1RegistroPets2026 {
    left: -52px;
    top: -70px;
  }

  .img1RedesPets2026 {
    width: 170px;
    right: 118px;
  }

  .contSlideTalleresPets2026 {
    margin-left: 2%;
  }

  .infoSlideTalleresPets2026 {
    width: 65%;
  }

  .logoSlideTalleresPets2026 {
    width: 37%;
  }

  .SlideTalleresPets2026 .slick-list {
    padding-right: 30px;
  }

  .logoTallerPets2026 {
  }

  .ulNavMascotas {
    font-size: 1rem;
    line-height: 1rem;
  }

  .img1PrinPets2026 {
    width: 480px;
  }

  .infoPrinPets2026 {
    width: 55%;
    margin-top: 68px;
    padding-right: 30px;
  }

  .Btn-ParticiparPets {
    margin-top: 15px;
  }

  .infoPrinPets2026 h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .seccCDPets2026 {
  }

  .imgCDPets2026 {
    width: 514px;
  }

  .img1CDPets2026 {
    width: 250px;
  }

  .img2CDPets2026 {
    width: 220px;
    left: 50px;
    top: 0;
  }

  .img3CDPets2026 {
    width: 226px;
    left: 62px;
    bottom: 170px;
  }

  .img4CDPets2026 {
    width: 74px;
    left: 46%;
    top: 147px;
  }

  .infoCDPets2026 {
    padding: 0 20%;
  }

  .txtAyudaPets2026 {
    width: 540px;
  }

  .img1AyudaPets2026 {
    width: 300px;
    bottom: -140px;
    left: -47px;
  }

  .imgflor-rosaPets2026 {
    width: 130px;
    bottom: -140px;
    left: -60px;
  }

  .wooftopL {
    width: 330px;
  }

  .infoDescPets2026 {
    width: 491px;
  }

  .img1DescPets2026 {
    width: 384px;
  }

  .img2DescPets2026 {
    width: 297px;
    right: 90px;
    top: 41px;
  }

  .flor-amarilla2 {
    width: 200px;
    left: 70px;
    top: 225px;
  }

  .flor-rosa {
    right: 77px;
    bottom: 7px;
  }

  .contGaleriaPets2026 {
    padding: 30px 0;
  }

  .smallGaleriaPets2026 {
  }

  .normalGaleriaPets2026,
  .largeGaleriaPets2026 {
  }

  .infoLugarPets2026 {
    width: 100%;
  }

  .mapaPets2026 iframe {
    width: 99%;
  }

  .btn-LugarPets2026 {
    margin: 20px 10px;
  }

  .contGaleriaPets2026 img {
    border: 15px solid #fff;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .infoPrinPets2026 {
    margin-top: 113px;
    padding-right: 20px;
  }

  .img1PrinPets2026 {
    width: 600px;
  }

  .TitSeccPets2026 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .txtTalleresPets2026 {
    padding: 0 253px;
  }

  .img1RegistroPets2026 {
    left: -34px;
    top: -70px;
  }

  .img2RegistroPets2026 {
    right: 8px;
    top: -130px;
  }

  .img1RedesPets2026 {
    right: 204px;
  }

  .contSlideTalleresPets2026 {
    margin-left: 2%;
  }

  .img1CDPets2026 {
    width: 300px;
  }

  .img2CDPets2026 {
    width: 270px;
    left: 60px;
    top: 0;
  }

  .img3CDPets2026 {
    width: 282px;
    left: 71px;
    bottom: 73px;
  }

  .img4CDPets2026 {
    left: 47%;
    top: 180px;
  }

  .txtAyudaPets2026 {
    width: 416px;
  }

  .contGaleriaPets2026 {
    padding: 30px 0 40px 0px;
  }

  .infoLugarPets2026 {
    width: 87%;
  }
}