@charset "UTF-8";
/* ------ Newsletter ACDelco Header ------ */
header {
  background-color: #FFFFFF;
  color: #3c3c3c;
  width: 100vw;
  padding: 2rem 3rem;
  position: fixed;
  top: 0;
  z-index: 1000;
}
header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
header .header-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2%;
}
header .header-row .header-title {
  font-weight: bold;
  color: #000000;
  margin: 0;
  font-size: 2.5rem;
}
header .header-row a img {
  width: 160px;
  height: auto;
}
@media (max-width: 768px) {
  header {
    padding: 10px 1rem;
  }
  header .header-row {
    gap: 0.5rem;
  }
  header .header-row .header-title {
    font-size: 1.8rem;
  }
  header .header-row a img {
    width: 120px;
  }
}

/* ------ ----------------------------- ------ */
/* ------ Newsletter ACDelco MasterHead  ------ */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

.masthead {
  width: 100%;
}

/* -------- Newsletter ACDelco  -------- */
/* ------ Title ------ */
.note.title {
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.note.title h2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.note.title p {
  color: #000000;
  font-weight: normal;
  margin: 0;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .note.title {
    padding: 0;
  }
  .note.title h2 {
    font-size: 1.2rem;
  }
  .note.title p {
    font-size: 1.2rem;
  }
}

/* ------ Body ------ */
.note.body {
  margin: 0;
  padding: 0;
}
.note.body .row.body {
  padding: 2% 2%;
}
.note.body .row.body p {
  color: #000000;
  font-weight: normal;
  margin-bottom: 2%;
  font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .note.body .row.body {
    padding: 10px;
  }
  .note.body .row.body p {
    font-size: 1rem;
  }
}

.info-bar {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: -0.2rem;
  align-items: center;
  font-size: 1.6rem;
  color: #333;
  background-color: #D9D9D6;
  padding: 3%;
}
.info-bar .info-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.info-bar .info-item img {
  width: 16px;
  height: 16px;
}
.info-bar .info-item span {
  display: inline-block;
}
.info-bar .divider {
  margin: 0 0.7rem;
  color: #999;
}
@media (max-width: 600px) {
  .info-bar {
    font-size: 1rem;
    margin: 0;
    padding-top: 6%;
  }
}

/* ------ Bullet ------ */
/* Bullet texto  */
.note.bullet {
  padding: 1rem 0;
}
.note.bullet .bullet-container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  /* Bullet tag-left  */
}
.note.bullet .bullet-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.note.bullet .bullet-container .header .title {
  font-weight: bold;
  font-size: 1.9rem;
}
.note.bullet .bullet-container .tag {
  background-color: #0072CE;
  color: #FFFFFF;
  padding: 1rem 1.3rem;
  font-weight: bold;
  font-size: 2.1rem;
  border-radius: 4px;
  min-width: 290px;
  text-align: center;
  margin-bottom: 1rem;
  display: inline-block;
}
@media (max-width: 600px) {
  .note.bullet .bullet-container .tag {
    font-size: 1rem;
  }
}
.note.bullet .bullet-container .note.bullet.tag-left .bullet-container {
  padding: 1rem 0;
}
.note.bullet .bullet-container .note.bullet.tag-left .bullet-container .header {
  display: none;
}
.note.bullet .bullet-container-center {
  max-width: 250px;
  margin: 0 auto;
  padding: 0;
  /* Bullet tag-left  */
}
.note.bullet .bullet-container-center .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.note.bullet .bullet-container-center .header .title {
  font-weight: bold;
  font-size: 1.9rem;
}
.note.bullet .bullet-container-center .tag {
  background-color: #0072CE;
  color: #FFFFFF;
  padding: 1rem 1.3rem;
  font-weight: bold;
  font-size: 2.1rem;
  border-radius: 4px;
  min-width: 290px;
  text-align: center;
  margin-bottom: 1rem;
  display: inline-block;
}
@media (max-width: 600px) {
  .note.bullet .bullet-container-center .tag {
    font-size: 1rem;
  }
}
.note.bullet .bullet-container-center .note.bullet.tag-left .bullet-container {
  padding: 1rem 0;
}
.note.bullet .bullet-container-center .note.bullet.tag-left .bullet-container .header {
  display: none;
}
.note.bullet .bullet-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.5rem;
}
.note.bullet .bullet-list li {
  margin-bottom: 0.8rem;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
}
.note.bullet .bullet-list li .arrow {
  color: #0072CE;
  font-weight: bold;
  margin-right: 0.5rem;
}
@media (max-width: 600px) {
  .note.bullet .bullet-list li {
    font-size: 1rem;
  }
}
.note.bullet .bullet-text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: justify;
}
@media (max-width: 600px) {
  .note.bullet .bullet-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    flex-direction: column;
  }
  .note.bullet .bullet-container .header .tag {
    order: 1;
    display: block;
    font-size: 1rem !important;
    min-width: auto !important;
    max-width: 200px;
    padding: 0.4rem 0.8rem !important;
    line-height: 1.2;
    white-space: normal;
    width: 60%;
  }
  .note.bullet .bullet-container .header .title {
    order: 2;
    display: block;
    font-size: 1rem;
    margin-top: 0 !important;
  }
  .note.bullet .bullet-container .header .bullet-list li {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  .note.bullet.tag-left .bullet-container .bullet-text {
    font-size: 1rem !important;
  }
}
/* Bullet imagen  */
.note.bullet.bullet--with-image .bullet-container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  max-width: 950px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.note.bullet.bullet--with-image .bullet-container .left-wrapper {
  flex: 1 1 60%;
  min-width: 300px;
}
.note.bullet.bullet--with-image .bullet-container .left-wrapper .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.note.bullet.bullet--with-image .bullet-container .left-wrapper .bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  font-size: 1.5rem;
}
.note.bullet.bullet--with-image .bullet-container .left-wrapper .bullet-list li {
  margin-bottom: 0.8rem;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
}
.note.bullet.bullet--with-image .bullet-container .left-wrapper .bullet-list li .arrow {
  color: #0072CE;
  margin-right: 0.5rem;
  font-weight: bold;
  display: inline-block;
}
.note.bullet.bullet--with-image .bullet-container .left-wrapper .bullet-list li .arrow img.bullet-icon-image {
  width: 20px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .note.bullet.bullet--with-image .bullet-container .left-wrapper .bullet-list li {
    font-size: 1rem;
  }
}
.note.bullet.bullet--with-image .bullet-container .left-wrapper .bullet-list .text-content b {
  font-weight: bold;
  display: block;
  margin-bottom: 0.2rem;
  text-align: left;
}
.note.bullet.bullet--with-image .bullet-container .left-wrapper .bullet-list .text-content p {
  margin: 0;
  line-height: 1.4;
  text-align: left;
}
.note.bullet.bullet--with-image .bullet-container .product-image {
  flex: 1 1 30%;
  min-width: 250px;
  text-align: center;
  width: 50%;
}
.note.bullet.bullet--with-image .bullet-container .product-image .tag {
  background-color: #0072CE;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.note.bullet.bullet--with-image .bullet-container .product-image .tag .product-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
}
.note.bullet.bullet--with-image .bullet-container .product-image .tag img {
  width: 100%;
  height: auto;
  max-width: 280px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .note.bullet.bullet--with-image .bullet-container {
    font-size: 1rem;
  }
  .note.bullet.bullet--with-image .bullet-container .left-wrapper {
    margin: 0;
  }
  .note.bullet.bullet--with-image .bullet-container .left-wrapper .title {
    text-align: left;
    font-size: 1rem;
  }
  .note.bullet.bullet--with-image .bullet-container .product-image {
    order: 1;
    text-align: center;
    align-items: center;
    min-width: 0;
  }
  .note.bullet.bullet--with-image .bullet-container .product-image .tag {
    padding: 1rem;
    text-align: center;
    align-items: center;
  }
  .note.bullet.bullet--with-image .bullet-container .product-image .tag .product-title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .note.bullet.bullet--with-image .bullet-container .product-image .tag img {
    max-width: 90%;
  }
  .note.bullet.bullet--with-image .bullet-container a {
    order: 2;
    text-align: center;
    margin-top: 0;
  }
  .note.bullet.bullet--with-image .bullet-container a img {
    width: 66%;
    height: auto;
  }
}

/* ------ Body imagenes ------ */
.note.img {
  margin: 0;
  padding: 0;
}
.note.img .row.img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.note.img .row.img img {
  width: 100%;
}

/* ------ Body Carrusel ------ */
.note.carrusel {
  margin: 2rem 0;
}
.note.carrusel .row.carrusel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.note.carrusel .row.carrusel .main-content {
  width: 100%;
  padding: 0;
  position: relative;
}
.note.carrusel .row.carrusel .main-content .owl-carousel .item {
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
}
.note.carrusel .row.carrusel .main-content .owl-carousel .item .note img.ACDelco {
  width: 39%;
  display: block;
  margin: 0 auto;
  transition: transform 0.5s ease-in-out;
}
.note.carrusel .row.carrusel .main-content .owl-carousel .item .note img.Alto {
  width: 45%;
  display: block;
  margin: 0 auto;
  transition: transform 0.5s ease-in-out;
}
.note.carrusel .row.carrusel .main-content .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 1rem;
}
.note.carrusel .row.carrusel .main-content .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.note.carrusel .row.carrusel .main-content .owl-carousel .owl-dots .owl-dot span {
  border: solid 1px #FFFFFF;
  width: 20px;
  height: 20px;
  display: block;
  /*border-radius: 50%;*/
  margin: 0.5rem;
  background-color: #0072CE;
  transition: background-color 0.5s ease;
}
.note.carrusel .row.carrusel .main-content .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #EA0029;
}
@media (max-width: 600px) {
  .note.carrusel .row.carrusel .main-content .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
}
.note.carrusel .row.carrusel .main-content .carousel-nav {
  position: absolute;
  top: -25px;
  height: 100%;
  width: 7.5%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(54, 54, 54, 0.4);
  border-radius: 5px;
}
.note.carrusel .row.carrusel .main-content .carousel-nav .arrow {
  font-size: 2.5rem;
  color: #0072CE;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.note.carrusel .row.carrusel .main-content .carousel-nav.left {
  left: 0;
}
.note.carrusel .row.carrusel .main-content .carousel-nav.right {
  right: 0;
}
.note.carrusel .row.carrusel .main-content:hover .carousel-nav {
  opacity: 1;
}

/* ------Body tagline ------ */
.note.tagline {
  margin: 0;
  padding: 0;
  text-align: center;
}
.note.tagline .row.tagline {
  margin: 5% 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.note.tagline .row.tagline p {
  margin: 0;
  color: #0072CE;
  font-size: 2.4rem;
}
.note.tagline .row.tagline p a {
  color: #0072CE;
  font-size: 1.4rem;
  text-decoration: none;
}
.note.tagline .row.tagline p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .note.tagline .row.tagline p {
    font-size: 1.2rem;
    margin: 10% 0;
  }
}

/* Contenedor <a> como bloque y centrado */
a img.img-link {
  display: block;
  margin: 5% auto; /* centrado horizontal */
  max-width: 100%;
  width: 35%;
  height: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Efecto al hacer clic (opcional) */
a img.img-link:active {
  transform: scale(0.95);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Responsive para móviles */
@media only screen and (max-width: 600px) {
  a img.img-link {
    width: 60%;
  }
}
/* ------ Newsletter ACDelco Footer ------ */
.acdelco-footer {
  background-color: #D9D9D6;
  padding: 2rem 1rem;
  text-align: center;
}
.acdelco-footer .social-links {
  margin-bottom: 1rem;
}
.acdelco-footer .social-links ul {
  list-style: none;
  padding: 0;
}
.acdelco-footer .social-links ul li {
  display: inline-block;
  margin: 0 0.5rem;
}
.acdelco-footer .social-links ul li img {
  width: 69;
  transition: 500ms ease;
}
.acdelco-footer .social-links ul li img:hover {
  filter: brightness(50%);
}
@media only screen and (max-width: 600px) {
  .acdelco-footer .social-links ul li img {
    width: 40px;
  }
}
.acdelco-footer .footer-link a {
  color: #0072CE;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
}
.acdelco-footer .footer-link a:hover {
  text-decoration: underline;
}

.collapsible-body ul {
  width: 90%;
  margin: auto;
  list-style: circle;
  font-size: 1.2em;
  color: white;
}

.down {
  width: 50px;
  margin: 3rem auto;
}
@media only screen and (max-width: 600px) {
  .down {
    width: 60px;
  }
}

.acdelco-carousel-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.acdelco-carousel-container .acdelco-carousel {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide {
  position: absolute;
  width: 13rem;
  height: 100%;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s ease;
  z-index: 1;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide--active {
  opacity: 1;
  transform: scale(1);
  z-index: 3;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide--left {
  opacity: 1;
  transform: translateX(-120%) scale(0.9);
  z-index: 2;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide--right {
  opacity: 1;
  transform: translateX(120%) scale(0.9);
  z-index: 2;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide .acdelco-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  text-align: center;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide .acdelco-text h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide .acdelco-text p {
  margin: 0.5rem 0 0;
  font-size: 1rem;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide:hover .acdelco-text {
  opacity: 1;
  pointer-events: auto;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide__text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  text-align: left;
  z-index: 5;
  animation: fadeInText 0.6s ease-out;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide__text h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-slide__text p {
  margin: 0.5rem 0 0;
  font-size: 1rem;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 4;
  border-radius: 50%;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-btn--left {
  left: 10px;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-btn--right {
  right: 10px;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-btn:hover {
  background-color: #0072CE;
}
.acdelco-carousel-container .acdelco-carousel .acdelco-btn:focus {
  background-color: #EA0029;
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* imagenes recuadros*/
.imgcuadro .img {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.imgcuadro .img img {
  width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #0074d9;
  border-radius: 8px;
}

.imgcuadro .img img:hover {
  transform: scale(1.07);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-color: #0074d9;
}/*# sourceMappingURL=acdelco.css.map */