
.headerimg-home-content {
    background-color: #ffcbd3;
}

section.headerimg_home {
    width: 100%;
    height: 172px;
}
h1.text-base,
p.text-list {
    font-size: 14px;
}
.glowme-rutina,
.glowme-mujeres {
    font-size: 16px;
}
/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) { 
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    section.headerimg_home {
        height: 320px;
    }
    
    h1.text-base {
        font-size: 32px;
    }
    p.text-list {
        font-size: 16px;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
    section.headerimg_home {
        height: auto;
        background-repeat: no-repeat;
    }
    
    h1.text-base {
        font-size: 48px;
    }
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }

@media (min-width: 2000px) { 

    h1.text-base{
        font-size: 80px;
    }
    p.text-list,
    .glowme-rutina,
    .glowme-mujeres {
        font-size: 28px!important;
    }
 }
