@font-face {
  font-family: "Rubik-Light";
  src: url("../fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Rubik-Regular";
  src: url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Rubik-Medium";
  src: url("../fonts/Rubik-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Rubik-Bold";
  src: url("../fonts/Rubik-Bold.ttf") format("truetype");
}

/* COLORS */
/* GLOBAL */
*,
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding: 5rem;
  scroll-snap-align: y mandatory;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Rubik-Regular", sans-serif;
  color: #191c1b;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.2;
}

ul {
  list-style: none;
  padding-left: 0px;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
  line-height: 1.2;
}

/* SECTIONS */
.nosotros,
.novedades {
  padding: 6rem 0rem;
}

@media (max-width: 767px) {
  .nosotros,
  .novedades {
    padding: 3rem 0rem;
  }
}

.contacto {
  padding: 3rem 0rem;
}

.nosotros p {
  margin: 2rem 0rem;
}

.novedades .novedad {
  border-radius: 35px;
  border: 2px solid #0094d2;
}

.novedades .novedad .box {
  padding: 20px;
}

.novedades .novedad img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 260px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}

.novedades .novedad h2 {
  font-family: "Rubik-Medium", sans-serif;
  font-size: 1.5rem;
  color: #0094d2;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .novedades .novedad h2 {
    font-size: 1.2rem;
  }
}

.novedades .novedad p {
  margin-top: 1rem;
}

.novedades .novedad .btn {
  text-transform: none;
  font-family: "Rubik-Regular", sans-serif;
  font-size: 1.1rem;
  padding: 5px 15px;
}

@media (max-width: 767px) {
  .novedades .novedad .btn {
    font-size: 1rem;
  }
}

#Productos .swiper {
  height: 100vh;
}

@media (max-width: 767px) {
  #Productos .swiper {
    height: 60vh;
  }
}

#Productos .swiper .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px;
  background-color: white;
  text-align: center;
}

@media (max-width: 767px) {
  #Productos .swiper .caption {
    padding: 20px;
  }
}

#Productos .swiper .caption .title {
  color: #ff43a8;
}

#Productos .swiper .caption p {
  color: #191c1b;
}

#Productos #Categories {
  padding: 6rem 0rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 300px 300px;
      grid-template-rows: 300px 300px;
  grid-gap: 30px;
}

@media (max-width: 767px) {
  #Productos #Categories {
    padding: 3rem 0rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[11];
        grid-template-rows: repeat(11, 1fr);
  }
  #Productos #Categories .category {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

#Productos #Categories .one {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

#Productos #Categories .two {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (max-width: 767px) {
  #Productos #Categories .two {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

#Productos #Categories .three {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (max-width: 767px) {
  #Productos #Categories .three {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

#Productos #Categories .four {
  -ms-grid-row: 2;
  grid-row: 2;
}

@media (max-width: 767px) {
  #Productos #Categories .four {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}

#Productos #Categories .five {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media (max-width: 767px) {
  #Productos #Categories .five {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}

#Productos #Categories .six {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
}

@media (max-width: 767px) {
  #Productos #Categories .six {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
}

#Productos #Categories .seven {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}

@media (max-width: 767px) {
  #Productos #Categories .seven {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}

#Productos #Categories .eigh,
#Productos #Categories .nine {
  -ms-grid-row: 3;
  grid-row: 3;
}

@media (max-width: 767px) {
  #Productos #Categories .eigh,
  #Productos #Categories .nine {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
}

@media (max-width: 767px) {
  #Productos #Categories .nine {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
}

#Productos #Categories .ten {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 4;
  grid-row: 4;
}

@media (max-width: 767px) {
  #Productos #Categories .ten {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
}

#Productos #Categories .eleven {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
  -ms-grid-row: 4;
  grid-row: 4;
}

@media (max-width: 767px) {
  #Productos #Categories .eleven {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
}

#Productos #Categories .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #0094d2;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#Productos #Categories .category img {
  max-width: 120px;
  margin-bottom: 1rem;
}

#Productos #Categories .category h4 {
  text-transform: uppercase;
  font-family: "Rubik-bold", sans-serif;
  font-size: 1.2rem;
  color: white;
}

#Productos #Categories .category:hover {
  background-color: #ff43a8;
  cursor: pointer;
}

#Productos .swiper-button-prev:after,
#Productos .swiper-button-next:after {
  color: white;
}

#Productos .modal {
  top: 15%;
}

#Productos .modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

#Productos .modal .btn-close:focus, #Productos .modal .btn-close:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#Productos .modal .modal-dialog {
  max-width: 700px;
}

#Productos .modal .modal-content {
  border-radius: 20px;
}

#Productos .modal .modal-body {
  padding: 0;
  border: 4px solid #0094d2;
  border-radius: 15px;
  -webkit-filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.35));
  overflow: hidden;
}

#Productos .modal .mainImage {
  border-radius: 15px;
  max-height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Productos .modal .productImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -70px;
}

@media (max-width: 767px) {
  #Productos .modal .productImages {
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  #Productos .modal .productImages img {
    width: 90px;
  }
}

#Productos .modal .box {
  padding: 40px 40px 20px 40px;
  text-align: center;
}

@media (max-width: 767px) {
  #Productos .modal .box {
    padding: 40px 20px 20px 20px;
  }
}

#Productos .modal .box .title {
  color: #ff43a8;
  text-transform: capitalize;
}

#Productos .modal .box p {
  font-family: "Rubik-Light", sans-serif;
  margin: 1rem 0rem;
}

.page-template-page-productos footer {
  background-color: #ff43a8;
}

#Novedades .Hero {
  background-image: url("../img/novedades/hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #0094d2;
}

@media (max-width: 767px) {
  #Novedades .Hero {
    min-height: 40vh;
  }
}

#Novedades .Hero .caption {
  padding: 30px;
  background-color: #ff43a8;
  text-align: center;
}

@media (max-width: 767px) {
  #Novedades .Hero .caption {
    padding: 20px;
  }
}

#Novedades .Hero .caption .title {
  color: white;
  margin-bottom: 0;
}

#Novedades .posts {
  padding: 6rem 0rem;
}

@media (max-width: 767px) {
  #Novedades .posts {
    padding: 3rem 0rem;
  }
}

#Novedades .post {
  border: 2px solid #0094d2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 480px;
}

@media (max-width: 767px) {
  #Novedades .post {
    min-height: 400px;
  }
}

#Novedades .post:hover {
  border-color: #ff43a8;
}

#Novedades .post .box {
  padding: 20px;
}

#Novedades .post img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
}

#Novedades .post h4 {
  font-family: "Rubik-Medium", sans-serif;
  font-size: 1.5rem;
  color: #ff43a8;
  line-height: 1.2;
}

@media (max-width: 767px) {
  #Novedades .post h4 {
    font-size: 1.2rem;
  }
}

#Novedades .post p {
  margin-top: 1rem;
}

#Novedades .post .icon {
  color: #ff43a8;
  font-family: "Rubik-Light", sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin-top: 0.5rem;
}

#Sucursales .Hero {
  background-image: url("../img/banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #0094d2;
}

@media (max-width: 767px) {
  #Sucursales .Hero {
    min-height: 60vh;
  }
}

#Sucursales .Hero .caption {
  padding: 30px;
  background-color: #ff43a8;
  color: white;
  text-align: center;
}

@media (max-width: 767px) {
  #Sucursales .Hero .caption {
    padding: 20px;
  }
}

#Sucursales .Hero .caption .title {
  color: white;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #Sucursales .Hero .caption .title {
    margin-bottom: 0.5rem;
  }
}

#Sucursales .hidedSucursales {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#Sucursales .hidedSucursales > .sucursal:nth-child(2) .caption {
  left: 0;
  right: unset;
}

#Sucursales .hidedSucursales > .sucursal .caption {
  left: unset;
  right: 0;
}

#Sucursales .sucursales {
  padding: 6rem 0rem;
}

@media (max-width: 767px) {
  #Sucursales .sucursales {
    padding: 3rem 0rem;
  }
}

#Sucursales .sucursal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #0094d2;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 2rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  #Sucursales .sucursal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 700px;
    margin-bottom: 3rem;
  }
}

#Sucursales .sucursal:hover {
  border-color: #ff43a8;
}

#Sucursales .sucursal:hover iframe {
  -webkit-filter: saturate(1);
          filter: saturate(1);
}

#Sucursales .sucursal:hover .caption {
  background-color: #ff43a8;
  opacity: 0;
}

#Sucursales .sucursal > img {
  width: 50%;
  -o-object-fit: fill;
     object-fit: fill;
  min-height: 400px;
}

@media (max-width: 767px) {
  #Sucursales .sucursal > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#Sucursales .sucursal iframe {
  width: 50%;
  min-height: 900px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

@media (max-width: 767px) {
  #Sucursales .sucursal iframe {
    width: 100%;
  }
}

#Sucursales .sucursal:nth-child(2) .caption {
  left: unset;
  right: 0;
}

#Sucursales .sucursal .caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 40px;
  background-color: #0094d2;
  color: white;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  #Sucursales .sucursal .caption {
    padding: 20px 15px;
  }
}

#Sucursales .sucursal .caption h1 {
  font-family: "Rubik-bold", sans-serif;
  font-size: 25px;
}

#Sucursales .sucursal .caption ul {
  margin-top: 1rem;
}

#Sucursales .sucursal .caption ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  font-size: 17px;
  font-family: "Rubik-Light", sans-serif;
  margin: 1rem 0rem;
}

#Sucursales .sucursal .caption ul li img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

#Proyecto .Hero {
  background-image: url("../img/novedades/hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #0094d2;
}

@media (max-width: 767px) {
  #Proyecto .Hero {
    min-height: 60vh;
  }
}

#Proyecto .Hero .caption {
  padding: 30px;
  background-color: #ff43a8;
  text-align: center;
}

@media (max-width: 767px) {
  #Proyecto .Hero .caption {
    padding: 20px;
  }
}

#Proyecto .Hero .caption .title {
  color: white;
  margin-bottom: 0;
}

/* PARTIALS */
#nav-icon3 {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3:hover span {
  background-color: #ff43a8;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(4) {
  top: 29px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  z-index: 9999999999999;
}

.race-by {
  --uib-size: 80px;
  --uib-speed: 1.4s;
  --uib-color: #ff43a8;
  --uib-line-weight: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: var(--uib-line-weight);
  width: var(--uib-size);
  border-radius: calc(var(--uib-line-weight) / 2);
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.race-by::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--uib-color);
  opacity: 0.1;
}

.race-by::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: calc(var(--uib-line-weight) / 2);
  -webkit-animation: raceBy var(--uib-speed) ease-in-out infinite;
          animation: raceBy var(--uib-speed) ease-in-out infinite;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: var(--uib-color);
}

@-webkit-keyframes raceBy {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes raceBy {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.menuWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff43a8;
  -webkit-transform: translateX(2500px);
          transform: translateX(2500px);
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  text-align: center;
}

.menuWrapper.show {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.menuWrapper .menu-item {
  font-family: "Rubik-Light", sans-serif;
  font-size: 1.5rem;
  color: white;
  margin: 0.5rem 0rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  .menuWrapper .menu-item {
    margin: 0.7rem 0rem;
  }
}

@media (max-width: 767px) {
  .menuWrapper .menu-item {
    font-size: 2rem;
  }
}

.menuWrapper .menu-item:hover {
  opacity: 0.8;
}

.menuWrapper .menu-item.current-menu-item {
  font-family: "Rubik-bold", sans-serif;
}

.menuWrapper .border {
  position: fixed;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .menuWrapper .border {
    bottom: -2px;
  }
}

.menuWrapper .megaman {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 200px;
}

@media (max-width: 767px) {
  .menuWrapper .megaman {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .menuWrapper .menuLogo {
    position: absolute;
    left: 32%;
    top: 20px;
    width: 150px;
  }
}

.menuWrapper #rrss li {
  margin: 0rem 0.5rem;
}

.menuWrapper #rrss li:hover {
  background-color: #0094d2;
}

.toggler {
  z-index: 99999;
}

header .navbar {
  padding: 1rem 0rem;
  background-color: #0094d2;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}

header .logo {
  margin-right: 7rem;
}

.wpp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  padding: 14px;
  background: #ff43a8;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .wpp {
    bottom: 60px;
    right: 20px;
  }
}

.wpp img {
  width: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (max-width: 767px) {
  .wpp img {
    width: 20px;
  }
}

.wpp.show {
  opacity: 1;
  visibility: visible;
}

.wpp:hover {
  background-color: #0094d2;
}

#Newsletter .modal-dialog {
  max-width: 680px;
  top: 15%;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}

#Newsletter .wpcf7-submit {
  float: right;
  text-transform: capitalize;
  font-family: "Rubik-Light", sans-serif;
}

#Newsletter .modal-content {
  border-radius: 15px;
}

#Newsletter .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 20px;
}

@media (max-width: 767px) {
  #Newsletter .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #Newsletter .modal-body img {
    width: 150px;
  }
}

#Newsletter .modal-body h1 {
  color: #0094d2;
  font-family: "Rubik-bold", sans-serif;
  font-size: 2rem;
}

#Newsletter .modal-body > p {
  margin: 1rem 0;
  font-family: "Rubik-Light", sans-serif;
}

#Newsletter .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

footer {
  padding: 3rem 0rem 0rem 1rem;
  background-color: #0094d2;
}

footer #rrss {
  margin: 2rem auto;
}

footer .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  footer .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

footer .navbar-nav .menu-item {
  margin: 0 1rem;
  font-family: "Rubik-Light", sans-serif;
}

footer small {
  font-family: "Rubik-Light", sans-serif;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  footer .footer-logo {
    width: 100px;
  }
}

form br {
  display: none;
}

form .form-control {
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

form .form-control:focus, form .form-control:active {
  background-color: transparent;
}

.wpcf7-submit {
  font-family: "Rubik-bold", sans-serif;
  padding: 10px 20px;
  color: white;
  border-radius: 7px;
  background-color: #ff43a8;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  margin: 1rem auto;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wpcf7-submit:hover {
  color: white;
  background-color: #191c1b;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  top: 30px;
  opacity: 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #ff43a8;
  text-align: center;
  border-color: #ff43a8;
  border: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0094d2;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 5px;
  border: 1px solid;
}

.wpcf7 .invalid .wpcf7-response-output,
.wpcf7 .unaccepted .wpcf7-response-output,
.wpcf7 .payment-required .wpcf7-response-output {
  color: #ff43a8;
  padding: 1rem;
  border: 1px solid;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.4em 1em;
  border: 1px solid #ff43a8;
  border-color: #ff43a8 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
}

#Form {
  width: 50%;
}

@media (max-width: 767px) {
  #Form {
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  #Form {
    width: 80%;
  }
}

input,
textarea {
  border: 1px solid #0094d2;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
  display: block;
  margin-top: 1rem;
  resize: none;
  padding-bottom: 10px;
  background-color: transparent;
  color: white;
}

input:active, input:focus,
textarea:active,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-control {
  font-family: "Rubik-Regular", sans-serif;
  font-size: 1rem;
  border: 1px solid #0094d2;
  border-radius: 5px;
  padding: 10px 20px;
}

.form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ff43a8;
}

.form-control:focus::-webkit-input-placeholder, .form-control:active::-webkit-input-placeholder {
  color: #ff43a8;
}

.form-control:focus:-ms-input-placeholder, .form-control:active:-ms-input-placeholder {
  color: #ff43a8;
}

.form-control:focus::-ms-input-placeholder, .form-control:active::-ms-input-placeholder {
  color: #ff43a8;
}

.form-control:focus::placeholder, .form-control:active::placeholder {
  color: #ff43a8;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #ff43a8;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 20px;
  position: relative;
}

.wpcf7-spinner:after {
  background-color: #0094d2;
}

.bannerSucursales {
  min-height: 400px;
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bannerSucursales .caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px;
  background-color: #0094d2;
  color: white;
}

.bannerSucursales .caption .title {
  color: white;
  position: relative;
}

.bannerSucursales .caption .title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: white;
}

.bannerSucursales .caption p {
  font-style: italic;
  font-family: "Rubik-Light", sans-serif;
  margin: 2rem 0rem 1rem 0rem;
}

a:active, a:focus {
  outline: none;
  border: none;
}

.swiperHome {
  height: 100svh;
  height: 100vh;
  border-bottom: 3px solid #0094d2;
}

@media (max-width: 767px) {
  .swiperHome {
    height: 60vh;
  }
}

.swiperHome .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: white;
  text-align: center;
}

@media (max-width: 767px) {
  .swiperHome .caption {
    width: 90%;
  }
  .swiperHome .caption .btn {
    padding: 10px 30px;
  }
}

.swiperHome .caption h1 {
  font-size: 5rem;
  font-family: "Rubik-bold", sans-serif;
}

@media (max-width: 767px) {
  .swiperHome .caption h1 {
    font-size: 3rem;
  }
}

.swiperHome .caption h4 {
  font-size: 1.4rem;
  font-family: "Rubik-Light", sans-serif;
}

.swiperHome .caption .btn:hover {
  background-color: #0094d2;
}

.swiperHome .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.swiperHome .swiper-slide {
  cursor: pointer;
}

.swiperHome .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#rrss {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 767px) and (max-width: 1023px) {
  #rrss {
    font-size: 2rem;
  }
}

#rrss ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#rrss li {
  padding: 6px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid white;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#rrss li:hover {
  background-color: #ff43a8;
}

#rrss li:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

#rrss li a {
  text-transform: uppercase;
  text-decoration: underline;
}

#rrss li a img {
  color: #ff43a8;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.title {
  color: #0094d2;
  text-transform: uppercase;
  font-family: "Rubik-bold", sans-serif;
}

.btn {
  font-family: "Rubik-bold", sans-serif;
  padding: 10px 20px;
  color: white;
  border-radius: 7px;
  background-color: #ff43a8;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  margin: 1rem 0rem;
}

.btn:hover {
  color: white;
  background-color: #191c1b;
}
/*# sourceMappingURL=main.css.map */