@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Rokkitt:wght@700;900&family=Yanone+Kaffeesatz:wght@500&display=swap');

/*  Reglas generales  */

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 9/16) {
    .fullscreen-bg__video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 9/16) {
    .fullscreen-bg__video {
        width: auto;
        height: 100%;
    }
}

html {
    height: -webkit-fill-available;
}

body {
    font-family: sans-serif;
}

h1 {
    font-family: 'Rokkitt', serif;
    font-weight: 900;
    color: white;
    text-align: center; 
    
}

h2 {
    font-family: 'Rokkitt', serif;
    font-weight: 700;
    color: white;
}

h3 {
    font-family: 'Rokkitt', serif;
    font-weight: 700;
    color: white;
}

b {
    color: rgba(2, 2, 2, 0.8);
}

strong {
    color: rgba(2, 2, 2, 0.8);
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    text-align: center;
}

/* 1ra parte de css para celulares, mobile first */

header {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.barranav {
    box-shadow: 1px 2px 4px grey;
    background: rgba(2, 2, 2, 0.2);
    width: 100%;
    text-align: center;
}

.navegacion a {
    color: white;
    font-size: 1.2em;
    margin-right: 40px;

}

.navegacion a:hover {
    color: darkorange;
}

.logo {
    box-shadow: 1px 2px 4px grey;
    background: rgba(2, 2, 2, 0.2);
    width: 100%;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 7px;
}

.logodgpc {
    width: 90px;
    height: 30px;
}

.principal {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center; 
    align-content: center; 
}

.fotoavatar {
    width: 50%;
    border-radius: 100%;

}

.fotosperfiles {
    display: flex;
    align-items: center; 
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: column;
}

main {
    box-shadow: 1px 2px 4px grey;
    background: rgba(2, 2, 2, 0.2);
}

.logoacumar {
    width: 70%;
    height: 70%;
    align-items: center;
    text-align: center;
}

.logouba {
    width: 30%;
    height: 30%;
    align-items: center;
}

footer {
    align-items: center;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

/*plan de necesidades*/

.plandenecesidades {
    text-align: center; 
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
}