.azul {
    background: #814997;
  }
/*------*/
/* MENU */
/*------*/
.header
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.header .search
{
    width: 20%;
    padding: 10px 0px 10px 40px;
    border: 2px solid #fff;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #00000026;
}
.current-menu-item a {
    color: #62bb46 !important;
  }
.current-menu-ancestor a {
    color: #B3EC56 !important;
  }
  .sub-menu a {
    color: #814997 !important;
    font-size: 14px !important;
  }
@media(max-width: 1500px)
{
    .header .search
    {
        width: 30%;
        margin-top: 15px;
    }
}

@media(max-width: 1000px)
{
    .header .search
    {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.header .search .icon-search
{
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
}

.header .search .input-default
{
    background-color: transparent;
    border: none;
    color: #fff;
}

.header .search .input-default:focus
{
    outline: none;
}

.header .search .input-default::placeholder
{
    color: #fff;
}

/* MENU */
.flex-header .logo
{
    margin-top: 0px;
}
.logo img {
    height: 120px;
  }

.flex-header
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin-top: 68px; */
    margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  align-content: center;
  background: #7b529d;
  padding: 0px 40px;
}

.flex-header .flex-center
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    transition: 0.3s;
}

.flex-header .flex-nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    background-color: none;
    padding: 20px;
    border-radius: 10px;
}

.flex-header .flex-nav li
{
    margin-right: 25px;
}

.flex-header .flex-nav li:last-child
{
    margin-right: 0;
}

.flex-header .flex-nav li a {
    color: #A998D7;
    font-size: 16px;
  }

  .flex-header .flex-nav li a:hover {
    color: #B3EC56;
  
  }

.hamburger
{
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.hamburger .hm
{
    display: block;
    width: 35px;
    height: 3px;
    margin-bottom: 10px;
    background-color: #fff;
}

.hamburger .hm{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger.is-active .hm:nth-child(2){
    opacity: 0;
}

.hamburger.is-active .hm:nth-child(1){
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

.hamburger.is-active .hm:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

/* --------------- */
/* SUBMENU DO MENU */
/* --------------- */
.flex-nav .item-submenu
{
    position: relative;
}

.flex-nav .item-submenu:hover ul
{
    opacity: 1;
    visibility: visible;
}

.flex-nav ul
{
    position: absolute;
    margin-top: 10px;
    left: 0%;
    background-color: #B3EC56;;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 0px solid #814997;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    width: 240px;
    padding: 4px 6px;
}

@media(max-width: 670px)
{
    .flex-nav ul
    {
        width: auto;
    }
}

.flex-nav ul li
{
    margin-right: 0!important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}

.subitem ul
{
    padding: 0;
    position: absolute;
    background-color: rgb(58, 131, 187);
    border-bottom: none;
    color: #333;
    display: none;
    top: 0;
    left: -80%;
    padding: 10px;
}

.subitem ul li
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 0!important;
    font-size: 13px;
}

@media(max-width: 560px)
{
    .subitem ul li
    {
        font-size: 12px;
    }
}

.subitem:hover ul
{
    display: block;
}

@media(max-width: 768px)
{
    .subitem:hover ul
    {
        overflow: auto;
        height: 220px;
    }
}
/* ------------------- */
/* FIM SUBMENU DO MENU */
/* ------------------- */

@media(max-width: 1200px)
{
    .flex-header .flex-center
    {
        opacity: 0;
        visibility: hidden;
    }

    .hamburger
    {
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 6px;
        right: 2px;
        z-index: 2;
    }

    .flex-header .open
    {
        opacity: 1;
        visibility: visible;
    }
    
    .flex-header .flex-nav
    {
        flex-direction: column;
        align-items: center;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .flex-header .flex-nav li
    {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .flex-header .flex-nav li:last-child
    {
        margin-bottom: 0;
    }

    .flex-header .logo
    {
        margin-top: -20px;
    }
}

@media(max-width: 400px)
{
    .flex-header .logo
    {
        display: none;
    }
}

/*--------------------------*/
/* HEADER DE ACESSIBILIDADE */
/*--------------------------*/
.mini-header
{
    background-color: #814997;
    padding: 3px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.mini-header p, .text-sm
{
    color: #fff;
}
.new-height
{
    top: 32px;
}

@media(max-width: 782px)
{
    .new-height
    {
        top: 46px;
    }
}

@media(max-width: 768px)
{
    .mini-header
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.mini-header .access
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mini-header .access .flex-item
{
    margin-left: 30px;
    cursor: pointer;
}

@media(max-width: 580px)
{
    .mini-header .access .flex-item
    {
        margin-left: 0;
    }
}

.mini-header .circle
{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}

.flex-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btn-color
{
    border: none;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

.btn-color:hover
{
    /* border-bottom: 2px solid #814997; */
}

.metade .btnBanner {
    background-color: #ec6839;
    padding: .375rem 1.5rem;
    border-radius: 2.25rem;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    border: 0px solid #814997;
  }

.btnBanner {
    background-color: #814997;
    padding: .375rem 1.5rem;
    border-radius: 2.25rem;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    border: 0px solid #814997;
  }
.btnBanner:hover {

    background: #ec6839;
    border: 0px solid #B3EC56 !important;
    color: #814997;
 
}

@media(max-width: 992px)
{
    .flex-item .disable
    {
        display: none;
    }
}

@media(max-width: 850px)
{
    .mini-header .disable-text
    {
        display: none;
    }
}


/*----------------*/
/* BANNER DA HOME */
/*----------------*/
.banner
{
    position: relative;
    /* margin-top: 40px; */
    margin-top: 0px;
}
.banner .goLeft {
    float: left;
}
#imgBanner {
    height: auto;
    display: flex;
    justify-content: space-between;
}
.banner .goLeft {
    /*background: url('../../assets/img/bg-tit.png') no-repeat;*/
    background-color: #49c0b6;
    width: 30%;
    padding: 20px;
      padding-right: 20px;
    padding-right: 20px;
    border-radius: 0 50px 50px 0;
    text-align: right;
    color: #fff;
    font-family: "Jost", sans-serif;
    padding-right: 42px;
    margin: auto 0;
    width: auto;
    max-width: 554px;
    min-width: 30%;
   /* mix-blend-mode: multiply; */
}
.goLeft p {
    font-size: 27px !important;
}
.banner .goRight {
    float: right;
    right: 0;
    position: relative;
    margin: 50px;
    
}
.banner .goRight img {
    opacity: 1;
    mix-blend-mode: multiply;
  }
.banner .banner-slider .item
{
    width: 100%;
}

.banner-slider
{
    position: relative;
}

.banner-slider .banner-text
{
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
    color: #fff;
    line-height: 40px;
    text-shadow: #333 1px 2px 5px;
}

.banner-slider a
{
    color: #fff;
    background-color: #814997;
    font-size: 16px;
    text-shadow: none;
    padding: 5px 50px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 15px;
}

.banner-slider .title
{
    letter-spacing: 5px;
    font-size: 45px;
}

@media(max-width: 768px)
{
    .banner-slider .title
    {
        font-size: 30px;
    }

    .banner-slider .sub-title
    {
        font-size: 18px;
        line-height: initial;
    }

    .banner-slider a
    {
        padding: 5px;
        line-height: initial;
    }
}
.container h2, .container b, .container strong {
    color: #814997;
  }
/*----------------------*/
/* SECTION TECASSISTIVA */
/*----------------------*/
.tecassistiva
{
    background-color: #E9ECEC;
}

.tecassistiva .after-title
{
    position: relative;
    color: #814997;
}

.tecassistiva .after-title::after
{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 5px;
    background-color: #814997;
}

.tecassistiva .text
{
    margin-top: 50px;
}

/*----------------------*/
/* PRODUTOS EM DESTAQUE */
/*----------------------*/
.produtos-destaques .text
{
    letter-spacing: 2px;
}

/* PRODUTOS NACIONAIS */
.produtos-nacionais-internacionais
{
    padding: 20px;
}

.produtos-nacionais-internacionais .item-produto
{
    width: calc(100% / 4);
    float: left;
    margin-bottom: 30px;
    padding: 20px;
}

@media(max-width: 1200px)
{
    .produtos-nacionais-internacionais .item-produto
    {
        width: calc(100% / 2);
    }
}

@media(max-width: 550px)
{
    .produtos-nacionais-internacionais .item-produto
    {
        width: 100%;
    }
}

.produtos-nacionais-internacionais .item-produto .img-prod
{
    width: 100%;
    margin-bottom: 20px;
}

.produtos-nacionais-internacionais .item-produto .nome-prod
{
    margin-bottom: 20px;
}

.produtos-nacionais-internacionais .item-produto .desc
{
    margin-bottom: 20px;
}

.produtos-nacionais-internacionais .item-produto .price
{
    margin-bottom: 40px;
}

.produtos-nacionais-internacionais .item-produto .comprar
{
    display: block;
    padding: 15px;
    background-color: #814997;
    border-radius: 10px;
    color: #fff;
}

/*---------------*/
/* SECTION VIDEO */
/*---------------*/
.video .video-content
{
    padding: 50px 50px 20px;
    background-color: #ccc;
    position: relative;
    margin-top: 20px;
}

@media(max-width: 480px)
{
    .video .video-content
    {
        padding: 20px;
    }
}

.video iframe
{
    width: 100%;
    padding: 20px;
}

.video .prev-vid
{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background-color: #ffffff90;
    z-index: 1;
    cursor: pointer;
}

.video .prev-vid::before
{
    content: "";
    position: absolute;
    top: 56.5%;
    left: 50%;
    transform: translate(-50%, -56.5%) rotate(45deg);
    width: 50px;
    height: 10px;
    background-color: #999;
}

.video .prev-vid::after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 50px;
    height: 10px;
    background-color: #999;
}

.video .next-vid
{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background-color: #ffffff90;
    z-index: 1;
    cursor: pointer;
}

.video .next-vid::before
{
    content: "";
    position: absolute;
    top: 56.5%;
    left: 50%;
    transform: translate(-50%, -56.5%) rotate(-45deg);
    width: 50px;
    height: 10px;
    background-color: #999;
}

.video .next-vid::after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 50px;
    height: 10px;
    background-color: #999;
}

@media(max-width: 992px)
{
    .video .prev-vid{
        width: 50px;
    }

    .video .next-vid{
        width: 50px;
    }

    /* ARROW ESQUERDO */

    .video .prev-vid::before,
    .video .prev-vid::after,
    .video .next-vid::before,
    .video .next-vid::after
    {
        width: 30px;
        height: 5px;
    }

    .video .next-vid::before
    {
        top: 54.1%;
    }

    .video .prev-vid::before
    {
        top: 54.1%;
    }
}

/*--------------*/
/* SECTION BLOG */
/*--------------*/
.blog .news
{
    background-color: #ccc;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.news .sub-title
{
    font-size: 22px;
}

.news .fig-content
{
    position: relative;
}

.news .fig-content img
{
    width: 100%;
}

.fig-content .text-fig
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0%;
    width: 40%;
    background-color: #00000090;
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}

.text-fig .text
{
    margin-top: 20px;
    font-size: 16px;
    line-height: initial;
}

.text-fig .link
{
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
}

@media(max-width: 991px)
{
    .fig-content .text-fig
    {
        position: relative;
        top: initial;
        transform: none;
        right: initial;
        width: 100%;
        background-color: #00000090;
        height: 100%;
        padding: 20px;
        display: block;
    }
}

/*----------------------*/
/* SECTION FORNECEDORES */
/*----------------------*/
.fornecedores .content-forn
{
    padding-right: 50px;
    padding-left: 50px;
    position: relative;
}

@media(max-width: 550px)
{
    .fornecedores .content-forn
    {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.content-forn .list-forn figure
{
    width: calc(100% / 8);
    float: left;
    height: 150px;
    padding: 20px;
    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;
}

@media(max-width: 992px)
{
    .content-forn .list-forn figure
    {
        display: block;
        justify-content: none;
        align-items: none;
    }

    .content-forn .list-forn figure img
    {
        margin: 0 auto;
    }
}

.content-forn .prev-button,
.content-forn .next-button
{
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
}

.content-forn .prev-button
{
    left: 0;
}

.content-forn .next-button
{
    right: 0;
}

.fornecedores .after-title
{
    position: relative;
    margin-bottom: 50px;
}

.fornecedores .after-title::after
{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 5px;
    background-color: #814997;
}

/*-------------------------*/
/* SECTION NOSSOS CLIENTES */
/*-------------------------*/
.clientes
{
    background-color: #E9ECEC;
}

.clientes .sub-title
{
    color: #814997;
    margin-bottom: 20px;
}

.clientes .italic-m
{
    margin-top: 30px;
    margin-left: 80px;
}

.clientes .clientes-content
{
    position: relative;
}

.clientes .detail
{
    position: absolute;
    top: 0;
    left: 0;
}

.clientes-content .flex-cliente
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    margin-top: 30px;
}

.flex-cliente .circle-dep
{
    margin-left: 80px;
    margin-right: 20px;
    border-radius: 50%;
}

@media(max-width: 550px)
{
    .clientes .detail
    {
        display: none;
    }

    .clientes .italic-m,
    .flex-cliente .circle-dep
    {
        margin-left: 0;
    }
}

/*--------------------------*/
/* SECTION FIQUE POR DENTRO */
/*--------------------------*/
.form-news
{
    background-color: #814997;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.form-news .sub-title
{
    position: relative;
    margin-bottom: 50px;
}

.form-news .sub-title::after
{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 5px;
    background-color: #fff;
}

.form-news .form-group
{
    margin-top: 30px;
}

.form-group .input-form
{
    padding: 20px;
    border: none;
    font-weight: 900;
}

.form-group .input-form::placeholder
{
    color: #357294;
    text-align: center;
}

.form-group .btn-enviar
{
    background-color: #2F323A;
    color: #fff;
    border: none;
    font-weight: 900;
    padding: 18px 100px;
    border-radius: 20px;
}

@media(max-width: 480px)
{
    .form-group .btn-enviar
    {
        padding: 20px;
    }
}

/*----------------*/
/* SECTION FOOTER */
/*----------------*/

.footer {
    padding-right: 50px;
    padding-left: 50px;
    background: #B3EC56;
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-image: none;
      background-size: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #666;
    background-image: url('../../assets/img/icone-c1p-rodape.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 201px;
    background-position-y: 25px;
  }
.footer-teca a
{
  
    color: #666;
    text-decoration: underline !important;
}
.site-map .site-map-content
{
    margin-top: 20px;
}

.site-map-content .list-map li
{
    line-height: initial;
}

.site-map-content .list-map a {
    color: #814997;
    font-size: 12px;
    margin-left: 20px;
    font-weight: 700;
  }
  .site-map-content img {
    max-width: 300px;
    margin-bottom: 30px;
  }
.footer .site-map
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}

.footer .footer-teca .regular-m
{
    margin-top: 30px;
}

.footer-teca .social-flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    margin-top: 20px;
}

.footer-teca .social-flex a
{
    margin-right: 20px;
}
.redes {

    width: 100%;
    margin-top: 132px;
  }
.redes img {
    max-width: 16px;
    float: left;
    vertical-align: text-bottom;
    margin-right: 10px;
  }
  .redes a {
    color: #814997;
    font-size: 12px;
    font-weight: 700;
  }
@media(max-width: 767px)
{
    .footer-teca
    {
        margin-top: 30px;
    }
}

@media(max-width: 500px)
{
    .site-map-content .list-map .text
    {
        font-size: 14px;
    }
}

/*---------------------*/
/* PÁGINA TECASSISTIVA */
/*---------------------*/
/*---------------------*/

/*------------------------------*/
/* SECTION SOBRE A TECASSISTIVA */
/*------------------------------*/

.sobre
{
    background-color: #E9ECEC;
}

.sobre .text
{
    margin-bottom: 20px;
}

/*-------------------------*/
/* SECTION QUEREMOS AJUDAR */
/*-------------------------*/
.ajuda .text
{
    margin-top: 20px;
}

.ajuda .compromisso
{
    display: flex;
    background-color: #E9ECEC;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ajuda .compromisso .item-box
{
    width: calc(100% / 3);
    color: #fff;
    float: left;
    padding: 30px;
    display: flex;
    align-items: stretch;
}

@media(max-width: 992px)
{
    .ajuda .compromisso .item-box
    {
        width: 100%;
        padding: 20px;
    }

    .ajuda .compromisso
    {
        display: block;
    }
}

.ajuda .compromisso .item-box .sub-title
{
    position: relative;
    margin-bottom: 50px;
}

.ajuda .compromisso .item-box .sub-title::after
{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #fff;
}

.ajuda .compromisso .item-box .content-box
{
    background-color: #814997;
    padding: 20px;
    width: 100%;
}

/*------------------*/
/* SECTION SERVICOS */
/*------------------*/
.servicos .underline
{
    border-bottom: 1px solid #333;
}

.servicos .underline-blue
{
    border-bottom: 1px solid #814997;
    color: #814997;
}
/*----------------*/
/* VERDE HOME */
/*----------------*/
.verde {
    background: #B3EC56;
  }
  .centraliza.col2 {
    display: flex;
  }
  .col2 .content {
    width: 60%;
    float: left;
    margin: auto 0;
  }
  .centraliza {
    border: 0px solid #f90;
    max-width: 1200px;
    margin: auto;
  }
 

  .side {
    float: right;
    display: table;
    width: 40%;
    float: right;
    text-align: right;
  }
  .side img {
    width: auto;
    max-height: 500px;
    display: block;
    margin: auto;
    float: right;
  }
  .verde h1, .verde p {
    color: #814997;
  }
  .verde h1, .predepoimentos h1, .bloco h1 {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
    color: #814997;
    
  }
.predepoimentos h2, .bloco h2 {
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
    color: #A998D7;
  }

/*-----------------------*/
/* SECTION HOME */
/*-----------------------*/

  .depoimentos {
    background: #814997;
  }
  .contentDepoimento {
    display: flex;
  }
  .content_depo {
    width: 60%;
    color: #B3EC56;
    margin: auto;
  }
  .content_depo p {
   
    font-weight: 700;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #B3EC56;
  }

  .content_depo span {
    color: #A998D7;
    font-size: 18px;
  }


  .thumb_depoente {
    width: 40%;
  }
  .thumb_depoente img {
    width: 100%;
    max-width: 350px;
    float: right;
  }
  .padding-section2 {
    padding-top: 80px;
  }

  .after-content-blue2 {
    background: #A998D7;
  }
  .after-content-blue2 h2 {
    color: #B3EC56;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    font-family: "Jost", sans-serif;
  }
  .bloco.after-content-blue2 p {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 300;
  }
  .bloco.after-content-blue2 hr {
    color: #fff;
    border-top:1px solid #B3EC56;
    
  }


  .faixanewsletter {
    background-color: #B3EC56;
  }
  .padding-section3 {
    padding: 10px !important;
  }
  .faixanewsletter img {
    max-width: 70px;
    display: inline-flex;
    vertical-align: middle;
  }
  .faixanewsletter .centraliza.bloco {
     color: #814997;
     font-size: 30px;
     font-family: "Jost", sans-serif;
     font-weight: 700;
  }

  .faixanewsletter .centraliza.bloco a {
    color: #814997;
    text-decoration: underline !important;
 }
 .wraptit {
    display: table;
    width: 100%;
  }
 .titconhecimento {
    float: left;
  }
 .lateral {
    float: right;
  }
  .titconhecimento h1 {
    text-transform: initial !important;
  }
  .after-content-blue .after-title.titconhecimento {

    text-transform: capitalize;
  }
  #menu-menu-rodape {
    display: inline-flex;
  }
/*----------------*/
/* PÁGINA DE BLOG */
/*----------------*/
/*----------------*/

/*--------------*/
/* SECTION BLOG */
/*--------------*/
.blog-content
{
    background-color: #E9ECEC;
}

/*-----------------------*/
/* SECTION BLOG DESTAQUE */
/*-----------------------*/
.blog-destaque
{
    padding-bottom: 0;
}

.blog-destaque .news
{
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    /*text-shadow: 1px 1px 1px #333;*/
}

/*-----------------------------*/
/* SECTION ITENS BLOG DESTAQUE */
/*-----------------------------*/
.itens-blog-destaque
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.flex-blog-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    
            -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
            
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 40px;
    padding-left: 40px;
}

@media(max-width: 991px)
{
    .flex-blog-content
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.flex-blog-content .item-blog
{
    padding: 10px;
}

.item-blog .bg-blog
{

    padding: 0px;
    height: 100%;
}

.bg-blog .sub-title
{
    font-size: 25px;
}

.itens-blog-destaque .img-blog
{
    width: 100%;
}

.item-blog .text
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.item-blog figcaption {
    text-align: left;
    color: #814997;
  }
.blue-text
{
    color: #814997;
    margin-top: 20px;
    margin-bottom: 20px;
}

.item-blog .bg-blue
{
    background-color: #3579AA;
    color: #fff;
}

.item-blog .bg-blue .sub-title,
.item-blog .bg-blue .mini-desc,
.item-blog .bg-blue .date-blog
{
    color: #fff;
}

.item-blog .bg-blue .btn-link
{
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    padding: 8px;
    background-color: #fff;
    border-radius: 10px;
}

/*----------------*/
/* PÁGINA DE LOJA */
/*----------------*/
/*----------------*/

/*--------------*/
/* SECTION LOJA */
/*--------------*/
.loja
{
    background-color: #eee;
}

.loja .confira
{
    margin-top: 20px;
}

.loja-produtos .btn-mais
{
    background-color: #814997;
    color: #fff;
    padding: 15px;
    display: inline-block;
    border-radius: 10px;
}

/*-------------*/
/* AFTER TITLE */
/*-------------*/

.after-content-blue .after-title
{
    position: relative;
    margin-bottom: 50px;
    color: #814997;
    text-transform: initial;
    font-family: "Jost", sans-serif;
}

/*.after-content-blue .after-title::after
{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 5px;
    background-color: #814997;
}*/

/*---------------------------*/
/* PÁGINA INTERNA DO PRODUTO */
/*---------------------------*/
.itens-blog-destaque
{
    margin-right: calc(10px * 10);
    margin-left: calc(10px * 10);
}

.item-blog .text
{
    margin-top: 20px;
    display: block;
}

.item-blog .sub-title
{
    margin-bottom: 60px;
    font-size: 19px;
    line-height: 23px;
}
.item-blog p {
    line-height: 21px;
    font-family: "Jost", sans-serif;
    font-family: "Jost", sans-serif;
    font-weight: 300;
  }
  .item-blog a {
    font-size: 17px;
    text-decoration: none !important;
  }
  .item-blog figure img {
    border-radius: 0px;
  }
@media(max-width: 992px)
{
    .mb-space
    {
        margin-bottom: 20px;
    }
}

.desc-prod .sub-title
{
    margin-top: 30px;
}

.produto-interno .btn-comprar
{
    background-color: #814997;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}

/*-------------------*/
/* PÁGINA DE CONTATO */
/*-------------------*/
.contato .input-default
{
    font-size: 18px;
    padding: 10px;
    margin-top: 10px;
    border: 2px solid #814997;
    resize: none;
}

.contato .btn-enviar
{
    padding: 15px 40px;
    display: inline-block;
}

/* masonry */
*, *:before, *:after {box-sizing:  border-box !important;}


.blog-section {
 /* -moz-column-width: 13em; */
 /* -webkit-column-width: 13em; */
 -moz-column-width: 400px;
-webkit-column-width: 400px;
 /* -moz-column-gap: 1em; */
 /* -webkit-column-gap: 1em;  */
 -moz-column-gap: 3em;
-webkit-column-gap: 3em;
}

.content-blog-section {
 display: inline-block;
 margin:  0.25rem;
 padding:  1rem;
 width:  100%;
 background-color: #dcdcdc;
 margin-bottom: 30px;
}

.btn-default
{
    color: #fff;
    background-color: #814997;
    font-size: 16px;
    text-shadow: none;
    padding: 15px 50px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 15px;
    display: inline-block;
}

.btn-default:hover
{
    color: #814997;
    font-weight: bold;
}

.btnUm {
    background-color: #49c0b6;
}
.btnDois {
    background-color: #814997;
}
.btnTres {
    background-color: #00984a;
}

/* FELIPE ALTEROU */
.produtos-nacionais-internacionais {
    padding: 20px;
    width: 100% !important;
    display: inline-table;
}

.slick-dots
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.slick-dots li
{
    width: 6px;
    height: 6px;
    background-color: #bcbec0;
    margin-right: 10px;
    border-radius: 50%;
    border: 0px solid transparent;
}

.slick-dots li:last-child
{
    margin-right: 0;
}

.slick-dots .slick-active
{
    background-color: #A998D7;
    border: 0px solid #814997;
}
  .slick-dots li.slick-active button::before, .slick-dots li button::before {

    display: none;
  }
  .slick-dots li.slick-active button::before {
    opacity: .9;
    background-color: #62bb46;
    border-radius: 50%;
  }

  /** **/

  .faixa {
    background-image: url('../img/simbolo-faixa.png');
    height: 300px !important;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
  }

  .numeros {
    background: #814997;
    color: #fff;
    margin: 30px 0;
    margin-bottom: 0;
  }
  .flex-blog-content {

    /*column-gap: 30px;*/
    column-count: 4;
    justify-content: space-between;
  }
  .boxNumeros {
    width: 22%;
    border: 2px solid #49c0b6;
    padding: 26px;
    text-align: center;
    border-radius: 30px;
  }

  .boxNumeros h4 {
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Jost", sans-serif;
    line-height: 30px;
    min-height: 120px;
  }
  .boxNumeros h5 {
    font-size: 57px;
    vertical-align: middle;
  }
  .boxNumeros h5.valor1 {
    font-size: 31px;
  }

.valor1, .valor3 {
    color: #62bb46;
}
.valor2, .valor4 {
    color: #49c0b6;
}
.faixaDivisa {
    background: #49c0b6;
    height: 24px;
  }
  .faixaFooter {
    background: #814997;
    height: 24px;
  }
  .footer .row.justify-content-center {
    display: flex;
  }
  .footer-teca img {
    max-width: 211px;
    display: inline-table;
    text-align: right;
    margin: 30px;
    vertical-align: middle;
  }
  .footer-teca {
    margin: auto;
    text-align: right;
  }

  /* PAGINAS INTERNAS */
  .box-color {
    background: #009a47;
    padding: 80px !important;
    margin: 50px 0;
    color: #fff;
    text-align: center;
  }
  .box-color strong, .box-color b{
    color: #fff; 
    margin-bottom: 20px;
  }
  .boxfaq {
    display: flex !important;
    width: auto;
    justify-content: center;
  }
  .thumbfaq {
    float: left;
    margin-right: 50px;
    width: 30%;
  }
  .frasefaq {

    float: left;
    margin: auto 0;
    width: auto;
  }
  .frasefaq h3 {
    color: #00984a;
    font-family: "Jost", sans-serif;
    font-size: 38px;
  }
  .frasefaq .text {
    margin: auto;
  }
  .boxfaq p img {
    max-width: 100%;
    vertical-align: middle;
    display: inline;
  }

  .aura {
    border: 2px solid #A998D7;
  }

  .tit-sidebar a {
  color: #814997;
  font-family: "Jost", sans-serif;
  font-weight: 900;
    font-style: normal;
  }
  .boxFrase {
    background: ;

  }
  .wrapFrase {
    background: ;
    
  }
  .wrapFrase h2 {
    color: #ffffff;
    font-family: "Jost", sans-serif !important;
    font-weight: 500;
    font-size: 30px;
  padding-bottom: 23px;
  line-height: 36px;
  text-shadow: 1px 3px 1px #222;
    
  }
  
  .text-single p {
    font-size: 26px;
    color: #777;
    font-family: "Jost", sans-serif;
  }
  .proxima_secao {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
  }
  .proxima_secao a {
    color: #ffffff;
    vertical-align: sub;
    font-size: 26px;
  }
  
  .proxima_secao img {
    max-width: 50px;
    float: right;
    text-align: right;
    margin-left: 10px !important;
    /*filter: invert(20%) sepia(55%) saturate(3728%) hue-rotate(231deg) brightness(93%) contrast(104%);*/

  }


  .container.wrapSignatarios li {
    list-style: none;
    display: inline-flex;
    vertical-align: middle;
    width: 18.7%;
    text-align: center !important;
    margin: 14px 0;
    align-items: center;
  }
  .container.wrapSignatarios a, .container.wrapSignatarios a img {
    margin: auto;
  }

  .terceiro_bloco img {
    border: 0 !important;
  }

  .terceiro_bloco hr {
    border: 0;
    border-top: 1px solid #814997 !important;
  }

  .sub-menu a {
    color: #814997; !important;
  }

  .sub-menu li a, .sub-menu a, .sub-menu > .azul a {
    color: #814997; !important;
  }

  .azul .current-menu-item a {
    color: #B3EC56 !important;
  }

  .azul .current-menu-parent a {

    color: #B3EC56 !important;

  }
  .box.verde .btn.btnBanner:hover {
    background: #814997;
    color: #fff;
  }

section.verde .btn.btnBanner:hover {
    background: #814997;
    color: #fff;
  }

  .container a {
    text-decoration: underline !important;
    color: #814997;
  }
  .wrap-roxo a {
    color: #814997 !important;
    text-decoration: underline !important;
  }

  .wrap-content, .wrap-content p {
    color: #814997 !important;
    font-family: "Jost", sans-serif !important;
    font-weight: 500;
  }

  .wrap-content strong, .wrap-content p  strong{
    color: #814997 !important;
    font-family: "Jost", sans-serif !important;
    font-weight: 700;
  }
  .blue-text.bold-m.sub-title {
    height: 42px;
  }
  .text.regular-m.desc-blog {
    height: 113px;
  }


 .loop .text.regular-m.desc-blog {
    height: auto;
  }