:root {
  --background-color-1: transparent;
  --background-color-2: #a2122e;
  --background-color-3: white;
  --black: #000;
  --white: #fff;
  --first: #801b2d;
  --second: #a2122e;
  --color-1: black;
  --color-2: white;
  --lighter-base: #cfcfcf;
  --font-family: "Futura";
  --font-family-2: "Galliard";
}

* {
  font-family: var(--font-family-2);
  box-sizing: border-box;
}

body {
  text-rendering: geometricPrecision;
}

.tr-2 {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.outerCircle {
  padding: 1px;
  border-radius: 50%;
  border: solid 1px black;
  height: 10px;
  top: 10px;
  margin-right: 0px;
  width: 10px;
  background: white;
  position: absolute;
}

.areaDescription {
  text-align: center;
  display: none;
  position: relative;
  height: 45px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #a2122e;
}

.areaTitle {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

.areaSubtitle {
  font-size: 17px;
  line-height: 20px;
}

#searchSite {
  float: left;
  display: inline-block;
  margin-left: 22px;
  height: 100%;
  letter-spacing: 0px;
  line-height: 40px;
  font-size: 14px;
  width: calc(100% - 140px);
  margin-top: 0;
  background: transparent !important;
  font-family: var(--font-family-2);
  padding-left: 8px;
}
.searchSiteImg,
.searchSiteImg2 {
  position: absolute;
  right: 26px;
  top: 15px;
  width: 17px;
  cursor: pointer;
}

.searchSite2 {
  max-width: 396px;
}

#profileDiv #signOut {
  height: 30px;
  line-height: 30px;
  pointer-events: all;
  margin: 0;
  padding: 0 10px;
}

.headerHoverOptions {
  position: absolute !important;
  height: 0;
  left: -18px;
  width: fit-content;
  overflow: hidden;
  background-color: white;
  display: flex;
  justify-content: center;
  color: black;
  flex-direction: column;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.headerHoverOption {
  position: relative;
  width: max-content;
  margin: auto;
  text-align: left;
  height: 30px;
  margin-left: 0;
  margin-bottom: 5px;
  padding: 15px;
  padding-top: 0;
}

.headerOption:hover .headerHoverOptions {
  padding-top: 0px;
  height: auto;
  overflow: visible;
}

.hoverOptions {
  position: absolute;
  height: 0;
  width: fit-content;
  opacity: 0;
  right: -27px;
  z-index: 5;
  transition: all 0.2s ease-out;
  display: block;
  overflow: hidden;
  border: 1px solid #0000002e;
  background: var(--white);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: fit-content;
}

.hoverOptions a {
  width: 100px;
  margin: 0;
  line-height: 30px;
  text-align: center;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.collaboratorContainer {
  width: 20%;
  margin: 2%;
}

.shortDescription {
  margin-bottom: 10px;
}

body {
  color: black;
  font-weight: 300;
}

#content {
  min-height: calc(100vh - 150px);
  min-width: unset;
  margin: auto;
}
#backHome {
  background: var(--first);
  border-color: var(--first);
}
#backHome:hover {
  color: var(--first);
}
.headerImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  margin: auto;
  display: none;
}

.headerImage.show {
  display: block;
}

.headerImageShadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
nav.categoriesContainer {
  display: flex;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.headerImage.dummy {
  position: relative;
  height: 150px;
  opacity: 0;
}
#headerDummy {
  height: 171px;
  margin-top: 0px;
}
.headerOption:hover {
  border: none;
}
.header {
  border-bottom: none;
}
.header {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 6;
  background-color: var(--background-color-1);
  color: var(--color-1);
  font-size: 22px;
  font-family: var(--font-family-2);
  border-bottom: 1px solid #00000030;
}

.header .headerPromo {
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  height: 30px;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 500;
}
#header.white {
  color: var(--color-2);
}

.topHeader {
  position: relative;
  width: 95%;
  height: 78px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

.goToSection.group {
  margin-bottom: 30px;
}

.goToSection {
  position: relative;
  width: auto;
  text-align: center;
  margin: auto;
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  font-family: (--font-family-2);
  cursor: pointer;
  display: block;
}

.goToSection span {
  color: #7a182f;
  font-family: (--font-family-2);
}

.headerLogo {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  margin-left: 37px;
  left: 0px;
  background-image: url("/files/logo.svg");
  background-repeat: no-repeat;
}

#header.white .headerLogo {
  background-image: url("/files/logoAlt.svg");
}

#leftHeaderOptions .menuButton {
  margin: auto 32px;
}

#leftHeaderOptions {
  display: none;
}

#searchSite.searchSite,
.searchSite {
  position: absolute;
  /* margin: auto; */
  height: 48px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 15px;
  /* background-image: url(/files/search.png); */
  text-indent: 20px;
  border-radius: 50px;
  border: 1px solid gray;
  width: 38%;
  /* max-width: 600px; */
  letter-spacing: 0;
  left: calc(50% - 19%);
  color: var(--color-1) !important;
  background-color: var(--background-color-1) !important;
  font-family: (--font-family-2);
  /* margin-left: 25px; */
  box-sizing: border-box;
}

#searchSite.searchSite::placeholder,
.searchSite::placeholder {
  color: var(--color-1) !important;
}

#header.white .searchSite {
  color: var(--color-2) !important;
  border: 0.5px solid var(--color-2);
  padding-top: 1px;
}

#header.white .searchSite::placeholder {
  color: var(--color-2) !important;
}

#rightHeaderOptions {
  position: relative;
  display: flex;
  font-size: 22px;
  height: 21px;
}
#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 50% !important;
}
#rightHeaderOptions > div,
#rightHeaderOptions > a {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  margin-right: 10px;
  display: flex;
  height: auto;
  position: relative;
}
#rightHeaderOptions #profileDiv {
  height: 28px;
}

#accountOptions #logoutUser {
  background-color: white;
  border: 1px solid var(--black);
  color: var(--black);
  width: 125px;
  top: 28px;
  position: relative;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -54px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}
#accountOptions #myProfileUser:hover,
#accountOptions #logoutUser:hover {
  font-weight: 500;
  background-color: var(--black);
  color: var(--white);
  opacity: 1;
}
#rightHeaderOptions #accountOptions,
#accountOptions1,
#accountOptions2 {
  position: relative;
  float: left;
  width: 21px;
  height: 15px;
  overflow: hidden;
  font-size: 14px;
  color: white;
  text-align: center;
  flex-direction: column;
  margin-top: 17px;
}
#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  position: absolute;
  top: 8px;
  right: 3px;
  font-size: 26px;
  z-index: 1;
  display: none;
  color: black;
}
#accountOptions #myProfileUser {
  background-color: white;
  color: var(--black);
  width: 125px;
  position: relative;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  border: 1px solid var(--black);
  border-radius: 9px 9px 0px 0px;
  margin-left: -54px;
  display: none;
  top: 13px;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#rightHeaderOptions .wishListProductsDiv .wishListQuantity,
#headerCart .cartAmount {
  margin: 0;
}

.headerCart img,
.heart,
.profile {
  height: 21px;
}

.bottomHeader {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 40px;
  /* margin: 25px auto; */
  margin-top: 15px;
}

.bottomHeaderMainOptions,
.bottomHeaderSecondaryOptions {
  position: relative;
  height: auto;
  line-height: 35px;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 90%;
  font-size: 15px;
  flex-wrap: wrap;
}

.headerOptionContainer {
  height: 50px;
  padding: 0;
  padding-bottom: 0;
  text-indent: 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
  /* margin: 0 auto; */
  box-sizing: content-box;
  padding-bottom: 20px;
}

.bottomHeaderSecondaryOptions {
  margin-top: 10px;
}

.headerOptionsSeparator {
  border-right: 1px solid black;
  margin-top: 10px;
  margin-bottom: 10px;
}

.headerOption {
  display: flex;
  position: relative;
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-family: var(--font-family-2);
  cursor: pointer;
  text-indent: 0;
  line-height: 20px;
  /* max-width: 80px !important; */
}
.headerOption:hover {
  border-bottom: 2px solid #952634;
}

.headerOption.tienda {
  font-style: italic;
  pointer-events: none;
}

.headerOptionDropDown {
  background-color: #afafaf;
  padding: 20px;
  position: absolute;
  color: white;
  z-index: 2;
  /* min-height: 112px; */
  font-family: var(--font-family-2);
  display: none;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 50px;
  top: 60px;
  padding-bottom: 20px;
}

.headerOptionDropDown.intervalo {
  padding-right: 60px;
  padding-left: 50px;
}

.headerOptionDropDown.intervalo {
  margin-left: 2vw;
}
.extendedRight {
  position: absolute;
  left: 100%;
  /* height: 140px; */
  /* min-height: 112px; */
  top: 0px;
  border-radius: 0px 10px 10px 0px;
  background: #7b7b7b;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  width: 445px;
  flex-wrap: wrap;
  height: 130px;
  flex-direction: column;
  align-content: space-between;
  display: none;
  font-size: 14px;
  box-sizing: content-box;
}
.libros .headerOptionDropDown {
  margin-left: 0;
  margin-right: 40px;
  padding-right: 40px;
  padding-left: 40px;
  left: -5vw;
}

.left {
  padding-right: 40px;
  border-right: 1px solid white;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.plusArrowMainMenuOptions {
  width: 25%;
  text-align: right;
  padding-right: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dropDownItem {
  font-family: var(--font-family-2);
  line-height: 25px;
  /* margin-top: 10px; */
  width: fit-content;
  text-underline-offset: 5px;
  cursor: pointer;
  height: 30px;
  display: flex;
  position: relative;
  line-height: 15px;
  padding-top: 5px;
  text-wrap: nowrap;
  padding-bottom: 5px;
  box-sizing: content-box;
  font-size: 14px;
}
.extendedRightItem {
  font-family: var(--font-family-2);
  line-height: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 130px;
  line-height: 15px;
  height: fit-content;
  height: 30px;
  padding: 5px 0px 5px 0px;
  display: block;
}

.right {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}

.dropDownItem:hover {
  /* text-decoration: underline; */
}

.extendedRightItem:hover {
  /* border-bottom: 1px solid white; */
  /* color: #bfbfbf; */
  text-decoration: underline;
}

.headerOptionDropDown:hover {
}

.categoriasDropDownItem:first-child:hover .extendedRight {
  display: flex !important;
}

.secondCategoryContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  display: none;
}

.headerOptionsContainer {
  display: flex;
}

.dropDownItem:hover {
  /* text-decoration: underline; */
}

.headerOptionContainer:hover .secondCategoryContainer {
  display: flex;
}

.headerOptions.cl-effect-4 {
  display: flex;
  justify-content: space-between;
  height: 50px;
  width: 62%;
  margin: 0 auto;
  max-width: 1200px;
}

.headerLink {
  width: fit-content;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  position: relative;
}
.headerLink:nth-child(5)::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #000;
  right: -20.5px;
  top: -8px;
  height: 30px;
}

.categoryColumn {
  width: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  height: auto;
  /* padding: 2rem; */
  background: #b8b8b8;
  padding-top: 12px;
}

.categoryFourColumn {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  background: #b8b8b8;
  /* width: 100%; */
  /* height: 100%; */
  border-radius: 0px 10px 10px 00px;
  /* padding: 2rem 3rem; */
  min-width: 150px;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
}

.categoryLevelFourContainer {
  width: 100%;
  color: #000;
}

.categoryLevelFourTitle {
  position: relative;
  font-size: 15px;
  width: max-content;
  font-weight: 400;
  line-height: 25px;
  /* padding: .5rem; */
  font-family: (--font-family-2);
  /* padding-left: 1rem; */
  display: flex;
  /* margin-left: .5rem; */
  color: white;
  align-items: center;
  margin: 0.5rem 2rem;
  /* padding-right: 40px; */
}

.categoriesMenuContainer {
  width: 100%;
}

.categoryThreeColumn {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  background: #b8b8b8;
  /* width: 100%; */
  /* height: 100%; */
  border-radius: 0px 10px 10px 00px;
  /* padding: 2rem 3rem; */
  min-width: 150px;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
}

.categoryLevelThreeContainer {
  width: 100%;
  color: #000;
}

.categoryLevelThreeContainer::after {
  width: 1px;
  position: absolute;
  height: 80%;
  background: white;
  content: "";
  top: 10%;
  left: 0;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 15px;
  width: max-content;
  font-weight: 400;
  line-height: 25px;
  /* padding: .5rem; */
  font-family: (--font-family-2);
  /* padding-left: 1rem; */
  display: flex;
  /* margin-left: .5rem; */
  color: white;
  align-items: center;
  margin: 0.5rem 2rem;
  /* padding-right: 40px; */
}

.categoryLevelTwoTitle {
  font-size: 15px;
  width: fit-content;
  line-height: 25px;
  display: block;
  box-sizing: border-box;
  text-align: left;
  color: white;
  margin: 0.5rem 2rem;
}

.categoryLevelTwoContainer {
  position: relative;
  display: flex;
  align-items: center;
  font-family: (--font-family-2);
}

.secondCategoryContainer {
  /* padding: 20px; */
  z-index: 2;
  background: #b8b8b8;
  align-items: baseline;
  color: white;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.secondCategoryContainer .headerOption:not(:last-child) {
  margin-bottom: 24px;
  font-size: 14px;
}

.headerOption.selected {
  /* color: var(--background-color-2); */
}

.headerOption.stayOpaque:hover {
  opacity: 1 !important;
}

.headerOption.selected {
  border-bottom: 2px solid #952634;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 370px;
  background-color: white;
  border: none;
  padding-top: 20px;
  border-radius: 0;
}

.alertMessageAceptar {
  position: relative;
  margin: auto;
  width: 200px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border: 1px solid;
  transition: all 0.2s ease-out;
  background-color: white;
  color: #7a182f;
}

.alertMessageAceptar:hover {
  border-color: #7a182f !important;
  background-color: #7a182f !important;
  color: white !important;
  opacity: 1 !important;
}

.alertMessageClose {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  border-radius: 29px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7a182f;
  color: white;
}

.alertMessageMessage {
  font-size: 15px;
  margin-top: 60px !important;
  font-family: (--font-family-2);
}

.alertMessageLogo {
  display: block;
  position: relative;
  width: 130px;
  top: 20px;
  max-height: 103px;
  width: auto !important;
  margin: auto;
}

#cartMessageButtonsWrapper {
  display: flex;
  width: 90%;
  margin: auto;
  float: none;
  margin-bottom: 20px;
}

.cartMessageAceptar {
  text-transform: uppercase;
  width: 40%;
  margin: auto;
  padding: 0;
  font-size: 11px;
}

#cartMessageDiv {
  height: 240px;
  width: 420px;
  overflow: visible;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: auto;
}

#cartMessageMessage {
  margin-bottom: 20px;
  margin: 30px auto !important;
  font-size: 18px;
  line-height: 24px;
}

.whatsAppWebContainer {
  width: 60px;
  height: auto;
  right: 30px;
  z-index: 18;
}

.whatsAppWebContainer.open {
  bottom: 30px;
  display: none;
}

.menuButton {
  width: 22px;
  height: 20px;
  position: relative;
  float: left;
  margin-top: 25px;
  margin-left: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#fastAddToCartPopup {
  display: none;
  background-color: #a2122e;
  color: white;
  width: auto;
  position: fixed;
  right: 0;
  top: 96px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 43px;
  line-height: 43px;
  font-family: (--font-family);
  z-index: 10;
  padding: 0px 15px;
  padding-right: 5%;
}

#fastAddToCartPopup.visible {
  display: block;
}
.menuButton span {
  display: block;
  position: absolute;
  height: 1.7px;
  width: 54%;
  background: var(--color-1);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menuButton span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.menuButton span:nth-child(1),
.menuButton span:nth-child(2) {
  top: 0px;
}
.menuButton span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.menuButton span:nth-child(3),
.menuButton span:nth-child(4) {
  top: 7px;
}

.menuButton span:nth-child(5),
.menuButton span:nth-child(6) {
  top: 14px;
}

.menuButton.open span:nth-child(1),
.menuButton.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuButton.open span:nth-child(2),
.menuButton.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menuButton.open span:nth-child(1) {
  left: 0px;
  top: 7px;
}

.menuButton.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 7px;
}

.menuButton.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.menuButton.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.menuButton.open span:nth-child(5) {
  left: 0px;
  top: 14px;
}

.menuButton.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 14px;
}

.sectionTitle {
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}
.sectionTitle:first-child {
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}

.sectionSubTitle {
  font-size: 20px;
}

.sectionTitle,
.sectionSubTitle {
  position: relative;
  width: 50%;
  height: auto;
  line-height: 50px;
  margin: 15px auto;
  text-align: center;
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

.sectionSubTitle {
  font-size: 20px;
}

.newsSummery img {
  width: 100%;
}

.newsSummary img {
  max-width: 100%;
}

.newsContainer {
  position: relative;
  width: 90%;
  margin: auto;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}
.newsBox {
  display: grid;
  grid-template-columns: 25% 25% 50%;
  margin-bottom: 3rem;
}
.newsBox:nth-child(even) {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  margin-bottom: 3rem;
}

.newsRow {
  position: relative;
  width: 100%;
  grid-gap: 0%;
  grid-auto-flow: column;
  height: auto;
  overflow: hidden;
  display: grid;
  margin: 50px auto;
}

.articleRow {
  row-gap: 50px;
}

.newsRow:nth-child(odd) {
  grid-auto-columns: 25% 25% 50%;
}

.newsRow:nth-child(even) {
  grid-auto-columns: 50% 25% 25%;
}

.newsRow.even-size {
  grid-auto-columns: 25% 25% 25% 25%;
}

.newsWrapper {
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  padding: 0px 20px;
}

.newsWrapper:not(.noBorder):nth-child(2n) {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: rgb(205 205 205);
}

.news {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  overflow: hidden;
  height: 100%;
  font-size: 14px;
  padding: 0px 20px;
}

.newsCategory {
  position: relative;
  font-size: 13px;
  color: #a2122e;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin: 10px auto;
  margin-top: 0px;
  font-family: "futura";
  font-weight: 400;
}

.newsImage {
  position: relative;
  background-size: cover;
  width: 100%;
  height: auto !important;
}

.newsTitle {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  margin: 10px auto;
  font-family: "Futura";
}

.newsSummary {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
  margin-top: 0px;
  line-height: 18px;
  font-family: var(--font-family-2) !important;
}

.imageCaption {
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  font-family: var(--font-family-2) !important;
}

.shortDescription {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 18px;
  color: #a2122e;
  line-height: 20px;
  line-height: 22px;
  font-family: var(--font-family-2) !important;
}

.newsAuthor {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 0px;
  font-family: var(--font-family-2) !important;
}

body.overflowHidden {
  overflow: hidden;
}

.mainMenu {
  position: fixed;
  left: -100%;
  top: 172px;
  min-height: 100vh;
  width: 100vw;
  /* width: 0; */
  background-color: white;
  z-index: 5;
  display: flex;
  flex-direction: column;
  color: var(--black);
  transition: all 0.3s ease-out;
}

.mainMenu.open {
  /* min-height: 100vh; */
  /* width: 100vw; */
  left: 0;
  top: 150px;
  top: 172px;
}

.mainMenuOptions {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  /* margin: 10%; */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -100vw;
  transition: all 0.3s ease-out;
}

.mainMenu.open .mainMenuOptions {
  left: 0;
}

.mainMenuOption {
  position: relative;
  width: auto;
  margin: auto;
  /* min-height: 50px; */
  font-family: var(--font-family-2) !important;
  font-size: 39px;
  /* min-height: 37px; */
  line-height: 48px;
  margin: 0px auto;
}

.customButton {
  position: relative;
  margin: 20px auto;
  width: fit-content;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: var(--black);
  border: 1px solid var(--black);
  background: var(--white);
  transition: all 0.2s ease-out;
  font-family: var(--font-family);
  font-weight: 400;
}

.customButton:hover {
  border-color: var(--first);
  background-color: #7a182f;
  color: white;
}
a.customButton {
  display: block;
}

em {
  font-style: italic;
}

.pagesNavigation {
  position: relative;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 23px;
  display: flex;
  margin: 80px auto;
  align-items: center;
  justify-content: center;
}

.pagesNavigation a,
.numbers {
  position: relative;
  height: 100%;
  width: fit-content;
  margin: auto 10px;
  cursor: pointer;
}

.numbers {
  display: flex;
  justify-content: center;
  margin: auto 0;
}

.pagesNavigation .button {
  margin: auto 20px;
}

.pageNumber {
  color: #808080;
  margin: auto 10px;
}

.pageNumber.selected {
  color: #a2122e;
}

.pagesNavigation * {
  font-family: var(--font-family-2);
}

.arrowDown {
  position: absolute;
  right: 14px;
  width: 15px;
  height: 7px;
}

#header.white .searchSite::placeholder {
  margin-top: 20px;
}

.newsSummary p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: var(--font-family-2) !important;
}

#signInFixedContainer.noGuest #signInUser {
  margin-top: 0;
}

#signInFixedContainer.noGuest #signGuest {
  display: none;
}

#articlesContainer {
  display: grid;
  position: relative;
  width: 90%;
  grid-gap: 0%;
  height: auto;
  margin: 50px auto;
  grid-template-columns: repeat(auto-fill, 25%);
  row-gap: 50px;
  justify-content: center;
}

#articlesContainer.noGap {
  grid-column-gap: 0;
}

.searchSite2.headerMobileSearch {
  position: relative;
  height: 30px;
  margin: auto;
  width: 70%;
  margin-bottom: 15px;
  font-size: 15px;
}

/* colores de ViewSubscritpion */
#communitySection,
#contactButton,
.frequencyButton:hover,
.frequencyButton.selected {
  background-color: #a2122e;
}

#benefitsList,
.benefitButton {
  color: #a2122e;
}

.subscribeButton {
  border: 2px solid #a2122e;
  background-color: #a2122e;
}

#contactButton:hover {
  color: #a2122e;
  border: 1px solid #a2122e;
}

/* Menú principal */
.expandedCategoryContainer {
  display: none;
  position: absolute;
}
.expandedCategory {
  display: -ms-grid;
  display: grid;
  justify-content: space-around;
  background-color: #afafaf;
  padding: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border-radius: 5px;
  margin-top: 30px;
}
.expandedCategory.expandedCategoryColumns {
  grid-template-columns: auto auto;
}
.expandedCategory.expandedCategoryColumn {
  grid-template-columns: 1fr;
}

.expandedCategory.expandedCategoryColumns .menuSubcategory:nth-child(odd) {
  border-right: 1px solid #fff;
}

.categoryTwoTilte {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 0px 35px;
  line-height: 35px;
  font-size: 15px;
  text-underline-offset: 5px;
}

.categoriesLevelThree {
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #7b7b7b;
  color: #fff;
  width: 100%;
  display: none;
  z-index: 10;
  padding: 20px 35px;
  border-radius: 0px 10px 10px 0px;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  column-gap: 35px;
}

.categoryThreeTilte {
  text-decoration: none;
  color: #fff;
  line-height: 35px;
  font-size: 15px;
  text-underline-offset: 5px;
}
.profileDiv .hoverOptions {
  top: 30px;
}
.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 50;
}

.bkg.openFilter {
  opacity: 0.5;
  display: block;
}

@media screen and (max-width: 1100px) {
  .headerOptions.cl-effect-4 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .headerLogo {
    height: 50px;
    width: 50px;
    margin: 0px;
    position: absolute;
    left: calc(50% - 25px);
  }
  .searchSite {
    display: none;
  }
  .news {
    padding: 0px;
    margin-bottom: 2.5rem;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    height: auto;
    overflow: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .plusArrowMainMenuOptions {
    width: 25%;
    text-align: right;
    padding-right: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .headerOption {
    text-align: left;
    width: 90%;
    margin: 0px;
    padding-left: 10%;
  }
  .mainMenuOption,
  .headerOption {
    font-size: 18px !important;
    margin-top: 7px;
    margin-bottom: 8px;
    width: 100%;
    justify-content: space-between;
    max-width: unset !important;
    line-height: 20px;
  }

  .headerOption.selected {
    border: none;
  }

  .headerOptionsSeparator {
    border-right: none;
    border-bottom: 1px solid #0000005c;
    width: 80%;
    margin: 0px auto;
    margin-top: 10px;
    z-index: 2;
    margin-bottom: 10px;
  }
  .expandedCategoryMainMenuOption {
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    /* transition: all 0.2s; */
    /* margin-bottom: 15px; */
    background: #afafaf;
    color: white;
    height: 0px;
    position: relative;
    /* overflow: hidden; */
    padding-left: 0px;
    padding-bottom: 0px !important;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    /* padding: 20px 20px 20px 10%; */
  }
  .headerOption.dropDownItem {
    padding: 20px 0px 20px 10%;
    margin: 0px;
  }
  .extendedRightItem {
    padding: 15px 0px 15px 10%;
  }
  .expandedCategoryMainMenuOption.categorias {
    background: #7b7b7b;
    width: 100%;
    overflow: hidden;
  }
  .titleAndArrowContainer {
    display: flex;
    width: 100%;
    /* flex-direction: column; */
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    /* padding: 10px 0px 10px 0px; */
  }
  .mainMenuOptions {
    position: absolute;
    padding-top: 0px;
    overflow: auto;
    color: black;
    width: 100vw;
    /* top: 149px; */
    padding-top: 20px;
    display: flex;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 132px);
    padding: 0;
    /* display: block; */
    align-items: flex-start;
    justify-content: flex-start;
    /* border-top: 1px solid #00000030; */
    padding-top: 20px;
  }
  #header:not(.white) {
    background-color: white;
  }
  .topHeader {
    width: 85%;
    justify-content: space-between;
    margin: auto;
    position: relative;
    display: flex;
    margin: auto;
    z-index: 6;
  }
  img.searchSiteImg,
  img.searchSiteImg2 {
    top: calc(20px - 9px);
    left: 12px;
  }
  .searchSite2Container {
    position: relative;
    height: 40px;
    margin: auto;
    width: 85% !important;
    line-height: 40px !important;
    margin-bottom: 15px;
    font-size: 15px;
    z-index: 6;
    display: flex;
    margin-top: 7px;
    border-radius: 0px;
    border: 1px solid gray;
    align-items: center;
    border-radius: 60px;
  }
  #rightHeaderOptions {
    font-size: 14px;
    flex-direction: row-reverse;
  }
  #rightHeaderOptions a:hover {
    opacity: 1;
  }
  #rightHeaderOptions a {
    margin: 0px;
  }
  #signOut {
    margin: 0px !important;
  }
  #rightHeaderOptions div,
  #rightHeaderOptions a {
    margin: auto;
    line-height: 17px;
    height: unset;
    margin-left: 10px;
  }

  .headerImage.show:not(.dummy) {
    position: fixed;
    z-index: 5;
  }
  #headerPromoText {
    font-size: 10px;
  }
  #cartMessageDiv {
    width: 90%;
    border: none;
  }
  #cartMessageButtonsWrapper {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .cartMessageAceptar {
    width: calc(100% - 6% - 4px);
    margin-left: 3%;
    margin-right: 3%;
    display: block;
  }
  .whatsAppWebContainer.open {
    bottom: 23px !important;
  }
  .newsRow {
    display: block;
    margin: auto;
  }
  .newsWrapper:nth-child(2n) {
    border-left: none;
    border-right: none;
  }
  .newsWrapper {
    border: none !important;
    margin-bottom: 10px;
    padding: 0px;
    width: 100%;
  }
  .newsWrapper:last-child {
    border-bottom: none;
  }
  .sectionTitle,
  .sectionSubTitle {
    width: 100%;
    line-height: 47px;
    font-size: 25px;
    margin: 40px auto 10px;
  }
  .sectionSubTitle {
    font-size: 16px;
    line-height: 22px;
  }

  .news.blogPostRegular {
    border-left: none;
    border-right: none;
    border-color: none;
  }

  .news.blogPostRegular:nth-child(4n-2),
  .news.blogPostRegular:nth-child(4n-1),
  .blogsContent .news.blogPostRegular:nth-child(4n-1),
  .blogsContent .news.blogPostRegular:nth-child(4n-2),
  .news.blogPostRegular:nth-child(3n-1) {
    border-left: none;
    border-right: none;
    border-color: unset;
  }

  #alertMessageAceptar {
    width: 200px !important;
  }
  .imageCaption {
    margin-bottom: 10px;
    line-height: 17px;
  }

  #leftHeaderOptions .menuButton {
    margin: auto 2px;
  }

  .searchSite2 {
    width: 91px !important;
    display: none !important;
  }
  .searchSite2 {
    position: relative;
    margin: auto;
    height: 33px;
    line-height: 34px;
    text-indent: 0px;
    border-radius: 50px;
    border: 1px solid gray;
    width: 100%;
    max-width: 320px;
    letter-spacing: 0;
    padding: 0;
    color: var(--color-1) !important;
    background-color: var(--background-color-1) !important;
    font-family: "futura" !important;
    font-weight: 400;
    margin-left: 25px;
  }
  .mobileElement #profileDiv {
    display: grid;
  }
  .searchSite2.headerMobileSearch {
    position: relative;
    height: 40px;
    /* margin: auto; */
    width: 75% !important;
    line-height: 40px !important;
    margin-bottom: 0px;
    font-size: 15px;
    z-index: 4;
    font-family: (--font-family);
    border: none;
    color: var(--black) !important;
    display: block !important;
    margin-left: 42px;
    border-radius: 0px;
  }
  .moblieMenuItemsContainer {
    position: fixed;
    top: 0;
    width: 100%;
    left: -100%;
    z-index: 2;
    background: #fff;
    -webkit-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    height: 100svh;
    overflow: auto;
  }
  .moblieMenuItemsContainer.open {
    left: -0%;
  }

  .mobileMenuItems {
    box-sizing: border-box;
    padding-top: 20px;
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    height: auto;
    color: #000;
  }
  .mobileMenuItem:nth-child(5) {
    margin-bottom: 30px;
  }
  .mobileMenuItem:nth-child(5)::before {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    background: #000;
    bottom: -15px;
    height: 1px;
    left: 30px;
  }
  .mobileMenuLink {
    position: relative;
    float: left;
    width: calc(85% - 20px);
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    color: #000;
    padding-left: 7.5%;
    word-break: break-all;
    overflow: hidden;
  }
  .mobileMenuLink:not(.mobileMenuSubcategoryText) {
    text-transform: unset;
  }
  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 7.5%;
    line-height: 60px;
    width: 15px;
    font-size: 17px;
    text-align: center;
    color: #000;
  }
  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: calc(100% - 0px);
    height: 0;
    overflow: hidden;
    background-color: #afafaf;
  }
  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    text-transform: capitalize;
    height: auto;
    border-bottom: none;
    overflow: hidden;
  }
  .mobileMenuLink.mobileMenuCategoryLevelThreeText {
    color: #fff;
  }

  .mobileMenuSubcategory .mobileMenuSeeMore {
    line-height: 50px;
    color: #fff;
  }
  .mobileMenuSubcategory:first-of-type {
    padding-top: 10px;
  }
  .mobileMenuCategoryLevelThree {
    background: #7b7b7b;
  }
  .mobileMenuLink.mobileMenuSubcategoryText {
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
  }
  .pagesNavigation {
    justify-content: center;
    height: auto;
    margin: 20px auto 40px;
  }
  .pagesNavigation .previous.button,
  .pagesNavigation .next.button {
    font-size: 0px;
    margin: 0 10px;
  }
  .pagesNavigation .previous.button::before {
    content: "<";
    display: inline-block;
  }
  .pagesNavigation .previous.button::before,
  .pagesNavigation .next.button::after {
    font-size: 13px;
    display: inline-block;
  }

  .pagesNavigation a.pageNumber {
    padding: 5px 10px;
    margin: auto 0px;
    font-size: 13px;
  }
  .pagesNavigation .next.button::after {
    content: ">";
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .categoryTwoTilte:hover,
  .categoryThreeTilte:hover {
    text-decoration: underline;
  }
  .headerLink:hover,
  .headerLink.selectedCategoryOne {
    text-decoration: underline 2px solid #952634;
    text-underline-offset: 5px;
  }
  .profileDiv:hover .hoverOptions {
    opacity: 1;
  }
  .hoverOptions a:hover {
    color: #952634;
  }
}
@media screen and (max-width: 768px) {
  .newsContainer {
    width: 85%;
  }
  .newsBox {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
  .newsBox:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
}
