@charset "utf-8";
/*------------------------------------------------------------------
[Cuszomização Stylesheet]

Projeto:    Plot & Art - Ploteart.com.br
Version:    3.0
Última alteração:    22-03-05
Autor:    Celso Lorena - www.celsolorena.com.br  
-------------------------------------------------------------------*/

@import "font-awesome.min.css";
@import "et-line.css";
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;500&family=Merriweather:wght@300;700&family=Plus+Jakarta+Sans:wght@200;600;700&display=swap');


/*------------------------------------------------------------------
[Lista de customizações]

1. Background do site




/*------------------------------------------------------------------
[Typography]

Body:               14px/1.6 "Lato", arial, sans-serif;
Headers:            Dosis, arial, sans-serif;
Serif:              "Times New Roman", Times, serif;
Section Title:      35px/1.3 "Lato", arial, sans-serif;
Section Heading:    24px/1.3 "Lato", arial, sans-serif;
Section Text:       15px/1.7 "Lato", arial, sans-serif;

-------------------------------------------------------------------*/


/* ==============================
   Background do site
   ============================== */
  
.page {
	background: #35363a;
	/*background: #E9F5FF  url(../images/banners/bg_home.png) no-repeat !important; */
	
}

/* ==============================
   Menu principal do site
   ============================== */
.main-nav {
	background: #35363a !important;
	height: 90px !important;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
.main-nav .small-height {
    height: 55px !important;
}
.small-height {
    height: 55px !important;
}

.inner-nav ul > li a i{
	font-size: 17px !important;
	/*color: rgba(248,134,52,1) !important;*/
}
.inner-nav ul > li a:hover i{
	color: #aaa !important;
}
.inner-nav ul > li a {
	padding: 0 3px;
    letter-spacing: 1px;
    font-size: 19px !important;
    color: rgba(255,255,255,1) !important;
    font-family: 'Merriweather', serif;
    font-weight: 700;
}
.inner-nav ul > li a:hover {
	background: #35363a !important;
	color: #fff !important;
}
.inner-nav ul > li:last-child > a i{
	font-size: 18px !important;
}
.inner-nav ul > li:last-child > a {
	font-size:  20px !important;
	color: rgba(248,134,52,1) !important;
}
.inner-nav ul > li:last-child > a:hover {
	color: rgba(255,255,255,1) !important;
}

.mn-sub {
    display: none;
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background: rgba(248,134,52,0.95) !important;
}
.logo .small-height {
	width: 92px !Important;
	height: 60px !important;
}

.nav-logo-wrap .logo {
    display: table-cell;
    vertical-align: middle;
    max-width: 118px;
    height: 90px;
}
/* ==============================
   Menu RESPONSIVO do site
   ============================== */
.mobile-nav .fa {
	color: rgba(248,134,52,1) !important;
	}
.mn-centered .inner-nav > ul {
	background: rgba(255,255,255,0.95) !important;
}	

/* ==============================
   Slide
   ============================== */
.owl-prev:before,
.owl-next:before{
    color: #fff;
    background:rgba(248,134,52,1) !important;
}
.owl-prev .fa, .owl-next .fa {
    color: #fff !important;
}
.owl-page span{
	width: 30px;
	height: 12px;
	display: block;
	background: rgba(255,255,255, .85);
	}
.owl-page span:hover{
	background: rgba(248,134,52,1)!important;
	}	
.owl-page.active span {
    background: transparent;
    bordeR: 1px solid rgba(248,134,52,1) !important;
}
.owl-page span {
    width: 30px;
    height: 12px;
}
.hs-line-8.no-transp {
    opacity: 1;
    background: rgba(248,134,52,0.85) !important;
    padding: 10px;
	font-family: 'Merriweather', serif;
}
.bg-dark-alfa-30:before, .bg-dark-alfa-30 .YTPOverlay:before {
    background: rgba(10,10,10,0.1) !important;
}

.banner_titulo{
    background: rgba(10,10,10,0.75) !important;
    padding: 10px;
}

/* ==============================
   Botões
   ============================== */
.bg-blue {
	background: #EAE9E9 !important;
}
.bg-gray-lighter {
	background: rgba(255,255,255, 1) !important;
	padding: 15px;
}
.bg-dark-green {
	background: #35363a !important!;
	padding: 15px;
}

.btn-mod, a.btn-mod {
	background: rgba(248,134,52, 1) ;
}
.btn-mod, a.btn-mod:hover{
	background: rgb(0 188 56);
    color: #e2e2e2;
}
.btn-mod.btn-border-w {
    color: #fff;
    border: 2px solid rgba(255,255,255, .95);
    background: #f88634 !important;
	font-family: 'Merriweather', serif;
}
.btn-mod.btn-border-w:hover
{
	background: #35363a !important;
}

.btn-mod.btn-gray {
    color: #fff !important;
	margin-bottom: 20px;
}

.section-title {
    margin-bottom: 15px;
    font-size: 4.5rem;
    text-transform: inherit;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}

/* ==============================
   Novidades - Blog
   ============================== */
.page-section1, .small-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
}
.divider {
    width: 100%;
    margin: 20px 0;
    position: relative;
    color: #e2e2e2;
    display: inline-block;
}
.divider.d-single {
    width: 100%;
    height: 1px;
    border-color: rgba(248,134,52,1);
    border-top-width: 1px;
}
.d-single.d-solid {
    border-top-style: solid;
}
.text-center {
    text-align: center;
}
.text-center .dot {
    margin-left: -17px;
}
.post-prev-text {
    margin-bottom: 22px;
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    min-height: 70px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(248,134,52,1);
    display: inline-block;
    position: absolute;
    top: -5px;
    background: rgba(248,134,52,1);
}
.dot:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(248,134,52,1);
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 12px;
    background: rgba(248,134,52,1);
    content: '';
}
.dot:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(248,134,52,1);
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 25px;
    background: rgba(248,134,52,1);
    content: '';
}
.hs-line-14 {
    margin-top: 0;
    position: relative;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	font-family: 'Merriweather', serif;
	
}

.benefit-item{ 
	cursor: pointer !important;
}

.benefit-item:after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,94,50, .15);	
	opacity: 0;	
	
    -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.benefit-item:hover:after{
	opacity: 1;	
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.benefit-item:hover .benefit-number{
	color: rgba(0,0,0, .035);
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}
.bg-dark { 
    background-color: #f9711a;
}

/* ==============================
   Mapa section
   ============================== */
.map-toggle b{
    color: rgba(248,134,52,1);
}
.map-toggle {
    width: 350px !important;
	left: 45% !important;
}
.footer a:hover{
    color: rgba(248,134,52,1)!important ;
}


.map-section.js-active .mt-text {
    position: relative;
    top: -40px;
    color: orange;
}
.mt-icon{
    width: 90px;
    height: 80px;
    line-height: 80px;
    margin: 6px auto 25px;
    position: relative;
    color: #111;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.mt-icon:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #fff;
	background: none !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#635f60', endColorstr='#0d0d0d', GradientType=1 );
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    
}
.mt-icon i {
	color: rgb(248, 145, 71)!important;
    font-size: 30px !important;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
	font-size: 50px !important;
	line-height: 80px !important;
	
}
.mt-icon i,
.mt-icon span{
    position: relative;
}
.mt-text{
    margin-left: 12px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(255,255,255, .75);
}
.mt-close{
    display: none;
}

/* ==============================
   Contato section
   ============================== */

.contact-item{
    position: relative;
    padding-left: 64px;
    color: #444;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.contact-item a{
    color: #444;
    text-decoration: none;    
}

.contact-item a:hover{
    color: #000;
    text-decoration: none;
}

.ci-icon{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 2px;
    left: 3px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.ci-icon:before{
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	border: 3px solid #35363a;
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#635f60', endColorstr='#0d0d0d', GradientType=1 );
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 6px;
    
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    
}
.ci-icon i {
	color: rgba(248,134,52,1)!important ;
    font-size: 30px !important;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
	
}
.ci-icon i,
.ci-icon span{
    position: relative;
}
.ci-title{
    margin-bottom: 1px;
    color: #777;    
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.ci-text{
    font-size: 15px;
    font-weight: 300;
}

/*
 * Contact form
 */
 
 
 /* ==============================
   Footer section
   ============================== */
 .footer-social-links{
    font-size: 14px;
}
.footer-copy {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
	font-family: 'Merriweather', serif;
    color: #7b7575;
}
.footer-social-links a{
    width: 50px;
    height: 50px;
    line-height: 60px !important;
    position: relative;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    color: #111;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links i {
	color: rgb(255, 112, 7) !important;
    font-size: 30px !important;
	/*text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);*/
	
}
.footer-social-links a i,
.footer-social-links a span{
    position: relative;
    top: 0;
    left: 0; 
}
.footer-social-links a:before{
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	border: 3px solid #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#635f60', endColorstr='#0d0d0d', GradientType=1 );
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    
}
.footer-social-links a:hover{
    color: #fff;
}
.footer-social-links a:hover:before{
    background: #111;
}
/*
 * Footer
 */
 
 a.link-to-top {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(245, 134, 52);
    font-size: 48px;
}
 a.link-to-top:hover {
	 color: #fff !important;
 }

 .work-item > a {
    box-shadow: 0px 5px 10px 0px rgb(10 10 10 / 15%) !important;
    padding: 0 0 100px 0;
    border-radius: 6px;
 } 

 .work-img {
    border-radius: 6px 6px 0px 0px;
}

 .works-grid.work-grid-gut .work-item {
    padding: 0 0 10px 20px !important;
 }

 .work-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1.2;
    font-family: 'Merriweather', arial, sans-serif;
    margin-bottom: 15px;
 }

 .work-descr {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #324851;
    line-height: 1.2;
    letter-spacing: 0px;
 }

 .work-intro {
    padding: 10px 10px 0 10px !important;
    height: 120px;
}

.take-action .section-heading .section-title {
    color: #f1f1f1;
}

/* Efeito texto vazado

.hollow-text {
    -webkit-text-stroke-color: inherit;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
}

*/

.title-design-element {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: rgba(248,134,52,1)!important;
    left: -20px;
    top: -15px;
    border-radius: 65% 35% 55% 45% / 30% 35% 65% 70%;
    bottom: 0;
    z-index: -1;
}

.section-heading .section-title {
    position: relative;
    margin-bottom: 1.25rem;
    font-family: "Merriweather", "sans-serif";
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #202020;
    line-height: 1;
    display: inline-block;
    z-index: 0;
}

.section-heading {
    letter-spacing: 0;
}

.inner-nav ul li {
    content: counter(serviços);
}
/*
.inner-nav ul > li:nth-child(1) > a{ 
    display: none;
}
.inner-nav ul > li:nth-child(2) > a{ 
    display: none;
}
.inner-nav ul > li:nth-child(3) > a{ 
    display: none;
}
*/
.mobile-on .desktop-nav ul {
    background: rgb(37 60 69 / 95%) !important;
}

.section-text {
    font-size: 17px;
}