body {
    background-color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.contenedor {
    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(55, 55, 55);

}

h1 {
    
   
    display: flex;
    
   color: yellow;
   font-family: Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
   font-size: 15px;
}

.container {
    width: 100%;
    position: relative;
    display: flex;
    
    justify-content: center;
    align-items: center;

}

.container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0),rgba(0, 0, 0,0.5));

}
#img-header {
   
   
    width: 60%;
    display: block;
    max-width: 80%;
   max-height: 80%;
}

.container-txt {
    position: absolute;
    bottom : 10px;
    left : 50px;
    color: #c2c3c1;
    font-size: 3em;
}

.container_ {
   
    

width: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;


}

.title {
    color: #73a825;
    margin-left: 50PX;
    font-size: 32px;
    margin-bottom: 20px;
}
.parrafo {
    color: white;
    display: flex;
    margin-top: 30px;
    margin-left: 20px;
    font-size: 13px;
    text-align: center;
}

.parrafo_ {
    color: white;
    margin-top: 30px;
    margin: 20%;
    font-size: 13px;
    text-align: justify;
    text-justify: inter-word;
}

#imagen-div {
    border-radius: 20px;
   width: 400px;
    margin-right: 20%;
    border: #73a825;
}

.section {
    background-color: #313131;
}
.title_{
    align-items: center;
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    
}
h3 {
    color: rgb(199, 201, 201);
    font-family: monospace;

}

.section_ {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    
}

i {
    color: rgb(136, 136, 136);
    align-self: center;
    font-size: 50px;
    margin: 20px;
}

.caracteristicas-text {
    color: #8eb468;
}

.section-text {
    text-align: center;
    
   
    
}

.section_img {
    background-color: #73a825;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    
}

.section_img img {
    width: 25rem;
    height: 18.75rem;
    margin: 15px auto;
}

footer {
    background-color: #313131;
    height:30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    color: #8eb468;
}