@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
}

body {
    background: #f3f5f9;
}

.wrapper {
    display: flex;
    position: relative;   
}

.wrapper .barra-lateral {
    position: fixed;
    width: 350px;
    height: 100%;
    background: #627f88;
    padding: 3rem 0;
}

.img-perfil {
    border-style: solid;
    border-radius: 0.3rem;
    border-color: #b2b78a;
    width: 30%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 1rem;
    margin-left: 34%
}

nav a:hover { 
    background-color: #208078;
    color: #fffff9
}

nav ul {
    margin: 0 .5rem 0 .5rem;
    background: #fff;
    padding: .5rem 1rem;
    display: flex;
    border-radius: 0.2rem;
    justify-content: space-between;
    margin-bottom: 4rem;
}

nav ul li {
    display: block;
    align-items: center;
    justify-content: center;
}

nav ul li i {
    margin-right: 0.5rem;
    display: block;
    align-items: center;
    justify-content: center;
}

nav a {
    color: #b2b78a;
    font-weight: 600
}

.wrapper .barra-lateral h2 {
    color: #fff;
    text-align: center;
    margin-bottom: .5rem;
    text-align: center;
}

.wrapper .barra-lateral p {
    color: #fff;
    text-align: center;
    margin-bottom: .5rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.wrapper .links {
    margin: 0 1.5rem;
}

.wrapper .links i {
    font-size: 1.5rem;
    margin-right: 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wrapper .links a {
    display: flex;
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 400;
    font-size: 1.3rem;
    text-align: center;
}

.contenido {
    margin-top: 3rem;
    margin-left: 37%;
}

.contenido .header {
    width: 100%;
    display: flex
}
.contenido .img-2 {
    width: 130px;
    height: 130px;
    display: flex;
    margin-right: 1rem;
}

.info {
    width: 35rem;
    height: 48rem;
    padding: 1rem;
    border-width: 2px;
    border-radius: 0.3rem;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.11);
    margin-bottom: 1.8rem;
}

.contenido .info .p-1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.contenido .info p {
    margin-bottom: 1rem;
}

.contenido .info .img-3 {
    margin-top: 21.5rem;
    margin-left: 13.5rem;
    opacity: 0.15;
}

.contenido .info .img-3.index {
    margin-top: 31.1rem;
    margin-left: 13.5rem;
    opacity: 0.15;
}

footer {
    text-align: center;
    padding: 1rem;
    margin-left: 20.8%;
    font-size: .8rem
}