/*new menu css*/
.timeline {
     position: relative;
     margin: 40px 0;
    /* Reducido el margen vertical para móvil */
}
 .timeline-line {
     position: absolute;
     left: 20px;
     top: 0;
     bottom: 0;
     width: 2px;
     background-color: #e0e0e0;
     background: linear-gradient(45deg, transparent, black, transparent);
     transform: translateX(-50%);
}
 .timeline-item {
     display: flex;
     flex-direction: column;
    /* Apilamos los elementos en móvil */
     margin-bottom: 60px;
    /* Reducido el margen inferior para móvil */
     position: relative;
}
 .timeline-number {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background-color: #e0e0e0;
     color: transparent;
     border: 1px solid #e0e0e0;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 500;
     z-index: 2;
     margin-right: 60px;
    /* Reducido el margen derecho para móvil */
     flex-shrink: 0;
     transform: unset;
     margin-left:10px;
    /* Eliminamos la transformación para móvil */
}
 .timeline-content {
     flex: 1;
     margin-left: 60px;
    /* Añadimos margen izquierdo para alinear con la línea */
     margin-top: -40px;
    /* Ajustamos el margen superior para superponerse */
     padding-top: 10px;
}
 .timeline-content h2 {
     font-size: 28px;
    /* Reducido el tamaño de la fuente para móvil */
     margin-bottom: 10px;
    /* Reducido el margen inferior para móvil */
     color: #333;
    
    
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 36px;
}
 .timeline-content p {
    color: #444 !important;
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 100%;
    line-height: 20px;
}
 .timeline-image {
     width: calc(100% - 60px);
    /* Ocupa el ancho restante */
     height: 180px;
    /* Reducida la altura para móvil */
     background-color: #f5f5f5;
     border-radius: 8px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-left: 60px;
    /* Alineado con el contenido */
     margin-top: 20px;
    /* Añadido margen superior */
     flex-shrink: 0;
}
 .timeline-image img {
     max-width: 100%;
    /* La imagen se ajusta al contenedor */
     max-height: 100%;
}
/* Estilos para desktop (a partir de 769px de ancho) */
 @media (min-width: 769px) {
    
     .timeline {
         margin: 60px 0;
    }
     .timeline-line {
         left: 40px;
         transform: translateX(-50%);
    }
     .timeline-item {
         flex-direction: row;
        /* Volvemos a la disposición horizontal en desktop */
         margin-bottom: 80px;
    }
     .timeline-number {
    margin-right: 60px;
    width: 20px;
    height: 20px;
    transform: translateX(30px);
    color: transparent;
    background: #e0e0e0;
    margin-left: 0;
}
     .timeline-content {
         margin-left: 0;
        /* Removemos el margen izquierdo */
         margin-top: 0;
        /* Removemos el margen superior */
         padding-top: 0;
    }
     .timeline-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 36px;
}
     .timeline-content p {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 500px;
    font-weight: 400;
    color: #444 !important;
    line-height: 26px;
}
     .timeline-image {
         width: 300px;
         height: 200px;
         margin-left: 40px;
         margin-top: 0;
        /* Removemos el margen superior */
    }
     .timeline-image img {
         max-width: 120px;
         max-height: 120px;
    }


}

.scrolling-element.right.center.scrolling-element-full {
    width: 85%;
}
.four_block.four_block_img p {
    font-size: 15px;
    line-height: 22px;
}
.four_block.four_block_img {
    padding: 20px;
}
.four_block.four_block_img img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
h2.big-title.primary-font-title.no-margins.smallfont {
    font-size: 100px;
    line-height: 100px;
}
.right_section_block.right_section_block_menu h2.primary-font-title.has-mask-fill.has-mask-fill-small {
    font-size: 100px;
    line-height: 100px;
}
.right_section_block.right_section_block_img img {
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 15px;
}
.scrolling-element.right .right_section_block h2.primary-font-title.has-mask-fill.has-mask-fill-small {
    font-size: 100px;
    line-height: 100px;
}
.right_section_block.right_section_block_menu:before {
    display: none;
}
.slick-slider img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

/* Title Styles */
.slider-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* Modern Dots */
.slick-dots {
  bottom: 15px;
}
.slick-dots li button:before {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button:before {
  color: #333;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before {
  color: #555;
}



.slick-slider {
    width: 550px;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 35px 0 0 0 !important;
}
.scrolling-element.right.center.font100 h1.primary-font-title.has-mask-fill.has-mask-fill-small span {
    font-size: 100px;
    line-height: 100px;
}
.scrolling-element.right.center.font100 img {
    margin: 40px 0 25px 0;
}
.scrolling-element.right.center.font100 {
    margin-bottom: 100px;
    width: 60%;
}

.right_section_block.right_section_block_img ul li {
    margin-top: 10px;
    margin-bottom: 0;
}
.four_block.four_block_plan {
    width: 33.33%;
    padding: 35px;
}
.four_block.four_block_plan img {
    display: block;
    margin-bottom: 20px;
}
.one_half.last.text_left.fullwidth {
    width: 100% !important;
}
.one_half.last.text_left.fullwidth h2 {
    font-size: 24px;
    margin: 50px 0 0 0;
}

@media only screen and (max-width: 767px) {
.four_block.four_block_plan {
    width: 100%;
    padding: 35px;
}
.right_section_block.right_section_block_menu h2.primary-font-title.has-mask-fill.has-mask-fill-small {
    font-size: 54px;
    line-height: 60px;
}
.one_half.last.text_left.fullwidth h2 {
    font-size: 18px;
    margin: 50px 0 0 0;
    line-height: 24px;
}
.one_half.last.text_left.fullwidth h1.primary-font-title.has-mask-fill {
    font-size: 54px;
    line-height: 60px;
}
.scrolling-element.left.m-none.leftmenu {
    display: block;
    width: 100%;
}
.slick-slider {
    width: 300px;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 35px auto 0 auto !important;
    box-sizing: border-box;
}
.scrolling-element.right.center.font100 {
    margin-bottom: 100px;
    width: 100%;
}
.right_section_block ul {
    float: left;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 15px;
}
}
/*new menu css*/