.cms-article .cms-text .promo-marisco img {
  margin: 0;
}
.promo-header-container {
  position: relative;
  margin-top: 30px;
  background: url(../img/promo-marisco/bg.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-left: 20px;
  padding-right: 35px;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}
.promo-header-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.promo-card-wrap {
  position: absolute;
  top: 21px;
  right: 26px;
  max-width: 12%;
}
.promo-card {
  width: 143px;
  height: auto;
}
.promo-header-1 {
  margin-top: 109px;
}
.promo-header-2-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.promo-header-21 {
  margin-top: 54px;
}
.promo-header-22 {
  margin-top: 16px;
  margin-left: -12px;
}
.promo-header-23 {
  margin-top: 45px;
}
.promo-header-2-bottom {
  text-align: center;
}
.promo-header-2-bottom img {
  display: inline-block;
}
.promo-header-3 {
  position: relative;
  margin-top: 170px;
}
.promo-vales {
  position: absolute;
  top: 100%;
  right: -36px;
  width: 307px;
  height: auto;
  max-width: 198%!important;
}
.cms-article .cms-text .promo-text-containeter {
  text-align: center;
  max-width: 650px;
  margin: auto;
}
.cms-article .cms-text .promo-text-containeter p {
  font-size: 29px;
  line-height: 1.3;
  color: #013766;
  text-align: center;
}
.cms-article .cms-text .promo-text-containeter p strong {
  font-family: 'SourceSansProBold';
  white-space: nowrap;
}
.promo-more {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-family: 'SourceSansProBold';
  font-size: 2.6em;
  background: #013766;
  line-height: 30px;
  padding: 14px 41px;
  margin-top: 20px;
  text-decoration: none;
}
.promo-more:hover {
  background-color: #0d69be;
}
@media (max-width: 1023px) {
  .promo-header-container {
    background-size: auto 90%;
  }
  .promo-header-top {
    flex-wrap: wrap;
  }
  .promo-header-1 {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .promo-header-1 img {
    display: inline-block;
  }
  .promo-header-2 {
    max-width: 77%;
  }
  .promo-header-3 {
    max-width: 22.5%;
  }
  .cms-article .cms-text .promo-text-containeter p {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .promo-header-container {
    background: url(../img/promo-marisco/bg-mobile.jpg) center top no-repeat;
    background-size: 100% auto;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .promo-card-wrap {
    position: relative;
    top: auto;
    right: auto;
    max-width: 23%;
    margin-left: auto;
    margin-top: 14px;
  }
  .promo-header-1 {
    margin-top: 20px;
  }
  .promo-header-2 {
    max-width: 100%;
    width: 100%;
  }
  .promo-header-3 {
    position: relative;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .promo-vales-1 {
    width: 40%!important;
  }
  .promo-vales {
    position: relative;
    top: auto;
    right: auto;
    width: 60%!important;
    height: auto;
    max-width: 100%!important;
  }
  .cms-article .cms-text .promo-text-containeter {
    margin-top: 30px;
  }
  .cms-article .cms-text .promo-text-containeter p {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .promo-header-container {
    background-size: 108% auto;
  }
  .promo-header-21 {
    margin-top: 84px;
  }
  .promo-header-22 {
    margin-top: 16px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .promo-header-23 {
    margin-top: 85px;
  }
  .promo-header-2-bottom {
    margin-top: 20px;
  }
}
.promo-slide {
  margin-top: 20px;
  padding-bottom: 60px;
}
.promo-slide.unloaded {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.promo-slide-div {
  padding: 0 2px;
}
.promo-slide-btn {
  display: block;
  max-width: 100%;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.promo-slide-btn:hover,
.promo-slide-btn:focus {
  outline: none;
}
.promo-slide-img {
  max-width: 100%;
  height: auto;
}
.promo-slide-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
  cursor: pointer;
  transition: all 0.25s ease-out;
  font-size: 46px;
  color: #013766;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.promo-slide-button.prev {
  left: 50%;
  margin-left: -50px;
}
.promo-slide-button.prev::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #707070;
  position: absolute;
  top: 15px;
  left: 49px;
}
.promo-slide-button.next {
  right: 50%;
  margin-right: -50px;
}
.promo-slide-button:hover,
.promo-slide-button:focus {
  outline: none;
}
.cms-article .cms-text .promo-notes-2 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.cms-article .cms-text .promo-notes-2 p {
  font-size: 16px;
  line-height: 1.25;
  color: #013766;
  margin: 0;
}
