/* Inicio */
.body__inicio{
    background-image:  url(./img/fondoInicio.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin: -8px;
}
.main__inicio{
    padding: 18rem 0rem;
}
.menu__inicio{
    width: 96%;
    display: flex;
    margin: auto;
    border-radius: 10px;
}
.menu__inicio li{
    list-style: none;
    margin:2%;
    background-color:#1F3956;
    border-radius: 10px;
    padding: 0.5% 1.5%;
}
.menu__inicio li a{
    font-size: 1.5rem;
    font-family:chewy;
    text-decoration: none;
    color: #FACA03;
}
/* pokedex */
.nav{
    width: 100%;
}
.logoPoke{
    width: 150px;
    height: 103px;
    margin: 10px;
}
.menu{
    background-color:#1F3956;
    background-position: center center;
    width: 96%;
    display: flex;
    margin: auto;
    border-radius: 10px;
    align-items: center;
    justify-content: space-around;
}
.menu li{
    list-style: none;
    margin:2%;
}
.menu li a{
    font-size: 2rem;
    font-family:chewy;
    text-decoration: none;
    color: #FACA03;
}
.mainPrincipal{
    background-color: aliceblue;
    width: 98.5%;
    padding: 0.5% 0% 0.5%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2%;
    border-radius: 10px;
}
.tittle{
    color: #FACA03;
    text-align: center;
    font-family:chewy;
    font-size: 2.5rem;
    -webkit-text-stroke: 0.2px black;
}
.search{
    color: #FACA03;
    text-align: center;
    font-size: 2.5rem;
    font-family:chewy;
    letter-spacing: 0.2rem;
    padding: 0.1rem;
}
.section1{
    background-color: #1F3956;
}
.sectionAbc{
    padding: 0rem 3rem;
}
#orderSelect, #weakSelect, #typeSelect, #resSelect{
    width: 15rem;
    height: 2.5rem;
    border-radius: 1rem;
    font-size: 1.6rem;
    display: block;
    text-align-last: center;
}
.section2{
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 3rem 3rem 1rem 3rem ;
}
.nameLabel{
    color: white;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
}
.nameInput{
    width: 14.5rem;
    height: 2.3rem;
    border-radius: 1rem;
    font-size: 1.6rem;
}
.button {
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
  }
#search, #button__order, #clear{
    margin-top: 1rem;
    color: #FACA03;
    background-color: #1F3956;
    padding: 5px 16px ;
    border-color: #FACA03;
    border-radius: 1rem;
    font-size: 2rem;
    font-family:chewy;
    letter-spacing: 0.1rem;
}
.button{
    justify-content:space-evenly;
}
.section3{
    display: grid;
    grid-template-columns: auto auto auto auto;
    background: aliceblue;
}
.card{
    width: 200px;
    height: 270px;
    border-radius: 10px;
    background-color: white;
    text-align-last: center;
    font-size: 1.5rem;
    font-family:chewy;
    color: #1F3956;
    line-height: 13px;
    border-style: solid;
    border-color: #1F3956;
    justify-content: center;
    align-content: center;
    text-align-last: center;
}
.card > p{
    font-family: Inter;
    font-size: 0.8rem;
}
.card img{
    width: 130px;
    height: 140px;
    padding-top: 0.8rem;
}
.feature{
    color: #FACA03;
    background-color: #1F3956;
    padding: 5px 20px ;
    border-radius: 3px;
    border-width: 0px;
    font-size: 1rem;
    font-family: chewy;
    letter-spacing: 0.1rem;
}
.footer{
    margin-top: auto;
    width: 100%;
    height: 100%;
    background: #1F3956;
    color: #FACA03;
    font-size: 0.5rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    justify-content: center;
    text-align: center;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0px;
    border-radius: 2%;
}

.footer .redes img {
    width: 30px;
    height: 30px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    }
/* estilo al mensaje de error !!!!!!!!!!!!!!!!*/
.pikachu_noFound{
    font-size: 1.5rem;
    font-family: Inter;
    padding-bottom: 3rem;
    justify-content: center;
    align-content: center;
    text-align-last: center;
    grid-column: 1 / 5;
}
.pikachu_noFound img{
    width: 130px;
    height: 140px;
    padding-top: 3rem;
}
/* estilo a la cartilla de características */
.group__title{
    background-color: aliceblue;
    font-family: chewy;
    color: #FACA03;
    -webkit-text-stroke: 1px black;
    letter-spacing: 0.5rem;
    font-size: 2rem;
    grid-column: 1 / 5;
    justify-content: center;
    align-content: center;
    text-align-last: center;
}
.group1{
    font-size: 1rem;
    border-style: solid;
    border-radius: 0.5rem;
    border-color: #FACA03; 
    background-color: #1F3956;
    color: #FACA03;
    font-family: Arial, Helvetica, sans-serif;
    grid-column: 2 / 3;
    grid-row: 2 / 5;
    width: 20rem;
    text-align-last: center;
}

.group1 img{
    width: 200px;
    height: 278x; 
    
}

.group2{
    font-size: 1rem;
    font-family: Inter;
    border-style: solid;
    border-radius: 0.5rem;
    border-color: #FACA03; 
    background-color: white;
    color: black;
    grid-column: 3 / 3 ;
    width: 25rem;
    padding: 16px;
    justify-content: left;
}
.group3{
    font-size: 1rem;
    font-family: Inter;
    border-style: solid;
    border-radius: 0.5rem;
    border-color: #FACA03; 
    background-color: white;
    color: black;
    grid-column: 3 / 3;
    width: 25rem;
    padding: 16px;
    justify-content: left;
}
.group4{
    font-size: 1rem;
    font-family: Inter;
    border-style: solid;
    border-radius: 0.5rem;
    border-color: #FACA03; 
    background-color: white;
    color: black;
    grid-column: 3 / 3;
    width: 25rem;
    padding: 16px;
    justify-content: left;
}
#newSearch, .rise{
    margin-top: 1rem;
    width: 150px;
    color: #FACA03;
    background-color: #1F3956;
    padding: 5px 5px ;
    border-color: #FACA03;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family:chewy;
    letter-spacing: 0.1rem;
    grid-column: 3 / 3;
    grid-row: 5 / 5;
}

