@charset "utf-8";
@import url('https://fonts.googleapis.com/css2? family= Noto+Sans:wght@100;300;400;600;900 & display=swap');
@media

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}
  
html{
    height: -webkit-fill-available;
}

.menu ul {
    display: flex;
    flex-direction: column;
}


img {
    max-width: 100%;
    height: auto;
}

head {
    display: none;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Noto Sans'sans-serif;
    min-height: 100vh;
}

main {
    background-color: #ffffff;
}

header {
    background-color: black;
    top: 0;
    z-index: 8000;
    position: sticky
}


footer {
    background-color: #000000;
    color: #ffffff;
    padding: 0.5em;
}


a {
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

a:hover {
    color: #aa1818;
}



.contenedor {
    width: min(50rem, 100%);
    margin-inline: auto;
    padding: 1rem;
}

header div.contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:3em;
}

#logo {
    display: flex;
    align-items:center;
    position: relative;
    z-index: 10000;
}

#logo img {
    width: 8em;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}



h1 {
    display: block;
    margin: 0.5em auto 0.5em auto;
    padding: 1em;
    background-color: #aa1818;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 900;
}

h2 {
    display: block;
    margin: 2em auto 2em auto;
    padding: 1em;
    border-left: solid 10px #000000;
    background-color: #8080807a;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0.25em;
    max-width: 90%;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.mapa {
    text-align: center;
}

.arquetipopersona {
    margin: 1em;
    display: grid;
    gap: 1em;
}

.arquetipo {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
}

.arquetipo figure {
    display: grid;
    width: min (100%, 30em);
    position: relative;
}

.arquetipopersona div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    flex: 1 1 14em;
    padding: 10px;
    gap: 30px;
}



.menu-btn {
    top: 1.5em;
    right: 1em;
    z-index: 9000;
}
  
.contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
}
  
.menu-btn .btn-linea {
    width: 25px;
    height: 3px;
    margin: 4px 0 4px 0;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 9000;
}
  
.menuVisible .menu-btn .btn-linea {
    transform: rotate(180deg);
}
.menuVisible .menu-btn .btn-linea:nth-child(1) {
    transform: rotate(45deg) translate(4px, 6px);
}
.menuVisible .menu-btn .btn-linea:nth-child(2) {
    opacity: 0;
}
.menuVisible .menu-btn .btn-linea:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -6px);
}
  
nav ul {
    opacity: 0; 
    width: 100%;
    visibility: hidden; 
    position: absolute;
    background-color:#aa1818;
    right: 0rem;
    top: calc(0em + 4em);
    z-index: 9999;
    transition: all .5s ease; 
}
  
.menuVisible ul {
    visibility: visible; 
    opacity: 100%; 
    transition: all .5s .2s ease; 
}

header nav ul li a {
    color: white;
    display: block;
    font-family: 'Noto sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
    gap: 1em;
    padding: 1.2em;
    text-decoration: none;
    border-bottom: solid 1px white;
}
  
nav ul li a:hover {
   color:#909090;
}
  
ul, ol {
  list-style: none;
}  

.contenedor div a img {
    min-width: 20%;
    max-width: 30%;
    height: auto;
    object-fit: cover;
}


div.contenedordos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20em, 100%), 1fr));
}

div.informacion {
    max-width: 80%;
    margin: 1em auto 0em auto;
    padding: 1em;
    background-color: #a0a0a0;
    border-radius: 0.25em;
}

div.informacion p {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
}

p {
    font-family: 'Noto Sans', sans-serif;
    color: #ffffff;
}

div.logoacumar {
    max-width: 90%;
    margin: auto;
    padding: 1em;
}


div.contenedortres {
    display: grid;
    gap: 1em;
    border-radius: 2em;
    display: block;
    max-width: 90%;
    margin: 2em auto 0em auto;
    padding: 2em;
    text-align: center;
    background-color: #aa1818;
}

div.contenedortres ul{
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
    text-align: center;
}

div.contenedortres img {
    border-radius: 15em;
    text-align: center;
}

.contenedortres a:hover {
    transition: 2s;
    transform: scale(1.2);
    opacity: 40%;
}


div.contenedortres h3 {
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    padding: 1em 0 0 0;
    margin: 0 0 1em 0;
}

div.contenedortres p {
    text-align: start;
}

div.contenedorcuatro {
    display: grid;
    max-width: 90%;
    margin: 2em auto 0em auto;
}

.contenedorcuatro ul {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
    text-align: center;
}

.contenedorcuatro img {
    text-align: center;
    height: 4em;
    margin: 1em 0;
}

.contenedorcuatro ul li {
    margin: 1em 1em 3em 1em;
    padding: 0 0 0 1em;
    border-left: solid 10px #000000;
    border-radius: 0.25em;
}

.contenedorcuatro h3 {
    font-size: 0.8em;
    text-align: start;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 100;
}


/*media*/

@media (min-width: 992px){

    header.contenedor {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }
        
    .menu-btn {
        position: absolute;
        opacity: 0%;
    }
        
    .menu ul {
        display: flex;
        flex-direction: row;
        opacity: 1;
        visibility: visible;
    }
    nav ul {
        position: relative;
        top: 0em;
        z-index: 9999;
        display: flex;
        padding: 0em;
        flex-direction: row;
        background-color: black;
        color: white;
        opacity: 100%;
    }
        
    header nav ul li a {
        width: max-content;
        border-bottom: 0;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    
    
    }
    
    