@font-face {
  font-family: 'ADAM-CGPRO';
  src: url('fonts/ADAM-CGPRO.eot?#iefix') format('embedded-opentype'),  url('fonts/ADAM-CGPRO.otf')  format('opentype'),
         url('fonts/ADAM-CGPRO.woff') format('woff'), url('ADAM-CGPRO.ttf')  format('truetype'), url('fonts/ADAM-CGPRO.svg#ADAM.CGPRO') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: Open Sans;
    color: #888;
    background: #f1f1f1;
}

#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cabecalho{
    background: url(fundo-cabecalho.png) no-repeat #fff;
    background-position: right -125px;
    background-size: 60%;
    box-shadow: inset 0px -20px 15px -7px #00000085;
    border-bottom: solid 14px #222;
}

.btn-primeiro{
    margin-left: 80px !important;
}

.btn-escuro{
    font-family: 'ADAM-CGPRO';
    background: #222;
    width: 250px;
    height: 80px;
    border-radius: 20px;
    padding-top: 12px;
    margin-right: 30px;
    transition-duration: 0.3s;
}
.btn-escuro:hover{
    background-color: #333;
}

.btn-escuro span{
    display: block;
    font-size: 0.6em !important;
    margin-bottom: 10px;
}

.btn-escuro.resultados{
    box-sizing: border-box;
    padding-top: 24px;
    height: 93px;
    background-color: #929497;
}
.btn-escuro.resultados:hover{
    background-color: #a6a9af;
}



.btn-escuro{
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}

.clientes{
    background: url(fundo-banner.jpg) no-repeat center right;
    background-size: cover;
    height: 340px;
    border-top: solid 5px #c11e24;
    border-bottom: solid 5px #c11e24;
    padding: 0;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
}


.logo {
    text-align: left;
    display: block;
    /*margin-bottom: 20px;*/
    padding-left: 100px;
}

.logo img {
    max-width: 80%;
    width: 500px;
}

.flex {
    display: flex;
}

.wrapper .col {
    float: left;
    width: 40%;
    padding: 0 15px;
    box-sizing: border-box;
}

.wrapper .col+.col {
    width: 60%;
}

/*.formulario,*/
.endereco,
.telefone,
.resultado,
.seguros {
    box-shadow: 0px 1px 5px #ddd;
    padding: 10px 20px;
    overflow: hidden;
    background: #fff;
}

.resultado {
    display: none;
    text-align: center;
    min-height: 270px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.resultado p {
    font-size: 30px;
}

.resultado p .btn {
    display: block;
    background: #6097c5;
    width: 100px;
    color: #fff;
    font-size: 19px;
    padding: 14px 20px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 30px auto 0;
    font-weight: normal;
}

.resultado.success p {
    color: #38ae78;
    font-weight: bold;
}



.formulario.enviado {
    display: none;
}

.formulario.enviado+.resultado {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    font-weight: normal;
}

.formulario.enviado+.resultado.resultado.success {
    border-left: 10px solid #38ae78;
    background: #333;
    margin-top: 16px;
}

.telefone,
.seguros {
    margin-bottom: 20px;
}

.telefone a {
    text-decoration: none;
    color: inherit;
}

h2 {
    margin: 0 0 5px;
    color: #333;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    color: #888;
    margin: 0;
    font-size: 18px;
}

label {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 300;
}

form {
    margin-top: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.inputbox {
    width: 100%;
    padding: 0 10px;
    height: 48px;
    box-sizing: border-box;
    background: #f5f5f5;
    border: none;
    border-radius: 4px;
    transition: background-color 0.5s;
    color: #333;
}

.inputbox:focus {
    outline: none;
    box-shadow: none;
    background: #eee;
}

textarea.inputbox {
    padding: 10px;
    height: 130px;
}

#btn-enviar {
    float: right;
    height: 42px;
    border-radius: 4px;
    background: #396;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0 40px;
    transition: background-color 0.5s;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    letter-spacing: 2px;
    font-size: 15px;
}

#btn-enviar:hover {
    background: #2a8155;
}

.col+.col h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.wrapper {
    display: flex;
    flex-direction: row;
}

.info {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    min-height: 440px;
}

.info p {
    font-size: 26px;
    line-height: 1.2;
}

.info>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info>.endereco {
    flex: 2;
}


.info>div:after {
    display: none;
}

.info img {
    margin-right: 10px;
    vertical-align: top;
}

.btn {
    text-decoration: none;
    padding: 13px 24px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #373435;
    transition: background-color 0.5s, color 0.5s;
    letter-spacing: 2px;
}

.btn:hover {
    background: #555;
    color: #fff;
}

.info .seguros ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.seguros li {
    float: left;
    width: 50%;
    padding: 4px 0px;
    box-sizing: border-box;
    font-size: 20px;
}

.seguros li:before {
    content: "";
    background: #000;
    width: 6px;
    height: 6px;
    float: left;
    margin-top: 7px;
    border-radius: 50%;
    margin-right: 10px;
}

h3 {
    margin: 0;
}

.clientes h3 {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.clientes .btn {
    margin-top: 13px;
    margin: 18px 6px 0;
    font-size: 21px;
}

.clientes .btn.resultados {
    background: #d67400;
}

.clientes .btn.live-timing {
    background: #53b383;
}

.clientes {
    text-align: center;
}

@media only screen and (max-width:1030px) {
    .wrapper .col {
        float: none;
        width: 100% !important;
        margin-bottom: 10px !important
    }

    .telefone {
        margin-bottom: 10px;
    }

    .resultado {
        min-height: 0;
    }

    .wrapper {
        flex-direction: column;
    }

    #page {
        height: auto;
    }
}

#rodape a{
    color: #fff;
    text-decoration: none;
}

#rodape{
    min-height: 200px;
    background: #222;

    padding-top: 80px;
    padding-left: 80px;

    padding-bottom: 40px;

    color: #fff;

    font-family: 'ADAM-CGPRO';
}

#rodape p{
    color: #fff;
}

#telefone{
    
    height: 120px;
    
    line-height: 1.6em;
}

#endereco{
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 320px;
    margin-left: 50px;
    line-height: 1.6em;
}

#endereco #visualizar-mapa{
    display: inline-block;
    margin-top: 20px;
    font-size: 0.7em;
    color: #adb0b3;
}

#contato{
    padding-left: 50px;
}

#contato small{
    color: #979a9b;
    font-size: 0.75em;
}

#telefone, #endereco, #contato{
    float: left;
}

#frm_contato .form-group{
    margin-bottom: 10px;
}

#frm_contato .form-group:after{
    content:'';
    display: block;
    clear: both;
}

#frm_contato .form-group label{
    width: 30% !important;
    float: left;
}

#frm_contato .form-group input, #frm_contato .form-group textarea{
    float: left;
    height: 30px;
    width: 60% !important;
    background: #3f3f41;
    color: #fff;
}


#frm_contato .form-group textarea{
    height: 60px;
}

#btn-enviar{
    margin-right: 45px;
    background: #606163;
}

#frm_contato .form-group{
    margin-bottom: 8px;
}


@media(max-width: 1200px){
    .cabecalho{
        background-size: 80%;
    }
}

@media(min-width: 960px) and (max-width: 1200px){
    #rodape{
        display: flex;
        justify-content: space-around;
        padding-left: 20px!important;
    }
}

@media(max-width: 960px){

    .btn-escuro.resultados{
        padding-top: 20px;
    }

    .cabecalho{
        background-position: center right;
    }

    .logo{
        text-align: center;
        padding: unset !important;
    }

    #telefone, #endereco, #contato{
        float: none !important;
        margin: auto !important;
        height: auto !important;
        padding: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        max-width: 500px;
        margin-top: 40px !important;
    }


   .clientes{
        flex-direction: column;
        margin: unset !important;
   }

   .btn-escuro{
        margin: 0 !important;
        margin-top: 30px !important;
        padding-bottom: 20px;
   }

   .btn-escuro:first-child{
    margin-top: 0 !important;
   }

   #rodape{
    padding: 0 !important;
   }

   #telefone{
    text-align: center;
    width: auto !important;
    margin-top: 40px;
   }

   #endereco{
    width: auto !important;
    text-align: center;
    border: none !important;
   }

   #frm_contato .form-group label{
       width: 100% !important;
       float: none;
   }

   #frm_contato .form-group input, #frm_contato .form-group textarea{
       float: none;
       height: 30px;
       width: 100% !important;

   }

   #frm_contato .form-group textarea{
    height: 100px;
   }

   #btn-enviar{
       margin-right: unset !important;
       background: #606163;
   }

   #rodape{
    padding-bottom: 40px !important;
   }
}

@media(max-width: 740px){
    .cabecalho{
        background-size: 135%;
    }
}