.maininver{
    width: 100%;
    margin-top: 100px;
   /*  background-color: orange;
 */
}
.maininver h1{
    font-size: 40px;
    color: #2BB5B6;
    text-align: center;
    font-weight: 100;
}

.maininver p{
    font-size: 18px;
    font-family: opensans;
    color:#252525;
    text-align: center;
}
.datosinv{
    width: 100%;
    /* background-color: red; */
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
    margin-bottom: 150px;

}
.datosinv .frameblue{
    width: 300px;
    height: 50px;
    background-color: #009FE3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 25px;
    padding-left: 10px;
    padding-right: 10px;
   
}
.datosinv .frameblue p{
    color:white;
    font-size: 18px;
    text-align: center;
}

@media (max-width:600px){
    .datosinv .frameblue{
        width: 100%;
        min-height: 50px;
        height: auto;
       
       
    }

}