@charset "utf-8";
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}
header{
    background-color: rgb(169, 182, 241);
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 6px solid  rgb(15, 168, 179)
}
nav ul{
    list-style: none;
    display: flex;
   }

   nav li{
    margin-right: 30px;
   }

   nav ul li a{
    text-decoration: none;
    width: 12rem;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.5em;
    color: rgb(252, 238, 212);
    }

    section .perfil {
    border-bottom: 0cap solid;
    border-radius: 230px;
    justify-content: center;
    display: flex;
    margin:auto;
    margin-top: 2rem;  
    }
    .caja-contenedora {
        margin-top: 10px;
        margin-bottom: 10px;
        background-color:rgb(127, 194, 194);
        padding-block: 1px;
        align-items: center;
        }
    
   

    main section h1{
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        color:   rgb(15, 168, 179);
        margin-top: 2rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        font-size: 1.5rem;

    }

    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;
        margin-top: 1rem;
        width: 12rem;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 1.1em;
        color:  rgb(15, 168, 179);
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;

        }

    main section h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
        justify-content: center;
        display: flex;
        font-display: center;
        color: rgb(0, 0, 0)
    }
    section h4 {
        margin-left: 20px;
        font-size: 14pt;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:normal;
        color:rgb(123, 144, 238);
    }
    section p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    main p{
        margin-left: 20px;
    }
    .análisis a {
        margin-left: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: rgb(123, 144, 238);
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

    .prototipo a {
        margin-left: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: rgb(123, 144, 238);
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 2rem;
        text-transform: uppercase;
    }

    .bloque {
        display:block;
        align-items: center;
        margin-bottom: 10px;
        height: max-content;
        text-align:left;
        margin-left: 22px;
        margin-right: 22px;
        background-color: rgb(225, 225, 225);
        
    }

    .svg-logo-uba{
        margin-top: 25px;
        margin-bottom: 15px;
        margin-left: 30px;
        width: 400px;
       }
    
    .svg-logo-fadu{
        width: 400px;
        margin-top: 25px;
        margin-bottom: 15px;
        margin-left: 30px;
       }
       
    .svg-logo {
        margin-top: 25px;
        width: 400px;
        margin-bottom: 15px;
        margin-left: 30px;
       }

    div .uba h4{
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 30px;
        margin-right: 12px;
        color: black;

    }
    div .uba h5{
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 30px;
        margin-top: 5px;
        margin-bottom:15px;
        margin-right: 12px;
        color: black;
    }
    div .fadu h4{
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 30px;
        margin-right: 12px;
        color: black;
    }
    div .fadu h5{
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 30px;
        margin-top: 5px;
        margin-bottom:15px;
        margin-right: 12px;
        color: black;
    }
    div .dgpc h4{
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 30px;
        margin-right: 12px;
        color: black;
    }
    div .dgpc h5{
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 30px;
        margin-top: 5px;
        margin-bottom:15px;
        margin-right: 12px;
        color: black;
    }

    footer p{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        margin-top: 20px;
        margin-left: 20px;
    }
    footer {
        margin-top: 20px;
        border-top: 4px solid  rgb(15, 168, 179)
    }