@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Ubuntu&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Ubuntu', sans-serif;
    color: white;
    margin: 0;
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(239,141,174,1) 50%, rgba(70,110,252,1) 100%);
}

header {
    background-color: black;
    width: 100%;
}
  
.logo {
    margin-left: 25px;
    width: 190px;
    height: 80px;
}
  
ul { 
    float: right;
    margin-right: 50px;
    margin-top: 25px;
}
  
ul li {
    display: inline;
}
  
ul li a {
    margin-left: 20px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
  
ul li a:hover {
    color: #EA89AE;
}
    
.active {
    color: #EA89AE;
}

.row{
    background-color: rgb(100, 100, 100);
    margin: 35px;
}

div h2{
    font-size: 10px;
}

div h3{
    font-size: 10px;
}

div img{
    border: 4px solid black;
    height: 400px;
    width: 500px;
    margin-bottom: 50px;
    margin-top: 70px;
    margin-left: 40px;
}

.borde__textos{
    border-bottom: solid 1px black;
}

.borde__fotos{
    border-bottom: solid 1px black;
}

.texto__miembros{
    margin-top: 50px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px black;
    margin-left: 50px;
}

.texto__karina{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #EA89AE;
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    border-top: solid 3px black;
    border-right: solid 3px black;
    border-left: solid 3px black;
    margin-left: 50px
}

.karina p{
    background-color: #EA89AE;
    color: black;
    margin-bottom: 0px;
    margin-left: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.parrafo{
    border-top: solid 3px black;
    border-right: solid 3px black;
    border-left: solid 3px black;
}

.parrafo2{
    border-right: solid 3px black;
    border-left: solid 3px black;
}

.parrafo3{
    border-right: solid 3px black;
    border-left: solid 3px black;
}

.parrafo4{
    border-right: solid 3px black;
    border-left: solid 3px black;
}

.parrafo5{
    border-right: solid 3px black;
    border-left: solid 3px black;
}

.parrafo6{
    border-right: solid 3px black;
    border-left: solid 3px black;
}

.parrafo7{
    padding-top: 0px;
    border-bottom: solid 3px black;
    border-right: solid 3px black;
    border-left: solid 3px black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.karina p span{
    color: #ffffff;
    text-decoration: underline;
}

.texto__giselle{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #FFC83D;
    margin-top: 130px;
    margin-bottom: 0px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    border-top: solid 3px black;
    border-right: solid 3px black;
    border-left: solid 3px black;
    margin-left: 50px
}

.giselle p{
    color: black;
    background-color: #FFC83D;
    margin-bottom: 0px;
    border-right: solid 3px black;
    border-left: solid 3px black;
    margin-left: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.giselle p span{
    color: #ffffff;
    text-decoration: underline;
}

.texto__winter{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #2D7092;
    margin-top: 130px;
    margin-bottom: 0px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    border-top: solid 3px black;
    border-right: solid 3px black;
    border-left: solid 3px black;
    margin-left: 50px
}

.winter p{
    color: black;
    background-color: #2D7092;
    margin-bottom: 0px;
    border-right: solid 3px black;
    border-left: solid 3px black;
    margin-left: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.winter p span{
    color: #ffffff;
    text-decoration: underline;
}

.texto__ningning{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #00D15C;
    margin-top: 130px;
    margin-bottom: 0px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    border-top: solid 3px black;
    border-right: solid 3px black;
    border-left: solid 3px black;
    margin-left: 50px
}

.ningning p{
    color: black;
    background-color: #00D15C;
    margin-bottom: 0px;
    border-right: solid 3px black;
    border-left: solid 3px black;
    margin-left: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.ningning p span{
    color: #ffffff;
    text-decoration: underline;
}

footer{
    background-color: black;
    color: white;
    padding: 10px;
}

footer h2{
    font-size: 25px;
    text-align: center;
    border-bottom: solid 1px grey;
}

.grid{
    display: flex;
}

.grid div a img{
    margin-left: 160px;
    margin-bottom: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    transition: width 1s;
}

.grid div a img:hover{
    width: 55px;
}

footer h3{
    font-size: 10px;
    text-align: center;
    border-top: solid 1px grey;
}

@media screen and (max-width: 600px){
    nav ul{
        margin-bottom: 0;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    nav li{
        display: inline;
    }
    
    nav li a{
        font-size: 15px;
        margin-left: 20px;
        padding: 0;
    }

    a:hover, a.active{
        background-color: none;
        color: #EA89AE;
    }

    .enlace{
        position: relative;
        margin: 45px;
    }
      
    .logo{
        margin-left: 190px;
        height: 60px;
        width: 120px;
    }

    .row div img {
        border: solid black 3px;
        height: 300px;
        width: 400px;
        margin-left: 60px;
        margin-top: 15px;
    }

    h2 {
        margin-right: 40px;
        margin-bottom: 5px;
    }

    h3 {
        margin-top: 0;
        margin-right: 40px;
    }

    p {
        margin-right: 40px;
    }

    .borde__fotos {
        border: 0;
    }

    .borde__textos {
        border: 0;
    }

    .texto__miembros {
        font-size: 20px;
    }

    .texto__karina {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .texto__giselle {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .texto__winter {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .texto__ningning {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    footer h2 {
        font-size: 20px;
        margin-left: 50px;
    }

    footer h3 {
        font-size: 10px;
        margin-left: 50px;
    }

    .grid {
        display: block;
    }

    .grid div a img{
        margin-top: 0;
        margin-left: 270px;
        margin-bottom: 20px;
        display: block;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 426px){
    nav ul{
        margin-bottom: 0;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    nav ul li{
         display: inline;
    }

    nav ul li a{
        font-size: 13px;
        margin-left: 20px;
        padding: 0;
    }

    a:hover, a.active{
        background-color: none;
        color: #EA89AE;
    }

    .enlace{
        position: relative;
        margin: 45px;
    }
      
    .logo{
        margin-left: 110px;
        height: 60px;
        width: 120px;
    }

    .row div img {
        border: solid black 3px;
        height: 250px;
        width: 300px;
        margin-left: 20px;
        margin-top: 15px;
    }

    .grid div a img{
        margin-left: 180px;
        margin-bottom: 20px;
        display: block;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 320px){
    nav ul{
        margin-top: 0;
        margin-bottom: 0;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    nav li{
        display: inline;
    }

    nav ul li a{
        font-size: 10px;
        margin-left: 10px;
        padding: 0;
    }

    a:hover, a.active{
        background-color: none;
        color: #EA89AE;
    }
                
    .enlace{
        position: relative;
        margin: 45px;
    }
      
    .logo{
        margin-left: 55px;
        height: 60px;
        width: 120px;
    }

    .texto__miembros {
        font-size: 15px;
    }

    .texto__karina {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .texto__giselle {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .texto__winter {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .texto__ningning {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }

    span {
        font-size: 15px;
    }

    p.parrafo {
        font-size: 15px;
    }

    p.parrafo2 {
        font-size: 15px;
    }

    p.parrafo3 {
        font-size: 15px;
    }

    p.parrafo4 {
        font-size: 15px;
    }

    p.parrafo5 {
        font-size: 15px;
    }

    p.parrafo6 {
        font-size: 15px;
    }

    p.parrafo7 {
        font-size: 15px;
    }

    .row div img {
        border: solid black 3px;
        height: 220px;
        width: 200px;
        margin-left: 15px;
        margin-top: 15px;
    }

    footer h2 {
        font-size: 15px;
    }

    footer h3 {
        font-size: 10px;
    }

    .grid div a img{
        margin-left: 135px;
        margin-bottom: 20px;
        display: block;
        width: 40px;
        height: 40px;
    }
}