@charset "utf-8"
* { 
    box-sizing: border-box; 
}
body { 
    font-family: "Roboto", helvetica, arial, sans-serif;
}
body .datos plan {
    margin: 0px;
    background-color:#CCCBC6;
    font-family: "Roboto", helvetica, arial, sans-serif;
}
main {
    padding: 1em;
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 1em;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
    height: flex;
}

main {
    padding: 6em
}

.titulo {
  color: #2D635B;
  font-size: 15pt;
}

.tituloppal{
  color:#2D635B;
  font-size: 20pt;
  margin-bottom:0px;
}

nav{
    position: fixed;
    width: 100%;
    top: 0px;
    background-color:#0B3B42;
    text-align: center
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1pt;
}

nav a{
    text-decoration:none;
    color:inherit;
    font-size:17px;
    } 
    nav li{
    display:inline-block;
    width:18%;
    padding:5px 10px;
    background-color:#0B3B42;
    text-align:center;
    color:#CCCBC6;
    }
    nav li:hover{
    background-color:#fff;
    color:#000;
    }

.equipojt21 ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.equipojt21 ol li {
    margin: .8em;
}

.equipojt21 ol li > * {
    display: flex;
    text-align: center;
    margin: auto;
    border-radius: 3em;
}

.equipojt21 ol li a {
    color: #2D635B;
    margin-top: .25rem;
    font-size: 1em;
    line-height: 1.25em;
    
}

.datos > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.datos > ul > li:not(:last-of-type) {
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.datos img {
    width: 9em;
}

.datos > ul > li > *:first-child {
    margin-right: 1em;
    width: 12em;
}

.datos h3 {
    margin-top: 0;
}

.datos {
  color: #2D635B;
    margin-top: .25rem;
    font-size: 1em;
    line-height: 1.25em;
    
}
.datos ol li {
    margin-right: 1em;
    width: 12em;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

footer{
  display:block;
  background-color:#0B3B42;
  width: 100%;
  top: 0px;
  
  }

#footer {
  color:#FFFFFF;
  text-align: center;
  font-size: 1em;
  line-height: 1.25em;
  margin-top: .25rem;
  font-weight: 100;
  padding: 1rem;
}


/* MAPA */
.mapa h1 {
    padding: 0.5em 0 0.5em 0;
}
#mapa img {
    max-width: 100%;
    height: auto
}

/* PLAN */

.subtitulo{
     color: #2D635B;
  font-size: 15pt;
}

.listaintegrantes {
    list-style: none;
    color: #0B3B42;
    }

.listaintegrantes li a {
    color: #2D635B;
    font-size: 1em;
}
    
.objetivo{
    list-style: none;
    font-size: 1em;
    }
    
}



