@font-face {
  font-family: 'Galvji';
    src: url('../fuente/Galvji.ttc') format('truetype'); /* Modern Browsers */
    font-display: swap;
}
:root {
  --color-naranja: #EC1C24;
  --color-amarillo: #FBB03B ;
}
body{
    background-color: #F5F5F5 !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth !important;
    /* background-color: #000 !important; */
}
p,a,h1,h2,h3,h4,h5,h6,ul,li{
  font-family: galvji;
  color: #ffffff;
}
#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) {
    #navegador{
      position: unset;
    }
}
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 375px) {

}
