/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 0.7em;
    line-height: 1.4;
    font-family: "Open Sans";
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

 ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

 audio,
 canvas,
 iframe,
 img,
 svg,
 video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

 fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

   .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   /* CABECALHO */
   .container {
    width: 90%;
    margin: auto;
}
.wrp-endereco, .wrp-atendimento, .wrp-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 13px;
    border-top: 1px dashed #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 0;
}
.icon {
    padding: 1vh 5vw;
    font-size: 22px;
}

@media all and (max-width: 800px) {
    .icon {
        padding: 1vh;
        width: 30px;
    }
}

/* BTN RESPONSIVO */
.wrap-menu-resp {
    padding: 10px 0;
    border: 1px dashed #e6e6e6;
}
.btn-resp {
    padding: 7px;
    border: 1px solid #e6e6e6;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 65px;
    font-weight: bold;
    -webkit-box-shadow: 0px 2px 2px #d2c7c7;
    box-shadow: 0px 2px 2px #d2c7c7;
}
.btn-resp > i {
    font-size: 16px;
    color: #f58733;
}
.btn-resp span {
    color: #334278;
}
@media screen and (min-width: 1024px) {
    .wrap-menu-resp {
        display: none;
    }
}
@media screen and (min-width: 1400px) {
    .icon {
        padding: 0 2vh;
    }
    .menu-fixed .menu-item {
        padding: 16px;
    }
}

.red-text {
    color: red;
}
/* MENU */
.menu, .cabecalho-middle, .menu-resp {
    background: #18234c;
}
@media screen and (max-width: 980px) {
    .menu, .menu-resp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}
@media screen and (min-width: 1024px) {
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-animation-name: slideUp;
                animation-name: slideUp;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
    }
    /* MENU FIXO */
    .menu.menu-fixed {
        position:fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 2;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-animation-name: slideDown;
                animation-name: slideDown;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
    }
    @-webkit-keyframes slideDown {
        from {
            top: -85px;
        }
        to {
            top: 0px;
        }
    }
    @keyframes slideDown {
        from {
            top: -85px;
        }
        to {
            top: 0px;
        }
    }
    @-webkit-keyframes slideUp {
        from {
            top: 0;
        }
        to {
            top: -85px;
        }
    }
    @keyframes slideUp {
        from {
            top: 0;
        }
        to {
            top: -85px;
        }
    }

}
.list-menu, .list-social {
    list-style: none;
    -webkit-padding-start: unset;
    padding: unset;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 1024px) {
    .list-social, .list-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }
}
.logo {
    text-align: center;
    margin: 20px auto;
}
@media screen and (min-width: 1000px) {
    .logo {
        margin: 0 0 0 30px;
    }
}
@media screen and (min-width: 1400px) {
    .logo {
        margin: 0 0 0 0;
    }
}
.logo img {
    width: 200px;
}
.menu-item, .social-item {
    padding: 10px 20px;
}
@media screen and (min-width: 1024px ) {
    .menu-item {
        display: inline-block;
        padding: 32px 0 26px 0;
        margin: 0 28px;
        border-bottom: 5px solid transparent;
        cursor: pointer;
        text-align: center;
    }
    .list-menu a:not(:last-child):after {
        content: '\25cf';
        color: #e6561b;
        position: relative;
        left: 8px;
        top: -1px;
    }
    .list-menu .menu-item:hover {
        border-bottom: 5px solid #f58635;
        -webkit-transition: 0.2s border ease;
        transition: 0.2s border ease;
    }
}

@media screen and (min-width: 1200px ) {
    .menu-item {
        text-align: left;
    }
}
.list-social .social-item:nth-child(2) {
    background: #3a6bb1;
}
.list-social .social-item:nth-child(3) {
    background: #0094d3;
}
.list-social .social-item:nth-child(2), .list-social .social-item:nth-child(3) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
    .list-social .social-item:nth-child(2), .list-social .social-item:nth-child(3) {
        width: 3px;
        height: 37px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.list-social .social-item:nth-child(2):hover, .list-social .social-item:nth-child(3):hover {
    opacity: 0.8;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
@media screen and (min-width: 1400px) {
    .menu-item.exception {
        max-width: 200px;
        text-align: center;
        padding: 18px 35px;
    }
}
.menu-item.exception {
    background: #121b3c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .menu-item {
        display: inline-block;
        padding: 11px 0 9px;
        margin: 0 20px;
        border-bottom: 5px solid transparent;
        cursor: pointer;
    }
    .list-menu a:not(:last-child):after {
        display: none;
    }   
    .menu-item.exception {
        width: inherit;
        padding: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .menu-item.exception {
        width: 100%;
        padding: 10px 20px;
    }
}
/* MAIN BANNER */
.main-banner .container {
    position: absolute;
    top: 155px;
}
.main-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -51px;
    z-index: -1;
    overflow: hidden;
    background: url(../img/banner-main.jpg) center no-repeat;
    background-size: cover;
    height: 460px;
}

@media all and (min-width: 1900px) {
    .main-banner {
        height: 590px;
    }
}

.wrp-main-banner_title {
    font-size: 2.9rem;
    color: white;
    font-weight: 400;
} 
@media screen and (min-width: 1400px){
    .wrp-main-banner_title {
        max-width: 40%;
        top: -14px;
        position: relative;
        line-height: 1.3;
    } 
}
@media screen and (min-width: 1920px){
    .wrp-main-banner_title {
        top: 33px;
        font-size: 3.2rem;
    } 
}
/* BOXES DIFERENCIAIS LARANJAS */
.menu-middle {
    top: -18vh;
    position: relative;
}
.main-banner + .container {
    position: relative;
    top: -21vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
@media screen and (min-width: 1024px) {
    .main-banner + .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        align-items: center;
    }
}
.box-orange-light {
    background: #f58635;
}
.box-orange-dark {
    background: #e6561b;
}
.box-orange-dark, .box-orange-light {
    width: 100%;
    text-align: center;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 35px;
}
@media screen and (min-width: 1400px) {
    .box-orange-light {
        padding: 20px 25px 50px;
    }
    .box-orange-dark {
        padding: 27px 25px 95px;
        position: relative;
    }
}
.box-orange-light p, .box-orange-dark p {
    font-weight: bold;
    font-size: 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}
[class^=box-orange] p:nth-child(2):after {
    content: " ";
    border: 2px solid white;
    width: 30%;
    min-width: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 42px;
}

@media all and (min-width: 1400px) {
    [class^=box-orange] p:nth-child(2):after {
        width: 50%;
        top: 30px;
    }
}

[class^=box-orange] img {
    display: inline-block;
    margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
    [class^=box-orange] p:nth-child(2):after {
        content: " ";
        border: 3px solid white;
        width: 30%;
        position: absolute;
        top: 61px;
    }
    .box-orange-dark p:nth-child(2):after {
        top: 75px;
    }
}
/* BOXES SOBRE */
.title-section {
    text-align: center;
    font-size: 2.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0;
    color: #334278;
    text-transform: uppercase;
}
.orange-text {
    text-align: center;
    width: 100%;
    color: #e6561b;
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.title-section + span {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    font-weight: lighter;
}
.box-servicos {
    text-align: center;
}
.box-servicos:first-child {
    margin-top: 25px;
}
.box-servicos {
    background: white;
    margin: 20px 0;
}
@media screen and (max-width: 790px) {
    .box-servicos {
        padding: 0 50px;
    }   
}
@media screen and (min-width: 1000px) {
    .box-servicos:first-child{
        margin: 0;
    }
    .box-servicos {
        width: 31%;
        padding: 13px;
        margin: inherit;
    }
    .box-servicos:not(:nth-child(3)) {
        margin-right: 35px;
    }
}
.box-servicos_icon {
    margin-bottom: 15px;
}
.pattern {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e8e8e8' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.sessao-sobre .pattern {
    padding-bottom: 20px;
}
.pattern + .container {
    margin-bottom: 40px;
}
@media screen and (min-width: 1400px) {
    .sessao-sobre .pattern {
        padding-bottom: 30px;
        max-width: 1050px;
        margin: auto;
    }
}
.box-servicos_icon + .orange-text {
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: bold;
}
.box-servicos_text {
    margin-top: 5px;
}
/* SESSAO SERVICOS */
.sessao-servicos {
    background: url(../img/pattern-servicos.png) center no-repeat #18234c;
    background-size: cover;
    top: -135px;
    position: relative;
    padding: 30px 0;
}
.sessao-servicos .title-section {
    color: white;
    line-height: 38px;
}
.mini-box_icon {
    width: 75px;
    height: 75px;
    background: #e6561b;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -38px;
}
/* MINI BOX SERVICOS */
.mini-box {
    width: 25vw;
    background: white;
    margin: 60px auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 75px 0 38px;
    position: relative;
    -webkit-box-shadow: 0 15px 21px rgba(14, 15, 15, 0.75);
    box-shadow: 0 15px 21px rgba(14, 15, 15, 0.75);
}
@media screen and (max-width: 528px) {
    .mini-box {
        width: 90%;
    }
}
@media screen and (min-width: 1400px) {
    .mini-box {
        width: 28%;
    }
    .mini-box:nth-child(5) {
        margin: inherit;
    }
}
.mini-box_desc {font-size: 0.875rem;font-weight: bold;color: #f58733;}
.container-mini-boxes {
    padding: 35px 5px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 1400px) {
    .container-mini-boxes {
        width: 80%;
        margin: 0 auto;
    }
}
.mini-box_icon img {
    width: 50%;
}
.wrp-regiao {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: justify;
    margin: 20px 0;
}
.wrp-regiao_nome {
    font-size: 2.5rem;
    color: #f69045;
    text-align: center;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 1400px) {
    .wrp-regiao_nome {
        width: 18%;
    }
}
.wrp-regiao:nth-child(2) {
    margin-bottom: 30px;
}
.sessao-map, .sessao-contato.pattern-contato, .rodape {
    top: -15vh;
    position: relative;
}
/* SESSAO CONTATO */
.sessao-contato.pattern-contato {
    background: url(../img/pattern-contato.jpg) center no-repeat #f58733;
    background-size: auto auto;
    background-size: cover;
    text-align: center;
    padding: 25px 0 60px;
}
.sessao-contato * {
    color: white;
}
.wrap-contato_informacoes {
    margin: 20px 0;
    font-size: 1.25rem;
    font-weight: lighter;
}
.wrp-regiao:nth-child(2) {
    margin-bottom: 30px;
}
.wrp-input {
    width: 46%;
    display: inline-block;
    margin: 1vh;
}
.wrp-input input, .wrp-input textarea, .wrp-input button {
    width: 100%;
    background: none;
    border: 1px solid white;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.wrp-input button::-webkit-input-placeholder, .wrp-input input::-webkit-input-placeholder, .wrp-input textarea::-webkit-input-placeholder {
    color: #ffffffe6;
    font-family: Open Sans;
    font-size: 1rem;
}
.wrp-input input:-ms-input-placeholder, .wrp-input textarea:-ms-input-placeholder {
    color: #ffffffe6;
    font-family: Open Sans;
    font-size: 1rem;
}
.wrp-input input::placeholder, .wrp-input textarea::placeholder {
    color: #ffffffe6;
    font-family: Open Sans;
    font-size: 1rem;
}
@media screen and (max-width: 1400px) and (min-width: 790px){
    .wrap-contato {
        /* width: 50%; */
        margin: auto;
    }
}
@media screen and (max-width: 1024px) {
 .wrp-input input, .wrp-input textarea {
    width: 100%!important;
}
.wrp-input:not(:nth-child(7)) {
    width: 95%;
    display: inline-block;
    margin: 1vh 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrp-input:nth-child(7) {
    width: 95%;
    padding: 0.5vw;
    margin: auto;
}
}
.rodape {
    padding: 10px 0 20px;
}
.rodape_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    padding-bottom: 10px;
}
.rodape_logo span {
    margin: 15px 0;
    color: #334278;
}
@media screen and (min-width: 1280px) {
    .rodape {
        padding: 0;
    }
    .rodape .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .rodape_logo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .rodape_logo img {
        width: 25%;
        margin-right: 1vw;
    }
    .rodape_logo span {
        margin: 11px 0 0;
        display: inline-block;
    }
}
.rodape_digitale {
    text-align: center;
}
/* CIDADES ATENDIDAS */
.sessao-cidades-atendidas {
    position: relative;
    top: -15vh;
    padding: 80px 0;
}

.container-regioes {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .cabecalho-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0 20px;
    }
    .wrp-endereco, .wrp-atendimento, .wrp-phone {
        border: none;
    }
    .icon {
        padding: 1vw;
    }
}

.sessao-sobre {
    position: relative;
    margin: 85px 0 105px;
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 1em;
    }
    .container {
        width: 1350px;
        margin: auto;
    }
    .cabecalho-top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cabecalho {color: #5b5b5b;z-index: 2;}
    .wrp-endereco, .wrp-atendimento, .wrp-phone {
        border-top: none;
        line-height: 20px;
    }
    .sessao-sobre {
        top: -230px;
    }
    .sessao-sobre_wrp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .container-regioes {
        margin: 50px 0;
    }
    .wrp-regiao {
        margin: 60px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrp-regiao_nomes {
        width: 70%;
        color: #6e6e6e;
        font-size: 1.25rem;
        font-weight: 100;
    }
    .wrp-input input, .wrp-input textarea {
        width: 100%;
    }
    .wrap-contato_form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .wrp-input button {
        width: 50%;
    }

}
/* SESSAO CONTATO */
.wrp-input button {
    background: white;
    color: #f48632;
    font-weight: bold;
    cursor: pointer;
    padding: 20px 0;
    width: 145px;
    border-radius: 0;
}
.wrp-input button:hover {
    background: #f48632;
    color: white;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.wrp-contato_info i {
    font-size: 3.125rem;
}
.wrp-contato_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 18px 0;
    text-align: left;
}

.gps-icon{

}

@media screen and (max-width: 1400px){
    .main-banner,
    .diferenciais.container,
    .menu-middle,
    .sessao-servicos,
    .sessao-cidades-atendidas,
    .sessao-contato.pattern-contato,
    .sessao-map,
    .rodape {
        top: 0;
    }
    .main-banner {
        height: 28vh;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main-banner .container {
        top: initial;
        text-align: center;
    }
    .main-banner img {
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 1400px) {
    .rodape_logo {
        margin: 20px 0 0;
    }
    .rodape_logo img {
        width: 30%;
        margin: auto;
    }
    .rodape_logo span{
        margin: 20px auto;
    }
}
.sessao-sobre_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
@media screen and (max-width: 790px) {
    .sessao-sobre_wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}
.wrp-input:nth-child(7) {
    width: 96.5%;
}
@media screen and (min-width: 790px) {
    .wrp-input:nth-child(8) {
        width: 100%;
        text-align: left;
        padding-left: 5px;
    }
}

#btn-scroll {
    padding: 10px;
    border-radius: 50%;
    font-size: 25px;
    position: relative;
    background: #d97529;
    color: white;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    outline: none;
    cursor: pointer;
    animation: animationFrames linear 0.9s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 0.9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 0.9s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 0.9s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 0.9s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}
.wrap-btn-scroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
#btn-scroll > i {
    position: relative;
    top: -1px;
}
@-webkit-keyframes animationFrames{
  0% {
    -webkit-transform:  translate(0px,0px)  ;
    transform:  translate(0px,0px)  ;
}
15% {
    -webkit-transform:  translate(0px,-15px)  ;
    transform:  translate(0px,-15px)  ;
}
30% {
    -webkit-transform:  translate(0px,0px)  ;
    transform:  translate(0px,0px)  ;
}
45% {
    -webkit-transform:  translate(0px,-5px)  ;
    transform:  translate(0px,-5px)  ;
}
60% {
    -webkit-transform:  translate(0px,0px)  ;
    transform:  translate(0px,0px)  ;
}
75% {
    -webkit-transform:  translate(0px,-5px)  ;
    transform:  translate(0px,-5px)  ;
}
100% {
    -webkit-transform:  translate(0px,0px)  ;
    transform:  translate(0px,0px)  ;
}
}
@keyframes animationFrames{
  0% {
    -webkit-transform:  translate(0px,0px)  ;
    transform:  translate(0px,0px)  ;
}
15% {
    -webkit-transform:  translate(0px,-5px)  ;
    transform:  translate(0px,-5px)  ;
}
30% {
    -webkit-transform:  translate(0px,0px)  ;
    transform:  translate(0px,0px)  ;
}
45% {
    -webkit-transform:  translate(0px,-5px)  ;
    transform:  translate(0px,-5px)  ;
}
60% {
    -webkit-transform:  translate(0px,0px)  ;
    transform:  translate(0px,0px)  ;
}
75% {
    -webkit-transform:  translate(0px,-5px)  ;
    transform:  translate(0px,-5px)  ;
}
100% {
    -webkit-transform:  translate(0px,0px)  ;
    transform:  translate(0px,0px)  ;
}
}
.flex-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
}

/* COMPONENTE: MODAL */
#overlay_enviar.flex-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
#overlay_enviar {
    position: fixed;
    background: #00000091;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}
.modal h1 {
    font-size: 5rem;
    color: white;
    text-align: center;
}
.spinner {
  width: 11px;
  text-align: center;
  display: inline;
}
.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #FFF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

 .visuallyhidden.focusable:active,
 .visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

 .invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

 .clearfix:before,
 .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

     a[href^="#"]:after,
     a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

     thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#svg-map path {
    fill: #c9c9c9;
    cursor: auto;
}

#svg-map [code="35"] path,
#svg-map [code="31"] path {
    fill: #0094d9
}

#svg-map text {
    fill: #fff;
    font: 12px Arial-BoldMT, sans-serif;
    cursor: auto;
}

#svg-map a {
    text-decoration: none
}

#svg-map [code="35"] path:hover,
#svg-map [code="31"] path:hover {
    cursor: pointer;
    text-decoration: none
}

#svg-map [code="35"] text,
#svg-map [code="31"] text {
    cursor: pointer;
    text-decoration: none
}

#svg-map [code="35"]:hover path,
#svg-map [code="31"]:hover path {
    fill: #003399 !important
}

#svg-map .circle {
    fill: #66ccff;
    cursor: auto;
}

.a-overlay {
    background: rgba(0, 0, 0, 0.4588235294117647);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.a-modal {
    position: absolute;
    z-index: 99;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0 16px;
    width: 45%;
    box-shadow: 1px 1px 15px #00000026;
}

.a-modal__list {
    max-height: 235px;
    overflow: auto;
    display: none;
    margin: 20px 20px 10px;
}

.a-modal__list.active {
    display: block;
    border: 1px solid rgba(204, 204, 204, 0.4196078431372549);
}

.a-modal__title {
    font-size: 1.2rem;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    background: #18234c;
    color: white;
}

.a-modal__list li {
    font-weight: 600;
    padding: 10px 22px;
    border-top: 1px solid rgba(204, 204, 204, 0.4196078431372549);
    color: #18234c;
}

.a-modal__list li:nth-child(odd) {
    background: #f7f7f7;
}

.bold {
    font-weight: bold;
}

[modal-close] {
    font-size: 1.3rem;
    position: relative;
    top: 0;
    right: 0;
    color: red;
}

span.small {
    display: none;
}

ul.active + ul + span.small {
    font-size: 0.7rem;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    display: inline-block;
    box-sizing: border-box;
}

#svg-map {
    width: 90%;
    margin: auto;
}

@media all and (max-width: 1024px) {
    .a-modal {
        width: 60%;
    }
}

@media all and (max-width: 1023px) {
    .logo img {
        width: 81px;
        position: absolute;
        right: 40px;
        top: 4px;
    }

    .wrp-endereco, .wrp-atendimento, .wrp-phone, .logo {
        margin: 0;
    }
}

.menu-fixed .menu-item.exception {
    padding: 5px;
}


.fancybox-slide {
    max-width: 1080px;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (min-width: 1024px) {
    .wrap-contato .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .wrap-contato_form {
        width: 60%;
        margin-top: 3.9vh;
    }
    .wrap-contato_informacoes {
        width: 40%;
    }
     .sessao-contato span[class$=icon] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 80px;
    }
}

#atendidas .title-section {
    padding: 0 0 20px;
}

@media all and (max-width: 768px) {
    [class$=-icon] {
        display: none;
    }
    .wrp-contato_info {
        justify-content: center;
    }
}

@media all and (max-width: 1023px) {
    .menu {
        display: none;
    }
}

@media all and (min-width: 1024px) {
    .menu-resp {
        display: none;
    }
}

.sessao-sobre_history {
    padding: 2rem 0;
    line-height: 2;
    text-align: justify;
    max-width: 1050px;
    margin: auto;
}

@media all and (min-width: 1024px) {
    .sessao-sobre_history {
        padding: 2rem 0 6rem;
    }
}

.sessao-sobre_history p {
    margin-bottom: 1rem;
    color: #3a3a3a;
}