/* Fontes Personalizadas - OPS */
@font-face {
  font-family: "Kicker"; src: url("../fonts/Kicker/Kicker-Regular.ttf");
}
@font-face {
  font-family: "Kicker Black"; src: url("../fonts/Kicker/Kicker-Black.ttf");
}
@font-face {
  font-family: "Kicker Black"; src: url("../fonts/Kicker/Kicker-Black.ttf");
}
@font-face {
  font-family: "Kicker Light"; src: url("../fonts/Kicker/Kicker-Light.ttf");
}
@font-face {
  font-family: "Kicker Bold";
  src: url("../fonts/Kicker/Kicker-Bold.ttf"),
       url("../fonts/Kicker/Kicker-Extrablack.ttf"),
       url("../fonts/Kicker/Kicker-Extralight.ttf"),
       url("../fonts/Kicker/Kicker-Medium.ttf"),
       url("../fonts/Kicker/Kicker-Thin.ttf"),
       url("../fonts/Kicker/Kicker-Semibold.ttf"),
}
@font-face {
  font-family: "Sumac"; src: url("../fonts/sumac/Sumac Regular.otf");
}
@font-face {
  font-family: "Sumac Oblique"; src: url("../fonts/sumac/Sumac Oblique.otf");
}

/* Global */
body {
  font-family: "Kicker", "Sumac";
  padding-top: 20px;
  background: #000;
  margin: auto;
}
.row { margin-top: -2px !important; margin-bottom: -2px !important; }
.form_area { flex-basis: auto !important; }
.bg-dark { background-color: #000000 !important; }
.bg-dark a {
  font-size: 12px;
  font-family: Kicker;
  font-weight: 100;
  color: #00b075 !important;
}
.bg-dark a:hover {
  color: #00462f !important;
}
.btn-ops {
  color: #fff;
  padding: 6px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 5px;
  font-size: 14px;
  float: left;
  border-color: #00ae74;
}

.img_set_bottom { display: none; }
.carousel-control-next { z-index: 10; }
.carousel-control-prev { z-index: 10; }


.carousel-indicators .active {
  border: 2px solid #fff;
  background-color: #fff;
}
.carousel-indicators li {
  height: 3px;
  border: 2px solid #00462f;
  background-color: #fff0;
}

/* Cabecalho */
.brand_ops{
  text-align: left;
  padding-left: 5%;
}
.brand_ops img {
  width: 80px;
}

/* Barra Hamburguer  */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(40, 167, 69)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 10px;
  border: 0;
}
.navbar-dark .navbar-toggler {
  position: absolute;
  font-size: 20px;
  padding-right: 10%;
  right: 0;
  border: 0;
}
.navbar-collapse {
  top: 40px;
  margin-bottom: 60px;
  z-index: 1;
}

/* Icones */
#navbarSocialIcons {
  display: none;
}
.linkedin_svg{
  width: 20px;
}
.fb_svg{
  width: 20px;
}
.instagram_svg {
  width: 20px;
}
.icon_svg:hover {
  fill: #ace63c;
  opacity: 0.5;
}
.language_option {
  font-size: 9px;
  padding: 3px;
  padding-right: 5px;
  padding-left: 5px;
}
.active_language {
  color: #fff;
  font-size: 10px;
  border: 1px solid #00462f;
}

/* Carrossel */
#home {
  position: relative;
}
.carousel-inner {
  position: relative;
}
.carousel-indicators {
  position: relative;
}
.carousel-item {
  height: 100%;
  margin-bottom: 20px;
}
.carousel-caption {
  position: relative;
  width: 90%;
  left: 5%;
  right: 5%;
  display: block !important;
  bottom: auto;
  padding-top: 0px;
}
.carousel-tags {
  font-family: "Kicker";
  letter-spacing: .2rem;
  font-size: 10px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
  color: #00b075;
}
.carousel-title {
  font-family: "Sumac";
  text-align: left;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #fff;
}
.carousel-text {
  text-align: left;
  font-size: 12px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 8px;
}
.navbar-nav{
    text-align: right;
    width: 100%;
}
.navbar { padding: 0px; }
.row { margin: 0px; }
.navbar-nav  > li > a {
    border-right: 1px solid #4d4d4d;
}
.navbar-nav > li:last-child > a {
    border-right: 0;
}

/* Serviços */
.my-4 {
  font-size: 100px;
  font-family: Sumac;
  text-align: center;
  text-transform: uppercase;
  color: #00462f;
}
.services_svg {
  width: 100px;
  height: 100px;
  padding-top: 15px;
}
.card {
  background-color: #fff0;
  border: 0px;
}
.card_area {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.card_background {
  display: block;
  max-width: 450px;
  max-height: 400px;
  width: auto;
  height: auto;
  z-index: -1;
  object-fit: contain;
}
.card-header {
  padding: 5px;
  width: 80%;
  margin-left: 15px;
  padding-top: 30px;
  position: absolute;
}
.card-body {
  padding: 5px;
  margin-left: 15px;
  flex: 0 auto;
  width: 80%;
  padding-top: 140px;
  position: absolute;
}
.card-text {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  padding-bottom: 10px;
  font-family: Sumac;
}
.card-footer {
  color: #fff;
  font-size: 14px;
  padding: 5px;
  padding-top: 230px;
  margin-left: 15px;
  width: 80%;
  position: absolute;
}

/* Pós-Portfolio */
.layout_divisor {
  width: 100%;
}
.layout_divisor_contact {
  width: 100%;
  margin-top: -8px;
}
.background_white {
  background: #fff;
}
.video_iframe {
  width: 180px;
  height: 120px;
}

/* Sobre Nós */
#about {
  background: #fff;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
#about_team {
  margin-top: 30px !important;
}

.about_logo {
  width: 100%;
}

.logo_complete {
  height: 400px;
}

/* Clientes */
#clients {
  background: #fff;
}
#clients_head {
  color: #4d4d4d;
  font-size: 45px;
  text-align: center;
  font-family: Sumac;
  text-transform: uppercase;
  font-weight: 500;
  padding-top:20px;
  padding-bottom:20px;
  width: 100%;
}
.clients_member {
  padding-bottom: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.clients_member img {
  width: 100%;
  padding: 2px;
}
.clients_background {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 0;
  right: 0px;
  left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
/* Contato */
#contact {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.contact_logo {
  padding: 20px;
  padding-top: 30px;
  width: 100%;
}
.contact_text {
  color: #fff;
  margin: 5px;
  font-size: 16px;
}
.contact_info {
  color: #009664;
}
.contact_info img {
  padding-right: 5px;
}
.form-area {
  color: #009664;
}
.form-control {
  background-color: #000;
  border: 1px solid #009664;
}
.form-area button {
  text-align: center;
}
.footer_division {
  border: 1px solid #009664;
}
.footer_text {
  font-size: 20px;
  color: #009664;
}
.footer_text a {
  color: #00462f;
  padding-left: 10px;
  padding-right: 10px;
}
.footer_separator {
  padding-left: 5px;
  padding-right: 5px;
}
