:root {
    --cor-amarelo2: #fdc300;
    --cor-cinza2: #636466;
    --cor-cinza22: #6f7070;
    --cor-branca: #FFFFFF;
    --cor-verde22: #96c11f;
    --cor-placeholder: #6D817D;
    --cor-botao: #B1B3B6;
}


.simulation {
    display: grid;
    grid-template-columns: 60%;
    grid-template-rows: auto auto 20px;
    justify-content: center;
    font-family: 'b-regular';
}

.simulation-title {
    font-family: 'b-semibold';
    font-size: 2.625rem;
    text-align: center;
    margin-top: 20px;
}

.simulation-descr {
    font-size: 0.9375rem;
    font-family: 'b-regular';
    text-align: center;
}



.btn_form {
    display: flex;
    justify-content: end;
}

.form-text {
    width: 100%;
    height: 50px;
    font-family: 'b-regular';
    padding: 10px;
    font-size: 0.9375rem;
}

.simulation-form form {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto auto;
    gap: 10px;
}

.simulation-form select{
font-family: 'ms300' !important;
}

.form-simul-button{
margin-top:20px;

}
.form-simul-button {
    grid-column: 1 / span 2;
    width: 30%;
    margin: auto;
    padding: 10px;
    background-color: var(--cor-verde-claro);
    color: white;
    font-weight: bold;
    border: 0;
}

.simulation-form {
    margin-top: 10px;
}

.simulation input:focus {
    outline-color: #00B4DB;

}

.simulation select:focus {
    outline-color: #00B4DB;

}


.form-register-simulacao input::placeholder {
    padding: 5px;
    font-family: 'b-regular';
    font-size: 1.2rem;
}

.form-register-simulacao select {
    padding: 5px;
    font-family: 'b-regular', sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-size: 1.2rem;
    color: #6D817D;
}

.form-register-simulacao input {
    border: 1px solid;
}


.simulation-form select {
    width: 100%;
    height: 50px;
    padding: 10px;
border: 1px solid black;

}

.simulation-form select::-webkit-inner-spin-button {
    margin: 20px;
}


.animated-border {
    width: 100%;
    height: auto;
    padding: 20px;
    border: 5px solid transparent;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    margin-bottom: 50px;
    margin-top: 50px;
}

.animated-border::before,
.animated-border::after {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    background: linear-gradient(to right, var(--cor-verde2), var(--cor-amarelo2));
    /* transition: all 2s; */
}

.animated-border::before {
    top: 0;
    left: 0;
}

.animated-border::after {
    bottom: 0;
    right: 0;
}

.animated-border:hover::before,
.animated-border:hover::after {
    width: 100%;
}


.form-simul-button {
    border: none;
    padding: 12px 40px;
    background-color: #458a50;
    color: white;
    font-family: 'BenchNine';
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}


.form-simul-button:hover:before,
.form-simul-button:hover:after {
    height: 100%;
    width: 100%;
    border-color: #084411;
}

.form-simul-button:hover {
    background-color: #426347;
}


.simulation-title{
color: #458a50;
}


.simulado-text {
    font-size: 1.2rem;
    font-family: 'CamptonLight';
font-family: 'ms300';margin-top:20px;margin-bottom:20px;
}

.text-simulado {
    font-size: 1.2rem;
    font-family: 'CamptonLight';
}

.text-simulado-2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.simulation-descr {
    margin-top: 20px;

}

.img-simulacao img {
    width: 40%;
    height: auto;
}

@media only screen and (max-width: 800px) {

    .simulation {
        display: grid;
        grid-template-columns: 90%;
        grid-template-rows: auto auto auto auto auto auto auto auto 20px;
        justify-content: center;
    }

    .simulation-title {
        font-family: 'CamptonSemiBold';
        font-size: 1.5rem;
        text-align: center;
        margin-top: 20px;
    }

    .form-simul-button {
        grid-column: 1 / span 2;
        width: 60%;
        margin: auto;
        padding: 10px;
        background-color: #c47135;
        color: white;
        font-weight: bold;
        border: 0;
    }

    .text-simulado {
        font-size: 1rem;
    }


    .simulation-descr {

        font-family: 'b-regular';
        text-align: center;
    }

    .simulation-form select {
        width: 100%;
        height: 40px;
        padding: 10px;
        font-family: Altone-Regular;
        font-size: 1rem;

    }

    .simulation-form select::-webkit-inner-spin-button {
        margin: 20px;
    }

    .simulation-form form {
        display: flex;
        gap: 10px;
        flex-direction: column;


    }
}