@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/**/
/**/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #F7F8F3; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s;
  /*.sidenav ul > li > ul {
      padding-left: .5rem;
  }*/
  /* The navigation menu links */
  /* When you mouse over the navigation links, change their color */
  /* Position and style the close button (top right corner) */
}
.sidenav ul {
  padding: 0px;
  list-style: none;
}
.sidenav a:hover, .sidenav a:active {
  color: #F28066;
}
.sidenav ul > li {
  width: 100%;
  padding: 0;
}
.sidenav > div > ul.nav > li a {
  text-transform: uppercase;
  position: relative;
}
.sidenav > div > ul.nav > li > a {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.sidenav > div > ul > li > ul > li a {
  color: #6D6C6C;
}
.sidenav > div > ul > li > ul > li > a {
  font-weight: 600;
}
.sidenav a {
  padding: 0.5rem;
  text-decoration: none;
  font-size: 12px;
  color: #231F20;
  display: block;
  transition: 0.3s;
  line-height: 8px;
}
.sidenav .sidenav-header {
  border-bottom: 1px solid #EDEDED;
}
.sidenav .sidenav-header div > a, .sidenav .sidenav-header .closebtn {
  font-size: 1.4rem;
}
.sidenav a:hover, .sidenav .offcanvas a:focus {
  color: #231f20;
}
.sidenav li.nav-account {
  border-bottom: 1px solid #ccc;
  background: #ededed;
}
.sidenav li.nav-account a > span {
  display: flex;
  align-items: center;
}
.sidenav li.nav-account a > span i {
  font-size: 2.5rem;
}
.sidenav li.nav-account a > span > span {
  padding-left: 0.25rem;
}
.sidenav li.nav-account a > span > span small {
  display: block;
}
.sidenav .dropdown-currency .btn-outline-secondary {
  border: 1px solid #333;
  color: #333;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  /*    overflow: hidden;*/
  width: 100%;
}

body {
  overflow-x: hidden;
}

.formulario {
  color: #01723C;
}
.formulario h1 {
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.modal {
  color: #01723C;
}
.modal .modal-header h4 {
  font-size: 1.5rem;
}
.modal .modal-header .close {
  padding: 0.25rem;
}
.modal .libro .titulo {
  font-size: 1.1rem;
}
.modal ul {
  list-style: none;
}

:root {
  --third-color: #F8F8F8;
  --secondary-color: #5a5a5a;
  --primary-color: #DA802E;
  --main-outline-border: 1px solid #343434;
  --main-outline-white-border: 1px solid #ffffff;
  --placeholder-white: #333333;
  --placeholder-dark: #DA802E;
  --copyright-color: #333333;
  --newsletter-description-color: #343434;
  --font-primary: Copse,sans-serif;
  --font-secondary: Roboto, serif;
}

.content-master {
  margin-right: auto;
  margin-left: auto;
  max-width: 1380px;
}

#main {
  position: relative;
}

.form-control, .form-control:hover, .form-control:focus, .form-control:active {
  color: #01723C;
  font-family: "Playfair Display", sans-serif;
}

input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder {
  color: #01723C;
}

a {
  color: #343434;
}
a:hover, a:focus, a:active {
  color: #01723C;
}

ul {
  margin: 0;
  padding: 0;
}

.btn {
  font-family: "Playfair Display", sans-serif;
  border-radius: 2rem !important;
  transition: 0.5s all ease-in;
  line-height: 2rem !important;
}

.btn-outline-primary {
  border: 1px solid #01723C;
  color: #343434;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #343434;
  border: 1px solid #01723C;
}

.btn-primary {
  border: 1px solid #01723C;
  color: #ffffff;
  background-color: #343434;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary .focus, .btn-primary .active {
  background-color: #343434;
  border: 1px solid #01723C;
  opacity: 0.9;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #343434;
  border: 1px solid #01723C;
}

.btn-success {
  border-color: #fff;
}
.btn-success:hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  padding: 0px 0.5rem;
}
.breadcrumb li + li:before {
  color: #01723C;
  content: " > ";
  padding: 0 5px;
  font-size: 0.95rem;
}
.breadcrumb li a {
  color: #01723C;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.responsive-tabs-container .accordion-link {
  border-radius: 0px;
  padding: 0px;
  border: none;
  font-family: "Montserrat", serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-top: 0.75rem;
}

.cont-central {
  margin-top: 20px;
}

input[type=search]:focus, input[type=email]:focus {
  box-shadow: none;
}

/*Subtitulos*/
.clearfix.subtitle {
  color: #343434;
  font-family: "Montserrat", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 36px;
  font-variant: small-caps;
}

/*Sacar icono + de btn ver mas*/
.verMas span {
  color: #343434;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.verMas .hidden {
  display: none;
}

/*slider pro*/
.slick-next:before, .slick-prev:before {
  color: #01723C !important;
}

.sp-fade-arrows {
  opacity: 1 !important;
}

/*slider css puro*/
@media (max-width: 992px) {
  .filaWidget {
    /*$test: $slideCount / 2;

      @if ($i <= $test) {
        #s1{ margin-left: -6px; }
      } @else {
        #s1{ margin-left: 3px; }
      }*/
    /*$test: $slideCount / 2;

      @if ($i <= $test) {
        #s2{ margin-left: -12px; }
      } @else {
        #s2{ margin-left: 6px; }
      }*/
  }
  .filaWidget .slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .filaWidget .slider__inner {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
  }
  .filaWidget .slider__inner__overflow {
    transition: all 0.3s ease;
    width: 200%;
    height: 277px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
  }
  .filaWidget .slider__slide {
    height: 100%;
    width: 50;
    float: left;
  }
  .filaWidget .testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 3%;
    font: 300 24px/36px "Helvetica Neue", Helvetica;
    font: 300 5vmin/7.2vmin "Helvetica Neue", Helvetica;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .filaWidget .testimonial {
    padding: 1% 3%;
  }
}
@media (max-width: 992px) {
  .filaWidget .testimonial__avatar {
    border-radius: 100%;
    width: auto;
    height: 50px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .filaWidget .testimonial__avatar {
    height: 30vmin;
  }
}
@media (max-width: 992px) {
  .filaWidget .testimonial__copy {
    margin: 3vh;
  }
}
@media (max-width: 992px) {
  .filaWidget .testimonial__author {
    display: block;
    font-style: italic;
    color: #aaa;
  }
}
@media (max-width: 992px) {
  .filaWidget .banner__image {
    max-height: 100%;
  }
}
@media (max-width: 992px) {
  .filaWidget .control {
    display: none;
  }
}
@media (max-width: 992px) {
  .filaWidget #Slide1:checked ~ .slider__inner__overflow {
    margin-left: 0%;
  }
}
@media (max-width: 992px) {
  .filaWidget #Slide1:checked + #s1 {
    background: #A7201B;
  }
}
@media (max-width: 992px) {
  .filaWidget #Slide2:checked ~ .slider__inner__overflow {
    margin-left: -100%;
  }
}
@media (max-width: 992px) {
  .filaWidget #Slide2:checked + #s2 {
    background: #A7201B;
  }
}
@media (max-width: 992px) {
  .filaWidget .slideControl {
    padding: 6px;
    background: #A7201B;
    position: absolute;
    left: 45%;
    bottom: 20px;
    border-radius: 20px;
    opacity: 1;
    cursor: pointer;
    z-index: 999;
    display: inline-block;
    height: 9px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .filaWidget .slideControl {
    padding: 0.6vmax;
  }
}
@media (max-width: 992px) {
  .filaWidget .slideControl:hover {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .filaWidget #s1 {
    margin-right: 5%;
  }
}
@media (max-width: 992px) {
  .filaWidget #s2 {
    margin-left: 5%;
  }
}
@media (max-width: 992px) {
  .filaWidget #s3 {
    margin-left: 12px;
  }
}
@media (max-width: 992px) {
  .filaWidget #s4 {
    margin-left: 36px;
  }
}
/*   #i1, #i2, #i3 {
        display: none;
    }

    .contenedor-slider {
        margin-top: 20px;
        position: relative;
        height: 100%;
        padding-bottom: 468px;
        }

        .slide_img {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .slide_img img {
            width: inherit;
            height: inherit;
        }

        .prev, .next {
            width: 3%;
            height: inherit;
            margin-left: 8px;
            position: absolute;
            top: 0;
            color: rgba(244, 244, 244,.9);
            z-index: 99;
            transition: .45s;
            cursor: pointer;
            text-align: center;
        }

        .next {
            right: 30px;
        }

        .prev {
            left: 0;

            img {
                transform: rotate(180deg);
            }
        }

        label span {
            position: absolute;
            font-size: 25px;
            top: 50%;
            transform: translateY(-50%);
        }

        .slide_img {
            z-index: -1;
        }




#nav_slide {
    width: 100%;
    bottom: 12%;
    height: 11px;
    text-align: center;
    z-index: 99;
    cursor: default;
    position: relative;
    top: 2%;
}
.dots {
    top: -5px;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    background-color: $ninth-color;
    transition: .4s;

    .dots:focus {
        background-color: $fifth-color;
    }

    .active {
        background-color: $fifth-color;
    }

    &:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
        transition: .25s;
    }
}


#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three {
    z-index: 9;
    animation: scroll 1s ease-in-out;
}

#i1:checked ~ #nav_slide #dot1,
#i2:checked ~ #nav_slide #dot2,
#i3:checked ~ #nav_slide #dot3
 {
    background-color: red;
}

@keyframes scroll {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

#nav_slide .dots.active {
    background-color: $ninth-color;
}

*/
.contenedor-slider {
  /*    margin: 0 auto;
  margin-top: 20px;
  position: relative;
  width: $big_width;
  height: 0;
  padding-bottom: $big_height;
  user-select: none;
  background-color: #1c1c1c;
  box-shadow: $box-shadow;*/
  margin-top: 20px;
  position: relative;
  height: 100%;
  padding-bottom: 468px;
}
.contenedor-slider input {
  display: none;
}
.contenedor-slider .slide_img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contenedor-slider .slide_img img {
  width: inherit;
  height: inherit;
}
.contenedor-slider .slide_img .prev, .contenedor-slider .slide_img .next {
  width: 12%;
  height: inherit;
  position: absolute;
  top: 0;
  background-color: rgba(255, 82, 82, 0.2);
  z-index: 99;
  transition: 0.45s;
  cursor: pointer;
  text-align: center;
}
.contenedor-slider .slide_img .next {
  right: 0;
}
.contenedor-slider .slide_img .prev {
  left: 0;
}
.contenedor-slider .slide_img .prev:hover, .contenedor-slider .slide_img .next:hover {
  transition: 0.3s;
  background-color: rgba(255, 82, 82, 0.8);
}
.contenedor-slider .slide_img .prev span, .contenedor-slider .slide_img .next span {
  position: absolute;
  width: 0px;
  height: 0px;
  border: solid 20px;
  top: 50%;
  transform: translateY(-50%);
}
.contenedor-slider .slide_img .prev span {
  border-color: transparent #fff transparent transparent;
  right: 35%;
}
.contenedor-slider .slide_img .next span {
  border-color: transparent transparent transparent #fff;
  left: 35%;
}

#nav_slide {
  width: 100%;
  bottom: 12%;
  height: 11px;
  position: relative;
  top: 5%;
  text-align: center;
  z-index: 99;
  cursor: default;
}
#nav_slide .dots {
  top: -5px;
  width: 18px;
  height: 18px;
  margin: 0 3px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: #A7201B;
  transition: 0.4s;
  cursor: pointer;
}
#nav_slide #dot1:hover {
  /*background: $ninth-color;*/
  background: rgba(0, 0, 0, 0.6);
}
#nav_slide #dot2:hover {
  /*background: $ninth-color;*/
  background: rgba(0, 0, 0, 0.6);
}
#nav_slide #dot3:hover {
  /*background: $ninth-color;*/
  background: rgba(0, 0, 0, 0.6);
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three,
#i4:checked ~ #four {
  z-index: 9;
  animation: scroll 1s ease-in-out;
}

#i1:checked ~ #nav_slide #dot1 {
  background: #A7201B;
}

#i2:checked ~ #nav_slide #dot2 {
  background: #A7201B;
}

#i3:checked ~ #nav_slide #dot3 {
  background: red;
}

@keyframes scroll {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 685px) {
  .contenedor-slider {
    border: none;
    height: 0;
  }
  .contenedor-slider .slide_img .prev, .contenedor-slider .slide_img .next {
    width: 15%;
  }
  .contenedor-slider .slide_img .prev span, .contenedor-slider .slide_img .next span {
    border: solid 12px;
  }
  .contenedor-slider .slide_img .prev span {
    border-color: transparent #fff transparent transparent;
  }
  .contenedor-slider .slide_img .next span {
    border-color: transparent transparent transparent #fff;
  }
  #nav_slide .dots {
    width: 12px;
    height: 12px;
  }
}
.novedades-container .text-right {
  justify-content: end;
}
.novedades-container .verMas {
  display: flex;
  height: 80%;
  width: 100%;
}
@media (min-width: 992px) {
  .novedades-container .verMas {
    align-items: end;
  }
}
.novedades-container .verMas span {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}
.novedades-container .verMas .hidden {
  display: none !important;
}
.novedades-container .slick-slide .tapa {
  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
}
.novedades-container .slick-slide .tapa img {
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  width: 95%;
  height: 250px;
  object-fit: contain;
  display: block;
  border-radius: 5px;
}

.img-contain {
  object-fit: contain;
  width: 225px;
  height: 338px;
  display: block;
  margin: 0 auto;
}

.filaWidget {
  background: none;
  height: 350px;
}
@media (min-width: 992px) {
  .filaWidget {
    height: 646px;
  }
}
.filaWidget .col-lg-6 {
  padding: 0px;
}
@media (min-width: 992px) {
  .filaWidget .odd, .filaWidget .even {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .filaWidget .odd {
    margin-left: 0px;
  }
}
.filaWidget .odd .banner {
  background-image: url("/images/bg-banner1.jpg");
}
.filaWidget .odd .banner .imagenBanner {
  top: 0;
  left: 0;
}
.filaWidget .odd .banner .infoBanner {
  background-color: #01723C;
  right: 0;
  border-radius: 120px 0px 0px 120px;
  max-width: 150px;
  overflow: hidden;
  transition: width 0.5s;
}
@media (min-width: 992px) {
  .filaWidget .odd .banner .infoBanner {
    max-width: 228px;
  }
}
.filaWidget .odd .banner .infoBanner .info-container h5::after {
  right: 0;
  width: 100%;
}
.filaWidget .odd .banner .infoBanner .info-container .info {
  margin-left: 28%;
}
.filaWidget .odd .banner .infoBanner:hover {
  max-width: 450px;
}
.filaWidget .odd .banner .infoBanner:hover .subtitulo-btn-container {
  opacity: 1;
}
.filaWidget .odd .banner .infoBanner:hover .subtitulo-btn-container h5 span {
  padding-right: 0%;
}
@media (min-width: 992px) {
  .filaWidget .odd .banner .infoBanner:hover .subtitulo-btn-container h5 span {
    padding-right: 20%;
  }
}
.filaWidget .odd .banner .infoBanner:hover .info {
  margin-left: 8%;
}
.filaWidget .even .banner {
  background-image: url("/images/bg-banner0.png");
}
.filaWidget .even .banner .imagenBanner {
  top: 0;
  right: 0;
}
.filaWidget .even .banner .infoBanner {
  background-color: #A7201B;
  left: 0;
  border-radius: 0px 120px 120px 0px;
  max-width: 150px;
  overflow: hidden;
  transition: width 0.5s;
}
@media (min-width: 992px) {
  .filaWidget .even .banner .infoBanner {
    max-width: 228px;
  }
}
.filaWidget .even .banner .infoBanner .info-container {
  flex-direction: row-reverse;
}
.filaWidget .even .banner .infoBanner .info-container .info {
  margin-right: 28%;
}
.filaWidget .even .banner .infoBanner .info-container h5 span {
  padding-right: 5%;
}
.filaWidget .even .banner .infoBanner .info-container h5::after {
  left: 0;
  width: 90%;
}
.filaWidget .even .banner .infoBanner:hover {
  max-width: 420px;
}
.filaWidget .even .banner .infoBanner:hover .subtitulo-btn-container {
  opacity: 1;
}
.filaWidget .even .banner .infoBanner:hover .info {
  margin-right: 8%;
}
.filaWidget .contenedor-banner {
  height: 100% !important;
}
.filaWidget .contenedor-banner .imagenBanner {
  position: absolute !important;
  max-width: 66.666667%;
}
.filaWidget .contenedor-banner .imagenBanner .contenedorImagen a img {
  margin-top: 16px;
  margin-bottom: 16px;
  max-height: 240px;
}
@media (min-width: 992px) {
  .filaWidget .contenedor-banner .imagenBanner .contenedorImagen a img {
    max-height: 430px;
  }
}
.filaWidget .contenedor-banner .infoBanner {
  position: absolute !important;
  height: 232px;
  color: #fff;
  width: 100%;
  bottom: 10%;
}
.filaWidget .contenedor-banner .infoBanner .col-12 {
  padding: 0px !important;
  height: 100%;
}
.filaWidget .contenedor-banner .infoBanner .info-container {
  display: flex;
  height: 100%;
  align-items: center;
}
.filaWidget .contenedor-banner .infoBanner .info-container .info {
  height: 50%;
  display: flex;
  align-items: center;
}
.filaWidget .contenedor-banner .infoBanner .info-container h4 span {
  color: #F1F1F1;
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  padding-right: 0%;
  text-align: left;
  padding-left: 5%;
}
.filaWidget .contenedor-banner .infoBanner .subtitulo-btn-container {
  width: 100%;
  position: relative;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  opacity: 0;
  transition: opacity 0.5s;
}
.filaWidget .contenedor-banner .infoBanner .subtitulo-btn-container h5 span {
  color: #F1F1F1;
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.25px;
  padding-right: 20%;
  text-align: left;
  padding-left: 5%;
  max-height: 7em;
  overflow: hidden;
}
.filaWidget .contenedor-banner .infoBanner .subtitulo-btn-container h5::after {
  content: "";
  display: block;
  border-top: 1px solid #F1F1F1;
  margin: 5px 0;
  position: absolute;
  top: 70%;
}
@media (min-width: 992px) {
  .filaWidget .contenedor-banner .infoBanner .subtitulo-btn-container h5::after {
    top: 65%;
  }
}
.filaWidget .contenedor-banner .infoBanner .subtitulo-btn-container a {
  color: #fff;
  display: inline-flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 30px;
  border: 1px solid #F1F1F1;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  max-width: 125px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  top: 10%;
  left: 17%;
}
.filaWidget .banner {
  background-size: cover;
  height: 100%;
  flex: 1 0 50% !important;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .filaWidget .banner {
    height: auto;
  }
}
.filaWidget .banner .info h5 {
  border-bottom: 1px solid;
  padding: 10px;
  width: 68%;
}

.destacadoRecomendado {
  font-family: "Fredoka One", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #5a5a5a;
}

.title-libros-para-artistas {
  display: flex;
  justify-content: flex-start;
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  .title-libros-para-artistas {
    justify-content: center;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    text-transform: capitalize;
  }
}

.subtitle-libros-para-artistas {
  display: flex;
  justify-content: center;
  text-align: start;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
}
@media (min-width: 992px) {
  .subtitle-libros-para-artistas {
    font-size: 14px;
    text-align: center;
    padding-right: 27%;
    padding-left: 27%;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}

.bannerContainer {
  margin-bottom: 50px;
  /*    #two.slide_img {
          background: $eighth-color;

          .contenedorImagen {
              background-color: $eighth-color;
          }

          .btn-ver-mas {
              border: 1px solid $primary-color;

              span {
                  color: $primary-color;
              }
          }
      }*/
}
.bannerContainer .container {
  max-width: 1440px;
  width: 100% !important;
}
@media (min-width: 992px) {
  .bannerContainer .row {
    flex-wrap: nowrap;
  }
}
.bannerContainer .banner {
  height: 418px;
}
@media (min-width: 992px) {
  .bannerContainer .banner {
    height: 653px;
  }
}
.bannerContainer .contenedorImagen img {
  width: 100%;
  height: 355px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .bannerContainer .contenedorImagen img {
    height: 532px;
  }
}
.bannerContainer .btn-ver-mas {
  padding: 8px 12px;
  background: transparent;
  border: 1px solid #F1F1F1;
  margin-top: 24px;
  border-radius: 30px;
  max-width: 109px;
  width: 100%;
  align-self: center;
}
@media (min-width: 992px) {
  .bannerContainer .btn-ver-mas {
    margin-top: 52px;
  }
}
.bannerContainer .btn-ver-mas span {
  color: #F1F1F1;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bannerContainer .col-12:first-child {
  background: #A7201B;
}
.bannerContainer .col-12:first-child .contenedorImagen img {
  /*width: 90%;*/
  width: 100%;
  max-width: 240px;
  border-radius: 180px 180px 180px 0px;
}
@media (min-width: 992px) {
  .bannerContainer .col-12:first-child .contenedorImagen img {
    max-width: 360px;
  }
}
.bannerContainer .col-12:last-child {
  background: #A7201B;
  display: flex;
  flex-direction: column;
}
.bannerContainer .col-12:last-child .contenedorImagen img {
  /*width: 90%;*/
  width: 100%;
  max-width: 240px;
  border-radius: 180px 0px 180px 180px;
}
@media (min-width: 992px) {
  .bannerContainer .col-12:last-child .contenedorImagen img {
    max-width: 360px;
  }
}
.bannerContainer .col-12:nth-child(2) {
  background: #FFFFFF;
}
.bannerContainer .col-12:nth-child(2) .contenedorImagen {
  background: #FFFFFF;
}
.bannerContainer .col-12:nth-child(2) .contenedorImagen img {
  border-radius: 180px 180px 180px 180px;
}
.bannerContainer .col-12:nth-child(2) .btn-ver-mas {
  border: 1px solid #343434;
}
.bannerContainer .col-12:nth-child(2) .btn-ver-mas span {
  color: #343434;
}

.ocultarEnMobile svg {
  visibility: hidden;
}

.beneficios {
  gap: 46px;
}
.beneficios h4 span {
  font-family: "Montserrat", serif;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
.beneficios h5 {
  display: none;
}
.beneficios aside {
  display: none !important;
}
@media (min-width: 992px) {
  .beneficios aside {
    display: flex !important;
  }
}
.beneficios aside:first-child {
  display: flex !important;
}

.beneficiosContainer {
  background-color: #F1F1F1;
}
@media (min-width: 1200px) {
  .beneficiosContainer {
    height: 241px;
  }
}
.beneficiosContainer .beneficios-title {
  color: #343434;
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
.beneficiosContainer .beneficios-subtitle {
  color: #343434;
  font-family: "Montserrat", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 36px; /* 150% */
  font-variant: small-caps;
  max-width: 453px;
}
.beneficiosContainer .beneficios-subtitle a {
  color: #01723C;
  text-decoration-line: underline;
  font-weight: 400;
}
.beneficiosContainer .banner {
  background-image: url("/images/fondo_card_beneficio.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  height: 155px;
  max-width: 150px;
  width: 100%;
}
.beneficiosContainer .subtitulo-btn-container {
  display: none;
}
.beneficiosContainer .lnkVerMas {
  display: none !important;
}

/*.beneficiosContainer {
    .beneficios {
         filter: invert(24%) sepia(85%) saturate(6874%) hue-rotate(318deg) brightness(90%) contrast(99%);

    }

    background-color: lighten($seventh-color, 50%);
}*/
.beneficios .col-12 a {
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
}

.beneficio img {
  width: 48px;
  height: 48px;
}

/*#ContentPlaceHolderContenido_bannerhome1_aside_banner .contenedorImagen img,
#ContentPlaceHolderContenido_bannerhome2_aside_banner .contenedorImagen img {
    margin-top: 16px;
    margin-bottom: 16px;
    max-height:240px;
    @include break-lg {
        max-height: 450px;
    }
}*/
.banner a.boton {
  color: #5a5a5a;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  border: 1px solid #5a5a5a;
  min-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.detalle-lectura {
  padding-top: 24px;
}

.notas-listado {
  background-color: #f0f0f0;
  padding-top: 24px;
}
.notas-listado .tit {
  font-weight: bold;
}

.container-masvendidos-infantiles {
  display: flex;
  max-width: 1440px;
}
@media (min-width: 992px) {
  .container-masvendidos-infantiles {
    width: 100%;
    margin: 0 auto;
  }
}
.container-masvendidos-infantiles:first-child {
  background: red;
}
.container-masvendidos-infantiles:last-child {
  display: none;
}

.masvendidos .col-12 {
  flex: 1;
}

.masvendidos {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 700px;
  background-color: #F1F1F1;
  margin: auto;
}
@media (min-width: 992px) {
  .masvendidos {
    -webkit-mask-image: url("/images/banner_mas_vendidos.svg");
    mask-image: url("/images/banner_mas_vendidos.svg");
    height: 810px;
    max-width: 450px;
  }
}
.masvendidos h2 {
  color: #A7201B;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.48px;
  margin-top: 50px;
  margin-bottom: 30px;
  /*text-transform: uppercase;*/
}
@media (min-width: 992px) {
  .masvendidos h2 {
    font-weight: 700;
    margin-top: 160px;
    text-transform: none;
  }
}
.masvendidos .vidriera {
  margin-top: 0px;
  max-width: 290px;
}
@media (min-width: 992px) {
  .masvendidos .vidriera {
    max-width: 430px;
  }
}
.masvendidos .vidriera .number {
  height: 68px;
}
@media (min-width: 992px) {
  .masvendidos .vidriera .number {
    height: 100px;
  }
}
.masvendidos .vidriera .textos {
  height: 30px;
}
.masvendidos .vidriera .orden {
  text-align: center;
  font-family: Playfair Display;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  color: #A7201B;
  /*            background: linear-gradient(127deg, #FCD0A9 14.59%, #74020C 14.59%, #39420B 82.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  position: relative;
  bottom: 25px;
}
@media (min-width: 992px) {
  .masvendidos .vidriera .orden {
    font-size: 108px;
  }
}
.masvendidos .vidriera h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.masvendidos .vidriera h5 a {
  color: #343434;
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .masvendidos .vidriera h5 a {
    font-family: "Playfair Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: capitalize;
  }
}
.masvendidos .vidriera p a {
  color: #01723C;
  text-align: start;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.masvendidos .vidriera ul li {
  height: 65px;
  margin-bottom: 30px;
  margin-left: -14%;
}
@media (min-width: 992px) {
  .masvendidos .vidriera ul li {
    margin-bottom: 40px;
    margin-left: -5%;
  }
}
.masvendidos .vidriera .vermas-container {
  margin-top: 30px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .masvendidos .vidriera .vermas-container {
    margin-bottom: 160px;
  }
}
.masvendidos .vidriera .verMas a {
  /* background: linear-gradient(#BBC5A0, #BBC5A0) padding-box, linear-gradient(127deg, #FCD0A9 14.59%, #74020C 14.59%, #39420B 82.63%) border-box;*/
  border-radius: 30px;
  border: 1px solid #343434;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 109px;
  width: 100%;
}
.masvendidos .vidriera .verMas a span {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #343434;
  /*                    background: linear-gradient(127deg, #FCD0A9 14.59%, #74020C 14.59%, #39420B 82.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  padding: 8px 14px;
}
@media (min-width: 992px) {
  .masvendidos .vidriera .verMas a span {
    padding: 12px 14px;
  }
}
.masvendidos .header-vidriera {
  margin-bottom: 32px;
  margin-top: 39px;
}
.masvendidos .col-12 {
  justify-content: center;
}
.masvendidos .tapa, .masvendidos .boton {
  display: none;
}
.masvendidos h4, .masvendidos .autor {
  height: auto;
}
.masvendidos .title span a {
  font-size: 1.5rem;
  font-style: italic;
}
.masvendidos .libros {
  flex-direction: column;
  align-items: center;
  counter-reset: article-counter;
}
@media (min-width: 992px) {
  .masvendidos .libros article {
    width: 75%;
  }
}
.masvendidos .libros article {
  width: 55%;
  height: 68px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.masvendidos .libros article h4 a, .masvendidos .libros article p a {
  font-size: 1rem;
  text-transform: lowercase;
}
.masvendidos .libros article::before {
  counter-increment: article-counter;
  content: counter(article-counter);
  background: linear-gradient(#FCD0A9, #74020C, #39420B);
  font-size: 108px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Playfair Display", sans-serif;
  height: 100px;
  margin-right: 16px;
}

.infantiles {
  max-width: 960px;
  margin: 0 auto;
  /*    .libros {
      width: max-content;
  }*/
}
@media (min-width: 992px) {
  .infantiles {
    display: flex;
    justify-content: center;
  }
}
.infantiles h4 a {
  font-size: 1rem !important;
  text-transform: capitalize;
}
.infantiles .consultar {
  display: none;
}
.infantiles .verMas {
  margin-top: 10px;
}
.infantiles .clearfix.subtitle {
  width: 125%;
}
.infantiles article {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.container-masvendidos-infantiles .ocultarEnMobile {
  flex: 0;
}

@media (min-width: 992px) {
  .segui-las-novedades .header-vidriera div {
    justify-content: center;
  }
  .segui-las-novedades .header-vidriera div .title span {
    text-align: center;
  }
}
.seccion-contactanos {
  background: #F1F1F1;
}
.seccion-contactanos .primer-texto {
  flex: 100% !important;
}
.seccion-contactanos .primer-texto h3 {
  color: #222222;
  font-size: 1.5rem;
  font-family: Tenor Sans;
  font-weight: 400;
  word-wrap: break-word;
  width: 100%;
  /*margin-left: 10%;*/
}
.seccion-contactanos .segundo-texto {
  flex: 100% !important;
}
.seccion-contactanos .segundo-texto h4 {
  color: #222222;
  font-size: 1rem;
  font-family: Varela;
  font-weight: 400;
  word-wrap: break-word;
  /*margin-left: 5%;*/
}
.seccion-contactanos img {
  width: 100%;
}
@media (min-width: 576px) {
  .seccion-contactanos .contactanos-wrapper {
    max-width: 1265px;
    margin: auto;
  }
  .seccion-contactanos .primer-texto h3 {
    font-size: 3.75rem;
  }
  .seccion-contactanos .segundo-texto h4 {
    font-size: 2.5rem;
  }
  .seccion-contactanos img {
    width: auto;
  }
}

header {
  background: #FFFFFF;
  font-size: 1.2rem;
  background-image: none;
}
@media (min-width: 992px) {
  header {
    height: 150px;
  }
}
header a {
  color: #5a5a5a;
}
header .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  header .navbar-toggler {
    font-size: 26px;
  }
}
header .navbar-default .header {
  display: flex;
  flex-direction: column;
  width: 75%;
}
@media (min-width: 992px) {
  header .navbar-default .header {
    height: 150px;
  }
}
header .navbar-default .header .container-search {
  margin: 0;
}
@media (min-width: 992px) {
  header .navbar-default .header .row {
    justify-content: space-between;
  }
}
header .navbar-default .container-fluid {
  display: flex;
  flex-direction: row;
}
header .navbar-default .contenedor-logo {
  width: 34%;
  display: flex;
  align-items: center;
  /*            img {
      width: 19px;
  }*/
}
@media (min-width: 992px) {
  header .navbar-default .contenedor-logo {
    width: 25%;
  }
}
header .navbar-default .contenedor-logo .colLogo {
  flex: 0 0 auto;
  max-width: 100%;
  display: flex;
}
header .navbar-default .header .colLogo {
  order: 0;
  display: flex;
  position: relative;
  right: 4%;
  z-index: 90;
}
header .navbar-default .header .colLogo .navbar-brand {
  height: 82px;
}
header .navbar-default .header .colLogo a.navbar-brand img {
  max-width: 80px;
}
@media (min-width: 576px) {
  header .navbar-default .header .colLogo a.navbar-brand img {
    width: 58px;
  }
}
@media (min-width: 992px) {
  header .navbar-default .header .colLogo a.navbar-brand img {
    width: 191px;
  }
}
header .navbar-default .menuprincipal {
  background: transparent;
  color: #343434;
  justify-content: flex-start;
  width: 80%;
}
header .navbar-default .menuprincipal #header1_menu_ul_contenedor {
  justify-content: flex-start !important;
}
header .navbar-default .menuprincipal ul.contenedorMiCuenta li a {
  font-size: 12px;
  font-weight: 600;
  padding: 6px;
  display: table-cell;
  margin-left: 11px;
  float: left;
  color: rgba(255, 255, 255, 0.5);
}
header .navbar-default .menuprincipal ul.contenedorMiCuenta li a:hover {
  color: #A8E4EE;
}
@media (min-width: 992px) {
  header .navbar-default .menuprincipal ul.contenedorMiCuenta li a {
    font-size: 14px;
  }
}
header .navbar-default .menuprincipal ul.contenedorMiCuenta .registracionTablet {
  float: left;
}
header .navbar-default .menuprincipal ul li a {
  font-family: "Montserrat", serif;
  font-size: 1.2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0;
  color: #343434;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 28px;
  word-wrap: break-word;
  font-weight: 500;
  letter-spacing: 0.36px;
}
header .navbar-default .menuprincipal ul li a a:not([href]):not([tabindex]) {
  color: #343434;
}
header .navbar-default .menuprincipal ul li a a:not([href]):not([tabindex]):hover {
  color: #01723C;
  cursor: pointer;
}
header .navbar-default .menuprincipal ul li a a:hover {
  color: #01723C;
  text-decoration: none;
}
header .navbar-default .menuprincipal ul li ul {
  background: #FFFFFF !important;
  padding: 0px 0px 15px 0px;
}
header .navbar-default .menuprincipal ul li:nth-child(1) a {
  color: #343434;
}
header .navbar-default .menuprincipal ul li:nth-child(2) a {
  color: #343434;
}
header .navbar-default .menuprincipal ul li:nth-child(3) a {
  color: #343434;
}
header .navbar-default .menuprincipal ul li:nth-child(4) a {
  color: #343434;
}
header .navbar-default .menuprincipal ul li:nth-child(5) a {
  color: #343434;
}
header .navbar-default .menuprincipal ul li:nth-child(6) a {
  color: #343434;
}
header .navbar-default .menuprincipal ul li.show > .dropdown-menu {
  background: transparent;
  font-size: 0.8rem;
  padding: 20px 15px;
  width: 57%;
  left: 0;
  display: grid;
  grid: repeat(4, 1fr)/auto-flow;
  -webkit-grid: repeat(4, 1fr)/auto-flow;
}
header .navbar-default .menuprincipal ul li ul li a {
  font-size: 10px;
}
header .navbar-default ul.contenedorMiCuenta li a span.badge {
  margin-left: 0;
  padding: 0;
}
header .navbar-default ul.contenedorMiCuenta li a span.cantidad {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
  width: auto;
  left: 2px;
}
@media (min-width: 992px) {
  header .buscador .input-group {
    width: 636px;
    border: #01723C 2px solid;
    border-radius: 30px;
    background-color: #FFFFFF;
    height: 50px;
  }
  header .buscador .input-group .form-control {
    border-radius: 0px;
    border-top: none;
    color: #01723C;
    border-bottom: none;
    border-left: none;
    padding-left: 34px;
    border-right: 0px;
    height: calc(2.25rem + 6px);
    font-size: 0.9rem;
    font-family: "Montserrat", serif;
    background-color: #FFFFFF;
    border-radius: 30px;
    height: 46px;
  }
  header .buscador .input-group .input-group-append {
    background-color: #01723C;
    width: 80px;
    border-radius: 30px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
  }
  header .buscador .input-group .input-group-append i {
    font-size: 32px;
    color: #FFFFFF;
  }
  header .buscador .input-group .input-group-append span {
    font-weight: 400;
  }
  header .buscador .input-group .input-group-append .btn {
    border-bottom: #5a5a5a 1px solid;
    border-radius: 0px;
    background-color: transparent;
    font-size: 22px;
    padding: 0px 4px;
    color: #5a5a5a;
  }
  header .buscador .input-group .input-group-append .btn.btn-search {
    border: 0;
  }
}
header .carrito {
  position: relative;
  color: #5a5a5a;
  font-size: 32px;
}
@media (min-width: 992px) {
  header .carrito.cartEmpty .badge {
    display: none;
  }
}
header .carrito .title-carrito {
  color: #01723C;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
header .carrito .badge {
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 0.9rem;
  display: none;
}
header .registracionTablet i {
  color: #01723C;
  font-size: 32px;
}
header .registracionTablet span {
  color: #01723C;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
header .slinky-menu {
  margin-left: -15px;
  margin-right: -15px;
  overflow: scroll;
  height: 100vw !important;
}
header.header2 .menuprincipal .dropdown-currency .btn-outline-secondary {
  border: 1px solid #343434;
  color: #343434;
}

.dropdown-currency,
.dropdown-currency .btn,
.dropdown-currency .dropdown-menu,
.dropdown-orderby,
.dropdown-orderby .btn,
.dropdown-orderby .dropdown-menu {
  font-size: 0.8rem;
}

.dropdown-currency .btn:hover,
.dropdown-currency .btn:active,
.dropdown-currency .btn:focus,
.dropdown-orderby .btn:hover,
.dropdown-orderby .btn:active,
.dropdown-orderby .btn:focus {
  background-color: #231F20;
}

.dropdown-currency .dropdown-menu,
.dropdown-orderby .dropdown-menu {
  padding: 0px;
}

.dropdown-currency .dropdown-toggle::after,
.dropdown-orderby .dropdown-toggle::after {
  content: "\e874";
  font-family: Linearicons-Free;
  border: none;
  font-size: 6px !important;
}

.dropdown-currency .dropdown-menu.show,
.dropdown-orderby .dropdown-menu.show {
  padding: 0px;
  min-width: 58px;
  text-align: left;
}

.dropdown-orderby .dropdown-menu.show {
  min-width: 111px;
}

.dropdown-currency a.dropdown-item,
.dropdown-orderby a.dropdown-item {
  margin: 0;
  max-width: 56px;
  font-size: 0.8rem !important;
  padding: 0.25rem;
}

.dropdown-orderby a.dropdown-item {
  max-width: 100%;
}

.dropdown-currency .btn-outline-secondary {
  border: 1px solid #A8E4EE;
  color: #A8E4EE;
}

.top-bar {
  background-color: #A7201B;
  color: white;
  line-height: 50px;
  font-size: 16px;
  font-family: "Playfair Display", sans-serif;
}
.top-bar p {
  margin-bottom: 0;
}

.cont-header {
  background-image: none;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100px;
  background-repeat: repeat;
}

.contenedorRegistracion i {
  color: #01723C;
  font-size: 32px;
}
.contenedorRegistracion .contenedorCarrito {
  margin-right: 4%;
}

.vidriera {
  margin-bottom: 0px;
  margin-top: 20px;
  margin: auto;
}
.vidriera a:hover, .vidriera a:focus, .vidriera a:active {
  color: #01723C;
}
.vidriera .boton a {
  background-color: #01723C;
  color: #F1F1F1 !important;
  font-size: 16px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.vidriera h3 .title {
  text-align: center;
}
@media (min-width: 768px) {
  .vidriera h3 .title {
    text-align: left;
  }
}
.vidriera h3 span {
  display: block;
  width: 100%;
  color: #01723C;
  margin: 0px;
  text-align: left;
  font-size: 1.7rem;
}
.vidriera h3 small {
  font-size: 1rem;
  line-height: 1.3rem;
  display: inline-block;
  width: 100%;
  color: #01723C;
  margin: 0px;
  margin-top: 10px;
}
.vidriera.bestsellers {
  border-top: 1px solid #01723C;
  border-bottom: 1px solid #01723C;
  padding: 2rem 0;
  background-color: #343434;
}
.vidriera.bestsellers .title {
  text-align: center;
}
.vidriera.bestsellers .title a {
  color: #01723C;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .vidriera.bestsellers .title a {
    font-size: 6rem;
  }
}
.vidriera .title a {
  color: #343434;
  font-size: 16px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .vidriera .title a {
    margin-top: 0;
    font-size: 2rem;
    text-transform: uppercase;
  }
}
.vidriera article figure .tapa {
  min-height: 337px;
  max-height: 338px;
}
.vidriera article figure .tapa img {
  transition: all 0.2s ease-in-out;
}
.vidriera article figure .tapa :hover img {
  opacity: 1;
  transform: scale(1.05);
}
.vidriera article figure a.img-container {
  position: relative;
  z-index: 1;
  border: none;
  outline: none;
}
.vidriera article figure img.img-responsive:focus {
  border: none;
  outline: none;
}
.vidriera article figure .oferta {
  background: var(--primary-color) none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  left: 15px;
  padding: 5px 10px;
  position: absolute;
  top: 15px;
  z-index: 777;
}
.vidriera article figure figcaption {
  margin-top: 1rem;
}
.vidriera article figure figcaption h4 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  color: #343434;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
  text-transform: capitalize;
  text-align: center;
  height: 38px;
  overflow: hidden;
  display: block;
}
@media (min-width: 768px) {
  .vidriera article figure figcaption h4 a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .vidriera article figure figcaption h4 {
    height: 49px;
  }
}
.vidriera article figure figcaption p.autor {
  height: 52px;
  max-height: 127px;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  display: block;
  text-align: center;
  font-family: "Montserrat", serif;
}
.vidriera article figure figcaption p.autor a {
  color: #01723C;
}
@media (min-width: 768px) {
  .vidriera article figure figcaption p.autor a {
    font-size: 0.85rem;
    text-transform: uppercase;
  }
}
.vidriera article figure figcaption .boton a {
  color: #343434;
  font-family: "Montserrat", serif;
  font-size: 0.8rem;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  border: 1px solid #01723C;
}
@media (min-width: 992px) {
  .vidriera article figure figcaption .boton a {
    font-size: 1rem;
  }
}
.vidriera article figure figcaption .boton:nth-child(1) a {
  text-align: center;
}
.vidriera article figure figcaption .boton:nth-child(2) a {
  text-align: center;
}
.vidriera article figure figcaption .boton:hover a, .vidriera article figure figcaption .boton:hover .comprar i {
  color: #01723C;
}

.header-vidriera div {
  display: flex;
}

.pagina-ficha-producto h1 {
  font-family: "Montserrat", serif;
  font-weight: normal;
  margin-top: 0.75rem;
  font-size: 1.9rem;
}
.pagina-ficha-producto h1 a {
  color: #343434;
}
.pagina-ficha-producto h1.title {
  font-family: "Playfair Display", sans-serif;
  font-size: 1.625rem;
}
.pagina-ficha-producto .autor {
  font-family: "Montserrat", serif;
}
.pagina-ficha-producto .autor a {
  color: #343434;
  font-size: 1.25rem;
}
.pagina-ficha-producto .subtitle, .pagina-ficha-producto .resenia {
  font-family: "Montserrat", serif;
  font-size: 1rem;
  color: #595959;
}
.pagina-ficha-producto .subtitle {
  font-weight: 300;
}
.pagina-ficha-producto .overflow-show {
  color: #F1F1F1;
  font-family: "Montserrat", serif;
  font-size: 1.2rem;
}
.pagina-ficha-producto .contenedorDetalle {
  background: #F8F8F8;
  padding-bottom: 15px;
}
.pagina-ficha-producto .contenedorDetalle h3 {
  color: #343434;
  font-family: "Playfair Display", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .pagina-ficha-producto .contenedorDetalle .lista {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .pagina-ficha-producto .contenedorDetalle .lista {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    flex: 0 0 100%;
  }
}
.pagina-ficha-producto .contenedorDetalle .lista > ul > li {
  list-style: none;
  margin-bottom: 0.75rem;
  clear: both;
  color: #595959;
}
.pagina-ficha-producto .contenedorDetalle .lista > ul > li li {
  list-style: none;
}
.pagina-ficha-producto .contenedorDetalle .lista > ul > li b {
  text-transform: uppercase;
}
.pagina-ficha-producto .contenidoExtra .scroll-x {
  overflow-x: scroll;
}
@media (min-width: 992px) {
  .pagina-ficha-producto .contenidoExtra .scroll-x {
    overflow-x: hidden;
  }
}
.pagina-ficha-producto .contenidoExtra .btn-group .btn {
  opacity: 0.7;
}
.pagina-ficha-producto .contenidoExtra .btn-group .btn:not(.collapsed) {
  opacity: 0.9;
}
.pagina-ficha-producto .contenidoExtra .btn-group .btn i {
  font-size: 2rem;
  color: #343434;
}
.pagina-ficha-producto .contenidoExtra .btn-group .btn span.label {
  font-family: "Playfair Display", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #343434;
}
.pagina-ficha-producto .tambienCompraron {
  background-color: #A8E4EE;
}
.pagina-ficha-producto .contenedorPrecios .precio {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-align: left;
  color: #343434;
}
.pagina-ficha-producto .contenedorPrecios .precio .precio-ant {
  text-decoration: line-through;
  opacity: 0.55;
}
.pagina-ficha-producto .contenedorPrecios .contenedorBoton {
  padding: 0.75rem;
}
.pagina-ficha-producto .contenedorPrecios .contenedorBoton .itemPrecios {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.pagina-ficha-producto .contenedorPrecios .contenedorBoton .itemPrecios h6 {
  color: #01723C;
  font-weight: 700;
  font-weight: 1.12rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .pagina-ficha-producto .contenedorPrecios .contenedorBoton .itemPrecios h6 {
    margin-bottom: 0.75rem;
  }
}
.pagina-ficha-producto .contenedorPrecios .contenedorBoton .itemPrecios p {
  margin-bottom: 0px;
}
.pagina-ficha-producto .contenedorPrecios .contenedorBoton:nth-child(2n+1) {
  border-top: 0px;
}
.pagina-ficha-producto .contenedorPrecios .contenedorBoton .boton + .boton {
  margin-top: 0.75rem;
}
.pagina-ficha-producto .contenedorPrecios .contenedorBoton .boton .btn {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .pagina-ficha-producto .contenedorPrecios .contenedorBoton .boton .btn {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.pagina-ficha-producto .contenedorPrecios .contenedorBoton .mensajes-container {
  color: #01723C;
  font-size: 1.2rem;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .pagina-ficha-producto .contenedorPrecios .contenedorBoton .mensajes-container {
    font-size: 0.85rem;
    margin-top: 0rem;
  }
}
.pagina-ficha-producto .contenedorPrecios .contenedorBoton .mensajes-container a {
  color: #01723C;
}
.pagina-ficha-producto .contenedorPrecios .contenedorBoton .agotado {
  color: white;
}

.pagina-carrito {
  color: #222222;
}
.pagina-carrito .listado .item a {
  color: #222222;
  font-weight: bold;
}
.pagina-carrito h1 {
  font-size: 1.4rem;
}
.pagina-carrito h3.title small {
  font-size: 1.1rem;
}
.pagina-carrito .alert.alert-danger {
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 7px;
}
.pagina-carrito .alert.alert-warning {
  margin-top: 20px;
}
.pagina-carrito .md-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-color: #CCC;
  z-index: 100;
}
.pagina-carrito .listado {
  border-top: 1px solid #CCCCCC;
  margin-top: 15px;
}
.pagina-carrito .listado .headlabel {
  font-size: 1.2rem;
  margin: 0.5rem 0px;
}
.pagina-carrito .listado .header-row {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
  font-weight: bold;
}
.pagina-carrito .listado .item {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.pagina-carrito .listado .item h4 a {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.pagina-carrito .listado .item .autores a {
  text-transform: uppercase;
}
.pagina-carrito .listado .item .headlabel {
  font-size: 1rem;
}
.pagina-carrito #ContentPlaceHolderContenido_a_seguir_comprando3 {
  color: #222222;
}
.pagina-carrito #ContentPlaceHolderContenido_txt_cupon {
  margin-top: 5px;
  margin-right: 14px;
}
.pagina-carrito .cupon-container .input-group-addon {
  font-weight: bold;
}
.pagina-carrito .mensaje {
  font-weight: bold;
  padding-top: 32px;
  padding-bottom: 32px;
}
.pagina-carrito .cupon-container {
  padding-top: 32px;
}
.pagina-carrito .cupon-container .input-group {
  padding: 0.3rem;
}
.pagina-carrito .cupon-container .input-group .input-group-addon {
  display: block;
  width: 100%;
}
.pagina-carrito .totales .item {
  padding: 0.5rem 0px;
  text-align: center;
  align-items: center;
}
.pagina-carrito .totales .item .total-title {
  font-size: 1.2rem;
}
.pagina-carrito .totales .item .total-value {
  font-size: 1.3rem;
}
.pagina-carrito .botones-group {
  flex-direction: column-reverse;
  margin: 0.75rem 0px;
}
@media (min-width: 768px) {
  .pagina-carrito .botones-group {
    flex-direction: row;
  }
}

.pagina-especial {
  color: #222222;
}
.pagina-especial h1 {
  font-size: 2rem;
  color: #222222;
  font-weight: bold;
}
.pagina-especial h2 {
  font-size: 1.6rem;
  color: #222222;
}
.pagina-especial h3 {
  font-size: 1.3rem;
  color: #222222;
}
.pagina-especial h4 {
  font-size: 1.2rem;
  color: #222222;
}
.pagina-especial ul {
  margin-left: 0.75rem;
}
.pagina-especial .menu, .pagina-especial .menu a, .pagina-especial #contacto-col a {
  color: #222222;
}

.pagina-resultados .busqueda {
  padding: 0.9rem 0;
}
.pagina-resultados .boton a {
  min-width: 100px;
}
.pagina-resultados .subtitle {
  font-size: 1.1rem;
}
.pagina-resultados .cont-subheader {
  background: #F8F8F8;
}
.pagina-resultados .palabraBusqueda {
  color: #343434;
  font-size: 1.23rem;
  font-weight: 400;
}
.pagina-resultados .mosaico article figure .tapa {
  min-height: 337px;
  max-height: 338px;
}
.pagina-resultados .mosaico article figure .tapa img {
  transition: all 0.2s ease-in-out;
}
.pagina-resultados .mosaico article figure .tapa :hover img {
  opacity: 1;
  transform: scale(1.05);
}
.pagina-resultados .mosaico article figure a.img-container {
  position: relative;
  z-index: 1;
  border: none;
  outline: none;
}
.pagina-resultados .mosaico article figure img.img-responsive:focus {
  border: none;
  outline: none;
}
.pagina-resultados .mosaico article figure .oferta {
  background: var(--primary-color) none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  left: 15px;
  padding: 5px 10px;
  position: absolute;
  top: 15px;
  z-index: 777;
}
.pagina-resultados .mosaico article figure figcaption {
  margin-top: 1rem;
}
.pagina-resultados .mosaico article figure figcaption h4 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  color: #343434;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
  text-transform: capitalize;
  text-align: center;
  height: 38px;
  overflow: hidden;
  display: block;
}
@media (min-width: 768px) {
  .pagina-resultados .mosaico article figure figcaption h4 a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .pagina-resultados .mosaico article figure figcaption h4 {
    height: 49px;
  }
}
.pagina-resultados .mosaico article figure figcaption p.autor {
  height: 52px;
  max-height: 127px;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  display: block;
  text-align: center;
  font-family: "Montserrat", serif;
}
.pagina-resultados .mosaico article figure figcaption p.autor a {
  color: #01723C;
}
@media (min-width: 768px) {
  .pagina-resultados .mosaico article figure figcaption p.autor a {
    font-size: 0.85rem;
    text-transform: uppercase;
  }
}
.pagina-resultados .mosaico article figure figcaption .boton a {
  color: #343434;
  font-family: "Montserrat", serif;
  font-size: 0.8rem;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  border: 1px solid #01723C;
}
@media (min-width: 992px) {
  .pagina-resultados .mosaico article figure figcaption .boton a {
    font-size: 1rem;
  }
}
.pagina-resultados .mosaico article figure figcaption .boton:nth-child(1) a {
  text-align: center;
}
.pagina-resultados .mosaico article figure figcaption .boton:nth-child(2) a {
  text-align: center;
}
.pagina-resultados .mosaico article figure figcaption .boton:hover a, .pagina-resultados .mosaico article figure figcaption .boton:hover .comprar i {
  color: #01723C;
}
.pagina-resultados .mosaico article {
  margin-bottom: 1.5rem;
}
.pagina-resultados .mosaico article figure .tapa {
  min-height: auto;
  max-height: none;
  height: auto;
}
.pagina-resultados .listado-resultados article figure .img-container img.img-contain,
.pagina-resultados .listado-resultados article figure .tapa img.img-contain {
  width: 100%;
  height: 250px;
  object-fit: contain;
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 15px 0;
  border-radius: 5px;
}

.filtros {
  color: #01723C;
}
@media (min-width: 992px) {
  .filtros {
    padding: 0.9rem 0;
  }
}
.filtros h5 {
  color: #343434;
  font-family: "Montserrat", serif;
}
.filtros h6 {
  color: #01723C;
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-size: 0.98rem;
  margin: 0.5rem 0;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 992px) {
  .filtros h6 {
    padding: 0.5rem 0;
    margin-bottom: 0.25rem;
    font-size: 1.3rem;
    color: #343434;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .filtros h6 {
    font-size: 1.13rem;
  }
}
.filtros .filtros_aplicados ul li a {
  display: block;
  background: url(/images/filtro-activo.png) no-repeat right 10px center;
  margin-bottom: 0.25rem;
  padding: 0.15rem;
}
.filtros nav {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.filtros nav h6 {
  padding: 0.5rem 0;
  margin-bottom: 0.25rem;
  font-size: 1.3rem;
  color: #343434;
}
@media (min-width: 992px) {
  .filtros nav h6 {
    font-size: 1.13rem;
  }
}
.filtros nav h6.collapsable:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  right: 0px;
}
.filtros nav h6.collapsable.collapsed:after {
  content: "\f067";
}
@media (min-width: 992px) {
  .filtros nav h6.collapsable:after {
    display: none;
  }
}
.filtros nav ul {
  max-height: 25vw;
  overflow-y: auto;
}
.filtros nav ul li {
  text-align: center;
}
@media (min-width: 992px) {
  .filtros nav ul li {
    text-align: left;
    padding: 0.15rem 0;
  }
}
.filtros nav ul li a {
  color: #01723C;
}
@media (min-width: 992px) {
  .filtros nav ul li a {
    font-size: 0.9rem;
  }
}
.filtros .orden2 {
  padding-left: calc(0.2rem*1);
}
.filtros .orden3 {
  padding-left: calc(0.2rem*2);
}
.filtros .orden4 {
  padding-left: calc(0.2rem*3);
}
.filtros .orden5 {
  padding-left: calc(0.2rem*4);
}
.filtros .list-orden-header, .filtros .list-criterio-header {
  display: flex;
  justify-content: center;
}

/**

    .cont-izquierda .filtros h6.collapsable.collapsed:after {
    content: "\f067";
}

.cont-izquierda .filtros h6.collapsable:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #DE7083;
    float: right;
}


*/
.filtros_mobile .filtros_aplicar .btn {
  color: #01723C;
  border: 1px solid #01723C;
  margin: 0.5rem 0;
}

.pagination li {
  display: flex;
}
.pagination li a, .pagination li span {
  color: #01723C;
  font-size: 1.2rem;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
  color: #343434;
  font-weight: 700;
}
.pagination li a.anterior, .pagination li a.posterior, .pagination li span.anterior, .pagination li span.posterior {
  align-self: center;
}
.pagination li.active a {
  color: #343434;
  font-weight: 700;
}
.pagination li.active a:focus, .pagination li.active a:hover {
  color: #343434;
}
.pagination li.active span {
  color: #343434;
  font-weight: 700;
}
.pagination li.active span:focus, .pagination li.active span:hover {
  color: #343434;
}

.pagina-listado-locales {
  color: #01723C;
}
.pagina-listado-locales h1 {
  color: #343434;
  font-family: "Montserrat", serif;
  font-size: 1.9rem;
}
.pagina-listado-locales h3 {
  font-size: 1.45rem;
}
.pagina-listado-locales .card {
  margin: 0.25rem 0rem;
  border-radius: 0;
}

footer {
  background: #FFFFFF;
  margin-top: 0px;
  color: #343434;
  padding-top: 0;
  padding-bottom: 1.1rem;
}
footer h2 {
  font-family: "Playfair Display", sans-serif;
  color: #343434;
}
footer h4 {
  font-family: "Playfair Display", sans-serif;
  color: #343434;
  font-size: 2rem;
}
footer h5 {
  color: #343434;
  font-size: 16px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
footer p {
  font-family: "Montserrat", serif;
  color: #343434;
  font-size: 1rem;
}
footer a:hover, footer a:focus, footer a:active {
  color: #343434;
}
footer ul li {
  list-style: none;
  text-align: left;
  font-weight: 300;
}
footer ul li.header-title, footer ul li.header-title > a {
  color: #343434;
  font-size: 16px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  footer ul li.header-title, footer ul li.header-title > a {
    font-size: 16px;
    font-weight: 700;
  }
}
footer ul li ul li > a {
  color: #343434;
  font-size: 0.9rem;
  font-family: "Montserrat", serif;
  text-transform: none;
}
footer mail data email {
  border-bottom: 1px solid #F1F1F1 !important;
}
footer .header-title a {
  text-transform: uppercase;
}

.bgcontacto {
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  .bgcontacto {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .bgcontacto .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.bgcontacto .container .containerSuscripcion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 493px;
  margin-top: 7%;
}
.bgcontacto .container .containerSuscripcion .checkbox-row {
  display: flex;
}
.bgcontacto .container .row {
  height: 113px;
  align-items: center;
}
@media (min-width: 992px) {
  .bgcontacto .container .row {
    height: 213px;
  }
}
.bgcontacto .container .row:nth-child(2) {
  background: #F1F1F1;
  border-radius: 120px 180px 0px 120px;
}
@media (min-width: 992px) {
  .bgcontacto .container .row:nth-child(2) {
    width: 100%;
    max-width: 602px;
    border-radius: 120px 120px 0px 120px;
  }
}
.bgcontacto .container .mail-novedades {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .bgcontacto .container .mail-novedades {
    align-items: normal;
  }
}
.bgcontacto .container .mail-novedades h4, .bgcontacto .container .mail-novedades p {
  display: none;
}
.bgcontacto .container .mail-novedades .mail {
  max-width: 260px;
  width: 100%;
  background: white;
  border-radius: 30px;
  height: 19px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .bgcontacto .container .mail-novedades .mail {
    max-width: 463px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .bgcontacto .container .mail-novedades .mail {
    height: 32px;
  }
}
.bgcontacto .container .mail-novedades .mail .data {
  border: 1px solid #01723C;
  border-radius: 30px;
}
.bgcontacto .container .mail-novedades .mail .data input {
  border: 0;
  height: 19px;
}
@media (min-width: 992px) {
  .bgcontacto .container .mail-novedades .mail .data input {
    height: 32px;
  }
}
.bgcontacto .container .mail-novedades .mail .data input[type=email]::-webkit-input-placeholder {
  color: #01723C;
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bgcontacto .container .mail-novedades .mail .data .input-group-append {
  height: 19px;
  max-width: 87px;
}
@media (min-width: 992px) {
  .bgcontacto .container .mail-novedades .mail .data .input-group-append {
    height: 32px;
    max-width: none;
  }
}
.bgcontacto .container .mail-novedades .mail .data .input-group-append a {
  display: flex;
  align-items: center;
  background: #01723C;
  border: none;
  color: #FFFFFF;
  font-family: "Montserrat", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 87px;
}
@media (min-width: 992px) {
  .bgcontacto .container .mail-novedades .mail .data .input-group-append a {
    font-size: 12px;
    max-width: none;
  }
}
.bgcontacto .container .mail-novedades .mail .data .input-group-append .subscribe {
  display: flex;
  align-items: center;
}
.bgcontacto .container .intereses ul {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
  list-style: none;
}
.bgcontacto .container .intereses ul li {
  margin-left: -10px;
}
.bgcontacto .container .intereses ul li label {
  margin-left: 10%;
  color: #343434;
  font-family: "Montserrat", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.bgcontacto .container h2 {
  font-family: "Playfair Display", sans-serif;
  font-size: 2.5rem;
}
.bgcontacto .container h3 {
  font-family: "Montserrat", serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 36px;
  color: #343434;
}
.bgcontacto .container .redes {
  visibility: hidden;
}

.bgemptycontacto {
  background-color: #F3F0E6;
  padding-top: 70px;
  padding-bottom: 70px;
}

.segui-las-novedades .slick-arrow {
  display: none !important;
}
.segui-las-novedades .slick-slide {
  padding: 0 10px;
}
.segui-las-novedades .slick-slide figcaption {
  display: none;
}
.segui-las-novedades .slick-slide .tapa img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

#contendorFooter div:nth-child(2) .container {
  padding-top: 32px;
  width: 89% !important;
  max-width: 1440px !important;
}
@media (min-width: 992px) {
  #contendorFooter div:nth-child(2) .container {
    padding-bottom: 50px;
  }
}
#contendorFooter .footer-contenedor-interno {
  background: #F1F1F1;
  border-radius: 120px 120px 120px 0px;
  display: flex;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 35px;
  padding-left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 576px) {
  #contendorFooter .footer-contenedor-interno {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  #contendorFooter .footer-contenedor-interno {
    padding-top: 35px;
    padding-left: 0%;
  }
}
#contendorFooter .footer-contenedor-interno .header-title a {
  color: #343434;
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#contendorFooter .footer-contenedor-interno .lista-footer a {
  color: #343434;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-variant: all-small-caps;
}
#contendorFooter .footer-contenedor-interno .copyright-footer {
  position: relative;
  right: 30px;
  top: 30px;
}
#contendorFooter .footer-contenedor-interno .copyright-footer h3 {
  color: #343434;
  font-family: "Montserrat", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
}
@media (min-width: 576px) {
  #contendorFooter .footer-contenedor-interno .copyright-footer h3 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #contendorFooter .footer-contenedor-interno .copyright-footer h3 {
    text-align: start;
  }
}
#contendorFooter .primer-columna img {
  max-width: inherit;
}
#contendorFooter .ultima-columna {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#contendorFooter .derechos-reservados {
  display: none;
}
#contendorFooter .redes .btn-whatsapp a {
  display: inline-flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 30px;
  background: #46C756;
}
#contendorFooter .redes .btn-whatsapp a span {
  color: var(--surface-surface-primary, #FFF);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logofooter {
  width: 60px;
  margin-bottom: 5px;
  filter: invert(1);
}

.redes a {
  color: #343434;
  font-size: 24px;
  padding: 0px;
  padding-right: 28px;
}

.bgcontacto .redes a {
  color: #343434;
}

.datafiscal {
  width: 55px;
}

.whatsapp {
  padding-top: 150px;
  width: 200px;
}

.copyright {
  color: #343434;
  font-size: 16px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-float i {
  margin-top: 16px;
}