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

 .flotante {
    display:scroll;
        position:fixed;
        bottom:120px;
        right:50px;
}

.nosotrosM{
  padding: 8rem 0;
}

.pTop{
  padding-top: 2rem;
}

*{
  font-family: 'gothamno';
}

.s-svg{
  width: 25px;
}

.s-svg2{
  width: 50px;
  z-index: 2;
  
}

.s-svg2:hover {
 
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);
}


@font-face{
  font-family: 'gothamno';
  src: url('../fonts/Gotham-Book.otf');
  font-weight: normal;
}

@font-face{
  font-family: 'gothamno';
  src: url('../fonts/Gotham-Black.otf');
  font-weight: bold;
}
 h5 {
  font-weight: bold;

 }
 h3{
  font-weight: bold;
 }


 a {
  text-decoration-color: none;
  color: white;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 75%;
  }
}



/*    -------    */


/* .fondoMenu {
  background-image: url("../images/fondoMenu.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}*/

.menu {
  opacity: 0;
}
.loco {
  opacity: 0;
}

.loco2 {
  opacity: 0;
}
.loco3 {
  opacity: 0;
}
.loco4 {
  opacity: 0;
}
.loco5{
  opacity: 0;
}
.loco6{
  opacity: 0;
}
h5 { 
 font-size: 1.3em; }

 table.highlight > tbody > tr:hover {
  background-color: #ffe082;
}

.nosotros {
  height: auto;
}
nav ul a,
nav .brand-logo {
  color: white;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: 50em;
  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;
}