/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arvo', serif;
}

.fondo_nav {
  background-color: #7b090a;
}
.margen_arriba_15 {
  margin-top: 15px;
}
.margen_arriba_30 {
  margin-top: 30px;
}
.margen_abajo_30 {
  margin-bottom: 5px;
}
.margen_arriba_60 {
  margin-top: 60px;
}

.margen_neg {
  margin-top: -10px;
}

.logo {
  margin-top: 0px;
  width: 145px;
}

.color_rojo {
  color: #7b090a;
}

.slider .slides {
    height: 430px !important;
}
.slider .indicators {
    bottom: -26px !important;

}


div.menu_coleccione_contenedor {
  width: 100%;
  background-color: rgb(52, 52, 52);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 3%;

}

div.menu_coleccione_contenedor a {
  color: white;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}
div.menu_coleccione_contenedor a:hover{
  color: #7b090a;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}
.fondo_rojo_botones {
  background-color: #7b090a;
}
.fondo_rojo_botones:hover {
  background-color: #940809;
}

.contenedor_banner {
  width: 100%;
  height: 100vh;
  background-image: url(../img/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 993;
    will-change: opacity;
}

.contenedor nav {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0);
}
span.thin {
  font-weight: lighter !important;
  font-family: "Roboto", sans-serif !important;
}
.parallax-container {
      height: 550px;
    }


    /* label focus color */
    .input-field input[type=text]:focus + label {
      color: #000;
    }
    .input-field input[type=email]:focus + label {
      color: #000;
    }
    .input-field input[type=tel]:focus + label {
      color: #000;
    }
    /* label underline focus color */
    .input-field input[type=text]:focus {
      border-bottom: 1px solid #000;
      box-shadow: 0 1px 0 0 #000;
    }
    .input-field input[type=email]:focus {
      border-bottom: 1px solid #000;
      box-shadow: 0 1px 0 0 #000;
    }
    .input-field input[type=tel]:focus {
      border-bottom: 1px solid #000;
      box-shadow: 0 1px 0 0 #000;
    }
    textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
    }
    textarea.materialize-textarea:focus:not([readonly]) + label {
      color: #000;
    }
.footer  {
  background-color: #7b090a;
  height: 80px;
  margin-bottom: 0px;
  padding-right: 10%;
  padding-left: 10%;

}

.flex_container  {
  height: 80px;
  display: flex;
  justify-content: space-between; ;
  align-items: center;
  margin-bottom: 0px;
}

.contenedor_logos a {
  margin-left: 20px;
  margin-right: 20px;
}

.fondo_contacto {
  background-image: url(../img/fondo_contacto.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#semblanza {
  background-image: url(../img/fondo_semblanza.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.slider .indicators .indicator-item.active {
    background-color: #7b090a;
}

/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 300px) {
  .container {
    min-width: 300px;
  }
  .contenedor_banner {
    width: 100%;
    height: 50vh;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

/* Larger than phablet */
@media (min-width: 550px) {
  .container {
    min-width: 550px;
  }
  .contenedor_banner {
    width: 100%;
    height: 100vh;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  .container {
    min-width: 750px;
  }
  .contenedor_banner {
    width: 100%;
    height: 100vh;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
  .container {
    min-width: 1200px;
  }

}
