@font-face {
    font-family: 'Metropolis';
    src: url('../vendor/fonts/Metropolis-Regular.otf') format('otf'),
         url('../vendor/fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../vendor/fonts/Metropolis-RegularItalic.otf') format('otf'),
         url('../vendor/fonts/Metropolis-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../vendor/fonts/Metropolis-Bold.otf') format('otf'),
         url('../vendor/fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}@font-face {
    font-family: 'Metropolis';
    src: url('../vendor/fonts/Metropolis-BoldItalic.otf') format('otf'),
         url('../vendor/fonts/Metropolis-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../vendor/fonts/Metropolis-ExtraBold.otf') format('otf'),
         url('../vendor/fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../vendor/fonts/Metropolis-ExtraBoldItalic.otf') format('otf'),
         url('../vendor/fonts/Metropolis-ExtraBoldItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
::selection{
	background: #3BC142;
}
span.group-span-filestyle.input-group-btn .btn-default {
    background-color: #283333 !important;
    margin-left: 5px !important;
    color: white !important;
}
body, html, header.masthead{
    height: 100%;
}
*, body, p, h1, h2, h3, h4, h5, h6{
  font-family: 'Metropolis', 'Verdana', Arial !important;
}
a{
	color: #3BC142;
}
table {
    empty-cells: hide;
    width: 100%;
    border-collapse: separate;
}
table td, table th {
	padding: 5px 8px; 
}
table tr:nth-child(even) td, table tr:nth-child(even) th {
  background-color: #F8F8FA;
}
table tr:nth-child(odd) td, table tr:nth-child(odd) th {
  background-color: #EEEFF2;
}
.page-section {
    padding: 80px 0 120px;
}
.bg-light{
    background-color: #EEEFF2 !important;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}
header.masthead{
    text-align: left;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
header.masthead .intro-text{
    padding: 0;
    font-weight: normal;
    font-size: 3.3em;
}
header.masthead .intro-text b {
    font-weight: 900;
}
#mainNav .navbar-brand img {
    max-width: 350px;
    transition: all .3s ease;
}
#mainNav.navbar-shrink .navbar-brand img {
    max-width: 200px;
}
#mainNav .navbar-nav .nav-item .nav-link{
    transition: all .3s ease;
    font-weight: 600;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #3BC142;
}
#mainNav .navbar-toggler{
    background-color: transparent;
}
.page-section#quem-somos {
    padding: 50px 0 130px;
    margin-top: 50px;
    background: url('../img/quem-somos-bg.png') no-repeat;
    background-size: 700px;
    background-position: calc(50% + 350px) 0;
}
.cliente-item {
    text-align: center;
    height: 190px;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.cliente-item img {
    max-width: 100%;
}
.footer{
	background: #283333;
	color: white;
	text-align: left;
}
p {
    line-height: 150%;
}
p.bigger {
  font-size: 1.1em;
}
.page-section h2.section-heading.small {
    font-size: 1.2em;
    border-bottom: 3px solid #3BC142;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 21px;
    text-transform: inherit;
    margin-left: 4px;
    line-height: initial;
}
h3 {
    font-size: 3em;
    font-weight: 900;
}
h3.title:after {
    content: ".";
    font-size: 1.2em;
    color: #3BC142;
}
.page-section h2.section-heading, .page-section span.section-heading {
    font-size: 2.5em;
    display: block;
    line-height: 0.8em;
    font-weight: 900;
    margin-left: -3px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.page-section#quem-somos span.section-heading{
    font-size: 5.5em;    
}
h1.ponto:after, h2.ponto:after, h3.ponto:after, span.ponto:after {
    content: ".";
    font-size: 1.4em;
    color: #3BC142;
}
.subtitle {
    font-size: 2em;
    font-weight: bold;
    line-height: 115%;
    color: #7E888C;
}
.subtitle.small {
    font-weight: 500;
    font-size: 1.8em;
}
.bg-light .subtitle {
    color: #697175;
}
video#myVideo{
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.intro-text-wrap{
	position: relative;
	z-index: 100;
}
header.masthead:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000021;
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
}
.estatisticas .item {
    background: #EEEFF2;
    border: 5px solid #3BC142;
    border-left: 0;
    border-right: 0;
    padding: 30px 10px;
    margin-bottom: 5px;
}
.estatisticas .item .lead {
    font-size: 1.5em;
    color: #3BC142;
}
.estatisticas .item .lead small {
    font-weight: bold;
}
.portfolio-item img {
    max-width: 80%;
    max-height: 80px;
    height: auto;
    width: auto;
}
.portfolio-item p {
    font-size: 90%;
    margin: 0;
}
.portfolio-item h4 {
    font-size: 130%;
}

#infraestrutura-bg{
    /* Original reference returns 404 for bg1.JPG; the rendered solid background is preserved. */
}

#trabalhe-conosco{
    /* Original reference returns 404 for bg2.JPG; the rendered solid background is preserved. */
}

.warning{
    color: red;
}

.mobile-whatts{
    display: none;
}
.desktop-whatts{
    display: block;
}


@media (min-width: 1200px){
	.container.wide {
	    max-width: 1300px;
	    padding-right: 40px;
	    padding-left: 40px;
	}
    .mobile-whatts{
        display: block;
    }
    .page-section h2.section-heading, .page-section span.section-heading {
        font-size: 4.5em;
        display: block;
        line-height: 0.8em;
        font-weight: 900;
        margin-left: -3px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }
    .desktop-whatts{
        display: none;
    }
}
@media (max-width: 1199px){
	.page-section#quem-somos {
	    background-size: 50%;
	    background-position: 100% 0;
	}
}

@media (max-width: 767px) {
    .form-control{
        width: 95% !important;
    }
    .input-group{
        width: 95% !important;
    }
    .table-mobile{
        table-layout: fixed;
        word-break: break-word;
    }
    #mainNav .navbar-brand img{
        max-width: 220px;
    }
    header.masthead .intro-text {
        font-size: 1.2em;
    }
    .page-section {
        padding: 50px 0;
    }
}
