* {
    font-family: 'Mulish', sans-serif;
    margin: 0;
    padding: 0;
}

a:any-link {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover{
  color: #034D82;
  text-decoration: underline;
}

/*Menu superior*/
.upper-nav {
    color: #FFFFFF;
    background-color: #16618F;
    height: 30px;
}

.upper-nav-block {
    padding-top: 5px;
    margin-left: 77%;
    font-size: small;
}

a.nav-items-upper {
    padding-left: 15px;
}

/*Menu principal*/
.main-nav{
    padding-top: 25px;
    margin-left: 52%;
    color: #FFFFFF;
}

a.nav-items {
    font-size: 18px;
    padding-left: 2%;
}

/*Seccion de titulo y descripcion*/
.top {
    background-color: #00aeef;
    height: 200px;
}

.apartado {
    color: #FFFFFF;
    font-size: 70px;
    padding-top: 5px;
    padding-left: 60px;
}

.desc {
    color: #034D82;
    font-size: 17px;
    padding-top: 10px;
    padding-left: 60px;
}

/*Estilo para todas las flip-cards*/
.scene {
  display: inline-block;
  width: 200px;
  height: 260px;
/*   border: 1px solid #CCC; */
  margin: 20px 15px;
  perspective: 600px;
  justify-content: space-between;
}


.card {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
  border-radius: 30px;
}

.card.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: black;
  text-align: center;
  font-size: 20px;
  backface-visibility: hidden;
  border-radius: 20px;
}

img {
  margin-top: 25px;
  width: 200px;
}

.card__face--front {
  background: #ffffff;
}

.card__face--back {
  background: #9be1f8;
  transform: rotateY(180deg);
  text-align: justify;  
  
}

.cuatro{
  width: 1000px;
  margin: auto;
}

.cuatro p {
  margin-top: 20px;
  text-align: center;
}

.texto {
  padding: 10px;
  font-size: 12px;
}
.info {
    margin: 20px;
    font-size: 10px;
}

/*Todos los estilos dentro del footer*/
.fix {
    clear: both;    
}

footer {
    margin-top: 60px;
    background-color: #000000;
    color: #FFFFFF;
    height: 300px;
    padding: 30px;
}

.footer-content {
    width: 100%;
}

td.footer-social {
    vertical-align: top;
    padding-left: 50px; 
    line-height: 50px;
}

#face-button, #twitter-button, #youtube-button {
    background-color: transparent;
    border-radius: 30px;
    width: 42px; 
    height: 40px;
    border: none;
}

td.footer-menu {
    vertical-align: top;
}

.footer-menu-table {
    line-height: 40px;
    width: 100%;
    text-align: center;
}

.rights{
    margin-top: 45px;
    text-align: center;
}

th {
  text-align: center;
}