@charset "utf-8";

body {
    background-color:#FCBDB2;
    margin: 0;
    font-family: poppins
    
}
/* LOGOS*/


.arriba {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 1.5em;
    margin-top: 2em;
}

#logofadu {
    width: 12em;
}

#logodgpc img {
    width: 6em;
}



/* MENU */


.menu{
    padding-top: 1.5em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: 
}
.menuprincipal {
    list-style-type: none;
    padding: 0;
}
.menuprincipal li {
    text-align: center;
    padding-bottom: 0.4em;
}
.menuprincipal li a {
    font-size: 1.3em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #73AFBA;
    display: inline-block;
    text-align: center;
    padding: 10px 1px;
    color: white;
    text-decoration: none;
    width: 15em;
    min-width: inherit;
}
.menuprincipal li a:hover {
    background-color: #E8594E;
}

@media(min-width: 1200px){
.menu nav{
    display:flex;    
    }    
.menuprincipal {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
.menuprincipal li {
    display: inline-block;
    text-align: center;
    margin-left: 1em;
    padding-bottom: 0.4em;
}
.menuprincipal li a {
    font-size: 1.3em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #73AFBA;
    padding: 0.2em 0.2em;
    color: white;
    text-decoration: none;
    width: 10em;
    min-width: inherit;
    display: flex;
    text-align: center;
    justify-content: center;
}
}
@media(min-width: 1500px){
.menu nav{
    display:flex;    
    }    
.menuprincipal {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
.menuprincipal li {
    display: inline-block;
    text-align: center;
    margin-left: 2em;
    padding-bottom: 0.4em;
}
.menuprincipal li a {
    font-size: 1.3em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #73AFBA;
    padding: 0.2em 0.2em;
    color: white;
    text-decoration: none;
    width: 12em;
    min-width: inherit;
    display: flex;
    text-align: center;
    justify-content: center;
}
}

/* INTEGRANTES */


.column {
  float: left;
  width: 30%;
  margin-bottom: 14px;
  padding: 8px;
    margin-left: 0.8em;
    margin-right: 0.8em
}

@media screen and (max-width: 650px) {
  .column {
    width: 88%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: #E8594E;;
    text-align: center;
}

.container h2{
    justify-content: center;
    text-align: center;
    color: #1C2E3D;
    ;
}

@media(min-width: 1200px){
 .column {
     margin-left: 1em;
      width: 29%; 
    } 
}
@media(min-width: 1500px){
 .column {
     margin-left: 1.8em;
      width: 29%; 
    } 
}
/* PÁGINA DE INICIO */


#comitente h1 {
 display: flex;
    justify-content: center;
    background-color: #E8594E;
    text-align: center;
    padding: 0.5em;
    color: #FCBDB2;

}

#comitente a img{
    display: flex;
    justify-content: center;
    width: 50%;
    max-width: 15em;
    margin: auto;
    padding: 1em;
   
}
#comitente h2 {
    display: flex;
    justify-content: center;
    background-color: #E8594E;
    text-align: center;
    padding: 0.5em;
    color: #1C2E3D;
}
#comitente p {
    text-align: cente;
    line-height: 24px;
    color: #1C2E3D;
     padding-bottom: 2em;
    padding-top: 2em;
    padding-left: 4em;
    padding-right: 4em;
    font-size: 14px;
    background-color:#7fc5d1;
}
#comitente h3 {
    text-align: left;
    line-height: 23px;
}
.enfoque{
    background-color:#7fc5d1;
    margin-bottom: 1em;
    color: #1C2E3D;
    
}

#datosAcademicos {
    text-align: center;
    margin-bottom: 0.5em;
    background-color:#7fc5d1;
    margin-bottom: 2em;
    color: #1C2E3D;
    
}
#datosAcademicos h2{
      background-color: #E8594E;
color: #1C2E3D;
    padding: 0.5em;
}


/* PÁGINA DE MAPA */

#Mapa img{
    margin-top:1em;
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
        
}


/* PÁGINA DE ANALISIS */

#analisis img{
    margin-top:1em;
    margin-bottom: 1em;
     width: 100%;
    text-align: center;
}


/* FOOTER */

footer{
    text-align: left;
   background-color:#7fc5d1;
    color: #1C2E3D;
    font-size: 12px;
    padding-bottom: 2em;
    padding-top: 2em;
    padding-left: 5em;
    padding-right: 5em;
    
}

/* BOTONES PERSONA Y BOCETO */


.botones{
    padding-top: 1.5em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: 
}



.boton {
    list-style-type: none;
    padding: 0;
}


.boton li {
    text-align: center;
    padding-bottom: 0.4em;
}


.boton li a {
    font-size: 1.3em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #7673ba;
    display: inline-block;
    text-align: center;
    padding: 10px 1px;
    color: white;
    text-decoration: none;
    width: 15em;
    min-width: inherit;
}


.boton li a:hover {
    background-color: #e8a14e;
}



