@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* Remove setas para navegadores WebKit (Chrome, Safari, etc.) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container-menor {
    max-width: 500px;
    border-bottom: 5px solid #727272;
}

.btn-contato {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

#formulario {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#form-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 5px; */
    text-align: center;
    margin-bottom: 15px;
    padding: 18px 5px 0 5px;
}

h1 {
    font-size: 24px;
    /* margin-bottom: 20px; */
    color: #333;
}



#h1-title {
    color: #333;
    font-size: 30px;
}

.destaque {
    background: linear-gradient(236deg, rgb(34, 131, 195) 0%, rgb(0, 81, 173) 100%);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
}

.destaque2 {
    border-radius: 5px;
    color: rgb(44, 44, 44);
    font-weight: 600;
}

.destaque3 {
    display: block;
    margin-bottom: 10px;
    background: linear-gradient(236deg, rgba(195,34,34,1) 0%, rgb(255, 123, 0) 100%);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.normal {
    background: linear-gradient(236deg, rgb(34, 195, 34) 0%, rgb(28, 139, 0) 100%);
}

.elevado {
    background: linear-gradient(236deg, rgba(195,34,34,1) 0%, rgb(255, 123, 0) 100%);
}

.muito-elevado {
    background: linear-gradient(236deg, rgba(195,34,34,1) 0%, rgb(255, 0, 0) 100%);
}

.hidden {
    display: none;
}

img {
    width: 100%;
    max-width: 240px;
    /* margin-bottom: 20px; */
}

.form-group {
    margin-bottom: 5px;
    position: relative;
    padding: 0 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #464646;
    font-weight: bold;
}

input, select {
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 20px 10px 10px 20px;
    background-color: #E6E6E6;
    outline: none;
    border: 3px solid #E6E6E6;
    /* border-right: 4px solid #ccc; */
    color: #535353;
    padding-left: 20px;
    font-size: 16px;
    transition: .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group-btn {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

input.erro-borda, select.erro-borda {
    border: 3px solid red;
}

.erro {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: red;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
    display: none;
    font-weight: 500;
}

#resultadoContainer {
    padding: 20px;
}

#resultado {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 20px; */
    /* margin-top: 20px; */
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
}

.btn-result-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn {
    width: 100%;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(264deg, rgb(37, 37, 37) 0%, rgb(94, 94, 94) 93%);
    color: #fff;
    border: none;
    border-radius: 5px;
    border-bottom: 3px solid rgb(37, 37, 37);
    cursor: pointer;
}

.btn2 {
    background: rgb(255, 0, 0);
    background: linear-gradient(236deg, rgba(195,34,34,1) 0%, rgb(255, 0, 0) 100%);
}

.btn:hover {
    background: linear-gradient(264deg, rgb(68, 68, 68) 0%, rgb(122, 122, 122) 93%);
    border-bottom: 3px solid rgb(63, 63, 63);
}

#resultado p {
    margin: 10px 0;
}

.info-btn {
    position: absolute;
    top: 28px;
    right: 25px;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    color: #c9c9c9;
    background-color: rgb(143, 143, 143);
    font-size: 10px;
    padding: 10px 12px;
}

.info-image {
    display: none;
    position: absolute;
    top: 30px; 
    right: -30px;
    transform: translateX(-50%);
    max-width: 300px; 
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
}

.form-group img {
    max-width: 200px;
}

.info-text {
    max-width: 280px;
    background-color: #3f3f3f;
    text-align: center;
    color: #e7e7e7;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    padding: 5px 10px;
    right: -75px;
}