@charset "UTF-8";
/* ESTILOS CLINICA ONCODERMATOLOGÍA UNAM
   M. en C. AGNI G.
   Octubre, 2025
   
   Departamento de Comunicación
   División de Investigación, FacMed
   UNAM
*/

body {
            padding-top: 180px; 
        }
        
        #header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: #fff;
            background-size: cover;
        }
		.logo-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: nowrap;
        }
        .logo-container {
            flex: 0 1 auto;
            padding: 5px;
        }
        .logo {
            max-width: 100%;
            height: auto;
            max-height: 100px; 
        }
        .left-logos {
            display: flex;
            align-items: center;
        }
        @media (max-width: 768px) {
            .logo {
                max-height: 40px; 
            }
        }
        
        footer {
            background-color: #f8f9fa;
            bottom: 0;
            padding: 20px;
            text-align: center;
        }
		
		footer a {
        color:#006 ; 
		}
		
		footer a:hover {
        color: #fff; 
		}
		
        h2 {
            margin-top: 40px; 
        }
		.navbar {
            background-color: #f8f9fa;
        }
        .social-icons {
            position: fixed;
            top: 70%;
            right: 0;
            transform: translateY(-50%);
            z-index: 1001;
        }
        .social-icons a {
            display: block;
            margin: 5px 0;
            color: #9B2E2F;
            font-size: 24px;
        }
        .carousel-inner img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
        .carousel-container {
            margin-top: 80px; 
        }
        .contenido-seccion {
            padding-top: 80px; 
			padding: 140px 0 40px;
			padding-bottom: 80px; 
			color:#036; 
        }
        .social-icons a {
            display: block;
            margin: 5px 0;
            color: #9B2E2F;
            font-size: 24px;
        }

	/*Galeria*/
.grid-gallery {
          display: grid;
          grid-auto-rows: repeat(auto-fill, 3vw);/*200px;*/
          grid-gap: 1rem;
          grid-auto-flow: row dense;
        }

        @media all and (min-width: 320px) {
          .grid-gallery {
            grid-template-columns: repeat(1, 1fr);
          }
		  #fb-container{
			  display:none
		  }
        }

        @media all and (min-width: 768px) {
          .grid-gallery {
            grid-template-columns: repeat(3, 1fr);
          }
        }

        @media all and (min-width: 1024px) {
          .grid-gallery {
            grid-template-columns: repeat(6, 1fr);
          }
        }

        .grid-gallery__item:nth-child(11n+1) {
          grid-column: span 1;
        }

        .grid-gallery__item:nth-child(11n+4) {
          grid-column: span 2;
          grid-row: span 1;
        }

        .grid-gallery__item:nth-child(11n+6) {
          grid-column: span 3;
          grid-row: span 1;
        }

        .grid-gallery__item:nth-child(11n+7) {
          grid-column: span 1;
          grid-row: span 2;
        }

        .grid-gallery__item:nth-child(11n+8) {
          grid-column: span 2;
          grid-row: span 2;
        }

        .grid-gallery__item:nth-child(11n+9) {
          grid-row: span 3;
        }

        .grid-gallery__image {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
/*Fin Galeria*/

.agh-blue-puma, .agh-hover-blue-puma:hover {color: #fff!important;
background-color:#283E6E!important}