.parallax-container {
  position: relative;
  overflow: hidden;
  height: 400px;
  
  
}



body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
  


/* prueba de slider
  .carousel-item img{
    height: 5px;
    width: 5px;
  }  */



/*  ///////////////////////////////----------------media--------------////////////


 header, main, footer {
      padding-left: 300px;
    }

    @media only screen and (max-width : 992px) {
      header, main, footer {
        padding-left: 0;
      }
    }
      
      /////////////////////////////////////////////////////////////////////////////    
  */

  /*  ///////////////////////////////----------------media--------------////////////


  @media screen and (max-width: 699px)  {
    .carousel {
            display:none;
    }
.volteo {
    display:none;
}

}

@media screen and (min-width: 699px)  {
    
.mov {
    display:none;
}

}



@media only screen and (max-width: 992px) {
  nav .brand-logo {
    display: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }



 ///////////////////////////////////////////////////////////


*/  

/*
   #cajacookies {
    box-shadow: 0px 0px 5px 5px #808080;
    background-color: white;
    background: rgba(0, 0, 0, 0.6);
    color: black;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    position: fixed;
    top: 120px;
    width: 50%;


}

#cajacookies button {
    color: black;
}  
*/