@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
html,body{
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#fundo{
    height: 100%;
    width: 100%;
    background-image: url(https://tauri-eng.com/img-jpg/Tauri14-0.350.jpg);
    background-size: cover;
    filter:opacity(40%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
h1{
    font-size: 50px;
    color: black;
    font-weight: bolder;
    text-align: left;
    padding: 0;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 20px;
    margin: 0;
    margin-top: 2%;
    background-color: rgb(255, 255, 255,0.8);
}
h2{
    margin-top: 0;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: x-large;
    color: white;
    text-align: center;
    font-size: larger;
    background-color: rgba(10, 34, 64,1);
}
h3{
    font-size: 80%;
    font-weight: normal;
    color: white;
    padding-left: 15px;
    margin: 5px;
    font-family: Oswald;
}
h4{
    font-size: x-large;
    font-weight: normal;
    font-family: Oswald;
    color: white;
    padding-left: 15px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 12px;
}
p{
    text-align: justify;
    color: black;
    font-size: small;
    margin-left: 1%;
}
a{
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-family: Oswald;
    font-size: 100%;
}
img{
    width:100%;
    height: auto;
}
label{
    margin-top: 6px;
    font-size: x-small;
    font-weight: normal;
    color: lightgray;
    float: none;
}
select{
    width: 90%;
    margin-bottom: 3px;
    min-height: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: gray;
    font-size: 12.5px;
    display: block;
    outline: none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
    border:1px solid gray;
}
textarea{
    width: 88%;
    margin-bottom: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
}
input{
    width: 88%;
    margin-bottom: 3px;
    float: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border:1px solid gray;
    font-size: 12.5px;
    min-height: 20px;
    display: block;
    outline: none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
}
input[type=submit]{
    height: 40px;
    width: 80%;
    padding: 6px;
    margin: 8px;
    margin-left: 10%;
    background-color: #fa5329;
    color: white;
    font-family: Oswald;
    font-size: large;
    text-align: center;
    vertical-align: middle;
}
:required {
    border-color: #88a;
}
#menu-top{
    width: 100%;
    height: 70px;
    top: 0;
    background-color: #0a2240;
    z-index: 200;
    position: fixed;
}
#submenu{
    float: left;
    width: 70%;
    padding-top: 1.5%;
}
#caixa-call{
    position: fixed;
    right: 0;
    top: 15px;
    height: 10%;
    width: 38.5%;
    background-color: rgba(10, 34, 64,1);
    border: 1px;
    border-color: black;
    border-radius: 10px;
    padding: 10px;
    z-index: 2000;
}
#central{
    width: 60%;
    margin: 0;
    margin-left: 50px;
    padding: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 70px;
    position: relative;
    top: 70px;
    left: 0;
    z-index: 100;
    color: white;
}
#logo{
    width: 18%;
    margin-top: 5px;
    margin-left: 0;
    float: left;
    left: 35px;
}
#caixa-form{
    position: fixed;
    top: 13%;
    right: 20px;
    height: 83%;
    width: 24%;
    background-color:  rgba(10, 34, 64,.95);
    border: 1px;
    border-color: gray;
    border-style: solid;
    border-radius: 10px;
    padding: 2px;
    padding-left: 20px;
}
#divisoria{
    height: 170px;
}
.artigo{
    height: 200px;
    width: 240px;
    margin-top: 2%;
    margin-right: 6%;
    padding-top: 0;
    padding-left: 0;
    background-color: rgba(10, 34, 64,.4);
    float: left;
}
.call-to-action1{
    width: 130px;
    height: 22px;
    padding: 6px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 8px;
    background-color: #0a2240;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    float: left;
}
.call-to-action1:hover {
    background-color: #fa5329;
    color: white;
    transition: .5s;
}
.call-to-action2{
    width: 150px;
    height: 23px;
    padding: 6px;
    margin: 8px;
    margin-left: 2%;
    background-color: #fa5329;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    float: left;
    transition: .5s;
}
.call-to-action2:hover {
    background-color: #0a2240;
    color: white;
    transition: .5s;
}
.call-to-action3{
    width: 75%;
    height: 20px;
    padding: 6px;
    margin: 8px;
    margin-top: 0;
    margin-left: 10%;
    background-color: white;
    border-width: 1px;
    border-color: #fa5329;
    border-style: solid;
    border-radius: 5px;
    font-size: small;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color:#fa5329;
    float: left;
    transition: .5s;
}
.call-to-action3:hover {
    background-color: #0a2240;
    color: white;
    transition: .5s;
}
.call-to-action-responsivo{
    width: 65%;
    padding: 8px;
    margin: 5px;
    margin-left: 15%;
    background-color:#fa5329;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-radius: 5px;
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    float: left;
}
.modal {
    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: 300;
    display: none;
}
.modal:target {
    justify-content: space-around;
    align-items: center;
    display: flex;
}
.modal_adapt{
    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: 1rem;
    padding-left: 5rem;
    z-index: 300;
}
.modal_adapt:target {
    display: flex;
    align-items: center;
}
.modal_telaposterior {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.modal_conteudo {
    min-width: 30%;
    position: relative;
    background-color:white;
    padding: 2rem;
    border-radius: 3%;
}
.modal_conteudo_adapt {
    width: 60%;
    position: relative;
    margin-right: 10%;
    background-color:white;
    padding: 0.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;
    padding: 0 0.5rem;
    font-size: 100%;
    border-radius: 50%;
    float: right;
}
.modal_cabecalho{
    font-size: 130%;
    margin-top: 5px;
    margin-bottom: 1.5em;
    margin-left: 85px;
}
.modal_cabecalho_adapt{
    font-size: 140%;
    margin-top: 15px;
    margin-bottom: 2em;
    margin-left: 15px;
}
.modal_numeros{
    font-size: 23px;
    color: rgb(10, 34, 64);
    text-align: center;
    text-decoration: none;
}
.modal_numeros_adapt{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    font-size: 30px;
    color: rgb(10, 34, 64);
    text-align: center;
    text-decoration: none;
    float: left;
}
.number-description{
    margin-top: 3px;
    font-size: 15px;
}
#modal-logo{
    height: 50px;
    width: 240px;
}
.whatsappicon{
    margin-right: 10px;
    max-width: 25px;
    max-height: 25px;
}
.telefone-whatss{
    padding-bottom: 30px;
    font-size: 30px;
    color: rgb(10, 34, 64);
    text-align: center;
    text-decoration: none;
}
a#whatsapp{
    z-index: 300;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 20px;
    right: 10px;
    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;
}
a#faleconosco{
    z-index: 300;
    width: 45px;
    height: 45px;
    position:fixed;
    top: 20px;
    right: 65px;
    text-align: center;
    line-height: 1.2em;
    text-decoration: none;
    font-size: 220%;
    font-weight: normal;
    color:white;
}
.line-area{
    height: 48px;
    width: 125px;
    float: left;
}
.line-default{
    float: left;
}
.g-recaptcha{
    width: 90%;
    display: block;
    float: left;
}
@media screen and (max-width:480px) {
    h1{
        margin-left: 0;
        margin-bottom: 10%;
        padding-left: 0;
        font-size: 30px;
    }
    h3{
        display: none;
    }
    #caixa-call-desktop{
        display: none;
    }
    #logo{
        width: 60%;
    }
    #central{
        height: 1300px;
        width: 98%;
        margin-left: 1%;
        padding-top: 5%;
        padding-left: 0;
        position: relative;
        top: 70px;
        left: 0;
        z-index: 100;
    }
    .artigo{
        height: 140px;
        margin-bottom: 8%;
        margin-left: 15%;
    }
    #submenu{
        display: none;
    }
    #caixa-call{
        display: none;
    }
    #botao-responsivo{
        display: none;
    }
    #caixa-call{
        position: fixed;
        right: 0;
        top: 15px;
        height: 10%;
        width: 38.5%;
        background-color: rgba(10, 34, 64,1);
        border: 1px;
        border-color: black;
        border-radius: 10px;
        padding: 10px;
        z-index: 2000;
    }
}
@media screen and (min-width:480px) {
    .call-to-action-responsivo{
        display: none;
    }
    a#faleconosco{
        display: none;
    }
    .whatsapp{
        display: none;               
    }
    #caixa-call-mobile{
        display: none;               
    }
}
@media screen and (max-width:1430px) {
    #caixa-call{
        height: 20%;
    }
}