body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #7a7a7a;
  letter-spacing: 2px;
  line-height: 1.9;
  margin-top: 130px;
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #005440;
}

::selection {
  color: white;
  background: #005440;
}
.navbar-default {
  background-color: #005440;
  border-color: #005440;
  min-height: 130px;
  margin-bottom: 0;
  border: 0;
  /* position: absolute; */
  /* top: 0; */
  z-index: 999;
  width: 100%;
  border-radius: 0px !important;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 15px 10px;
  margin: 35px 5px;
}
.menu {
  z-index: 99;
  position: fixed;
  top: 130px;
  left: 0;
  height: calc(100vh - 130px);
  width: 100vw;
  background-color: #005440;
  opacity: 1;
  display: none;
  animation-duration: .5s;
  text-align: center;
  vertical-align: middle;
  padding-top: calc(50vh - 280px);
}
#menu .close {
  font-size: 50px;
  font-weight: 400;
  opacity: 1;
  color: #fff;
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
}
.menu a {
  font-size: 38px;
  display: block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  line-height: 1.2;
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.5s;
	-moz-transition: -moz-transform 0.3s, opacity 0.5s;
	transition: transform 0.3s, opacity 0.5s;
}
.menu a:hover {
  opacity: 1;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}
.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
  background-color: #005440;
  min-height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all .5s;
}
/* stroke */
nav ul li a, nav ul li a:after, nav ul li a:before {
  transition: all .5s;
}
nav.stroke ul li a {
  position: relative;
}
nav.stroke ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #fff;
  height: 2px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  height: 114px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-collapse {
  border-bottom: 1px solid;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.navbar-collapse.in {
  height: 274px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}
.hamburger {
  margin-top: 35px;
}
button:focus {
  outline: none;
}

.owl-carousel {
  padding: 0;
  background-color: #fff;
  height: 100vh;
 margin-top: -131px;
 overflow:hidden;
}
.owl-carousel .container-fluid {
  background-size: cover;
  min-height: 100vh;
}
.owl-carousel .container-fluid .container-fluid {


  padding-top: 130px;
}
.owl-carousel p {
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.owl-carousel .item-left {
padding-top: 130px  ;
padding-left: 40px;
padding-right: 40px;
height: 100vh;
}
.owl-carousel .item-right {
 padding-top: 130px  ;
}
.owl-carousel .item-right img {
 padding-top: 7%;
}
#img-animate {
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.green {
  background-color: #005440;
}
.white{
  background-color: #fff;
}

.owl-carousel .owl-item img{


    width: auto;

    max-height: 100%;
}
@-webkit-keyframes spinner {
  0% { -webkit-transform: rotateY(0deg); }
  25% { -webkit-transform: rotateY(15deg); }
  50% { -webkit-transform: rotateY(0deg); }
  75% { -webkit-transform: rotateX(15deg); }
  100% { -webkit-transform: rotateX(0deg); }
}
@keyframes spinner {
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  25% {
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg);
  }
  50% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  75% {
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
.spinner {
  -webkit-animation-name: spinner;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;

  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 10s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 1199px) {
  .owl-carousel p {
    font-size: 28px;
  }
  .owl-carousel .row {
    padding-top: 120px;
    padding-bottom: 170px;
  }
  .owl-carousel .col-sm-8 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .owl-carousel p {
    font-size: 20px;
  }
  .owl-carousel .row {
    padding-top: 80px;
    padding-bottom: 130px;
  }
  .owl-carousel .col-sm-8 {
    padding-top: 80px;
  }
}
@media (min-width: 768px){
  .col-clientes {

    border-top: 1px solid #d4d4d4;
  }
  .col-clientes:nth-child(-n+4) {
    border-top: 1px solid #fff;
  }
  .col-clientes:nth-child(4n+1), .col-clientes:nth-child(4n+2) , .col-clientes:nth-child(4n+3) {
    border-right: 1px solid #d4d4d4;
  }
}
@media (max-width: 767px) {
  .owl-carousel p {
    font-size: 5vw;
  }
  .owl-carousel .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .owl-carousel .col-sm-8 {
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center;
  }
  .owl-carousel .col-sm-4 {
    padding-left: 20vw;
    padding-right: 20vw;
  }
}
.sobre-nos-left {
  padding: 120px 15px;
}
.sobre-nos-left p {
  font-size: 24px;
  font-weight: 800;
  color: #005440;
  margin-bottom: 0;
}
@media (max-width:767px) {
  .sobre-nos-left {
    padding-bottom: 0;
  }
  .sobre-nos-left p {
    text-align: center;
  }
}
.sobre-nos-right {
  padding: 120px 15px;
}
.sobre-nos-right p {
  font-size: 16px;
}
.servicos-titulo {
  background-color: #005440;
  padding: 14vw 5vw 5vw 5vw;
  height: 33vw;
}
.servicos-titulo p {
  color: #fff;
  font-weight: 800;
  font-size: 1.8vw;
  margin-bottom: 0;
}
.servicos-texto {
  padding: 4vw 5vw 4vw 5vw;
  border-right: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  height: 33vw;
  overflow-y: auto;
}
.servicos-texto img {
  padding-bottom: 3vw;
  margin-left: auto;
  margin-right: auto;
  width: 9vw;
}
.servicos-texto p {
  text-align: center;
}
@media (max-width: 991px) {
  .servicos-titulo {
    height: 50vw;
    padding-top: 20vw;
  }
  .servicos-titulo p {
    font-size: 2.5vw;
  }
  .servicos-texto {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .servicos-titulo {
    height: unset;
    padding: 10vw 5vw;
  }
  .servicos-titulo p {
    font-size: 18px;
  }
  .servicos-texto {
    height: unset;
  }
  .servicos-texto img {
    width: 150px;
  }
}
.portfolio-col {
  padding:0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.portfolio-col img {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.portfolio-col h2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 11vw;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.5vw;
  letter-spacing: 0.4vw;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio-col .info {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 16.5vw;
  color: #fff;
  font-size: 1.0vw;
  padding: 0 8vw;
  max-height: 3.4vw;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio-col .info p {
  line-height: 1.7vw;
}
.portfolio-col:hover {
  background-color: #005440;
}
.portfolio-col:hover img {
  opacity: 0.4;
}
.portfolio-col:hover h2, .portfolio-col:hover .info {
  opacity: 1;
}
@media (max-width: 991px){
  .portfolio-col h2, .portfolio-col .info {
    opacity: 1.0;
  }
}

.modal-portfolio .modal-dialog {
  width: 100%;
  margin: 0;
}
.modal-portfolio .modal-content {
  border-radius: 0;
  min-height: 100vh;
}
.modal-portfolio .modal-header {
  border-bottom: 0;
}
.modal-portfolio .close {
  font-size: 50px;
  font-weight: 400;
  opacity: 1;
}
.modal-portfolio h3 {
  color: #005440;
}
.modal-portfolio h2 {
  color: #000;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.modal-portfolio img {
  margin-top: 30px;
}
.cont-clientes {
  margin-top: 100px;
}
.col-clientes {
  min-height: 320px;
  padding: 100px 20px;

}

.col-clientes img {
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.cont-footer {
  background-color: #005440;
  margin-top: 100px;
  padding: 80px 0;
}
.col-footer p, .col-footer a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.col-footer .lnr-envelope {
  font-size: 22px;
  margin-right: 15px;
}
.col-footer .lnr-phone-handset {
  font-size: 18px;
  margin-right: 20px;
}
.col-social {
  text-align: right;
}
.col-social i {
  font-size: 20px;
  margin-right: 15px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
.col-social a:hover, .col-social a:focus {
  text-decoration: none;
}
.col-social a:hover i {
  font-size: 24px;
}
.social{
  color: #fff;
}
.footer a{
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.social a:hover{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.col-footer h2{
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
  margin-left: 15px;
}
hr {
  margin-top: 30px;
    margin-bottom: 30px;
}
.contactos-box{
  padding-top:30px;
}
.contactos-box hr{
  margin-left:0px;
  width: 10%;
}
form label{
  color: #fff;
  font-weight: 400;
}
form label.rpg{
  line-height: normal;
  font-size: 12px;
  color: #61ab8b;

}
form label.rpg a{
  line-height: normal;
  font-size: 12px;
  font-weight: 700;
  color: #61ab8b;

}
form .btn-default{
  border-radius: 0px;
  color:  #005440;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.btn-green{
  border-radius: 0px;
  color:  #005440;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border: 1px solid #005440;
}
.form-control{
  background-color: #005a45;
  border:none;
  border-bottom: 1px solid #00a77f;
  border-radius: 0px;
  color: #fff;
}


@media (max-width: 1199px) {
  .owl-carousel .item-left{
     padding-top: 80px;
  }
  .owl-carousel .item-right{
     padding-top: 10px;
  }
}
#insta-cont {
  overflow: hidden;
}
#insta-cont .col-md-3, #insta-cont .col-md-6 {
  height: 25vw;
}
#insta-cont img {
  width: 100%;
  height: 25vw;
}
#insta-cont a {
  background-color: rgba(0, 0, 0, 0.0);
  display: block;
}
#insta-cont i {
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px;
  opacity: 0.0;
  transition: all 0.3s ease-in-out;
}
#insta-cont a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#insta-cont a:hover i {
  opacity: 0.9;
}
@media (max-width: 991px) {
  .owl-carousel .item-left{
     padding-top: 80px;
  }
  .owl-carousel .item-right{
     padding-top: 10px;
  }
  .contactos-box{
    padding-top:100px;
    text-align: center;
  }

}
@media (max-width: 767px) {
  .contactos-box hr{
    margin-left:auto;
  }
  .portfolio-col h2 {
    font-size: 20px;
    top: 85px;
  }
  .portfolio-col .info {
    font-size: 12px;
    top: 125px;
    max-height: 28px;
  }
  .portfolio-col .info p {
    line-height: 14px;
  }
.col-clientes img{
  max-height: 100px;
}
  .col-clientes {
    border-right: 1px solid #fff !important;
    padding: 20px 10px;
    min-height:200px;
  }
  .nav.navbar-nav.navbar-right {
    /*margin-top: calc((100vh / 2) - 120px);*/
  }
  .navbar-default .navbar-nav>li {
    text-align: center;
  }
  .navbar-default .navbar-nav>li>a {
    display: inline-block;
    margin: 0;
  }
  #menu .close {
    display: block;
  }
  .hamburger{
    margin-top: 10px;
  }
  .navbar-header{
    display: inline-block;
  }

  .navbar-right{
    float: right;
  }
  .owl-carousel .item-left{
    height: 40vh;
    padding-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .owl-carousel .item-right{
    height: 50vh;
    padding-top: 10px;
  }
  .menu a{
    font-size: 30px;
  }
}
.no-padding {
  padding: 0 !important;
}
.social-menu{
  margin-top: 20px;
}
.social-menu a{
  display: inline-block;
      font-size: 22px;
      margin: 10px;

}
