img {
    vertical-align: middle;
    border-style: none;  
    width: 200px;
}

.wrap {
    position: relative;
    z-index: 0;
    width: 100%;
    background: #0095db;
	height: 33px;
	margin-top: -8px;  
}

.services-2 .icon:after {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    content: '';
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-2:hover .icon {
    background: #fff; 
    -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: 4rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #0095db;
    font-weight: 600;
    opacity: 1 !important;
}

.btn.btn-white {
    background: #92bf21 !important;
    border: 1px solid #fff !important; 
    color: #fff!important;
}

.btn.btn-primary {
    background: #0095db !important;
    border: 1px solid #fff !important; 
    color: #fff !important;
}

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1.1;
    font-weight: 500;
    -webkit-filter: drop-shadow(1px 2px 3px #000);
}

.wrap-about .play-video .icon span {
    color: #589167;
    margin-left: 5px;
}

.ftco-navbar-light {
    background: #fff !important;
    position: relative;
    top: 0;
    padding: 10px 15px;
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgb(16, 82, 21) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
    margin-right: 21px;
}

.heading-section h2 {
    font-size: 30px;
    font-weight: 600;
	margin-left: 10px;
}

.borda_larga{  
	    border: solid 1px #ccc;
	
}       

.slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: #ccc;
    -webkit-filter: drop-shadow(1px 2px 3px #000);
}

.tabulation .nav-pills .nav-item .nav-link {
    background: #fff;
    border-radius: 4px;
    color: #000000;
    font-weight: 600;
    border: 1px solid #ccc;
    font-size: 20px;
    line-height: 30px;
}

#servico_margin {
  padding: 30px 0px 5px 10px;
} 