.encabezado{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #b8a035;
    margin: 15px 0;
   
    border-radius: 20px;
    color: #fff;
   
}
.encabezado p{
    text-align: center;
}
#titulo{
    font-size: 28px;
}
#subtitulo{
    font-size: 24px;
}

.cuerpoPrin{
    display: flex;
}

.texto{
    width: 900px;
    display: flex;
    flex-wrap: wrap;

}
.importante{
    color: #e20a0a;
}

#I1{
    margin: 20px 0;
}

.imgIzqui{
    width: 250px;
    height: 150px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.imgDerecha{
    width: 250px;
    height: 150px;
    float: right;
}

.imgIn{
    float: right;
}
.imgIn img{
    border-radius: 20px;
    width: 400px;
}

.texto2{
    display: flex;
    flex-wrap: wrap;
}

.vitaminas, .infoExperto{
   margin: 25px;
    width: auto;
    font-size: 24px;
    font-weight: 900;
}
.links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

img{
    margin: 10px;
}

@media only screen and (max-width:760px){
    #titulo{
        font-size: 22px;
    }
    #subtitulo{
        font-size: 18px;
    }

    .cuerpoPrin{
        flex-wrap: wrap;
    }

    .links{
        display: inline;
    }

    .vitaminas, .infoExperto{
        font-size: 16px;
        font-weight: 900;
     }
}