/* helpers */

.has-width-20 {
  width: 20% !important;
}

.has-width-40 {
  width: 40% !important;
}

.has-width-50 {
  width: 50% !important;
}

.has-width-70 {
  width: 70% !important;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.is-full-width {
  width: 100%;
}

.is-desktop {
  display: inline-block !important;
}

.is-mobile {
  display: none !important;
}

.lh18 {
  line-height: 18px
}

.lh20 {
  line-height: 20px
}

/* Sticky Header */

.nav_main_container.is-sticky {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 99;
}

/* Red Button styles */

.button {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 24px;
  box-shadow: none;
  outline: none !important;
  display: inline-block;
  position: relative;
  padding: 10px 30px 9px 30px;
  border: none;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

.button:focus:before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -5px;
  left: -4px;
  border-radius: 23px 23px 24px 24px;
  border: solid 2px #8590ff;
  pointer-events: none;
  height: 54px;
  margin: 0 auto;
  animation: 1s focus-pulse ease-in-out infinite alternate;
}

.button.is-red-outline {
  background-color: #E41932 !important;
  border-bottom-color: #710C19;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.button.is-red-outline:hover {
  background: #cd162d !important;
  border-bottom-width: 3px;
  color: #fff;
  margin-top: 1px;
  text-decoration: none;
}

.button.is-white-outline {
  background-color: #fff !important;
  color: #E41932;
  border-bottom-color: #E41932;
  -webkit-box-shadow: inset 0px 0px 0px 2px #E41932;
  -moz-box-shadow: inset 0px 0px 0px 2px #E41932;
  box-shadow: inset 0px 0px 0px 2px #E41932;
}

.button.is-white-outline:hover {
  background: #fff !important;
  border-bottom-width: 3px;
  color: #E41932;
  margin-top: 1px;
  text-decoration: none;
}

.button.is-gray-outline {
  background-color: rgba(255, 255, 255, .15) !important;
  color: #E41932;
  border-bottom-color: #E41932;
  -webkit-box-shadow: inset 0px 0px 0px 2px #E41932;
  -moz-box-shadow: inset 0px 0px 0px 2px #E41932;
  box-shadow: inset 0px 0px 0px 2px #E41932;
}

.button.is-gray-outline:hover {
  background: rgba(255, 255, 255, .15) !important;
  border-bottom-width: 3px;
  color: #E41932;
  margin-top: 1px;
  text-decoration: none;
}

/* Main Slider styles */
.main-slider .indicators-container {
  position: absolute;
  bottom: 0;
}

.main-slider .carousel-indicators {
  left: 0;
  margin-left: 0;
  text-align: left;
}

.main-slider .carousel-inner {
  height: 100%;
}

.main-slider .carousel-indicators {
  bottom: 35px;
}

.main-slider .carousel-indicators li {
  background: #fff;
  border: none;
  border-radius: 0;
  height: 3px;
  margin: 0 3px 0 0;
  width: 32px;
}

.main-slider .carousel-indicators li.active {
  background: #E41932;
}

.main-slider .carousel.slide {
  height: 590px;
}

.slide-block {
  align-items: center;
  display: flex;
  font-family: 'proximanova' !important;
  height: 100%;
  position: relative;
}

.slide-block .container {
  display: flex;
}

.slide-block .slide-content {
  width: 50%;
}

.slide-block .slide-image {
  width: 50%;
}

.slide-block h1 {
  font-weight: 900;
}

.slide-block .note {
  bottom: 13px;
  color: #fff;
  position: absolute;
  right: 50px;
  text-align: right;
  width: 100%;
}

/* First Banner */

.slide-block.is-first {
  background: url(../images/slides/el-mejor-servicio-de-television-dish-latino.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Second Banner */

.slide-block.is-second {
  background: url(../images/slides/new-un-canal-para-aprender-o-mejorar-dish-latino.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Third Banner */

.slide-block.is-third {
  background: url(../images/slides/control-remoto-de-voz-con-asistente-de-google-dish-latino.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Fourth Banner */

.slide-block.is-fourth {
  background: url(../images/slides/futbol-360-dish-latino-new.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Fifth Banner */

.slide-block.is-fifth {
  background: url(../images/slides/dish-latino-dvr-hopper-3-google-nest-bg-hello-dish-latino.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Sixth Banner - Without contract section */

.slide-block.is-sixth {
  background: linear-gradient(to right, #ffffffc4 0%, #ffffff77 50%, #ffffff00 100%), url(../images/dish-latino-pr-2023-discovery-apps.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Seventh Banner */

.slide-block.is-seventh {
  background: url(../images/slides/hero-tech-image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(min-width:768px) and (max-width:992px) {
  .slide-block.is-seventh {
    background-position-x: 65% !important;
  }
}

/* Eighth Banner */

.slide-block.is-eighth {
  background: url(../images/slides/covid-3-banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Nineth Banner */

.slide-block.is-nineth {
  background: url(../images/slides/COVID-banner-latino-new.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-block.is-nineth .container {
  @media(min-width:768px) {
    width: 90%;
  }
}

/* shadow-cards */

.shadow-cards-group {
  justify-content: center;
  display: flex;
}

.shadow-card {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0.18);
  margin: 12px;
  width: 24%;
}

.shadow-card.no-shadow {
  -webkit-box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0);
}

.shadow-card .main-offer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.shadow-card .main-offer p {
  background: #E41932;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  padding: 5px 20px;
  width: auto;
}

.shadow-card hr {
  border-top: 1px solid #E41932;
}

.shadow-card .red-top-border {
  background: #E41932;
  border-radius: 6px 6px 0 0;
  height: 6px;
}

.shadow-card .black-top-border {
  background: #171725;
  border-radius: 6px 6px 0 0;
  height: 6px;
}

.shadow-card .plan-title {
  min-height: 142px;
}

.price-inline {
  display: flex;
  align-items: center;
}

/* Latino Cards */

.latino.offers::before {
  border-radius: 8px 8px 0 0;
  font-weight: 800;
  padding-left: 15px;
  text-align: left;
  width: 90%;
}

.latino.shadow-card {
  width: 30%;
}

.latino.shadow-card hr {
  border-top: 1px solid #ababab;
}

.latino.shadow-card p {
  font-size: 1.2em;
}

.latino.shadow-card ul {
  font-size: 1.2em;
  list-style: none;
  padding-inline-start: 0;
  position: relative;
}

.latino.shadow-card ul li {
  padding-left: 30px;
}

.latino.shadow-card ul li:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%233DB453' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  margin-right: 10px;
  margin-top: 2px;
  padding: 8px;
  position: absolute;
}

/*<!-- * --->*/

.offers {
  position: relative;
}

.offers::before {
  background: #ed1a47;
  color: white;
  content: "Nuestra Mejor Oferta";
  left: 0;
  margin: 0 auto;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: -30px;
  width: max-content;
  z-index: 12;
}

/* Multi item slider shadow-card */

.gallery.desktop {
  display: flex;
}

.gallery.mobile {
  display: none;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 740px !important;
}

.flickity-slider {
  margin: 25px 0px 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
  display: none;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  display: none;
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Image Box */
.image-box {
  align-items: center;
  display: flex;
  margin-right: 10px;
  padding: 20px 0;
  position: relative;
  width: 49%;
}

.image-box:nth-child(2n) {
  margin-right: 0;
}

.image-box img {
  position: absolute;
  z-index: 2;
}

.image-box .shadow-card img {
  position: relative;
}

.image-box.right img {
  right: 0;
}

.image-box .shadow-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 150px;
  padding: 20px;
  width: 100%;
}

.image-box.left .shadow-card {
  margin-left: 87px;
  padding-left: 93px;
}

.image-box.right .shadow-card {
  margin-right: 93px;
  padding-left: 30px;
  padding-right: 87px;
}

/* Without Contract banner */

.slide-fixed {
  min-height: 470px;
}

/* Images for disclaimer */

.disclaimer-img {
  max-width: 60px;
  max-height: 32px;
  margin: 10px 10px 20px 10px;
}


/* Media Queries */
@media screen and (max-width: 1200px) {
  .price-inline h2 {
    font-size: 2em !important;
  }
}

@media screen and (max-width: 1100px) {
  .has-width-20 {
    width: 80% !important;
  }
}

@media screen and (max-width: 980px) {
  .has-width-40 {
    width: 100% !important;
  }

  .price-inline h2 {
    font-size: 1.3em !important;
  }

  .image-box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-slider .carousel-indicators li {
    width: 30px;
  }

  .carousel-indicators {
    width: 100%;
  }

  .m-packages.is-flex {
    display: inline
  }

  .m-packages.is-flex .text-18 {
    font-size: 15px;
    line-height: 18px;
  }

  .benefits.container {
    padding: 20px;
  }

  .benefits .shadow-card {
    margin-right: 0px;
  }

  .has-width-50 {
    width: 100% !important;
  }

  .has-width-70 {
    width: 100% !important;
  }

  .main-slider .carousel.slide {
    height: auto;
  }

  .is-desktop {
    display: none !important;
  }

  .is-mobile {
    display: inline-block !important;
  }

  .gallery.desktop {
    display: none;
  }

  .gallery.mobile {
    display: block;
  }

  .slide-block .slide-content {
    padding: 0 20px;
    width: 100%;
  }

  .slide-block .slide-image {
    padding: 0 20px;
    width: 100%;
  }

  .slide-block .container {
    background: #fff;
    display: block;
    margin-bottom: 320px;
    padding-top: 20px;
    width: 100%;
  }

  .slide-block .container:after {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 0) 100%);
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    height: 117px;
    overflow: visible;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .slide-block.is-first {
    align-items: flex-start;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 884px;
  }

  .slide-block.is-second {
    align-items: flex-start;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 884px;
  }

  .slide-block.is-second .container {
    background: #000010;
  }

  .slide-block.is-second .container:after {
    background: rgb(0, 0, 16);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 16, 1) 19%, rgba(0, 0, 16, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 16, 1) 19%, rgba(0, 0, 16, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 16, 1) 19%, rgba(0, 0, 16, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000010", endColorstr="#000010", GradientType=1);
  }

  .slide-block.is-third {
    align-items: flex-start;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 884px;
  }

  .slide-block.is-fourth {
    align-items: flex-start;
    background-position-x: 85%;
    background-position-y: bottom;
    background-size: 884px;
  }

  .slide-block.is-fifth {
    background: #F5F5F6;
  }

  .slide-block.is-fifth .container {
    background: #F5F5F6;
    margin-bottom: 0px;
  }

  .slide-block.is-fifth .container:after {
    content: none;
  }

  .slide-block.is-fifth .container .slide-image {
    background: url(../images/slides/dish-latino-dvr-hopper-3-google-nest-bg-mobile-hello-dish-latino.jpg);
    background-size: cover;
    padding-bottom: 70px;
  }

  .slide-block.is-sixth {
    background: url(../images/dish-latino-pr-2023-discovery-apps.jpg) no-repeat;
    align-items: flex-start;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 100%;
  }

  .slide-block.is-sixth .container {
    background: #D2CED2;
  }

  .slide-block.is-sixth .container:after {
    margin-top: -2px;
    background: rgb(0, 0, 16);
    background: -moz-linear-gradient(180deg, rgba(210, 206, 210, 1) 19%, rgba(210, 206, 210, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(210, 206, 210, 1) 19%, rgba(210, 206, 210, 0) 100%);
    background: linear-gradient(180deg, rgba(210, 206, 210, 1) 19%, rgba(210, 206, 210, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000010", endColorstr="#000010", GradientType=1);
  }

  .slide-block.is-seventh {
    align-items: flex-start;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 884px;
  }

  .slide-block.is-eighth {
    align-items: flex-start;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 884px;
  }

  .slide-block.is-nineth {
    align-items: flex-start;
    background-position-x: 75%;
    background-position-y: bottom;
    background-size: 884px;
  }

  .slide-block.is-nineth .container {
    background: #000010;
  }

  .slide-block.is-nineth .container:after {
    background: rgb(0, 0, 16);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 16, 1) 19%, rgba(0, 0, 16, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 16, 1) 19%, rgba(0, 0, 16, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 16, 1) 19%, rgba(0, 0, 16, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000010", endColorstr="#000010", GradientType=1);
  }

  .shadow-cards-group {
    flex-wrap: wrap;
  }

  .shadow-card {
    width: 40%;
  }

  .shadow-card.latino {
    width: 40%;
  }

  .price-inline h2 {
    font-size: 2em !important;
  }
}

@media screen and (max-width: 500px) {
  .shadow-card {
    width: 100%;
  }

  .gallery .shadow-card {
    width: 70%;
  }
}

.inner-nav-col ul li a {
  font-size: 12px;
  line-height: 14px;
}

.inner-nav-col.inner-nav-col-1,
.inner-nav-col.inner-nav-col-2,
.inner-nav-col.inner-nav-col-3,
.inner-nav-col.inner-nav-col-4,
.inner-nav-col.inner-nav-col-5,
.inner-nav-col.inner-nav-col-6 {
  padding: 0;
}

.dish-nav .main-nav-title {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 0;
}

/* Media queries */
@media (max-width: 767px) {
  .inner-nav-col {
    width: auto;
    margin-left: 0;
  }

  .dish-nav .main-nav-title {
    width: auto;
  }
}

@media (min-width: 992px) {
  .dish-nav .right-section {
    margin-right: 0;
    max-width: 70% !important;
  }

  .nav-large-menu .nav-large-menu-inner {
    display: flex;
    justify-content: flex-end;
    width: 80%;
  }

  .navbar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
  }

  .navbar-nav ul a {
    display: block;
    padding: 0 10px;
    color: #171725;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
  }

  .navbar-nav ul a:hover {
    color: #E41932;
  }

  .navbar-nav ul li {
    display: block;
  }

  .navbar-nav li ul {
    background: lightgrey;
    display: none;
    position: absolute;
    top: 60px;
    list-style-type: none;
    padding: 15px;
    min-width: 150px;
  }

  /* Display Dropdowns on Hover */
  .navbar-nav li:hover>ul {
    display: block;
  }

  /* First Tier Dropdown */
  .navbar-nav ul li {
    float: none;
    display: list-item;
    padding: 5px 0;
    position: relative;
  }

  /* Second, Third and more Tiers	*/
  .navbar-nav ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
  }
}

.nav-large-menu .nav-large-menu-inner .inner-nav-col {
  display: flex;
  align-items: flex-start;
  padding: 0;
}

/*
.dropdown-menu.nav-large-menu.row {
  display: block !important;
}*/
