#container {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows:  calc(20vh) calc(15vh) ;
  grid-row-gap: 20px;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

#container .mhic {
  grid-column: 1/3;
  grid-row: 1/2;
  position: relative;
  overflow: hidden;
}
#container .mhic img{
  width: 494px;
  height: 104px;
  transition: all 0.3s;
  transform: scale(1);
  display: block;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;

}
#container .mhic:hover img{
  transform: scale(1.1);
}
#container .Eso {
  grid-column: 3/4;
  grid-row: 1/2;
  position: relative;
  overflow: hidden;
}
#container .Eso img{
  width: 90%;
  height: 90%;
  transition: all 0.3s;
  transform: scale(1);
  display: block;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;

}
#container .Eso:hover img{
  transform: scale(1.1);
}

#container .textoterceroB {
  grid-column: 1/4;
  grid-row: 2/3;
  text-align: justify;
  padding: 0 50px;
}
#container .textoterceroB h2 {
  color: #ab2a3e;
  font-size: 30px;


}
#container .textoterceroB p {
  color: #ab2a3e;
  font-size: 20px;

}


#cumcumtenedor{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: calc(60vh);
  grid-gap: 20px;
  margin-top: 10px;
  padding: 0px 50px;
  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;
  padding: 0px 10px;
}
.image-box {
    position: center;
    margin: 15px 10px;
    overflow: hidden;
    width: 95%;
    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;
}


#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: 4/5;
  grid-row: 1/2;
  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;
  }
}





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