@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
text-decoration: none!important;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}


body {
  font-family: "Roboto", sans-serif!important;
  font-optical-sizing: auto!important;
  font-weight: 600!important;
  font-style: normal!important;
  background-color: #fff!important;
}

.colorpri{
    background-color: #D6F6FF!important;
}

.orbitron {
  font-family: "Orbitron", sans-serif!important;
  font-optical-sizing: auto!important;
  font-weight: 600!important;
  font-style: normal!important;
}

.bp{
    border-radius: 5px; border: 1px solid #E0E0E0!important;
}
.titulo1{
    font-family: "Nunito", sans-serif!important;
    font-optical-sizing: auto!important;
    font-weight: 800!important;
    font-style: normal!important;
    color:#000000;
    
}

.colortitulo2{
    color:#2F3999;
    background-color: #f7d7e9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.tamanoheight{
    height: 250px!important;
}

.footer{
    height: 200px;
    background-color: #5460D1;
    min-height: 150px;   
    display: flex;
    align-items: center;
}

.colornegro{
    background-color: black;
}

.colornp{
   background: linear-gradient(135deg, #94b9ff, #cfe0ff); 
}
.colornp2{
    background: linear-gradient(135deg, #F03232, #F0773A); 
}
.colornp3{
    background: linear-gradient(135deg, #b04e00, #b08b00); 
    border-radius: 10px;
}

.colornp4{
    background: linear-gradient(135deg, #dca5c5, #F0EA3F); 
}

.secpro{
    background-color: #5c0203; 
    border-radius: 10px;
}

.secpro2{
    background: linear-gradient(135deg, #feb6a0, #ffc5de);  
    border-radius: 10px;
}

.contenedor{
  height: 700px;              
  display: flex;
  align-items: center;        
  justify-content: center;    
}


.thumb{
  display: inline-block;
  width: 100%;
  max-width: 300px;   
}

.thumb img{
  width: 100%!important;
}

.thumb p{
  margin-top: 6px;
}

.thumbs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.thumbs-grid img {
    width: 100%;
    height: auto;
}

#btn-subir{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120%);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 9999;
}

#btn-subir.mostrar{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#btn-subir:hover{
  background: #5460D1; 
}




/* Tablet */
@media (max-width: 992px) {
    .thumbs-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Celular */
@media (max-width: 576px) {
    .thumbs-grid {
        grid-template-columns: 1fr;
    }
    .thumb {
        max-width: 100%;
    }
    .movil{
        width: 100%!important;
    }
    .espacio-abajo{
        padding-bottom: 10px;
    }
    .movilfooter1{
        font-size: 14px!important;
    }
    .movilfooter2{
        font-size: 11px!important;
    }
}


