section {
    font-family: 'Inter', sans-serif;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 3%;
    z-index: -10;
}
section .space {
    margin: 2%;
    width: 300px;
    height: 3px;
    background-color: #4b4b4b;
}
section .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background-color: #c73500;
    border: none;
    box-shadow: 0px 5px 10px #525252;
    transition: 0.5s;
    transform: scale(1);
}
section .btn:hover {
    transform: scale(1.3);
    transition: 1s;
    box-shadow: 0px 40px 15px #525252;
}
#primeira {
    background-color: #2d2d32;
}
.el-box {
    padding: 0;
    margin: 90px 24px;
    width: 715px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.el-box .box {
    background-color: #eb4702;
    width: 50px;
    height: 50px;
}
.el-box .box-text {
    margin-left: 20px;
    text-align: left;
    font-family: 'Inter Tight', sans-serif;
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 54px;
    font-size: 3rem;
}
.col-12 {
    padding: 0 12px;
}
.row {
    padding: 0;
    margin: 0;
}
.label {
    color: white;
    padding: 0 12px;
}
.btn-envio {
    border: none;
    background-color: #eb4702;
    border-radius: 5px;
    color: white;
    margin: 12px;
    width: 100px;
    padding: 5px 10px;
}
.form-span {
    padding: 16px 10px;
}
.contato-sm {
    font-size: 10px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.white {
    color: white;
}
.form-check-label {
    margin-left: 10px;
    color: white;
}
.form-che {
    padding: 5px 20px;
}
.form-control {
    margin: 4px;
}
dialog::backdrop {
    background-color: #000;
}
dialog {
    font-family: 'Inter', sans-serif;
    min-width: 300px;
    width: 30vw;
    max-width: 400px;
    text-align: center;
    border-radius: 10px;
    border: none;
    padding: 20px;
    box-shadow: 0 2px 5px gray;
}
dialog h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
dialog p {
    padding: 0;
    margin: 0;
}
dialog .close {
    position: absolute;
    top: 0px;
    right: 5px;
}
