/* Colores App

Violeta: #4E46D0
Violeta claro: #E1E6F9
Azul: #4C6CDB
Turquesa: #33CCBF
Turquesa oscuro: #2CAFA4
Amarillo: #F9DC28
Amarillo claro: #FDF4BD
Rosa: #F13C5F
Rojo: #E10429

Grises
Oscuro: #22292E
*/



@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* Reset */
* { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none }
ul { list-style-type:none; }

/* Scaffolding */
body {
    background: #EFF1F3;
    font-family: 'Roboto';
    color: #22292E;
}
main,
footer {
    max-width:100%;
    margin:0 auto;
}

header {
    padding: 0.5rem;
    background: #4E46D0 ;
}
footer {
    padding: 4%;
    color: #FFFFFF;
    background: #4E46D0;
    font-size: smaller;
    text-align: center;
    margin-top: 2rem;
}

/* Menu */
nav { 
    margin: auto;
    width: 70%    
}

nav ul {
    display:flex;
    justify-content:center;
    background: #4E46D0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: baseline;
    align-content: stretch;
    font-size: 1,5rem;
}
nav ul li a {
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    color: #FFFFFF;
    transition: all 0.3s;
}
nav ul li a:hover {
    color: #F9DC28;
    
}
nav ul li a.active {
    color: #F9DC28;
    border-bottom-color: #F9DC28;
    border-bottom: solid;
    
}

/* Texts */

h1 {
    color:white;
    font-size: 2.5rem;
    text-align:center;
    margin-bottom:1.5rem;
    margin-top: 2.5rem;
}
h2 {
    color: #F13C5F;
    text-align:center;
    margin-bottom:1.5rem;
}
h3 {
    margin: 1rem 0;
    text-align: center;
}

/* Cards */

.card {
    background: #FDF4BD;
    margin:1rem;
    padding:2rem;
    border-radius: 0.5rem;
    box-shadow: 1rem 1rem 1rem rgba(34, 41, 46, 0.21);
}

/* Integrantes */

.integrantes li a {
    color: #F13C5F;
    font-weight: 500;
    display:block;
    border-radius: 0.5rem;
    border:1px solid #F13C5F;
    padding:1rem;
    margin-bottom: 1rem;
    text-align:center;
    transition:all 0.3s;
}
.integrantes li a:hover {
    background: #F13C5F;
    color: white;
}

/* Catedra */

.catedra {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}
.catedra a {
    color: #FDF4BD;
}
.catedra a:hover {
    text-decoration:underline;
}


/* App */

.app {
    background: white;
}
.bienvenides {
    width: 100;
    margin: auto;
    padding: 20%;
    display: flex;
    justify-content: space-around;
}

.titulos {
    border-bottom: 0.1rem solid #F13C5F;
    text-align: center;
    align-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 15%;
    margin-right: 15%;    
   
}

p {
    color: #4B5865;
    text-align: left;
    margin-bottom:1.5rem;
    margin: auto;
    width: 55%;
}

.personas{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    color: rgb(76, 76, 76);
    padding: 2%;
    margin: 2%;
    width: 70%;
    margin: auto;
}

.fotoynombre {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 1rem;
    
}

.imagen-integrantes{
    padding: 0.5rem;
    block-size: 13rem;
}

.detalle {
    color: #4B5865;
    text-align: center;
    margin-bottom:1.5rem;
    margin: auto;
    width: 60%;
}

.plan {
    padding: 2%;
    width: 50%;
    margin: auto;
    align-content: center;
    
}

.plan img{
    padding: 2%;
    width: 100%;
    margin: auto;
    align-content: center;
    
}

.research{
    padding: 2%;
    width: 50%;
    margin: auto;
    align-content: center;
}

.research img{
    padding: 2%;
    width: 100%;
    margin: auto;
    align-content: center;
}

.AI{
    padding: 2%;
    width: 80%;
    margin: auto;
    align-content: center;
    
}

.AI img{
    padding: 2%;
    width: 100%;
    margin: auto;
    align-content: center; 
}

.boton{
    padding: 2%;
    width: 40%;
    margin: auto;
    align-content: center;
    }

.boton a {
    color: #F13C5F;
    font-weight: 500;
    display: block;
    border-radius: 0.5rem;
    border: 1px solid #F13C5F;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    transition: all 0.3s;
}

.boton a:hover {
    background: #F13C5F;
    color: white;
}


.mockup{
   padding: 2%;
   width: 80%;
    margin: auto;
    align-content: center; 
    text-align: center
}

.logos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    color: rgb(76, 76, 76);
    padding: 2%;
    margin: 2%;
    width: 10%;
    margin: auto;
}

.logos-linea{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 1rem;
}