#nosotros{
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px #000;
    background-image: url(../images/FondoNosotros.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}
#nosotros::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(0,0,0,0.3);
}

.contenidonosotros{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
}
.contenidonosotros .contenedor{
    width: 90%;
    margin: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}
#nosotros h1{
    text-align: center;
    font-family: Fantasy;
    font-size: 50px;
    text-shadow: 2px 2px #000;
    padding: 20px;
    position: relative;
}

#nosotros .contenidonosotros .mision{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: auto;
    font-size: 20px;
    font-family: sans-serif;
    width: 420px;
    height: auto;
    text-align: justify;
    border: 10px double RGBA(210,152,0,0.7);
    border-radius: 5%;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: 2px 2px #000000;
    background-color: RGBA(204,152,0,0.4);
    /*background-color: RGBA(64, 102, 222, 0.8);*/
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#nosotros .contenidonosotros .mision h2{
    font-size: 40px;
    margin-bottom: 20px;
}

#nosotros .contenidonosotros .mision p{
    text-shadow: 2px 2px 2px #000;
}

#nosotros .contenidonosotros .vision{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    -ms-flex-line-pack: center ;
    align-content: center ;
    margin: auto;
    font-size: 20px;
    font-family: sans-serif;
    width: 450px;
    height: auto;
    text-align: justify;
    border: 10px double RGBA(10,10,10,0.5);
    text-shadow: 2px 2px #000000;
    border-radius: 5%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: RGBA(0, 155, 155, 0.9);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#nosotros .contenidonosotros .vision h2{
    font-size: 40px;
    margin-bottom: 20px;
}

#nosotros .contenidonosotros .vision p{
    text-shadow: 2px 2px 2px #000;
}

@media screen and (max-width:768px){
    #nosotros .contenidonosotros .mision{
        width: 90%;
        padding: 2%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #nosotros .contenidonosotros .vision{
        width: 90%;
        padding: 2%;
        height: auto;
    }
    /*#particles-js{
        display: none;
    }*/
    .contenidonosotros{
        position: inherit;
    }
    #nosotros{ 
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}