* {box-sizing: border-box;}

html{
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #000000;
    height: 100%;
    width: 100%;

}

header {
    background-image: url(../img/andres.jpg);
        background-repeat: no-repeat;
        background-position: center;
        max-height: 600px;
        background-size: auto;
background-origin: padding-box;
background-clip: border-box;
    }


}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto';
}

h1, h2 {
    font-weight: bold;
}



h4 {
    font-weight: 400; color: white;
    
}

a:hover{
    color: white;
}


.button {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    padding: 8px 16px;
    border-radius: 8px;
    border:2px solid rgb(0, 0, 0);
    background-color: transparent;
    color: rgb(0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin-top: 24px;
}

.button:hover {
    background: -webkit-linear-gradient(#E87AC7, #D23A9D);
    color: white;
    text-decoration: none;
}

/* MENU */

.menu {

    padding-left: 0;
    margin: 0 100px;
    list-style: none;
    background-color: transparent;
    display: flex;  



}

li {
        flex: auto;
        border-right: 1px solid: white;
        text-align: center;

    }

a {
        color: white;
        text-decoration: none;
        line-height: 5;

    }

.active {

    padding: 12px;
    border-radius: 36px;
    border:1px solid rgb(255, 255, 255);
}


ul {
    padding-left: 0px;
}

ul li {
    list-style-type: none;
    padding-left: 0px;
    color: #ffffff;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 20px;
}

span {
    color: white;
}


nav {
    
}

nav ul li{
    display: inline-block;
    text-transform: uppercase;
    width: 200px;
}

nav ul li a{
    color:#ffffff;
    text-decoration: none;
    padding: 1em;
}

header {

    padding: 24px;
    padding: 4rem 1rem 4rem 1rem;
    font-family: 'Roboto', sans-serif;
    
    text-align: center;
    background-image: linear-gradient(50deg, rgb(0, 0, 0), #0845A2);
    background-size: cover;
    background-position: center;
    
}

header h1 {
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    margin-bottom: 5px;
}
header h2 {
    margin-top: 5px;
    font-size: 40px;
    color: #ffffff;
}


.research {
    text-decoration: none;
    color: #ffffff;
}

.research a {
    text-decoration: none;
    color: #ffffff;
    
}

.plan-columnas {   display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: center;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;;
    padding-bottom: 1rem;;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
}


section {
    text-align: center; 
}

.imgflujo { 

    
}


.info {
    font: Roboto; color: white;
    
}



.third {
    width: 33%;
    box-sizing: border-box;
    float: left;
    padding: 0 16px;
}

.pt-2 {
    padding-top: 2rem;
}

.pb-120 {
    padding-bottom: 3rem;;
    display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: center;
    text-align: center;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}




#equipo {
    width: 100%;
}

.perfil {
    display: inline-block;
    margin-right: 32px;
}

.perfil img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.perfil h3 {
    margin-bottom: 8px;
    color: #ffffff;
}

.perfil h4 {
    margin-top: 0px;
    color:#ffffff;
}

.uba-info {
    float: left;
    border-style: solid;
    width: 46%;
    min-height: 240px;
    margin: 0 12px;
    box-sizing: border-box;
    text-align: center;
    border:1px solid rgb(255, 255, 255);
    padding: 16px 32px;
}

.uba-info h3 {
    color:#ffffff;
}




.title {
    /*background: linear-gradient(180deg, #5782D7 0%, #5782D7 100%);*/
    padding: 10px;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 0.1rem solid #ffffff;
    margin: 3%;
    width: 70%;
    display: inline-block;
    text-align: center;
}

footer {
    font-family: 'Roboto', sans-serif;
    padding: 2rem;
    font-size: 0.7rem;
    color: #ffffff;
    background-image: linear-gradient(50deg, rgb(0, 0, 0), #0845A2);



.ui-kit img {
    max-width: 90%;
}

.perfil h4 {
    color:#ffffff;
}

.funcionalidades-principales {
    max-width: unset;
    width: 80%;
}

.funcionalidad {
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
}

.funcionalidad img {
    width: 50%;
    padding: 16px;
}

.funcionalidad-textos {
    text-align: left;
    padding: 16px;
}

.funcionalidad ul li {
    list-style-type: unset;
    list-style: dot;
    margin-left: 24px;
}



iframe {
    width: 100%;
    
}
    
