@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
* {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    list-style: none;
}

a {
    text-decoration: none;
}

section,
header,
footer {
    text-align: center;
    display: block;
}

h2 {
    font-size: 40px;
    letter-spacing: 8px;
}

.chamada {
    color: #a9a9a9;
    font-weight: 300;
    font-size: 16px;
    padding: 5px 0;
    display: block;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.ir {
    text-indent: -999px;
    overflow: hidden;
}

.limite {
    position: relative;
    margin: 0 auto;
    max-width: 1160px;
    text-align: left;
}

.msgErro {
    color: red;
}

.msgSucesso {
    color: green;
}

/* topo */
header {
    height: 120px;
    width: 100%;
    z-index: 15;
    position: fixed;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: background-color 0.5s ease;
    background-color: transparent;
}
header.bg-transition {
    transition: background-color 0.5s ease;
    background-color: #004a8b;
}
header #bt-menu {
    display: none;
}
header #logo-revenda {
    width: 260px;
    height: 120px;
    float: left;
    margin-right: 65px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
}
header #logo-revenda h1 {
    height: 100%;
}
header #logo-revenda h1 a {
    display: inline-block;
    height: 100%;
    width: 100%;
}
#logo-revenda #linha-banner {
    width: 1px;
    height: 645px;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 10;
}
header #menu {
    width: 455px;
    float: left;
}
header #menu ul li {
    display: inline-block;
    height: 120px;
    line-height: 120px;
    padding-left: 19px;
    padding-right: 19px;
    text-align: center;
    position: relative;
}
header #menu ul li a {
    color: #fff;
}
header #menu ul li a:hover {
    font-weight: 500;
}
header #menu ul li a:first-child::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}
header #menu ul li hr {
    display: none;
    position: relative;
    bottom: 3px;
    border: none;
    border-bottom: 4px solid #00afdf;
}
header #menu ul li:hover hr,
header #menu ul li.hover hr {
    display: block;
}
header #menu ul li:hover a,
header #menu ul li.hover a {
    font-weight: 500;
}
header #menu ul li:first-child {
    padding-left: 0;
}
header #menu ul li:last-child {
    padding-right: 0;
}
header .logo-valley {
    height: 120px;
    line-height: 120px;
    float: right;
}

/* banner */
#banner {
    height: 645px;
    width: 100%;
    padding-bottom: 95px;
    background-color: #ededed;
}

#banner ul {
    height: 645px;
}
#banner ul li {
    height: 645px;
    width: 100%;
}
#banner ul li a {
    display: block;
    height: 645px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner ul li a .limite {
    display: block;
}
#banner ul li a .limite strong {
    display: block;
    padding-top: 250px;
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 85px;
}
#banner ul li a .limite .texto {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
    display: block;
    margin-left: 85px;
}
#banner ul li a .limite .btn {
    width: 212px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    background-color: #004a8b;
    font-weight: 700;
    display: block;
    margin-left: 85px;
}
#banner ul li a .imagem {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#banner ul li a .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner #nav-banners {
    position: relative;
    bottom: 30px;
    z-index: 5;
    text-align: right;
}
#banner #nav-banners a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #5ccbfa;
    border-radius: 50%;
    color: transparent;
    font-size: 6px;
    text-align: center;
    margin: 0 10px;
}
#banner #nav-banners a:hover,
#banner #nav-banners a.activeSlide {
    background-color: #5ccbfa;
    color: #5ccbfa;
}

#produtos {
    background-color: #ededed;
    position: relative;
}
#produtos #scroll-produtos {
    position: absolute;
    top: -150px;
}
#produtos h2 {
    color: #5291cd;
    float: left;
    margin-bottom: 50px;
}
#produtos .chamada {
    float: left;
    margin-left: 50px;
}
#produtos ul {
    clear: both;
}
#produtos ul .produto {
    height: 510px;
    line-height: 510px;
    margin-top: -42px;
}
#produtos ul .produto .info {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 500px;
    height: 331px;
    padding-left: 80px;
    padding-top: 95px;
}
#produtos ul .produto .info:nth-child(odd) {
    background-color: #00385d;
}
#produtos ul .produto .info:nth-child(even) {
    background-color: #004a8b;
}
#produtos ul .produto .info h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#produtos ul .produto .info span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    width: 370px;
    margin-bottom: 50px;
}
#produtos ul .produto .info a {
    font-size: 14px;
    color: #00afde;
    font-weight: 700;
    letter-spacing: 3px;
}
#produtos ul .produto .imagem {
    width: 580px;
    height: 510px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
#produtos ul .produto .imagem img {
    max-width: 100%;
    max-height: 100%;
}

#servicos {
    height: auto;
    margin-top: -41px;
    background: url("../assets/images/bg-servicos.jpg") center top no-repeat
        #fff;
    padding-top: 115px;
    padding-bottom: 80px;
    position: relative;
}
#servicos #scroll-servicos {
    position: absolute;
    top: -50px;
}
#servicos h2 {
    color: #5291cd;
    float: left;
    margin-bottom: 50px;
}
#servicos .chamada {
    float: left;
    margin-left: 50px;
}
#servicos ul {
    clear: both;
}
#servicos ul li {
    border-bottom: 1px solid #dbdbdb;
    float: left;
    width: 50%;
    height: auto;
}
#servicos ul li .servico {
    width: 735px;
    margin: 0 auto;
    padding-top: 65px;
}
#servicos ul li .servico .titulo {
    width: 250px;
    height: 105px;
    text-align: right;
    float: left;
    padding-bottom: 35px;
    position: relative;
}
#servicos ul li .servico .titulo h3 {
    font-size: 25px;
    color: #003b5c;
    line-height: 38px;
    font-weight: 500;
}
#servicos ul li .servico .titulo hr {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 4px solid #00afdf;
}
#servicos ul li .servico .texto {
    width: 340px;
    float: left;
    text-align: left;
    margin-left: 40px;
    padding-bottom: 10px;
}
#servicos ul li .servico .texto span {
    font-size: 16px;
    color: #a9a9a9;
    line-height: 26px;
    font-weight: 300;
}

#sobre {
    height: 577px;
    background: url("../assets/images/bg-revenda.jpg") center top no-repeat #fff;
    padding-bottom: 70px;
    position: relative;
}
#sobre #scroll-sobre {
    position: absolute;
    top: -150px;
}
#sobre .topo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#sobre .topo .limite {
    height: 154px;
    line-height: 155px;
    position: relative;
}
#sobre .topo .limite h2 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
#sobre .topo .limite hr {
    border: none;
    border-bottom: 4px solid #00afdf;
    position: absolute;
    width: 80px;
    bottom: -1px;
    left: 0;
}
#sobre .texto {
    width: 456px;
    float: left;
    padding-top: 85px;
}
#sobre .texto span {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
#sobre .imagem {
    float: right;
    width: 580px;
    height: 453px;
    text-align: center;
    line-height: 453px;
}
#sobre .imagem img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#contato {
    background-color: #fff;
    height: auto;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
#contato #scroll-contato {
    position: absolute;
    top: -150px;
}
#contato h2 {
    color: #5291cd;
    float: left;
    margin-bottom: 50px;
}
#contato .chamada {
    float: left;
    margin-left: 50px;
}
#contato form {
    clear: both;
    text-align: center;
}
#contato form div {
    width: 623px;
    margin: 0 auto;
}
#contato form div input {
    width: 622px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    font-weight: 300;
    text-indent: 16px;
    background-color: #ededed;
    border: none;
    margin-bottom: 8px;
}
#contato form div textarea {
    width: 606px;
    height: 160px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 16px;
    background-color: #ededed;
    border: none;
    margin-bottom: 8px;
}
#contato form div button,
#contato form div input[type="submit"] {
    width: 212px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background-color: #0092d0;
    color: #fff;
    border: none;
    border-bottom: 4px solid #00afdf;
    cursor: pointer;
    display: block;
    float: right;
}
#contato form div #contato-email {
    width: 308px;
    margin-right: 3px;
}
#contato form div #contato-telefone {
    width: 308px;
}

/* CF7 */
.wpcf7-not-valid-tip {
     text-align: left;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    padding: 0;
    text-align: left;
    clear: both;
    margin-top: 65px !important;
    color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #1a7823;
}

span[data-name="your-email"],
span[data-name="your-tel"] {
  display: inline-block;
}

/* Cloudflare Turnstile */
.cf-turnstile {
    float: left;
    display: inline-block;
    width: 300px !important;
    margin-top: 21px !important;
}

.cf-turnstile div {
    display: inline-block;
    float: left;
    width: 300px !important;
}




#onde-estamos {
    background: url("../assets/images/bg-onde-estamos.png") center top no-repeat;
    margin-bottom: 95px;
}
#onde-estamos .topo {
    height: 193px;
    line-height: 193px;
    border-bottom: 1px solid #dbdbdb;
}
#onde-estamos .topo h2 {
    color: #5291cd;
}
#onde-estamos .locais {
    padding-top: 30px;
    text-align: center;
}
#onde-estamos .locais .local {
    text-align: left;
    width: 360px;
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
}
#onde-estamos .locais .local hr {
    position: absolute;
    left: 0;
    top: -34px;
    border: none;
    border-bottom: 4px solid #00afdf;
    width: 80px;
}
#onde-estamos .locais .local .cidade {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #003b5c;
}
#onde-estamos .locais .local .mapa {
    margin-bottom: 35px;
    width: 360px;
    height: 200px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}
#onde-estamos .locais .local .mapa iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#onde-estamos .locais .local table .icone {
    width: 65px;
    height: 45px;
}
#onde-estamos .locais .local table .icone img {
    vertical-align: middle;
}
#onde-estamos .locais .local table .texto {
    width: auto;
    height: auto;
}
#onde-estamos .locais .local table .texto address {
    color: #003b5c;
    font-style: normal;
}
#onde-estamos .locais .local:first-child {
    margin-right: 135px;
}

footer {
    background-color: #0092d0;
    height: 325px;
    padding-top: 130px;
}
footer .linha-1 {
    margin-bottom: 90px;
}
footer .linha-1 .texto {
    width: 340px;
    float: left;
}
footer .linha-1 .texto span {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
footer .linha-1 .imagem {
    float: right;
    margin-top: 10px;
}
footer .linha-2 .creditos span {
    color: #fff;
    font-size: 14px;
}
footer .linha-2 #menu-social {
    width: 170px;
    float: right;
}
footer .linha-2 #menu-social li {
    float: right;
    margin-left: 15px;
}
footer .linha-2 #menu-social li img {
    width: 27px;
}
footer #agencia {
    clear: both;
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
    text-align: center;
}
footer #agencia a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
footer #agencia a img {
    width: 70px;
}

/*mobile*/
@media (max-width: 575.98px) {
    h2 {
        font-size: 26px;
        letter-spacing: 3px;
    }
    .chamada {
        font-size: 14px;
    }
    .limite {
        max-width: 310px;
        padding: 0 5px;
    }
    header {
        height: 60px;
        z-index: 15;
    }
    header #bt-menu {
        display: block;
        float: right;
        border: none;
        background: none;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 28px;
        margin: 15px 5px auto auto;
        position: relative;
        z-index: 15;
    }
    header #logo-revenda {
        width: 120px;
        height: 60px;
        margin-right: 0px;
        text-align: center;
        background-size: contain;
        position: relative;
        z-index: 15;
    }
    header #menu {
        width: 100%;
        height: 300px;
        position: absolute;
        display: none;
        left: 0;
        top: 60px;
        float: none;
        background-color: #004a8b;
        overflow: hidden;
    }
    header #menu ul {
        margin: 0 auto;
        width: 200px;
        padding-top: 10px;
    }
    header #menu ul li {
        display: block;
        height: 40px;
        line-height: 40px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
        text-align: left;
    }
    header #menu ul li hr {
        bottom: 3px;
        width: 30px;
    }
    header #menu ul li:first-child {
        padding-left: 0;
    }
    header #menu ul li:last-child {
        padding-right: 0;
    }
    header .logo-valley {
        height: 60px;
        line-height: 60px;
        float: left;
        margin-left: 25px;
        position: relative;
        z-index: 15;
    }
    header .logo-valley img {
        width: 80px;
        vertical-align: middle;
    }
    #logo-revenda #linha-banner {
        display: none;
    }
    #banner {
        padding-bottom: 30px;
        height: 300px;
    }
    #banner #linha-banner {
        height: 300px;
    }
    #banner ul {
        height: 300px;
    }
    #banner ul li {
        height: 300px;
    }
    #banner ul li a {
        height: 300px;
        background-size: cover;
    }
    #banner ul li a .limite strong {
        padding-top: 100px;
        font-size: 20px;
        margin-left: 20px;
    }
    #banner ul li a .limite .texto {
        font-size: 16px;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    #banner ul li a .limite .btn {
        width: 160px;
        height: 50px;
        line-height: 50px;
        margin-left: 20px;
    }
    #banner #nav-banners {
        position: relative;
        bottom: 30px;
        z-index: 5;
        text-align: right;
    }
    #banner #nav-banners a {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 1px solid #5ccbfa;
        border-radius: 50%;
        color: transparent;
        font-size: 6px;
        text-align: center;
        margin: 0 10px;
    }
    #banner #nav-banners a:hover,
    #banner #nav-banners a.activeSlide {
        background-color: #5ccbfa;
        color: #5ccbfa;
    }
    #produtos {
        background-color: #ededed;
    }
    #produtos #scroll-produtos {
        top: -80px;
    }
    #produtos h2 {
        float: none;
        margin-bottom: 10px;
    }
    #produtos .chamada {
        float: none;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    #produtos ul .produto {
        height: auto;
        line-height: normal;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    #produtos ul .produto .info {
        display: block;
        width: 290px;
        height: auto;
        min-height: 200px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #produtos ul .produto .info h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #produtos ul .produto .info span {
        font-size: 14px;
        line-height: 20px;
        width: 270px;
        margin-bottom: 20px;
    }
    #produtos ul .produto .info a {
        font-size: 12px;
        letter-spacing: 2px;
    }
    #produtos ul .produto .imagem {
        width: 310px;
        height: 270px;
        display: block;
    }
    #produtos ul .produto .imagem img {
        max-width: 310px;
    }
    #servicos {
        height: auto;
        margin-top: 0;
        background-size: cover;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #servicos #scroll-servicos {
        top: -50px;
    }
    #servicos h2 {
        float: none;
        margin-bottom: 10px;
    }
    #servicos .chamada {
        float: none;
        margin-left: 0px;
    }
    #servicos ul {
        clear: both;
        display: flex;
        flex-direction: column;
    }
    #servicos ul li {
        border-bottom: 1px solid #dbdbdb;
        width: 100%;
    }
    #servicos ul li .servico {
        width: 100%;
        float: none;
        padding-bottom: 0;
        padding-top: 10px;
        margin-bottom: 0px;
        height: auto;
        text-align: left;
    }
    #servicos ul li .servico .titulo {
        width: 100%;
        float: none;
        padding-bottom: 0;
        margin-bottom: 30px;
        height: auto;
        text-align: left;
    }
    #servicos ul li .servico .titulo h3 {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
    }
    #servicos ul li .servico .texto {
        width: 100%;
        float: none;
        padding-bottom: 30px;
        text-align: left;
        margin: 0;
    }
    #servicos ul li .servico .texto span {
        font-size: 14px;
        line-height: 22px;
    }
    #servicos ul li .servico .titulo hr {
        position: static;
    }

    #sobre {
        height: auto;
        background-size: cover;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    #sobre #scroll-sobre {
        top: -80px;
    }
    #sobre .topo .limite {
        height: 100px;
        line-height: 100px;
    }
    #sobre .texto {
        width: 310px;
        float: none;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    #sobre .texto span {
        font-size: 14px;
        line-height: 20px;
    }
    #sobre .imagem {
        float: none;
        width: 310px;
        height: auto;
        line-height: normal;
    }
    #contato {
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    #contato #scroll-contato {
        top: -80px;
    }
    #contato h2 {
        margin-bottom: 20px;
        float: none;
    }
    #contato .chamada {
        float: none;
        margin-left: 0px;
        display: block;
        margin-bottom: 20px;
    }
    #contato form div {
        width: 310px;
        margin-top: 60px;
    }
    #contato form div input {
        width: 310px;
        font-size: 14px;
    }
    #contato form div textarea {
        width: 294px;
        height: 100px;
        font-size: 14px;
    }
    #contato form div button {
        width: 190px;
        height: 48px;
        line-height: 48px;
        float: none;
    }
    #contato form div #contato-email {
        width: 310px;
        margin-right: 0px;
    }
    #contato form div #contato-telefone {
        width: 310px;
    }
    .cf-turnstile div {
        margin-top: 0 !important;
    }
    #onde-estamos {
        background-size: cover;
        margin-bottom: 30px;
    }
    #onde-estamos .topo {
        height: 100px;
        line-height: 100px;
    }
    #onde-estamos .locais .local {
        width: 310px;
    }
    #onde-estamos .locais .local .mapa {
        width: 310px;
    }
    #onde-estamos .locais .local:first-child {
        margin-right: auto;
        margin-bottom: 50px;
    }
    footer {
        height: auto;
        padding-top: 50px;
    }
    footer .linha-1 {
        margin-bottom: 30px;
    }
    footer .linha-1 .texto {
        width: 310px;
        float: none;
    }
    footer .linha-1 .imagem {
        float: none;
        text-align: center;
    }
    footer .linha-2 .creditos span {
        font-size: 12px;
    }
    footer .linha-2 #menu-social {
        padding: 20px 0;
        width: 100%;
        justify-content: center;
        float: none;
        display: flex;
    }
}
