/* 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{
    background-color: #FED92C;
}
.detente{
     font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.escribenos{
    font-family: 'Bruno Ace SC', cursive;
    font-size: 20px;
    padding-left: 5%;
    margin-top: 5%;

}
.redondo{
  width:auto;
  height:90px;
  border-radius: 50px;
  float:left;
     background-color: #FD9F15;
   
}
.redondo:hover{
    background-color: #42E20E;
}
.redondo a{
  text-decoration:none;
}
nav ul a,
nav .brand-logo {
  color: #444;
}
/*
@media only screen and (max-width : 500px) {
  .compritas{
      
   visibility: hidden;
  }
    
}
@media only screen and (max-width : 1px) {
  .compritas{
      
   background-color: aqua !important;
  }
    
}/*
@media (max-width: 200px) {
    .textitopruebas{
        margin: 1%;
    }
    .estiloresponsive{
        float: right;
        padding-left: 15px; 
    }
}*/

@media (max-width: 700px) {
    .textitopruebas{
        width: 20%;
        height: 20%;
        
}
    }
.textitopruebas{
    width:90%;
    height: 90%;
}
@media (max-width: 700px) {
    .parallax-container{
        height: 1200px !important;
        
}
    }
.cookies{
    font-size: 20px;
    
}
.fixedcontainer{
    z-index: 9910;
}
.fixedcontainer{
    position: fixed;
    width: 100%;
    bottom:0;
    left:0;
    background-color: #333;
    padding: 5px;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

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