/*

Copyright:      Hospital San Rafael de Itagüí
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    hsriadv
Tested up to:   6.5
Requires PHP:   7.4
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Tags:           blog, portfolio
Theme Name:     HSRIadv
Theme URI:      https://hsanrafael.gov.co/
Description:    Tema hijo de Twenty Twenty Five
Author:         Victor Espitia 
Author URI:     https://github.com/sherlockespitia
Template:       twentytwentyfive
Version:        1.0.0

*/

/* Reducir altura del header gov.co */
.header-govco {
    padding: 5px 0 !important;
    margin: 0 !important;
}

.logo_menu_superior {
    margin: 0 15px !important;
}

.wp-block-group[style*="background-color:#337ab7"] {
    min-height: auto !important;
    padding: 5px 0 !important;
}

.wp-block-group[style*="background-color:#337ab7"] img {
    height: 30px !important; /* Ajusta la altura de la imagen también */
    width: auto !important;
}

/* Encabezado fijo */
.wp-block-group.alignfull.wp-elements-50f4839d4a08f45b3198db3df688a964 {
  position: sticky;
  top: 0;
  z-index: 9999; /* Asegura que esté por encima de otros elementos */
  height: 200vh;
  background-color: var(--wp--preset--color--base); /* Asegura que tenga fondo */
}


body, .wp-site-blocks {
  overflow: visible !important;
}

/* Correccion sobre el slider debido a que las imagenes tiene tamaños diferentes */

.ub_image_slider .swiper-slide > img,
.ub_image_slider .swiper-slide > picture > img,
.ub_image_slider .swiper-slide figure > img,
.ub_image_slider .swiper-slide figure > picture > img {
    display: block;
    margin: auto;
    width: auto;
    height: 100%;
    object-fit: contain;
}

img[alt="SENA"]{
	max-width:20px
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: -2px;
    left: 0;
    width: 100%
}