@media (max-width: 575.98px) {
    h1 { font-size: 33px !important; }
    h2 { font-size: 26px !important; }
    h3 { font-size: 22px !important; }
    h4 { font-size: 19px !important; }
    h5 { font-size: 17px !important; }
    h6 { font-size: 15px !important; }
    .start_blog .entry-title a { font-size: 28px !important; }
    h1.entry-title { font-size: 28px !important; }
    p { font-size: 14px !important; }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    h1 { font-size: 38px !important; }
    h2 { font-size: 30px !important; }
    h3 { font-size: 24px !important; }
    h4 { font-size: 22px !important; }
    h5 { font-size: 20px !important; }
    h6 { font-size: 18px !important; }
    .start_blog .entry-title a { font-size: 31px !important; }
    h1.entry-title { font-size: 31px !important; }
    p { font-size: 15px !important; }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    h1 { font-size: 42px !important; }
    h2 { font-size: 34px !important; }
    h3 { font-size: 26px !important; }
    h4 { font-size: 23px !important; }
    h5 { font-size: 20px !important; }
    h6 { font-size: 18px !important; }
    .start_blog .entry-title a { font-size: 35px !important; }
    h1.entry-title { font-size: 35px !important; }
    p { font-size: 15px !important; }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 { font-size: 45px !important; }
    h2 { font-size: 36px !important; }
    h3 { font-size: 27px !important; }
    h4 { font-size: 24px !important; }
    h5 { font-size: 22px !important; }
    h6 { font-size: 20px !important; }
    .start_blog .entry-title a { font-size: 40px !important; }
    h1.entry-title { font-size: 40px !important; }
  	p { font-size: 16px !important; }
}


@media (min-width: 1200px) {
    h1 { font-size: 55px !important; }
    h2 { font-size: 38px !important; }
    h3 { font-size: 28px !important; }
    h4 { font-size: 24px !important; }
    h5 { font-size: 22px !important; }
    h6 { font-size: 20px !important; }
    .start_blog .entry-title a { font-size: 45px !important; }
    h1.entry-title { font-size: 45px !important; }
  	p { font-size: 16px !important; }
}

.simple-banner-frase {
    width: 85%; 
    margin: 0 auto;
    display:table-cell;
 	  vertical-align:middle;
}

.simple-banner-imagen {
    width: 15%;
    display:table-cell;
    vertical-align:middle;
}

.img-lazo {
    height: 50px;
    width: 50px;
}

.simple-banner-text span {
    display: table;
    width: 100%;
}

.nav-menu-desktop .menu li a {
    padding: 12px 9px 12px;  
}
