/* nosotros2 .css */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');

body {
    font-family: 'Quicksand', sans-serif;
    background-color: #1b5e20;
    color: #fff;
    margin: 0;
    padding: 0;
}

.nosotros2 .titulo {
    text-align: right;
    margin-right: 130px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.nosotros2 .titulo h1 {
    font-size: 3.5em;
    margin: 0;
}

.nosotros2 .titulo p {
    font-size: 1.2em;
    margin: 0px 0 0;
    margin-right: 115px;
}

.container {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background-color: #BBE124;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    max-width: 20%;
    margin-top: 15px;
}

.circle {
    width: 110px;
    height: 110px;
    background-color: #004d40;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.text {
    background-color: #BBE124;
    color: #fff;
}

.event h2 {
    margin: 0;
    font-size: 1.5em;
    color: #064635;
}

.text p {
    margin: 5px 0 0;
    font-size: 1em;
    color: #064635;
    text-align: justify;
    font-weight: bold;
}

.line {
    width: 135px;
    height: auto;
    position: absolute;
    z-index: 1;
    margin-bottom: 110px;
    top: 32%;
    left: 18.5%;
}

.line2 {
    width: 135px;
    height: auto;
    position: absolute;
    z-index: 1;
    margin-bottom: 110px;
    top: 32%;
    left: 44.3%;
}

.line3 {
    width: 135px;
    height: auto;
    position: absolute;
    z-index: 1;
    margin-bottom: 110px;
    top: 32%;
    left: 70%;
}
