/* File: bc4AccordEspanol.css */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");

.aarp-c-header-lp,
.aarp-c-spanishAboutUs-lp,
.aarp-c-footer-lp {
  /* max-width: 1200px; */
  margin: 0 auto;
}
.aarp-c-bc4Espanol-heroContainer-lp {
  max-width: 1200px;
  margin: 60px auto 0;
  font-family: Lato, sans-serif;
}
.aarp-c-bc4Espanol-heroSection-lp {
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.aarp-c-bc4Espanol-heroSection-lp__left {
  position: relative;
  float: left;
}
.aarp-c-bc4Espanol-heroSection-lp__left-violator {
  position: absolute;
  z-index: 1;
}
.aarp-c-bc4Espanol-heroSection-lp__left-cardAARP,
.aarp-c-bc4Espanol-heroSection-lp__left-dotWhack {
  position: absolute;
}
.aarp-js-spanishAccordion-lp__accTab6{
display: none;
}
.aarp-c-bc4Espanol-heroSection-lp__right {
  float: right;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.aarp-c-bc4Espanol-heroSection-lp__noObligation {
  font-family: Lato, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #121212;
}
.aarp-c-bc4Espanol-heroSection-lp__joinNow {
  border-radius: 25.5px;
  background: #EC1300;
  color: #FFF;
  text-decoration: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.aarp-c-bc4Espanol-heroContainer-lp
  .aarp-c-bc4Espanol-heroSection-lp__joinNow:hover {
  color: #FFF;
  background: #AB2125;
}
.aarp-c-bc4Espanol-heroSection-lp__renewTxt {
  text-align: center;
  font-family: Lato, sans-serif;
}
.aarp-c-bc4Espanol-heroSection-lp__renew {
  color: #2172BF;
  text-decoration: none;
  font-weight: 700;
}
.aarp-c-bc4Espanol-heroContainer-lp
  .aarp-c-bc4Espanol-heroSection-lp__renew:hover {
    color: #486784;
    text-decoration: underline;
}

.aarp-c-bc4Espanol-heroContainer-lp
.aarp-c-bc4Espanol-heroSection-lp__renew:hover::after {
  border: solid #486784;
   
  border-width: 0 2px 2px 0;
}



.aarp-c-bc4Espanol-blueBanner-lp {
  background: #121212;
  color: #FFF;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.aarp-c-bc4Espanol-blueBanner-lp__one,
.aarp-c-bc4Espanol-blueBanner-lp__two,
.aarp-c-bc4Espanol-blueBanner-lp__three {
  width: 34%;
  margin: 0;
  position: relative;
}
.aarp-c-bc4Espanol-blueBanner-lp__one {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aarp-c-bc4Espanol-blueBanner-lp__one::before,
.aarp-c-bc4Espanol-blueBanner-lp__two::before {
  content: "";
  width: 2px;
  background: #B1E7FF;
  position: absolute;
}
.aarp-c-bc4Espanol-blueBanner-lp__two {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aarp-c-bc4Espanol-blueBanner-lp__two-secMembership,
.aarp-c-bc4Espanol-blueBanner-lp__two-household {
  font-weight: 700;
}
.aarp-c-bc4Espanol-blueBanner-lp__two-hundredsOf {
  font-weight: 900;
}
.aarp-c-bc4Espanol-blueBanner-lp__three-magazineWhack,
.aarp-c-bc4Espanol-blueBanner-lp__three-magazineStack {
  position: absolute;
}
.aarp-c-bc4Espanol-heroSection-lp__right-sliderWrapper {
  overflow: hidden;
  position: relative;
}
.aarp-c-bc4Espanol-heroSection-lp__right-slider {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: 10000px;
}
.aarp-c-bc4Espanol-heroSection-lp__right-slider-shifting {
  transition: left 0.5s ease-out;
}
.aarp-c-bc4Espanol-heroSection-lp__logos-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.aarp-c-bc4Espanol-heroSection-lp__logos-li {
  list-style-type: none;
  line-height: 0;
}
.aarp-c-bc4Espanol-heroSection-lp__img {
    display: block;
  }

  .aarp-c-bc4Espanol-heroContainer-lp
  .aarp-c-bc4Espanol-heroSection-lp__renew::after {
    content: '';
    border: solid #2172BF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #2172BF;
    top: -1px;
    left: 2px;
    position: relative;
  }

  .aarp-c-bc4Espanol-blueBanner-lp-wrapper{
    width: 100%;
    background: #121212;
  }
  .aarp-c-bc4Espanol-wrapper{
    width: 100%;
    background: #F5F5F5;
  }

@media screen and (max-width: 767px) {
  .aarp-c-bc4Espanol-heroSection-lp\@mobile {
    padding-bottom: 30px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left\@mobile,
  .aarp-c-bc4Espanol-heroSection-lp__right\@mobile {
    width: 100%;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left\@mobile {
    height: 72.8vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left-violator\@mobile {
    width: 69.93vw;
    left: 5.75vw;
    top: 3vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left-cardAARP\@mobile {
    width: 75vw;
    left: 13.125vw;
    top: 20.3125vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left-dotWhack\@mobile {
    width: 20vw;
    top: 26.875vw;
    right: 8vw;
    transform: rotate(35deg);
  }
  .aarp-c-bc4Espanol-heroSection-lp__right-sliderWrapper\@mobile {
    padding: 15px 0;
    width: 91vw;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
  }
  .aarp-c-bc4Espanol-heroSection-lp__right-slider,
  .aarp-c-bc4Espanol-heroSection-lp__logo-images {
    width: 91vw;
    height: auto;
  }
  .aarp-c-bc4Espanol-heroSection-lp__noObligation\@mobile {
    font-size: 18px;
    line-height: 22px;
    width: 240px;
    margin: 30px auto 10px;
    font-weight: 600;
  }
  .aarp-c-bc4Espanol-heroSection-lp__joinNow\@mobile {
    font-size: 16px;
    line-height: 24px;
    width: 172px;
    height: 52px;
   padding: 0px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__renewTxt\@mobile {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0 0;
    font-family: Lato;
    text-align: center;
  }
  .aarp-c-bc4Espanol-blueBanner-lp\@mobile {
    height: 402px;
    padding-top: 20px;
    padding-bottom: 10px;
    flex-direction: column;
    box-sizing: unset;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__one\@mobile,
  .aarp-c-bc4Espanol-blueBanner-lp__two\@mobile,
  .aarp-c-bc4Espanol-blueBanner-lp__three\@mobile {
    width: 320px;
    margin: 0 auto;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__one\@mobile {
    padding-bottom: 26px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__one\@mobile::before {
    height: 287px;
    transform: rotate(90deg);
    right: 160px;
    top: -5px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__one-dblCard\@mobile {
    width: 200px;
    height: 100%;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__two\@mobile::before {
    right: 160px;
    transform: rotate(90deg);
    top: -15px;
    height: 287px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__two-secMembership\@mobile {
    font-size: 16px;
    line-height: 19px;
    margin-top: 24px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__two-hundredsOf\@mobile {
    font-size: 33px;
    line-height: 40px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__two-household\@mobile {
    font-size: 15px;
    line-height: 18px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__three\@mobile {
    text-align: center;
    top: 25px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__three-magazineWhack\@mobile {
    width: 112px;
    height: auto;
    left: 50px;
    bottom: -132px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__three-magazineStack\@mobile {
    width: 121px;
    right: 40px;
    bottom: -141px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__img\@mobile {
    width: 100%;
    max-width: 28.342vw;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .aarp-c-bc4Espanol-heroSection-lp\@tablet {
    padding: 2.5vw 0 4vw 5vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left\@tablet {
    width: 49.667vw;
    height: 27.333vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left-violator\@tablet {
    width: 32.5vw;
    left: -1.333vw;
    top: 1.333vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left-cardAARP\@tablet {
    width: 36.667vw;
    top: 9vw;
    left: 6.25vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left-dotWhack\@tablet {
    width: 8.333vw;
    bottom: -1.5vw;
    left: 2.5vw;
    top: 22.5vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__right\@tablet {
    width: 44.583vw;
    padding-top: 4.5vw;
    position: relative;
    right: 0.417vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__right-sliderWrapper\@tablet {
    margin-bottom: 2.417vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__right-sliderWrapper\@tablet,
  .aarp-c-bc4Espanol-heroSection-lp__right-slider\@tablet,
  .aarp-c-bc4Espanol-heroSection-lp__logo-images\@tablet {
    width: 40vw;
    height: 21.667vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__right-btnSection\@tablet {
    padding-top: 2.417vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__joinButton\@tablet {
    /* width: 32.083vw; */
    margin: 0 auto;
  }
  .aarp-c-bc4Espanol-heroSection-lp__noObligation\@tablet {
    font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1200 - 768)));
    margin: 0 0 1.25vw;
    line-height: 1.58vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__joinNow\@tablet {
    font-size: 16px;
    line-height: 24px;
    width: 152px;
    height: 40px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__renewTxt\@tablet {
    font-size: calc(10px + (15 - 10) * ((100vw - 768px) / (1200 - 768)));
    margin-top: 1.167vw;
    line-height: 1.250vw;
  }
  .aarp-c-bc4Espanol-blueBanner-lp\@tablet {
    height: 10.667vw;
    padding: 0;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__one\@tablet {
    padding: 1.333vw 0;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__one\@tablet::before,
  .aarp-c-bc4Espanol-blueBanner-lp__two\@tablet::before {
    height: 6.667vw;
    right: 0.917vw;
    top: 2vw;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__one-dblCard\@tablet {
    width: 20vw;
    height: auto;
    margin-top: -2.5vw;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__two-secMembership\@tablet {
    font-size: calc(14px + (22 - 14) * ((100vw - 768px) / (1200 - 768)));
    line-height: 1.583vw;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__two-hundredsOf\@tablet {
    font-size: calc(22px + (34 - 22) * ((100vw - 768px) / (1200 - 768)));
    line-height: 3.417vw;
    padding: 0.417vw 0;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__two-household\@tablet {
    font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1200 - 768)));
    line-height: 1.583vw;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__three-magazineWhack\@tablet {
    width: 9.333vw;
    bottom: 0.667vw;
    right: 0;
    left: 6.333vw;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__three-magazineStack\@tablet {
    bottom: -0.833vw;
    right: 6.667vw;
    height: auto;
    width: 12.333vw;
  }
  .aarp-c-bc4Espanol-heroSection-lp__img\@tablet {
    width: 12.17vw;
    margin-bottom: 0.417vw;
  }
 
  .aarp-c-bc4Espanol-heroSection-lp__renew::after{
    padding: 2px;

  }

}

@media screen and (min-width: 1200px) {
  .aarp-c-bc4Espanol-heroSection-lp {
    padding: 30px 0 48px 60px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left {
    width: 596px;
    height: 328px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left-violator {
    width: 390px;
    left: -16px;
    top: 16px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left-cardAARP {
    width: 440px;
    top: 108px;
    left: 75px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__left-dotWhack {
    width: 100px;
    bottom: -18px;
    left: 30px;
    top: 270px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__right {
    width: 535px;
    padding-top: 54px;
    position: relative;
    right: 5px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__right-sliderWrapper {
    margin-bottom: 29px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__right-sliderWrapper,
  .aarp-c-bc4Espanol-heroSection-lp__right-slider,
  .aarp-c-bc4Espanol-heroSection-lp__logo-images {
    width: 480px;
    height: 260px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__right-btnSection {
    padding-top: 16px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__joinButton {
    /* width: 325px; */
    margin: 0 auto;
  }
  .aarp-c-bc4Espanol-heroSection-lp__noObligation {
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 22px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__joinNow {
    font-size: 16px;
    line-height: 24px;
    width: 172px;
    height: 52px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__renewTxt {
    font-size: 15px;
    margin-top: 14px;
    line-height: 18px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp {
    height: 128px;
    padding: 0;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__one {
    padding: 16px 0;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__one::before,
  .aarp-c-bc4Espanol-blueBanner-lp__two::before {
    height: 80px;
    right: 11px;
    top: 24px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__one-dblCard {
    width: 240px;
    height: auto;
    margin-top: -30px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__two-secMembership {
    font-size: 22px;
    line-height: 19px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__two-hundredsOf {
    font-size: 34px;
    line-height: 41px;
    padding: 5px 0;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__two-household {
    font-size: 16px;
    line-height: 19px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__three-magazineWhack {
    width: 112px;
    bottom: 8px;
    right: 0;
    left: 76px;
  }
  .aarp-c-bc4Espanol-blueBanner-lp__three-magazineStack {
    bottom: -10px;
    right: 80px;
    height: auto;
    width: 148px;
  }
  .aarp-c-bc4Espanol-heroSection-lp__img {
    width: 152px;
    margin-bottom: 5px;
  }


  .aarp-c-bc4Espanol-heroSection-lp__renew::after{
    padding: 3px;

  }
}
