.banner-nosotros{
    position: relative;
    background-color: #1F6b01;
    background-size:cover;
    height: 500px;
    position: static;
    
    
}
.container-banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    text-transform: uppercase;
}
.container-banner h2{
position: static;
}
.container-nosotros{
margin: 5rem;
text-align: center;
}

.container-nosotros-h2{
    padding: 2rem;
    font-size: 2rem;
}
.content1{
    width: 100%;
}
.img-content1{
    width: 100%;
text-align: center;
}
.img-content1 img{
width: 200px;
height: 200px;
border-radius: 50%;
}
.text-content1{
    width: 100%;
}
.text-content1 h2{
    margin-top: 40px;
    font-weight: 100;
    text-align: center;
}
.text-content1 hr{
    width: 100px;
    height: 2px;
    margin: auto;
    background: -webkit-linear-gradient(left, green,gold);
margin-top: 20px;
}
.text-content1 p{
margin-top: 40px;
color: black;
letter-spacing: 1px;
}

main{
    background-color: blanchedalmond;
}

.content2{
    width: 100px;
    text-align: center;

}
.content2 h1{
    font-weight: 100;
    margin-top: 20px;

}
.content2 hr{
    width: 100px;
    height: 2px;
    margin: auto;
    background: -webkit-linear-gradient(left, green,gold);
margin-top: 20px;
}
.content-details{
    width: 100%;
}
.item-details{
    width:  400px;
    margin: auto;
    background: #fff;
}
.icon-details{
    width: 300px;
    height: 300px;
    border: 1px seashell;
    border-radius: 50%;
    margin: auto;
    margin-top: 40px;
}
.icon-details span{
    font-size: 90px;
    border: 1px seashell;
    border-radius:50% ;
    padding: 46px;
    margin: auto;
}
.content-details{
    font-weight: 100;
    font-size: 18px;
    margin-top: 40px;
}
.content-details p{
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 1px;
    color: black;
}