@charset "utf-8" 
    
html{
    height: 100%;
    
}
header {
    color: #ea7653;
    
}

ht {
    font-family: gotham;
    margin: center;
    text-align: center;
    font-weight: bold;
    color: #ff6c3f;
    font-size: 30pt;
}


body{
    margin: 10px;
    background-color:rgba(255, 211, 197, 0.68);
}

main{
    max-width:1000px;
    margin-top: 0px;    
    margin-right: 15px;
    margin-left: 15px;
}
h1 {
    text-align: ;
    font-family:Gotham;
    font-weight: bold;
    background-color:rgba(255, 211, 197, 0.68);
    color: #ff6c3f;
    padding: ;
    font-weight: 10px;
    border-radius:0px ;
    font-size: 15
    
}

h2{
    text-align: ;
    font-family:Gotham;
    background-color: #ff6c3f;
    color: #ffffff;
    margin: 5px 0 0 5px;
    padding: 5px;
    font-weight: bold;
    border-radius:5px ;
    
}





h3{
    font-family: Gotham;
    text-align:;
    font-weight:bolder;
    font-size: 15pt;
    color: #000000;
        
}

h4{
    font-family: Gotham;
    text-align: ;
    font-weight:bolder;
    color: #000000;
    font-size: 15pt;
    margin-bottom:0px;
}

h5{
    font-family: Gotham;
    margin: auto;
    text-align: left;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.99);
    font-size: 15pt;
    margin-bottom:0px;
}

h6 {
    font-family: gotham;
    margin: auto;
    text-align: center;
    font-weight:bold;
    color: #000000;
    font-size: 15pt;
    margin-bottom:0;
    background-color:rgba(255, 255, 255, 0);
    border-radius: 15PX;
}


h8 {
    font-family: gotham;
    margin: auto;
    text-align: center;
    font-weight:bold;
    color: #ff6c3f;
    font-size: 16pt;
}


section ul {
    font-family: Gotham;
    text-align: ;
    list-style: none;
    color: #000000;
    
}

section p{
    font-family: Gotham;
    text-align: center;
    color:#581845;
    
}

footer{
    color:#000000;
    font-family: Gotham;
    font-size: 12pt;
    text-align:;
    margin-top:50px;
    
}

img{
    width: block;
    height: auto;
}

#fotoperfil {
    display: block;
    margin: auto;
    padding: 50px;
    text-align: left;
    max-width: 300px;
    height: auto;
    border-radius: 200px;
}

#logodgpc {
    display: block;
    margin: left;
    padding: 0;
    text-align: left;
    max-width: 100px;
    height: auto;
}