@charset "utf-8";

/*reglas de index.html*/
*{box-sizing: border-box;
}

/*@media*/
@media screen and (min-width:360px){
    body{
      background-color:yellowgreen;
    }
  
}
@media screen and (min-width:768px){
    body{
      background-color:#60605e;
    }
  
}
@media screen and (min-width:1200px){
    body{
      background-color:rgba(37, 129, 115, 0.99);
    }
  
}
/*contenido total*/

img{
    max-width: 100%;
    height: auto;
    border-radius: .40em;
}
.contenedora{
    max-width: 50rem;
    margin: auto;
}

body {
    font-family: sans-serif;
    color: black;
    /*background-color:rgba(57, 250, 220, 0.51);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    text-align: center;
    list-style: none;
    max-width: 50rem;
    margin: auto;
}

/*títulos*/

main h1{
    color:black
}
main h2{
    color:rgba(3, 191, 162, 0.99)
    
}

/*INTEGRANTES*/

.integrantes{
    background-color: rgba(57, 250, 220, 0.99);
    padding: 10px;
    margin-top: 20px;
    border-radius: .40em;
}

.integrantes ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-decoration-line: none;
    text-decoration-skip: none;
    justify-content: center;
    justify-content: space-around;
    }

.integrantes img{
    background-size: 250px;
    padding-top: 0,5em;
    border-top-width: inherit;
    background-size: 250px;
    margin: 1em;
    margin-top: 0,5em;
    background-size: 250px;
}
.integrantes p{
    text-decoration-line: none;
    margin-top: auto
}

.integrantes ul li a{
    color:white;
    background-color: rgba(3, 191, 162, 0.99);
    justify-content: center;
    text-decoration-line: none;
    padding: 0.2em;
    border-radius: .40em;
    display: block;
    margin-top: 30px;
    
}


/*Navegación*/

.navegacion{
    justify-content: space-between;
}

header{
    justify-content: space-between;
    text-align: center;
    background-color: rgba(3, 191, 162, 0.99);
    color: black;
    padding: 0.9em;
    list-style: none;
    overflow: hidden;
    border-radius: .40em ;
}

#navegacion nav ul{
    justify-content: space-between;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


#navegacion nav ul li a{
    color: #f5f1f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 130%;
    font-weight: 700;
    list-style: none;
    text-decoration-line: none;
}

#navegacion nav ul li a:hover{
    color: rgba(57, 250, 220, 0.99);
    list-style: none;
    text-decoration-line: none;
}

h3 a{
    color:white;
    background-color: rgba(3, 191, 162, 0.99);
    text-align: center;
    text-decoration-line: none;
    padding: 0.2em;
    list-style: none;
    border-radius: .40em ;
}

li {
   list-style: none;
    color: black;
    text-align: center;
}

/*footer*/

h6 {
      text-align: center;
    list-style: none;
    padding: 0;
    background: rgba(3, 191, 162, 0.99);
    display: flex;
    color: white;
    color: white;
    display: block;
    text-decoration: none;
    padding: 1rem;
    font-family: sans-serif;
    border-radius: .40em ;
}