.section-one {
    width: 100%;
    height: auto;
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 0.859),rgba(255, 255, 255, 0.958)), url(../Image/mision.jpg);
    /* background-color: #f2f2f2; */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5vw 3vw 5vw 3vw;
}
.linea {
    height: 2.5px;
    border: none;
    background-color: var(--primary-color);
}

.section-one .horizontal_one {
    width: 10vw;
    position: absolute;
    top: 5vw;
    left: 5.3vw;
    
}
.section-one .vertical_one {
    width: 20vw;
    transform: rotate(90deg);
    position: absolute;
    left: -4.5vw;
    top: 15vw;
}
.section-one .horizontal_two {
        width: 10vw;
        position: absolute;
        bottom: 5vw;
        right: 5.2vw;
        
    }
.section-one .vertical_two {
        width: 20vw;
        transform: rotate(90deg);
        position: absolute;
        bottom: 15vw;
        right: -4.6vw;
        
}
.container_texto {
    margin: 3vw 8vw;
    text-align: center;
}
.container_texto h1 {
    font-size: 3.8vw;
    color: var(--secondary-color);
}

#parrafo_uno {
    padding: 5vw 0;
}
.container_texto .texto {
    color: var(--gray-color);
    text-align: justify;
    font-size: 2.5vw;
}
@media (min-width: 600px) {
    .section-one {
        padding: 10vw 3vw;
        background-position: center;
    }
    .container_texto {
        margin: 2vw 8vw;
    }
    .container_texto .texto {
        font-size: 2vw;
        line-height: 3.5vw;
    }
    .container_texto h1 {
        font-size: 3.2vw;
    }
    #parrafo_uno {
        padding-bottom: 5vw;
    }
    .linea {
        height: 2.5px;
    }
    .section-one .horizontal_one {
        width: 8vw;
        top: 8vw;
        left: 5.3vw;
        
    }
    .section-one .vertical_one {
        width: 15vw;
        transform: rotate(90deg);
        left: -2vw;
        top: 15.5vw;
    }
    .section-one .horizontal_two {
            width: 8vw;
            bottom: 8vw;
            right: 5.4vw;
            
        }
    .section-one .vertical_two {
            width: 15vw;
            transform: rotate(90deg);
            bottom: 15.5vw;
            right: -2vw;
    }
}
@media (min-width: 800px) {
    .section-one {
        padding: 8vw 4vw;
    }
    .linea {
        height: 3px;
    }
    .container_texto h1 {
        font-size: 3vw;
    }
    .container_texto {
        margin: 2vw 8vw;
    }
    .container_texto .texto {
        font-size: 1.8vw;
        line-height: 3.5vw;
    }
    #parrafo_uno {
        padding-bottom: 5vw;
    }

}
@media (min-width: 1024px) {
    .section-one {
        padding: 8vw 4vw;
    }
    .container_texto h1 {
        font-size: 3vw;
    }
    .container_texto {
        margin: 2vw 8vw;
    }
    .container_texto .texto {
        font-size: 1.6vw;
        line-height: 3.5vw;
    }
    #parrafo_uno {
        padding-bottom: 4vw;
    }

}
@media (min-width: 1280px) {
    .section-one {
        padding: 6vw 4vw;
        background-position: 50% 15%;
    }
    .container_texto h1 {
        font-size: 2.4vw;
    }
    .container_texto {
        margin: 3vw 8vw;
    }
    .container_texto .texto {
        font-size: 1.2vw;
        line-height: 3.2vw;
    }
    #parrafo_uno {
        padding-bottom: 2vw;
    }
    .linea {
        height: 5px;
    }
    .section-one .horizontal_one {
        width: 8vw;
        top: 4vw;
        left: 5.4vw;
    }
    
    .section-one .vertical_one {
        width: 15vw;
        transform: rotate(90deg);
        left: -2vw;
        top: 11.4vw;
    }
    .section-one .horizontal_two {
            width: 8vw;
            bottom: 4vw;
            right: 5.4vw;
        }
    .section-one .vertical_two {
            width: 15vw;
            transform: rotate(90deg);
            bottom: 11.4vw;
            right: -2.1vw;
    }

}

