: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;
}

.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;
}

.justBooks {
    float: left;
    display: inline-block;
    position: relative;
    font-size: 12px;
    width: 106px;
    text-align: left;
    text-indent: 20px;
    align-items: self-start;
    align-content: flex-start;
}

.searchSite2 {
    max-width: 396px;
}

.justBooksBox {
    display: inline-block;
    position: relative;
    height: 8px;
    float: left;
    width: 8px;
    border-radius: 50%;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 0;
    cursor: pointer;
}

.justBooksBox.selected {
    /* background-image: url(/files/tick.png); */
    background-size: contain;
    background-color: #a2122e;
    background-repeat: no-repeat;
}

#profileDiv #signOut {
    height: 30px;
    line-height: 30px;
    pointer-events: all;
    margin: 0;
    padding: 0;
}

.headerHoverOptions {
    position: absolute !important;
    height: 0;
    left: -18px;
    width: fit-content;
    /* top: 0; */
    transition: all 0.2s ease-out;
    /* display: block; */
    overflow: hidden;
    /* opacity: 1 !important; */
    background-color: white;
    display: flex;
    justify-content: center;
    color: black;
    /* height: auto; */
    /* overflow: hidden; */
    flex-direction: column;
    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;
    /* left: 0px; */
    width: fit-content;
    opacity: 0;
    top: 17px;
    right: -29px;
    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;
}

#profileDiv:hover .hoverOptions {
    top: 20px;
    opacity: 1;
    background: var(--white);
    overflow: visible;
    opacity: 1;
    left: unset;
    right: -27px;
}
.hoverOptions a{
    width: 100% !important;
    margin: 0;
    height: 29px !important;
    display: flex;
    align-items: center;
}
.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;
}

.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: 47px;
    width: 45px;
    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;
    /* margin: auto; */
    margin-right: 0;
    display: flex;
    /* width: 100%; */
    font-size: 22px;
    height: 19px;
    /* float: right; */
}
#accountOptions:hover, #accountOptions1:hover, #accountOptions2:hover{height: 50% !important;} 
#rightHeaderOptions div,
#rightHeaderOptions a {
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 400;
    width: fit-content;
    margin-left: 7px;
    font-size: 13px;
    margin-right: 7px;
    display: flex;
    height: auto;
    /* top: 20px; */
    z-index: 20;
}
#rightHeaderOptions #profileDiv{
    height: 15px;
}

#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;
}
#rightHeaderOptions a:hover {
    opacity: 0.5; 
}
#accountOptions #myProfileUser a:hover,
#rightHeaderOptions #accountOptions a:hover{
    opacity: 1;
}
#headerCart img,
.heart,
.profile{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.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-left: 20px;
    margin-right: 20px;
    font-size: 16px;
}

.expandedCategory {
    position: absolute;
    /* top: 11rem; */
    display: none;
    height: fit-content;
    width: fit-content;
    background-color: #B8B8B8;
    opacity: 1;
    z-index: 11;
    border-radius: 0px 0px 0px 10px;
    /* box-sizing: border-box; */
    /* color: #52565d; */
    /* padding-bottom: 1rem; */
    transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
}

.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: 200px;
    height: auto;
    right: 30px;
}

.whatsAppWebContainer.open {
    bottom: 60px;
}

.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;
}

#header.white .menuButton span {
    background: var(--color-2);
}

.menuButton span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.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(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: 4px;
    top: 11px;
}

.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: 4px;
    top: 12px;
}

.menuButton.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 14px;
}

.whatsAppWebContainer {
    display: none;
}
.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;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: (--font-family-2);
}

.sectionSubTitle {
    font-size: 20px;
}

.newsSummery img {
    width: 100%;
}

.newsSummary img {
    max-width: 100%;
}

.newsContainer {
    position: relative;
    width: 90%;
    margin: auto;
    height: auto;
    overflow: hidden;
}

.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;
    height: auto;
    overflow: hidden;
    font-size: 14px;
}

.newsCategory {
    position: relative;
    font-size: 13px;
    color: #a2122e;
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin: 10px auto;
    margin-top: 0px;
}

.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;
}

.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;
    justify-content: center;
    margin: 80px auto;
}

.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);
}

#filters {
    width: 100%;
    height: auto;
    margin: 15px auto;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.filter {
    position: relative;
    display: flex;
    border: 1px solid #0000004d;
    margin: auto;
    padding: 5px 0px 5px 15px;
    height: 50px;
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 28%;
}

.filter * {
    font-family: (--font-family-2);
}

.filterName {
    position: relative;
    font-size: 12px;
    /* height: 30px; */
    /* margin: auto; */
    /* margin-left: 10px; */
    white-space: nowrap;
    /* margin-right: 9px; */
    /* min-width: 73px; */
    width: max-content !important;
}

.filterSelect {
    position: relative;
    height: 20px;
    font-size: 13px;
    width: 75%;
    z-index: 2;
    padding-right: 25px;
    border: none;
    background-color: transparent;
    text-align-last: left;
    color: #808080;
    margin-left: 6px;
}
.arrowDown {
    position: absolute;
    right: 15px;
    width: 10px;
}

.filterSelect option {
    color: #808080;
    font-size: 12px;
}

.filterSelect.optionSelected {
    color: #a2122e;
    font-size: 12px;
}

#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;
}

@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;
    }
    #header {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        height: auto;
        overflow: hidden;
        -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: 80% !important;
        line-height: 40px !important;
        margin-bottom: 15px;
        font-size: 15px;
        z-index: 6;
        display: flex;
        margin-top: 7px;
        /* display: flex !important; */
        /* border-bottom: 1px solid black; */
        border-radius: 0px;
        border: 1px solid gray;
        align-items: center;
        border-radius: 60px;
    }
    #rightHeaderOptions {
        font-size: 14px;
        height: 65%;
        /* padding-right: 20px; */
        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;
        top: 44px;
    }
    #profileDiv:hover .hoverOptions {
        top: 40px !important;
        right: 30px;
        margin: 0;
    }
    .profile {
    width: 15px;
    }
    .headerCart img {
    height: 16px;
    margin-right: 5px;
}

    .profileIcon{
        margin: 0 !important;
    }
    .headerImage.show:not(.dummy) {
        position: fixed;
        z-index: 5;
    }
    #headerPromoText {
        font-size: 10px;
    }
    #cartMessageDiv {
        width: 90%;
        border: none;
    }
    #cartMessageButtonsWrapper {
        width: 60%;
    }
    .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: 15px auto;
    }
    .sectionSubTitle {
        font-size: 16px;
        line-height: 22px;
    }
    .newsContainer {
        width: 85%;
    }
    #alertMessageAceptar {
        width: 200px !important;
    }
    .imageCaption {
        margin-bottom: 10px;
        line-height: 17px;
    }
    #filters {
        width: 100%;
        margin: 15px auto;
        flex-direction: column;
    }
    .filter {
        margin: 10px auto;
        width: 95%;
    }
    .filterSelect {
        font-size: 14px;
    }
    .filterName {
        font-size: 14px;
    }
    #leftHeaderOptions .menuButton {
        margin: auto 2px;
    }
    .justBooks {
        display: none !important;
    }
    .searchSite2 {
        width: 91px !important;
        display: none !important;
    }
    .searchSite2 {
        position: relative;
        margin: auto;
        height: 33px;
        line-height: 34px;
        text-indent: 20px;
        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: var(--font-family-2) !important;
        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;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    #headerLogo {
        max-width: 215px;
        width: 28%;
        margin-left: 36%;
    }
    #header {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        /* padding-top: 20px; */
        /* background-color: white; */
    }
    .menuButton {
        /* width: 42px;
        height: 40px;*/
        position: relative;
        float: left;
        margin-top: 20px;
        margin-left: 20px;
    }
    .menuButton span:nth-child(1),
    .menuButton span:nth-child(2) {
        top: 0px;
    }
    .menuButton span:nth-child(3),
    .menuButton span:nth-child(4) {
        top: 10px;
    }
    .menuButton span:nth-child(5),
    .menuButton span:nth-child(6) {
        top: 26px;
    }
    .menuButton span {
        height: 6px;
        width: 70%;
    }
    .menuButton.open span:nth-child(2) {
        left: calc(50% - 7px);
        top: 11px;
    }
    .menuButton.open span:nth-child(6) {
        left: calc(50% - 7px);
        top: 12px;
        top: 11px;
    }
    .menuButton span:nth-child(5),
    .menuButton span:nth-child(6) {
        top: 20px;
    }
    .menuButton span {
        height: 2px;
        width: 80%;
    }
    .sectionTitle {
        width: 90%;
        font-size: 25px;
        margin: 15px auto;
    }
    .justBooks {
        display: none !important;
    }
    .searchSite2 {
        width: 91px !important;
    }
    
    .mobileElement #profileDiv {
        display: block;
    }
    .searchSite2.headerMobileSearch {
        position: relative;
        height: 30px;
        margin: auto;
        width: 70% !important;
        margin-bottom: 15px;
        font-size: 15px;
        display: block;
    }
    .searchSite2 {
        position: relative;
        margin: auto;
        height: 33px;
        line-height: 34px;
        text-indent: 20px;
        border-radius: 50px;
        border: 1px solid gray;
        width: 100%;
        max-width: 320px;
        letter-spacing: 0;
        padding: 0;
        color: var(--background-color) !important;
        background-color: var(--background-color-1) !important;
        font-family: var(--font-family-2) !important;
        margin-left: 25px;
    }
}
