/* CONHECA */
#conheca{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #0084C5;
    padding-top: 90px;
    padding-bottom: 60px;
    background: linear-gradient(180deg,rgba(0, 132, 197, .3) 
                                -5%, rgba(255, 255, 255, 1) 
                                100px);
    overflow: hidden;
    /* left: -200px; */
    transition: ease all 1s;
}

#conheca .esq-dir{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}

#conheca .direita{
    position: relative;
    display: flex;
    max-width: 100%;
    width: 54%;
    flex-direction: column;
    z-index: 3;
}

#conheca .direita img{
    z-index: 2;
    max-width: 100%;
}

#conheca .direita:after{
    position: absolute;
    content: ' ';
    bottom: -150px;
    left: 250px;
    width: 1980px;
    height: 565px;
    z-index: 1;
    background: url(/common/default/img/icon-lateral-after.png) no-repeat center center;
}

#conheca .esquerda{
    position: relative;
    display: flex;
    max-width: 100%;
    width: 42%;
    padding-left: 4%;
    flex-direction: column;
}

#conheca .titulo-inst h1{
    position: relative;
    display: flex;
    font-size: 15px;
    font-family: "Montserrat", "Exo 2", sans-serif;
    color: #B4B4B4;
    margin: 20px 0px;
    margin-left: 35px;
    margin-top: 110px;
}

#conheca .conheca-titulo h2{
    color: #0084C5;
    text-transform: uppercase;
    font-size: 47px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 45px;
}

#conheca .titulo h3{
    color: #0084C5;
    font-size: 27px;
    line-height: 40px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 25px;
}

#conheca .texto p{
    color: #3A3A3A;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    font-family: "Exo 2", "Montserrat", sans-serif;
}

#conheca .saiba-mais{
    position: relative;
    padding: 8px 20px;
    color: #fff;
    background: #017AB5;
    text-align: center;
    font-family: "Montserrat", "Exo 2", sans-serif;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 30px;
    opacity: 0.9;
    transition: ease all 0.5s;
}

#conheca .saiba-mais:hover{
    opacity: 1;
    transition: ease all 0.5s;
}

/* CONHECA */

/* FALE CONOSCO */
#fale-conosco{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 100px;
    background: url(/common/default/img/fundo-fale-conosco.jpg) no-repeat center top #fff;
    overflow: hidden;
    background-size: 100% 100%;
    transition: ease all 1s;
    /* left: 200px; */
}

#fale-conosco .esq-dir{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}

#fale-conosco .esquerda{
    position: relative;
    display: flex;
    max-width: 100%;
    width: 56%;
    flex-direction: column;
    z-index: 3;
}

#fale-conosco .direita{
    position: relative;
    display: flex;
    max-width: 100%;
    width: 40%;
    padding-left: 4%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
}

#fale-conosco .titulo-inst h6{
    position: relative;
    display: flex;
    font-size: 15px;
    font-family: "Montserrat", "Exo 2", sans-serif;
    color: #B4B4B4;
    margin-left: 35px;
    border: 1px solid #B4B4B4;
    padding: 5px 10px;
    border-radius: 30px;
}

#fale-conosco .conheca-titulo h2{
    color: #0084C5;
    text-transform: uppercase;
    font-size: 47px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 35px;
    margin-top: 20px;
}

#fale-conosco .texto p{
    color: #3A3A3A;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    font-family: "Exo 2", "Montserrat", sans-serif;
}

#fale-conosco .form,
#fale-conosco form{
    position: relative;
    max-width: 460px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Exo 2", "Montserrat", sans-serif;
}

#fale-conosco .form .itens{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

#fale-conosco .form .itens input[type="text"],
#fale-conosco .form .itens select,
#fale-conosco .form .itens textarea{
    position: relative;
    width: 100%;
    padding: 5px 2%;
    border: 1px solid #0084C5;
    font-size: 15px;
}

#fale-conosco .form .itens textarea{
    min-height: 130px;
}

#fale-conosco form ::placeholder {
    color: #000;
}

#fale-conosco form .submit{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
}

#fale-conosco form input[type="submit"]{
    position: relative;
    padding: 8px 20px;
    color: #fff;
    background: #017AB5;
    text-align: center;
    font-family: "Montserrat", "Exo 2", sans-serif;
    font-size: 13px;
    display: inline-block;
    border-radius: 30px;
    opacity: 0.9;
    transition: ease all 0.5s;
    text-transform: uppercase;
    border: 1px solid #017AB5;
    cursor: pointer;
    width: 230px;
}

#fale-conosco form input[type="submit"]:hover{
    opacity: 1;
    transition: ease all 0.5s;
}

/* FALE CONOSCO */

/* PRINCIPAIS PRODUTOS */
#principais-produtos{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 100px;
    background: url(/common/default/img/principais-produtos.jpg) no-repeat center top #fff;
    overflow: hidden;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-bottom: 80px;
    transition: ease all 1s;
    /* left: -200px; */
}

#principais-produtos .titulo,
#principais-produtos  .sub-produto{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#principais-produtos .titulo h6{
    position: relative;
    display: flex;
    font-size: 15px;
    font-family: "Montserrat", "Exo 2", sans-serif;
    color: #E6E6E6;
    border: 1px solid #E6E6E6;
    padding: 5px 10px;
    border-radius: 30px;
}

#principais-produtos .sub-produto h2{
    color: #0084C5;
    text-transform: uppercase;
    font-size: 47px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 55px;
    margin-top: 20px;
    color: #fff;
}

#principais-produtos .prod,
#principais-produtos .prod ul{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

#principais-produtos .prod ul li{
    list-style: none;
    flex: 0 0 21%;
    margin: 0px 2%;
    margin-bottom: 60px;
}

#principais-produtos .prod ul li .img img{
    border-radius: 500px;
    background: #fff;
    max-width: 100%;
}

#principais-produtos .prod ul li p{
    font-size: 20px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    color: #fff;
    margin-top: 15px;
    text-align: center;
}

#principais-produtos .prod .con-mais{
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

#principais-produtos .prod .con-mais a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    padding: 0px 20px 0px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
    min-height: 45px;
    background: #25D366;
    font-family: "Montserrat", "Exo 2", sans-serif;
    opacity: 0.90;
    transition: ease all 0.5s;
}

#principais-produtos .prod .con-mais a:hover {
    opacity: 1;
    transition: ease all 0.5s;
}

/* PRINCIPAIS PRODUTOS */

/* REPRESENTANTES */
#representantes{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #F2F2F2;
    padding-bottom: 80px;
    transition: ease all 1s;
    /* left: 200px; */
}

#representantes .esq-dir{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#representantes .direita{
    position: relative;
    display: flex;
    max-width: 100%;
    width: 54%;
    flex-direction: column;
    z-index: 3;
}

#representantes .direita img{
    z-index: 2;
    max-width: 100%;
}

#representantes .esquerda{
    position: relative;
    display: flex;
    max-width: 100%;
    width: 42%;
    padding-left: 4%;
    flex-direction: column;
}

#representantes .titulo-inst,
#representantes .rep-marcas{
    position: relative;
    display: flex;
}

#representantes .rep-marcas{
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

#representantes .rep-marcas .mmarcas{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0px;
    position: relative;
}

#representantes .rep-marcas .mmarcas{
    max-width: 100%;
}

#representantes .rep-marcas{
    text-align: center;
}

#representantes .rep-marcas img{
    max-width: 100%;
}

#representantes .titulo-inst h6{
    position: relative;
    display: flex;
    font-size: 15px;
    font-family: "Montserrat", "Exo 2", sans-serif;
    color: #B4B4B4;
    margin: 20px 0px;
    border: 1px solid #B4B4B4;
    border-radius: 30px;
    padding: 5px 10px;
}

#representantes .conheca-titulo h2{
    color: #0084C5;
    text-transform: uppercase;
    font-size: 47px;
    line-height: 53px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 45px;
    max-width: 360px;
}

/* REPRESENTANTES */

/* DIFERENCIAIS */
#diferenciais{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 100px;
    background: #fff;
    overflow: hidden;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    transition: ease all 1s;
    /* left: -200px; */
}

#diferenciais .titulo,
#diferenciais  .sub-produto{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#diferenciais .titulo h6{
    position: relative;
    display: flex;
    font-size: 15px;
    font-family: "Montserrat", "Exo 2", sans-serif;
    color: #B4B4B4;
    border: 1px solid #B4B4B4;
    padding: 5px 10px;
    border-radius: 30px;
}

#diferenciais h2{
    color: #0084C5;
    text-transform: uppercase;
    font-size: 47px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 55px;
    margin-top: 20px;
}

#diferenciais .prod,
#diferenciais .prod ul{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#diferenciais .prod ul li{
    list-style: none;
    flex: 0 0 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#diferenciais .prod ul li:hover:before{
    width: 100%;
    height: 100%;
    transition: ease all 0.5s;
    border-radius: 0px;
}

#diferenciais .prod ul li:before{
    position: absolute;
    width: 0%;
    height: 0%;
    background: #E6E6E6;
    content: ' ';
    transition: ease all 0.5s;
    border-radius: 100px;
    opacity: 0.4;
}

#diferenciais .prod ul li a{
    display: flex;
    position: relative;
    flex: 0 0 84%;
    border: 1px solid #E6E6E6;
    flex-direction: column;
    text-align: start;
    padding: 8%;
    z-index: 2;
}


#diferenciais .prod ul li .img img{
    max-width: 100%;
    max-height: 52px;
}

#diferenciais .prod ul li p{
    font-size: 15px;
    line-height: 25px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    color: #3A3A3A;
    text-align: left;
}

#diferenciais .prod h2{
    color: rgb(0, 132, 197);
    font-size: 26px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: left;
    width: 100%;
    line-height: 30px;
    text-transform: initial;
}
/* DIFERENCIAIS */

@media all and (max-width: 1440px){
    #conheca .direita:after{
        bottom: -21%;
    }
    #conheca .titulo h3{
        line-height: 35px;
    }
    #conheca .conheca-titulo h2{
        margin-bottom: 25px;
    }
    #conheca .saiba-mais{
        margin-top: 0px;
    }
    #conheca .direita{
        justify-content: center;
        align-items: center;
    }
    #conheca .titulo-inst h1{
        margin-top: 50px;
    }
    #fale-conosco,
    #representantes{
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }
    #fale-conosco .esquerda{
        align-items: end;
    }
}

@media all and (max-width: 1305px){
    #conheca .direita:after {
        bottom: -22%;
        left: 175px;
    }
    #conheca .titulo h3 {
        line-height: 29px;
        font-size: 22px;
    }
    #diferenciais .prod ul li{
        flex: 0 0 48%;
    }
}

@media all and (max-width: 1205px){
    #conheca .direita:after {
        bottom: -18%;
        left: 166px;
    }
}

@media all and (max-width: 1105px){
    #conheca .direita:after {
        bottom: -16%;
        left: 140px;
    }
}

@media all and (max-width: 1060px){
    #conheca .direita:after {
        bottom: -13%;
        left: 125px;
    }
}

@media all and (max-width: 1023px){
    #representantes .rep-marcas{
        max-width: 450px;
        justify-content: space-evenly;
        margin: 0 auto;
    }
    #conheca .direita:after {
        display: none;
    }
    #conheca .esq-dir,
    #representantes .esq-dir{
        flex-direction: column;
    }
    #conheca .esquerda,
    #conheca .direita,
    #representantes .esquerda,
    #representantes .direita{
        width: 96%;
        padding: 0px 2%;
    }
    #fale-conosco .esquerda{
        width: 35%;
    }
    #fale-conosco .direita{
        width: 60%;
    }
    #principais-produtos .prod ul li{
        flex: 0 0 46%;
    }
    #representantes .conheca-titulo h2{
        max-width: initial;
    }
    .btn-saiba{
        display: flex;
        justify-content: center;
    }
    #fale-conosco .titulo-inst h6{
        margin-left: initial;
    }
    #conheca .titulo-inst h1{
        color: #B4B4B4;
        margin-left: 0px;
        border: 1px solid #B4B4B4;
        padding: 5px 10px;
        border-radius: 30px;
    }
}

@media all and (max-width: 767px){
    #conheca .esquerda .titulo-inst,
    #representantes .titulo-inst{
        justify-content: center;
        align-items: center;
        display: flex;
    }
    #fale-conosco .esquerda{
        display: none;
    }
    #fale-conosco .direita {
        width: 100%;
        padding-left: initial;
        margin-bottom: 25px;
    }
    #principais-produtos .sub-produto h2,
    #fale-conosco .conheca-titulo h2,
    #conheca .conheca-titulo h2,
    #representantes .conheca-titulo h2,
    #diferenciais h2{
        font-size: 37px;
        text-align: center;
    }
    #principais-produtos .prod ul li {
        flex: 0 0 40%;
        margin: 0px 5%;
        margin-bottom: 40px;
    }
    #fale-conosco,
    #principais-produtos,
    #representantes,
    #diferenciais,
    #conheca{
        padding-top: 40px;
    }
    #diferenciais .prod ul li{
        flex: 0 0 98%;
    }
}

