.swiper {
    width: 100%;
    height: 500px;
  }
  .hide {
              display: none !important;
          }

@font-face {
  font-family: 'Metropolis-Regular';
  src: url('fonts/metropolis/Metropolis-Regular.otf') format('opentype');
}
       

body {
  font-family: 'Metropolis-Regular', sans-serif;
}

.bg-sanmartin-nro{
  height: 80vh;
  padding: 150px;
  box-sizing: border-box;
  background: url(../images/bg-servicios_numero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-sanmartin-servicios{
    background-image: url(../images/bg_servicios.png);
    height: 80vh;
    padding: 150px;
    padding-top: 200px !important;
}

/* O aplicarlo a un elemento específico o clase */
.mi-clase {
  font-family: 'MiFuentePersonalizada', serif;
}

.bg-secundario-azul{
  background-color: #005abb !important;
}
.bg-secundario-rojo{
  background-color: #d6492a !important;
}
.bg-secundario-celeste{
  background-color: #289a93 !important;
}

.bg-secundario-amarillo{
  background-color: #f4af00 !important;
}


.text-secundario-azul{
  color: #005abb !important;
}
.text-secundario-rojo{
  color: #d6492a !important;
}
.text-secundario-celeste{
  color: #289a93 !important;
}

.text-secundario-amarillo{
  color: #f4af00 !important;
}

.footer-franja{
  background-image: url(../images/franja2.png);
  background-repeat: repeat-x;
  height: 100px;
  width: 100%;
  display: block;
  background-size: contain;
}
.logo-header-emprende{
  width: 200px;
  padding: .5em;
}
.logo-header{
  width: 150px;
}
.content-logo{
  padding: 10px !important;
}

.menu-item .relative{
  display: none;
  position: absolute;
  width: auto;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 6px rgb(0 0 0 / 36%);
  }

.menu-item:hover .relative{
  display:block;
}

.menu-item:hover .relative .sub-menu-item a{
padding: 0.8em 1.2em;
display: block;
}

.menu-item:hover .relative .sub-menu-item a:hover{
  background: #005abb !important;
  color: #fff !important;
}

.j-single-w{
  max-width: 1024px !important;
}

.j-slider-index{
  height: auto !important;
}


.content-logo-fijo {
  padding: 0 !important;
}

.logo-fijo {
  width: 100px !important;
}

/* Estilos CSS */
.sub-menu-item > div {
  display: none;
}

.sub-menu-item:hover > div {
  display: block;
}



/* Estilos específicos para dispositivos móviles */
@media (max-width: 770px) {
  .bg-sanmartin-nro {
    height: auto; /* Altura automática para dispositivos móviles */
    padding: 10px; /* Padding reducido para dispositivos móviles */
    padding-top: 50px !important;
  }


  .bg-sanmartin-servicios{
    height: auto;
    padding: 10px;
    padding-top: 50px !important;
}
}