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

nav ul a,
nav .brand-logo {
  color: #444;
}
p {
  line-height: 2rem;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff;
}


.sidenav-trigger {
  color: #a62626;
}

.parallax-container {
  min-height: 600px;
  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;
}
/*ram*/
a{
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  transition: 0.3s;
}

h1{
  transition: 0.8s;
  font-size: 40px;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff;
}

h1:hover{
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff;
  font-size: 56px;
  transition-delay: 0.5s;
}
h4{
  color: black;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff;
  font-size: 35px;
  font-family: 'Montserrat', sans-serif;
}

h3{
  font-family: 'Montserrat', sans-serif;
}

.rio_sp{
  display: block;
  margin-left: auto;
  transition: 0.8s;
  padding-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  position: center;
  padding-inline-start: unset;
  color: black;
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
}
.rio_sp:hover{
  text-shadow: 0 0 10px yellow, 0 0 20px yellow, 0 0 150px yellow;
  transition-delay: 0.5s;
  font-size: 25px;
  color:red;
  background-color: white;
}
.rio_usa{
  color: black;
  display:block;
  margin-left: auto;
  transition: 0.8s;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  position: relative;
  padding-inline-start: unset;
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
}
.rio_usa:hover{
  text-shadow: 0 0 10px blue, 0 0 20px blue, 0 0 50px blue;
  transition-delay: 0.5s;
  font-size: 25px;
  color: red;
  background-color: white;
}
/*FOTO TORREZ nosotros*/
.container22{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.container22 img {vertical-align: middle;}
.content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    font-size: 35px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 27px;
  color: rgb(10, 10, 10);
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 0 10px yellow, 0 0 20px yellow, 0 0 150px yellow;
}

.lio{
  font-family: 'Montserrat', sans-serif;
}
.flecha{
  text-align: center;
  color: blue;
  font-size: 20px;
  
}

.p17, .p18, .p19{
  padding-top:200px ;
}

@media (max-width: 450px){
  .maquina {
    height: 400px;
    align-items: center; 
  }
}
@media (max-width: 450px){
  .fona {  
    color: yellow;
    font-family: Montserrat;
    font-size: 11px;
    padding-top: 20px;
  }  
  .imgBx{
    height: 700px;
  }
}
/*nosotros*/
@media (max-width: 450px){
  .nostr, .nser, .norg {
    height: 300px;
  }
}
/*servicios*/
@media (max-width: 450px){
  .ser4, .ser5, .ser6, .ser7 {
    height: 300px;
  }
}
/*sectores*/
@media (max-width: 450px){
  .sec1, .sec2, .sec3 {
    height: 300px;
  }
}
/*clientes*/
@media (max-width: 450px){
  .cli1 { 
    height: 300px;
  }
}
/*proy2017*/
@media (max-width: 450px){
  .p2017, .p2018, .p2019 {
    height: 300px;
    margin-top: 300px;
  }
}

/*productos*/
@media (max-width: 450px){
  .prodd { 
    height: 300px;
  }
}

/*logo*/
.liga {
	background: linear-gradient(140deg, transparent 0%, transparent 40%, red 50%, transparent 60%, transparent 100%);
	background-repeat: no-repeat;
	background-size: 300%;
	-webkit-animation: liga 7s linear infinite;
			animation: liga 7s linear infinite;
  }

  @-webkit-keyframes liga {
	0% {
	  background-position: -600px;
	}
  
	40% {
	  background-position: 100px;
	}
  }

@keyframes liga {
	0% {
	  background-position: -600px;
	}
  
	40% {
	  background-position: 100px;
	}
  }

  @media (max-width: 1500px){
    .navbar-brand {
      width: 33%;
    }
  }

