@charset "utf-8";


@font-face {
  font-family: Catamaran;
  src: url(Catamaran.otf);
    }


@font-face {
  font-family: midnight;
  src: url(DK Midnight Chalker Regular.otf);
    }

*{
    margin:0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
   
}

body {
    background-color: #85B977;
}


header {
    background-color: #458F69;
    padding: 3%;
    display: flex;
    flex-direction: column;
    
}

header nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    
    
}

header nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


header nav ul li {
    width: 10em;
    height: 2em;
    margin-left: .25em;
    margin-right: .25em;
    display: flex;
    margin: .5em;
}

header nav a {
    text-decoration: none;
    font-family: catamaran;
    font-weight: bold;
    background-color: #FEFEFE;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%
    
}

header img {
    height: 5em;
    width: auto;
    
}


header div {
    display: flex;
    justify-content: center;
    padding-bottom: 3%;
}


.titulos {
    display: flex;
    justify-content: center;
    padding: 5%;
}



h2 {
    background-color: #285740;
    color: #E4D874;
    font-family: helvetica;
    text-decoration: none;
    font-family: catamaran;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 50%;
    height: 50%;
    border-radius: 25px;
    
    
}

.integrantes {
  display: flex;
  justify-content: center;
    
}

.card {
  background-color: #e4d874;
  transition: 0.3s;
  width: 300px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
 
  margin: 0 10px;
}


h3 {
    font-family: helvetica;
    font-size: 120%;
}


.bloque {
  font-family: catamaran;
  font-size: 120%;
  color: #285740;
  font-weight: bold;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #C6AA54;
  padding: 1%;    
}






#mvp {
    font-family: caramaran;
    font-size: 120%;
    color: #E4D874;
    font-weight: bold;
    max-width: 1000px;
    margin: 0 auto;
    margin-left: 44%;
        
}


.moron p {
    background-color: #C6AA54;
    display: block;
    padding: 3%;
    }



.integrantes div a img {
    height: 10em;
    width: 10em;
    border-radius: 100px;
    
}


.info-container {
  display: flex;
  align-items: center;
}

.caja-info {
  background-color: #458f69;
  flex: 1;
  margin: 10px;
    text-align: center;
    padding: 3%;
}

.caja-info h3 {
    font-family: helvetica;
    font-size: 150%;
    font-weight: bold;
    color: aliceblue;
    
}

.caja-info p {
    font-family: catamaran;
    font-size: 100%;
    font-weight: bold;
    color: aliceblue;
        
}





footer {
    background-color: #7C542F;
    margin-top: 5%;
}


footer p {
    color: #E4D874;
    font-family: catamaran;
    font-size: 120%;
    padding: 2%;
    font-weight: bold;
}





#mapa {
    height:auto;
    width: 100%;
}


@media (max-width: 768px) {
  .integrantes {
    flex-direction: column;
    align-items: center;
  }

  .card {
    margin: 5px;
  }
    
    .bloque {
    margin: 0 100px;
  }
    
    .info-container {
        flex-direction: column;
    }
    
}


