/*GENERAL*/
* {
    font-family: 'Open Sans', sans-serif;
}

.container-custom{
    max-width: 1360px;
}

header .logo{
    padding-top: 28px;
    padding-bottom: 28px;
}

ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}

.btn-custom-1{
    color: #1a6857;
    border: 3px solid #1a6857;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: max-content;
    text-align: center;
}

.btn-custom-1:hover,  .btn-custom-1:active{
    text-decoration: none;
    color: #1a6857;
}

.btn-custom-2{
    background-color: #1a6857;
    color: #FFF;
    border: 3px solid #1a6857;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: max-content;
    text-align: center;
}

.btn-custom-2:hover,  .btn-custom-2:active{
    color: #FFF;
    text-decoration: none;
}

.no-margin{
    margin: 0 !important;
}

.styled{
    font-style: italic;
}

input, select, textarea{
    width: 100%;
    height: 50px;
    border: 2px solid #D6D6D6;
    padding: 15px;
    font-size: 14px;
}

.input-file {
    width: 100%;
    height: 50px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
}

.input-file + label {
    font-size: 14px;
    line-height: 47px;
    font-weight: 700;
    color: #FFF;
    background-color: #1a6857;
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.input-file:focus + label,
.input-file + label:hover {
    background-color: #1a6857;
}

.input-file:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.file-container label .fas{
    float: right;
    line-height: 48px;
}

select{
    background-color: #FFF;
    color: #B9B9B9;
    padding-top: 12px;
}

textarea{
    height: auto;
}

::-webkit-input-placeholder {
    color: #B9B9B9;
}

::-moz-placeholder { 
    color: #B9B9B9;
}

:-ms-input-placeholder {
    color: #B9B9B9;
}

:-moz-placeholder {
    color: #B9B9B9;
}

button {
    border: 0;
    background-color: #1a6a57;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 50px;
}
/*GENERAL END*/

/*TOP*/
header .mobile{
    display: none;
}

header .menu {
    margin-top: 52px;
}

header .menu li{
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
}

header .menu li a{
    font-size: 14px;
    text-transform: uppercase;
    color: #1a6857;
    text-decoration: none;
}

header .menu li a:hover, header .menu li a:active{
    color: #1a6857;
}

header .mobile .logo {
    height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
}

header .mobile .header{
    height: 50px;
    border-bottom: 1px solid #EEEEEE;
}

header .mobile .fa-bars{
    position: absolute;
    right: 20px;
    top: 17px;
}

header .mobile .menu-mobile{
    width: 100%;
    background-color: #1a6857;
    padding-top: 14px;
    padding-bottom: 14px;
    display: none;
    z-index: 999;
    position: absolute;
}

header .mobile .menu-mobile li{
    padding: 5px 15px;
}

header .mobile .menu-mobile li a{
    font-size: 14px;
    text-transform: uppercase;
    color: #1a6857;
    text-decoration: none;
    color: #FFF;
}

header .mobile .lang-container {
    position: absolute;
    top: 10px;
    right: auto;
    left: 135px;
}

.lang-container{
    position: absolute;
    top: 14px;
    right: 0;
}

.lang-container a{
    font-size: 13px;
    font-weight: 700;
    color: #C3C3C3;
}

.lang-container a.active{
    color: #1a6857;
}

.lang-container .separator{
    color: #1a6857;
    font-size: 13px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
/*TOP END*/

/*HEADER*/

.footer-upper{
    background: #091e23;
    padding-top: 95px;
    padding-bottom: 95px;
}

.footer-upper h3{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.footer-upper ul{
    list-style-type: none;
    margin-top: 20px;
}

.footer-upper ul li{
    margin-bottom: 20px;
}

.footer-upper ul li a .fas{
    font-size: 16px;
    margin-right: 10px;
    color: #1a6a54;
}

.footer-upper ul li a{
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}

.footer-upper ul.fancy{
    list-style-position: inside;
    margin-top: 20px;
}

.footer-upper ul.fancy li{
    margin-bottom: 20px;
}

.footer-upper ul.fancy li::before {
    content: "\2022";
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    width: 11px;
    margin-left: -1em;
}

.footer-upper ul.fancy li a{
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}

.footer-upper ul.fancy li a:hover, .footer-upper ul.fancy li a:active{
    color: #1a6a54;
}

.footer-lower{
    background-color: #1a6a57;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding-top: 35px;
    padding-bottom: 35px;
}

.footer-lower a{
    color: #FFF;
    text-transform: uppercase;
}

/*HEADER END*/

/*HONE*/
.home .section-2{
    padding-bottom: 30px;
}

.home .section-2 h2{
    width: 100%;
    text-align: center;
    color: #1a6a57;
    font-weight: 700;
    font-size: 46px;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.home .section-2 p {
    color: #555;
    font-weight: 700;
    margin-bottom: 25px;
}

.home .section-2 span{
    color: #1a6a57;
    font-weight: 700;
}

.home .section-2 .btn-custom-1{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.home .section-3{
    padding-bottom: 50px;
}

.home .section-3 h2{
    width: 100%;
    color: #FFF;
    font-weight: 700;
    font-size: 46px;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.home .section-3 h4{
    color: #FFF;
    font-size: 28px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 50px;
}

.home .section-3 p{
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
}

.home .section-3 .btn-custom-1{
    border-color: #FFF;
    color: #FFF;
    margin-top: 30px;
}

.home .banners .content {
    position: absolute;
    top: 23%;
    left: 50%;
    margin-left: -490px;
    width: 990px;
    height: auto;
    text-align: center;
}

.home .banners .content p {
    font-size: 50px;
    font-weight: 800;
    color: #FFF;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 8px;
}

.home .banners .btn-custom-1{
    border-color: #FFF;
    color: #FFF;
    display: inline-block;
    margin-left: 10px;
    border-width: 2px;
    margin-top: 30px;
}

.home .banners .btn-custom-2{
    display: inline-block;
    margin-right: 10px;
    margin-top: 30px;
}

/*HONE END*/


/*KROMI DO BRASIL*/
.kromi-do-brasil .section-2{
    margin-bottom: 80px;
}

.kromi-do-brasil .section-2 h2{
    width: 100%;
    color: #1a6a57;
    font-weight: 700;
    font-size: 46px;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.kromi-do-brasil .section-2 p {
    color: #555;
    font-weight: 700;
    margin-bottom: 25px;
}

.kromi-do-brasil .section-3 .wrapper{
    width: 525px;
    cursor: pointer;
    position: relative;
    left: 50%;
    margin-left: -262px;
}

.kromi-do-brasil .section-3 .wrapper img{
    opacity: 1;
    transition: opacity 1s;
}

.kromi-do-brasil .section-3 .wrapper img:hover{
    opacity: 0.7;

}

.kromi-do-brasil .section-3 .footer-wrapper{
    width: 100%;
    height: auto;
    background: #1a6a57;
    padding: 40px 20px;
    margin-bottom: 80px;
    transition: background 1s;
}

.kromi-do-brasil .section-3 .footer-wrapper:hover{
    background: #091e23;
}

.kromi-do-brasil .section-3 .footer-wrapper p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #FFF;
}
/*KROMI DO BRASIL END*/

/*GERENCIAMENTO DE FERRAMENTAS*/
.gerenciamento-de-ferramentas .section-2 h2{
    width: 100%;
    color: #1a6a57;
    font-weight: 700;
    font-size: 46px;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.gerenciamento-de-ferramentas .section-2 h2.center{
    text-align: center;
}

.gerenciamento-de-ferramentas .section-2 p {
    color: #555;
    font-weight: 700;
    margin-bottom: 25px;
}

.gerenciamento-de-ferramentas .section-3 ul{
    margin-bottom: 50px;
}

.gerenciamento-de-ferramentas .section-3 ul li{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.gerenciamento-de-ferramentas .section-3 ul li span{
    display: inline-block;
    position: relative;
    top: 5px;
}

.gerenciamento-de-ferramentas .section-4{
    position: relative;
    margin-bottom: 100px;
}

.gerenciamento-de-ferramentas .section-4 .bg {
    position: absolute;
    top: 0;
    right: 0;
    height: max-content;
    width: max-content;
    z-index: -1;
}

.gerenciamento-de-ferramentas .section-4 .img-fluid{
    margin-bottom: 20px;
}

.gerenciamento-de-ferramentas .section-4 p {
    color: #555;
    font-weight: 700;
    margin-bottom: 25px;
}

.gerenciamento-de-ferramentas .section-4 p.featured {
    color: #1a6a57;
}

.gerenciamento-de-ferramentas .section-4 p.bigger{
    font-size: 20px;
    margin-bottom: 30px;
}

.gerenciamento-de-ferramentas .section-4 p:first-of-type {
    margin-top: 100px;
}
/*GERENCIAMENTO DE FERRAMENTAS END*/

/*OPERACAO KROMI*/

.operacao-kromi .section-2 h2{
    width: 100%;
    color: #1a6a57;
    font-weight: 700;
    font-size: 46px;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 10px;
}

.operacao-kromi .section-2 h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 60%;
    position: relative;
    top: 20px;
    margin-left: 40px;
}

.operacao-kromi .section-2 p {
    color: #555;
    font-weight: 700;
    margin-bottom: 25px;
}

.operacao-kromi .section-2 .wrapper{
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.operacao-kromi .section-3 img{
    margin-bottom: 80px;
}

/*OPERACAO KROMI END*/

/*PORQUE ESCOLHER A KROMI*/
.porque-escolher-kromi .section-2 h2{
    width: 100%;
    color: #1a6a57;
    font-weight: 700;
    font-size: 46px;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 10px;
}

.porque-escolher-kromi .section-2 .wrapper {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 45px;
    margin-bottom: 70px;
}

.porque-escolher-kromi .section-2 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px;
    font-weight: 700;
    color: #e7edeb;
}

.porque-escolher-kromi .section-2 h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}

.porque-escolher-kromi .section-3{
    margin-bottom: 100px;
}

.porque-escolher-kromi .section-3 .wrapper{
    margin-bottom: 10px;
}

.porque-escolher-kromi .section-3 h2{
    width: 100%;
    color: #1a6a57;
    font-weight: 700;
    font-size: 46px;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 10px;
}

.porque-escolher-kromi .section-3 h3 {
    display: inline-block;
    font-size: 26px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.porque-escolher-kromi .section-3 strong{
    font-size: 26px;
}

.porque-escolher-kromi .section-3 span {
    position: absolute;
    top: -20px;
    left: -80px;
    font-size: 281px;
    color: #e7edeb;
    display: block;
    z-index: -1;
    line-height: 0;
    font-weight: 700;
}

/*PORQUE ESCOLHER A KROMI END*/

/*NOTICIAS KROMI*/

.kromi-news .section-2 h2{
    width: 100%;
    color: #1a6a57;
    font-weight: 700;
    font-size: 46px;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 10px;
}

.kromi-news .section-2 .wrapper{
    width: 100%;
    border: 1px solid #EDEDED;
    margin-bottom: 60px;
}

.kromi-news .section-2 .wrapper h4{
    padding: 20px 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #1a6a57;
    margin: 0;
}

.kromi-news .section-2 .wrapper p{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #555;
    font-weight: 700;
}

.kromi-news a{
    text-decoration: none;
}

.pagination {
    list-style-type: none;
    margin-bottom: 50px;
    text-align: right;
    display: block;
}

.pagination li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid #BBBBBB;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    color: #BBBBBB;
}

.pagination a{
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid #BBBBBB;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    color: #BBBBBB;
}

.pagination li.active{
    border: 2px solid #1a6a57;
    color: #1a6a57;
}
/*NOTICIAS KROMI END*/

/*NOTICIAS KROMI SINGLE*/

.kromi-news-single .section-2 img{
    width: 100%;
}

.kromi-news-single .section-2 h4{
    width: 100%;
    color: #1a6a57;
    font-weight: 700;
    font-size: 32px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kromi-news-single .section-2 h5{
    width: 100%;
    color: #1a6a57;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kromi-news-single .section-2 p{
    color: #555;
    font-weight: 700;
    margin-bottom: 25px;
}

.kromi-news-single .section-2 h6{
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.kromi-news-single .section-2 ul li{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #BBBBBB;
}

.kromi-news-single .section-2 ul li:last-of-type{
    border-bottom: 1px solid #BBBBBB;
}

.kromi-news-single .section-2 ul li a {
    color: #BBBBBB;
}

.kromi-news-single .section-2 .btn-custom-2{
    width: 100%;
    margin-top: 30px;
}

/*NOTICIAS KROMI SINGLE END*/

/*CONTACT*/
.contact .section-2 h2{
    width: 100%;
    color: #1a6a57;
    font-weight: 700;
    font-size: 46px;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.contact .section-2 p{
    color: #555;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.contact .btn-custom-1{
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

.contact .btn-custom-1:hover, .contact .btn-custom-1:active{
    color: #1a6857;
}

.contact .section-3{
    background-color: #091e23;
    text-align: center;
    color: #FFF;
}

.contact .section-3 div[class*=col-lg]
{
    padding-bottom: 30px;
}

.contact .section-3 h4{
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 3px;
}

.contact .section-3 p{
    font-size: 16px;
    margin-bottom: 10px;
}

.contact .section-3 h6{
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3px;
}


.contact .section-3 .light{
    background-color: #1a6a57;
}

#contact-map{
    width: 100%;
    height: 50vw;
}
/*CONTACT*/