/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html {
  height: 100%;
}

body{
  background-image: url('../img/kicker/fondo_web.jpg'); 
  height: 100%;
}
/* } */

/* .logo_kicker img{
  width: 300px;
  height: 280px;
} */

.nav_direccion_y_redes{
  padding: 1rem 1rem 1rem 3rem;
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_direccion_y_redes .direccion{
  width: 60%;
}

.nav_direccion_y_redes .registrate{
  text-align: right;
}

.bg_green_kicker{
  background: #8ad000;
  color: white;
}

.btn_registrate{
  height: 80%;
  width: 140px;
  border: 0.15px solid white;
  border-radius: 8%;
}

.seccion_botones{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.seccion_botones img{
  width: 7em;
}

.seccion_botones_mobile img{
  width: 5.5em;
}

@media (min-width: 576px) {
  .redes_mobile, .mobile_none{
    display: none !important;
  }

  body{
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 576px) {
  .direccion_desktop, .redes_desktop, .desktop_none {
    display: none !important;
  }

  .mobile_none{
    display: flex !important;
  }
}

@media (max-width: 375px) {
  body{
    height: 100% !important;
  }

  .div_3_secciones{
    height: 100% !important;
  }

  .seccion_botones_mobile img{
    width: 5em;
  }

  .direccion_mobile{
    margin-bottom: 1rem;
  }
}

@media (min-width: 375px) {
  .div_3_secciones{
    height: calc(100% - 120px);
  }
}

