@font-face {
  font-family: 'Galvji';
    src: url('../fuente/Galvji.ttc') format('truetype'); /* Modern Browsers */
    font-display: swap;
}
@font-face {
  font-family: 'semakin';
    src: url('../fuente/Semakin.ttf') format('truetype'); /* Modern Browsers */
    font-display: swap;
}

.titulo_galeria{
  font-family: semakin;
  font-size: 4rem;
}
body{
    background-color: #EAEAEA !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth !important;
    padding: 0 !important;
    /* background-color: #000 !important; */
}
/* p,a,h1,h2,h3,h4,h5,h6,ul,li{
  font-family: galvji;
  color: #ffffff;
} */
#footer{
  background: #242424 ;
  opacity: 1;
  height: 45vh;
 
}
#navegador{
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}

@media (hover: hover) {
  
}
/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
     
}
/* (1920x1080) Full HD Display */
@media (min-width: 1920px) and (max-width: 2560px)  {
   
}
@media only screen and ( height = 619px){

}
@media only screen and (max-width: 1200px){
}
/*laptops*/
@media only screen and (max-width: 992px) {
    
}
/*tablets*/
@media only screen and (max-width: 768px) {
   
}
@media only screen and (max-width: 600px) {
    
}
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 375px) {

}
