@font-face {
    font-family: 'noway_roundregular';
    src: url('../fonts/nowayround-regular-webfont.eot');
    src: url('../fonts/nowayround-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nowayround-regular-webfont.woff2') format('woff2'),
         url('../fonts/nowayround-regular-webfont.woff') format('woff'),
         url('../fonts/nowayround-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body {
  font-family: 'noway_roundregular';
  background: #fff;
  letter-spacing: 1.2px;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 2px;
}
header {
  position: fixed;
  min-height: 51px;
  left: 0;
  top: 0;
  right: 0;
  background-color: transparent;
  padding: 15px;
  z-index: 999;
  transition: all 200ms;
}
header.scroll {
  background-color: #0f5a3ed9;
}
.main {
  min-height: 100vh;
  background-color: #0f5a3e;
}
.slider-container {
  position: relative;
}
.slider-container .img {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider-container .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  max-width: 20%;
}
.slider-container .icon img {
  display: block;
  max-width: 100%;
}
.slider-container .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}
.slider-container .text h1 {
  font-size: 5rem;
}
.section-top {
  background-color: #113023;
  padding: 15px;
  text-align: center;
}
.section-top * {
  margin: 0;
  color: #b4b6b9;
}
.nav-tabs {
  text-align: center;
  border-bottom: none;
}
.nav-tabs li {
  float: none;
  display: inline-block;
}
.tab-head {
  background-color: #bcbec0;
  padding: 15px 0;
}
.nav-tabs > li {
  border-right: solid 1px #115a3f;
}
.nav-tabs > li:last-child {
  border-right: 0;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    color: #115a3f;

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover {
    color: #115a3f;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    text-decoration: underline;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.info {
  background-color: #e6e7e8;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.info .content {
  padding: 30px;
  width: 80%;
}
.info .content hr {
  border-color: #58595b;
}
.info .content a {
  text-decoration: none;
  color: inherit;
}
.agencias {
  padding: 60px 0;
}
.agencias .title {
  text-transform: uppercase;
  padding-bottom: 30px;
  color: #115a3f;
  letter-spacing: 1.5px;
  font-weight: bold;
}
.toggle-agencia:focus, .toggle-agencia:hover {
  text-decoration: none;
}
.toggle-agencia {
  cursor: pointer;
}
.toggle-agencia h4 {
  color: #115a3f;
  text-transform: uppercase;
}
.toggle-agencia.in h4 {
  font-size: 160%;
  text-decoration: underline;
}
.toggle-agencia .telefonos {
  opacity: 0;
  height: 0;
  color: #58595b;
}
.toggle-agencia.in .telefonos {
  opacity: 1;
  height: auto;
}

.footer {
  background-color: #113023;
  color: #fff;
  padding: 5px 0;
}
.footer p {
  margin: 0;
  font-size: 12px;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 555;
  color: #fff;
  font-size: 52px;
}
.owl-prev {
  left: 30px;
}
.owl-next {
  right: 30px;
}


@media (max-width: 767px) {
  .row-flex {
    display: initial;
  }
  .footer p {
    text-align: center;
  }
}