.info-section {
    background-color: #ece2cd;
    padding: 40px;
    text-align: center;
    color: rgb(0, 0, 0);
    border-bottom: 10px solid #ffcc00;
}

.info-container, .info1-container {
    padding: 100px 100px;
    align-items: center;
    justify-content: space-around;
}

.info-text, .info1-text {
    text-align: center; 
}

.info-text h2, .info1-text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

.info-text p, .info1-text p {
    line-height: 1.8;
    text-align: justify;
    padding: 0 100px;
    color:#5a5a5a;
}

.info-image img{
    width: 900px;
    height: auto;
    margin-bottom: 20px;
    border: 5px solid #ffffff;
}

.info1-image img {
    width: 800px;
    height: 500px;
    margin-bottom: 20px;
    border: 5px solid #ffffff;
}

.info4-image img {
    width: 800px;
    height: 500px;
    margin:  10px;
    border: 5px solid #ffffff;
}

.info1-container {
    flex-direction: row-reverse;
    padding-top: 10px;
}

.linea {
    text-align: center;
    border-top: 1px solid #ffcc00;
    padding: 20px 0;
    margin-top: 10px;
}

.columns{
    padding: 0 200px;
    align-items: center;
    justify-content: space-around;
}

.columns-text {
    column-count: 2;
    column-gap: 50px;
    text-align: justify;
    margin-bottom: 100px;
    line-height: 1.8;
    color:#5a5a5a;
}

.columns h2 {
    font-size: 2rem;
    margin: 30px 0;
    position: relative;
}

.info3-section {
    padding: 60px 150px;
    justify-content: space-around;
}

.info3-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.info3-text {
    line-height: 1.8;
    text-align: justify;
    padding: 0 50px;
    color:#5a5a5a;
}

.info3-text p {
    margin-bottom: 10px;
}

.info3-images {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.info3-item img {
    width: 250px;
    height: auto;
    border: 4px solid white;
}

.fundador img{
width: 80%;
height: 500px;
margin-left: 50px;
margin-bottom: 30px;
border: 5px solid #ffffff;
}

video {
    border: 5px solid #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1305px) { 
  
    .info-container, .info1-container, .info3-section {
        padding: 40px 20px;
        flex-direction: column;
        align-items: center;
    }
    .info-text, .info1-text, .info3-text {
        padding:0;
        text-align: justify;
    }
    .info-text p, .info1-text p {
        line-height: 1.8;
        padding: 0 10px;
        
    }
    .info-image img, .info1-image img, .info3-item img, .info4-image img{
        width: 100%;
        height: auto;
    }
    .fundador img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .columns{
        padding: 0 30px;
    }
    .columns-text {
        column-count: 1;
        column-gap: 10px;
        margin-bottom: 50px;
    }
    .info-text h2, .info1-text h2 {
        font-size: 1.5rem;
    }
    .info1-text h3{
        text-align: center;
    }
    .info4-image img {
    margin:  0px;
    }
    video {
        width: 350px;
        border: 5px 
    }
}



@media (max-width: 768px) {
    .videos video {
        max-width: 100%; /* En pantallas más pequeñas, que ocupe todo el ancho */
        height: auto;
    }
}