body[class*="home"] .specials .specials-title {
  font-family: var(--nunito);
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 2.52px;
  line-height: 25px;
}

/* mobile */

body[class*="home"] .main-container-especiales-home-mobile {
  padding: 28px 25px 35px 25px;
  background-color: var(--op-color-swamp-green);
}

body[class*="home"] .main-container-especiales-home-mobile .container-main-titulo-especiales-home-mobile {
  background: none;
  padding: 0;
  margin-bottom: 27px;
}

body[class*="home"] .main-container-especiales-home-mobile .container-main-titulo-especiales-home-mobile h2,
body[class*="home"] .main-container-especiales-home-mobile .container-main-titulo-especiales-home-mobile h4  {
  font-family: var(--nunito);
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 2.52px;
  line-height: 25px;
  background: none;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  margin-left: 0px;
  padding: 0;
}

/* nodos */
body[class*="home"] .especiales-mobile__slider {
  display: flex;
  overflow-x: auto;
  gap: 25px;
  scrollbar-width: thin;

  margin-right: -25px;
  padding-right: 25px;
}

body[class*="home"] .contenedor-especial-home-mobile {
  width: 297px;
  flex-shrink: 0;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
}

body[class*="home"] .contenedor-especial-home-mobile a {
  overflow: hidden;
  display: block;
}

body[class*="home"] .contenedor-especial-home-mobile a>img {
  max-height: 224px;
}

body[class*="home"] .contenedor-especial-home-mobile .card-especial__content {
  background: #fff;
  padding: 11px 19px;
}

body[class*="home"] .contenedor-especial-home-mobile .seccion-card-especiales-home {
  padding: 0;
  margin: 0 0 16px 0 !important;
  text-align: left;
  font-size: var(--body-4-font-size) !important;
}

body[class*="home"] .contenedor-especial-home-mobile .seccion-card-especiales-home a {
  color: var(--op-color-teal);
}

body[class*="home"] .contenedor-especial-home-mobile .titulo-card-especiales-home {
  min-height: 113px !important;
  padding: 0;
  text-align: left;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 26px;
  color: var(--op-color-black-4d);
  font-family: var(--heading-4-dk-font);
}

/* MOBILE */
@media screen and (max-width: 480px) {

  .only-desktop-car {
    display: none !important;
  }

  body[class*="home"] .contenedor-especial-home-mobile .titulo-card-especiales-home {

    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 26px;

  }

}

/* TABLET PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 1023.9px) {

  .only-desktop-car {
    display: none !important;
  }

  body[class*="home"] .contenedor-especial-home-mobile .titulo-card-especiales-home {

    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 26px;

  }

}

/* TABLET LANDSCAPE */
@media screen and (min-width: 1024px) and (max-width: 1279.9px) {

  body[class*="home"] .contenedor-especial-home-mobile .titulo-card-especiales-home {

    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 26px;

  }

}

body[class*="home"] .main-container-especiales-home-mobile .contenedor-ver-mas-especiales {
  display: flex;
  justify-content: center;

  margin-top: 35px;
  padding: 0;
  background-color: transparent !important;
}

body[class*="home"] .main-container-especiales-home-mobile .contenedor-ver-mas-especiales a {
  font-family: var(--nunito);
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 1.96px;
  padding: 13px;
  color: #fff;
  background-color: var(--op-color-swamp-accent);
  border-radius: 5px;
}

body[class*="home"] .main-container-especiales-home-mobile .contenedor-ver-mas-especiales a:hover {
  text-decoration: underline;
}

/* tablet */

@media screen and (max-width: 767px) {
  body[class*="home"] .main-container-especiales-home-mobile .container-main-titulo-especiales-home-mobile::after {
    border-color: transparent;
  }

  body[class*="home"] .main-container-especiales-home-mobile .container-main-titulo-especiales-home-mobile:hover h2,
  body[class*="home"] .main-container-especiales-home-mobile .container-main-titulo-especiales-home-mobile:hover h4 {
    color: #000;
  }

  body[class*="home"] .main-container-especiales-home-mobile .container-main-titulo-especiales-home-mobile:hover::after {
    border-color: #000;
  }

}

@media screen and (min-width: 767.9px) {
  body[class*="home"] .main-container-especiales-home-mobile {
    display: block;

    padding-left: 46px;
    padding-right: 46px;
    margin-top: 42px;
  }

  body[class*="home"] .main-container-especiales-home-mobile .especiales-mobile__slider {
    margin-right: -46px;
    padding-right: 46px;
  }

  body[class*="home"] .main-container-especiales {
    display: none;
  }

  body[class*="home"] .contenedor-especial-home-mobile a>img {
    width: 100%;
  }

  body[class*="home"] .main-container-especiales-home-mobile .contenedor-ver-mas-especiales {
    justify-content: flex-end;
  }

  body[class*="home"] .main-container-especiales-home-mobile .container-main-titulo-especiales-home-mobile::after {
    border-color: var(--op-color-teal);
  }
}

@media screen and (min-width: 1023.9px) {
  body[class*="home"] .main-container-especiales-home-mobile {
    padding-left: 55px;
    padding-right: 55px;
  }

  body[class*="home"] .main-container-especiales-home-mobile .especiales-mobile__slider {
    margin-right: -40px;
    padding-right: 40px;
  }

  body[class*="home"] .main-container-especiales-home-mobile .container-main-titulo-especiales-home-mobile,
  body[class*="home"] .main-container-especiales-home-mobile .especiales-mobile__slider {
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
  }

  body[class*="home"] .main-container-especiales-home-mobile .especiales-mobile__slider {
    padding-right: 0;
    cursor: grab;
  }
}

@media screen and (min-width: 1279.9px) {
  body[class*="home"] .main-container-especiales-home-mobile .especiales-mobile__slider {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1365.9px) {

  body[class*="home"] .main-container-especiales-home-mobile .container-main-titulo-especiales-home-mobile,
  body[class*="home"] .main-container-especiales-home-mobile .especiales-mobile__slider {
    max-width: 1092px;
  }
}

.specials-home .special-detail__down_title {
  display: none !important;
}

.specials-home .banner__context {
  display: none !important;
}

@media screen and (min-width: 768px) {

  /* .specials-home .header__top {
    display: none !important;
  } */

  .specials-home {
    --header-height: 87px;
  }


}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .specials-home .header .header__navbar .header__navbar-ul .header__navbar-item {
    font-size: 11px;
  }

  .specials-home .header--fixed #header__navbar-logo img {
    width: 115px;
  }

  .specials-home .header .header__navbar #ally-facelift-button a {
    padding: 6px 9px;
  }

}

@media screen and (min-width: 1279px) {

  .only-desktop-car {
    padding: 28px 25px 35px 25px;
    background-color: var(--op-color-swamp-green);
    margin-top: 25px;
  }

  .only-desktop-car .tns-outer {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .only-desktop-car .tns-outer .tns-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .only-desktop-car .tns-outer .tns-item img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  .only-desktop-car .tns-outer .tns-item .card-especial__content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .only-desktop-car .tns-outer .tns-nav {
    display: none;
  }

  .only-desktop-car .tns-controls [data-controls=next] {
    background: none;
    border: none;
    position: relative;
    right: -952px;
    transform: translateY(0%);
    z-index: 10;
    font-size: 2em;
    top: 235px;
  }

  .only-desktop-car .tns-controls [data-controls=prev] {
    background: none;
    border: none;
    position: relative;
    top: 235px;
    transform: translateY(0%);
    z-index: 10;
    font-size: 2em;
    left: -22px;
  }

  .only-desktop-car .container-main-titulo-especiales-home-mobile {
    background: none;
    padding: 0;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1092px;
  }

  .only-desktop-car .container-main-titulo-especiales-home-mobile h2,
  .only-desktop-car .container-main-titulo-especiales-home-mobile h4 {
    font-family: var(--nunito);
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 2.52px;
    line-height: 25px;
    background: none;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    margin-left: 0px;
    padding: 0;
    margin-bottom: 0px;
  }


  .only-desktop-car .container-main-titulo-especiales-home-mobile::after {
    border-color: var(--op-color-teal);
  }



}

@media screen and (max-width: 1279px) {

  .only-desktop-car {
    display: none !important;
  }

  .only-mobile-carrousel{
    display: block !important;
  }

}

@media screen and (min-width: 1280px) {

  .only-desktop-car {
    display: block !important;
  }

  .only-mobile-carrousel{
    display: none !important;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1280px) {

  .only-desktop-car .container-main-titulo-especiales-home-mobile.section-title--with-line {
    max-width: 944px;
  }

  .only-desktop-car .tns-outer {
    max-width: 944px;
  }

}

/* Mobile */
@media (max-width: 480px) {

  .main-container-especiales-home-mobile .tns-inner{
    display: block !important;
  }
  
}