/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body{
  font-family: 'New Rocker';
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

/* .sidenav-trigger {
  color: #26a69a;
} */

.parallax-container {
  top: 0 !important;
  min-height: 300px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    /* top: 40%; */
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

#index-banner {
  height: 100vh;
}

#logo {
  height: 64px !important;
}

.transparentBG {
  position: absolute;z-index:999999999;
  background-color: rgba(0,0,0,0);
}

#encabezado {
  padding-top: 25vh !important;
}

.caligrafia {
  font-family: 'New Rocker';
}

.titulo-cactus {
  font-family: 'New Rocker';
}

.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  height: 300px;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

#whats{
  color: #25d366;
}

.facebook {
  color: #3b5998;
}

.video-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

/* Nuevo estilo para los textos entre paréntesis */
.muted-text {
    color: #616161 !important; /* Un gris oscuro para un tono más bajo */
    font-size: 1.0rem; /* Reduce un poco el tamaño de la fuente para que se vea más como una nota */
    display: block; /* Asegura que el texto ocupe su propia línea */
    margin-top: 0px; /* Reduce el espacio entre el producto y la descripción */
    margin-bottom: 8px; /* Añade un poco de espacio debajo */
}

/* Nuevo estilo para resaltar texto */
.highlight-text {
    color: #d84315 !important; /* Un color anaranjado o rojo para destacar */
    font-weight: bold; /* Opcional: para que se vea más fuerte */
}

/* Ajustes para el diseño de las listas */
.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.menu-item .name {
    flex-grow: 1;
}

.menu-item .price {
    flex-shrink: 0;
    margin-left: 10px;
}

span.name, .price{
  font-size: 1.1rem;
}