/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
.contenedor{
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.contenedor1{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contenedor2{
  display: flex;
  align-items: center;
  padding-top: 0px;
  gap: 10px;
}

.iconFooter{
  font-size: 1.4rem;
  color:white;
}

.distanciaItems{
  margin-bottom: 10px;
}

 .parallax-container {
  height: 300px;
}

.icon-block {
  padding: 0px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.iconBox{
  margin-bottom: 30px;
  height: 330px;
}
.iconBox_m{

  height: 210px;
}
.iconContacto{
  font-size: 1.5rem;
  color:grey;
}
.iconContactoBco{
  font-size: 1rem;
  color:white;
}
.qr{
  max-width: 150px;
}
.seccion{
  padding-top: 2%;
  min-height: 300px;
}
.no-margin-bot{
  margin-bottom: 0%;
}
.no-margin-top{
  margin-top: 0%;
}
.subtit{
  margin-top: 2%;
}
.pad-i{
  padding-left: 5%;
}
.marg-b{
  margin-bottom: 5%;
}
.marg-t{
  margin-top: 5%;
}
.iconBox2{
  margin-bottom: 30px;
  height: 150px;
}
.ancla{
  height: 3rem;
}

.calendarios{
  max-height: 300px;
}