/*
Theme Name: Coperpress - Modelo Novo
Theme URI: https://cf.coop.br.br
Author: Adriano Alves
Author URI: https://cf.coop.br.br
Description: Tema base site cooperforte
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

@font-face {
    font-display: swap;
    font-family: "New Order";
    font-style: normal;
    font-weight: 300;
    src: url("assets/fonts/new-order/fonnts.com-New_Order_Light.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "New Order";
    font-style: normal;
    font-weight: 400;
    src: url("assets/fonts/new-order/fonnts.com-New_Order_Regular%20(1).woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "New Order";
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/new-order/fonnts.com-New_Order_Medium.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "New Order";
    font-style: normal;
    font-weight: 600;
    src: url("assets/fonts/new-order/fonnts.com-New_Order_Semibold.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "New Order";
    font-style: normal;
    font-weight: 700;
    src: url("assets/fonts/new-order/fonnts.com-New_Order_Bold.woff2") format("woff2");
}

body {
    font-family: "New Order", Arial, sans-serif;
    color: #444444;
}

a {
    /*color: #e96b56;*/
    text-decoration: none;
}

a:hover {
    /*color: #e6573f;*/
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "New Order", Arial, sans-serif;
}

button,
input,
select,
textarea {
    font-family: "New Order", Arial, sans-serif;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

img {
    border-radius: 12px;
}

.btn {
    border-radius: 8px;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 55px;
    z-index: 996;
    background: #FFCC00;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: rgba(255, 126, 0, 1.00);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #545454;
    padding: 10px 0;
    font-size: 14px;
}

#topbar .contact-info i {
    font-style: normal;
    color: #e96b56;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #e96b56;
}

#topbar .social-links a {
    color: #bababa;
    line-height: 0;
    transition: 0.3s;
    margin-left: 10px;
}

#topbar .social-links a:hover {
    color: white;
}


/* ---- Topo da PÃ¡gina --- */

.topo-pagina {
    background: rgba(207, 202, 199, 0.95);
    padding: 8px;
    /*z-index: 1000;
	position: absolute;*/
    width: 100%;
}

.topo-pagina button {
    margin-top: 8px;
    margin-right: 40px;
}

.topo-pagina img {
    padding-left: 40px;
}

@media only screen and (max-width: 575px) {
    .topo-pagina img {
        width: 180px;
    }
    .topo-pagina button {
        font-size: 12px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .topo-pagina {
        visibility: hidden;
    }
}


/* --- Bloco Caminho --- */

.bloco-caminho {
    /*font-size: 20px;*/
    text-align: left;
    padding: 20px 0 0 0;
}


/* --- Bloco 1 de ConteÃºdo --- */

.bloco-1 {
    font-size: 18px;
    text-align: justify;
    padding: 10px 0 10px 0;
}

.bloco-1-1 {
    font-size: 18px;
    text-align: justify;
    padding: 10px 0 0 0;
}

.bloco-1 h1 {
    /*font-size: 24px;*/
    text-align: left;
    /*font-weight: bold;*/
    padding-bottom: 10px;
}

.bloco-1 img {
    border-radius: 5px;
}


/*.bloco-1 p {
	font-size: 20px;
}*/

.bloco-1 .card {
    margin: auto;
    width: 200px;
    height: 145px;
    perspective: 1000px;
    background-color: transparent;
}

.bloco-1 .card__content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 1s;
    transform-style: preserve-3d;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.bloco-1 .card:hover .card__content {
    transform: rotateY(180deg);
}

.bloco-1 .card__front,
.card__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.bloco-1 .card__front {
    background-color: transparent;
}

.bloco-1 .card__back {
    padding: 10px;
    background-color: #424242;
    transform: rotateY(180deg);
}

.bloco-1 .card__back p {
    font-size: 14px;
    color: #fff;
}


/*--------------------------------------------------------------
# Parallax - Cooperativismno
--------------------------------------------------------------*/

.parallax-cooperativismo {
    /*background: #F49C43;*/
    padding-top: 80px;
    color: #000;
    /*background-image: url("../../cooper/parallax-sobre-o-cooperativismo.jpg");*/
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-cooperativismo p {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding: 5px 0 20px 0;
    text-align: center;
}

.parallax-cooperativismo h1 {
    font-weight: 800;
    text-align: center;
    padding-bottom: 24px;
}

.parallax-cooperativismo h2 {
    font-weight: 800;
    font-size: 44px;
    text-align: center;
    color: #0800AF;
}

.parallax-cooperativismo img {
    margin: 0 auto;
    width: 10%;
    display: block;
}


/*--------------------------------------------------------------
# Parallax - Programa de Integridade
--------------------------------------------------------------*/

.parallax-integridade {
    padding-top: 80px;
    color: #fff;
    /* Set a specific height */
    min-height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax-integridade p {
    padding: 5px 0 20px 0;
    text-align: center;
    font-size: 25px;
}

.parallax-integridade h1 {
    font-weight: 800;
    text-align: center;
    padding-bottom: 24px;
}

.parallax-integridade .btn {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 18px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 26px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    color: #000;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #FFBE00;
    background: #FFBE00;
}

.parallax-integridade .btn:hover {
    /*background: transparent;*/
    background: #FB7501;
    color: #FFF;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Parallax - Simulador de crÃ©dito
--------------------------------------------------------------*/

.parallax-simulador {
    padding-top: 30px;
    padding-bottom: 0px;
    color: #fff;
    /* Set a specific height */
    mini-height: 50px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 1px;
}

.parallax-simulador .valor {
    font-size: 12px;
    color: #fff;
}


/* --- Bloco 2 de ConteÃºdo --- */

.bloco-2 {
    font-size: 18px;
    text-align: justify;
    padding: 0 0 30px 0;
}

.bloco-2 h1 {
    /*font-size: 24px;
	font-weight: bold;*/
    text-align: left;
    padding-bottom: 10px;
}

.bloco-2 .btn {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 18px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 26px;
    margin: 20px 0px 40px 0px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    color: #000;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #FFBE00;
    background: #FFBE00;
}

.bloco-2 .btn:hover {
    /*background: transparent;*/
    background: #FB7501;
    color: #FFF;
    text-decoration: none;
}

.bloco-2 p {
    /*font-size: 20px;*/
    line-height: 30px;
}


/* --- Bloco 2 de AÃ§Ãµes SolidÃ¡rias --- */

.bloco-2-as {
    font-size: 18px;
    text-align: justify;
    padding: 30px 0 30px 0;
    background: #EBEBEB;
}

.bloco-2-as h1 {
    text-align: left;
    padding-bottom: 20px;
}

.bloco-2-as h2 {
    font-size: 26px;
    font-weight: bold;
}

.bloco-2-as p {
    /*font-size: 20px;*/
}

.bloco-2-as .btn {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 16px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 26px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    color: #000;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #FFBE00;
    background: #FFBE00;
}

.bloco-2-as .btn:hover {
    /*background: transparent;*/
    background: #FB7501;
    color: #FFF;
    text-decoration: none;
}


/* --- Bloco 3 de ConteÃºdo --- */

.bloco-3 {
    text-align: justify;
    padding: 30px 0 30px 0;
    background: #EBEBEB;
}

.bloco-3 h1 {
    /*font-size: 24px;
	font-weight: bold;*/
    text-align: left;
    padding-bottom: 10px;
}

.bloco-3 h3 {
    text-align: left;
}

.bloco-3 p {
    font-size: 18px;
}


/* --- Bloco 4 de ConteÃºdo --- */

.bloco-4 {
    text-align: justify;
    padding: 0 0 30px 0;
    background: #EBEBEB;
}

.bloco-4 p {
    font-size: 18px;
}

.bloco-4 h1 {
    text-align: left;
    padding-bottom: 10px;
}


/* --- Bloco 5 de ConteÃºdo --- */

.bloco-5 {
    text-align: justify;
    padding: 30px 0 0 0;
}

.bloco-5 h1 {
    text-align: left;
    padding-bottom: 10px;
}

.bloco-5 p {
    font-size: 18px;
}


/*--------------------------------------------------------------
# Cooperativismo - Bloco 6
--------------------------------------------------------------*/

.bloco-6 {
    background: #FFFFFF;
    margin-top: 5px;
}

.bloco-6 h3 {
    font-weight: 600;
    font-size: 28px;
    color: #545454;
    padding-bottom: 20px;
    text-align: justify;
}

.bloco-6 ul {
    list-style: none;
    padding: 0;
}

.bloco-6 ul li {
    padding-bottom: 10px;
}

.bloco-6 ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e96b56;
}

.bloco-6 p {
    line-height: 30px;
    text-align: justify;
}

.bloco-6 p:last-child {
    margin-bottom: 0;
}

.bloco-6 img {
    border-radius: 20px;
}


/* Nav vertical */

.nav-desc {
    text-align: justify;
    padding: 20px;
    border-top: 8px solid #DBDBDB;
    border-left: 10px solid #DBDBDB;
    border-bottom: 8px solid #B4B3B3;
    border-right: 10px solid #B4B3B3;
    background: #F7F7F7;
    font-size: 20px;
}

.nav-vert {
    text-align: justify;
    font-size: 18px;
}

.nav-vert .bot-nav {
    text-align: left;
    background: #EFEFEF;
    color: #000;
}

.nav-vert .bot-nav:hover {
    background: #AFAFAF;
    color: #FFF;
    text-decoration: none;
}

.nav-vert .bot-nav.active {
    text-align: left;
    background: #FFBE00;
    color: #fff;
    font-weight: 600;
}

.bloco-3 .nav-item {
    text-align: left;
    background: #EFEFEF;
    color: #000;
}

.bloco-3 .nav-item:hover {
    background: #AFAFAF;
    color: #FFF;
    text-decoration: none;
}

.bloco-3 .nav-item.active {
    text-align: left;
    background: #FFBE00;
    color: #fff;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 70px;
    z-index: 997;
    transition: all 0.5s;
    /*background: #fff;*/
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 26px;
    padding: 0 0 0 8px;
    margin: 11px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    border-left: 8px solid #e96b56;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #545454;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
}

.scrolled-offset {
    margin-top: 70px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #545454;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #e96b56;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #e96b56;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #ec7f6d;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #545454;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #e96b56;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #545454;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(59, 59, 59, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #e96b56;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #e96b56;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 0 0 80px 0;
}

.section-bg {
    background-color: white;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Raleway", sans-serif;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #e96b56;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0 20px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
    /*margin-bottom: 40px;*/
    margin-bottom: 0;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 700;
    color: #545454;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6e6e6e;
    content: "/";
}


/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/

.featured {
    position: relative;
    z-index: 2;
    background: #F5F5F5;
    margin-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.featured .icon-box {
    padding: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    background: #FFF;
    transition: all ease-in-out 0.3s;
    height: 100%;
    /*min-height: 360px;*/
}

.featured .icon-box h4 {
    padding: 15px 0 6px 0;
}

.featured .icon-box p {
    color: #000;
    line-height: 3px;
    font-size: 16px;
    mrgin-bottom: 0px;
}

.featured .icon-box hr {
    margin: 1rem 0 0.02rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}


/*.featured .icon-box:hover p {
  color:#4406F5;
}*/

.featured .icon-box:hover {
    /* background: #E4E4E4;
 color: #fff;*/
}

.featured .icon-box .btn {
    text-align: center;
    margin: 0;
    font-size: 14px;
}


/*.featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
  color: #fff;
}*/


/*-------------------------------------------------------------
# Cabecalho - publicidade
--------------------------------------------------------------*/

.breadcrumbs .tit-publi {
    padding: 20px 0 20px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
    /*margin-bottom: 40px;*/
    margin-bottom: 0;
}

.breadcrumbs .tit-publi h2 {
    font-size: 28px;
    font-weight: 700;
    color: #545454;
}

.breadcrumbs .tit-publi ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs .tit-publi ol li+li {
    padding-left: 10px;
}

.breadcrumbs .tit-publi ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6e6e6e;
    content: "/";
}


/*-------------------------------------------------------------
# ConteÃºdo - Publicidade sobre o site
--------------------------------------------------------------*/

.cont-publi-site {
    background: #FDF4D7;
    padding-top: 60px;
}

.cont-publi-site p {
    line-height: 25px;
    text-align: justify;
}


/*-------------------------------------------------------------
# coop-brasil-bloco-2
--------------------------------------------------------------*/

.coop-brasil-bloco-2 {
    background: #FDF4D7;
    padding-top: 80px;
}

.coop-brasil-bloco-2 p {
    line-height: 35px;
    text-align: justify;
}

.coop-brasil-bloco-2 img {
    border-radius: 20px;
}


/*--------------------------------------------------------------
# Cooperativismo - Com func bloco 1
--------------------------------------------------------------*/

.coop-como {
    background: #FFF;
    padding-top: 30px;
}

.coop-como .content h3 {
    font-weight: 600;
    font-size: 28px;
    color: #545454;
    padding: 20px 0;
    text-align: justify;
}

.coop-como .content p {
    line-height: 30px;
    font-size: 19px;
    text-align: justify;
}

.coop-como .content li {
    text-align: justify;
}

.coop-como .content p:last-child {
    margin-bottom: 0;
}

.coop-como img {
    border-radius: 20px;
}


/*--------------------------------------------------------------
# Cooperativismo - Com func bloco 2
--------------------------------------------------------------*/

.coop-como-bl2 {
    background: #FFF;
}

.coop-como-bl2 .fundo-como {
    min-height: 30rem;
    background-size: cover;
}

.coop-como-bl2 .txt-como {
    padding: 3rem;
    text-align: justify;
}

.coop-como-bl2 h2 img {
    border-radius: 50px;
    /* box-shadow: 5px 5px 5px 2px green;*/
}


/*--------------------------------------------------------------
# Cooperativismo - Com func bloco 3
--------------------------------------------------------------*/

.coop-como-bl3 {
    background: #FFF;
}

.coop-como-bl3 h3 {
    font-weight: 600;
    font-size: 28px;
    color: #545454;
    padding-bottom: 20px;
    text-align: justify;
}

.coop-como-bl3 p {
    line-height: 35px;
    text-align: justify;
    font-size: 19px;
}

.coop-como-bl3 li {
    text-align: justify;
}

.coop-como-bl3 p:last-child {
    margin-bottom: 0;
}

.coop-como-bl3 img {
    border-radius: 20px;
}


/*---------------------------------------------------
# Seja Cooperforte - BenefÃ­cios
--------------------------------------------------------------*/

.seja-beneficios {
    background: #FFF;
    padding-top: 50px;
}

.seja-beneficios p {
    text-align: justify;
}


/*---------------------------------------------------
# Quem pode?
--------------------------------------------------------------*/

.quem-home {
    background: #FFFFFF;
    padding-top: 20px;
}

.quem-home h1 {
    text-align: center;
}

.quem-home p {
    text-align: justify;
    padding-bottom: 40px;
}

.quem-home ul {
    text-align: justify;
}


/*---------------------------------------------------
# Seja Cooperforte - Quem pode?
--------------------------------------------------------------*/

.seja-quem {
    background: #FDF4D7;
    padding-top: 50px;
}

.seja-quem h1 {
    text-align: center;
}

.seja-quem p {
    text-align: justify;
    padding-bottom: 40px;
}

.seja-quem ul {
    text-align: justify;
}


/*---------------------------------------------------
# Seja Cooperforte - #f7f7f7
--------------------------------------------------------------*/

.seja-como {
    background: #f7f7f7;
    padding-top: 50px;
}

.seja-como p {
    text-align: justify;
}


/*--------------------------------------------------------------
# Seja Cooperforte - Bloco 1
--------------------------------------------------------------*/

.seja-cooper-b1 {
    background: #FFF;
    padding-top: 50px;
    padding-bottom: 15px;
}

.seja-cooper-b1 p {
    line-height: 38px;
    text-align: justify;
    font-size: 24px;
    color: #000;
}


/*--------------------------------------------------------------
# Associar pelo APP
--------------------------------------------------------------*/

.pelo-app {
    background: #FFF;
    padding-top: 50px;
}

.pelo-app .content h3 {
    font-weight: 600;
    font-size: 28px;
    color: #545454;
    padding-bottom: 20px;
    text-align: justify;
}

.pelo-app .content p {
    line-height: 35px;
    text-align: justify;
}

.pelo-app .content li {
    text-align: justify;
}

.pelo-app .content p:last-child {
    margin-bottom: 0;
}

.pelo-app img {
    border-radius: 20px;
}


/*--------------------------------------------------------------
# PrincÃ­pios das cooperativas
--------------------------------------------------------------*/

.principios {
    background: #FFF;
    padding-top: 10px;
}


/*--------------------------------------------------------------
# Acervo de vÃ­deos
--------------------------------------------------------------*/

.videos {
    background: #FFF;
}

.videos .vt-carregado {
    padding: 0 0 50px 0;
}

.videos iframe {
    border-radius: 10px;
}

.videos .abs {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
}


/*--------------------------------------------------------------
# NotÃ­cias em Geral
--------------------------------------------------------------*/

.noticias-geral {
    background: #FFF;
}

.noticias-geral .row {
    padding: 50px 0px 50px 0px;
    border-bottom: 1px solid #ededed;
}

.noticias-geral .content h3 {
    font-weight: 600;
    font-size: 28px;
    color: #545454;
    padding-bottom: 20px;
    text-align: justify;
}

.noticias-geral .content p {
    line-height: 35px;
    text-align: justify;
}

.noticias-geral .content p:last-child {
    margin-bottom: 0;
}

.noticias-geral img {
    border-radius: 20px;
}


/*--------------------------------------------------------------
# NotÃ­cias Ãntegra
--------------------------------------------------------------*/

.noticias-integra {
    background: #FFF;
}

.noticias-integra .bege {
    background: #FDF4D7;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
}

.noticias-integra .bege p {
    text-align: left;
    font-size: 15px;
}

.noticias-integra .content h1 {
    font-weight: 600;
    font-size: 30px;
    color: #545454;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: justify;
}

.noticias-integra .content p {
    line-height: 35px;
    text-align: justify;
}

.noticias-integra .content p:last-child {
    margin-bottom: 0;
}

.noticias-integra img {
    border-radius: 20px;
}

.noticias-integra .marg {
    padding-right: 40px;
}

.noticias-integra .read-more {
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 30px 0px 30px 0px;
    text-align: center;
}

.noticias-integra .read-more a {
    display: inline-block;
    background: #EBA800;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 20px;
    border-radius: 6px;
}

.noticias-integra .read-more a:hover {
    background: #E98301;
}


/*--------------------------------------------------------------
# Depoimentos
--------------------------------------------------------------*/

.depoimentos {
    background: #FFF;
    padding-top: 25px;
}

.depoimentos .bloco-dep {
    padding: 20px 30px;
    margin: 30px 10px 0px 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    background: rgba(253, 244, 215, 1.00);
    transition: all ease-in-out 0.3s;
    height: auto;
}

.depoimentos .div-space {
    margin-bottom: 10px;
}

.depoimentos .depoente {
    font-weight: 600;
    font-size: 21px;
}

.depoimentos .centered {
    margin: 0 auto !important;
    float: none !important;
}

.depoimentos p {
    padding-top: 10px;
    line-height: 25px;
    text-align: justify;
}

.depoimentos img {
    border-radius: 50%;
    border-style: solid;
    border-color: #FF9600;
    float: left;
}


/*--------------------------------------------------------------
# Jornal
--------------------------------------------------------------*/

.jornal {
    background: #FFF;
}


/*--------------------------------------------------------------
# Aqui vocÃª ...
--------------------------------------------------------------*/

.aqui-voce {
    background: #FFFFFF;
    padding-bottom: 30px;
}

.aqui-voce h2 {
    text-align: center;
    padding: 30px 0px;
    font-size: 35px;
    font-weight: 600;
}

.aqui-voce p {
    line-height: 35px;
    text-align: center;
    font-size: 35px;
    padding-top: 20px;
}

.aqui-voce #team .card {
    border: none;
    background: #ffffff;
    padding-top: 20px;
}

.aqui-voce .image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.aqui-voce .image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.aqui-voce .mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
    /*border-radius: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);*/
}

.aqui-voce .frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 3px;
}

.aqui-voce .backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.aqui-voce .frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.aqui-voce .frontside .card,
.backside .card {
    min-height: 312px;
    background: #F1F1F1;
}

.aqui-voce .backside .card a {
    font-size: 18px;
    color: #F77300 !important;
}

.aqui-voce .frontside .card .card-title,
.backside .card .card-title {
    color: #F77300 !important;
}

.aqui-voce .frontside .card .card-body img {
    border-radius: 50%;
    padding-top: 10px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
    background: #FFFFFF;
    padding-top: 20px;
}

.about h3 {
    font-weight: 500;
    font-size: 26px;
    color: #545454;
    text-align: justify;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e96b56;
}

.about .content p {
    line-height: 35px;
    text-align: justify;
}

.about .content p:last-child {
    margin-bottom: 0;
}

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


/*--------------------------------------------------------------
# Cooperativismo - Bloco 4
--------------------------------------------------------------*/

.coop-bloco4 {
    background: #D8D8D8;
    padding-top: 60px;
}

.coop-bloco4 h5 {
    font-weight: 600;
    text-align: left;
}

.coop-bloco4 .content ul {
    list-style: none;
    padding: 0;
}

.coop-bloco4 .content ul li {
    padding-bottom: 10px;
}

.coop-bloco4 .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e96b56;
}

.coop-bloco4 p {
    line-height: 25px;
    text-align: justify;
}

.coop-bloco4 img {
    border-radius: 20px;
}

.coop-bloco4 .btn-circle {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 3px 0;
    margin: 0 10px 0 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background-color: #FB8603;
    font-weight: 600;
    color: #FFFFFF;
}


/*--------------------------------------------------------------
# Cooperativismo - Bloco 5
--------------------------------------------------------------*/

.coop-bloco5 {
    background: #FFFFFF;
    padding-top: 60px;
}

.coop-bloco5 h3 {
    font-weight: 600;
    font-size: 28px;
    color: #545454;
    padding-bottom: 20px;
    text-align: justify;
}

.coop-bloco5 ul {
    list-style: none;
    padding: 0;
}

.coop-bloco5 ul li {
    padding-bottom: 10px;
}

.coop-bloco5 ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e96b56;
}

.coop-bloco5 p {
    line-height: 35px;
    text-align: justify;
}

.coop-bloco5 p:last-child {
    margin-bottom: 0;
}

.coop-bloco5 img {
    border-radius: 20px;
}


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

.services {
    background: #FFFFFF;
}

.services .icon-box {
    text-align: center;
    border: 1px solid #ededed;
    padding: 10px 10px 20px;
    transition: all ease-in-out 0.3s;
    border-radius: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #e96b56;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
}

.services .icon-box .icon i {
    color: #fff;
    font-size: 28px;
}

.services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: #fbe2dd;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}

.services .icon-box h4 {
    font-weight: 700;
    margin: 15px 0px 15px 0px;
    font-size: 28px;
    text-align: left;
}

.services .icon-box h4 a {
    color: #545454;
}

.services .icon-box p {
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 0;
    text-align: justify;
}

.services .icon-box:hover {
    background: #EBA800;
    border-color: #fff;
}

.services .icon-box:hover .icon {
    background: #fff;
}

.services .icon-box:hover .icon i {
    color: #e96b56;
}

.services .icon-box:hover .icon::before {
    background: #ef9383;
}


/*.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}*/

.services img {
    border-radius: 20px 20px 0px 0px;
}

.noticias-geral .read-more {
    -moz-text-align-last: left;
    text-align-last: left;
    margin: 30px 0px 30px 0px;
}

.noticias-geral .read-more a {
    display: inline-block;
    background: #EBA800;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 20px;
    border-radius: 6px;
}

.noticias-geral .read-more a:hover {
    background: #E98301;
}

.services .read-more {
    -moz-text-align-last: center;
    text-align-last: center;
    margin-top: 50px;
}

.services .read-more a {
    display: inline-block;
    background: #EBA800;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 20px;
    border-radius: 6px;
}

.services .read-more a:hover {
    background: #E98301;
}


/*--------------------------------------------------------------
# Publicidade - redes
--------------------------------------------------------------*/

.publi-redes {
    background: #E7ECEA;
    padding-top: 80px;
}

.publi-redes h1 {
    color: #000;
    text-align: center;
    padding: 0px 0px 50px 0px;
    font-size: 35px;
    font-weight: 600;
}

.publi-redes p {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
    text-align: justify;
}

.publi-redes .card-text {
    color: #000;
}

.publi-redes .tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

.publi-redes .tabs nav {
    text-align: center;
}

.publi-redes .tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.publi-redes .tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.publi-redes .tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.publi-redes .tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.publi-redes .tabs nav li.tab-current a {
    color: #74777b;
}

.publi-redes .tabs nav a:focus {
    outline: none;
}

.publi-redes .content-wrap {
    position: relative;
}

.publi-redes .content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}

.publi-redes .content-wrap section.content-current {
    display: block;
}

.publi-redes .content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}

.publi-redes .no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.publi-redes .no-flexbox nav ul {
    display: block;
}

.publi-redes .no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .publi-redes .tabs nav a.icon span {
        display: none;
    }
    .publi-redes .tabs nav a:before {
        margin-right: 0;
    }
}

.publi-redes .tabs-style-tzoid {
    max-width: 1200px;
}

.publi-redes .tabs-style-tzoid nav {
    padding: 0 1em;
}

.publi-redes .tabs-style-tzoid nav ul li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.publi-redes .tabs-style-tzoid nav ul li a {
    padding: 0 1.5em 0 0.3em;
    color: #FFFFFF;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

@media screen and (max-width: 54em) {
    .publi-redes .tabs-style-tzoid nav ul li a {
        padding: 0 0.5em 0 0.3em;
    }
}

.publi-redes .tabs-style-tzoid nav ul li a:hover,
.publi-redes .tabs-style-tzoid nav ul li a:focus {
    color: #F3C53B;
}

.publi-redes .tabs-style-tzoid nav ul li.tab-current a,
.publi-redes .tabs-style-tzoid nav ul li.tab-current a:hover {
    color: #F08514;
}

.publi-redes .tabs-style-tzoid nav ul li a span {
    font-weight: 500;
    font-size: 0.75em;
}

.publi-redes .tabs-style-tzoid nav ul li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    background: #F08514;
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
    content: '';
    -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.publi-redes .tabs-style-tzoid nav ul li.tab-current a::after,
.publi-redes .tabs-style-tzoid .content-wrap {
    background: #fff;
    box-shadow: none;
}


/*--------------------------------------------------------------
# Associe-se - HOME
--------------------------------------------------------------*/

.associe-se-home {
    background: #f7f7f7;
    padding-bottom: 40px;
}

.associe-se-home h2 {
    text-align: center;
    padding: 30px 0px;
    font-size: 35px;
    font-weight: 600;
}

.associe-se-home p {
    text-align: justify;
}

.associe-se-home #minhaDiv {
    display: none;
}


/*--------------------------------------------------------------
# Seja Cooperforte - Bloco 2
--------------------------------------------------------------*/

.seja-cooper-b2 {
    background: #f7f7f7;
    padding-bottom: 25px;
}

.seja-cooper-b2 h2 {
    text-align: center;
    padding: 30px 0px;
    font-size: 35px;
    font-weight: 600;
}

.seja-cooper-b2 btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.seja-cooper-b2 .btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

.seja-cooper-b2 section {
    padding: 60px 0;
}

.seja-cooper-b2 section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.seja-cooper-b2 #team .card {
    border: none;
    background: #ffffff;
}

.seja-cooper-b2 .image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.seja-cooper-b2 .image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.seja-cooper-b2 .mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.seja-cooper-b2 .frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.seja-cooper-b2 .backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.seja-cooper-b2 .frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.seja-cooper-b2 .frontside .card,
.backside .card {
    min-height: 312px;
}

.seja-cooper-b2 .backside .card a {
    font-size: 18px;
    color: #F77300 !important;
}

.seja-cooper-b2 .frontside .card .card-title,
.backside .card .card-title {
    color: #F77300 !important;
}

.seja-cooper-b2 .frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.card-body p {
    font-size: 20px;
}


/*--------------------------------------------------------------
# Associar pelo site
--------------------------------------------------------------*/

.pelo-site {
    background: #F08514;
    padding-top: 80px;
    color: #fff;
}

.pelo-site .read-more {
    -moz-text-align-last: center;
    text-align-last: center;
    margin-top: 50px;
}

.pelo-site .read-more a {
    display: inline-block;
    background: #EBA800;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 20px;
    border-radius: 6px;
}

.pelo-site .read-more a:hover {
    background: #E74524;
}

.pelo-site p {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
    text-align: justify;
}


/*--------------------------------------------------------------
# Bloco 2 - Cooperativismno
--------------------------------------------------------------*/

.bloco-2-cooperativismo {
    /*background: #F49C43;*/
    padding-top: 80px;
    color: #fff;
    background-image: url("../../cooper/parallax-cooperativismo.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bloco-2-cooperativismo p {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
    text-align: justify;
}

.bloco-2-cooperativismo img {
    margin: 0 auto;
    width: 10%;
    display: block;
}


/*--------------------------------------------------------------
# Bloco 2 - Sobras
--------------------------------------------------------------*/

.bloco-2-sobras {
    background: #FFF;
    padding-top: 30px;
    color: #000;
    /*background-image: url("../../cooper/parallax-sobra.jpg");*/
    /* Set a specific height  */
    min-height: 100px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bloco-2-sobras p {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-top: 20px;
    text-align: justify;
}

.bloco-2-sobras img {
    margin: 0 auto;
    width: 10%;
    display: block;
}


/*--------------------------------------------------------------
# Associar pelo site
--------------------------------------------------------------*/

.credito {
    background: #F49C43;
    padding-top: 80px;
    color: #fff;
}

.credito .read-more {
    -moz-text-align-last: center;
    text-align-last: center;
    margin-top: 50px;
}

.credito .read-more a {
    display: inline-block;
    background: #EBA800;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 20px;
    border-radius: 6px;
}

.credito .read-more a:hover {
    background: #E74524;
}

.credito p {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
    text-align: justify;
}

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


/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/

.clients {
    background: #F5F5F5;
    padding-top: 80px;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e96b56;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e96b56;
}

.clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
}

.clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

.clients .read-more {
    -moz-text-align-last: center;
    text-align-last: center;
    margin-top: 50px;
}

.clients .read-more a {
    display: inline-block;
    background: #EBA800;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 20px;
    border-radius: 6px;
}

.clients .read-more a:hover {
    background: #E98301;
}

.clients p {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-top: 20px;
    text-align: justify;
}

.clients iframe {
    border-radius: 10px;
}


/*--------------------------------------------------------------
# HistÃ³rico - bloco 1
--------------------------------------------------------------*/

.hist-bl-1 {
    background: #FFFFFF;
    padding-top: 80px;
}

.hist-bl-1 p {
    font-size: 18px;
    color: #000;
    padding-top: 20px;
    text-align: justify;
}

.hist-bl-1 li {
    text-align: justify;
}


/*--------------------------------------------------------------
# HistÃ³rico - bloco 2
--------------------------------------------------------------*/

.hist-bl-2 {
    background-color: #f7f7f7;
    padding-top: 40px;
}

.hist-bl-2 img {
    border-radius: 50px;
    width: 10%;
    border: 2px solid #FC8D01;
}

.hist-bl-2 h1 {
    text-align: left;
    padding-bottom: 40px;
    /*font-size: 35px;*/
    /*font-weight: 600;	*/
}

.main-timeline {
    position: relative;
    padding-top: 10px;
}

.hist-bl-2 .main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.hist-bl-2 .main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.hist-bl-2 .main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.hist-bl-2 .main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.hist-bl-2 .main-timeline .icon:before,
.hist-bl-2 .main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.hist-bl-2 .main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.hist-bl-2 .main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.hist-bl-2 .main-timeline .timeline:hover .icon:before {
    left: 3px
}

.hist-bl-2 .main-timeline .timeline:hover .icon:after {
    left: -3px
}

.hist-bl-2 .main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.hist-bl-2 .main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.hist-bl-2 .main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.hist-bl-2 .main-timeline .date-outer:before,
.hist-bl-2 .main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.hist-bl-2 .main-timeline .date-outer:before {
    background: #F08514;
    border: 2px solid #232323;
    left: -6px
}

.hist-bl-2 .main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.hist-bl-2 .main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.hist-bl-2 .main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.hist-bl-2 .main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.hist-bl-2 .main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.hist-bl-2 .main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 50px
}

.hist-bl-2 .main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.hist-bl-2 .main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.hist-bl-2 .main-timeline .description {
    margin-bottom: 0;
    text-align: justify;
}

.hist-bl-2 .main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.hist-bl-2 .main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.hist-bl-2 .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .hist-bl-2 .main-timeline .date-content {
        margin-top: 35px
    }
    .hist-bl-2 .main-timeline .date-content:before {
        width: 22.5%
    }
    .hist-bl-2 .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .hist-bl-2 .main-timeline .title {
        font-size: 17px
    }
    .hist-bl-2 .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .hist-bl-2 .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .hist-bl-2 .main-timeline .timeline {
        margin-bottom: 20px
    }
    .hist-bl-2 .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .hist-bl-2 .main-timeline .icon {
        margin: auto 0
    }
    .hist-bl-2 .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .hist-bl-2 .main-timeline .date-content:before {
        display: none
    }
    .hist-bl-2 .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .hist-bl-2 .main-timeline .date-outer:before,
    .hist-bl-2 .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .hist-bl-2 .main-timeline .date {
        top: 30%
    }
    .hist-bl-2 .main-timeline .year {
        font-size: 24px
    }
    .hist-bl-2 .main-timeline .timeline-content,
    .hist-bl-2 .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .hist-bl-2 .main-timeline .title {
        margin-bottom: 10px
    }
}


/*--------------------------------------------------------------
# NÃºmeros - bloco 2
--------------------------------------------------------------*/

.hist-bl-2-num {
    background-color: #f7f7f7;
    padding-top: 40px;
}

.hist-bl-2-num h1 {
    text-align: center;
    padding-bottom: 40px;
    font-size: 35px;
    font-weight: 600;
}

.hist-bl-2-num h2 {
    text-align: center;
    padding: 40px 0px 40px 0px;
    font-size: 35px;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.space-fullbanner {
    width: 100%;
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
}

.counts .count-box i {
    display: block;
    font-size: 30px;
    color: #e96b56;
    float: left;
    line-height: 0;
}

.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #545454;
    margin-left: 50px;
}

.counts .count-box p {
    padding: 30px 0 0 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

.counts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #7a7a7a;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
    color: #a1a1a1;
}


/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/

.skills .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #545454;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
}

.skills .content ul {
    list-style: none;
    padding: 0;
}

.skills .content ul li {
    padding-bottom: 10px;
}

.skills .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e96b56;
}

.skills .content p:last-child {
    margin-bottom: 0;
}

.skills .progress {
    height: 62px;
    display: block;
    background: none;
    border-radius: 0;
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    color: #545454;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #e0e0e0;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #e96b56;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 12px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #e96b56;
    color: #fff;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(84, 84, 84, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(84, 84, 84, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #e96b56;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e96b56;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e96b56;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(84, 84, 84, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
}

.pricing h4 {
    font-size: 46px;
    color: #e96b56;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding-bottom: 12px;
}

.pricing ul i {
    color: #e96b56;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
}

.pricing ul .na i {
    color: #ccc;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .buy-btn {
    background: #545454;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    transition: 0.3s;
}

.pricing .buy-btn:hover {
    background: #e96b56;
}

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
    background: #e96b56;
}

.pricing .featured .buy-btn:hover {
    background: #ee8b7a;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
    .featured .icon-box h3 {
        margin: 0 auto 10px auto;
        width: 100%;
    }
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #fff;
}

.team .member img {
    max-width: 60%;
    border-radius: 50%;
    margin: 0 0 30px 0;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a {
    color: #919191;
    transition: 0.3s;
}

.team .member .social a:hover {
    color: #e96b56;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
}

.contact .info-box i {
    font-size: 32px;
    color: #e96b56;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #e96b56;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #e96b56;
    border: 0;
    border-radius: 50px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
    background: #e6573f;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog {
    padding: 40px 0 20px 0;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #545454;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #e96b56;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #bababa;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #e96b56;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #ec7f6d;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #545454;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #a1a1a1;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #616161;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #e96b56;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #545454;
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
    color: rgba(84, 84, 84, 0.5);
    margin-right: 5px;
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
    width: 60px;
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #e96b56;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #545454;
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #616161;
}

.blog .blog-pagination {
    color: #878787;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #545454;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #e96b56;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #545454;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #e96b56;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: #eb7b68;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #545454;
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: #e96b56;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #545454;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #e96b56;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #949494;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid white;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #e96b56;
    background: #e96b56;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #ededed;
    font-size: 14px;
}


/* Timeline - Coopertivismo */

.timeline_area {
    position: relative;
    /*z-index: 1;*/
    left: -80px;
}

.single-timeline-area {
    position: relative;
    /*z-index: 1;*/
    padding-left: 190px;
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}

.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    /*z-index: 1;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}

.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    /*z-index: 1;*/
}

.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}

.single-timeline-area .single-timeline-content {
    position: relative;
    /*z-index: 1;*/
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}

.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

.timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
    color: #fff;
    font-weight: 700;
}

.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}

.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
    padding-bottom: 10px;
}

.single-timeline-area .single-timeline-content .timeline-text p {
    margin-bottom: 0;
    text-align: justify;
    line-height: 30px;
}

.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    /*background: #FFCC00;*/
    background: #BFBFBF;
    padding: 0 0 10px 0;
    /*color: #000;*/
    font-size: 14px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #F5F5F5;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 20px 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #000;
}

#footer .footer-newsletter a {
    /*color: #000;	*/
}

#footer .footer-newsletter a:hover {
    color: #FB6E02;
}

#footer .footer-newsletter p {
    line-height: 5px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #e96b56;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #e6573f;
}

#footer .footer-top {
    background: #DBDBDB;
    padding: 60px 0 30px 0;
    color: #000000;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #545454;
    /*color: #000000;*/
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #e96b56;
    /*color: #000000;*/
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    /*color: #000000;*/
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-links ul i {
    padding-right: 2px;
    color: #000000;
    font-size: 28px;
    line-height: 1;
}

#footer .footer-top i {
    padding-right: 2px;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}

#footer .footer-top .redes a {
    padding-right: 2px;
    /*color: #000000;*/
    font-weight: bold;
    font-size: 20px;
}

#footer .footer-top .redes a:hover {
    color: #E84524;
}

#footer .footer-top .footer-links ul li {
    padding: 2px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    /*color: #000000;*/
    transition: 0.3s;
    display: inline-block;
}

#footer .footer-top .footer-links ul a:hover {
    color: #E84524;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 10px;
}

#footer .copyright {
    text-align: center;
    padding-top: 10px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

#loader {
    display: block;
    margin: auto;
}

.noticias-white {
    background: #FFF;
    padding: 30px 0 30px 0;
    text-align: justify;
}

.noticias-white p {
    font-size: 18px;
}

.noticias-grey {
    background: #E8E8E8;
    padding: 30px 0 30px 0;
    text-align: justify;
}

.noticias-grey p {
    font-size: 18px;
}

.noticias-white .read-more {
    -moz-text-align-last: left;
    text-align-last: left;
    margin: 30px 0px 30px 0px;
}

.noticias-white .read-more a {
    display: inline-block;
    background: #EBA800;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 20px;
    border-radius: 6px;
}

.noticias-white .read-more a:hover {
    background: #E98301;
}

.noticias-grey .read-more {
    -moz-text-align-last: left;
    text-align-last: left;
    margin: 30px 0px 30px 0px;
}

.noticias-grey .read-more a {
    display: inline-block;
    background: #EBA800;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 20px;
    border-radius: 6px;
}

.noticias-grey .read-more a:hover {
    background: #E98301;
}


/*-- Ãntegra --*/

.bck-cinza {
    background: #EFEFEF;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
}

.videos .bck-cinza {
    background: #EFEFEF;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
}

.videos .bck-cinza h4 {
    border: 1px solid #DDDDDD;
    font-weight: 600;
    background: #000;
    color: #fff;
}

.integra .bck-cinza i {
    color: #FFCC00;
}

.integra .fub p {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    padding: 10px 0 8px 0;
}

.integra .fub a {
    color: #464646;
}

.integra .fub a:hover {
    color: #FC9500;
}

.integra .fub img {
    padding: 10px 0 8px 0;
}

.integra .fuc p {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    padding: 10px 0 8px 0;
}

.integra .fuc a {
    color: #464646;
}

.integra .fuc a:hover {
    color: #FC9500;
}

.integra .fuc img {
    padding: 10px 1px 8px 1px;
}

.integra h1 {
    color: #545454;
    padding: 20px 0;
}

.integra p {
    font-size: 18px;
    text-align: justify;
}

.integra ul {
    font-size: 18px;
    text-align: justify;
}

.integra .marg {
    padding-right: 40px;
}

.integra .read-more {
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 30px 0px 30px 0px;
    text-align: center;
}

.integra .read-more a {
    display: inline-block;
    background: #EBA800;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 20px;
    border-radius: 6px;
}

.integra .read-more a:hover {
    background: #E98301;
}

.videos .bck-cinza i {
    color: #FFCC00;
}

.videos .fub p {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    padding: 10px 0 8px 0;
}

.videos .fub a {
    color: #464646;
}

.videos .fub a:hover {
    color: #FC9500;
}

.videos .fub img {
    padding: 10px 0 8px 0;
}

.videos .fuc p {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    padding: 10px 0 8px 0;
}

.videos .fuc a {
    color: #464646;
}

.videos .fuc a:hover {
    color: #FC9500;
}

.videos .fuc img {
    padding: 10px 1px 8px 1px;
}

.videos h1 {
    font-weight: 600;
    font-size: 30px;
    color: #545454;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: justify;
}

.videos p {
    font-size: 16px;
    text-align: justify;
}

.not-lateral {
    /*border: 1px solid #DDDDDD;*/
}

.not-lateral-1 {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.fixa-1 {
    width: 11.2%;
    z-index: 10;
    position: absolute;
    /*margin-top: 10px;*/
    margin-top: 80px;
    margin-left: 50px;
    left: 5px;
    font-size: 14px;
}

.txt-1 {
    color: #000;
    text-align: justify;
    /*overflow: hidden;*/
    font-size: 14px;
    padding: 5px 15px 0px 0px;
}

.txt-2 {
    color: #000;
    background: #E6E5E3;
    text-align: justify;
    /*overflow: hidden;*/
    font-size: 14px;
    padding: 5px 15px 0px 0px;
}

.txt-1 a {
    color: rgba(53, 53, 53, 1.00);
}

.txt-2 a {
    color: rgba(53, 53, 53, 1.00);
}

.txt-1 a:hover {
    color: rgba(249, 118, 3, 1.00);
}

.txt-2 a:hover {
    color: rgba(249, 118, 3, 1.00);
}


/*Menu lateral esquerda sobre o slide*/

.menuVertical {
    /*width: 1000px !important;*/
    /* max-width: 1000px !important ;*/
    /*margin-left: 3px; */
    padding: 0px !important;
    list-style: none;
    width: 100%;
    z-index: 1000000;
    position: relative;
    /* Adicionamos essa linha */
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 3px;
}

.menuVertical li {
    position: relative;
}

.menuVertical-li ul {
    position: absolute;
    left: 213px;
    top: 0;
    display: none;
}

.menuVertical li a {
    display: block;
    /*text-decoration: none;*/
    color: #000;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
}

.menuVertical .acesse ul li a {
    display: block;
    /*text-decoration: none;*/
    color: #000;
    background: #F08514;
    padding: 15px;
    border: 1px solid #ccc;
}

.menuVertical .esq i {
    padding-right: 15px;
}

.menuVertical-li:hover ul {
    display: block;
}


/* Fix IE. Hide from IE Mac \*/

* html ul li {
    float: left;
}

* html ul li a {
    height: 1%;
}


/* End */

.menuVertical li a:hover {
    /*text-decoration:underline;*/
    font-weight: bold;
    background: #E9E9E9;
}

.menuVertical>li:hover>a {
    background: #DBDBDB;
}

.subs {
    /*background:rgba(255,255,255,0.85);*/
    background: #fff;
    color: #000;
    padding: 10px;
    width: 460px;
    border-right: 6px solid #fff;
    border-left: 1px solid #fff;
    font-size: 14px;
}

.subs-2 {
    /*background:rgba(255,255,255,0.85);*/
    background: #fff;
    color: #000;
    padding: 10px;
    width: 460px;
    border-right: 6px solid #fff;
    border-left: 1px solid #fff;
    font-size: 14px;
}

.tit-canal {
    background: #e6a50a;
    font-weight: 800;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.tit-canal-mais {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    background: rgba(175, 175, 175, 1.00);
}

.tit-canal-mais a {
    color: #000;
}

.tit-canal-mais a:hover {
    color: #fff;
}

.destaq {
    font-size: 14px;
}

.destaq h1 {
    /*color: #000;*/
    font-weight: 800;
    text-align: justify;
    font-size: 1.19em;
    padding: 13px 0 0 0;
}

.destaq p {
    color: #000;
    font-size: 0.9em;
    text-align: justify;
    padding: 10px 0 0 0;
}

.destaq a {
    /*color: #000;*/
}


/*.destaq a:hover {color:rgba(249,118,3,1.00);}*/

.destaq img {
    padding: 10px 0 0 0;
}

.list-not p {
    font-size: 0.91em;
    /*font-weight: 800;*/
}

.list-not img {
    padding: 10px 0 10px 0;
}

.list-not-5 p {
    font-size: 0.91em;
    /*font-weight: 800;*/
}

.list-not-5 img {
    padding: 10px 0 10px 0;
}


/* Mobile */

@media only screen and (max-width: 575px) {
    .topo-pagina img {
        width: 180px;
    }
    .topo-pagina button {
        font-size: 12px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .topo-pagina {
        visibility: hidden;
    }
    /*.space-fullbanner {
    margin-top: 70px;
  }*/
    /*.fixa-1 {
		visibility: hidden;
	}*/
}

@media only screen and (max-width: 1200px) {
    .fixa-1 {
        visibility: hidden;
    }
}

@media (max-width: 1860px) {
    .fixa-1 {
        font-size: 12px;
    }
    .destaq h1 {
        font-size: 1em;
    }
    .destaq p {
        font-size: 0.8em;
    }
}

@media (max-width: 1542px) {
    .fixa-1 {
        font-size: 10px;
    }
    .destaq h1 {
        font-size: 0.9em;
    }
    .destaq p {
        font-size: 0.7em;
    }
}


/*Carrossel de vÃ­deos*/

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #fff;
    border-radius: 5px;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

.includ-noticias {
    border: 1px solid #ccc;
}

.includ-noticias h1 {
    font-size: 15px;
}

.includ-noticias p {
    font-size: 13px;
    line-height: 18px;
}

.includ-noticias .list-not img {
    padding: 10px 0 0 0;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .sidebar li {
        position: relative;
    }
    .sidebar li .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
        min-width: 240px;
    }
    [dir=rtl] .sidebar li .submenu {
        right: 100%;
        left: auto;
    }
    .sidebar li:hover {
        background: var(--bs-light);
    }
    .sidebar li:hover>.submenu {
        display: block;
    }
}


/* ============ small devices ============ */

@media (max-width: 991px) {
    .sidebar .submenu,
    .sidebar .dropdown-menu {
        position: static !important;
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.sidebar .nav-link {
    color: var(--bs-dark);
    /*opacity: 0.5;*/
}

.sidebar .botao1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sidebar .botao2 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sidebar .nav-link:hover {
    background: #DBDBDB;
    /*background: var(--bs-light);*/
    /*color: var(--bs-primary);*/
}

.new-lat-esq li a {
    display: block;
    color: #000;
    padding: 15px;
    border: 1px solid #ccc;
}

.new-lat-esq .acesse ul li a {
    display: block;
    color: #000;
    padding: 15px;
    border: 1px solid #ccc;
}


/*--Carrrossel--*/

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }
    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


/* medium and up screens */

@media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


/* --- GestÃ£o - NÃºmeros --- */

.numeros {
    padding: 5px 0 20px 0;
}

.numeros h1 {
    text-align: left;
    padding-bottom: 10px;
}

.numeros p {
    font-size: 18px;
    text-align: justify;
}

.numeros .card {
    border: 0;
}

.numeros .card-img {
    max-width: 767px;
    min-height: 250px;
    border-radius: 15px;
    border: 1px solid rgba(225, 223, 223, 1.00);
}

.carousel-control-next i {
    color: #000;
}

.carousel-control-prev i {
    color: #000;
}


/* Paginador (bolinhas) do banner da home */

#carouselExampleCaptions .carousel-indicators {
    position: absolute;
    bottom: 12px;
    margin: 0;
    gap: 8px;
}

#carouselExampleCaptions .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    text-indent: -9999px;
}

#carouselExampleCaptions .carousel-indicators [data-bs-target].active {
    opacity: 1;
    background-color: #fff;
    transform: scale(1.2);
}

.numeros .card-img-overlay i {
    text-align: center;
    padding-top: 120px;
}

.mais-home {
    background-color: #fff;
}

.mais-home p {
    text-align: center;
}


/* Barra inferior para se associar*/

.barra-associe {
    /*background:rgba(81,81,81,0.70);*/
    background: rgba(207, 202, 199, 0.90);
    color: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
}

.barra-associe:hover {
    background: rgba(207, 202, 199, 1.00);
    color: rgba(115, 115, 115, 1.00);
}

.seta-associar i {
    color: rgba(207, 202, 199, 0.90);
    position: fixed;
    bottom: 40px;
}

.seta-associar:hover {
    background: rgba(207, 202, 199, 1.00);
}

#idBarra {
    display: none;
}


/* /Barra inferior para se associar*/

@media screen and (max-width: 1780px) and (min-width: 1200px) {
    /*.not-5 {*/
    .not-8 {
        visibility: hidden;
        display: none;
    }
}

@media screen and (max-width: 1630px) and (min-width: 1200px) {
    /*.not-4 {*/
    .not-7 {
        visibility: hidden;
        display: none;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1200px) {
    /*.not-4 {*/
    .not-6 {
        visibility: hidden;
        display: none;
    }
}

@media screen and (max-width: 1350px) and (min-width: 1200px) {
    /*.not-3 {*/
    .not-5 {
        visibility: hidden;
        display: none;
    }
    .txt-dest {
        font-size: 15.5px;
    }
    .mais-home {
        background-color: #e9ecef;
    }
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    flex-grow: 1;
}

.prod-hover:hover {
    background: rgba(232, 231, 231, 1.00);
    border: solid 1px;
}

ul.cred-list {
    list-style-image: url('../../cooper/check.png');
}


/*Time line*/

.tracking-item {
    border-left: 2px solid rgba(208, 208, 208, 1.00);
    position: relative;
    padding: 2rem 1.5rem .5rem 2.5rem;
    min-height: 2rem;
    margin-left: 3rem;
    left: -7.5rem;
    width: 98%;
}

.tracking-item:last-child {
    padding-bottom: 2rem;
}

.tracking-item .tracking-icon {
    line-height: 9.6rem;
    position: absolute;
    left: -2.3rem;
    width: 4.6rem;
    height: 4.6rem;
    text-align: center;
    font-size: 2.1rem;
}

@media(min-width:992px) {
    .tracking-item {
        margin-left: 10rem;
    }
    .tracking-item .tracking-content {
        padding: 0;
        background-color: transparent;
    }
}


/*Time line new*/

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid rgba(248, 172, 8, 1.00);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}


/* Alinhamento dos dados da planilha parallax do simulador */

.container .alinha {
    /* overflow: hidden; impede que o conteÃºdo transborde */
    white-space: nowrap;
    /* impede que o texto quebre a linha */
}

.val span {
    float: left;
}


/* Mouse hover das notÃ­cias laterais */

.list-not:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    background-color: #d3d3d3;
}

.destaq:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    background-color: #d3d3d3;
}


/*aruumar o a busca, descer menu e descer o slide da home*/

@media screen and (max-width: 1202px) {
    #myDiv {
        display: block !important;
    }
    #topmenusearch {
        width: 95% !important;
        ;
    }
    #home-page {
        margin: 5px;
        margin-top: 80px;
        background-color: #E9E9E9;
    }
    .click04 {
        display: none !important;
    }
}


/* Todos os tamanhos de dispositivos móveis (dispositivos e navegadores) */

@media only screen and (max-width: 767px) {
    p {
        font-size: 18px !important;
    }
    .click04 {
        display: none !important;
    }
}


/* Do tamanho de paisagem móvel para retrato de tablet (dispositivos e navegadores) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    p {
        font-size: 9px;
    }
    .click04 {
        display: none !important;
    }
}


/* Do tamanho de retrato móvel para tamanho de paisagem móvel (dispositivos e navegadores) */

@media only screen and (max-width: 479px) {
    p {
        font-size: 7px;
    }
    .click04 {
        display: none !important;
    }
}


/* criar click nas palabras dos submenus quando está na versão mobile */

.click03 {
    position: relative !important;
    background-color: #E9E9E9;
    color: #666;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 15px;
    letter-spacing: normal;
    border-right: 0 solid;
    text-decoration: none;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0 10px 16px;
    color: #383838
}

.sub-menu {
    min-width: 200px !important
}

.photo-gallery {
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}


/* Home nova */

#home-page.cooper-home-page {
    background: #fff;
    margin: 0 !important;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.cooper-home-slider {
    background: #fff;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.cooper-home-slider .cooper-slider {
    background: #fff;
    display: block;
    margin: 0;
}

.cooper-home-slider img,
.cooper-home-slider picture {
    border-radius: 0 !important;
}

.cooper-home-container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 24px;
    width: 100%;
}

.cooper-home-icons {
    background: #fff;
    padding: 42px 0 34px;
}

.cooper-home-icons-grid {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(var(--cooper-icons-count, 5), minmax(0, 1fr));
}

.cooper-home-icon-item {
    align-items: center;
    color: #111;
    display: inline-flex;
    font-family: "New Order", Arial, sans-serif;
    font-size: 18px;
    gap: 10px;
    line-height: 1.1;
    text-decoration: none;
}

.cooper-home-icon-item:hover {
    color: #000;
    text-decoration: none;
}

.cooper-home-icon-media {
    color: #111;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    width: 34px;
}

.cooper-home-icon-media img,
.cooper-home-icon-media svg {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.cooper-home-highlights {
    background: #fff;
    padding: 38px 0 74px;
}

.cooper-home-highlights .cooper-home-container {
    max-width: 1280px;
}

.cooper-home-news .cooper-home-container {
    max-width: 1368px;
}

.cooper-home-highlights-layout {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: 170px minmax(0, 1fr);
}

.cooper-home-highlights-heading {
    color: #111;
    font-family: "New Order", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.18;
    max-width: 160px;
    overflow-wrap: break-word;
}

.cooper-home-highlights-carousel {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.cooper-home-highlights-viewport {
    overflow: hidden;
    width: 100%;
}

.cooper-home-highlights-grid {
    display: flex;
    gap: 32px;
    transition: transform .45s ease;
    will-change: transform;
}

.cooper-home-highlight-card,
.cooper-home-news-card {
    color: #111;
    display: flex;
    flex-direction: column;
    font-family: "New Order", Arial, sans-serif;
    position: relative;
}

.cooper-home-highlight-card {
    flex: 0 0 calc((100% - 96px) / 4);
    min-width: 0;
}

.cooper-home-highlight-image {
    display: block;
    text-decoration: none;
}

.cooper-home-highlight-card img,
.cooper-home-card-placeholder {
    aspect-ratio: 16 / 9;
    background: #e9e9e9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.cooper-home-highlight-card h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin: 14px 0 6px;
}

.cooper-home-news-card h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    margin: 12px 0 4px;
}

.cooper-home-highlight-card p,
.cooper-home-news-card p {
    color: #333;
    font-size: 13px !important;
    line-height: 1.22;
    margin: 0 0 18px;
}

.cooper-home-highlight-card p {
    flex: 1 1 auto;
    font-size: 14px !important;
}

.cooper-home-highlight-card .cooper-home-pill-link,
.cooper-home-news-card .cooper-home-pill-link {
    align-self: flex-start;
    margin-top: auto;
    max-width: 100%;
    white-space: normal;
}

.cooper-home-pill-link {
    align-items: center;
    background: #ffcc00;
    border-radius: 999px;
    color: #111;
    display: inline-flex;
    font-family: "New Order", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    min-height: 30px;
    padding: 0 20px;
    text-decoration: none;
    white-space: nowrap;
}

.cooper-home-pill-link:hover {
    color: #111;
    text-decoration: none;
}

.cooper-home-carousel-arrow {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    font-size: 24px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 3px;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 38px;
    z-index: 2;
}

.cooper-home-carousel-arrow-prev {
    left: -19px;
}

.cooper-home-carousel-arrow-next {
    right: -19px;
}

.cooper-home-highlights-carousel.is-static .cooper-home-carousel-arrow {
    display: none;
}

.cooper-home-highlights-carousel.is-static .cooper-home-highlights-grid {
    justify-content: center;
}


/* Compensa a coluna do titulo lateral para centralizar em relacao a secao inteira, nao so a coluna do carrossel */
/* So se aplica quando sobra espaco (is-compact), senao a fileira cheia invade o titulo */

.cooper-home-highlights-carousel.is-compact {
    margin-left: -102px;
}

.cooper-home-news {
    background: #fff;
    padding: 0 0 86px;
}

.cooper-home-section-title {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: 1fr auto 1fr;
    margin: 0 auto 52px;
    max-width: 900px;
}

.cooper-home-section-title span {
    background: #ffcc00;
    display: block;
    height: 2px;
}

.cooper-home-section-title h2 {
    color: #111;
    font-family: "New Order", Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.cooper-home-news-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cooper-home-news-image {
    aspect-ratio: 16 / 9;
    background: #e9e9e9;
    display: block;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}

.cooper-home-news-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1100px) {
    .cooper-home-icons {
        padding-top: 0;
    }
    .cooper-home-icons-grid {
        gap: 22px;
    }
    .cooper-home-icon-item {
        font-size: 15px;
    }
    .cooper-home-highlights-layout {
        grid-template-columns: 1fr;
    }
    .cooper-home-highlights-heading {
        max-width: 520px;
    }
    .cooper-home-highlights-carousel.is-compact {
        margin-left: 0;
    }
    .cooper-home-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cooper-home-highlight-card {
        flex-basis: calc((100% - 22px) / 2);
    }
}

@media (max-width: 900px) {
    .cooper-home-highlights {
        overflow-x: hidden;
    }
    .cooper-home-highlights .cooper-home-container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .cooper-home-highlights-carousel {
        max-width: 100%;
        padding: 0 42px;
        overflow: hidden;
    }
    .cooper-home-highlights-grid {
        gap: 22px;
    }
    .cooper-home-highlight-card {
        flex-basis: min(78vw, 320px);
    }
    .cooper-home-highlights-viewport {
        padding: 0;
    }
    .cooper-home-carousel-arrow-prev {
        left: 6px;
    }
    .cooper-home-carousel-arrow-next {
        right: 6px;
    }
}

@media (max-width: 767px) {
    .cooper-home-container {
        padding: 0 18px;
    }
    .cooper-home-icons {
        padding: 0 0 24px;
        overflow: visible;
    }
    .cooper-home-icons-grid {
        display: flex;
        gap: 26px;
        overflow-x: auto;
        overflow-y: visible;
        padding: 4px 0 10px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        white-space: nowrap;
    }
    .cooper-home-icons-grid::-webkit-scrollbar {
        display: none;
    }
    .cooper-home-icon-item {
        flex: 0 0 auto;
        min-width: max-content;
        scroll-snap-align: start;
    }
    .cooper-home-icon-item {
        font-size: 15px;
    }
    .cooper-home-highlights {
        padding: 30px 0 52px;
    }
    .cooper-home-carousel-arrow {
        display: inline-flex !important;
        height: 34px;
        top: 34%;
        width: 34px;
    }
    .cooper-home-carousel-arrow-prev {
        left: 4px;
    }
    .cooper-home-carousel-arrow-next {
        right: 4px;
    }
    .cooper-home-news-grid {
        grid-template-columns: 1fr;
    }
    .cooper-home-section-title {
        gap: 18px;
        margin-bottom: 32px;
    }
    .cooper-home-section-title h2 {
        font-size: 20px;
    }
}

body,
p,
a,
span,
li,
label,
input,
select,
textarea,
button,
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "New Order", Arial, sans-serif;
}