*{
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    background-color: #2f6bb4;
}
body{
    max-width: width 1200px;
}

.container{
    display: flex;
    justify-content: space-evenly;
}

.background-top{
    background-image: url("images/topo.png");
    padding: 10%;
    margin-bottom: 2%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}

.sections-box{ 
    width: 100%;
    border: solid 2px #2f6bb4;
    border-radius: 15px;
    padding: 2%;
    margin: 0.3%;
    text-align: center;
    color: #2f6bb4;
    font-weight: bold;
    background-color: #ffcb08;
}

.section-types-background{
    background-image: url("images/ceu.jpg");
    background-color: #ecd7c6;
    box-shadow: inset 0px 0px 200px 80px #84caf6;
    background-size: 100%;
}

.imagem-box-weaknesses, .imagem-box-types, .imagem-box-name{
    width: 25%;
    margin: 0.5%;
    background-color: #ffcb08;
    animation-duration: 3s;
    animation-name: shake;
}

@keyframes shake {
    from {
        margin-left: 20%;
    }
    to {
    margin-left: 0.5%;
    }
}

.two-selects{
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
}

.order-hide select{
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;  
}

.style-selected-hide{
    color: white;
    outline: none;
    border: none;
    font-size: 15px; 
}

.style-selected-hide:hover{
    color:#ffcb08;
    cursor: pointer;
}

.style-select-box{
    outline: none;
    border: none;
    padding: 5px;
    color: #ffcb08;
    font-size: 19px;
    font-weight: bold;  
}

.style-select-box:hover{
    color: white;  
    cursor: pointer;
}

.text-name{
    color: white;
}

.text-name:hover{
    color: #ffcb08;
}

.style-select-names{
    border-radius: 15px;
}
.style-name{
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.pokemon-names{
    border: solid 3px #08224e;
    background-color: #84caf6;
    text-align: center;
    width: 50%;
    border-radius: 15px; 
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 5%;
}

.pokemon-names p{
    color: #2f6bb4;
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
}

.pokemon-names b{
    background-color: transparent;  
}

.poke-name{
    color: #ffcb08;
    font-size: 20px;
}

.style-pokemons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: transparent;
    color: #ffcb08;
    border-radius: 8px; 
}

.style-pokemons p{
    margin: 2%;
    background-color: #84caf6;
    color: #2f6bb4;
}

.pokemons-type{
    border: solid 3px #08224e;
    border-radius: 15px; 
    margin: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #84caf6;
}

.pokemon-type, .pokemon-names{
    animation-duration: 1.5s;
    animation-name: opacity;
}

.pokemon-type p{
    font-weight: 300;
}

.pokemon-type b{
    background-color: transparent;
}



@keyframes opacity {
    from {
      opacity: 0.1;
    }
    to {
        opacity: 10;
    }
  }

.text-box-name, .text-box-types, .text-box-weaknesses,.pokemon-type, .text-type, .poke-photo {
    background-color: transparent;   
}

.style-label{
    margin: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #2f6bb4;
    background-color: transparent;  
}

.result-pokemons-found{
    color: white;
    padding: 0.5%;  
    margin-top: 15px;
    width: 100%;
}

.style-container-curiosities{
    min-width: 310px;
    margin-top: 10px;
    margin-bottom: 10px;
    width:100%; 
    border-radius: 12px;
}

.btn-curiosities{
    display: flex;
    justify-content: space-around;
    width: 100%
}

.btn-curiosities-style{ 
    border: none;
    padding: 7%;
    color: #2f6bb4;
    text-align: center;
    font-weight: bold;
    font-size: 18px; 
    width: 40%;
    background-image: url("images/ditto.png");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
}

.btn-curiosities-style:hover {
    animation-duration: 0.5s;
    animation-name: bigger;
    color: #08224e;
    cursor: pointer;
  }
  
@keyframes bigger {
    from {
      width: 40%;
    }
    to {
      width: 43%;
    }
}

.btn-final{
    display: flex;
    justify-content: space-around;
    margin: 10px;
    font-weight: bold;
}

.button-style{
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ed1c24;
    color: white;
    border: none;
    outline: none; 
    cursor: pointer;
}

.button-style:hover{
    font-weight: bold;
    color: #2f6bb4;
    background-color: #ffcb08; 
}

.btn-initial{
    display: flex;
    justify-content: flex-end;  
}

.btn-initial img{
    width: 10%;
}

.button-initial-style{
    color: white;
    border: none;
    outline: none; 
    cursor: pointer;
    font-size: 15px;
}

.button-initial-style:hover{
    color: #ffcb08;
}








@media screen and (max-width: 700px) {
    .container{
        display: block;
        margin-top: 6%;
        width: 94.5%; 
        font-size: 15px;
    }

    .background-top{
        margin-top: 1%;
    }

    .btn-curiosities-style{
        background: none;
        margin-top: 3%;
        padding: 0;
        font-size: 80%;
        color: white;
        border: 3px solid transparent;
        border-bottom-color: #84caf6;
    }
    
    .pokemon-names{
        width: 100%;
    }
    
    .pokemon-names p{
        font-size: 12px;
    }
    
    .style-selected-hide{
        font-size: 8px; 
    }
    
    .style-select-box{
        width: 55%;
        font-size: 15px;
    }

    .result-pokemons-found{
        font-size: 8px;
        width: 100%;
    }
}



