/* Colores */
/* Fuentes */
/* Colores */
.texto-blanco {
  color: white !important;
}

.texto-blanco-sec {
  color: white;
}

.texto-azul {
  color: #0060A9 !important;
}

.texto-amarillo {
  color: #FFDF1B;
}

.texto-rojo {
  color: #ed1b23;
}

.texto-verde {
  color: #51634d;
}

.texto-gris {
  color: #8f8f8f;
}

.fg-black {
  font-family: "gothambold";
}

/* Fondos */
.bg-verde {
  background: #51634d !important;
}

.bg-azul {
  background: #0060A9 !important;
}

.bg-amarillo {
  background: #FFDF1B !important;
}

.bg-blanco {
  background: #fff;
}

.bg-rosado {
  background: #E21568 !important;
}

.bg-gris-secundario {
  background: #F5F5F5 !important;
}

.cont-blanco {
  color: white;
}

.cont-azul {
  color: #0060A9;
}

/* Colores de Categorias */
.kids {
  background: #E21568;
}

.baby {
  background: #FBB5D4;
}

.sensitive {
  background: #85C9CF;
}

.proteccion-general {
  background: #74B9EA;
}

.sport {
  background: #FF8200;
}

.bronceador {
  background: #FFDF1B;
  color: #0060A9 !important;
}

.after-sun {
  background: #B22672;
}

.no-decoracion {
  text-decoration: none;
  color: initial;
}
.no-decoracion:hover {
  color: currentColor;
}

.no-clic {
  pointer-events: none;
}

.btn-default {
  padding: 15px 40px;
  border-radius: 5px;
  text-decoration: none;
}

.flecha-btn::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: lighter;
  content: "\f061";
  font-size: 15px;
  padding-left: 5px;
}

.btn-cargar-mas {
  cursor: pointer;
}

.btn-amarillo {
  background: #FFDF1B;
  color: #0060A9;
  font-size: 22px;
}

.btn-azul {
  background: #0060A9;
  color: white;
  font-size: 22px;
}

.img-100 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

p, span, ul, li, ol, h1, h2, h3, h4, h5, h6 {
  font-family: "Neutra Text";
}

.widget {
  list-style: none;
}

* {
  font-family: "Neutra Text";
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.with-fancybox .btn-filtro-res, .with-fancybox .ajax-form {
  z-index: -1 !important;
}

.fancybox__content > .carousel__button.is-close {
  top: 10px !important;
  right: 10px;
  color: #0060A9;
  border: 3px solid #0060A9;
}

.contenedorTotal {
  background: #fff;
}
.contenedorTotal .contenedorPpal header {
  background: #0060A9;
}
.contenedorTotal .contenedorPpal header .menu-principal {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contenedorTotal .contenedorPpal header .menu-principal li a {
  color: #51634d;
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  transition: 0.3s all;
  font-size: 20px;
  font-size: 1.3rem;
  font-family: "gothammedium";
  text-align: center;
}
@media (max-width: 768px) {
  .contenedorTotal .contenedorPpal header .menu-responsive .logo-principal {
    width: 74px;
  }
}
.contenedorTotal .contenedorPpal header .menu-item-personalizado {
  font-size: 23px;
}
.contenedorTotal .contenedorPpal header .menu-item-personalizado .pais {
  font-size: 18px;
}
.contenedorTotal .contenedorPpal header .paises:hover .contenido-paises {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.contenedorTotal .contenedorPpal header .paises::after {
  content: "";
  background-image: url("/wp-content/themes/bananaboat/assets/img/general/flecha.png");
  background-repeat: no-repeat;
  background-size: 10px;
  transform: rotate(-180deg);
  margin-bottom: 5px;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}
.contenedorTotal .contenedorPpal header .paises:hover::after {
  transform: rotate(0deg);
  margin-bottom: 0px;
}
.contenedorTotal .contenedorPpal header .paises .contenido-paises {
  z-index: 9999999999;
  display: flex;
  visibility: hidden;
  opacity: 0;
  color: #0060A9;
  background: #0060A9;
  padding-top: 3.5rem;
  position: absolute;
  bottom: 0;
  transform: translate(-35%, 100%);
  border-radius: 30px;
  transition: opacity 0.2s ease-in-out;
}
.contenedorTotal .contenedorPpal header .paises .contenido-paises .pais {
  text-align: center;
  background: white;
  width: 100%;
  color: #0060A9;
  padding: 0.5rem 5rem !important;
}
.contenedorTotal .contenedorPpal header .paises .contenido-paises .pais:last-child {
  border-radius: 0 0 25px 25px;
  padding-bottom: 1rem !important;
}
.contenedorTotal .contenedorPpal header .paises .contenido-paises .pais:first-child {
  padding-top: 1rem !important;
}
.contenedorTotal .contenedorPpal header .buscador {
  padding: 10px 20px;
  background: #8f8f8f;
  width: 100% !important;
  max-width: 400px;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .contenedorTotal .contenedorPpal header .buscador {
    width: initial;
  }
}
@media (max-width: 1200px) {
  .contenedorTotal .contenedorPpal header .buscador {
    min-width: 350px;
    max-width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .contenedorTotal .contenedorPpal header .buscador {
    min-width: inherit;
    max-width: 80%;
    margin: auto;
  }
}
.contenedorTotal .contenedorPpal header .buscador input {
  padding: 0 5px;
  width: 100%;
  border-radius: 0;
  border: none;
  background: #8f8f8f;
  outline: none;
}
.contenedorTotal .contenedorPpal header .buscador input::-moz-placeholder {
  color: black;
  font-size: 16px;
}
.contenedorTotal .contenedorPpal header .buscador input::placeholder {
  color: black;
  font-size: 16px;
}

.redes ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.redes ul li {
  list-style: none;
}
.redes ul a {
  text-decoration: none;
}
.redes ul i {
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  font-size: 27px;
  background: white;
}
.redes ul i:before {
  color: #0060A9;
}
.redes ul i.fa-instagram {
  border-radius: 30%;
}

footer {
  position: relative;
}
footer .menu-footer {
  list-style: none;
  padding: 0;
}
footer .menu-footer a {
  font-size: 20px;
  text-decoration: none;
  color: white;
}
footer .menu-footer a:hover {
  color: currentColor;
}
footer p {
  font-size: 20px;
  color: white;
}
footer h6 {
  font-size: 15px;
  color: white;
}
footer span {
  font-size: 18px;
  color: white;
}
footer .linea {
  border-bottom: 1px solid white;
}
footer .bicicleta {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.menu-desplegable #menu-header-2 {
  padding: 0 10%;
  margin-bottom: 10%;
}
.menu-desplegable #menu-header-2 li {
  text-align: left;
}
.menu-desplegable #menu-header-2 .menu-especial ul {
  display: none;
}
.menu-desplegable #menu-header-2 .menu-especial ul li {
  text-align: left;
  margin: 10px 0 !important;
  max-width: 40%;
}
.menu-desplegable #menu-header-2 .menu-especial ul li a {
  font-weight: normal !important;
  color: black !important;
  font-size: 1.5rem !important;
  font-family: "Lato" !important;
}
.menu-desplegable #menu-header-2 .menu-especial ul li:first-child {
  border-bottom: 0.1rem solid #ed1b23;
}
.menu-desplegable #menu-header-2 .menu-especial ul li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f04b";
  color: #ed1b23;
  font-size: 12px;
  padding-right: 5px;
}

nav.menu {
  display: none;
}

.toggle-nav {
  display: none;
}

@media screen and (max-width: 992px) {
  nav.menu {
    display: initial;
  }
  .toggle-nav {
    display: inline-block !important;
    margin: 0x;
    font-size: 2em;
    transition: color linear 0.15s;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
  }
  a.toggle-nav:link,
  a.toggle-nav:visited,
  a.toggle-nav:hover,
  a.toggle-nav:active {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
  }
  .menu.main {
    display: inline-block;
    background: #E21568;
    text-align: left;
    width: 100%;
  }
  .menu.main .menu-desplegable {
    padding: 0 0 0 10%;
    width: 100%;
    display: none;
    position: absolute;
    overflow: auto;
    top: 0px;
    right: 0px;
    z-index: 999;
    background: rgba(255, 223, 27, 0.7);
  }
  .menu.main .menu-desplegable .cerrar {
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: right;
  }
  .menu.main .menu-desplegable .cerrar img {
    max-width: 40px;
    max-height: 40px;
  }
  .menu.main .menu-desplegable .logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    max-width: 50px;
  }
  .menu.main .menu-desplegable .contenedor {
    padding: 20% 10% 20% 10%;
  }
  .menu.main .menu-desplegable .contenedor .menu-item-personalizado {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 50px;
  }
  .menu.main .menu-desplegable .contenedor .menu-item-personalizado ul {
    list-style: none;
    padding: 0;
  }
  .menu.main .menu-desplegable .contenedor .menu-item-personalizado ul li {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 50px;
  }
  .menu.main .menu-desplegable .contenedor .menu-item-personalizado a {
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 50px;
  }
  .menu.main .menu-desplegable .contenedor .separador-trasparente {
    height: 250px;
    width: 100%;
    content: "";
  }
  .menu.main .menu-desplegable .contenedor .separador {
    width: 100%;
    height: 1px;
    color: #fff;
    background: #fff;
  }
  .menu.main .menu-desplegable .contenedor .redes {
    display: flex;
  }
  .menu.main .menu-desplegable .contenedor .derechos p {
    font-size: 14px;
    color: #fff;
  }
  .menu.main .menu-desplegable .contenedor .paises .contenido-paises {
    padding: 0;
    transform: translate(0%, 100%);
    background: transparent;
  }
  .menu.main .menu-desplegable .contenedor .paises .contenido-paises .pais {
    padding: 0 0 10px 10px !important;
    background: transparent;
    text-align: left;
    color: #fff;
    font-weight: normal;
  }
  .menu.main ul.header_menu {
    width: 100%;
    overflow: auto;
    top: 0px;
    right: 0px;
    z-index: 999;
    padding: 0;
    background: #fff;
  }
  .menu.main ul.header_menu li {
    float: none;
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    min-width: 200px;
    background: #fff;
    text-align: right;
    text-align: center;
    margin: 20px 0;
  }
  .menu.main ul.header_menu li a {
    color: #51634d;
    text-decoration: none;
    font-size: 30px;
    font-family: "gothambook";
    font-weight: bold;
    line-height: 1;
  }
  .main.menu li:after {
    content: none;
  }
  .social-movil {
    text-align: center;
    font-size: 2rem;
    color: black;
  }
  .social-movil .redes ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 10px 0;
  }
  .social-movil .redes ul i {
    margin: 0 10px;
    padding: 10px 12px;
    background: black;
    border-radius: 50%;
  }
  .social-movil .redes ul i:before {
    color: white;
    font-size: 2rem;
  }
  .social-movil .redes ul i.fa-facebook-f {
    padding: 5px 10px;
  }
  .social-movil .redes ul i.fa-instagram {
    padding: 6px 7px;
  }
  .social-movil .redes ul i.fa-youtube {
    padding: 6px 5px;
  }
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  float: left;
}

@media (min-width: 992px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.home .footer {
  z-index: 9999;
}
.home .slider_principal .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home .slider_principal .banner-logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30%;
  max-height: 30%;
}
@media (max-width: 768px) {
  .home .slider_principal .banner-logo {
    position: relative;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.home .slider_principal .img-banner {
  width: 100%;
}
.home .slider_principal .slick-next, .home .slider_principal .slick-prev {
  height: 50px;
}
.home .slider_principal .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
}
.home .slider_principal .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f053";
}
.home .slider_principal .slick-prev::before, .home .slider_principal .slick-next::before {
  font-size: 40px !important;
}
.home .slider_principal .slick-dots {
  bottom: 10px;
}
.home .slider_principal .slick-dots li {
  width: 10px;
  height: 10px;
}
.home .slider_principal .slick-dots li button {
  width: 10px;
  height: 10px;
}
.home .slider_principal .slick-dots li button::before {
  color: white;
  font-size: 10px;
}
.home .slider_principal .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
}
.home .slider_principal .slick-dots li.slick-active button::before {
  color: white;
  opacity: 0.7;
}
.home .divisor h3 {
  font-weight: 900;
  color: #0060A9;
  font-size: 40px;
  margin: 0;
}
@media (max-width: 992px) {
  .home .divisor h3 {
    font-size: 30px;
  }
}
.home .divisor h1 {
  font-weight: 900;
  color: #0060A9;
  font-size: 40px;
  margin: 0;
}
@media (max-width: 992px) {
  .home .divisor h1 {
    font-size: 30px;
  }
}
.home .productos .producto .contenido a {
  font-size: 20px;
}
.home .productos .producto .contenido p {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .home .productos .producto .contenido p {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.home .productos .producto .contenido h3 {
  text-transform: uppercase;
}
.home .productos .mineral .contenido {
  margin: 0 20% 0 25%;
}
@media (max-width: 1200px) {
  .home .productos .mineral .contenido {
    margin: 10%;
    text-align: center;
  }
}
.home .productos .mineral .contenido h3 {
  font-weight: 900;
  font-size: 60px;
  color: #0060A9;
}
@media (max-width: 992px) {
  .home .productos .mineral .contenido h3 {
    font-size: 35px;
  }
}
.home .productos .mineral .contenido p {
  color: #0060A9;
}
@media (max-width: 1200px) {
  .home .productos .advanced .bg-rosado {
    background: #0060A9 !important;
  }
}
.home .productos .advanced .contenido {
  margin: 0 20% 0 25%;
}
@media (max-width: 1200px) {
  .home .productos .advanced .contenido {
    margin: 10%;
    text-align: center;
  }
}
.home .productos .advanced .contenido h3 {
  font-weight: 900;
  font-size: 60px;
  color: #fff;
}
@media (max-width: 992px) {
  .home .productos .advanced .contenido h3 {
    font-size: 35px;
  }
}
.home .productos .advanced .contenido p {
  color: #fff;
}
.home .productos .advanced .contenido a::after {
  color: #0060A9;
}
.home .diferencias {
  background-size: cover !important;
  background-position: center !important;
}
.home .diferencias .img-borde {
  border: 20px solid white;
  border-radius: 30px;
  box-shadow: 17px 9px 26px 10px rgba(0, 0, 0, 0.13);
  z-index: 1000;
  position: relative;
}
@media (max-width: 768px) {
  .home .diferencias .img-borde {
    margin-top: -100px;
  }
}
.home .diferencias .p-especial {
  padding-right: 0%;
}
@media (min-width: 768px) {
  .home .diferencias .p-especial {
    padding-right: 10%;
  }
}
@media (min-width: 1400px) {
  .home .diferencias .p-especial {
    padding-right: 0%;
  }
}
.home .diferencias .contenido {
  padding-left: 20%;
}
@media (max-width: 768px) {
  .home .diferencias .contenido {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .home .diferencias .contenido {
    padding-left: 0%;
  }
}
@media (max-width: 768px) {
  .home .diferencias .contenido {
    padding-left: 0%;
    text-align: center;
  }
}
.home .diferencias .contenido h3 {
  font-size: 40px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .home .diferencias .contenido h3 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .home .diferencias .contenido h3 {
    font-size: 20px;
  }
}
.home .diferencias .contenido p {
  color: white;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .home .diferencias .contenido p {
    font-size: 18px;
  }
}
.home .diferencias .contenido a {
  font-size: 20px;
}
@media (max-width: 992px) {
  .home .diferencias .contenido a {
    font-size: 20px;
  }
}

.productos input {
  display: none;
}
.productos label {
  font-size: 22px;
  color: #0060A9;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .productos label {
    color: white;
  }
}
.productos input[type=checkbox]:checked + label::before {
  display: inline-block;
  cursor: pointer;
  outline: 0;
  content: url(/wp-content/uploads/2022/12/Vector-6.png);
  max-width: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -24px;
  text-align: center;
  font-weight: bold;
  margin-right: 12px;
}
@media (max-width: 1200px) {
  .productos input[type=checkbox]:checked + label::before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(101%) contrast(101%);
  }
}
.productos .accordion .accordion-item {
  border: none;
}
.productos .accordion .accordion-item h2 button {
  background: #fff;
  font-size: 22px;
  color: #0060A9;
  text-transform: uppercase;
  padding: 5px;
}
@media (max-width: 1200px) {
  .productos .accordion .accordion-item h2 button {
    background: #E21568 !important;
    color: white;
  }
}
.productos .accordion .accordion-item h2 button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.productos .accordion .accordion-item h2 button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.productos .accordion .accordion-item h2 button::after {
  background-image: url("/wp-content/uploads/2022/12/Vector-5.png");
  width: 9.3px;
  height: 13px;
  background-size: contain;
  margin-left: 8px;
}
@media (max-width: 1200px) {
  .productos .accordion .accordion-item h2 button::after {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(101%) contrast(101%);
  }
}
.productos .accordion .accordion-item .accordion-body {
  padding: 0.5rem 1.5rem;
}
.productos .titulo-filtros {
  font-size: 30px;
  font-weight: bold;
  color: #0060A9;
  text-transform: uppercase;
}
.productos .cont-productos .producto-general {
  background-size: cover !important;
}
.productos .cont-productos .producto-general .contenido h3 {
  font-size: 60px;
  font-weight: 900;
  max-width: 40%;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .productos .cont-productos .producto-general .contenido h3 {
    font-size: 40px;
  }
}
.productos .cont-productos .producto-general .contenido p {
  font-size: 30px;
}
@media (max-width: 1400px) {
  .productos .cont-productos .producto-general .contenido p {
    font-size: 18px;
  }
}
@media (max-width: 1700px) and (min-width: 1400px) {
  .productos .cont-productos .producto-general .contenido .caracteristicas .caracteristica {
    width: 50% !important;
  }
}
.productos .cont-productos .titulo-seleccion {
  font-size: 45px;
}
@media (max-width: 768px) {
  .productos .cont-productos .titulo-seleccion {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .filtros {
    height: 0;
  }
}
.filtros .ajax-form {
  position: sticky;
  top: 30px;
}
@media (max-width: 1200px) {
  .filtros .ajax-form {
    position: fixed;
    z-index: 99999999999999;
    color: white;
    top: 40%;
    left: 0;
    display: none;
    padding: 50px 0;
    background: #E21568;
    min-width: 300px;
  }
}
@media (max-width: 1200px) {
  .filtros .ajax-form .accordion-item {
    background: #E21568 !important;
    color: white;
  }
}

.tamaño-filtro-img img {
  max-width: 50px;
}

@media (max-width: 1200px) {
  .btn-filtro-res {
    position: fixed;
    z-index: 99999999999999;
    color: white;
    top: 40%;
    left: 0;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .btn-filtro-res-flotante {
    position: absolute;
    z-index: 99999999999999;
    color: white;
    top: 0%;
    right: 0;
    transform: translate(100%, 0);
  }
}

.card-producto .content h2, .card-producto .content h1, .comprar-producto .content h2, .comprar-producto .content h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
  color: #0060A9;
}
.card-producto .content h2.titulo-comprar, .card-producto .content h1.titulo-comprar, .comprar-producto .content h2.titulo-comprar, .comprar-producto .content h1.titulo-comprar {
  font-size: 45px;
}
.card-producto .content h2.titulo-destacado, .card-producto .content h1.titulo-destacado, .comprar-producto .content h2.titulo-destacado, .comprar-producto .content h1.titulo-destacado {
  font-size: 55px;
}
.card-producto .content P, .comprar-producto .content P {
  font-size: 20px;
  color: #8f8f8f;
  line-height: 1.4;
}
.card-producto .content a, .comprar-producto .content a {
  font-size: 20px;
}
.card-producto .content ul, .comprar-producto .content ul {
  list-style-image: url("/wp-content/uploads/2022/12/lista.png");
}
.card-producto .content ul li, .comprar-producto .content ul li {
  font-size: 20px;
  color: #8f8f8f;
  padding-left: 6px;
}
.card-producto .content .etiquetas, .comprar-producto .content .etiquetas {
  display: flex;
  flex-wrap: wrap;
}
.card-producto .content .etiquetas .etiqueta, .comprar-producto .content .etiquetas .etiqueta {
  text-transform: uppercase;
  padding: 3px 11px 1px;
  font-size: 25px;
  margin: 2px 4px 2px 0;
  font-weight: 700;
  border-radius: 30px;
}
.card-producto .content .etiquetas .etiqueta-bg, .comprar-producto .content .etiquetas .etiqueta-bg {
  color: #fff;
}
.card-producto .content .etiquetas .etiqueta-azul, .comprar-producto .content .etiquetas .etiqueta-azul {
  background: #0060A9;
  color: #fff;
}
.card-producto .content .etiquetas .etiqueta-blanca, .comprar-producto .content .etiquetas .etiqueta-blanca {
  background: #fff;
  color: #0060A9;
  border: 1px solid #0060A9;
}
.card-producto .content .etiquetas .etiqueta-noUp, .comprar-producto .content .etiquetas .etiqueta-noUp {
  text-transform: none !important;
}
.card-producto .content .etiquetas .etiqueta-small, .comprar-producto .content .etiquetas .etiqueta-small {
  font-size: 20px;
}
.card-producto .content .separador, .comprar-producto .content .separador {
  width: 100%;
  height: 1px;
  background: #8f8f8f;
}
.card-producto .content .tiendas, .comprar-producto .content .tiendas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.card-producto .content .descripcion-destacada p, .comprar-producto .content .descripcion-destacada p {
  font-size: 24px;
}

@media (max-width: 768px) {
  .card-producto .content {
    padding: 10%;
    background-color: #0060A9;
    border-radius: 40px 40px 0 0;
  }
  .card-producto .content h2 {
    color: white;
  }
  .card-producto .content P {
    color: white;
  }
  .card-producto .content .etiqueta-azul {
    background: #0060A9;
    color: white;
    border: 1px solid white;
  }
  .card-producto .content .etiqueta-blanca {
    background: #0060A9;
    color: white;
    border: 1px solid white;
  }
}

.slider-productos .slick-prev, .slider-productos .slick-next {
  height: 50px;
}
.slider-productos .slick-prev i, .slider-productos .slick-next i {
  color: black;
}
.slider-productos .slick-prev::before, .slider-productos .slick-next::before {
  color: #0060A9;
  font-size: 2.5rem;
}
.slider-productos .slick-next {
  color: #0060A9;
  position: absolute;
  right: 30px;
}
@media (max-width: 768px) {
  .slider-productos .slick-next {
    right: 20px;
    top: 180vw;
  }
}
.slider-productos .slick-prev {
  display: none !important;
}
.slider-productos .slick-next::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f054";
}
.slider-productos .slick-next::after {
  content: "VER OTRO";
  font-weight: 100;
  width: 150px;
  font-size: 25px;
  color: #0060A9;
  position: absolute;
  left: -140px;
  top: 30px;
}
.slider-productos .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f053";
}
.slider-productos .slick-prev::before, .slider-productos .slick-next::before {
  font-size: 50px !important;
}

.comprar-producto {
  max-width: 997px;
  border-radius: 12px;
  padding: 20px;
}

.card-blog {
  border-radius: 15px;
  min-height: 300px;
}
.card-blog img {
  border-radius: 15px 0 0 15px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-blog p {
  font-size: 18px;
  line-height: 1.2;
}
.card-blog a {
  font-size: 20px;
}
.card-blog h5 {
  font-size: 22px;
  text-transform: uppercase;
}

.card-blog-secundaria {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-width: 470px;
  min-height: 280px;
}
@media (max-width: 500px) {
  .card-blog-secundaria {
    max-width: 300px;
  }
}
.card-blog-secundaria img {
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-blog-secundaria p {
  font-size: 18px;
  line-height: 1.2;
}
.card-blog-secundaria a {
  font-size: 20px;
}
.card-blog-secundaria h5 {
  font-size: 22px;
  text-transform: uppercase;
}

.card-blog.interesar .logo {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.card-blog.interesar .borde {
  width: 100%;
  height: 3px;
  background: #5F5959;
}

.container-blog {
  padding: 10% 8%;
}
@media (max-width: 992px) {
  .container-blog {
    padding: 10% 2%;
  }
}
@media (max-width: 1400px) {
  .container-blog {
    padding: 10% 4%;
  }
}
.container-blog .borde-izquierdo {
  border-radius: 15px 0 0 15px;
}
.container-blog .borde-derecho {
  border-radius: 0 15px 15px 0;
}
.container-blog .logo {
  margin-top: -35%;
  max-width: 310px;
  padding: 3rem 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .container-blog .logo {
    margin-top: -50%;
  }
}
.container-blog-responsive .nav-item {
  width: 33.3%;
}
.container-blog-responsive .nav-item button {
  height: 100%;
  width: 100%;
  border-radius: 0;
  background: #0060A9;
  color: #fff;
  border-top: 5px solid #0060A9;
}
.container-blog-responsive .nav-item button.active {
  border-top: 5px solid #E21568;
  background: #0060A9;
}
.container-blog-responsive .card-blog-secundaria {
  max-width: 250px;
}
@media (min-width: 500px) {
  .container-blog-responsive .card-blog-secundaria {
    max-width: 350px;
  }
}

.entrada img {
  max-width: 100%;
}

.tambien-puede-interesar .borde-inferior-izquierdo {
  border-radius: 0 0 0 60px;
}
.tambien-puede-interesar .borde-inferior-izquierdo .puede {
  border-radius: 30px;
  margin: 20px 0;
}
.tambien-puede-interesar.borde-inferior {
  border-radius: 0 0 0 15px;
}

@media (max-width: 768px) {
  .slider-blog {
    max-width: none !important;
  }
}
.slider-blog .slick-prev i, .slider-blog .slick-next i {
  color: black;
}
.slider-blog .slick-prev::before, .slider-blog .slick-next::before {
  color: #ed1b23;
  font-size: 2.5rem;
}
.slider-blog .slick-next {
  color: #E21568;
  position: absolute;
  right: -30px;
}
@media (max-width: 768px) {
  .slider-blog .slick-next {
    right: 0px;
  }
}
.slider-blog .slick-prev {
  position: absolute;
  left: -30px;
  color: #E21568;
}
@media (max-width: 768px) {
  .slider-blog .slick-prev {
    left: 0px;
  }
}
.slider-blog .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f054";
}
.slider-blog .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f053";
}
.slider-blog .slick-prev::before, .slider-blog .slick-next::before {
  font-size: 50px !important;
}
.slider-blog .img-blog-contenedor {
  width: 550px;
  height: 350px;
  position: relative;
}
@media (max-width: 1200px) {
  .slider-blog .img-blog-contenedor {
    width: 450px;
    height: 250px;
  }
}
.slider-blog .img-blog-contenedor::before {
  content: "";
  width: 100%;
  max-width: 550px;
  height: 350px;
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #ed1b23;
  display: block;
  z-index: -1;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .slider-blog .img-blog-contenedor::before {
    width: 450px;
    height: 250px;
  }
}
.slider-blog .img-blog-contenedor .img-blog {
  width: 100%;
  max-width: 550px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .slider-blog .img-blog-contenedor .img-blog {
    width: 450px;
    height: 250px;
  }
}

.container-slider-blog {
  background-size: cover !important;
  position: relative;
  z-index: 9999;
}
@media (max-width: 768px) {
  .container-slider-blog {
    background-position: 7% !important;
  }
}
.container-slider-blog .titulo-articulos-blog h4 {
  color: #0060A9;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.desktop_chatbot .open-chatbot {
  position: fixed;
  bottom: 5%;
  right: 10%;
  z-index: 9999;
  cursor: pointer;
}
.desktop_chatbot .open-chatbot .logo-tita-abrir {
  width: 196px;
  height: 148px;
  position: relative;
}
.desktop_chatbot .open-chatbot .logo-tita-abrir .contenido {
  position: relative;
  z-index: 9999999;
  padding: 1.5rem;
  text-transform: uppercase;
  background: #E21568;
  border-radius: 0px 21px 21px 21px;
}
.desktop_chatbot .open-chatbot .logo-tita-abrir .contenido h5 {
  color: white;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  line-height: 1;
}
.desktop_chatbot .open-chatbot .logo-tita-abrir .logo {
  z-index: 99999;
  position: absolute;
  top: -180px;
  left: -195px;
  width: 325px;
  height: 345px;
  -o-object-fit: contain;
     object-fit: contain;
}
.desktop_chatbot .chatbot {
  position: fixed;
  bottom: 5%;
  right: 10%;
  display: none;
  width: 470px;
  z-index: 9999999;
  box-shadow: 4px -3px 8px rgba(0, 0, 0, 0.25);
  border-radius: 27px 27px 30px 32px;
}
.desktop_chatbot .chatbot .head {
  border-radius: 27px 27px 0px 0px;
  background: #0060A9;
  color: white;
}
.desktop_chatbot .chatbot .head .img-tita {
  width: 50px;
  height: 50px;
}
.desktop_chatbot .chatbot .head .cerrar-chatbot {
  margin-left: auto;
  cursor: pointer;
}
.desktop_chatbot .chatbot .head p {
  margin: 0;
}
.desktop_chatbot .chatbot .head h6 {
  font-size: 25px;
  margin: 0;
}
.desktop_chatbot .chatbot .chat {
  height: 400px;
  background: #F7F7F7;
  padding: 3rem;
  overflow-y: scroll;
  color: #5F5959;
}
.desktop_chatbot .chatbot .chat .siguiente label {
  color: #0060A9;
  font-size: 20px;
}
.desktop_chatbot .chatbot .chat .siguiente .siguiente-flecha {
  max-width: 18px;
}
.desktop_chatbot .chatbot .chat::-webkit-scrollbar {
  -webkit-appearance: none;
}
.desktop_chatbot .chatbot .chat::-webkit-scrollbar:vertical {
  width: 10px;
}
.desktop_chatbot .chatbot .chat::-webkit-scrollbar-button:increment, .desktop_chatbot .chatbot .chat::-webkit-scrollbar-button {
  display: none;
}
.desktop_chatbot .chatbot .chat::-webkit-scrollbar:horizontal {
  height: 10px;
}
.desktop_chatbot .chatbot .chat::-webkit-scrollbar-thumb {
  background-color: #8f8f8f;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
.desktop_chatbot .chatbot .chat::-webkit-scrollbar-track {
  border-radius: 10px;
}
.desktop_chatbot .chatbot .chat .pregunta_total .pregunta {
  padding: 1rem;
  background: #85C9CF;
  border-radius: 0px 40px 40px 40px;
}
.desktop_chatbot .chatbot .chat .pregunta_total .respuestas {
  padding: 1rem;
}
.desktop_chatbot .chatbot .chat .pregunta_total .respuestas label {
  display: inline;
  line-height: 1.2;
}
.desktop_chatbot .chatbot .chat .respuestaUsuario {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.desktop_chatbot .chatbot .chat .respuestaUsuario .valor {
  border-radius: 40px 40px 0px 40px;
  padding: 1rem;
  background: #FBB5D4;
  text-align: right;
}
.desktop_chatbot .chatbot .escribir input {
  width: 100%;
  border: none;
  padding: 1rem 3rem;
  outline: none;
}
.desktop_chatbot .chatbot .espaciador-final {
  width: 100%;
  height: 50px;
  background: #E21568;
  border-radius: 0px 0px 30px 32px;
}

.mobile_chatbot .chatbot .head {
  background: #E21568;
}
.mobile_chatbot .chatbot .head .img-tita {
  max-width: 177px;
  position: absolute;
  top: -30px;
  left: 0;
}
.mobile_chatbot .chatbot .head .contenido {
  width: 50%;
  margin-left: auto;
}
.mobile_chatbot .chatbot .head .contenido h6 {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}
.mobile_chatbot .chatbot .chat {
  color: #0060A9;
}
.mobile_chatbot .chatbot .chat .pregunta {
  margin-bottom: 1rem;
  font-size: 18px;
}
.mobile_chatbot .chatbot .chat .respuestas {
  font-size: 15px;
}
.mobile_chatbot .chatbot .chat .siguiente label {
  font-size: 20px;
}
.mobile_chatbot .chatbot .chat .siguiente .siguiente-flecha {
  max-width: 14px;
}
.mobile_chatbot .tita-flotante {
  position: absolute;
  color: white;
  bottom: -30px;
  right: 0;
  z-index: 10;
}

.close_search {
  background: transparent;
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid white;
  border-radius: 50%;
  z-index: 2;
  line-height: 0.8;
  font-size: 25px;
  font-family: sans-serif;
}
.close_search span {
  font-family: sans-serif;
  font-weight: 100;
}

.spinner, .spinner:after {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 50%;
  z-index: 2;
}

.spinner {
  background-color: transparent;
  border-top: 5px solid rgb(66, 139, 202);
  border-right: 5px solid rgb(66, 139, 202);
  border-bottom: 5px solid rgb(66, 139, 202);
  border-left: 5px solid rgba(66, 139, 202, 0.2);
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.8s;
  animation-name: spinner-loading;
}

@keyframes spinner-loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.page-id-516 img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-franquicias h1 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .single-franquicias h1 {
    font-size: 45px;
  }
}/*# sourceMappingURL=style.min.css.map */