* {

    border: 0;

    margin: 0;

    padding: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



html {

    font-size: 62.5%;

}



html,

body {

    height: 100%;

    overflow-x: hidden; 

}



body {

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    width: 100%;

    min-width: 240px;

}





/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */



@media and (-webkit-min-device-pixel-ratio:0) {

    body {

        -webkit-font-smoothing: antialiased;

        -webkit-text-stroke: 0.3px;

    }

}





/* Chrome 29+ */



@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {

    body {

        -webkit-font-smoothing: antialiased;

        -webkit-text-stroke: 0.3px;

    }

}





/* Chrome 22-28 */



@media screen and(-webkit-min-device-pixel-ratio:0) {

    body {

        -chrome-: only(;

            -webkit-font-smoothing: antialiased;

            -webkit-text-stroke: 0.3px;

            );

    }

}



.wrapper {

    min-height: 100%;

    height: auto !important;

    height: 100%;

    margin: 0 auto -48px;

}



.container {

    width: 100%;

    max-width: 1240px;

    margin: 0 auto;

    display: block;

    padding: 0 20px;

    background-color: #fff;
}



.container:after {

    content: "";

    display: table;

    clear: both;

    width: 100%;

}


img {

    max-width: 100%;

}


a,
input[type="submit"] {

    cursor: pointer;

}


a {
    color: #000;
    text-decoration: none;

}

a:visited:not(.btn) {
    color: inherit;
}


.campo_off {

    display: none !important;

}


.placeholder {

    color: #000;

}


*,

body,

p,

a,

li,

input,

select,

textarea,

span,

strong,

h1,

h2,

h3,

img,

address,

label {

    font-size: 15px;

    font-size: 1.5rem;

    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: normal;

}



h1,
h2,
h3,
h1 *,
h2 *,
h3 * {

    text-transform: uppercase;

    letter-spacing: .25rem;

    color: #354f9d;

}

h1 .thin {
    font-weight: 100;
}


h1 {

    text-align: center;

    font-size: 50px;

    font-size: 5rem;

    padding-bottom: 20px;

    margin-bottom: 20px;

}



h2 {

    font-size: 30px;

    font-size: 2rem;

}



#topo {

    width: 100%;

    height: 150px;

    display: block;

    position: relative;

    z-index: 100;

}



.logo {

    padding: 20px;

    display: inline-block;

    position: absolute;

}



.logo img {

    max-height: 100px;

    display: block;

}



#menu {

    margin-top: 20px;

    float: right;

    display: inline-block;

}



#menu li {

    display: inline-block;

    margin: 0 5px;

    float: left;

}



#menu a {

    display: block;

    padding: 6px;

    margin: 29px 12px;

    font-size: 1.8rem;

    font-weight: 400;

    text-transform: uppercase;

    border-bottom: 2px solid transparent;

    -webkit-transition: background-color ease 180ms, border-bottom ease 200ms;

    -o-transition: background-color ease 180ms, border-bottom ease 200ms;

    -moz-transition: background-color ease 180ms, border-bottom ease 200ms;

    transition: background-color ease 180ms, border-bottom ease 200ms;

}

#menu a:hover:not(.link-menu),
#menu a:active:not(.link-menu),
#menu .active,
#home #menu a[href="index.php"],
#empresa #menu a[href="empresa.php"],
#parceiros #menu a[href="parceiros.php"],
#contato #menu a[href="contato.php"],
#servicos #menu a[href="servicos.php"] {

    border-bottom: 2px solid #1585b1;

}



#topo .container,
#rodape .container {

    max-width: 1840px;

}

#rodape .container {
    background-color: #c4c4c4;
    padding: 50px 0;
}

#rodape {

    background-color: #c4c4c4;

    text-align: center;

}

#rodape * {
    color: #7a7a7a;
}

#rodape address .location:first-child {
    margin-top: 25px;
}

#rodape .logo {
    position: relative;
}


#rodape .h2k {

    float: right;

    padding-top: 10px;

    margin-top: -40px;

}

#home h1 {
    line-height: 6rem;

    text-align: left;

    font-weight: 500;
}

#home h1 span {
    font-size: 1em;
}

#home .slick-dots {
    bottom: 0;
}

#home .slick-dotted.slick-slider {
    margin: 0;
}

#home .hero {
    position: relative;
    min-height: 550px;

    background-image: url('../img/banner.png');
    background-position: center; 
    background-size: cover;
}

#home .hero div {
    position: absolute;
    top: 25%;
    left: 15%;
    max-width: 45%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    min-height: 350px;
    overflow: hidden;
}

.row .col-3 {
    flex-basis: 30%;
    min-width: 350px;
}

.row .col-4 {
    flex-basis: 40%;
}

.row .col-6 {
    flex-basis: 50%;
    min-height: 550px;
}

.row .col-8 {
    flex-basis: 60%;
    min-height: 350px;
}

.row .col-12 {
    flex-basis: 100%;
}

.row .col-3,
.row .col-4,
.row .col-6,
.row .col-8,
.row .col-12 {
    position: relative;
    flex-grow: 1;
    padding: 5px 15px;
}

.no-min-height {
    min-height: auto;
}

.light_blue_bg {
    background-color: #3d8fc7;
}

.dark_blue_bg {
    background-color: #354f9d;
}

.light {
    font-weight: 300;
}

#home .quem_somos,
#cards_info {
    display: inline-block;
}

#home .quem_somos {
    width: 40%;
}

#cards_infos {
    overflow: hidden;
    padding: 50px 0;
    width: 60%;
}

#home .card {
    position: relative;
    display: inline-block;
    border-radius: 10px 10px 10px 10px;
    background-color: #c4c4c4;
    box-shadow: 2px 4px 10px 5px rgba(0,0,0,0.2);
    padding: 50px;
    text-align: center;
    margin: auto -70px;
    transition: all .3s;
}

#home .card.slick-center {
    z-index: 100;
}

#home .card:not(.slick-center) {
    transform: scale(.85);
}

#home .slick-list {
    overflow: visible;
}

#home .card h4 {
    color: #fff;
    font-weight: 700;
    letter-spacing: .35rem;
    margin: 5px auto;
}

#home .card p {
    width: 60%;
    margin: 0 auto;
    padding-top: 10px; 
}

#home .card img {
    margin: 20px auto;
}

#home .card .nextCaret {
    position: absolute;
    top: 45%;
    right: 20px;
}

#home .card .prevCaret {
    position: absolute;
    transform: rotateY(180deg);
    top: 45%;
    left: 20px;
}

#home .about {
    margin: 5% auto;
    padding: 25px;
    color: #fff;
    width: 60%;
    text-align: justify;
}

#home .about p {
    margin: 25px auto;
}

#home .about h2 {
    letter-spacing: inherit;
    color: #fff;
    position: relative;
}

#home .about h2::after {
    position: absolute;
    content: ' ';
    left: 50px;
    bottom: 1.5rem;
    border: 1px solid #fff;
    display: table-cell;
    width: 80px;
}

#servicos_img img {
    position: absolute;
    top: -10px;
    right: -15px;
    max-height: 550px;
    z-index: -1;
}

#home .servicos {
    margin: 5% 12%;
    padding: 25px;
    width: 60%;
    min-width: 350px;
    text-align: justify;
}

#home .servicos p {
    margin: 35px auto;
}

#home .servicos h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #354f9d;
    position: relative;
}

#home .servicos h2::after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 16%;
    border: 2px solid ;
}

#newsletter,
#contato_box {
    background-color: #1072b8;
    color: #fff;
}

#newsletter {
    text-align: center;
}

#newsletter div * {
    margin-top: 10px;
}

#newsletter > div {
    padding: 25px;
    margin: 0 auto;
    width: 50%;
}

#newsletter h2 {
    font-weight: bold;
    color: #fff;
}

#newsletter input {
    border-radius: 25px;
    padding: 8px 15px;
    width: 100%;
}

#title {
    background: linear-gradient(90deg,#61a0dc,#5c86d1);
    height: 35vh;
}

#title h1 {
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 35vh;
}

#experiencia .col-6,
#contato_box .col-6 {
    padding: 7.5%;
}

#experiencia h2 {
    position: relative;
    margin-top: 20px;
    font-size: 4rem;
    color: #000;
}

#experiencia h2::after {
    content: ' ';
    position: absolute;
    bottom: -3rem;
    left: 0;
    border: 2px solid #61a0dc;
    width: 15%;
}

#experiencia p {
    line-height: 1.75em;
}

#experiencia p:last-child {
    margin-top: 7.5%; 
}

#contato_box input,
#contato_box textarea {
    width: 100%;
    padding: 8px 15px;
    display: block;
    margin-bottom: 20px;
}

#contato_box h2 {
    color: #fff;
    position: relative;
    text-transform: none;
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: .1rem;
}

#contato_box h2::after {
    content: ' ';
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    border: 4px solid #fff;
    width: 15%;
}

#servicos .descricao .col-12 {
    margin: 5% 15%;
}

#servicos .descricao p {
    line-height: 2.75rem;
}

#servicos .lista > div:first-child {
    width: 50%;
    background-color: #c4c4c4;
    padding: 7.5% 0;
    padding-left: 15%;
}

#servicos .lista > div:last-child {
    width: 50%;
    /*padding-right: 10%*/
}

#servicos .btn {
    width: auto;
    max-width: 100%;
}

#slider_box {
    margin-left: 20px;
    width: 100%;
    height: 100%;
}

#slider_box .slider-nav .thumbs {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-top: 10px;
    background-size: cover;
    background-position: center;
}


#contato .contato-info {
    text-align: center;
    margin: 50px auto;
}

#contato .icons {
    position: relative;
}

#contato .icons img {
    height: 85px;
    margin: 15px auto;
}

#contato .col-3:not(.map-col) {
    padding: 50px 0;
}

#contato address {
    margin: 15px;
}

#contato .icons::after {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 85px;
    left: 37%;
    border: 2px solid #61a0dc;
}

#contato .map-col {
    min-width: 350px;
    min-height: 350px;
}

.overflow_hidden {
    overflow: hidden;
}

.pull-left,
.pull-right {
    display: inline-block;
}

.pull-left {
    float: left;
    width: 300px;
}

.pull-right {

    float: right;

    padding-left: 40px;

    width: -webkit-calc(100vw - 300px);

    width: -moz-calc(100vw - 300px);

    width: calc(100vw - 300px);

    max-width: 900px;

}


figure.pull-left img {

    border: solid 1px #fff;

}

.text-center {
    text-align: center;
}

address {
    text-transform: uppercase;
}

.pull-left-inside {

    max-width: 40%;

    margin: 0 20px 20px 0;

    float: left;

}


.hide {

    display: none;

}


.btn {
    /*max-width: 100%;*/

    width: 150px;

    padding: 8px 25px;

    display: inline-block;

    color: #fff;

    background: #1072b8;

    border-radius: 25px;

    text-transform: uppercase;

    text-align: center;

    letter-spacing: .2rem;

    -webkit-transition: background-color 0.2s ease;

    -moz-transition: background-color 0.2s ease;

    -o-transition: background-color 0.2s ease;

    transition: background-color 0.2s ease;

}



.btn:hover {

    background: #354f9d;

}

.btn-outline {
    border: 2px solid #4a99cb;
    background-color: transparent;
}

.btn-outline:hover {
    background-color: #4a99cb;
}



#contato #box-mapa {

    /*pointer-events: none;*/

    clear: both;

    display: block;

    float: left;

    width: 100%;

    margin-top: 20px;

}



#contato #box-mapa.ativo {

    pointer-events: auto;

}



#contato #mapa {

    width: 100%;

    height: 300px;

    display: block;

    border: solid 1px #fff;

}

.orcamento{
    text-align: center;
}

@media screen and (max-width: 920px) {

    #home .card {
        width: 55vw;
    }


    #home .about {
        width: 75%;
        margin: 0 auto;
        min-width: auto;
    }

    .logo {
        padding: 10px;
    }

    #menu a {
        font-size: 1em;
    }

    .hero h1 {

        line-height: 4rem;

    }

    h1 {

        font-size: 40px;

        font-size: 4rem;

    }

    .row .col-6 {
        min-height: 380px;
    }

    #servicos_img img {
        max-height: 380px;
    }

    #experiencia .col-6 {
        padding: 50px 7.5%;
        min-height: auto;
    }

    #contato_box .col-6 {
        min-width: 300px;
        min-height: auto;
    }

    #contato_box h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    #servicos .lista > div:first-child {
        padding-left: 7.5%;
    }
}

@media screen and (min-width: 720px) {
    #menu .link-menu {
        display: none;
    }

    #menu ul {
        display: block;
    }

    #menu li {
        display: inline-block;
    }
}

@media screen and (max-width: 720px) {

    #slider_box {
        margin: auto;
    }

    #servicos .orcamento {
        text-align: center;
        margin: 10px auto;
    }

    #newsletter > div {
        width: 85%;
    }


    #home .about,
    #cards_infos {
        width: 100%;
        display: block;
        padding: 50px 20px;
    }

    #home .card {
        padding: 25px;
        width: 90vw;
    }

    #home .quem_somos {
        width: 100%;
    }

    #topo {

        height: 100px;

    }

    .logo img {

        max-height: 75px;

    }

    #menu .link-menu {

        display: block;
        width: 100%;
        float: right;
        clear: both;

    }

    #menu ul {
        margin-top: 50px;
        display: none;
    }

    #menu li {
        width: 100%;
        display: block;
    }

    #menu a {
        text-align: right;
        margin: 5px 5px;
    }

    .hero h1 {

        line-height: 3.5rem;

    }

    h1 {

        font-size: 35px;

        font-size: 3.5rem;

    }

    #home .card p {
        width: 80%;
    }

    #servicos_img {
        display: none;
    }

    #experiencia h2 {
        font-size: 3.5rem;
    }

    #contato_box .col-6 {
        min-width: 300px;
    }
    
    #contato_box h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    #servicos .lista > div:first-child {
        width: 100%;
        padding-left: 15%;
    }

    #servicos .lista > div:last-child {
        width: 100%;
        padding: 0;
    }

}

@media screen and (max-width: 540px) {

    #topo {
        height: 85px;
    }

    .logo img {
        max-height: 55px;
    }

    #home .hero {
        min-height: 400px;
    }

    #home .hero div {
        max-width: 50%;
    }

    #home h1 {
        line-height: 3.5rem;
    }


    h1 {

        font-size: 25px;

        font-size: 2.5rem;

    }

    #home .servicos {
        margin: 0;
        width: auto;
        min-width: auto;
    }

    #home .card p {
        width: 90%;
    }

    #home .about {
        min-width: auto;
    }


    #experiencia h2 {
        font-size: 2.5rem;
    }

    #experiencia .col-6 {
        min-height: auto;
    }

}