.empleados {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    padding-bottom: 90px;
    padding-top: 90px;
}

.empleados h2 {
    color: #4a8060;
    font-size: 40px;
    text-align: center;
}

.empleados text {
    font-family: caveat;
    font-size: 60px;
}

.separado3 {
    color: white;
    height: 70px;
}

.contador {
    width: 100%;
    padding: 30px;
    color: white;
    background-color: #4a8060;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.contador1 {
    width: 33%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;

}

.contador1 p {
    margin-bottom: 0px;
}

.contador1 h2 {
    font-family: caveat;
    font-size: 70px;
}

.informacio45 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.informacionimg {
    width: 50%;
}

.informacio45 img {
    width: 100%;
}

.informacionna {
    width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    background-color: #E79A4A;
    padding: 30px;
    justify-content: space-around;
}

.informacionna h2 {
    font-size: 40px;
}

.informacionna p {
    font-size: 18px;
}

.informacionver {
    width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    background-color: #4a8060;
    padding: 30px;
    justify-content: space-around;
}

.informacionver h2 {
    font-size: 40px;
}

.informacionver p {
    font-size: 18px;
}

.scrolltext h2 {
    font-size: 35px;
}

.scroll12 {
    width: 100%;
    display: flex;
    padding: 60px;
    justify-content: center;
    align-items: center;
}

.contenedorscroll {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
     height: 600px;
}
.contenedorscroll1{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  /*   height: 600px; */
}

.scrolltext {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #4a8060;
}

.scrolltext p {
    font-weight: 500;
    font-size: 20px;

}

.scrollimg {
    width: 50%;
    padding: 60px;
}

.scrollimg img {
    width: 80%;
}

.llegarpadre {
    padding: 60px 40px;
    display: flex;
    width: 100%;
    background-color: #2A8E9D;
    flex-direction: column;
    color: white;
    padding-bottom: 150px;
}

.llegarpadre text {
    font-family: caveat;
    font-size: 50px;
}

.llegarpadre1 text {
    font-family: caveat;
    font-size: 50px;
}

.llegartexto {
    display: flex;
    width: 100%;
    padding-left: 350px;
}

.llegartexto {
    font-size: 19px;
}

.llegartexto p {
    margin-top: 30px;
    font-size: 19px;
}

.llegarimg {
    margin-top: -270px;
    width: 100%;
    display: flex;
    padding: 30px;
}

.llegarimg img {
    width: 400px;
    height: auto;
}

.llegarpadre1 {
    padding: 40px;
    margin-top: -100px;
    display: flex;
    width: 100%;
    background: transparent;
    flex-direction: column;
    color: #2A8E9D;
    padding-bottom: 150px;
    align-items: flex-end;
}

.llegartexto1 {
    display: flex;
    width: 100%;
    margin-top: 30px;
    padding-right: 350px;
    font-size: 19px;
}

.camionetaneva {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -100px;
}

.camionetaneva img {
    width: 700px;
    height: auto;
}

@media (max-width: 767px) {
    .camionetaneva {
        margin-top: 00px;
    }
    .contenedorscroll1{
        margin-top: 10px;
    }
    .camionetaneva img {
        width: 100%;
        height: auto;
    }
    .contador1 {
        width: 100%;
    }

    .contador {
        flex-wrap: wrap;
    }

    .informacionimg {
        width: 100%;
    }

    .informacionna {
        width: 100%;

    }

    .informacionver {
        width: 100%;
    }
    .informacionver h2, .informacionna h2 {
        font-size: 25px;
    }
    .empleados{
        padding-bottom: 0px;
    padding-top: 00px;
    }
    .scrolltext p {
        font-weight: 500;
        font-size: 15px;
    }
    .scrolltext {
        width: 100%;
    }

    .scrollimg {
        width: 100%;
        padding: 0px;
    }

    .llegartexto {
        padding-left: 0px;
        padding: 20px;
    }

    .llegarimg {
        margin-top: -190px;
    }

    .llegarpadre1 {
        margin-top: 0px;
        padding: 20px;
    }

    .llegartexto1 {
        padding-right: 0px;
    }

    .scroll12 {
        padding: 10px;
    }

    .contenedorscroll {
        width: 100%;
        padding: 10px;
    }
}
