.gallery { 
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-auto-rows: 12rem;
   grid-gap: 10px;
   max-width: 1280px;
   margin: 0 auto;
   margin-top: 3px;
   margin-bottom: 3px;
}

.gallery figure {
   grid-column: span 1;
   grid-row: span 1;
}

.imagen {
   position: relative;
   border: .7px solid #dbdbdb;
   padding: 0;
   margin: 0;
}

.imagen img {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}

#amp-lightbox-gallery {
   font-family: Trebuchet MS, sans-serif;
   z-index: 1;
}

figure, 
.image {
   background: none;
}

.container p.datos{
   font-style: normal;
   font-family: var(--font0);
   font-size: .8rem;
}

.localizador { 
   font-family: var(--font1);
   color: red; 
   font-size: 1.25rem; 
   font-weight: 900;
   margin: 0;
}

.text-secondary {
   color: #808080;
}
/*
amp-social-share[type=system] {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23727272'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
   background-color: #fff;
   outline: none;
}
*/

amp-social-share.rounded {
   border-radius: 50%;
   background-size: 80%;
}

amp-social-share {
   display: inline-block;
   background-repeat: no-repeat;
   cursor: pointer;
   user-select: none;
   -webkit-user-select: none;
   margin-bottom: -15px;
   max-width: 50px;
   max-height: 50px;
}

amp-social-share[aria-label=Share] {
   outline: none;
}

amp-social-share[type=twitter],
amp-social-share[type=email],
amp-social-share[type=facebook],
amp-social-share[type=system] {
   display: inline-block;
   color: transparent;
   background: url(/media/iconos.svg);
   background-repeat: no-repeat;
   margin-bottom: .5rem;
   margin-top: .5rem;
   background-size: auto 80px;
   text-align: center;
   background-position-y: -35px;
}

amp-social-share[type=twitter] {
   background-position-x: -50px;
}

amp-social-share[type=email] {
   background-position-x: -102px;
}

amp-social-share[type=facebook] {
   background-position-x: 3px;
}

amp-social-share[type=system] {
   background-position-x: -155px;
}

/*
amp-social-share[type=whatsapp] {
   color: transparent;
   display: inline-block;
   border: 1.6px solid #2F3037;
   background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Cpath fill='%2F3037' d='M35.4 10.4C32 6.9 27.3 5 22.5 5 12.3 5 4.1 13.3 4.2 23.4c0 3.2.9 6.3 2.4 9.1L4 42l9.7-2.5c2.7 1.5 5.7 2.2 8.7 2.2 10.1 0 18.3-8.3 18.3-18.4 0-4.9-1.9-9.5-5.3-12.9zM22.5 38.6c-2.7 0-5.4-.7-7.7-2.1l-.6-.3-5.8 1.5L9.9 32l-.4-.6c-4.4-7.1-2.3-16.5 4.9-20.9 7.2-4.4 16.5-2.3 20.9 4.9 4.4 7.2 2.3 16.5-4.9 20.9-2.3 1.5-5.1 2.3-7.9 2.3zm8.8-11.1-1.1-.5s-1.6-.7-2.6-1.2c-.1 0-.2-.1-.3-.1-.3 0-.5.1-.7.2 0 0-.1.1-1.5 1.7-.1.2-.3.3-.5.3h-.1c-.1 0-.3-.1-.4-.2l-.5-.2c-1.1-.5-2.1-1.1-2.9-1.9-.2-.2-.5-.4-.7-.6-.7-.7-1.4-1.5-1.9-2.4l-.1-.2c-.1-.1-.1-.2-.2-.4 0-.2 0-.4.1-.5 0 0 .4-.5.7-.8.2-.2.3-.5.5-.7.2-.3.3-.7.2-1-.1-.5-1.3-3.2-1.6-3.8-.2-.3-.4-.4-.7-.5h-1.1c-.2 0-.4.1-.6.1l-.1.1c-.2.1-.4.3-.6.4-.2.2-.3.4-.5.6-.7.9-1.1 2-1.1 3.1 0 .8.2 1.6.5 2.3l.1.3c.9 1.9 2.1 3.6 3.7 5.1l.4.4c.3.3.6.5.8.8 2.1 1.8 4.5 3.1 7.2 3.8.3.1.7.1 1 .2h1c.5 0 1.1-.2 1.5-.4.3-.2.5-.2.7-.4l.2-.2c.2-.2.4-.3.6-.5.2-.2.4-.4.5-.6.2-.4.3-.9.4-1.4v-.7s-.1-.1-.3-.2z'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-size: auto 21px;
   max-width: 24.5px;
   max-height: 24.5px;
   margin-top: -1rem;
   background-position-y: 1.5px;
   background-position-x: 2px;
   top: -0.55px;
}*/

.mt-0 {
   margin-top: 0;
}

figure {
   height: auto;
   min-height: auto;
}

header .share {
   margin-left: 15px;
}

::part(caption) {
   /*background: rgb(0,0,0);*/
   /*background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(5,5,5,0.5) 40%, rgba(5,5,5,.35) 75%, rgba(5,5,5,0) 100%);*/
   background-color: rgba(0, 0, 0, .5);
   bottom: 0;
   position: fixed;
   z-index: 10;
   width: calc(100vw - 40px);
   text-align: center;
   text-shadow: 0px 0px 3px black;
}

.comparte {
   text-align: center;
}

.pub250 {
   min-width: 0;
   width: 100%;
}

.iframe {
   margin-bottom: 20px;
}

.notas {
   position: relative;
}

figure:first-child {
   height: auto;
}

.img-vertical img,
img.img-vertical {
   object-position: 50% 0%;
}
/*
@media (max-width: 1200px) {
   .gallery { 
      grid-auto-rows: 120px;
   }
}

@media (max-width: 992px) { 
   .gallery { 
      grid-auto-rows: 100px;
   }
}
*/

@media (max-width: 768px) { 
   .gallery { 
      grid-auto-rows: 7rem;
      grid-gap: 1px;
      margin-top: 1px;
      margin-bottom: 1px;
   }

   #amp-lightbox-gallery {
      font-size: 14px;
   }

   .descripcion {
      margin-bottom: 0;
   }

   .comparte {
      text-align: left;
   }

   amp-social-share[type=twitter],
   amp-social-share[type=email],
   amp-social-share[type=system] {
      margin-left: 15px;
   }

   amp-social-share[type=twitter] {
      background-position-x: -50px;
   }

   amp-social-share[type=email] {
      background-position-x: -102.5px;
   }

   amp-social-share[type=facebook] {
      background-position-x: 3px;
      margin-left: -5px;
   }

   header .share {
      display: block;
      margin-top: 2em;
      width: 100%;
      margin-left: 0;
   }
}

.pswp__caption__center {
   max-width: 90% !important;
   text-align: center !important;
}

.pswp--open {
   animation: opacity .111s !important;
}

@keyframes opacity {
   from { 
      opacity: 0.5;
   }

   to { 
      opacity: 1;
   }
}

@media (max-width: 576px) { 
   .gallery { 
      grid-auto-rows: 7rem;
   }

   header .fecha {
      display: block;
   }

   ::part(caption) {
      background-color: transparent;
   }

   #flex { 
      display: flex; 
      flex-direction: column; 
   }

   #order-1 { 
      order: 1; 
   }

   #order-2 { 
      order: 2; 
   }

   #order-3 { 
      order: 3; 
   }

   #order-4 { 
      order: 4; 
   }
   @media (max-width:768px) {
      #order-4 { margin-left:-1rem;margin-right:-1rem; }
   }

   #order-5 { 
      order: 5; 
   }

   .pswp__caption__center {
      max-width: 97% !important;
   }

}

.row-gallery {
   grid-template-rows: auto auto auto 1fr;
   grid-gap: 10px 20px;
}

.h-fit-content {
   height: fit-content;
}

.g-row-2 {
   grid-row: span 2;
}

.g-row-3 {
   grid-row: span 3;
}

.thumbs {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: auto;
   grid-gap: 5px;
}

.thumbs a { 
   overflow:hidden; 
}

.thumbs img {
   transition:all 1s; 
}

.thumbs img:hover { 
   transition: all 1s; 
   transform: scale(1.5); 
}

main { padding:0; }

