@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Roboto+Condensed:wght@300;400;700&family=Roboto+Slab:wght@400;600;700;900&display=swap');
/*
* 
*/

/* Links */
a,
a:focus,
a:hover {
  color: #82b717;
}

/*
* Base structure
*/

html,
body {
  height: 100%;
}

body {
  background-color: #f7f7f7;
  position: relative;
}

body {
  color: #262626;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body,html,h1,h2,h3,h4,h5,h6,ul,li{
  margin: 0;
  padding: 0;
}
/* Header */
header{
  padding: 40px 0px;
  width: 100%;
}
.texto-logo1{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #4f4e4e;
  line-height: 1.5rem;
  text-align: center;
}
.texto-logo2{
  font-family: 'Lato', sans-serif;
  font-size: 0.87rem;
  color: #4f4e4e;
  line-height: 1.2rem;
  text-align: center;
}

.texto-logo3{
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  color: #4f4e4e;
  line-height: 1rem;
  text-align: center;
}
.texto-logo2 p,.texto-logo3 p{
  margin-bottom: 0rem;
}
.redes-header{
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 15px;
}
.redes-header ul{
  list-style: none;
}
.redes-header ul li{
  display: inline-block;
  margin-left: 6px;
}
.redes-header ul li a{
  color: #fff;
  background-color: #82b717;
  padding: 8px 0px;
  width: 40px;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  display: block;
  text-align: center;
  transition: all 0.5s;
}
.redes-header ul li a:hover{
  color: #fff;
  background-color: #a2cc4f;
  
}
/* Menu */
.menu-g{
  background: rgb(130,183,23);
  background: linear-gradient(90deg, rgba(130,183,23,1) 42%, rgba(164,198,96,1) 100%);
  -webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.24); 
  box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.24);
  display: none;
}

.menu-g .menu ul{
  list-style: none;
}
.menu-g .menu ul li{
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}
.menu-g .menu ul li a{
    color: #fff;
    font-size: 0.93rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 15px;
    text-decoration: none;
    transition: all 0.5s;
    display: block;
}
.menu-g .menu ul li a:hover{
  background-color: rgb(114, 159, 21);
}
.menu-g .menu ul li i{
  margin-right: 5px;
}
.buscar-g{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.buscar-g input{
  height: max-content;
  border: 0px;
  padding: 3px 15px;
  width: 80%;
}
.buscar-g input::placeholder{
  font-size: 0.9rem;
  font-style: italic;
}

.menu-g2{
  background: rgb(130,183,23);
  background: linear-gradient(90deg, rgba(130,183,23,1) 42%, rgba(164,198,96,1) 100%);
  -webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.24); 
  box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.24);
  display: block;
}

.menu-g2 ul{
  list-style: none;
  margin: 10px 0px 25px 0px;
  
}
.menu-g2 .menugg{
  display: none;
}
.menu-g2 ul li{
  color: #fff;
  margin-bottom: 5px;
  border-bottom: 1px dotted #f7f7f7;
}
.menu-g2 ul li:last-child{
  margin-bottom: 0px;
}
.menu-g2 ul li a{
  color: #fff;
    font-size: 0.93rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.5s;
    display: block;
}
.menu-g2 ul li ul{
  background: rgb(247, 247, 247);
  padding: 15px 15px;
  margin: 0px;
  display: none;
}
.menu-g2 ul li ul li a{
  text-decoration: none;
  font-size: 0.95rem;
  color: #4f4e4e;
  font-weight: 400;
  text-transform: unset;
  padding: 8px 0px;
}
.menu-g2 ul li ul li a i{
  color: #74a218;
  margin-right: 10px;
}
/* Noveddae HOME*/
.noveddaes-g{
  padding: 60px 0px 60px;
}
.bloque{
  background-color: #f2f2f2;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.24); 
  box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.24);
}
.bloque a{
  background-color: #fff;
  position: relative;
  color: #262626;
  padding: 15px 15px;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5rem;
  display: block;
  transition: all 0.5s;
  
}
.bloque a:hover{
  background-color: #82b717;
  color: #fff;
}
.bloque .cintillo{
  background-color: rgba(130, 183, 23, 0.7);
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.87rem;
  padding: 5px 10px;
}
.bloque .cintillo a{
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 0.87rem;
  padding: 0px;
  background-color: transparent;
}
/* SINDICATO HOME */
.sindicato-g{
  padding: 60px 0px;
  background-image: url('../img/fondo-baneficios.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sindicato-g h1{
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  display: none;
}
.sindicato-g h2{
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 30px;
}
.bloque-benef{
  background-color: #fff;
}
.bloque-benef .titulo-benef{
  background-color: #638298;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 20px 20px;
  font-weight: 700;
  font-size: 1.3rem;
}
.bloque-benef .texto-benef{
  padding: 20px 20px;
  margin-bottom: 20px;
}
.bloque-benef .texto-benef a{
  color: #262626;
  text-decoration: none;
}
.bloque-benef .texto-benef a:hover{
  
  text-decoration: underline;
}
.bloque-benef .texto-benef p{
  margin-bottom: 10px;
}
.bloque-benef2{
  background-color: #638298;
  color: #fff;
  margin-bottom: 15px;
}
.bloque-benef2 .titulo-benef{
  background-color: #638298;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 1.3rem;
}
.bloque-benef2 .texto-benef{
  padding: 0px 20px 15px;
}
.bloque-benef2 .texto-benef a{
  color: #fff;
  text-decoration: none;
}
.bloque-benef2 .texto-benef a:hover{
  text-decoration: underline;
}
/* OBRA SOCIAL HOME */
.obrasoc-g{
  padding: 60px 0px;
  background-color: #fff;
}
.bloque-os{
  background-color: #007330;
  display: flex;
  margin-bottom: 15px;
}
.bloque-os .icono{
  background-color: #01a23a;
  padding: 20px;
}
.bloque-os .texto{
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0px 15px 0px 15px;
}
.bloque-os .texto a{
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
}
/* ESCUELA */
.escuela-g{
  padding: 60px 0px;
  background-image: url('../img/fondo-escuela.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bloque-esc{
  background-color: #fff;
  display: flex;
  min-height: 100%;
  -webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.24); 
  box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.24);
  padding: 0px 10px 0px 10px;
  align-items: center;
}
.bloque-esc  ul{
  list-style: none;
}
.bloque-esc  ul li{
  padding-left: 15px;
  margin-bottom: 5px;
}
.bloque-esc ul li a{
  color: #00a138;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}




/* FOOTER  */
.separador-footer{
  height: 30px;
  border-bottom: 0px solid #fff;
  background-color: #82c91e;
}
.footer-direccion{
  padding: 25px 0px;
  background-color: #2d2d2d;
  border-bottom: 1px solid #676767;
  color: #f7f7f7;
  text-align: center;
}
.footer-redes{
  padding: 25px 0px;
  background-color: #2d2d2d;
  color: #f7f7f7;
  text-align: center;
}
.redes-footer{
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.redes-footer ul{
  list-style: none;
}
.redes-footer ul li{
  display: inline-block;
  margin-left: 6px;
}
.redes-footer ul li a{
  color: #fff;
  background-color: #82b717;
  padding: 8px 0px;
  width: 40px;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  display: block;
  text-align: center;
  transition: all 0.5s;
}
.redes-footer ul li a:hover{
  color: #fff;
  background-color: #a2cc4f;
  
}
/* MENU HOME */
.menu1{
  padding: 50px 0px;
  
  background: rgb(247, 247, 247);
  display: none;
}
.menu1 ul{
  list-style: none;
}
.menu1 ul li{
  margin-bottom: 10px;
}
.menu1 ul li:last-child{
  margin-bottom: 0px;
}
.menu1 ul li i{
  margin-right: 8px;
  color: #74a218;
}
.menu1 ul a{
  text-decoration: none;
  font-size: 0.95rem;
  color: #4f4e4e;
}
.banner-sec{
  background-image: url('../img/seccionales-home.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
}
.seccio{
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 4rem;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  line-height: 2.8rem;
}
.banner-beneficio{
  background-image: url('../img/banner-beneficios.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 10px;
  padding: 15px 0px;
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
}
.banner-beneficio a{
  padding: 15px 30px;
  color: #fff;
  font-size: 0.9rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  background-color: #82b717;
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
  display: inline-block;
}
/* NOVEDADES INTERIOR */
.noveddaes-g-int-tit{
  padding: 60px 0px 0px;
}
.noveddaes-g-int{
  padding: 60px 0px 60px;
}
.noveddaes-g-int h1{
  font-size: 2.5rem;
  font-weight: 500;
  color: #262626;
  margin-bottom: 50px;
}
.noveddaes-g-int h2{
  font-size: 1.8rem;
  font-weight: 600;
  color: #262626;
  margin-bottom: 30px;
}
.noveddaes-g-int h3{
  font-size: 1.8rem;
  font-weight: 600;
  color: #262626;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.supertop{
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 40px 0px;
}
.supertop2{
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 40px 0px;
}
.cintillo{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #718052;
  font-size: 2.25rem;
  text-transform: uppercase;
}
.bread{
  font-family: 'lato', sans-serif;
  font-weight: 400;
  color: #718052;
  font-size: 0.95rem;
  margin-top: 15px;
}
.redes-comp{
  margin: 30px 0px;
  width: 100%;
  text-align: left;
}
.redes-comp ul{
  list-style: none;
}
.redes-comp ul li{
  display: inline-block;
  margin-left: 5px;
}
.redes-comp ul li a{

  color: #fff;
  background-color: #232323;
  padding: 8px 0px;
  width: 40px;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  display: block;
  text-align: center;
}
.galeria{
  margin-bottom: 40px;
}
.contenido p{
  margin-bottom: 30px;
}
/* Generiaca */
.mat-adic{
  background-color: #f2f2f2;
  display: flex;
  -webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.24); 
  box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.24);
  margin-bottom: 30px;
}
.mat-adic .icono{
  padding: 20px;

}
.mat-adic .texto{
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0px 20px 0px 20px;
}
.mat-adic .texto a{
  color: #718052;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
/* Contacto */
.map{
  margin-bottom: 60px;
}
.enviar{
  background-color: #82b717;;
  border-color: #82b717;
  border-radius: 0rem;
}
.enviar:hover{
  background-color: #82b717;;
  border-color: #82b717;
  border-radius: 0rem;
}
.datos-cont{
  color:#262626
}
.datos-cont h2{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 1px solid #7c7b7b;
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
}
/* SECIONALES */
.seccional-btn a{
  background-color: #fefefe;
  color: #82b717;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.seccional-btn a:hover{
  background-color: #82b717;
  color: #e8eedb;
  
}
.una-seccional{
  margin-top: 30px;
  padding: 40px 0px 80px;
  border-top: 1px solid #dbdbdb;
}
.una-seccional h1{
 color: #718052;
 margin-bottom: 30px;
 font-size: 2.2rem;
 font-family: 'Roboto Condensed', sans-serif;
 font-weight: 700;
}
.masinfo {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 30px;
}
.masinfo a{
  color: #fff;
  background-color: #82b717;
  text-decoration: none;
  padding: 20px 30px;
}
.back-white{
  background-color: #fff;
}
.info-adic-secc h1{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 1px solid #7c7b7b;
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
  color: #616161;
}
.mapa-santa-fe-g{
  width: 600px;
  height: 472px;
  position: relative;
  margin-bottom: 30px;
}
.belgrano{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.iriondo{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.sanlorenzo{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.rosario{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.constitucion{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.caseros{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.lopez{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.mbelgrano{
  position: absolute;
  top: 5px;
  left: 280px;
  z-index: 500;
  cursor: pointer;
}
.mbelgrano2{
  position: absolute;
  top: 58px;
  left: 272px;
  z-index: 500;
  cursor: pointer;
}
.miriondo{
  position: absolute;
  top: 74px;
  left: 340px;
  z-index: 500;
  cursor: pointer;
}
.msanlorenzo{
  position: absolute;
  top: 66px;
  left: 468px;
  z-index: 500;
  cursor: pointer;
}
.mrosario1{
  position: absolute;
  top: 131px;
  left: 503px;
  z-index: 500;
  cursor: pointer;
}
.mrosario2{
  position: absolute;
  top: 153px;
  left: 535px;
  z-index: 500;
  cursor: pointer;
}
.mconstitucion{
  position: absolute;
  top: 190px;
  left: 560px;
  z-index: 500;
  cursor: pointer;
}
.mcaseros{
  position: absolute;
  top: 160px;
  left: 354px;
  z-index: 500;
  cursor: pointer;
}
.mlopez{
  position: absolute;
  top: 302px;
  left: 200px;
  z-index: 500;
  cursor: pointer;
}
.map2{
  height: 300px;
  margin-top: 30px;
}
.fondo-blanco{
  background-color: #fff;
  padding: 60px 0px;
}
.ntrelac h2{
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #718052;
  font-size: 1.5rem;
}
.logo{
  margin-bottom: 15px;
  text-align: center;
}
.menuh{
  display: inline-block;
  float: left;
}
.textomh{
  display: inline-flex;
  color: #fff;
  font-weight: 700;
  height: 100%;
  align-items: center;
}
.escicono{
  padding-right: 0px;
}
.esctxto{
  padding-left: 0px;
}
.icono-escuela{
  margin-bottom: 15px;
}
.mapacaja{
  margin-top: 30px;
}
.input-buscador {
  margin-top: 10px;
}

.input-buscador input{
  background: #fff;
  border: 1px solid #a9abae;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 0.9rem;
}
.input-buscador input::placeholder{
  font-size: 0.9rem;
}
.input-group-text {
  color: #fff;
  background-color: #7eae38;
  border: 1px solid #a9abae;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btbuscar {
  background: transparent;
  color: #fff;
  border: 0px;
}
.busc-pag{
  padding: 0px 15px 20px 15px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.busc-pag:last-child{
  margin-bottom: 0px;
  border-bottom: 0px dotted #ccc;
}
.busc-pag a{
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
}
#mfinal1{
	display: none;
}
#mfinal2{
	display: none;
}
#mfinal3{
	display: none;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .banner-beneficio{
    text-align: left;
  }
  .banner-beneficio a{
    text-align: left;
    margin-top: 0px;
  }
  .bloque-os .icono{
    padding: 10px;
  }
  
  .bloque-esc  ul li{
    padding-left: 10px;
    margin-bottom: 5px;
  }
  
  
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .banner-beneficio{
    font-size: 1.5rem;
    text-align: left;
  }
  .banner-beneficio a{
    font-size: 1rem;
    text-align: left;
  }
  .banner-sec{
    margin-bottom: 0px;
  }
  .sindicato-g{
    padding: 80px 0px;
  }

  .bloque-benef .texto-benef{
    margin-bottom: 0px;
  }
  .bloque-os .texto a{
    font-size: 1.1rem;
  }
  .bloque-os .texto{
    padding: 0px 10px 0px 10px;
  }
  .bloque-os .icono{
    padding: 10px;
  }
  .bloque-os{
    margin-bottom: 0px;
  }
  .bloque-esc ul li a{
    font-size: 1rem;
  }
  .supertop{
    background-position: 180% center;
    background-color: #fff;
    background-image: url('../img/top-novedades.png');
    background-repeat: no-repeat;
  }
  .supertop2{
    background-color: #fff;
    background-image: url('../img/top-sec.png');
    background-repeat: no-repeat;
    background-position: 180% center;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .menu-g{
   
    display: block;
  }
  .menu-g2{
  
    display: none;
  }
  .menu-g .menu ul li{
    margin-right: 3px;
  }
  .menu-g .menu ul li a{
     font-size: 0.83rem;
      padding: 20px 8px;
  }
  .redes-header{
    justify-content: end;
    margin-top: 0px;
  }
  .logo{
    margin-bottom: 0px;
    text-align: left;
  }
  .texto-logo1{
    text-align: left;
  }
  .texto-logo2{

    text-align: left;
  }
  
  .texto-logo3{
 
    text-align: left;
  }
  .banner-beneficio{
    font-size: 2rem;
  }
  .banner-beneficio a{
    font-size: 1.2rem;
  }
  .sindicato-g{
    padding: 120px 0px;
  }
  .sindicato-g h1{
    display: block;
  }
  .sindicato-g h2{
    display: none;
  }
  .obrasoc-g{
    padding: 120px 0px;
  }
  .bloque-os .texto a{
    font-size: 1.6rem;
  }
  .bloque-os .texto{
    padding: 0px 20px 0px 20px;
  }
  .bloque-os .icono{
    padding: 20px;
  }
  .escuela-g{
    padding: 120px 0px;
  }
  .bloque-esc  ul li{
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .bloque-esc ul li a{
    font-size: 1.1rem;
  }
  .icono-escuela{
    margin-bottom: 0px;
  }
  .supertop{
    background-position: right center;
  }
  .supertop2{
    background-position: right center;
  }
  .mapa-santa-fe-g{
    width: 600px;
    height: 472px;
    position: relative;
    margin-bottom: 0px;
  }
  
}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .menu-g .menu ul li{
    margin-right: 3px;
  }
  .menu-g .menu ul li a{
     font-size: 0.93rem;
      padding: 20px 10px;
  }

  .bloque-esc  ul li{
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .bloque-esc ul li a{
    font-size: 1.3rem;
  }
  .map2{
    margin-top: 0px;
  }
  
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  
  .menu-g .menu ul li{
    margin-right: 5px;
  }
  .menu-g .menu ul li a{
     font-size: 0.93rem;
      padding: 20px 15px;
  }
}
