
@import url(https://fonts.googleapis.com/css?family=Montserrat);

html{
  height: 100%;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

body{
  height: 100%;
  background: url(../img/bg-sa-01.jpg) no-repeat;
  background-size: cover;
  width: 14000px;
}



.m-b-50 {margin-bottom:50px;}


.menu {
  position: fixed;
  top: 40px;
  right:20px;
  width: auto;
  height: auto;
  padding:4px;
  background: rgba(0,0,0,0);
  z-index: 10;
}


.logo {
  position: fixed;
  top: 20px;
  left:20px;
  width: 360px;
  height: auto;
  padding:4px;
  background: rgba(0,0,0,0);
  z-index: 10;
}

.menu ul{
  list-style: none;
  margin:0;
}

.menu img{
  -webkit-filter: grayscale(1);
  -webkit-transition: 500ms ease all;
}
.menu img:hover{
  -webkit-filter: grayscale(0);
}
.menu img{
  width: 80px;
}



.info-contenedor {
  max-height: 100vh;
  padding: 10vh 0 0;
  overflow: hidden;
}

.info-contenedor img{
 max-height: 90vh;
}


.modal {
  background: url(../img/bg-modal-mayoredad.jpg) no-repeat;
  background-size: cover;
}

.modal-content{
  background: none;
  box-shadow: none;
  border:none;
}




@media only screen and (max-width: 600px) {
  html{
    height: 100%;
    max-width: 100%;
    overflow-y: visible;
    scroll-behavior: smooth;
  }

  body {
    overflow-x: hidden;
    max-width: 100%;
  }
}



