
.slider {
    margin: 60px auto;
    width: 90%;
}

.slick-prev:before,
.slick-next:before {
    color: red;
}

.numbersText {
    font-size: 40px !important;
}

.col {
    padding: 0px;
}

.slick-dots {
    display: none !important;
}

.slick-prev:before,
.slick-next:before {
    color: white;
}

.opContainer {
    background-color: #282828 !important;
    padding-left: 100px;
}

.brownSquare {
    background-color: #282828;
    border-radius: 20px;
}

.nosotros_text {
    font-size: 140px;
}

.portada {
    height: calc(100vh - 70px);
    padding-bottom: 128px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    &::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
    }
}

.titles {
    top: 45vh;
}

.main_cont {
    padding: 3vw 15vw 0 15vw;
}

.linea {
    content: "";
    left: 0%;
    position: absolute;
    bottom: 0px;
    {#top: 10px;#}
    height: 100%;
    width: 5px;
    background-color: rgb(206, 206, 206);
}

.squareTextBody {
    font-size: 20px !important;
}

@media (max-width: 750px) {
    .opContainer {
        padding-left: 50px;
    }

    .nosotros_text {
        font-size: 68px !important;
    }

    .portada {
        height: 60vh;
        padding-bottom: 64px;
    }

    .titles {
        top: 18vh !important
    }

    .main_cont {
        padding: 3vw 7vw 0 7vw !important;
    }

    .texto-slick {
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    .nosotros_text {
        font-size: 40px !important;
    }

    .nosotros_subtitle {
        font-size: 3rem !important;
    }

    .texto-slick {
        font-size: 14px !important;
    }

    .opContainer {
        padding-left: 30px;
    }
}
.misionIMG {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.line{
    position: absolute;
    background-color: rgba(196, 196, 196, 0.69);
    width: 5px;
    height: 100%;
    top: 30px;
}
.lineDot {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: var(--orangePeman);
    left: -7px;
    top: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.lineText {
    font-size: 4rem;
    font-weight: 900;
    color: #cecece;
}
.lineBody {
    color: #6a6c72;
}

@media (min-width: 300px) {
    .slick-slide {
        width: 350px;
    }
}

@media (min-width: 576px) {
    .slick-slide {
        width: 500px;
    }			
}

@media (min-width: 768px) {
    .slick-slide {
        width: 700px;
    }			
}
