*{
    text-align: justify;
}
 .contenedor-parrafo-100{
    float: left;
    background:  #00244e;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-right: 1%;
    margin-bottom: 10px;
  }

.contenedor-parrafo-50{
    float: left;
    color: white; 
    width: 49%;
    text-align: left;
    padding: 20px;
    background:  #055bb7d9;
    border-radius: 10px;
    margin-right: 1%;
    margin-bottom: 10px;
}
.contenedor-imagen-100{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    background:  #00244e;
  }
 .contenedor-parrafo-66{
    float: left;
    color: white; 
    width: 66%;
    text-align: left;
    padding: 20px;
    background:  #055bb7d9;
    border-radius: 10px;
    margin-right: 0.3%;
    margin-bottom: 10px;
}
  .contenedor-parrafo-33{
    float: left;
    color: white; 
    width: 33%;
    text-align: left;
    padding: 20px;
    background:  #055bb7d9;
    border-radius: 10px;
    margin-right: 0.3%;
    margin-bottom: 10px;
}

.contenedor-imagen-50{
    width: 50%;   
    float: left;
    height: auto;
    border-radius: 10px;
    padding: 20px;
    background:  #055bb7d9;
    margin-bottom: 10px;
}
.contenedor-parrafo-100 p{
    text-align: justify;
    color: white;
    margin-bottom: 10px;
    margin-bottom: 10px;
}
li{
    margin-bottom: 5px;
}
h1,h2,h4,h3{
    text-align: center;
  }
  .boton-descarga{
    text-align: left;
    position: static;
    display: block;
    width: 100%;
    color: white;
    padding: 10px;
    text-decoration: none;
    background:red;
    border-radius: 5px;
    border-radius:1px solid white;
    margin:5px;
  }
  .boton-descarga:hover{
    padding: 13px;
    background:white;
    color:red;
  }
img{ 
    border-radius: 10px;
}

.contenedor-parrafo-25{
    width: 25%;   
    float: left;
    height: auto;
    border-radius: 10px;
    padding: 10px;
    background:  #055bb7d9;
    margin-bottom: 10px; 
}
    
@media screen and (max-width: 800px){ 

 .contenedor-imagen-50{
    float: left;
    color: white; 
    width: 100%;
    text-align: none;
    padding: 10px;
    border-radius: 10px;
    margin-right: 0%;
    min-height: min-content;
    max-height: min-content;
 }
 .contenedor-imagen-100 p{
    text-align: justify;
    color: white;
    margin-bottom: 10px;
    min-height: min-content;
    max-height: min-content;
 }
.contenedor-parrafo-50{
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    margin-right: 0%;
    margin-bottom: 10px;
    min-height: min-content;
    max-height: min-content;
}

.contenedor-parrafo-33{
  width: 100%;
  min-height: min-content;
  max-height: min-content;
}
.contenedor-parrafo-66{
  width: 100%;
  min-height: min-content;
  max-height: min-content;
}

}