@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body * {
    transition: all 1s ease;
    font-family: 'Inter';
}

body {
    background-image: url('assets/dilatamax-capa.png');
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: blur(3px);
    height: 110vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-card {
    width: 60%;
    background-color: rgba(0, 0, 0, 0.678);
    border-radius: 20px;
    padding: 0px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.tittle {
    color: white;
    font-weight: 700;
}

.data {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

#formulario {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 90%;
}

#formulario input,
select {
    border: none;
    border-radius: 5px;
    padding: 7px;
}

.logo {
    max-width: 330px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.logo img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
    height: auto;
    object-fit: contain;
}

.logo .capsule-logo {
    width: 90px;
    height: auto;
    position: relative;
    z-index: 1;
    left: 100px;
}

.logo .name-logo {
    width: 270px;
    height: auto;
    position: relative;
    z-index: 1;
    bottom: 30px;
}

/* BOTÃO VERMELHO */
.gerar_conf {
    font-size: 20px;
    font-weight: 600;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    border-radius: 10px;
    border: none;
    background-color: #FF0000; /* Vermelho */
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

.gerar_conf:hover {
    background-color: #FF4D4D; /* Vermelho mais claro */
    box-shadow: 0 0 15px rgba(255, 77, 77, 0.8);
}

/* ---------------------------------------------------------------------- */
/* RESULT_INDEX */
/* ---------------------------------------------------------------------- */

h2 {
    color: white;
}

.result-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.result-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    gap: 20px;
}

.frascos-image {
    width: 200px !important;
    height: 200px;
}

.frascos-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.pedido-info h4 {
    color: black;
    font-weight: 700;
}
