@import url('https://fonts.googleapis.com/css?family=Barlow:200,200i,300,300i,400,400i,600,700,700i&display=swap');

body {background-color:#ffe6d5;}

*{text-align: center;}


nav.contenedor ul li {
    display: inline;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin: 20px;   
}


img.drysdale {
    width: 200ox;
    height: 250px;    
}


h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 300%;
    color: #0c5751;
    margin-top: 0.2em;
    margin-bottom: 0.9em   
}


h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 150%;
    text-align: center;
    color: #ffe6d5;
    width: 100%;
    background-color: #1D5562;
    border-radius: 0.2em;
    margin: auto;
    text-align: center;
    display: inline-block;   
}


p.objetivo {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-style:normal;
    font-size: 100%;
    margin-top: 1em;
    margin-bottom: 3em;
}


#perfiles {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-style: normal;
    

}

img.fotoana {
     border-radius: 1em;
    display: block;
  margin: 0 auto;
  max-width: 50%;
  width: 80%;
    
}

img.fotobelen {
     border-radius: 1em;
    display: block;
  margin: 0 auto;
  max-width: 50%;
  width: 80%;

}

img.fotomaca {
     border-radius: 1em;
    display: block;
  margin: 0 auto;
  max-width: 50%;
  width: 80%;
}

img.fototere {
  
    border-radius: 1em;
    display: block;
  margin: 0 auto;
  max-width: 50%;
  width: 80%;
}



img.logodgpc {
    width: 100px;
    height: 100px;
}


img.logofadu {
    width: 199px;
    height:80px;
    margin-bottom: 0.1em;
    margin-top: 0.1em;    
}


p.footer {
    font-family: 'Barlow', sans-serif;
    font-weight: 200;
    font-style: normal;
    
}

.panel {
    display: block;
  margin: 0 auto;
  max-width: 50%;
  width: 80%;
    
    
}

