
p {
  text-decoration: none;
  color: #fff;
}
p a{
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.button {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;

}
h2 {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 32px;
  animation-duration: 3s;
  animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
h2 {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 32px;
}
h1{
  color: #fff;
  text-decoration: none;
}
h1 a{
  color: #fff;
  text-decoration: none;
}

#cumcumtenedor{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: calc(68vh)  calc(5vh) calc(68vh)  calc(5vh);
  grid-row-gap: 20px;
  margin-top: 10px;
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}
#cumcumtenedor h2{
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  color: #000;
}
#cumcumtenedor p{
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  color: #000;
  font-size: 20px;
}


#cumcumtenedor .grupo1 {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}

#cumcumtenedor .grupo2{
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}

#cumcumtenedor .grupo3{
  grid-column: 3/4;
  grid-row: 1/2;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  
}

#cumcumtenedor .grupo4{
  grid-column: 1/2;
  grid-row: 3/4;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  }

#cumcumtenedor .grupo5{
  grid-column: 2/3;
  grid-row: 3/4;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  }

#cumcumtenedor .grupo6{
  grid-column: 3/4;
  grid-row: 3/4;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  }

.barresiones{
  font-size: 12px;
  color: #fff;
  font-family: helvetica, arial;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  left: 0;
}
.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
