body
{
    font-family: 'Montserrat', sans-serif;
}


/* Animação */

[data-anime] {
    opacity: 0;
    transition: all 0.7s;
}

[data-anime="left"] {
    transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
    transform: translate3d(50px, 0, 0);
}

[data-anime="top"] {
    transform: translate3d(0, -50px, 0);
}

[data-anime="bottom"] {
    transform: translate3d(0, 50px, 0);
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}




.header{
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0;
    background: #f7f7f7;
}



.header .logoBranca{
    display: none;
}

.header .logoCor{
    display: none;
}

.header .logoMobile{
    width: 60%;
    height: auto;
}

.header .menu{
    display: none;
}



.sliderHome{
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    z-index: 200;
    float: left;
    width: 100%;
}



/**************************/

.posicao_das_ancoras{
    margin: -69px 0 0 0;
    position: absolute;
}
.posicao_das_ancoras2{
    margin: -108px 0 0 0;
    position: absolute;
}
/************************/
/*******BOTÃO AZUL ******/
/************************/
.botaoAzul{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#64cad9+0,24aae1+100 */
    background: rgb(100,202,217); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,202,217,1) 0%, rgba(36,170,225,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(100,202,217,1) 0%,rgba(36,170,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(100,202,217,1) 0%,rgba(36,170,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64cad9', endColorstr='#24aae1',GradientType=0 ); /* IE6-9 */
    color: #042e6f;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
}

a.botaoAzul{
    text-decoration: none;
}

.botaoAzul:hover{
    transition: all 0.5s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#24aae1+0,64cad9+100 */
    background: rgb(36,170,225); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(36,170,225,1) 0%, rgba(100,202,217,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(36,170,225,1) 0%,rgba(100,202,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(36,170,225,1) 0%,rgba(100,202,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24aae1', endColorstr='#64cad9',GradientType=0 ); /* IE6-9 */

}





/***********************/
/***********************/
/***********************/
.homeDobra1{
    width: 100%;
    float: left;
}

.homeDobra1 .imgLogo{
    margin: 30px 0 0 -80px;
    padding: 0 0px 0 0;
    width: 140%;
    height: auto;
}

.homeDobra1 .iconeMouse{
    margin: -464px 0 0 190px;
    padding: 0;
    float: left;
    position: absolute;
}

.homeDobra1 .logoHome{
    margin: 40px 0 0 0;
    padding: 0;
    float: left;
}

.homeDobra1 p{
    float: left;
    width: 100%;
    margin: 30px 0;
    font-weight: 500;
    color: #666;
    text-align: justify;
}
.homeDobra1 a{
    float: left;
}




/*************/
.boxProdutosHome{
    width: 100%;
    padding: 60px 0 30px 0;
    float: left;
    margin-top: 60px;
    background: url(../images/bgHomeDobra1.jpg) top;
}


.boxProdutosHome h1{
    color: #042e6f;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    float: left;
    font-size: 32px;
    text-align: center;
}

.boxProdutosHome  p{
    padding: 9px 50px;
    color: #042e6f;
    text-align: center;
    margin-top: 10px;
    font-weight: 800;
    float: left;
}

.postProdutosHome{
    background: #fafdfd;
    float: left;
    padding: 20px 20px 40px 20px;
    border-radius: 20px;
    width: 98%;
    margin: 1%;
    text-align: center;
}


.postProdutosHome h2{
    color: #042e6f;
    font-weight: 800;
    font-size: 30px;
    height: 60px;
}

.postProdutosHome h5{
    height: 120px;
    font-size: 16px;
}

.postProdutosHome .botaoAzul{
    margin-bottom: 0px;
}

.postProdutosHome img{
    border: solid 5px #ebebeb;
    border-radius: 150px;
    width: 42% !important;
    height: auto;
    margin-left: 28%;
}


.boxProdutosHome .owl-next{
    color: #022862;
    font-size: 50px;
    float: left;
    margin: 20px 0 0 140px;
    transition: all 0.5s;
}
.boxProdutosHome .owl-next:hover{
    color: #fff;
    transition: all 0.5s;
}

.boxProdutosHome .owl-prev{
    color: #022862;
    font-size: 50px;
    margin: 20px 140px 0 0;
    float: right;
    transition: all 0.5s;
}

.boxProdutosHome .owl-prev:hover{
    color: #fff;
    transition: all 0.5s;
}



/*****************/
.blogHome{
    text-align: center;
    padding: 50px 0;
    width: 100%;
    float: left;
}

.blogHome .sectionTitle{
    color: #042e6f;
    width: 100%;
    font-weight: 900;
    padding-bottom: 60px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ebebeb;
}

.blogHome .postDestaquesBlog{
    text-align: left;
    margin-bottom: 55px;
    text-align: center;
}


.postDestaquesBlog h1{
    font-size: 20px;
    font-weight: 800;
    color: #042e6f;
}

.postDestaquesBlog span{
    color: #fff;
    position: relative;
    z-index: 100;
    margin: 20px 0 -30px 60px;
    float: left;
    text-shadow: 2px 2px 5px #000;
}

.postDestaquesBlog img{
    border-radius: 20px; 
}




/*********************************/
.faleConosco .sectionTitle{
    background: #022862;
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.faleConosco .sectionTitle img{
    margin-bottom: 40px;
}

.faleConosco .faleCom{
    width: 100%;
    float: left;
    background: #042e6f;
    padding: 60px 0;
    margin: 0;
}


/*******************************************************************/
/*******************************************************************/
/*******************************************************************/

.sectionFoooter1 ul,
.sectionFoooter1 ul li,
.sectionFoooter1 li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menuFooter{
    margin-bottom: 55px !important;
    float: left;
    width: 100%;
    text-align: center;
}

.menuFooter li a{
    color: #fff;
    padding: 5px 0;
    float: left;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s;
}

.menuFooter li a:hover{
    color: #64cad9;
    transition: all 0.5s;
}

.sectionFoooter1 .botaoTopo{
    color: #fff;
    font-size: 18px;
    border: solid 3px #4cf998;
    padding: 14px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
    float: left;
    margin-left: 135px;
}

.sectionFoooter1 .botaoTopo:hover{
    text-decoration: none;
    transition: all 0.5s;
    border: solid 3px #4cf998;
    background: #4cf998;
    color: #022862;
}


.sectionFoooter1 .redesFooter{
    float: left;
    color: #64cad9;
    margin-top: 50px;
    font-size: 18px;
    width: 100%;
    float: left;
}

.sectionFoooter1 .redesFooter p{
    float: left;
    margin-right: 20px;
}

.sectionFoooter1 .redesFooter ul li{
    float: left;
}

.sectionFoooter1 .redesFooter ul li a{
    color: #64cad9;
    font-size: 35px;
    padding: 11px;
    transition: all 0.5s;
    margin-top: -7px;
    float: left;
}

.sectionFoooter1 .redesFooter ul li a:hover{
    color: #fff;
    transition: all 0.5s;
}


.enderecoTelefone{
    color: #fff;
}

.enderecoTelefone p{
    font-size: 16px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.enderecoTelefone p .fas{
    font-size: 20px;
}

.enderecoTelefone h1{
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 55px;
    width: 100%;
    float: left;
}


.enderecoTelefone .whatsApp
{
    color: #4cf998;
    font-size: 25px;
    border: solid 3px #4cf998;
    padding: 14px 35px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
    float: left;
    margin-bottom: 50px;
}


.enderecoTelefone .whatsApp:hover{
    text-decoration: none;
    transition: all 0.5s;
    border: solid 3px #4cf998;
    background: #4cf998;
    color: #022862;
}


.formulario{
    color: #fff;
}

.formulario .wpcf7-text{
    padding: 16px;
    outline: none;
    border-radius: 35px;
    margin-bottom: 15px;
    border: none;
    text-align: center;
    color: #042e6f;
    font-weight: 600;
    width: 100%;
}

.formulario .wpcf7-textarea{
    padding: 16px;
    outline: none;
    border-radius: 35px;
    margin-bottom: 15px;
    border: none;
    text-align: center;
    color: #042e6f;
    height: 120px;
    font-weight: 600;
    width: 100%;
}


.formulario .wpcf7-submit{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#64cad9+0,24aae1+100 */
    background: rgb(100,202,217); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,202,217,1) 0%, rgba(36,170,225,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(100,202,217,1) 0%,rgba(36,170,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(100,202,217,1) 0%,rgba(36,170,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64cad9', endColorstr='#24aae1',GradientType=0 ); /* IE6-9 */
    color: #042e6f;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
    border: none;
    margin-top: 25px;
}



/****************/
.footer{
    width: 100%;
    float: left;
    padding: 60px 0;
    text-align: center;
}

.assinatura{
    background: #f7f7f7;
    padding: 35px 0;
    float: left;
    width: 100%;
}

.assinatura p{
    color: #666;
    padding: 15px 0 0 0;
    margin: 0;
}


.assinatura img{
    float: left !important;
    margin: 20px 0 20px 212px;
    padding: 0;
}

.redesMobile {
    padding: 20px;
}

.redesMobile a{
    float: left;
    border: none !important;
}

.redesMobile a .fab{
    font-size: 40px;
    padding: 0 10px 0 0;
}

.redesMobile li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.redesMobile ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contatosMobile{
    padding: 0 20px;
    float: left;
    width: 100%;
    color: #022862 !important;
    background: #fff;
}

.areaDoCliente{
    padding: 0 20px;
    float: left;
    width: 100%;
    color: #022862 !important;
}


/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.cabecalhoProdutos{
    width: 100%;
    height: 527px;
    float: left;
    background: url(../images/bgCabecalhoProdutos.png) no-repeat top;
}

.cabecalhoProdutos .titleProdutos{
    color: #fff;
    margin: 150px 0 0 0;
}

.cabecalhoProdutos .titleProdutos h2{
    margin: 0;
    padding: 0;
    color: #64cad9;
    text-transform: uppercase;
}

.cabecalhoProdutos .titleProdutos h2 strong{
    color: #fff;
    font-weight: 900;
}

.cabecalhoProdutos .titleProdutos h1{
    margin: 0;
    padding: 0;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.cabecalhoProdutos .titleProdutos img{
    margin-bottom: 20px;
}


.boxNoticiasOutHome{
    width: 100%;
    float: left;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+100 */
    background: rgb(247,247,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.contentProdutos{
    text-align: center;

    padding-bottom: 100px;
}

.contentProduto{
    padding: 50px 0;
    width: 70%;
    margin-left: 15%;
    float: left;
}

.contentProduto h1{
    color: #022862;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 50px;
}

.contentProduto p{
    color: #666;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
}



/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.cabecalhoSobre{
    width: 100%;
    height: 657px;
    float: left;
    background: url(../images/bgCabecalhoHome.jpg) no-repeat top;
}

.cabecalhoSobre .titleProdutos{
    color: #fff;
    margin: 150px 0 0 0;
}

.cabecalhoSobre .titleProdutos h2{
    margin: 0;
    padding: 0;
    color: #64cad9;
    text-transform: uppercase;
}

.cabecalhoSobre .titleProdutos h2 strong{
    color: #fff;
    font-weight: 900;
}

.cabecalhoSobre .titleProdutos h1{
    margin: 0;
    padding: 0;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.cabecalhoSobre .titleProdutos img{
    margin-bottom: 20px;
}


.contentSobre .iconeMouse{
    margin: -130px 0 0 0;
}

.contentTextoSobre{
    padding: 0 50px;
}


.contentTextoSobre h1{
    color: #022862;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 50px;
}

.contentTextoSobre p{
    color: #666;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}



.missaoVisaoValores{
    padding: 50px 0;
    width: 100%;
    float: left;
    background: #64cad9;
}

.missaoVisaoValores .box{
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    width: 97%;
    margin: 0 1.657%;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(158 158 158 / 20%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(158,158,158,0.2);
    box-shadow: 0px 0px 8px 0px rgb(158 158 158 / 20%);
    margin-bottom: 30px;
}

.missaoVisaoValores .box h1{
    color: #022862;
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 17px;
}

.missaoVisaoValores .box p{
    color: #666;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}




/****************************************************************************/
.contentBlog{
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 0 0;
    margin: -26px 0 0 0;
}
.cabecalhoBlog{
    width: 100%;
    height: 527px;
    float: left;
    margin-bottom: 50px;
    background: url(../images/bgCabecalhoBlog.jpg) no-repeat top;
}

.iconBlog{
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 25px;
}

.iconBlog img{
    margin: -30px 0 0 0;
}

.cabecalhoBlog .titleProdutos{
    color: #fff;
    margin: 150px 0 0 0;
}

.cabecalhoBlog .titleProdutos h2{
    margin: 0;
    padding: 0;
    color: #64cad9;
    text-transform: uppercase;
}

.cabecalhoBlog .titleProdutos h2 strong{
    color: #fff;
    font-weight: 900;
}

.cabecalhoBlog .titleProdutos h1{
    margin: 0;
    padding: 0;
    font-weight: 800;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
.cabecalhoBlog .titleProdutos img{
    margin-bottom: 20px;
}

/*****************/
.postBlogFeed{
    padding: 25px 25px 35px 25px;
    margin: 25px 0;
    border-radius: 20px;
    background: #fff;
    transition: all 0.5s;
}

.postBlogFeed .col-lg-12{
    margin: 0;
    padding: 0;
}

.postBlogFeed:hover{
    background: #f1f1f1;
    transition: all 0.5s;
}

.postBlogFeed:hover h3 small{
    background: #fff;
    transition: all 0.5s;
}

.postBlogFeed img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.postBlogFeed p{
    font-weight: 500;
    color: #666;
    padding: 10px 0 15px 0;
    width: 100%;
    float: left;
}

.postBlogFeed  h2{
    color: #23aae1;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 700;
    width: 100%;
    float: left;
}

.postBlogFeed h3 small{
    background: #f1f1f1;
    padding: 5px 15px 5px 27px;
    float: left;
    margin-bottom: 20px;
    border-radius: 0 14px 14px 0;
    margin-left: -25px;
    transition: all 0.5s;
}

/*****************/
.postsMaisLidos{
    padding: 25px 25px 35px 25px;
    margin: 15px 0;
    float: left;
    border-radius: 25px;
    transition: all 0.5s;
    background: #fff;
}

.postsMaisLidos:hover{
    background: #f1f1f1;
    transition: all 0.5s;
}

.postsMaisLidos:hover h3 small{
    background: #fff;
    transition: all 0.5s;
}

.postsMaisLidos img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 25px;
}

.postsMaisLidos p{
    font-weight: 500;
    color: #666;
    padding: 10px 0 15px 0;
    width: 100%;
    float: left;
}

.postsMaisLidos  h2{
    color: #23aae1;
    margin: 0px 0 13px 0;
    padding: 0;
    font-size: 19px;
    font-weight: 700;
    width: 100%;
    float: left;
}

.postsMaisLidos h3 small{
    background: #f1f1f1;
    padding: 5px 15px 5px 27px;
    float: left;
    margin-bottom: 20px;
    border-radius: 0 14px 14px 0;
    margin-left: -25px;
    transition: all 0.5s;
}

.postsMaisLidos small{
    background: #fff;
    padding: 5px 15px 5px 27px;
    float: left;
    margin-bottom: 30px;
    border-radius: 0 14px 14px 0;
    margin-left: -25px;
    transition: all 0.5s;
    border-top: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    margin-right: 230px;
    border-bottom: solid 1px #f1f1f1;
}

.postsMaisLidos .col-lg-12{
    margin: 0;
    padding: 0;
}


.titleSideBar{
    color: #022862;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
}




/*********************PAGINACÃO********************/
.paginacao{
    width: 100%;
    text-align: center;
    padding: 50px 0 30px 0;
    background: #fff;
    float: left;
}

.wp_pagination
{
    margin-bottom: 20px;
}

.wp_pagination a{
    color: #042e6f;
    padding: 6px 14px;
    background: #efefef;
    border-radius: 5px;
    text-decoration: none;
    margin: 2px;
    font-weight: 600;
    transition: all 0.5s;
}

.wp_pagination a:hover
{
    background: #042e6f;
    color: #64cad9;
    transition: all 0.5s;
}

.wp_pagination .current{
    color: #666;
    padding: 6px 14px;
    background: #64cad9;
    border-radius: 5px;
    margin: 2px;
    font-weight: 600;
    transition: all 0.5s;
}




/************************/
.contentBlogOpne{
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    margin: 20px 0;
    width: 100%;
    margin-left: 0;
}

.contentBlogOpne .theTitle{
    color: #23aae1;
    font-weight: 800;
    margin: 0;
    padding: 0 0 20px 0;
}


.contentBlogOpne p{
    color: #666;
    line-height: 28px;
    font-size: 16px;
}

.contentBlogOpne .data{
    background: #f1f1f1;
    padding: 10px 10px 10px 33px;
    float: left;
    width: 114.8%;
    margin: 0 0 0 -30px;
    color: #042e6f;
}


.contentBlogOpne .capa img{
    width: 114.7%;
    height: auto;
    margin-bottom: 25px;
    margin-left: -30px;
}


.contentBlogOpne .alignleft{
    height: auto;
    margin-bottom: 25px;
    float: left;
    margin: 0 25px 20px 0;
}

.contentBlogOpne .alignright{
    height: auto;
    margin-bottom: 25px;
    float: right;
    margin: 0 0 20px 25px;
}

.contentBlogOpne h2 strong{
    font-weight: 800;
    color: #042e6f;
}
.contentBlogOpne .gallery-item{
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
}
.contentBlogOpne .gallery-item img{
    width: 100%;
    height: auto;
    border: none !important;
}


.sliderHome{
    display: none !important;
}


/****************/
.cabecalhoFuncoesAuri{
    display: none !important; 
}



/****************/
#wpcf7-f85-o1{
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
}

.wpcf7-text{
    padding: 15px;
    border-radius: 50px;
    border: solid 1px #60c8d9;
    outline: none;
    width: 100%;
    color: #022862;
}

.wpcf7-submit {
    background: rgb(100,202,217);
    background: -moz-linear-gradient(top,  rgba(100,202,217,1) 0%, rgba(36,170,225,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(100,202,217,1) 0%,rgba(36,170,225,1) 100%);
    background: linear-gradient(to bottom,  rgba(100,202,217,1) 0%,rgba(36,170,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64cad9', endColorstr='#24aae1',GradientType=0 );
    color: #042e6f;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
    border: none;
    margin-top: 25px;
}