/**
 *
 * Folha de Estilos Padrão do site
 *
 *	Theme Name: CMS
 *	Version: 1.0
 *	Author: Infinito Web Sites
 *	Author URI: http://www.infinitoag.com
 *
**/
/***********************************
 * DEFINIÇÕES PRINCIPAIS
***********************************/
body{
	font: 15px 'Montserrat', sans-serif;
	font-weight: 400;
    line-height: 20px;
	background: #FFF;
    overflow-x: hidden;
    color: #7b7b7b;
}

a { color: #000; }

a:hover {
	opacity: 0.85;
	text-decoration: none !important;	
	color: #000; 
}

a, a:hover {
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }

h2, h3, h4 {
    margin-top: 10px;
}

img { 
    max-width: 100%; 
    height: auto;
}

/***********************************
 * BOTÕES E FORMS
***********************************/

.btn, .form-control {
	font-size: 14px;
}

.btn {
	border-radius: 0;
	box-shadow: none;
	outline: 0;	
}

.btn-danger, .btn-danger:hover,
.btn-primary, .btn-primary:hover,
.btn-warning, .btn-warning:hover,
.btn-default, .btn-default:hover {
    background: #401A00;
    border-color: #401A00;
    color: #FFF !important;
}

.btn-rounded { border-radius: 25px; }

.form-control {
    border-radius: 0;
    box-shadow: none;
    background: #FFF;
    border: 1px solid #ddd;
}

textarea.form-control {
    max-height: 145px;
}

.form-control:focus {
	border: 1px solid #999;
	box-shadow: none;
}

/***********************************
 * CLASSES E ELEMENTOS PRINCIPAIS
***********************************/

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.page-header {
  margin: 0 0 50px;
  border: 0;
  background-color: #EEEEEE;
  padding: 10px 20px 5px;
  border-radius: 2px;
}

.alignleft {
  float: left;
  margin: 0 5px 5px 0;
}

.alignright  {
  float: right;
  margin: 0 0 5px 5px;
}

.saiba-mais .btn {
    margin-right: 10px;
    margin-bottom: 15px;
}

.content a { color: #27AE60; }

.info-contato .fone { font-weight: bold; }
.info-contato .email { font-size: 11px; }

.info-contato {
    font-size: 14px;
    letter-spacing: -0.5px;
    padding: 8px 0;
}

hr.divider{
    position: relative;
    border: 0;
    display: block;
    margin: 40px 0;
    height: 1px;
}

hr.divider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,be1421+50,ffffff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, #000 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,#000 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,#000 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    min-width: 240px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: bold;
    background: none;
    border-color: #401A00;
}


.section-title {
    margin: 80px 0 40px;
}

.section-title h2 {
    font-size: 28px;
    color: #444;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2:after {
    content: "";
    width: 66px;
    height: 6px;
    background: #34842b;
    position: absolute;
    bottom: 0;
    left: 0;
}

/***********************************
 * CABECALHO E MENU
***********************************/

#header {
    position: fixed;
    display: block;
    background: #34842b;
    transition: 0.3s;
    padding-bottom: 1px;
    width: 100%;
    left: 0;
    z-index: 1000;
    transition: .4s ease;
}

#header-logo {
    display: block;
    text-align: left;
    margin: 20px 0;
    transition: .4s ease;
}

#header .info-contato { float: right; }
#header .info-contato .media {
    float: left;
    color: #FFF;
}

#header .info-contato .media-heading {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

#header .info-contato .media .media-left { margin-right: 5px; }
#header .info-contato .media a { color: #FFF; }
#header .info-contato .media {
    float: left;
    color: #FFF;
    margin-top: 25px;
    margin-left: 10px;
    padding: 0 5px;
    border-left: 1px solid #FFF;
}

#header .info-contato .media:first-child {
    border: 0;
}

div#mainnav {
    margin-top: 0;
    margin-bottom: -42px;
    position: relative;
    z-index: 2;
    transition: .4s ease;
}

#main-menu {
    background: #FFF;
    border: 0;
    margin: 0;
    padding: 10px 0 0;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    transition: .4s ease;
}

#main-menu .nav {
    float: none;
    text-align: center;
    display: block;
}

ul#menu-menu-principal {
    float: none;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

#main-menu .menu-item {
    float: none;
    display: inline-block;
    width: 20%;
}

#main-menu .menu-item a {
    color: #939393;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 10px;
    border-bottom: 6px solid #FFF;
    position: relative;
}

#main-menu .menu-item.current-menu-item a {
    color: #000;
    border-color: green;
}

#main-menu .menu-item a:after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    background: #cacaca;
    right: 0;
}

#main-menu .menu-item:last-child a:after { display: none; }

@media( min-width: 991px ) {
	.scrolled #header {
	    border-bottom: 46px solid #fff;
	    box-shadow: 0 0 15px rgba(0,0,0,0.3);
	}
	.scrolled #header-logo { margin: 5px 0; }
	.scrolled #header .info-contato {
	    padding: 0;
	    margin-top: -8px;
	}
	.scrolled div#mainnav {
	    margin-top: 0;
	    margin-bottom: -47px;
	}
	.scrolled #main-menu { box-shadow: none; }
	.scrolled #main-menu .menu-item a {
	    padding: 5px 10px;
	}	
}

/***********************************
 * RODAPÉ
***********************************/


#footer {
    color: #444;
    background: #eeeeee;
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
    padding: 50px 0 0;
}

#footer a { color: #444; }
#footer h3 {
    font-weight: 600;
    margin: 20px 0;
}

#footer .social a {
    font-size: 22px;
    display: inline-block;
    margin-right: 7px;
}

#footer .contato-icone img { max-width: 16px; }
#footer .contato-icone {
    display: block;
    margin-right: 10px;
    background: green;
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
}

#footer .media {
    margin-bottom: 12px;
}

#copyright {
    background-color: #34842b;
    padding: 3px 0;
    color: #FFF;
    margin-top: 50px;
    font-size: 14px;
}

#copyright p { margin: 0; }
#copyright a { color: #FFF; }

#loading {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #FFF url('img/loading.gif') no-repeat center;
  display: block;
    top: 0;
    left: 0;
}

/***********************************
 * CONTEUDO / CORPO DO SITE
***********************************/

.main {
    padding-top: 140px;
}

.main .content > header {
    padding: 80px 0 50px;
    background: #eeeeee;
    margin-bottom: 50px;
    position: relative;
    z-index: 0;
    text-align: center;
}

.main section.content { min-height: 450px; }

header .page-title {
    color: #444;
    position: relative;
    margin: 10px 0;
    font-size: 36px;
    font-weight: bolder;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

header .page-title:after {
    content: "";
    position: absolute;
    width: 66px;
    height: 6px;
    background: #34842b;
    bottom: 0;
    left: 50%;
    margin-left: -33px;
}

.content-body { overflow-x: hidden; }

div#page-content {
    font-size: 16px;
    line-height: 28px;
}

.fundo-cinza {
    background: #eee;
    border-top: 150px solid #FFF;
    border-bottom: 150px solid #FFF;
}

.fundo-cinza .servicos {
    margin-top: -150px;
    margin-bottom: -150px;
}

/***********************************
 * PÁGINAS
***********************************/

/*home*/

#home .flex-caption {
    left: 0;
    position: absolute;
    color: #fff;
    top: 150px;
    max-width: 80%;
    left: 10%;
    right: 10%;
}

#home .homeslider-caption {
    max-width: 380px;
    background: rgba(99, 99, 99, 0.9);
    padding: 20px;
}

#homeslider .homeslider-caption a.btn.btn-success {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

#homeslider .slides li { position: relative; }
#homeslider .flex-control-nav {
    bottom: 10px;
    z-index: 999;
}

#homeslider .flex-control-paging li a { background: #aaa; }
#homeslider .flex-control-paging li a.flex-active { background: #34842b; }

#home #homeslider a.flex-prev {
    position: absolute;
    left: 5%;
    margin-top: 250px;
    z-index: 99;
}

#home #homeslider a.flex-next {
    position: absolute;
    right: 5%;
    margin-top: 250px;
    z-index: 99;
}

#homeslider .flexslider {
    border: 0;
    margin-bottom: 50px;
}

#home .obras-slider .custom-controls-container { display: none; }
#home .obras-slider a.flex-prev {
    position: absolute;
    left: -70px;
    margin-top: 250px;
}

#home .obras-slider a.flex-next {
    position: absolute;
    right: -70px;
    margin-top: 250px;
}


/*sobre*/

#missao-visao { margin: 80px 0; }
#missao-visao .card-sobre {
    text-align: center;
    color: #FFF;
    background: #34842b;
    padding: 30px;
    margin: 0 35px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.card-sobre h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 50px;
}


#missao-visao .card-sobre.card-alt {
    background: #aaa;
}

/*contato*/

.page-template-modelo-contato #footer-contato { display: none; }

div#contato-info {
    text-align: center;
    box-shadow: 0 3px 30px rgba(0,0,0,0.3);
    padding: 30px 20px 5px;
    margin-right: 20px;
}


#galeria { 
    margin: 0 -15px; 
    text-align: center;
}
#galeria .obra {
    display: inline-block;
    max-width: 345px;
    margin: 0 15px 30px;
    position: relative;
}

#galeria .obra-legenda {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #666;
}

#galeria .obra-foto { position: relative; }
.obra-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    color: #FFF;
    text-align: center;
    padding-top: 150px;
    opacity: 0;
    transition: 0.3s;
}

.obra:hover .obra-hover {
    opacity: 1;
    transition: 0.3s;
}

.obra-hover .fa { font-size: 42px; }
.obra-hover span {
    display: block;
    max-width: 110px;
    margin: 0 auto;
    background: #62a429;
    margin-top: 10px;
}

#galeria-paginacao {
    text-align: center;
}
#galeria-paginacao .link-pagina {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    background-color: #FFF;
    border: 1px solid #3c8029;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    color: #3c8029;
}

#galeria-paginacao .link-pagina.current,
#galeria-paginacao .link-pagina:hover,
#galeria-paginacao .link-pagina:focus {
    background: #3c8029;  
    color: #FFF;  
}

/*servicos*/

.servicos {
    text-align: center;
    margin: 0 -15px;
}
.servicos .servico {
    display: inline-block;
    max-width: 330px;
    margin: 0 15px 30px;
    position: relative;
}

.servico-titulo h1 {
    background: #34842b;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    box-shadow: inset 0px 4px 10px rgba(0,0,0,0.3);
    margin: 0;
}

.servico-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    color: #FFF;
    text-align: center;
    padding-top: 150px;
    opacity: 0;
    transition: 0.3s;
}

.servico:hover .servico-hover {
    opacity: 1;
    transition: 0.3s;
}

.servico-hover .fa { font-size: 42px; }
.servico-hover span {
    display: block;
    max-width: 110px;
    margin: 0 auto;
    background: #62a429;
    margin-top: 10px;
}

div#conteudo-servico {
    box-shadow: 0 3px 30px rgba(0,0,0,0.3);
    padding: 20px;
}

div#conteudo-servico h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 30px;
}

#page .gallery { margin-bottom: 50px; }
#page .gallery.gallery-size-medium .gallery-item img { border: 0; }
#page .gallery.gallery-size-medium .gallery-item {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    background: #eee;
    overflow: hidden;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.modal-video .embed-responsive-16by9::before { display: none; }
.modal-video { color: #fff; }


/***********************************
 * MEDIA QUERIES
***********************************/

@media( max-width: 990px ) {
	#header { border-bottom: 35px solid #fff; }
	#header .info-contato .media { border: 0; }
	div#mainnav { margin-bottom: -34px; }

	#main-menu {
	    padding: 0;
	    box-shadow: none;
	}

	#main-menu .menu-item {
	    border: 0;
	    width: 100%;
	    display: block;
	}

	#main-menu .menu-item a,
	.scrolled #main-menu .menu-item a {
	    border: 0;
	    padding: 10px;
	    text-align: center;
	    display: block;
	}

	#main-menu .menu-item a:after { display: none; }

	#page .gallery.gallery-size-medium .gallery-item {
	    width: 50%;
	    height: 130px;
	}
}

@media( max-width: 768px ) {  
	.main { padding-top: 120px; }
	#header-logo {
	    border: 0;
	    text-align: center;
	    display: block;
	    margin: 10px 0;
	    padding: 0;
	}


	header .page-title {
        text-align: center;
        font-size: 26px;
        margin-bottom: 0;
    }
}

@media( max-width: 767px ) {
     .main { padding-top: 170px; }
     #header { border-bottom: 0; }

    .scrolled #header, .admin-bar.scrolled #header {
	    margin-top: -135px;
	    top: 0;
	}

    #header .info-contato {
	    float: none;
	    display: block;
	    padding: 0;
	    margin: -10px 0;
	}

    #mobile-menu {
        margin-bottom: 0;
        padding: 5px 0;
        border-top: 1px solid #ddd;
    }
    #mobile-menu button.navbar-toggler {
        display: block;
        text-align: center;
        width: 100%;
    }

    #mobile-menu .menu-item.current-menu-item a.nav-link {
        color: #27ae60;
        font-weight: bold;
    }

    #top-header .info-contato {
        margin-right: 0;
        margin-left: -15px;
        font-size: 12px;
    }

    #galeria {
	    margin: 0 15px;
	    border: 0;
	}

	#galeria .obra { margin: 0; }

	div#mainnav {
	    margin: 0;
	    background: #34842b;
	}

    #main-menu {
	    background: #34842b;
	    margin: 0 -15px;
	    box-shadow: none;
	    padding: 0 10px 10px;
	}

	#main-menu button.navbar-toggler {
	    color: #FFF;
	}

	#main-menu .menu-item a {
	    color: #FFF;
	    padding: 10px 0;
	    border: 0;
	}

	#main-menu .menu-item a:after { display: none; }
	#homeslider .custom-navigation { display: none; }
	#home-content .section-title {
	    margin: 0 0 20px;
	}

    #perfil-linkedin iframe {
        max-width: 100%;
    }

    div#servicos-relacionados {
        padding: 0 20px;
    }

    .curso {
        padding: 20px;
        font-size: 14px;
    }

    #form-contato, #form-trabalhe-conosco {
        padding: 20px;
    }
}