@charset "utf-8";

:root {
  --btn-color: #fff;
  --btn-color-hover: #ececec;

  --color-gray: #d8d8d8;

  --primary-color: #b7111b;
  --primary-color-hover: #a90611;

  --secondary-color: #b7111b;
  --secondary-color-hover: #a90611;

  --accent-color: #dde6ee;

  --secondary-color-rgb: 255, 166, 0;

  --slider-arrow: #fff;

  --primary-font: "Plus Jakarta Sans", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
}

html {
  font-family: var(--secondary-font);
  font-size: 10px;
}

body,
td,
th,
input,
select,
textarea,
p,
a,
li {
  font-family: var(--secondary-font);
  color: #3d3d3d;
}

body,
td,
th,
input,
select,
textarea {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  font-weight: 700;
  color: #000;
}

/* Estilos para las zebras */
.zebra {
  margin-top: 15px;
  margin-bottom: 20px;
}
.zebra td {
  border-bottom: 1px solid #f1f1f1;
}
.zebra tr.alt td {
  background: #f7f7f7;
}
.zebra tr.over td {
  background: #e2e2e2;
}
.zebra tr.title td {
  background-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}

/* Retoques al jQuery UI*/
.margin {
  margin: 5px;
}
.clear {
  clear: both;
}
#MenuVertical {
  padding: 0;
  margin: 0;
  width: 172px;
  float: left;
  margin-right: 27px;
}
#MenuVertical li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-image: url(vineta.gif);
}
#MenuVertical li a {
  color: #3e545f;
  display: inline;
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  border-color: #454765 !important;
  background: #454765 !important;
  color: #dcdeff !important;
}
.btn-default {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  transition: all 0.3s ease;
}
.btn-default:hover {
  border-color: var(--primary-color-hover) !important;
  background-color: var(--primary-color-hover) !important;
  transition: all 0.3s ease;
  color: #fff !important;
}

.ct-content-buscar .btn-default {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  transition: all 0.3s ease;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #bb1f1f;
  color: #fff;
}
.nav-tabs > li > a {
  color: #19475e;
  font-weight: 600;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #3babe1;
  color: #fff;
}

/* Paddings */

.p-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p-y {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 1em;
}
.p-2 {
  padding: 2em;
}
.p-3 {
  padding: 3em;
}
.p {
  padding: 1em;
}

.d-flex {
  display: flex;
}

/* Tags */
p {
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: var(--azul);
}
a:visited,
a:active,
a:focus {
  text-decoration: none !important;
}
*:focus {
  outline: none !important;
}
/*------------*/

body.noscroll {
  overflow: hidden;
}

body.paginas .content-box {
  padding-top: 2rem;
}

/* section.home-section {
  padding-top: 7.2rem;
} */

.content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
}

/* .content-main, */
.site-content {
  padding-top: 7.2rem;
  margin: 0 auto;
}

.pg-adm .site-content {
  padding-top: 10.2rem;
}

.catalogo:not(.pg-adm).listado .content-area {
  position: relative;
  top: 12rem;
}

.catalogo:not(.pg-adm).listado .content-box {
  padding-top: 4.8rem;
}

.catalogo:not(.pg-adm).listado .container__footer {
  margin-top: 14rem;
}

.catalogo:not(.pg-adm).listado h2.content-box-title {
  opacity: 0;
}

#ct-articulo-relacionados > h6,
#ct-articulo-recomendados > h6 {
  text-transform: capitalize !important;
}

/*------------*/

.img-zoom-in,
.img-zoom-out {
  overflow: hidden;
}
.img-zoom-in img,
.img-zoom-out img {
  transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img {
  transform: scale(1.15);
}
.img-zoom-out img {
  transform: scale(1.15);
}
.img-zoom-out:hover img {
  transform: scale(1);
}
/* Fonts */
.text-upper {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.mm-slideout {
  z-index: 99;
}

/** Titutlos paginas internas */

.content-area {
  max-width: 120rem;
  margin: 0 auto;
}

.mod-box-title {
  text-align: center;
  padding: 2rem;
}

h2.content-box-title {
  font-weight: 900;
  color: #000;
  font-size: 2rem;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

/* HEADER */

header.home {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  background: #ffffff;
  transition: all 0.4s ease;
  /* border-bottom: 1px solid #dedede; */
}

header.home.fixed,
body:not(.home) header.home {
  background: #ffffff;
  border-bottom: 1px solid #dedede;
}

header.home.fixed .navbar-header nav.main-nav ul li a,
.nav__right ul li a,
body:not(.home) header.home .navbar-header nav.main-nav ul li a,
.nav__right ul li a {
  color: #000;
}

.relative__header {
  position: relative;
  width: 100%;
  padding: 0 2rem;
}

.header--top--right {
  display: none;
  justify-content: end;
  align-items: center;
  gap: 1.2rem;
  padding: 0.8rem 2rem;
  position: absolute;
  top: 0;
  right: 0;
}

.header--top--right span {
  font-size: 15px;
  font-weight: 600;
  color: #f8f8f8;
}

header.home.fixed {
  transition: all 0.4s ease;
  box-shadow: 0px 4px 8px 0px rgba(35, 35, 35, 0.12);
}

.header--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7.2rem;
  max-width: 170rem;
  margin: 0 auto;
  position: relative;
}

.header--content.disabled {
  display: none;
}

/* review */

.content-info-header {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding-left: 3.2rem;
}

.nav-brand {
  max-height: 8rem;
  transition: all 0.3s ease;
  position: relative;
  top: -0.4rem;
}

.nav-brand img {
  transition: all 0.3s ease;
  min-height: 6.4rem;
  max-height: 6.4rem;
  min-width: 5.4rem;
  max-width: 5.4rem;
  padding: 8px;
}

.nav__right ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.nav__right ul li {
  display: flex;
  gap: 1.2rem;
  padding: 0 1.2rem;
  list-style: none;
}

.nav__right ul li.nav__right--item {
  display: none;
}

.nav__right ul li a:hover {
  background-color: #9a0abd05 !important;
}

.mobile--buttons {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 2rem;
  padding: 4rem 2rem;
}

.header--search {
  display: flex;
  place-content: center;
  place-items: center;
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 7.2rem;
}

.header--search.disabled {
  display: none;
}

.header--search--form {
  min-height: 50px;
  max-height: 50px;
  width: 100%;
  position: relative;
}

.nav__right ul li {
  padding: 0 4px;
}

.nav__right ul li a {
  display: flex;
  align-items: center;
  font-family: var(--primary-font);
  font-size: 1.34rem;
  padding: 16px 16px;
  font-weight: 500;
  color: #002f46;
  margin-right: 4px;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.2s ease-in;
  line-height: 1.6rem;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  border-radius: 40px;
}

.nav__right--items .btn__quality {
  color: #fff !important;
  background: var(--secondary-color) !important;
}

.nav__right--items .btn__payment {
  color: #000;
  border: 2px solid var(--secondary-color);
}

.nav__right--items .btn__quality:hover,
.nav__right--items .btn__payment:hover {
  background: var(--secondary-color-hover) !important;
}

.nav__right ul li .btn__cart {
  color: #fff !important;
}

.nav__right ul li .btn__cart:hover {
  background: var(--secondary-color-hover) !important;
}

/*para quitar los submenus en la vista responsive*/

.social-links,
.main-nav-mobile {
  display: none;
}

/*para quitar los submenus en la vista de escritorio*/

#menu-main > li > ul {
  color: #000 !important;
}

a.toogle-menu {
  color: var(--secondary-color);
  font-size: 30px;
  padding: 0 5px;
  line-height: 1;
}

a.toogle-menu:active,
.toogle-search:active,
a.toogle-menu:hover,
.toogle-search:hover,
a.toogle-menu:focus,
.toogle-search:focus {
  color: var(--secondary-color-hover);
}

.toggle-active {
  display: block !important;
}

.toggle-disable {
  display: none !important;
}

.mm-menu {
  z-index: 20;
  background: #ae0510;
  border-color: #ae1923;
  color: #fff;
}
ul.mm-listview {
  display: block !important;
}

.mm-listitem a {
  white-space: normal;
}

.mm-listitem .mm_arrow_down {
  display: none;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 0 -20px;
}
.mm-menu .mm-listview .mm-btn_next::after {
  border-color: #ffeaeb;
}
.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
  border-color: #ffeaeb;
}
.navbar-header {
  display: none;
}
.navbar-header.disabled {
  display: none;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #ffeaeb;
  font-weight: bold;
}
.mm-wrapper_opening
  [class*="mm-menu_pagedim"].mm-menu_opened
  ~ .mm-page__blocker {
  opacity: 0.6 !important;
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  color: #ffeaeb !important;
  font-weight: 600;
}
.mm-navbars_bottom {
  height: 47px;
  background: #ae0510;
}
.bg-icon {
  font-size: 20px;
}
.bg-icon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
}

.header__social--media {
  display: flex;
  place-items: center;
  gap: 8px;
}

.header__social--media a {
  display: flex;
  place-content: center;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 1.2px;
}

.header__social--media a {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.menu__header--principal {
  display: none;
  place-items: center;
  gap: 4rem;
  width: 100%;
}

.menu__header--principal--item a {
  display: flex;
  place-items: center;
}




.menu__header--principal--item i {
  font-size: 2rem;
  padding-left: 0.8rem;
  color: var(--secondary-color);
}

.menu__header--principal > ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 4rem;
}

.menu__header--principal > ul li {
  display: flex;
  color: #000;
  font-size: 13.4px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  position: relative;
}

.menu__header--principal > ul > li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background: var(--primary-color); 
  transition: width 0.35s ease-in-out;
  transform-origin: left center;
  border-radius: 2px;
}

.menu__header--principal > ul >li:hover::after,
.menu__header--principal > ul >li:focus-within::after {
  width: 100%;
}


.submenu__link,
.submenu__sublink {
  position: relative;
  display: inline-block;
}
.submenu__link::after,
.submenu__sublink::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background: var(--primary-color);
  transition: width 0.35s ease-in-out;
  transform-origin: left center;
  border-radius: 2px;
}
.submenu__link:hover::after,
.submenu__sublink:hover::after,
.submenu__link:focus::after,
.submenu__sublink:focus::after {
  width: 100%;
}

.submenu__item:has(.submenu__sublist:hover) > .submenu__link::after {
  width: 100%;
}
.submenu__wrapper {
  display: none;
  position: absolute;
  top: 8rem;
  min-width: 65vw;
  background: #fff;
  border-radius: 0 0 25px 25px;
  border: 1px solid #e3e3e3;
  padding: 4rem;
  box-shadow: 0 2rem 4rem 0.8rem rgba(121, 121, 121, 0.2);
}

ul.submenu__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 120rem;
  margin: 0 auto;
}

.submenu__item {
  display: flex;
  flex-direction: column;
}

.submenu__sublist {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.submenu__sublist li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #6a6a6a;
  padding: 0.4rem 0;
  transition: color 0.2s ease-in;
}

.submenu__sublist li a:hover {
  transition: color 0.2s ease-in-out;
  color: var(--secondary-color);
}

.submenu__link {
  padding-bottom: 1.2rem;
}

.nav__right--items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.2rem 2rem;
}

/***** End header ******/

/*** quitar para no estorbar ***/
#pge_ssl_widget {
  display: none;
}

.icons-header {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
}

/* Slick arrow */

.slick-arrow {
  position: absolute;
  z-index: 6;
  display: flex;
  place-content: center;
  place-items: center;
  color: #000;
  background-color: var(--slider-arrow);
  height: 20px;
  width: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.4s ease-in;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  transition: background-color 0.2s ease-in-out;
  color: var(--primary-color);
  opacity: 1; 
  background-color: #f1f1f1;
}

span.arrow-left,
span.arrow-right {
  transform: translateY(-50%);
  top: 50%;
  padding-bottom: 2px;
}

span.arrow-left {
  left: 8px;
  padding-right: 3px;
}
span.arrow-right {
  right: 8px;
  padding-left: 3px;
}

.slick-arrow {
  font-size: 2rem;
}

/* Slick arrow */

/* Slick docks */

ul.slick-dots {
  list-style: none;
  display: flex;
  gap: 4px;
  place-content: center;
  padding: 32px 0 0 0;
}

ul.slick-dots li button {
  border: none;
  width: 12px;
  height: 12px;
  background-color: #ffe0e2;
  color: transparent;
  border-radius: 50%;
  padding: 0;
  transition: all 0.5s ease-in;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button {
  background-color: var(--secondary-color);
}

/* Slick docks */

/* start slider hero */

.container__slider--hero {
  position: relative;
  margin: 8.2rem 2rem 2rem;
}

#slider__mobile,
#slider__desktop {
  max-width: 192rem;
  margin: 0 auto;
}

#slider__desktop {
  display: none;
}

#slider__desktop img,
#slider__mobile img {
  width: 100%;
  padding: 4px;
}

#slider__desktop .slick-arrow {
  color: var(--primary-color-hover);
  background-color: var(--slider-arrow);
  border-radius: 50%;
  border: 2px solid var(--slider-arrow);
}

#slider__desktop .slick-arrow:hover,
#slider__desktop .slick-arrow:active,
#slider__desktop .slick-arrow:focus {
  transition: all 0.2s ease-in-out;
  color: var(--primary-color-hover);
  opacity: 1;
  border-color: var(--primary-color);
  background-color: #f1f1f1;
}

#slider__desktop ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.2rem;
}

#slider__desktop ul.slick-dots li button {
  border: none;
  background-color: var(--color-gray);
}

#slider__desktop ul.slick-dots li.slick-active button {
  background-color: var(--secondary-color);
}

.container__slider {
  position: relative;
}

.container__slider::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.44);
}

.slider__img img {
  width: 100%;
  min-height: 30rem;
  object-fit: cover;
}

.slider__contain {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.2rem;
  width: 76%;
  max-width: 46rem;
  margin: 0 auto;
  position: absolute;
  top: 55%;
  left: 12%;
  transform: translateY(-50%);
}

.slider__contain h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
  text-align: start;
  margin: 0;
}

.slider__contain p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
  margin: 4px 0 0;
  padding-bottom: 12px;
}

.slider__btn {
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  color: var(--primary-color) !important;
  padding: 1.2rem 2rem;
  border-radius: 8px;
  background: var(--btn-color);
  transition: background 0.4s ease-in;
  margin-top: 20px;
  position: relative;
  max-width: fit-content;
}

.slider__btn:hover {
  color: var(--primary-color-hover) !important;
  transition: background 0.4s ease-in-out;
  background: var(--btn-color-hover);
}

/* end slider hero */

/* start cards */

.container__cards {
  max-width: 145rem;
  margin: 0 auto;
  padding: 2rem 1.2rem;
}

.slider__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}

.slider__cards .slick-track {
  padding: 1rem 0;
}

.card__item--link {
  margin: 4px;
}

.card__item {
  display: flex;
  flex-direction: column;
  place-items: center;
  gap: 2rem;
  border-radius: 21px 21px 100px 21px;
  background: #e30052;
  padding: 2rem 4rem;
  width: 100%;
  min-height: 20rem;
  max-height: 20rem;
  position: relative;
  transition: transform 0.4s linear;
}

.card__item:hover {
  transform: translateY(-0.8rem);
  transition: transform 0.4s linear;
}

.card__item h3 {
  color: #fff;
  text-align: center;
  font-size: 16.3px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  max-width: 80%;
  margin: 0 auto;
}

/* end cards */

/* start banner */

.container__banner {
  max-width: 145rem;
  margin: 0 auto;
  padding: 2rem 1.2rem;
  margin-top: 2rem;
}

.background--banner {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 2rem;
  border-radius: 32px;
  border: 2px solid #b7111b;
  background: #f6f6f6;
  padding: 4rem 1.2rem;
  height: 100%;
}

.banner--video {
  display: flex;
  place-content: center;
  place-items: center;
  width: 100%;
}

.banner--video iframe {
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 64rem;
}

/* 360 */

.banner--imagen {
  padding: 2rem;
}

/* end banner */

/* start categories */

.container__categories {
  max-width: 145rem;
  margin: 0 auto;
  padding: 4rem 1.2rem;
}

.quick__access {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}

.quick__access--info {
  padding: 4rem 1.2rem;
}

.quick__access--info span {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #b7111b;
}

.quick__access--info h3 {
  font-size: 47px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  color: #080808;
}

.slick__arrows {
  min-height: 10rem;
  max-height: 10rem;
}

.slider__categories .slick-arrow {
  top: -10rem;
  background: #9B9B9B;
  border-color: #9B9B9B;
  color: #fff;
}

.slider__categories span.arrow-right {
  right: auto;
  left: 5.2rem;
}

.quick__access--card {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  width: 100%;
  min-height: 27.2rem;
  max-height: 27.2rem;
}

.quick__access--card img {
  width: 100%;
}

.quick__access--card--info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 80%;
  bottom: 0;
  padding: 2rem;
  transition: background 0.4s linear;
}

.quick__access--card--info:hover {
  transition: background 0.4s linear;
  background: linear-gradient(180deg, rgba(104, 0, 6, 0) 0%, #680006 100%);
}

.quick__access--card--info h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

.quick__access--card--info--more span {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

.quick__access--card--info--more i {
  color: #ebb932;
  padding-left: 4px;
}

/* end categories */

/* start events */

.container__events {
  background: #fff7ec;
  margin-top: 4rem;
}

.container__events--grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  max-width: 145rem;
  margin: 0 auto;
  padding: 4rem 1.2rem;
}

.events__info span {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
  padding-bottom: 1.2rem;
  display: block;
}

.events__info h3 {
  font-size: 47px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
  padding-bottom: 2rem;
  color: var(--primary-color);
}

.events__info a {
  display: block;
  place-content: center;
  place-items: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  border-radius: 14px 14px 14px 65px;
  background: #680006;
  box-shadow: 0 13px 24px 0 rgba(183, 17, 27, 0.11);
  text-align: center;
  color: #fff;
  padding: 2rem;
  min-height: 17.2rem;
  max-height: 17.2rem;
  max-width: 28rem;
}

.events__cards {
}

.slider__events {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.event__post--info h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #000;
  padding: 1.2rem 0;
}

.event__post--info p {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

/* end events */

/* start banner bottom */

.container__banner--bottom {
  max-width: 145rem;
  margin: 4rem auto;
  padding: 6rem 1.2rem;
  position: relative;
}

.banner--bottom {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 8rem;
  border-radius: 32px;
  border: 2px solid #b7111b;
  background: #f6f6f6;
  padding: 2rem;
  position: relative;
}

.banner--bottom--info {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.banner--bottom--info h3 {
  font-size: 36px;
  line-height: 34px;
  font-style: normal;
  font-weight: 800;
  color: #000;
  padding: 2rem 0;
}

.banner--bottom--info p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

.banner--bottom--info a {
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  color: #fff;
  border-radius: 59px;
  background: var(--secondary-color);
  padding: 1.6rem 4rem;
  max-width: fit-content;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
  transition: background 0.4s ease-in;
}

.banner--bottom--info a:hover {
  transition: background 0.4s ease-in-out;
  background: var(--secondary-color-hover);
}

.banner--bottom--image {
  position: relative;
  z-index: 3;
}

.banner--bottom--image img {
  position: relative;
}

.banner--bottom--decorations {
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner--bottom--decorations--inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.orange_cartoon,
.yellow_cartoon,
.blue_big_cartoon,
.orange_big_cartoon {
  position: absolute;
}

.orange_cartoon {
  display: none;
  left: 4rem;
  top: 1.2rem;
}

.yellow_cartoon {
  top: 16.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.blue_big_cartoon {
  left: 50%;
  transform: translateX(-50%);
  bottom: -6rem;
}

.orange_big_cartoon {
  display: none;
  right: 4rem;
  top: 8rem;
}

/* end banner bottom */

/* start footer */

footer.container__footer {
  width: 100%;
  background: linear-gradient(181deg, #ffe0e2 -42.24%, #fff 121.56%);
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 2rem;
}

.home footer.container__footer {
  margin-top: 0;
}

.footer__background {
  width: 100%;
  max-width: 145rem;
  margin: 0 auto;
  position: relative;
  color: rgb(32, 32, 32);
}

/*.footer__logos--quality {
  display: flex;
  place-content: center;
  margin-left: 0;
  place-items: center;
  gap: 2rem;
  padding: 1.2rem 4rem;
  border-radius: 59px;
  background: #fff;
  width: fit-content;
  margin: 1.2rem auto 2rem;
}*/

.footer__logos-map-container {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 6rem; 
  flex-wrap: wrap;
  max-width: 145rem;
  margin:0 auto;
}

  /* mapa */
.footer__map {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  width: auto;
  width: 50rem;
  min-width: 10rem;
}

.footer__map iframe {
  width: 100%;
  height: 200px;
  border: none;
  pointer-events: auto;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


  /* logos */
.footer__logos--quality {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  padding: 1.2rem 3rem;
  border-radius: 59px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: fit-content;
}

  /* logos imagenes */
.footer__logos--quality img {
  max-height: 70px;
  height: auto;
  width: auto;
}


.footer--logo {
  padding: 6rem 2rem 2rem;
}

.footer__social--media {
  display: inline-flex;
  place-items: start;
  gap: 8px;
}

.footer__social--media a {
  display: flex;
  place-content: center;
  place-items: center;
  border-radius: 50%;
  color: #f8f8f8;
}

.footer__social--media a {
  font-size: 24px;
}

.footer__social--media a:hover {
  transform: translateY(-8px);
  transition: all 0.4 ease-in-out;
}

.work__with--us {
  display: inline-flex;
  place-content: center;
  place-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #fff !important;
  border-radius: 59px;
  background: var(--secondary-color);
  padding: 1.2rem 2.4rem;
  max-width: fit-content;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.work__with--us:hover {
  transition: background 0.4s ease-in-out;
  background: var(--secondary-color-hover);
}

.footer__menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2rem 0 4rem 0;
  max-width: 145rem;
  margin: 0 auto;
}

.footer__menu--logo {
  display: flex;
  place-content: center;
  place-items: center;
  align-items: flex-start;
}

.footer__menu--editor .col-md-12 {
  display: flex;
  flex-direction: column;
  padding: 8px 0 0;
}

.footer__menu h4 {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-weight: 800;
  color: #b7111b;
  padding-bottom: 1.2rem;
}

.footer__menu ul {
  list-style: none;
  padding: 0;
}

.footer__menu ul li {
  padding: 0 0 4px 0;
  position: relative;
}

.menu__footer--googlemaps {
  display: flex;
  place-items: center;
  gap: 1.2rem;
  color: #b7111b;
}

.footer__menu--editor p,
.footer__menu ul li a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #202020;
}

.footer__menu--editor p {
  display: inline-flex;
  gap: 0.4rem;
  margin: 0;
  padding: 0 0 8px 0;
  text-align: start;
  line-height: 2rem;
}

.content-copy {
  width: 100%;
  max-width: 145rem;
  margin: 0 auto;
  padding: 8px 0;
}

.content-copy p,
.terms-conditions p,
.design-web p {
  margin: 6px 0;
}

.content-copy p,
.terms-conditions p,
.design-web p a {
  font-size: 12px;
  font-weight: 500;
  text-align: start;
  color: #494949;
}

/* end footer */

/******* Search *******/

.icons-header {
  display: flex;
  gap: 16px;
  align-items: center;
}

#search-content {
  display: none;
}

section.search-content {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.465);
  z-index: 999;
  overflow: hidden;
}

.search--input {
  position: absolute;
  left: calc(50% - 150px);
  top: 200px;
}

button.search-mtr-icon {
  position: absolute;
  left: calc(50% + 90px);
  top: 200px;
  color: #979797;
  padding: 24px;
}

input.search--input {
  width: 300px;
  border: 2px solid #dcdcdc;
  background-color: #ffffff;
  border-radius: 6rem;
  padding: 28px 24px;
  height: 80px;
  font-size: 1.8rem;
  outline: none;
  font-weight: 500;
  color: #141414;
  caret-color: var(--secondary-color);
}

input.search--input:hover,
input.search--input:active,
input.search--input:focus {
  box-shadow: none;
  border-color: #c0c0c0;
}

.search-mtr-icon {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}

.btn--search {
  font-size: 2.4rem;
  font-weight: 700;
  height: 5.2rem;
  padding: 0.4rem 2rem;
  border: 2px solid #dcdcdc;
  border-radius: 6rem;
  background-color: #ffffff;
}

.btn--search:hover {
  color: var(--secondary-color);
}

/******* Search *******/


.home ~ .modal.modal-home {
  /* background-color: #002f46; */
  padding: 0 !important;
  place-content: center;

}

.home ~ .modal.modal-home .modal-dialog {

}

.home ~ .modal.modal-home .close {
  /* display: none; */
  display: flex;
  place-content: center;
  place-items: center;
  min-height: 4rem;
  max-height: 4rem;
  min-width: 4rem;
  max-width: 4rem;
  font-size: 4rem;
  color: #000;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  top: -1.6rem;
  right: -1.6rem;
  opacity: 1;
  background-color: #fff;

}

.modal-body {

}

.home ~ .modal.modal-home .modal-body {
  padding: 0 !important;
  border-radius: 2.8rem !important;
  border: 1px solid #B7111B !important;
  overflow: hidden;
  max-width: 120rem;
}

.home ~ .modal.modal-home .modal-content {
  background: transparent !important;
  box-shadow: none !important;
}

.home ~ .modal.modal-home .modal-dialog {
  width: fit-content;
  max-width: fit-content;

  /* overflow: hidden; */
}

.home ~ .modal.modal-home .modal-dialog .col-md-12 {
  width: fit-content;
}

.home ~ .modal.modal-home .modal-dialog .col-md-12 img {
  width: auto !important;
  height: auto !important;
  max-height: 90vh !important;
}



/* Media Queries */

@media (min-width: 500px) {
  /* start slider hero */

  .slick-arrow {
    height: 32px;
    width: 32px;
  }

  .slick-arrow {
    font-size: 3.2rem;
  }

  .slider__contain h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .slider__contain p {
    font-size: 16px;
  }

  .slider__btn {
    font-size: 12px;
    border-radius: 10px;
    padding: 1.2rem 2.4rem;
  }

  /* end slider hero */
}

@media (min-width: 600px) {
  /* start events */

  .slider__events {
    grid-template-columns: repeat(3, 1fr);
  }

  /* end events */

  /* start footer */

  .footer__menus {
    grid-template-columns: 1fr 1fr;
    padding: 2rem 0 4rem;
  }

  /* end footer */
}

@media (min-width: 700px) {
  /* start slider hero */

  .slider__contain h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .slider__contain p {
    font-size: 16px;
  }

  /* end slider hero */
}

@media (min-width: 768px) {
  h2.content-box-title {
    font-size: 2.4rem;
  }

  /******* Search *******/

  .search--input {
    left: calc(50% - 300px);
  }

  button.search-mtr-icon {
    left: calc(50% + 232px);
  }

  input.search--input {
    width: 600px;
  }

  /******* Search *******/

  /* start slider hero */

  #slider__mobile {
    display: none;
  }

  #slider__desktop {
    display: block;
  }

  .slick-arrow {
    height: 40px;
    width: 40px;
  }

  span.arrow-left {
    left: 20px;
  }

  span.arrow-right {
    right: 20px;
  }

  .slick-arrow {
    font-size: 4rem;
  }

  .slider__btn {
    font-size: 15px;
  }

  /* end slider hero */

  /* start banner */

  .background--banner {
    grid-template-columns: 1fr 1fr;
  }

  /* end banner */

  /* start categories */

  .slider__categories span.arrow-right {
    left: 7.2rem;
  }

  /* end categories */

  /* start banner bottom */

  .banner--bottom {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .banner--bottom--info h3 {
    font-size: 40px;
    line-height: 38px;
  }

  .banner--bottom--image img {
    transform: scale(1.2);
  }

  .blue_big_cartoon {
    left: 60%;
  }

  /* end banner bottom */

  /* start footer */

  .footer__menus {
    gap: 1.2rem 2rem;
  }

  .footer__menus .footer__menu--sm {
    display: flex;
    justify-content: end;
  }

  /* end footer */
}

@media (min-width: 900px) {
  /* start events */

  .container__events--grid {
    padding: 8rem 1.2rem;
  }

  /* end events */

  .footer__menus {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer__background .blue--round {
    top: 20px;
    left: -60px;
  }

  .footer__background .hot--dog {
    top: 460px;
    right: 60px;
  }

  .footer__background .orange--circles {
    top: 200px;
    right: 28px;
  }
}

@media (min-width: 992px) {
  .content-box {
    padding: 24px;
  }

  /* #slider__desktop .slick-arrow {
    border: 2.4px solid var(--slider-arrow);
  } */

  .slider__contain h1 {
    padding-bottom: 1.2rem;
  }

  /* start banner bottom */

  .banner--bottom--info h3 {
    font-size: 40px;
    line-height: 38px;
  }

  .orange_cartoon,
  .orange_big_cartoon {
    display: block;
  }

  /* end banner bottom */

  /* start footer */

  .content-copy {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
  }

  /* end footer */
}

@media (min-width: 1200px) {
  h2.content-box-title {
    font-size: 2.8rem;
  }

  h2.content-box-title::before {
    transform: translateX(-36px);
  }

  nav.main-nav ul li a {
    padding: 7px 16px;
  }

  .pg-adm .site-content {
    padding-top: 12.2rem;
  }
  
  /* MENU ESCRITORIO */

  .menu__header--principal {
    display: flex;
  }

  .nav__right ul li.nav__right--item {
    display: flex;
  }

  .nav__right--items {
    flex-direction: row;
    gap: 0;
    padding: 0;
  }

  .icons-header {
    display: none;
  }

  .nav-brand {
    display: flex;
    align-items: center;
    margin-right: 2.8rem;
  }

  .nav-brand img {
    min-height: 9.1rem;
    max-height: 9.1rem;
    min-width: 7.6rem;
    max-width: 7.6rem;
    width: 100%;
  }

  .header--content {
    height: 10rem;
  }

  .header--top--right {
    display: flex;
  }

  .navbar-header {
    display: flex;
    margin-right: 20px;
  }

  .nav-mobile {
    display: none;
  }

  .navbar-header nav.main-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .navbar-header nav.main-nav ul.subsubmenu {
    margin-left: 34px;
    box-shadow: 0 0 20px 0 rgba(121, 121, 121, 0.2);
  }

  .navbar-header nav.main-nav > ul {
    display: flex;
    align-items: center;
  }

  .nav__right {
    display: flex;
    place-items: center;
    justify-content: end;
    gap: 4px;
    width: 100%;
    max-width: 42rem;
    min-width: 42rem;
  }

  .nav__right ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .navbar-header nav.main-nav ul li a,
  .nav__right ul li a {
    display: flex;
    align-items: center;
    font-family: var(--primary-font);
    font-size: 1.34rem;
    padding: 16px 16px;
    font-weight: 500;
    color: #002f46;
    margin-right: 4px;
    text-align: center;
    background-color: transparent;
    transition: background-color 0.2s ease-in;
    line-height: 1.6rem;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    border-radius: 40px;
  }

  .navbar-header nav.main-nav ul li a:hover,
  .nav__right ul li a:hover {
    background-color: var(--secondary-color-hover);
    color: #f8f8f8;
  }

  .navbar-header nav.main-nav ul li a:hover,
  .nav__right ul li a:hover {
    background-color: var(--secondary-color-hover);
    color: #f8f8f8 !important;
  }

  .nav__right ul li {
    display: flex;
    place-items: center;
    gap: 0.4rem;
  }

  #menu-main-desktop > .lastMenuPlus > a {
    padding: 16px 28px !important;
    cursor: pointer !important;
  }

  .navbar-header nav.main-nav ul li:hover::before {
    background-color: #a6d5f4;
    padding: 100% 2rem;
  }

  .navbar-header ul.submenu {
    position: absolute;
    z-index: 9;
    max-width: 20rem;
    min-width: 20rem;
    transform: translateX(-50%);
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    left: 50%;
    top: 78%;
    display: none;
    background: #fff !important;
    background-color: transparent;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 20px 0 rgba(121, 121, 121, 0.2);
  }

  .navbar-header li {
    position: relative;
  }

  .navbar-header ul.submenu li {
    background: #fff;
  }

  .navbar-header ul.subsubmenu li {
    background: #fff;
  }

  .navbar-header ul.submenu li:first-child {
    padding-top: 1rem;
    border-radius: 4px 4px 0 0;
  }

  .navbar-header ul.subsubmenu li:first-child {
    border-radius: 0 4px 0 0;
  }

  .navbar-header ul.submenu li:last-child {
    padding-bottom: 1rem;
    border-radius: 0px 0px 4px 4px;
  }

  .navbar-header ul.submenu li a {
    font-size: 1.3rem !important;
    padding: 8px 15px !important;
    text-align: start !important;
    color: #002f46 !important;
    border-radius: 0 !important;
    line-height: 1.6rem;
    margin: 0 !important;
  }

  .navbar-header ul.submenu li a {
    position: relative;
  }

  .navbar-header ul.submenu li a:hover {
    background-color: var(--secondary-color);
    color: #fff !important;
  }

  .navbar-header ul.subsubmenu {
    position: absolute;
    z-index: 100;
    left: 83%;
    top: 0;
    min-width: 20rem;
    max-width: 25rem;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-radius: 0 16px 16px 16px;
    background-color: #fff !important;
  }

  /* start slider hero */

  .container__slider--hero {
    margin: 10.8rem 2rem 2rem;
  }

  .slider__contain {
    max-width: 60rem;
  }

  .slider__contain h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .slider__contain p {
    font-size: 18px;
  }

  .slider__btn {
    padding: 1.6rem 2.8rem;
  }

  .slick-arrow {
    height: 52px;
    width: 52px;
  }

  .slick-arrow {
    font-size: 5.2rem;
  }

  /* end slider hero */

  /* start categories */

  .container__categories {
    margin-top: 4rem;
  }

  .quick__access {
    grid-template-columns: minmax(0, 0.2fr) minmax(0, 0.8fr);
  }

  .slider__categories .slick-arrow {
    top: auto;
    bottom: 0;
  }

  .slider__categories span.arrow-left {
    left: -25%;
  }

  .slider__categories span.arrow-right {
    left: -19%;
  }

  /* end categories */

  /* start events */

  .container__events--grid {
    grid-template-columns: 0.2fr 0.8fr;
  }

  /* end events */

  /* start banner bottom */

  .banner--bottom--info h3 {
    font-size: 52px;
    line-height: 50px;
  }

  /* end banner bottom */

  /* start footer */

  .footer__background .blue--round {
    top: 20px;
    left: -60px;
  }

  .footer__background .hot--dog {
    top: 300px;
    right: 60px;
  }

  .footer__background .orange--circles {
    top: 80px;
    right: 28px;
  }

  .footer-info {
    flex-direction: row;
    place-items: center;
  }

  .footer__menus {
    gap: 1.2rem 4rem;
  }

  .footer__menu-logo img {
    max-width: 32rem;
  }

  .footer-info .footer__menus .footer_menus {
    place-items: start;
  }

  /* end footer */
}

@media (min-width: 1500px) {
  
  .pg-adm .site-content {
    padding-top: 17.2rem;
  }
  
  header.home.fixed .header--content {
    height: 12rem;
    transition: all 0.4s ease;
  }

  header.home.fixed .header--content .submenu__wrapper {
    top: 7rem;
    transition: all 0.4s ease;
  }

  .navbar-header nav.main-nav ul li a,
  .nav__right ul li a {
    font-size: 1.5rem;
    padding: 16px 18px;
  }

  .menu__header--principal > ul li {
    font-size: 1.5rem;
  }

  .nav-brand img {
    min-height: 11.6rem;
    max-height: 11.6rem;
    min-width: 9.7rem;
    max-width: 9.7rem;
    width: 100%;
  }

  .header--content {
    height: 14.7rem;
  }

  .submenu__wrapper {
    top: 10rem;
  }

  /* start slider hero */

  .container__slider--hero {
    margin: 15.8rem 2rem 2rem;
  }

  /* #slider__desktop .slick-arrow {
    border: 3.2px solid var(--slider-arrow);
  } */
  .slider__contain {
    max-width: 80rem;
  }

  .slider__contain h1 {
    font-size: 60px;
    line-height: 64px;
  }

  .slider__contain p {
    font-size: 20px;
  }

  #slider__desktop ul.slick-dots {
    bottom: 2rem;
  }

  /* end slider hero */

  /* start banner bottom */

  .banner--bottom--info h3 {
    font-size: 60px;
    line-height: 58px;
  }

  /* end banner bottom */

  /* start footer */

  .footer__background .blue--round {
    top: 20px;
    left: -272px;
  }

  .footer__background .hot--dog {
    top: 60px;
    right: -160px;
  }

  .footer__background .orange--circles {
    top: 200px;
    right: -60px;
  }

  .footer__background {
    display: flex;
    place-content: center;
    place-items: center;
    gap: 2rem;
    padding-top: 4rem;
    /*padding-bottom: 3.2rem;*/
    
  }

  .footer--logo {
    padding: 6rem 2rem 2rem 0;
  }
}

@media (min-width: 1800px) {
  /* start slider hero */

  .slider__contain h1 {
    font-size: 70px;
    line-height: 74px;
  }

  .slider__contain p {
    font-size: 24px;
  }

  /* end slider hero */

}


/********  Start Social Media Menu ********/

#section_social_media {
  display: block;
  position: fixed;
  right: 0px;
  /* z-index: 99; */
  z-index: 4;
  background: rgb(138, 22, 28, .8);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px 0 0 10px;
  font-weight: 500;

}
#section_social_media a {
  display: flex;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#section_social_media a > i {
  color: #ffffff;
  font-size: 1.5em;
}
#section_social_media a > span {
  position: absolute;
  top: 0px;
  width: 170px;
  height: 40px;
  color: #ffffff;
  left: 80px;
  transition: all 0.5s;
  background: rgb(138, 22, 28, .8);
  z-index: -1;
  display: flex;
  align-items: center;
  padding: 0 1em;
  border-radius: 20px 0 0 20px;
}

#section_social_media a:hover .span {
  left: -124px;
}

/********  End Social Media Menu ********/


.widget{display: none;}

@media (min-width: 992px){
  .widget {
    display: flex;
    width: 228px;
    height: 83px;
    background: #fff;
    padding: 1rem;
    border-radius: 11px;
    box-shadow: 0 2px 21px #0000005c;
    align-items: center;
    position: fixed;
    z-index: 99999;
    left:15px;
    bottom: 8px;
    transition: all .3s ease;
  }
  .widget > div {
    text-align: center;
    max-width: 137px;
    font-size: 13px;
    letter-spacing: -0.71px;
    font-weight: 600;
    color: #202020;
    margin-left: 5px;
  }
  .widget:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 21px var(--amarillo);
  }
}