/**
*
* -----------------------------------------------------------------
*
* TEMPLATE: Blue - A One-Page HTML Portfolio/Business Template | AUTHOR : Muhammad Morshd | AUTHOR URI : http://morsheds.com
*
* EFEITO MENU: https://tympanus.net/Development/LineMenuStyles/
*
* OBS: O material foi completamente modificado.
*
* -----------------------------------------------------------------
*
**/

/* ==================================================== */
/*  EXCLUSIVO PADRÃO SECTIONS
/* ==================================================== */

.border_dashed {
    border-style: dashed;
    border-width: 2px;
    border-color: #333;
}

/* ==================================================== */
/*  GERAL
/* ==================================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
}

.tooltip.fade.top.in {
    display: none !important;
}

figure, p, address {
    margin: 0;
}

a:hover, a:focus, .btn:focus, input:focus, textarea:focus, select:focus, label:focus {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.ul-external-no-format {
    padding: 0 !important;
}

ul.external li div {
    background-color: rgba(255, 255, 255, 0.9);
    color: #fff;
    display: block;
    padding: 10px 18px 13px;
    background-color: #818181;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

ul.external li div:hover {
    background-color: #222222;
    color: #fff;
}

/* === BUTTON TO TOP === */

.scrollToTop {
    bottom: 60px;
    background-color: rgb(90, 90, 90);
    display: none;
    font-size: 30px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 55px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 55px;
    border-radius: 50%;
}

.scrollToTop i {
    color: #fff;
}

.scrollToTop:hover, .scrollToTop:focus {
    background-color: #db192b;
}

/* === TÍTULO ESCURO === */

.sec-title {
    margin-bottom: 60px;
}

.sec-title span {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sec-title h2 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    color: #333333;
    margin: 8px 0 0 0;
    padding: 0;
}

/* === TÍTULO CLARO === */

.sec-title_white {
    margin-bottom: 60px;
}

.sec-title_white span {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sec-title_white h2 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    color: #f0f0f0;
    margin: 10px 0 0 0;
    padding: 0;
}

/* === BOTÕES === */

a.buton {
    border-radius: 4px;
    border: 0;
    position: relative;
    text-transform: uppercase;
    background-color: #444444;
    padding: 12px 55px;
    color: #ffffff;
}

a.buton:hover {
    color: #ffffff;
    background-color: #222222;
}

/* ==================================================== */
/*  FORÇAR CENTRALIZAÇÃO
/* ==================================================== */

.vert_cent_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.vert_cent_grid {
    display: -webkit-grid;
    display: grid;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.centralizando_vertical {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.centralizar_vertical {
    display: -webkit-grid;
    display: grid;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* ==================================================== */
/*  POP-UP
/* ==================================================== */

.total_pop_up {
    width: 100%;
    height: 100%;
}

.modal_pop-up {
    top: 0 !important;
    width: 96%;
    max-width: 600px;
    margin: 0 auto !important;
}

/* ==================================================== */
/*  OVER HEADER
/* ==================================================== */

/* #over-header {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 8px 0 6px 0;
    background-color: #333;
    z-index: 1010;
    border-bottom: solid 1px #444;
}

.overHeader-text p {
    font-size: 14px;
    color: #fff;
}

.overHeader-data {
    display: block;
    float: right;
    margin: 0 6px;
}

.overHeader-data i {
    font-size: 16px;
    color: #fff;
}

i.color {
    color: #fff;
}

.overHeader-data a {
    font-size: 14px;
    color: #fff;
}

.overHeader-data a:hover {
    text-decoration: underline;
}

.overHeader-data p {
    display: inline-block;
    font-family: 'Poppins Regular', sans-serif;
    font-size: 14px;
    color: #fff;
} */

/* ==================================================== */
/*  HEADER
/* ==================================================== */

#navigation {
    /* - Margin adcionado para mostrar o Over Header - */
    /* margin-top: 37px; */
    /* - FIM - */
    background-color: #f0f0f0;
    padding: 10px 0;

    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;
}

#navigation.animated-header {
    padding: 18px 0;
}

.navbar-brand{
    width: 99px;
    height: 100%;
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    width: 100%;
}

.navbar-brand a {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 600;
}

.navbar-nav>li>a {
    padding: 10px 15px;
}

/* ===   Estilo Menu   === */

.navbar-inverse .navbar-nav>li>a {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #666666;
    font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a:focus {
    color: inherit;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #a71724;
}

.menu--prospero .menu__link {
    position: relative;
    display: block;
    margin: 0 14px;
    padding: 19px 0;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.menu--prospero .menu__link{
    color: #666666;
}

.menu--prospero .menu__item.current .menu__link{
    color: #a71724;
}

/* ===   Ícones - Rede Social   === */

/* .social-header{
	border-left: #f0f0f0 1px solid;
	padding: 1px 0 0 10px;
	margin: 14px 0 14px -1px;
	float: right;
}

.social-header a{
	margin-right: 3px;
}

.social-header i{
	color: #f0f0f0;
	font-size: 20px;

	-webkit-transition: all 0.2s ease 0s;
	   -moz-transition: all 0.2s ease 0s;
	    -ms-transition: all 0.2s ease 0s;
	     -o-transition: all 0.2s ease 0s;
	        transition: all 0.2s ease 0s;
}

.social-header i:hover{
	color: #666666;
} */

/* ===   Sub-Menu   === */

/* .navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
	background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 24px;
	width: 168px;
}

.dropdown-menu{
	background-color: #333;
	border-radius:0;
	min-width: 154px;
}

.dropdown-item{
	color: #f0f0f0;
}

.dropdown-item:hover{
	color: #ccc;
}

.dropdown-item p{
	font-size: 14px;
	padding: 10px 20px;
} */

/* ===   Menu Toggle   === */

.navbar-inverse .navbar-toggle {
    border-color: #999;
    background-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #333;
    margin: 17px 0 6px 0;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    border-color: #333;
    background-color: rgba(255, 255, 255, 0.6);
}

.navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #999;
}

.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #333;
}

/*=================================================================
	Internal Header
==================================================================*/

/* #internal-header{
	height: 422px;
	padding: 0;
	margin-top: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#internal-header .container{
	height: 100%;
}

#internal-header .caption{
	height: 100%;
	width: 100%;
	z-index: 11;
	padding: 0;
	background-color: transparent;
	background-repeat: repeat;
	background-attachment: scroll;
}

#internal-header .title{
	width: 100%;
	text-align: center;
}

#internal-header .title h2{
	font-weight: 800;
	font-size: 48px;
	color: #fff;
}

#internal-header .title .align_center{
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
}

#internal-header .title .directory{
	width: 260px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	padding: 6px 10px;
}

#internal-header .title .directory, 
#internal-header .title .directory p,
#internal-header .title .directory a,
#internal-header .title .directory span,
#internal-header .title .directory i{
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #666;

	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

#internal-header .title .directory a:hover,
#internal-header .title .directory i:hover{
	color: #111;
}

#internal-header .title .directory > p{
	color: #111;
} */

/* ==================================================== */
/*  SLIDER
/* ==================================================== */

#home{
    background-color: #f0f0f0;
}

#home-slider {
    /* - Margin adcionado para mostrar o Over Header - */
    /* margin-top: -37px; */
    /* - FIM - */
    position: relative;
    padding: 0;
}

/* .sl-slider-wrapper { */
    /* - Margin adcionado para mostrar o Over Header - */
    /* margin-top: -30px; */
    /* - FIM - */
/* } */

/* .sl-slider { */
    /* - Margin adcionado para mostrar o Over Header - */
    /* margin-top: 30px; */
    /* - FIM - */
/* } */

#home .slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
    background: rgb(2, 5, 20);
    background: linear-gradient(45deg, rgb(2, 5, 20) 1%, rgba(2, 5, 20,0.78) 28%, rgba(2, 5, 20,0.1) 100%);
}

#home .slide-caption .caption-content {
    padding: 0 0 10% 10%;
    display: flex;
    position: absolute;
    bottom: 0;
}

#home .slide-caption .caption-content .lateral-line{
    border-left: solid 4px #ffffff;
    border-bottom: solid 4px #ffffff;
    border-top: solid 4px #ffffff;
    height: 330px;
    width: 20px;
}

#home .slide-caption .caption-content .content{
    display: grid;
    margin: 0 0 0 20px;
}

#home .slide-caption .caption-content .content img{
    margin: 40px 0 0 0;
}

#home .slide-caption .caption-content .content a{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0;

	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

#home .slide-caption .caption-content .content a:hover{
    color: #cccccc;
}

#home .slide-caption .caption-data {
    position: absolute;
    bottom: 0;
    right: 135px;
    background-color: #f0f0f0;
    padding: 35px 36px 36px 60px;
    text-align: right;
}

#home .slide-caption .caption-data h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #202020;
    margin: 0;
    padding: 0;
}

#home .slide-caption .caption-data p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: #202020;
    margin: 0;
    padding: 0;
}

.no-webp .bg-slide {background-image: url(../img/unavailable/1920x1080.jpg);}
.webp .bg-slide {background-image: url(../img/unavailable/1920x1080.webp);}
.no-js .bg-slide {background-image: url(../img/unavailable/1920x1080.jpg);}

/* Custom navigation arrows */

#home .nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#home .nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

#home .nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

#home .nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

#home #nav-arrows a {
  color: #4f4f4f;
  display: block;
  position: absolute;
  text-align: center;
  bottom: 0;
  background-color: #f0f0f0;
  z-index: 20;

    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

#home #nav-arrows a.sl-prev {
	padding: 37px 6px 37px 10px;
	right: 102px;
}

#home #nav-arrows a.sl-next {
	padding: 34px 80px 34px 6px;
	right: 0;
}

#home #nav-arrows a.sl-next i{
	font-size: 3.4em;
}

#home #nav-arrows a.sl-next:hover {
	color: #202020;
}
#home #nav-arrows a.sl-prev:hover {
	color: #202020;
}

/* ==================================================== */
/*  ABOUT
/* ==================================================== */

main>section#ogrupo {
    padding: 120px 0 130px 0;
    background-color: #f0f0f0;
}

#ogrupo .text {
    padding: 50px;
    margin: 0;
    background-color: #e9e9e9;
}

#ogrupo .text p{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 18px 0;
    color: #444444;
}

#ogrupo .mvv{
    margin: 80px 0 0 0 ;
    text-align: center;
}

#ogrupo .mvv img{
    width: 89px;
    margin: 0 auto;
}

#ogrupo .mvv h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    margin: 24px 0 20px 0;
    color: #333333;
}

#ogrupo .mvv p{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #4f4f4f;
    padding: 0 20px;
}

/* EMPRESAS */

main>section#empresas {
    padding: 130px 0;
    background-color: #e0e0e0;
}

#empresas .emp img{
    width: 220px;
    margin: 0 auto;
}

#empresas .emp p{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #4f4f4f;
    padding: 0 6px;
    text-align: center;
}


/* ==================================================== */
/*  ABOUT
/* ==================================================== */

main>section#empreendimentos {
    padding: 130px 0;
    background-color: #21253c;
}

#empreendimentos .banner .background{
    position: relative;
    background-color: #000000;
}

#empreendimentos a .banner .background img{
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    opacity: 0.7;
 
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

#empreendimentos a:hover .banner .background img{
    opacity: 1;
}

#empreendimentos .banner .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

#empreendimentos a .banner .content .tela{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.75) 35%, rgba(255,255,255,0) 100%);
    /* background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 35%, rgba(0,0,0,0.6) 70%, rgba(255,255,255,0) 100%); */
}

/* #empreendimentos a:hover .banner .content .tela{
    background: linear-gradient(45deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.75) 35%, rgba(255,255,255,0) 100%);
} */

#empreendimentos .banner .content .tela .botao{
    padding: 68% 10% 10% 10%;
}

#empreendimentos .banner .content .tela .botao .line-left{
    border-left: solid 4px #ffffff;
    border-bottom: solid 4px #ffffff;
    border-top: solid 4px #ffffff;
    height: 198px;
    width: 20px;
    float: left;
}

#empreendimentos .banner .content .tela .botao .link .logo img{
    width: 156px;
    margin: 20px;
}

#empreendimentos .banner .content .tela .botao .link .plus{
    margin: 0 0 20px 0;
}

#empreendimentos .banner .content .tela .botao .link .plus p{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 216px;
    text-align: center;
}

/* ==================================================== */
/*  SOCIAL
/* ==================================================== */

/* #social {
    padding: 0;
    color: #fff;
}

#social .overlay {
    padding: 100px 0 100px 0;
    background-color: transparent;
    background-repeat: repeat;
    background-attachment: scroll;
}

.social-button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-button li {
    display: inline-block;
    margin: 45px 25px 0 25px;
}

.social-button li a {
    display: block;
    height: 90px;
    line-height: 96px;
    width: 90px;
}

.social-button>li>a>p {
    color: #fff;
    line-height: 30px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-button>li>a>p>i {
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-button>li:hover>a>p {
    color: #ccc !important;
}

.social-button>li:hover>a>p>i {
    color: #ccc !important;
}

@media (max-width:445px) {
    .social-button li {
        display: inline-block;
        margin: 45px 0;
    }
} */

/* ====================================================
/*  BANNERS ONE (PORTFOLIO AIR)
/* ==================================================== */

#portfolio {
    background-color: #f0f0f0;
}

#portfolio #mixed-items .mix {
    display: none;
}

#portfolio .block {
    width: 100%;
}

#portfolio .block .recent-work-mixMenu {
    padding-bottom: 40px;
    text-align: center;
}

#portfolio .block .recent-work-mixMenu ul {
    padding-inline-start: 0px;
}

#portfolio .block .recent-work-mixMenu ul li {
    padding-bottom: 10px;
    display: inline-block;
}

#portfolio .block .recent-work-mixMenu ul li button {
    background: none;
    border: 0;
    font-weight: light;
    font-size: 20px;
    color: #333333;
    margin: 0 20px;
    transition: 0.2s;
    text-transform: uppercase;
    outline: 0;
}

#portfolio .block .recent-work-pic ul li {
    margin-bottom: 30px;
    position: relative;
    list-style: none;
}

#portfolio .recent-work-pic ul {
    padding-inline-start: 0px;
}

#portfolio .portfolio-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#portfolio .portfolio-item img {
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
}

#portfolio .portfolio-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#portfolio .portfolio-item:hover figcaption.mask {
    bottom: 0;
}

#portfolio figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -126px;
    left: 0;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#portfolio figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

#portfolio ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#portfolio ul.external li {
    display: inline-block;
}

#portfolio ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #fff;
    display: block;
    padding: 10px 18px 13px;
    background-color: #818181;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#portfolio ul.external li a:hover {
    background-color: #222222;
    color: #fff;
}

#portfolio .portfolio-item:hover ul.external {
    top: 0;
    padding-top: 0;
}

/* ==================================================== */
/*  BANNERS TWO (PRODUTOS PEDRO SCHWANCK)
/* ==================================================== */

/* .add_margin_banner {
    margin-bottom: 60px;
}

.complete_banner {
    background-color: #CCC;
    height: 514px;
}

.padding-none {
    padding: 0;
} */

/* .img-banner{

} */

/* .zoom {
    overflow: hidden;
}

.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.text-banner {
    padding: 0 48px;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.text-banner {
    background-color: #CCC;
}

.text-banner h2, .text-banner p, .button-banner-text {
    color: #333;
}

.banner-solutions:hover .text-banner {
    background-color: #333;
}

.banner-solutions:hover .text-banner h2, .banner-solutions:hover .text-banner p, .banner-solutions:hover .button-banner-text {
    color: #CCC;
}

.text-banner h2 {
    margin: 0 0 32px 0;
    font-size: 32px;
    font-weight: 600;
}

.text-banner p {
    text-align: left;
}

.button-banner-text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 26px;
}

.button-banner-text>.fa {
    font-size: 18px;
    font-weight: 600;
    margin-left: 6px;
} */

/* ==================================================== */
/*  BANNERS THREE (SOLUÇÕES A CASA DAS BATERIAS)
/* ==================================================== */

/* .grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 360px;
    width: 100%;
    background: #000d03;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.6;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    font-size: 42px;
    color: #fff;
    word-spacing: -0.15em;
    text-transform: none;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2, .grid figure p {
    margin: 0;
}

.grid figure p {
    margin: 26% 0 0 0;
    letter-spacing: 1px;
    font-size: 68.5%;
} */

/* Roxy - Hover Effects Ideas                        */

/* https://tympanus.net/Development/HoverEffectIdeas */

/* figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #000 0%, #000 100%);
    background: linear-gradient(45deg, #000 0%, #000 100%);
}

figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-roxy h2 {
    padding: 36% 0 10px 0;
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
    opacity: 0.25;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before, figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} */

/* ==================================================== */
/*  CUSTOMERS
/* ==================================================== */

/* #customers {
    background-color: #f0f0f0;
}

#customers .owl-nav {
    color: #fff;
    margin: 0 auto;
}

#customers .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

#customers .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
} */

/* ==================================================== */
/*  GALLERY
/* ==================================================== */

/* #gallery {
    background-color: #f0f0f0;
} */

/* === ZOOM OPACITY === */

/* .galeria{
	margin: 20px 0;
}

.galeria a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
}

.galeria a picture source,
.galeria a picture img {
	position: relative;
	width: 100%;
	opacity: 0.9;

	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	    -ms-transition: all 0.5s ease 0s;
	     -o-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
}

.galeria a:hover picture source,
.galeria a:hover picture img {
	opacity: 0.3;
}

.galeria .zoom{
	position: absolute;
	color: transparent;
	margin-top: -50%;
	width: 90%;
	text-align: center;

	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	    -ms-transition: all 0.5s ease 0s;
	     -o-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
}

.galeria a:hover .zoom{
	color: #fff;
}

.galeria .zoom i{
	font-size: 20px;
}

.galeria .zoom p{
	font-family: 'Poppins SemiBold', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.button_gallery{
	display: inline-block;
	margin: 20px 0 0 0;
	background-color: #333333;
	width: 100%;

	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
		    transition: all 0.3s ease 0s;
}

.button_gallery:hover{
	background-color: #222222;
}

.button_gallery p{
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0;
	color: #fff;
}

.galleryTwo{
	margin-top: 20px;
}  */

/* === ZOOM OUT === */

/* #gallery .gallery a picture source, #gallery .gallery a picture img {
    width: 100%;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

#gallery .gallery a:hover picture source, #gallery .gallery a:hover picture img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}

#gallery div.galeria {
    padding: 3px !important;
}

#gallery .button_gallery {
    margin: 20px 0 0 0;
    background-color: #333333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#gallery .button_gallery:hover {
    background-color: #222222;
}

#gallery .button_gallery p {
    padding: 16px;
    text-transform: uppercase;
    color: #fff;
} */

/* ==================================================== */
/*  CONTACT
/* ==================================================== */

main>section#contato{
    padding: 130px 0;
    background-color: #f0f0f0;
}

/* .complete_form{

} */

#contato .complete_form .input-field,
#contato .complete_form .input-field-2{
    width: 100%;
}

#contato .complete_form .input-field input {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 0 20px;
    color: #333333;
    height: 44px;
    background-color: #f0f0f0;
    box-shadow: none;
    border: solid 1px #afafaf;
}

#contato .complete_form .input-field input::placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #808080;
}

#contato .complete_form .input-field textarea::placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #808080;
}

#contato .complete_form .input-field input:focus,
#contato .complete_form .input-field textarea:focus {
    border: solid 1px #666666;
}

#contato .complete_form .input-field textarea {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 14px 20px;
    color: #333333;
    background-color: #f0f0f0;
    box-shadow: none;
    border: solid 1px #afafaf;
}

#contato .complete_form textarea.form-control {
    width: 100%;
    height: 140px;
    resize: none;
}

#contato .complete_form #submit {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    padding: 16px 30px;
    margin-top: 10px;
    color: #f0f0f0;
    background-color: #2f2f2f;
    text-align: center;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#contato .complete_form #submit:hover {
    background-color: #21253c;
}

@media (min-width: 768px) {
    .btn_mobile {
        display: none;
    }
    .btn_desk {
        display: unset;
    }
}

@media (max-width: 767px) {
    .btn_mobile {
        display: unset;
    }
    .btn_desk {
        display: none;
    }
}

#captcha {
    background-color: #e9e9e9;
}

#contato .dados h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #4f4f4f;
    margin: 0 0 20px 0;
    padding: 0;
}

#contato .dados p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #333333;
    margin: 0 0 14px 0;
    padding: 0;
}

#btfone {
    font-size: 20px;
    color: #333;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#btfone:hover {
    color: #a71724;
}

#contato .dados .social a{
    font-size: 26px;
    color: #333333;
    margin: 0 4px;
    padding: 0;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#contato .dados .social a:hover{
    color: #a71724;
}

/* Google Maps */

#google-map {
    padding: 0;
    background-color: #F0f0f0;
}

.map-total {
    width: 100%;
    height: 350px;
}

#map-total iframe {
    width: 100%;
    height: 350px;
    border: 0;
}

.mapa {
    height: 100%;
}

/* ==================================================== */
/*  FOOTER
/* ==================================================== */

#footer {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-webp .bg-footer {background-image: url(../img/footer-principal.jpg);}
.webp .bg-footer {background-image: url(../img/footer-principal.webp);}
.no-js .bg-footer {background-image: url(../img/footer-principal.jpg);}

#footer .empresa{
    text-align: left;
    margin: 60px 0;
}

#footer .empresa p{
    margin: 16px 0;
    padding: 0;
    line-height: 22px;
    font-size: 15px;
    max-width: 380px;
    color: #dfdfdf;
}

#footer .empresa .logo-emps img{
    margin: 0 16px 0 0;
}

#footer .dados{
    text-align: right;
    margin: 90px 0 60px 0;
}

#footer .dados h4{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#footer .dados a.telefone{
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    color: #f0f0f0;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#footer .dados a.telefone:hover{
    color: #db192b;
}

#footer .dados p{
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 15px;
    width: 100%;
    color: #dfdfdf;
}

#footer .dados .social a{
    font-size: 26px;
    color: #f0f0f0;
    margin: 0 4px;
    padding: 0;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#footer .dados .social a:hover{
    color: #db192b;
}

/* SUB FOOTER */

#footer .line-footer{
    height: 2px;
    width: 100%;
    background-color: #272e60;
    display: block;
}

#footer .copyright p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #cccccc;
    padding: 4px 0;
    margin: 20px 0;
}

#footer .copyright p span {
    color: #ffffff;
    text-transform: uppercase;
}

#footer .dev-by {
    text-align: right;
    margin: 18px 0;
}

#footer .d-none {
    display: none !important;
}

#footer .cursor-pointer {
    cursor: pointer;
}

@media (min-width: 768px)
{
    .d-sm-none {
        display: none;
    }
    
    .d-sm-block {
        display: block;
    }
}

@media (min-width: 1200px)
{
    .d-lg-none {
        display: none;
    }
    
    .d-lg-block {
        display: block;
    }
}

.form-control {
    padding: 20px 10px;
}

.modal.in .modal-dialog {
    top: 5%;
}

/* =============================================================== */
/* =============================================================== */

/* ------------------------  CSS MÓDULOS  ------------------------ */

/* =============================================================== */
/* =============================================================== */

/* ------------------------------------------------------ */ 
/* ------------------- LINHA DO TEMPO ------------------- */
/* ------------------------------------------------------ */ 

main>section#linha-tempo{
    padding: 100px 0;
    background-color: #f0f0f0;
}

#header-lt{
    padding: 187px 0 67px 0;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.no-webp .bg-header-lt {background-image: url(../img/header-timeline.jpg);}
.webp .bg-header-lt {background-image: url(../img/header-timeline.webp);}
.no-js .bg-header-lt {background-image: url(../img/header-timeline.jpg);}

#header-lt .title .line-left{
    border-top: solid 2px #f0f0f0;
    border-left: solid 2px #f0f0f0;
    border-bottom: solid 2px #f0f0f0;
    height: 198px;
    width: 20px;
    float: left;
}

#header-lt .title .content .logo img{
    margin: 20px;
    padding: 0;
}

#header-lt .title .content .button-back{
    margin: 0 20px;
}

#header-lt .title .content .button-back a{
    display: inline-block;
}

#header-lt .title .content .button-back a p{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #f0f0f0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 20px;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#header-lt .title .content .button-back a p i{
    margin: 0 6px 0 0;
}

#header-lt .title .content .button-back a:hover p{
    color: #5a79ff;
}

/* Conteúdo */

main>section#linha-tempo{
    background-color: #f0f0f0;
    padding: 140px 0;
}

#linha-tempo .img-emp-left,
#linha-tempo .img-emp-right,
#linha-tempo .data-emp-left,
#linha-tempo .data-emp-right{
    margin: 30px 0;
}

#linha-tempo .img-emp-left img,
#linha-tempo .img-emp-right img{
    width: 100%;
}

