.pkp_structure_footer_wrapper {
    background: #143f72 !important;
}

/* Estilos para el nombre del sitio */
.pkp_site_name_wrapper {
    height: 5.857rem;
}

.pkp_site_name .is_img {
    display: inline-block;
    margin-top: 1.357rem;
}

/* Estilos para los titulares principales */
h1 {
    font-size: 20px;              /* Tamaño de letra 18px */
    color: #006c84;               /* Color azul */
}

/* Estilos para los subtítulos de segundo nivel */
h2 {
    font-size: 16px;
    color: #006c84;
}

/* Estilos para los subtítulos de tercer nivel */
h3 {
    font-size: 16px; 
    color: #006c84;
}

.pkp_site_name {
    position: absolute;
    left: -1.0rem !important;
    top: -80px !important;
}

/* RESPONSIVE */

@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        padding-top: 8.143rem;
    }
    .pkp_site_name .is_img img {
        max-height: 135px !important;
    }
}

@media (min-width: 577px) and (max-width: 768px){
  .pkp_site_name {
    left: 3rem !important;
    top: -28px !important;
  }
  
  .pkp_site_name .is_img img {
        max-height: 4.2rem;
    }

    .has_site_logo .pkp_head_wrapper {
        padding-top: 5.143rem;
    }
}

@media (max-width: 576px) {
  .pkp_site_name {
    left: 3rem !important;
    top: -19px !important;
  }
  
  .pkp_site_name .is_img img {
        max-height: 2.7rem;
    }
    
    .has_site_logo .pkp_head_wrapper {
        padding-top: 3.143rem;
    }
}