@charset "utf-8";
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    }

    header{
    background-color:rgba(231, 218, 230, 0.841);
    padding: 20px;
    margin-bottom: 10px;
    border: top 8px rgb(241, 150, 203);
    }
    body{
        background-color: #c49cbf;
      }
    nav ul{
        list-style: none;
        display: flex;
      }
    nav li{
        margin-right: 30px;
      }
    nav ul li a{
        text-decoration: none;
        width: 12rem;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 1.5em;
        color: #523b4f;
     }
    section .perfil {
        border-radius: 100%;
        margin:auto;
        display: flex;
        max-width: 100;
        margin-bottom: 20px;    
     }
     .caja-contenedora {
        margin-top:20px;;
        background-color:rgba(231, 218, 230, 0.841);
        padding-block: 2px;
        }
     main section h1{
            font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            margin-top: 20px;
            margin-left: 115px;
            color:   #6d4e69
        } 
    .caja-contenedora-2 {
            margin-top: auto;
            background-color: rgba(231, 218, 230, 0.841);
            padding-block: 2px;
            margin-bottom: 20px;
        }
     nav ol {
        list-style: none;
        display: flex;
       }
     nav li {
        margin-right: 30px;
       }
     nav ol li :last-child{
        margin-right: 0;
       }
    nav ol li a {
        text-decoration: none;
        width: 12rem;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 1em;
        color:  #6d4e69;
        margin-inline: 20px;
        }
    main section h3 {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 15px;
        margin-left: 80px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-display: center;
        color: #90678b;
        font-weight: bold;
        }
            section h4 {
            margin-left: 20px;
            font-size: 14pt;
            font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-weight:1em;
            color:#4a314a;
            }
             section p {
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 14px;
            color:#503652
            }
             main p{
            margin-left: 20px;
            }
            .analisis a {
                margin-left:20px;
                margin-top:20px;
                margin-bottom: 10px;
                text-decoration: none;
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                background-color:  rgba(231, 218, 230, 0.841);
                border-radius: 15px;
                display: inline;
                padding: 6px;
                font-size: 18px;
                font-weight:1em;
                color: #6d4e69;
                font-weight: bold;
            }
            .boceto a {
                margin-left: 20px;
                margin-bottom: 50px;
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                background-color:  rgba(231, 218, 230, 0.841);
                border-radius: 15px;
                display: inline;
                padding: 6px;
                font-size: 18px;
                font-weight:1em;
                text-decoration: none;
                color: #6d4e69;
                font-weight: bold;
            }
            .caja-contenedora-1 {
                margin-top: 20px;
                background-color: rgba(231, 218, 230, 0.841);
                padding-block: 5px;
            }
            .svg-logo-uba{
                margin-top: 15px;
                margin-bottom: 15px;
                width: 400px;
                margin-left: 20px;
               }
            
            .svg-logo-fadu{
                width: 400px;
                margin-top: 15px;
                margin-bottom: 15px;
                margin-left: 20px;
               }
               
            .svg-logo {
                margin-top: 15px;
                width: 400px;
                margin-left: 20px;
                margin-bottom: 15px;
               }
            .svg-logo, .svg-logo-fadu, .svg-logo-uba img{
                max-width: 100%;
            }
                
            div .uba h4{
                font-family: Arial, Helvetica, sans-serif;
                margin-left: 20px;
                color: #523b4f;
            }
            div .uba h4,h5{
                font-family: Arial, Helvetica, sans-serif;
                margin-left: 20px;
                color: #342532;
            }
            div .uba h5{
                font-family: Arial, Helvetica, sans-serif;
                margin-left: 0px;
                color: #342532;
            }
            div .fadu h4{
                font-family: Arial, Helvetica, sans-serif;
                margin-left: 20px;
                color:#523b4f;
            }
            div .fadu h5{
                font-family: Arial, Helvetica, sans-serif;
                margin-left: 20px;
                color: #523b4f;
            }
            div .dgpc h4{
                font-family: Arial, Helvetica, sans-serif;
                margin-left: 20px;
                color:#523b4f;
            }
            div .dgpc h5{
                font-family: Arial, Helvetica, sans-serif;
                margin-left: 20px;
                color:#523b4f;
            }
            
            footer p{
                font-family: Arial, Helvetica, sans-serif;
                font-size: 0.8em;
                margin-top: 20px;
                margin-left: 20px;
                color:#523b4f
            }
            footer {
                margin-top: 20px;
                background-color: rgba(231, 218, 230, 0.841);
                border-top: 4px solid #523b4f;
            }