﻿body {
}

.btn:hover {
    background-color: #8B0000;
    color: #FFFFFF;
}

.btn {
    min-width: 113px;
    height: 40px;
    border-radius: 5px;
    background-color: #af0425;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.045em;
}

.btnCep {
    min-width: 113px;
    height: 30px;
    border-radius: 3px;
    background-color: #af0425;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.045em;
}

.btnCancel:hover {
    border: 1px solid #8B0000;
}

.btnCancel {
    min-width: 113px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #af0425;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.045em;
    background-color: #ffffff;
    color: #af0425;
}

.bottomLine::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 3px;
    background-color: #af0425;
    position: absolute;
    bottom: 0;
    right: 40px;
    left: 14px;
    width: 92%;
}

.aspCustom::placeholder {
    color: #af0425;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
}
.aspCustom:focus {
    outline: none;
    box-shadow: none;
}
.aspCustom {
    border: none;
    box-shadow: none;
    padding: 5px;
    border-radius: 0px;
    color: #af0425;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: -2px;
    padding-bottom: 10px;
}

.textbox-container {
    display: flex;
    align-items: center;
}

.text {
    font-family: Poppins;
}

.centralize {
    display: flex;
    justify-content: center;
}
.centralizeImage {
    margin: auto;
    display: block;
}
.sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #af0425;
    letter-spacing: -0.045em;
}

.box {
    min-height: 200px;
    background: white;
    box-shadow: 9px 9px 14px 0px #00000073;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #2275C8
}
.box-contant {
    min-height: 200px; 
    padding: 25px;
    border:hidden
}
.box-image {
    box-shadow: 9px 9px 14px 0px #00000073;
    height: 350px;
    width: 350px;
}

.box-tipoConvite {
    background: #E9D8FD;
}
.box-selecaoPagamento {
    margin: 10px;
    border: 4px solid #004F9F;
    border-radius: 36px;
    width: 177px;
    height: 106px;
    top: 432px;
    left: 784px;
}
.circle {
    width: 32px;
    height: 32px;
    top: 99px;
    left: 142px;
    border-radius: 100%;
    border: none;
    background-color: #FA8072;
}
.circle-selected {
    width: 32px;
    height: 32px;
    top: 99px;
    left: 142px;
    border-radius: 100%;
    border: 1px solid #8B0000;
    background-color: #af0425;
}
.circle-completed {
    width: 32px;
    height: 32px;
    top: 99px;
    left: 142px;
    background-color: #af0425;
    border-radius: 100%;
}
.circle-number {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.hr {
    border: 2px solid #E1E8F0;
    width: 80px;
    top: 116px;
    left: 246px;
    margin-left: 10px;
    margin-right: 10px;
}
.select-2 {
    display: inline-block;
    display: flex;
    width: auto;
}
.margem-esquerda {
    margin-left: 120px;
}
.linha-total {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}
.direita {
    justify-content: flex-end;
}
.titulo-total {
    font-weight: bold;
    font-size: 18px;
}
.valor-total {
    font-size: 18px;
    font-weight: bold;
    color: #af0425;
}

.linha-mensagem-desconto {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.msg-desconto {
    background-color: #e6f4ff;
    border-left: 4px solid #af0425;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 15px;
    color: #af0425;
    max-width: 400px;
    text-align: right;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.login-wrapper {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('Imagens/Dobra3.jpg');
    background-size: cover;
    background-position: center;
}