html,body{
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
}
h1{
    width: 100%;
    font-size: xx-large;
    font-weight: 600;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 20px;
    background-color:white;
}
h2{
    font-size: large;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 15px;
}
h3{
    font-size: medium;
    font-weight: 500;
    color: black;
    margin-top: 4px;
    margin-bottom: 3px;
    padding-left: 25px;
}
h4{
    font-size: medium;
    font-weight: 500;
    color: black;
    margin-top: 10px;
    margin-bottom: 3px;
    padding-left: 25px;
}
p{
    font-size: small;
    font-weight: normal;
    color: black;
    margin: 0;
    padding-left: 30px;
}
ol{
    font-size: small;
    font-weight: normal;
    color: black;
    margin: 0;
    padding-left: 30px;
}
label{
    font-size: small;
}
input{
    margin-left: 30px;
    font-size: small;
}
select{
    margin-left: 30px;
    font-size: small;
}
span{
    margin-left: 30px;
    font-size: small;
}
a{
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-size: small;
    font-weight: normal;
}
img{
    height: auto;
}
table{
    margin-top: 20px;
    margin-left: 25px;
    font-weight: 500;
}
td{
    width: 120px;
}
#menu-top{
    width: 100%;
    height: 75px;
    background-color: #0a2240;
    position: fixed;
}
#logo{
    max-height: 35px;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 20px;
}
#submenu{
    float: left;
    padding-top: 30px;
}
#titulo{
    width: 100%;
    position: fixed;
    top: 75px;
}
.input-group{
    width: 100%;
}
.botao-menu{
    width: 110px;
    height: 22px;
    padding: 6px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 8px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #0a2240;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: small;
    color: white;
    float: left;
    transition: .8s;
}
.botao-menu:hover {
    background-color: #fa5329;
    color: white;
}
.botao-submit{
    width: 200px;
    height: 50px;
    padding: 8px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 15%;
    margin-top: 20px;
    background-color: #fa5329;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: large;
    font-weight: normal;
    color: white;
    float: left;
    border-radius: 3px;
    border-color: white;
    transition: .8s;
}
.botao-submit:hover {
    background-color: #0a2240;
    color: white;
}
.call-to-action-responsivo{
    width: 80%;
    height: 82px;
    padding: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 10%;
    background-color: #fa5329;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 160%;
    color: white;
}
.whatsappicon{
    margin-right: 10px;
    max-width: 25px;
    max-height: 25px;
}
a#whatsapp{
    z-index: 100;
    width: 75px;
    height: 75px;
    position:fixed;
    bottom: 20px;
    right: 20px;
    background-image: url(https://tauri-eng.com/img-jpg/whatsapp.png);
    background-size: cover;
    border-radius: 50%;
    text-align: center;
    line-height: .8em;
    text-decoration: none;
    font-size: 470%;
    font-weight: bold;
    color:white;
    box-shadow: 3.5px 3.5px 1px rgba(128, 128, 128, 0.5);
}
a#seta{
    width: 230px;
    height: 20px;
    padding-top: 10px;
    position: absolute;
    bottom: 90px;
    right: 65px;
    background-color: #0a2240;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    line-height: .8em;
    text-decoration: none;
    font-size: small;
    color:white;
    box-shadow: 3px 3px 1px rgba(128, 128, 128, 0.747);
}
#description{
    height: 1230px;
    width: 75%;
    float: left;
    margin-top: 150px;
    background-repeat: no-repeat;
}
#escopo{
    width: 100%;
    padding-left: 20px;
}
#escopo-texto{
    width: 65%;
    margin-right: 1%;
    padding-top: 5px;
    padding-bottom: 15px;
    float: left;
    background-color:rgba(243, 243, 243,.9);
}
#foto-mobile-container{
    width: 90%;
    margin-left: 3%;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    border-width: 5px;
    background-color: white;
}
#foto-mobile{
    max-width: 95%;
    max-height: 95%;
    margin: 2.5%;
}
#condicoes{
    height: 73%;
    width: 100%;
    padding: 0;
}
.condicoes-secao{
    width: 96%;
    max-width:1250px;
    margin-top: 1px;
    margin-bottom: 4px;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 1px;
    padding-bottom: 10px;
    background-color: rgba(243, 243, 243,0.9);
}
#compra{
    height: 1220px;
    width: 25%;
    padding: 0;
    padding-top: 50px;
    float: left;
}
#compra-frame{
    height: 600px;
    width: 315px;
    margin-top: .5%;
    margin-bottom: .5%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: rgb(243, 243, 243);
    position: fixed;
    top: 151px;
    right: 0;
}
.compra-secao{
    margin-top: 5px;
}
#valor{
    text-align: right;
}
.botao100{
    width: 100%;
    float: left;
}
.modal {
    display: none;
    text-align: left;
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    z-index: 150;
}
.modal:target {
    justify-content: space-around;
    align-items: center;
display: flex;
}
.modal_telaposterior {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.modal_conteudo {
    position: relative;
    background-color:white;
    padding: 2rem;
    border-radius: 3%;
    z-index: 200;
}
.modal_conteudo_adapt {
    min-width: 77%;
    position: relative;
    margin-right: 18%;
    background-color:white;
    padding: 0.5rem;
    padding-top: 4rem;
    padding-right: 3rem;
    padding-bottom: 2.5rem;
    border-radius: 3%;
}
.modal_fechar {
    color: gray;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0.5rem;
    display: inline-block;
    font-size: 160%;
}
.modal_fechar_adapt {
    color: gray;
    text-decoration: none;
    position: absolute;
    top: -0.5rem;
    right: 0;
    padding: 0 0.5rem;
    display: inline-block;
    font-size: 250%;
    border-radius: 50%;
}
.modal_cabecalho{
    font-size: 160%;
    margin-top: 15px;
    margin-bottom: 2em;
    margin-left: 15px;
}
.modal_cabecalho_adapt{
    font-size: 140%;
    margin-top: 15px;
    margin-bottom: 2em;
    margin-left: 15px;
}
.modal-logo{
    max-width: 100%;
    max-height: 40px;
}
.modal_numeros{
    font-size: 140%;
    color: rgb(10, 34, 64);
    line-height: 2em;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width:480px) {
    h1{
        font-size: x-large;
    }
    #submenu{
        display: none;
    }
    #description{
        width: 100%;
        height: 1900px;
    }
    #escopo{
        height: 0;
        margin-top: 35px;
        margin-left: 7px;
        margin-bottom: 20px;
        padding: 0;
    }
    #escopo-texto{
        width: 96%;
        margin-bottom: 20px;
        padding: 2%;
    }
    #compra{
        height: 600px;
        width: 100%;
    }
    #compra-frame{
        position: static;
        margin-top: 40%;
        margin-left: 10%;
        height: 700px;
    }
    select{
        max-width: 90%;
    }
}
@media screen and (min-width:480px) {
    .whatsapp{
        display: none;               
    }
    #seta{
        display: none;
    }
    #submenu{
        width: 70%;
    }
    #foto-mobile{
        display: none;
    }
    #description{
        width: 67%;
    }
    #escopo{
        height: 67%;
    }
    #compra{
        width: 30%;
    }
    #compra-frame{
        height: 750px;
        width: 30%;
    }
    select{
        width: 425px;
    }
}
@media screen and (max-width:1250px) {
    #submenu{
        width: 100%;
    }
}