
.button {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;

}
h2 {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 32px;
}
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;
}


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


#cumcumtenedor1 .grupo1 {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
#cumcumtenedor1 .grupo2{
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
#cumcumtenedor1 .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{
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: calc(60vh);
  grid-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);
}
.image-box {
    position: center;
    margin: 15px 0px;
    margin-left: 55px;
    overflow: hidden;
    width: 80%;
    border-radius: 5%;
}
.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    border-radius: 3px;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}


.button{
  border: 1px solid #5080af;
  color: var(--light);
  cursor: pointer;
  padding: 5px 10px;
  max-width: 100%;
  border-radius: 20px;
  overflow: visible;
  color: #000;
  text-decoration: none;
}
.button:hover {
  background-color: #5080af;
}

.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;
  }
}





#cumcumcumtenedor  {
  display:grid;

}





.fa {
  padding: 20px;
  font-size: 30px;
  width: 25px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;

}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
  grid-column: 6/7;
  grid-row: 2/3;

}

.fa-twitter {
  background: #55ACEE;
  color: white;
  grid-column: 7/8;
  grid-row: 2/3;
}

.fa-google {
  background: #dd4b39;
  color: white;
  grid-column: 8/9;
  grid-row: 2/3;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
  grid-column: 9/10;
  grid-row: 2/3;
}


.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
.intro{
  color:blue;
  text-align: justify;
  font-size: 10px;
}

iframe {
  margin: auto;
  padding: inherit;
  text-align: center;
}
