@import url('./ResponsividadeIndex/responsive300.css');
@import url('./ResponsividadeIndex/responsive400.css');
@import url('./ResponsividadeIndex/responsive500.css');
@import url('./ResponsividadeIndex/responsive600.css');
@import url('./ResponsividadeIndex/responsive650.css');
@import url('./ResponsividadeIndex/responsive700.css');
@import url('./ResponsividadeIndex/responsive720.css');
@import url('./ResponsividadeIndex/responsive800.css');
* {
    padding: 0;
    margin: 0;
}

body {
    background-image: url(../img/BackgroundIndex.jpg);
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 95vw;
    height: 107vh;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

.login a {
    text-decoration: none;
    color: rgb(125, 164, 201);
}

.login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    height: 60px;
    margin: 15px 7px;
}

.login .container_Login:hover {
    color: rgb(212, 212, 212);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.login .container_Login {
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    width: 160px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 55px;
    text-shadow: #000 2px 3px 2px;
    margin: 5px 4px;
}

.login i {
    font-size: 40px;
}

.sombra {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0px 0px 25px rgba(0 0 0 / 99%));
}

.container img {
    height: 75px;
    width: auto;
    margin: auto;
}

h2 {
    text-align: center;
    color: rgb(194, 194, 194);
    font-size: 42px;
    margin: auto;
}

.container {
    width: 100%;
    height: 80vh;
}

.parte_principal {
    text-align: center;
    margin-top: 35px;
}

.produto {
    max-width: 300px;
    padding: 10px;
    border-radius: 10px;
}

.produto:hover {
    animation: animationProduto 1.2s;
    cursor: pointer;
}

.produto img {
    width: 300px;
    height: 150px;
}

#produto-promo a {
    text-decoration: none;
}

@keyframes animationProduto {
    30% {
        -webkit-transform: translateY((-15px));
        transform: translateY(-15px);
    }
}

.descricao {
    color: rgb(194, 194, 194);
    margin-top: 5px;
    font-family: Garamond;
    font-size: 21px;
    text-align: center;
    text-decoration: none;
    text-shadow: #000 2px 3px 2px;
}

.section {
    min-height: 30vh;
    width: 60%;
    display: flex;
    margin: auto;
    margin-top: 70px;
    justify-content: space-between;
}

.section a {
    text-decoration: none;
}

.imagem {
    min-height: auto;
    box-shadow: 5px 5px 15px rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}