* {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
}
.contenedor {
  width: 99%;
  margin: auto; 
}

.main-header {
  display: flex;
  flex-wrap: wrap;
}

.logo__img {
  display: block;
  max-width: 90%;
  margin: auto;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
} 

.emblema { transform: rotateY(2180deg); animation: emblema 5s infinite; }
@-webkit-keyframes emblema { 0% { -webkit-transform: rotateY(0);} 100% {-webkit-transform: rotateY(360deg);}}
@keyframes emblema { 0% { -webkit-transform: rotateY(0);} 100% { -webkit-transform: rotateY(360deg);}}
emblema {display: flex; -ms-flex-direction: column;}


.icones {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}
.icones__img {
  width: 40px;
}
.main-title {
  width: 100%;
  color: #061F5C;
  font-family: Elephant;
  font-size: 1.4em;
  text-align: center;
  margin: 10px 0;
	
	

}
.main a{
  text-decoration: none; 
  color: black;
}

/*
a:hover{
background-color:rgba(92, 6, 36, 0.92);
font-size:17px;
padding: 10px 10px;
}
*/

video {
  width: 100%;
  height: 50%;
}

.datosrepublica {
  text-align: center;
}
.grupo h3 {
  text-align: center;
}
.contenedor__grupo{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grupo .contenedor__grupo {
  text-align: center;
}
.columna--4 {
  width: 48%;
}
.columna--4 img{
  max-width: 100%;
  border: 3px solid #061F5C; 
  width: 100%;
}
.info {
  background: #061F5C;
  color: white;
  padding: 10px;
  text-align: center;
}
.info .columna--4 video{
  border: 3px solid white; 
}
.info .columna--4 h4 a{
  color: white;
}
.main-footer {
  padding: 5px;
  font-size: 0.60em;
  text-align: center; color: black
}
@media(min-width:768px) { 
  .columna--4 {
    width: 24%;
  }
  .columna--4 img{
    border: 5px solid #061F5C; 
  }
  .info .columna--4 img{
    border: 5px solid white; 
  }
}
@media(min-width:1024px) {
  .main-header {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .main-title {
    font-size: 2.7em;
  }
  .icones {
    width: auto;
    order: 3;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contenedor {
    width: 1000px;
  }
}
@media(min-width:1280px) {
  .contenedor {
    width: 1180px;
  }
}
@media(min-width:1400px) {
  .contenedor {
    width: 1300px;
  }
}
@media(min-width:1600px) {
  .contenedor {
    width: 1400px;
  }
}
