*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Amazon01';
}

@font-face {
    font-family: "Amazon01";
    src: url(./prime/AmazonEmber_Lt.woff);
}

@font-face {
    font-family: 'Amazon02';
    src: url(./prime/AmazonEmber_Rg.woff);
}

body{
    font-family: "Amazon01";
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    font-size: 2.2em;
  }



body {
    width: 100%;
    height: 100vh;
}

h1 {
    font-size: 2.9em;
    font-weight: 500;
    font-family: 'Amazon02';
}

header{
    width: 100%;
    height: 3.5em;
    background-color: #00050d;
    display: flex;
    justify-content: center;
}

header > nav {
    min-width: 60%;
    padding: .2em;
    color: #aaaaaa;

    display: flex;
    justify-content: space-around;
    align-items: center;
}

header img {
    height: 1.5em;
}
header ul {
    display: flex;
}

header ul li {
    display: flex;
    align-items: center;
    padding: 0 1em;
    font-weight: 500;
    font-size: 1.1em;
}

header ul li:hover{
    cursor: pointer;
    background-color: #191e25;
}

.seta{
    font-size: .8em;
}

header ul li .seta {
    transition: .3s;
}

header ul li:hover .seta{
    transform: rotate(180deg);
}

#image-user{
    width: 2em;
    height: 2em;
}

#loja-prime{
    height: 40em;
    background-image: url(./prime/MLP_BG_left_1440x675.jpg);
    background-size: cover;
    display: flex;
    justify-content: end;
}

#loja-prime article{
    background-image: linear-gradient(to left, black 85%, transparent);
    width: 50%;
    padding-right: 4em;
    padding-left: 8em;
    color: white;
    font-family: 'Amazon01';

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3em;
}

#loja-prime p {
    font-size: 1.2em;
    font-family: 'Amazon01';
}

#filmes-series{
    background-image: url(./prime/BRND_MTH23_PVMagnetLeft_1440x675_POST_Final_noLocale_DOT5650.jpg);
    background-size: cover;
    display: flex;
    
}

#filmes-series article{
    background-image: linear-gradient(to right, black 85%, transparent);
    width: 50%;
    height: 42em;
    color: white;
    font-family: 'Amazon02';
    padding: 50px 5%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5em;
}

#filmes-series p {
    font-size: 1.2em;
    font-family: 'Amazon01';
}

.filmes-button {
    width: 10em;
    margin: 2em 0;
    font-family: 'Amazon02';
}

.linha-ou {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16em;
    padding: 0.5em 0;
}
.linha-ou p{
    display: inline-block;
    margin: 0.5em;
}
.linha-ou hr {
    width: 100%;
    height: 1px;
}

#filmes-series article p small{
    font-size: .9em;
    font-family: 'Amazon02';
}

#dispositivos {
    width: 100%;

    display: flex;
    justify-content: space-around;
    gap: 2em;

    padding: 60px 5% 30px 5%;
}

#dispositivos article {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1em;

    width: 34em;
    text-align: center;
}

#dispositivos article img{
    width:18.75em ;
}

#dispositivos h2 {
    font-family: 'Amazon02';
    font-size: 2.25em ;
}

#dispositivos p {
   color: black;
   font-family: 'Amazon01';
}

#canais {
    display: flex;
    padding: 1em 0;
}

#canais article{
    max-width: 50%;
}

.textos {
    padding: 3.5em;
}

.textos  h1 {
    font-family: 'Amazon02';
    margin-bottom: 1em;

}

.textos p{
    font-family: 'Amazon01';
    font-size: 1.5em;
}

#canais img {
   max-width: 16em;
   height: 11em;
   transition: .15s;
}

#canais img:hover {
    box-shadow: 0 0 10px 1px black;
    cursor: pointer;
 }

.image-canais{
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
}

button {
    font-size: 1em;
    color: white;
    background-image: linear-gradient(to right,#0f79af 90%, #086cb4) ;
    border: none;
    border-radius: 2px;
    padding: 1em;
    width: 17.5em;
    cursor: pointer;
}

footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5em;

    height: 9.8em;
    width: 100%;

    background-color: #222222;
    color: #949494;
}

footer img {
    height: 2em;
}

footer ul {
    display: flex;
    gap: 1em;

    list-style: none;
}

footer ul li a {
    font-size: 1em;
    font-family: 'Amazon02';
    color:#0f79af;
}

footer p {
    font-size: 1em;
    font-family: 'Amazon02';
}
