@charset "UTF-8";

/* CSS - Everto Farina | Codificado por: Ueek Agência Digital | Ano: 2020 */

@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;700&family=IBM+Plex+Sans:wght@300;400;600&family=Roboto:wght@100&display=swap');

/******************* Atribuições Gerais *********************/
* {
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	   -moz-font-smoothing:antialiased;
		-ms-font-smoothing:antialiased;
		 -o-font-smoothing:antialiased;
		 	font-smoothing:antialiased;
	margin: 0;
	outline: 0;
	padding: 0;
}

a {
	cursor: pointer;
	text-decoration: none;
}

br { clear: both; }

input, textarea, select { outline: none; }

html, body{
    height: 100%;
    width: 100%;
}

body {
	color: #676767;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
}

strong, b { font-weight: 700; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

.container-fluid { padding: 0; }

.container { max-width: 1520px; }

.soft-hover {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
	filter: alpha(opacity = 50);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/******************* Atribuições Gerais *********************/


/******************** Atribuições Topo **********************/

.responsive { display: none; }

#menu-responsive { display: none }

header#top {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 3;
}

header#top #menu-desktop {
    padding-top: 60px;
    padding-bottom: 30px;
}

header#top #menu-desktop .logo { float: left; }

header#top #menu-desktop .menu { float: right; }

header#top #menu-desktop .menu ul {
    display: flex;
    float: right;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 50px
}

header#top #menu-desktop .menu ul li { margin-left: 35px; }

header#top #menu-desktop .menu ul li a {
    color: #4F5051;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    position: relative;
}

header#top #menu-desktop .menu ul li a:hover,
header#top #menu-desktop .menu ul li a.active { 
    color: #0458A5; 
    text-decoration: none;
}

header#top #menu-desktop .menu ul li a:after,
header#top #menu-desktop .menu ul li a.active:after {
    background: #0458A5;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;

    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -ms-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

header#top #menu-desktop .menu ul li a:hover:after,
header#top #menu-desktop .menu ul li a.active:after { opacity: 1; }

/************** Atribuições Topo ************/



/******************* Home *******************/

/* Início */

.media-social-area {
    position: fixed;
    top: 320px;
    z-index: 2;
}

.media-social-area hr {
    height: 400px;
    border: none;
    border-left: 1px solid #000000;
    margin-bottom: 60px;
    margin-left: 8px;
    margin-top: 0;
}

.media-social-area .media { margin-bottom: 30px; }

.media-social-area .media svg { stroke: #000; }

.media-social-area .media:hover svg { stroke: #0458A5; }

section#home .content {
    height: 100vh;
    padding-left: 120px;
    position: relative;
}

section#home .content .title {
    bottom: 50px;
    color: #111111;
    font-family: Roboto;
    font-size: 130px;
    font-weight: 200;
    letter-spacing: 0.15em;
    line-height: 167px;
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
}

section#home .content .main-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    bottom: 0;
    box-shadow: 40px 44px 64px rgba(0, 0, 0, 0.25);
    filter: grayscale(1);
    height: 760px;
    position: absolute;
    right: 0;
    width: 710px;
}

/* Sobre */

section#everto-farina .content {
    padding-left: 120px;
    padding-top: 180px;
    position: relative;
}

section#everto-farina .content .title {
    color: #000000;
    font-family: Roboto;
    font-weight: 200;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 60px;
}

section#everto-farina .content [class*="col-"] {
    float: left;
    padding: 0;
}

section#everto-farina .content [class*="col-"] .subtitle {
    color: #4F5051;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 0;
    text-transform: uppercase;
}

section#everto-farina .content [class*="col-"] .text {
    color: #4F5051;
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    padding-right: 130px;
}

section#everto-farina .content [class*="col-"] ul { list-style: none; }

section#everto-farina .content [class*="col-"] ul li,
section#everto-farina .content [class*="col-"] ul li span {
    color: #4F5051;
    font-size: 14px!important;
    font-weight: 300;
    line-height: 34px;
}

section#everto-farina .content [class*="col-"] ul li:before {
    background-color: #0458A5;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-right: 0.5em;
    width: 5px;
}

section#everto-farina .content [class*="col-"] .galery { 
    margin-bottom: 100px;
    margin-top: 10px; 
}

section#everto-farina .content [class*="col-"] .galery .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    filter: grayscale(1);
    height: 140px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 155px;
}

section#everto-farina .content [class*="col-"] .galery .image:hover { filter: unset; }

section#everto-farina .content [class*="col-"] .slogan {
    color: #4F5051;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 200;
    line-height: 47px;
}

/* Artigos  */

section#articles{
    padding: 0 0 100px 0;
}

section#articles .content {
    padding-left: 120px;
    padding-top: 180px;
    position: relative;
}

section#articles .title {
    color: #000000;
    font-family: Roboto;
    font-weight: 200;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 60px;
}

section#articles .article-item{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 160px;
    width: 100%;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

section#articles .article-item:hover{
    filter: grayscale(0%);
}

/* POSTS */

section#posts { padding-bottom: 80px; }

section#posts .content {
    padding-left: 120px;
    padding-top: 180px;
    position: relative;
}

section#posts .content .title {
    color: #000000;
    font-family: Roboto;
    font-weight: 200;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 60px;
}

section#posts .content .posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

section#posts .content .posts .item{
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
}


section#posts .content .posts .post-img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 280px;
    width: 48%;
}

section#posts .content .posts .post-infos {
    height: 100%;
    padding: 20px 15px 20px 25px;
    width: 48%;
}

section#posts .content .posts .post-infos .company {
    color: #0458A5;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section#posts .content .posts .post-infos .brief {
    color: #4F5051;
    font-size: 14px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section#posts .content .posts .item:hover{
    text-decoration: none;
}

section#posts .content .posts .item .post-infos .name {
    color: #4F5051;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

section#posts .content .posts .item:hover .post-infos .name{
    color: #0458A5;
    text-decoration: underline;
}

section#posts .content .posts .post-infos .name .iconify{
    color: #0458A5;
    margin-left: 10px;
}

section#posts .content .partners .swiper-pagination { text-align: right; }

.paginationjs {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 30px;
}

.paginationjs .paginationjs-pages li{
    border: none;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease;
    margin-right: 5px;
}

.paginationjs .paginationjs-pages li:last-child {
    border-right: none;
    border-radius: 0;
    margin-right: 0;
}

.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a {
    border-radius: 0;
}

.paginationjs .paginationjs-pages li>a {
    background: transparent;
    font-size: 16px;
    color: #4F5051;
}

.paginationjs .paginationjs-pages li.active{
    border-bottom: 1px solid #0458A5;
}

.paginationjs .paginationjs-pages li:hover{
    border-bottom: 1px solid #0458A5;
}

.paginationjs .paginationjs-pages li.active>a {
    background: transparent;
    color: #0458A5;
    height: 28px;
    line-height: 28px;
}

.paginationjs .paginationjs-pages li>a:hover {
    background: #fff;
}

/* POST DETAILS */

section#post .content {
    padding: 180px 0 80px;
    position: relative;
}

section#post .content .title {
    align-items: center;
    color: #000000;
    display: flex;
    font-family: Roboto;
    font-weight: 200;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    width: fit-content;
}

section#post .content .title:hover{
    text-decoration: none;
}

section#post .content .title .iconify{
    margin-right: 100px;
    font-size: 20px;
}

section#post .content .geral-content{
    padding-left: 120px;
    display: flex;
    justify-content: space-between;
}

section#post .content .geral-content .texts{
    width: 40%;
}

section#post .content .geral-content .pictures{
    width: 57%;
}

section#post .content .geral-content .autor{
    font-weight: 600;
    font-size: 12px;
    line-height: 210.4%;
    color: #0458A5;
}

section#post .content .geral-content .text p, section#post .content .geral-content .text span{
    font-size: 14px !important;
    line-height: 221.4% !important;
    color: #4F5051 !important;
}

section#post .content .geral-content .slogan{
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 36px;
    line-height: 130.2%;
    color: #4F5051;
}

section#post .post-pics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

section#post .pictures .pics{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
}

section#post .pictures .item.first{
    grid-column: span 2;
    grid-row: span 2;
    width: 100%;
    height: 100%;
}

section#post .pictures .item{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 160px;
    position: relative;
}

section#post .pictures .item.last:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(.jpg);
    top: 0;
    left: 0;
}

section#post .pictures .item .counter {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 38px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
/* Contato */

section#contato {
    background: #202020;
    position: relative;
    z-index: 2;
}

section#contato #area-de-contato {
    position: absolute;
    top: -160px;
}

section#contato .container {
    padding: 0;
    position: relative;
    z-index: 2;
}

section#contato .container .form-column {
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 70px;
}

section#contato .container .form-column .title { 
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 200;
    line-height: 45px;
    margin-bottom: 50px 
} 

section#contato .container .form-column .inputs {
    float: left;
    padding-left: 0;
    padding-right: 0;
}

section#contato .container .form-column .inputs label {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 0;
    text-transform: uppercase;
}

section#contato .container .form-column .inputs input[type="text"], 
section#contato .container .form-column .inputs input[type="email"] {
    background-color: #fff0;
    border: 0;
    border-bottom: 1px solid #555555;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    padding: 3px 0;
    width: 100%;
}

section#contato .container .form-column .inputs .btn {
    background: #0458A5;
    border-radius: 5px;
    color: #DCDDE1;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 20px;
    padding: 18px;
    width: 100%;
}

section#contato .map { height: 585px; }

section#contato .map iframe {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 905px;
    z-index: 2;
}

/* Newsletter */

section#newsletter {
    background-color: #0458A5;
    padding-bottom: 55px;
    padding-top: 45px;
    position: relative;
    z-index: 2;
}

section#newsletter .title {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 200;
    line-height: 45px;
}

section#newsletter .inputs {
    float: left;
    padding-right: 20px;
}

section#newsletter .inputs label { 
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 29px;
    text-transform: uppercase;
}

section#newsletter .inputs input[type="text"], 
section#newsletter .inputs input[type="email"] {
    background: #fff0;
    border: none;
    border-bottom: 1px solid #00407B;
    color: #fff;
    font-size: 13px;
    padding: 3px 0;
    width: 100%;
}
 
section#newsletter .action { 
    float: left; 
    padding-right: 0;
}

section#newsletter .action .btn {
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #0458A5;
    float: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 20px;
    padding: 12px;
    width: 255px;
}

/******************* Home *******************/



/******************* Atribuições Footer *********************/

footer#bottom {
    background-color: #090909;
    padding-bottom: 65px;
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

footer#bottom #logo-social {
    float: left;
}

footer#bottom #logo-social .logo { 
    float: left; 
    margin-right: 20px;
}

footer#bottom #logo-social .social {
    float: left;
    padding-top: 60px;
}

footer#bottom #logo-social .social .media { 
    float: left;
    margin-left: 20px; 
}

footer#bottom #logo-social .social .media svg { stroke: #FFFFFF; }

footer#bottom #logo-social .social .media:hover svg { stroke: #0458A5 }

footer#bottom #logo-social .logos-partners {
    align-items: baseline;
    display: flex;
    float: left;
    justify-content: space-between;
    margin-left: 60px;
    padding-top: 20px;
    width: 205px;
}

footer#bottom #menu-footer { float: left; }

footer#bottom #menu-footer nav { float: right; }

footer#bottom #menu-footer nav ul {
    display: flex;
    list-style: none;
    margin-bottom: 11px;
    margin-top: 50px;
}

footer#bottom #menu-footer nav ul li { margin-left: 35px; }

footer#bottom #menu-footer nav ul li a {
    color: #DCDDE1;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    position: relative;
}

footer#bottom #menu-footer nav ul li a:hover { 
    color: #fff; 
    text-decoration: none;
}

footer#bottom #menu-footer nav ul li a:after {
    background: #fff;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;

    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -ms-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

footer#bottom #menu-footer nav ul li a:hover:after { opacity: 1; }

footer#bottom #infos {
    align-items: flex-end;
    display: flex;
    float: left;
    padding-top: 90px;
}

footer#bottom #infos .info {
    margin-right: 120px;
}

footer#bottom #infos .info label {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-family: Catamaran;
    font-weight: bold;
    line-height: 20px;
}

footer#bottom #infos .info p {
    color: #717171;
    display: inline-block;
    font-family: Catamaran;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}

footer#bottom #infos .info a:hover { text-decoration: none; }

footer#bottom #infos .info a:hover p { color: #0458A5; }

footer#bottom #copyright {
    float: left;
    padding-top: 145px;
}

footer#bottom #copyright img {
    height: 12px;
    float: right;
}

/******************* Atribuições Footer *********************/