


.cabecalho {
    display: flex;
    background-image: url(./Imagens/redpikachu.jpg);
    background-position: -11rem;
    background-size: 100%;
    width: 100%;
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
    
}



.logoca {
    position: absolute;
    top: 0;
    width: 10.5rem;
    margin-left: .4rem;
    
}

.posicao_links {
    display: flex;
    width: 100%;
    position: relative;
    top: 2rem;
    left: 63vw;
    text-transform: uppercase;
    color: rgb(255, 255, 109);
    font-weight: 300;
    font-family: 'Montserrat';
}

.logo_cadastro {
    padding-right: 1rem;
    font-size: 2rem;
    font-family: 'Montserrat';
    font-weight: 900;
    text-shadow: 3px 3px 8px #000000;
}

.logo_loguin {
    
    font-size: 2rem;
    font-family: 'Montserrat';
    font-weight: 900;
    text-shadow: 3px 3px 8px #000000;
    
}

.cabecalho__links {
    display: flex;
    width: 100%;
    background: linear-gradient(white,red 50%,white);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    justify-content: space-evenly;  
    font-weight: 900;
    font-family: 'Montserrat';
    font-size: 1.5rem;
    color: white;
    text-shadow: 5px 5px 5px #000000;  
}

a {
    color: #eee;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: rgb(139, 139, 139);
    transition: all .3s ease-out;
}

.pokemon_home {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url(./Imagens/pokebolafundo.jpg);
    align-items: stretch;
    
    
}

h2 {
    font-size: 5rem;
    color: yellow;
    text-shadow: 5px 5px 5px #000000;
    font-weight: 900;
    font-family: 'Montserrat';
    padding-right: 10rem;
    padding-top: 3rem;
    margin-left: 10rem;
    text-align: center;
}

.box_home {
    width: 100%;
    max-width: 250px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, green);
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1.5%;
}

.box_home2 {
    width: 100%;
    max-width: 250px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, red);
    margin-left: 1rem;
    margin-right: 1rem;
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1.5%;
}

.box_home3 {
    width: 100%;
    max-width: 250px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, blue);
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1.5%;
}

.box_home4 {
    width: 100%;
    max-width: 250px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    border-radius: 7px;
    box-shadow: 0 2px 10px 2px #00000010;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, yellow);
    box-shadow: 5px 5px 8px #000000;
    margin-left: 1rem;
    overflow: hidden;
}

.box_home5 {
    width: 100%;
    max-width: 250px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    border-radius: 7px;
    box-shadow: 0 2px 10px 2px #00000010;
    border: 2px solid black;
    background: linear-gradient(90deg, red, orange, green, blue, purple);
    margin-left: 1rem;
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
}




.pikachuimg {
    width: 100%;
    height: 60%;
}

.bulbasaurimg {
    width: 100%;
    height: 60%;
}

.charmanderimg {
    width: 100%;
    height: 60%;
    
}

.squirtleimg {
    width: 100%;
    height: 60%;
}

.lugiaimg {
    width: 100%;
    height: 60%;
}

.texto_nome {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    font-family: 'Montserrat';
    padding-top: 1rem;
    color: white;
    text-decoration: brown;
    text-shadow: 5px 5px 8px #000000;
}

.texto_box {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-family: 'Montserrat';
    font-weight: 900;
    color:rgb(255, 230, 0);
    text-shadow: 5px 5px 8px #000000;

}

.texto_baixo1 {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 2rem;
    padding-top: 0.5rem;
    color: white;
}

.texto_baixo {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 10px;
    padding-top: 5px;
    color: white;
}

.botao_compre {
    width:100%;
    background: rgb(202, 131, 0);
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
    padding: 0.4rem 2rem 0.4rem 2rem;
    font-family: 'Montserrat';
    font-weight: 300;
   
}

.botao_compre:hover {
	background: darkorange;
	transform: scale(1.2);
}

.box_vantagens {
    display: flex;
    background-color: red;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.texto_video {
    padding-left: 3rem;
    padding-right: 5rem;
    font-family: 'Montserrat';
    font-weight: 900;
    color: white;
}

.titulo_video {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 2rem;
    padding-bottom: 1rem;
}

.video_abertura {
    position: relative;
    right: 5vw;
}

.footer {
    background-color: black;
}

.pokemonpng {
    position: absolute;
    width: 10rem;
    padding: 1rem;
}

.pokebolapng {
    position: relative;
    width: 5rem;
    left: 90vw;
    top: 2rem;
}

h4 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 2rem;
    padding-bottom: 1rem;
}

.contatosrodape {
    color: white;
    padding: 3rem;
    padding-left: 5rem;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 300;
}

.productions {
    padding-top: 5rem;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 1rem;
}