* {
  font-family: 'Karla','helvetica neue', sans-serif;
  font-weight: 100;
  padding: 0;
  user-select: none;
}

body {
  background: #000000;
  margin: 0;
  cursor: url(puntero2.png), auto;
}

.cientoveinte-menu {
  display: none;
  visibility: hidden;
}

.grid-container {
  background: #000000;
  display: grid;
  grid-template-areas: 
  "header header header"
  "aside main main"
  "aside main main"
  "aside main main"
  "aside main main"
  "aside main main"
  "aside main main"
  "aside main main"
  "footer main main";
  grid-template-rows: 80px 1fr 1fr 1fr 1fr 1fr 1fr 1fr .3fr;
  grid-template-columns: .2fr 1fr 1fr;
  grid-auto-flow: dense;
  height: 100%;
}

ul {
  padding-top: 3.125rem;
  position: -webkit-sticky;
  position: sticky;
  top: 9.6875rem;
}


a {
  text-decoration: none;
  color: var(--color-link);
}
a:hover,
a:focus {
  color: var(--color-link-hover);
  outline: 0;
  text-decoration: line-through;
}

.grid-main {
  display: grid;
 /* grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  grid-auto-rows: 105px;*/
  /*grid-gap: 10px;*/
}


img:hover {/*
  transform: scaleY(2) translate(50px);*/
  /*transform: skew(30deg);*/
  /*
  clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);*/
  /*filter: hue-rotate(90deg);*/
  filter: invert(100%);
}



.title {
  text-align: left;
  color: #fffff5;
  font-size: 1.2rem;
}

.titulo {
  display: inline-block;
  position: fixed;
  margin: 0 auto;
  margin-top: 40px;
  width: 6.25rem;
  left: 0;
  right: 0
}

.contacto {
  text-align: left;
  color: #fffff5;
  padding: 0;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 600px;
  margin-top: 230px;
  font-size: 13px;
}


.grid-header {
  background-color: #000;
  grid-area: header;
  padding: 10px;
  max-height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  font-size: 13px;
  z-index: 100;
}

.grid-main {
  background-color: #000;
  grid-area: main;
  padding: 1.5625rem;
}

.grid-aside {
  background-color: #000;
  grid-area: aside;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.grid-aside2 {
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  font-size: 13px;
}

.grid-footer {
  background-color: #000;
  grid-area: footer;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  display: none;
}




/*
------------------------------------------*/


.wrapper {
  width: 100%;
}

.cien {
  width: 12.5rem;
  height: 12.5rem;
}

.treinta {
  width: 200px;
  height: 300px;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.modal-content{
  margin-top: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
}

.modal-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.close {
  color: #fff;
  position: absolute;
  right: 1.5625rem;
  top: 50px;
  font-size: 4rem;
  font-weight: 100;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s ease;
}

.close:hover, .close:focus{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  opacity: 0.75;
  transition: 0.3s ease;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  top: 50%;
  padding: 3rem 1rem;
  color: #fff;
  margin-top: -50px;
  font-size: 3rem;
  user-select: none;
  transition: 0.3s ease;
}

.next {
  right: 0;
}

.prev:hover, .next:hover {
  opacity: 1;
  transition: 0.3s ease;
  background-color: rgba(0,0,0,0.8);
}

.modal-header .numbertext {
  color: grey;
  font-size: 1.5rem;
  padding: 8px 50px;
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
}

.modal-body {
  position: relative;
  margin: auto;
}

.modal-footer {
  color: #fff;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
}

.portrait-image {
  height: 50vw;
  width: 50vw;
}

/*.landscape-image {
  width: 69vw;
}*/
/*
------------------------------

HOME

------------------------------*/
.openMenu {
  display: none;
}
/*.mainMenu {
  display: flex;
}*/

.mainMenu .closeMenu , .icons i {
  display: none;
}



@media screen and (max-width: 768px) {
.grid-container {
  width: 90%;
  /*background-image: url(home/8.jpg);
  background-size: 105vh;*/
  /*background-repeat: no-repeat;*/
  grid-template-areas: 
  "header aside aside"
  "main main main"
  "main main main"
  "main main main"
  "aside2 main main"
  "footer main main";
  /*grid-template-columns: repeat(auto-fill,minmax(auto,1fr));*/
  grid-auto-rows: auto;
}
.grid-header {
  max-width: 100vw;
/*  background-color: transparent;*/
}
.title {
  font-size: 2rem;
  padding: 10px;
  margin-left: 10px;
}
.titulo {
  position: absolute;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 2rem;
  margin-left: 7.82rem;
}
.grid-main {
  background-color: transparent;
  padding: 0;
}

.grid-aside {
  background-color: transparent;
  font-size: 1.875rem;
  /*grid-column: 3 / 4;
  grid-row: 1 / 2;*/
  z-index: 12;
  padding: 0;
}

.grid-aside2 {
  background-color: transparent;
  font-size: 1.4rem;
  /*grid-row: 3 / 4;*/
}

.grid-footer {
  grid-area: main;
  background-color: transparent;
  text-align: right;
  top: 0;
  font-size: 1.5rem;
  /*grid-column: 3 / 4;
  grid-row: 6 / 7;*/
  line-height: 40px;
  margin-bottom: 70px;
}
/*img {
  display: none;
}*/

.wrapper {
  width: 100%;
  padding-top: 17px;
}

.mainMenu {
  height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    transition: top 1s ease;
    display: none;
    margin: 0;
}

.mainMenu .closeMenu {
  display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 500;

}

.grid-aside, .openMenu {
  grid-area: aside;
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  display: block;
  text-align: right;
  position: -webkit-sticky;
  position: sticky;
  z-index: 400;
  top: 30px;
}

.grid-aside, .mainMenu li a:hover {
  background: none;
    color: #fffff5;
    font-size: 1.6rem;
    line-height: 35px;
}

.icons i {
  display: inline-block;
  padding: 12px;

}
span {
  background-color: black;
}


.cien {
  max-width: 9.55rem;
  max-height: 9.55rem;
}
.contacto {
  text-align: center;
  color: #fffff5;
  font-size: 1.375rem;
  line-height: 40px;
  margin-top: 100px;
  margin-bottom: 70px;
}



  
}

a{
  text-decoration: none;
}