main img {
  width: 100%;
  display: block;
}

main section {
  padding: 40px 0;
}

main p {
  margin: 0;
  font-size: 16px;
  color: #333333;
}

main h2,
main h3,
main h4 {
  margin: 0;
  font-weight: 600;
}

main section {
  padding: 40px 0
}

.hero {
  padding: 0
}

.intro_ebook h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
}

.intro_ebook h3 span {
  padding: 8px 16px;
  background: #42E8B4
}

.intro_ebook h2 {
  margin: 24px 0;
  font-size: 56px;
  color: #333333
}

@media(max-width: 768px) {
  .intro_ebook h2 {
    font-size: 35px
  }
}

.intro_ebook .sub_title {
  font-size: 18px;
  color: #333333
}

.intro_ebook .list {
  list-style: none;
  margin: 24px 0;
  padding: 0
}

.intro_ebook .list li {
  padding: 8px 0 8px 32px;
  position: relative;
}

.intro_ebook .list li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url('https://enteldigital.pages.dev/estudio-inteligencia-artificial-chile/images/check_bullet.svg')
}

.intro_ebook .list li h4 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #005cff
}

.intro_ebook .list li p {
  font-size: 18px;
  color: #333333
}

.reasons {
  margin-bottom: 40px;
}

.reasons h2 {
  text-align: center;
  font-size: 35px;
  color: #005cff
}

.reasons .item {
  height: 100%;
  padding: 16px;
  border: 1px solid #cccccc;
  border-radius: 16px
}

.reasons .item h4 {
  margin-bottom: 8px;
  font-size: 20px;
  text-align: center;
  color: #005CFF;
}

.reasons .item p {
  font-size: 16px;
  text-align: center;
  color: #333333
}


.form .title_section h2 {
  font-size: 35px;
  color: #005CFF;
  text-align: center
}

.form .title_section p {
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: 600
}

.modal_container {
  padding: 0;
  background: #ECECEC
}

/* Estilos para el carrusel de imágenes del ebook */
.ebook_gallery_container {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ebook_gallery {
    position: relative;
}

.ebook_gallery .gallery_slide {
    outline: none;
    padding: 10px;
}

.ebook_gallery .gallery_slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.ebook_gallery .gallery_slide img:hover {
    transform: scale(1.02);
}

/* Estilos para los controles de slick */
.ebook_gallery .slick-prev,
.ebook_gallery .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #005CFF !important;
    border: none !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    color: white !important;
    font-size: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none !important;
    box-shadow: 0 2px 8px rgba(0, 92, 255, 0.3) !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.ebook_gallery .slick-prev:hover,
.ebook_gallery .slick-next:hover {
    background: #0047cc !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 92, 255, 0.5) !important;
}

.ebook_gallery .slick-prev:focus,
.ebook_gallery .slick-next:focus {
    background: #005CFF !important;
    outline: none !important;
}

.ebook_gallery .slick-prev {
    left: -20px;
}

.ebook_gallery .slick-next {
    right: -20px;
}

.ebook_gallery .slick-prev:before,
.ebook_gallery .slick-next:before {
    content: '' !important;
    display: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    opacity: 0 !important;
}

.ebook_gallery .slick-prev:after {
    content: '‹' !important;
    font-size: 20px !important;
    line-height: 1 !important;
    color: white !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block !important;
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
}

.ebook_gallery .slick-next:after {
    content: '›' !important;
    font-size: 20px !important;
    line-height: 1 !important;
    color: white !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block !important;
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
}

/* Puntos indicadores */
.ebook_gallery .slick-dots {
    bottom: -50px;
    text-align: center;
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}

.ebook_gallery .slick-dots li {
    display: inline-block !important;
    margin: 0 5px !important;
}

.ebook_gallery .slick-dots li button {
    background: #ccc !important;
    border: none !important;
    border-radius: 50% !important;
    width: 12px !important;
    height: 12px !important;
    padding: 0 !important;
    cursor: pointer !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    transition: all 0.3s ease !important;
}

.ebook_gallery .slick-dots li button:before {
    display: none !important;
}

.ebook_gallery .slick-dots li.slick-active button {
    background: #005CFF !important;
    transform: scale(1.2);
}

.ebook_gallery .slick-dots li button:hover {
    background: #005CFF !important;
}

/* Responsive */
@media (max-width: 768px) {
    .ebook_gallery_container {
        padding: 15px;
        margin-top: 30px;
    }
    
    .ebook_gallery .slick-prev,
    .ebook_gallery .slick-next {
        width: 35px !important;
        height: 35px !important;
        font-size: 0 !important;
        text-indent: -9999px !important;
        overflow: hidden !important;
    }
    
    .ebook_gallery .slick-prev {
        left: -15px;
    }
    
    .ebook_gallery .slick-next {
        right: -15px;
    }
    
    .ebook_gallery .slick-prev:after,
    .ebook_gallery .slick-next:after {
        font-size: 18px !important;
        text-indent: 0 !important;
        display: block !important;
    }
    
    .ebook_gallery .slick-dots {
        margin: 15px 0 0 0 !important;
    }
    
    .ebook_gallery .slick-dots li button {
        width: 10px !important;
        height: 10px !important;
    }
}




