/*FUENTES*/

@font-face{
    font-family: 'Gallery Modern';
    src: url('https://larraldespelzini.com/wp-content/uploads/2023/05/gallerymodern-webfont.ttf');
}

@font-face{
    font-family: 'Gotham';
    src: url('https://larraldespelzini.com/wp-content/uploads/2022/06/GothamBook.ttf');
}

/* FONDO OSCURO*/
body{
  background-color:#242424 !important;
}
/* -------------------NAV BAR----------------*/

/* nav bar secundaria*/
/*.secBar{
    position: fixed !important;
    top: 73px !important;
    width: 100% !important;
    z-index: 90 !important;
}*/
/* hover en links*/
.defaultLink a:hover, .defaultLink a:visited, .mobileSecMenu a:hover, .mobileSecMenu a:focus{
  font-weight: bold !important;
  border-bottom: solid;
  /*padding-bottom: 5px;*/
}

.page-content a{
  text-decoration:none !important;
}
.elementor-19 .elementor-element.elementor-element-c80a153 .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li > a{
    color:#fff !important;
}

/*nav bar en modo tableta*/
@media (max-width: 1024px){
  .elementor-section .elementor-container .navBar{
    justify-content: space-between !important;
    
  }
  /*.secBar{
    top: 56px !important;
  }*/

}
/*-----------------CELULAR--------------*/
@media (max-width: 768px){
  /*.secBar{
    top: 78px !important;
  }*/
  .mobileSecMenu a{
    color:#fff;
  }  
  .menuCategoria li{
    list-style:none !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  ul.menuCategoria{
    padding-left:0px;
  }
}

/*-----------------HOME PAGE-------------------*/
/* borde en proyectos*/
.ekit-wid-con .elementskit-infobox{
  border:none !important;
}

/*----------------PROYECTOS-------------------*/
.bannerH{
  height: 460px;
  max-height: 460px;
}


