@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap');

h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 112px;
    text-align: left;
    line-height: 1;
}

h2 {font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 48px;
    text-align: left;
    line-height: 2;
color: black;}


    section a {text-decoration: none;
    color: black;}


section li {border-bottom: 1px solid black;
padding-left: 0;
list-style: decimal;
list-style-position: inside;
margin-top: 0;}

ol {margin-left: 0;
padding-left: 0;}

h3 {
    font-family: "Roboto Mono";
    font-weight: 400;
    font-style: normal;
    border: black 1px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: 1.5rem;
    padding-top: 0.65rem;
    padding-bottom: 1.0rem;
    text-align: center;
    box-sizing: border-box;
}


header img {
    border-radius: 50%;
    border: 1px black solid;
    width: 20rem;
    height: 20rem;
    margin-top: 3rem;
}

header {
    border-bottom: 1px black solid;
    padding-bottom: 3rem;
}

body {
    background-color: #FCE5EB;
    font-family: "Roboto";
    font-weight: 300;
}

article {
    font-family: "Roboto";
    font-weight: 300;
}

.logo-cat {
    width: 500px;
    align-items: center;
}

nav {
    text-align: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    margin-top: 2rem;
}

footer {
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    background-color: black;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    background-size: cover;
    padding: 1.5rem;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px 10px 0 0 ;
    line-height: 1.4;
}

.anchopagina {
    width: 95%;
    margin: auto;
}

.medio {
    margin-left: 0;
    padding-left: 0;
    max-width: 500px;
}

nav a {
    text-decoration: none;
    font-family: "Roboto Mono";
    font-size: 16px;
    color: black;
}

a:hover {
    font-weight: 600;
}

.menu {
    display: flex;
    justify-content: space-between;
}

.menu-1 {
    width: 10%;
    text-align: left;
}

.menu-2 {
    width: 30%;
}

.menu-3 {
    width: 30%;
}

.menu-4 {
    width: 30%;
}

.menu-5 {
    width: 10%;
    text-align: right;
}

.columna-1 {
    border: 1px solid black;
    border-radius: 10px;
    width: 32.5%;
    padding-bottom: 0.5rem;
}

div {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.nombres {
border-bottom: 1px solid black;
    margin-bottom: -3rem}

.columna-2 {
    border: 1px solid black;
    border-radius: 10px;
    width: 32.5%;
}

.columna-3 {
    border: 1px solid black;
    border-radius: 10px;
    width: 32.5%;
}

ul {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto";
}

article:hover {
    background-color: black;
    color: white;
    border: white 1px solid;
    border-color: white;
}

article:hover h3 {
    border-color: white;
}

.borde {background-color: black;
color: white;
padding: 2rem;
border-radius: 10px;
text-align: justify;
font-size: 14px;
line-height: 1.4;}

header p {padding-top: 4rem;
font-weight: 300;}

.tamaño-2 {max-height: 100px;}