/* RODAPE */
.rodape {
    width: 100vw;
    min-height: 100vh;
    background-color: #b8b8b8;
    position: relative;
    margin: 200px 0 0;
}

.form {
    width: 80%;
    background-color: #464646;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
}

.form .titulo {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    letter-spacing: 2px;
    padding: 30px 50px;
    border-left: 1px #fff dotted;
    font-weight: 700;
}

.form .fields {
    width: 90%;
    margin: 20px auto;
    align-self: center;
    padding: 0;
}

.input-group {
    width: 40%;
    float: left;
    margin: 10px 5%;
    min-height: 60px;
}

.input-group .label {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    width: 300px;
    letter-spacing: 2px;
}

.input-group .toggle {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px 0 0;
}

.input-group .toggle .bt_inicial {
    background-color: #fff;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #a8a8a8;
    font-size: 11px;
    flex-grow: 1;
    letter-spacing: 1px;
}

.input-group .toggle .bt_inicial:hover {
    cursor: pointer;
    background-color: #EA9000;
    color: #fff;
}

.input-group .toggle .bt_inicial_input {
    display: table;
    width: 100%;
}

.input-group .toggle .bt_inicial_input input {
    padding: 10px 6%;
    margin: 0;
    color: #ccc;
    width: 88%;
    background-color: #fff;
    border: 0px;
    outline: none;
}


.input-group .toggle .bt_inicial_input input:hover {
    background-color: #F7F7F7;
}


.input-group .toggle .bt_meio {
    background-color: #fff;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #a8a8a8;
    font-size: 11px;
    flex-grow: 1;
    letter-spacing: 1px;
}

.input-group .toggle .bt_meio:hover {
    cursor: pointer;
    background-color: #EA9000;
    color: #fff;
}

.input-group .toggle .bt_final {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #a8a8a8;
    font-size: 11px;
    flex-grow: 1;
    letter-spacing: 1px;
}

.input-group .toggle .bt_final:hover {
    cursor: pointer;
    background-color: #EA9000;
    color: #fff;
}

.input-group .submit {
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: row;
    padding: 6px 10px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 25px;
}

.input-group .submit:hover {
    cursor: pointer;
    background-color: #fff;
    color: #464646;
}

.input-group .submit svg {
    margin: 0 0 0 10px;
}

.input-group .submit1 {
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: row;
    padding: 8px 10px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}

.input-group .submit1:hover {
    cursor: pointer;
    background-color: #fff;
    color: #464646;
}

.input-group .submit1 svg {
    margin: 0 0 0 10px;
}

.input-group .submit1 svg:hover {
    margin: 0 0 0 10px;
    fill: #464646;
}

.input-group .number {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px 0 0;
}

.input-group .number input {
    border: none;
    height: 35px;
    flex-grow: 1;
}

.input-group .number .btn1 {
    background-color: #fff;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #a8a8a8;
    flex-grow: 1;
    font-size: 11px;
}

.input-group .number .btn1:hover {
    cursor: pointer;
}

.input-group .number .btn2 {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #a8a8a8;
    flex-grow: 1;
    font-size: 14px;
}

.input-group .number .btn2:hover {
    cursor: pointer;
}

.rodape .info {
    width: 80%;
    display: table;
    padding: 250px 0 0 0;
    margin: 0 auto;
}





.bloco {
    width: calc(20% - 1px);
    border-right: 1px solid #E2E2E2;
    padding: 0 5% 0 0 ;
    height: 20vh;
    color: #fff;
    list-style: none;
    letter-spacing: 3px;
    float: left;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif;
}

.bloco svg {
    width: 100%;
}





.bloco1 {
    width: calc(20% - 1px);
    border-right: 1px solid #E2E2E2;
    padding: 0 0 0 5%;
    height: 20vh;
    float: left;
    color: #fff;
    list-style: none;
    letter-spacing: 3px;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif;
}

.bloco1 li{
    list-style: none;
    letter-spacing: 2px;
    margin: 0 0 5px 0;
    padding: 0;
}

.bloco1 ul{
    margin: 0;
    padding: 0;
}

.bloco1 svg {
    margin: 20px 0 0 0;
    width: 40px;
    fill: #fff;
}

.bloco1 span{
    font-weight: 700;
}






.bloco2 {
    width: calc(20% - 1px);
    border-right: 1px solid #E2E2E2;
    padding: 0 0 0 5%;
    height: 20vh;
    float: left;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif;
}

.bloco2 li{
    list-style: none;
    letter-spacing: 2px;
    margin: 0 0 5px 0;
    padding: 0;
}

.bloco2 li:hover{
    font-weight: 400;
}

.bloco2 ul{
    margin: 0;
    padding: 0;
}





.bloco3 {
    width: 20%;
    padding: 0 0 0 5%;
    height: 20vh;
    float: left;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif;
}

.bloco3 li{
    list-style: none;
    letter-spacing: 2px;
    margin: 0 0 5px 0;
    padding: 0;
}

.bloco3 li:hover{
    font-weight: 400;
}

.bloco3 ul{
    margin: 0;
    padding: 0;
}









/* MODAL */
.modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    font-family: 'Roboto Condensed', sans-serif;
}

.modal-container {
    max-width: 700px;
    width: 80%;
    background-color: #EA9000;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 100px;
    padding: 40px 0;
    position: relative;
}

.modal-container .msg {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    color: #fff
}

.modal-close {
    top: 0;
    left: 0;
    margin: 20px;
    position: absolute;
}

.modal-close svg{
    width: 30px;
    fill: #fff;
}

.modal-close svg:hover{
    fill: #DB6F3F;
}




.modal-container .msg h1{
    font-family: 'Oswald';
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
}

.modal-container .msg p{
    font-size: 25px;
    letter-spacing: 2px;
}

.btn_selected {
    background-color: #EA9000 !important;
    color: #fff !important;
}












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




.bloco {
    width: 80%;
    border-bottom: 1px solid #cacaca;
    border-right: 0px;
    padding: 30px 10%;
    height: 100%;
    display: table;
    color: #fff;
    list-style: none;
    letter-spacing: 3px;
    float: left;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif;
}

.bloco1 {
    width: 80%;
    border-bottom: 1px solid #cacaca;
    border-right: 0px;
    padding: 30px 10%;
    height: auto;
    height: 100%;
    color: #fff;
    list-style: none;
    letter-spacing: 3px;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif;
}

.bloco2 {
    width: 80%;
    border-bottom: 1px solid #cacaca;
    border-right: 0px;
    padding: 30px 10%;
    height: 100%;
    display: table;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif;
}

.bloco3 {
    width: 80%;
    padding: 30px 10%;
    height: 100%;
    display: table;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 100px 0;
}








    .form .titulo {
        display: none;
    }

    .form .fields {
        display: table;
        width: 90%;
        padding: 30px 5%;
    }

    .input-group {
        width: 80%;
        float: left;
        margin: 10px 5%;
    }

    .rodape .info {
        width: 70vw;
        padding: 350px 0 0 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .rodape .info .item {
        display: flex;
        flex-direction: column;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 2px;
        font-size: 13px;
        text-transform: lowercase;
        border-right: 0px;
        border-bottom: 1px solid #E2E2E2;
        padding: 20px 0;
        margin: 0px 0;
    }

    .rodape .info .item svg {
        margin: 0 auto 20px;
    }

    .rodape .info .item ul {
        padding: 0;
    }

    .bottom-container {
        display: none;
    }

}
