:root {
    --background-color-1: transparent;
    --background-color-2: #a2122e;
    --background-color-3: white;
    --color-1: black;
    --color-2: white;
    --font-family: "Futura New";
    --font-family-2: "Galliard Pro";
}

* {
    font-family: var(--font-family) !important;
}

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: 44px;
    letter-spacing: 0px;
    line-height: 25px;
    font-size: 14px;
    width: calc(100% - 140px);
    margin-top: 0;
    background: transparent !important;
    font-family: 'Galliard Pro' !important;
}

.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;
}

#signOut {
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    pointer-events: all;
}

.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: 0px;
    transition: all 0.2s ease-out;
    display: block;
    overflow: hidden;
    border: 1px solid #0000002e;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#profileDiv:hover .hoverOptions {
    top: 22px;
    opacity: 1;
    height: 50px;
    overflow: visible;
    /* left: unset; */
    /* right: 0px; */
}

.collaboratorContainer {
    width: 20%;
    margin: 2%;
}

.shortDescription {
    margin-bottom: 10px;
}

body {
    color: black;
    font-weight: 300;
}

#content {
    min-height: calc(100vh - 150px);
}

.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;
}

.headerCart img {
    height: 16px;
    margin-right: 5px;
}

.profileDiv img {
    height: 16px;
}

.header {
    height: auto;
    width: 100%;
    position: relative;
    /* border-bottom: 1px solid #00000030; */
    z-index: 6;
    background-color: var(--background-color-1);
    color: var(--color-1);
    margin-top: 20px;
    font-size: 22px;
    font-family: var(--font-family-2) !important;
}

#header {
    border-bottom: 1px solid #00000030;
}

#header.white {
    color: var(--color-2);
}

.topHeader {
    position: relative;
    width: 95%;
    height: 85px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.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: "Galliard Pro" !important;
    cursor: pointer;
    display: block;
}

.goToSection span {
    color: #7a182f;
    font-family: "Galliard Pro" !important;
}

.headerLogo {
    position: relative;
    /* margin: auto; */
    display: block;
    height: 50px;
    width: 50px;
    margin-left: 40px;
    /* position: absolute; */
    left: 0px;
    background-image: url("/files/logo.svg");
}

#header.white .headerLogo {
    background-image: url("/files/logoAlt.svg");
}

#leftHeaderOptions .menuButton {
    margin: auto 32px;
}

#leftHeaderOptions {
    display: flex;
}

#searchSite.searchSite,
.searchSite {
    position: absolute;
    /* margin: auto; */
    height: 50px;
    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;
    /* padding: 0; */
    left: calc(50% - 19%);
    color: var(--color-1) !important;
    background-color: var(--background-color-1) !important;
    font-family: var(--font-family-2) !important;
    /* margin-left: 25px; */
}

#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: 100%; */
    /* float: right; */
}

#rightHeaderOptions div,
#rightHeaderOptions a {
    cursor: pointer;
    font-family: var(--font-family-1) !important;
    width: fit-content;
    margin-left: 7px;
    font-size: 14px;
    margin-right: 7px;
    display: flex;
    height: 50%;
}

.profile {
    width: 15px;
}

#profileDiv {
    height: 20px !important;
    align-items: flex-start;
}

.hoverOptions a {
    align-items: center;
}

#rightHeaderOptions a:hover {
    opacity: 0.5;
}

.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-bottom: 20px;
}

.bottomHeaderSecondaryOptions {
    margin-top: 10px;
}

.headerOptionsSeparator {
    border-right: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
}

.headerOption {
    position: relative;
    width: auto;
    height: auto;
    margin: auto 30px;
    font-size: 16px;
    text-align: center;
    font-family: var(--font-family-2) !important;
    cursor: pointer;
}

.headerOption.tienda {
    font-style: italic;
    pointer-events: none;
}

.headerOptionDropDown {
    background-color: #afafaf;
    padding: 20px;
    font-size: 15px;
    position: absolute;
    color: white;
    z-index: 2;
    /* min-height: 112px; */
    font-family: 'Galliard Pro' !important;
    display: none;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 50px;
    top: 60px;
    padding-bottom: 30px;
}

.headerOptionDropDown.intervalo {
    padding-right: 60px;
    padding-left: 50px;
}

.headerOptionDropDown.intervalo {
    margin-left: -55px;
}

.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;
}

.libros .headerOptionDropDown {
    margin-left: -60px;
}

.left {
    padding-right: 40px;
    border-right: 1px solid white;
    display: flex;
    flex-direction: column;
}

.dropDownItem {
    font-family: 'Galliard Pro' !important;
    line-height: 25px;
    /* margin-top: 10px; */
    width: fit-content;
    text-underline-offset: 5px;
    cursor: pointer;
    height: 30px;
    display: flex;
    position: relative;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.extendedRightItem {
    font-family: 'Galliard Pro' !important;
    font-family: 'Galliard Pro' !important;
    line-height: 25px;
    /* margin-bottom: 10px; */
    cursor: pointer;
    width: 130px;
    line-height: 30px;
    height: fit-content;
    height: 30px;
    padding: 5px 0px 5px 0px;
}

.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: center;
    height: 50px;
}

.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: 'Galliard Pro' !important;
    /* 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: 'Galliard Pro' !important;
    /* 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: 'Galliard Pro' !important;
}

.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:hover {
    border-bottom: 2px solid #952634;
}

.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;
}

.worksShopState {
    display: flex;
    border: 1px solid #00000029;
    width: 280px;
    border-radius: 30px;
    padding: 5px 10px 5px 15px;
}

.stateTitle {
    font-size: 15px;
}

.formStateInput {
    position: relative;
    width: -webkit-fill-available !important;
    font-size: 15px;
    text-align-last: left !important;
    margin: 0px 0px 0px 10px !important;
}

.worksShopState {}

.worksShopState {
    margin: 20px !important;
}

.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: 70px !important;
    font-family: var(--font-family-2) !important;
}

.alertMessageLogo {
    display: block;
    position: relative;
    width: 130px;
    top: 20px;
    max-height: 80px;
    width: auto !important;
    margin: auto;
    margin-bottom: 10px;
}

#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: 65px;
    height: auto;
    right: 30px;
}

.whatsAppWebContainer.open {
    bottom: 20px;
}

.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: "Futura new" !important;
    z-index: 10;
    padding: 0px 15px;
    padding-right: 5%;
}

.searchSiteImg,
.searchSiteImg2 {
    position: absolute;
    right: 26px;
    top: 15px;
    width: 18px;
    cursor: pointer;
}

#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: 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,
.sectionSubTitle {
    position: relative;
    width: 50%;
    height: auto;
    line-height: 50px;
    margin: 15px auto;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-family-2) !important;
}

.content.sectionTitle {
    font-size: 20px;
}

.sectionTitle:not(.gridGroupContainer .sectionTitle) {
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 20px !important;
}

.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: 150px;
    min-height: 100vh;
    width: 100vw;
    /* width: 0; */
    background-color: white;
    z-index: 5;
    display: flex;
    flex-direction: column;
    color: white;
    transition: all 0.3s ease-out;
}

.mainMenu.open {
    /* min-height: 100vh; */
    /* width: 100vw; */
    left: 0;
    top: 150px;
    top: 210px;
}

.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;
    border: 1px solid;
    transition: all 0.2s ease-out;
}

.customButton:hover {
    border-color: #7a182f;
    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: "Galliard Pro" !important;
}

#filters {
    width: 100%;
    height: auto;
    margin: 15px auto;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

.filter {
    position: relative;
    display: flex;
    border: 1px solid #0000004d;
    /* margin: auto; */
    /* width: 20%; */
    padding: 5px 0px 5px 15px;
    height: 37px;
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 24%;
}

.filter * {
    font-family: "Galliard Pro" !important;
}

.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;
}

.arrowDown {
    position: absolute;
    right: 15px;
    width: 10px;
}

.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;
}

.filterSelect option {
    color: #808080;
    font-size: 12px;
}

.categoryLevelTwoTitle:hover {
    border-bottom: 1px solid white;
}

.categoryLevelThreeTitle:hover {
    border-bottom: 1px solid white;
}

.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;
}

@media screen and (max-width: 768px) {
    .headerLogo {
        height: 50px;
        width: 50px;
        margin: 0px;
        position: absolute;
        left: calc(50% - 25px);
    }
    .searchSite {
        display: none !important;
    }
    .bottomHeader {
        display: none !important;
    }
    #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;
    }
    .mainMenuOption {
        font-size: 21px;
        margin: 11px auto;
        /* min-height: 36px; */
        line-height: 36px;
        display: block;
        margin-left: 0;
        width: 100%;
        display: flex;
        position: relative;
        text-align: left;
        flex-direction: column;
        height: auto;
    }
    .headerOption {
        text-align: left;
        width: 90%;
        margin: 0px;
        padding-left: 10%;
    }
    #headerDummy {
        height: 190px;
        margin-top: 0px;
    }
    .profileDiv.headerShowLogin.mainMenuOption {
        /* padding: 10px 0px 10px 0px; */
    }
    a.headerCart.mobileElement.mainMenuOption {
        padding: 0px 00px 0px 10%;
    }
    .mainMenuOptionTitle {
        width: 70%;
        font-family: 'Galliard Pro' !important;
    }
    a.dropDownItem {
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 10%;
    }
    .plusArrowMainMenuOptions {
        width: 25%;
        text-align: right;
        padding-right: 10%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .mainMenuOption,
    .headerOption {
        font-size: 18px !important;
        /* margin-top: 7px; */
        /* margin-bottom: 8px; */
    }
    .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;
        margin-top: 40px;
    }
    #rightHeaderOptions {
        font-size: 14px;
        height: 65%;
        /* padding-right: 20px; */
        flex-direction: row-reverse;
    }
    #rightHeaderOptions div,
    #rightHeaderOptions a {
        margin: auto;
        line-height: 17px;
        height: unset;
        margin-left: 10px;
        top: 44px;
    }
    .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;
    }
    .acceder.mobileElement {
        padding-left: 10%;
    }
    #profileDiv:hover .hoverOptions {
        top: 46px !important;
    }
    .sectionTitle,
    .sectionSubTitle {
        width: 82%;
        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: 90%;
        margin: 15px auto;
        flex-direction: column;
        margin-top: 40px !important;
    }
    .filter {
        margin: 10px auto !important;
        width: -webkit-fill-available !important;
    }
    .filterSelect {
        font-size: 14px;
        width: 74%;
    }
    .filterName {
        font-size: 14px;
        width: fit-content;
    }
    #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; */
        height: unset !important;
    }
    .searchSite2.headerMobileSearch {
        position: relative;
        height: 40px;
        /* margin: auto; */
        width: 75% !important;
        line-height: 40px !important;
        margin-bottom: 0px;
        font-size: 15px;
        z-index: 6;
        font-family: 'Futura New' !important;
        /* display: flex; */
        border: none;
        /* margin-top: 7px; */
        color: black !important;
        display: block !important;
        /* border-bottom: 1px solid black; */
        /* align-items: center; */
        /* border-radius: 0px; */
        margin-left: 42px;
        border-radius: 0px;
    }
    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;
    }
    .headerOption:hover {
        border: none;
    }
    .header {
        border-bottom: none;
    }
    .plusArrowMainMenuOptionsCats {
        width: 25%;
        text-align: right;
        padding-right: 10%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@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 {
        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: 7px;
    }
    .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: 6px;
        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;
    }
    img.searchSiteImg,
    img.searchSiteImg2 {
        top: calc(20px - 9px);
        left: 12px;
    }
}