/*

@Author: Igor Pereira
@URL: https://pix2.com.br


*/


@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Poppins:300,400,600,800&display=swap");

@font-face {
   font-family: "nunito";
   src: url("../fonts/Nunito-Regular.ttf");
}
@font-face {
   font-family: "inter";
   src: url("../fonts/Inter.ttf");
}
.fonte{
	font-family: "inter" !important;
}

@font-face {
   font-family: "poppins";
   src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "poppins_italic";
  src: url("../fonts/Poppins-Italic.ttf");
}

@font-face {
  font-family: "nunito_variable";
  src: url("../fonts/Nunito-VariableFont_wght.ttf");
}

.fonte2{
	font-family: "poppins" !important;
}

* {
  outline: none !important;
	list-style-type: none;
}
.subtitulo{
	font-size: 26px;
}



#webcoderskull{
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

canvas{
    height:100vh;
    background-color:#222239;
}
#webcoderskull h1{
  letter-spacing: 5px;
  font-size: 5rem;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

html {
  scroll-behavior: smooth !important;
}

body {
  margin: 0 !important;
  padding: 0;
  font-family: "inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  background: #222327;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

/* LINKS */
a {
  color: #FF5315;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.outline-button{
  cursor: pointer;
  display:inline-block;
  padding: 11px 32px;
  border:2px solid #fff;
  color:#fff !important;
  border-radius:36px;
  text-decoration:none;
  font-weight:600;
  transition:all .2s ease;
  text-decoration: none;
}

.outline-button:hover{
  background:#fff;
  color:#FF5315 !important;
  text-decoration: none;
}

.soc{
	color: #fff;
}

.soc :hover{
	color: #FF5315;
}
.soc2{
	color: #FF5315;
}

.soc2 :hover{
	color: #FF5315;
	text-decoration: underline;
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

/* CUSTOM CONTAINER */
@media (min-width: 1300px) {
  .container {
    max-width: 1273px;
  }
}

@media (max-width: 1300px) {
  .menumenor li a{
    font-size: 12px !important;
  }
	
	.mob3{
		font-size: 38px !important;
	}
	
}
/* SECTIONS */
main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: #222239;
}

.branco:hover{color: #fff !important;}
.caso p {
	color: #222239 !important;
}

section {
  position: relative;
}

aside {
  position: relative;
}

/* FORM ELEMENTS */
input[type=text] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=email] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=search] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=password] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=submit] {
  height: 58px;
  border: none;
  background: #222327;
  color: #fff;
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
}

button[type=submit] {
  height: 58px;
  border: none;
  background: #FF5315;
  color: #fff;
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
}

.bt1{
	height: 50px;
  border: none;
  background: #FF5315;
  color: #fff;
  padding: 0 30px;
  font-weight: 400;
  font-size: 18px;
	border-radius: 30px;
}

textarea {
  max-width: 100%;
  height: 140px;
  border: 1px solid #eee;
  padding: 20px;
}

.menu a {
	color: #ffffff !important;
	font-family: inter;
	font-size: 16px;
}
.menu a:hover {
	
	font-family: inter;
	font-size: 16px;
}

.menu2 a {
	color: #FF5315 !important;
	font-family: inter;
	font-size: 16px;
}
.menu2 a:hover {
	
	font-family: inter;
	font-size: 16px;
}


.lang{
	color: #FF5315 !important;
	
}

.lang:hover{
	text-decoration: underline;
	color: #FF5315;
	cursor: pointer;
	
}

.langactive{
	text-decoration: underline;
	
}


/* EQUALIZER */
.equalizer {
  width: 26px;
  height: 30px;
  cursor: pointer;
  position: relative;
}

.equalizer span {
  background: #fff;
  width: 2px;
  height: 0px;
  bottom: 0;
  left: 0%;
  display: block;
  position: absolute;
  transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
  margin-left: 8px;
}

.equalizer span:nth-child(2) {
  margin-left: 16px;
}

.equalizer span:nth-child(4) {
  margin-left: 24px;
}

.equalizer.paused span {
  height: 3px !important;
}

/* SPLITTING */
.splitting .word, .splitting .char {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.animated .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}

/* ODOMETER */
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: -5px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: 0;
}

/* PAGINATION */
.pagination {
  width: 100%;
  float: left;
  margin: 50px 0;
}
.pagination .page-item {
  display: inline-block;
  margin-right: 10px;
}
.pagination .page-item .page-link {
  font-weight: 600;
  border-radius: 0 !important;
  font-size: 13px;
  color: #222327;
  line-height: 1;
  padding: 15px 30px;
}

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.reveal-effect {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.reveal-effect.animated * {
  -webkit-animation-name: show-img-1;
  animation-name: show-img-1;
}

.reveal-effect:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reveal-effect:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.05, 0);
  transform: scale(0.05, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker:after {
  background-color: #161619;
}

.reveal-effect.animated:after {
  -webkit-animation-name: slide-bg-2;
  animation-name: slide-bg-2;
}

/* SWIPER PAGINATION */
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transform: scale(0.4);
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  background: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  background: none;
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  background: #FF5315;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
  transition-delay: 0.6s;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1c1c1c;
  transition-delay: 0.3s;
}
.preloader .inner {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.preloader .inner span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.preloader .inner figure {
  display: block;
  margin-bottom: 20px;
  transition-delay: 0.1s;
}
.preloader .inner figure img {
  height: 40px;
  transform: translateX(-7px);
}

/* PAGE LOADED */
.page-loaded .preloader {
  left: -100%;
}

.page-loaded .preloader .inner figure {
  opacity: 0;
  transform: scale(1.5);
}

.page-loaded .preloader .inner span {
  transform: translateY(20px);
  opacity: 0;
}

.page-loaded .preloader .layer {
  left: -100%;
}

.page-loaded .left-side {
  left: 0;
  opacity: 1;
}

.page-loaded .slider {
  filter: blur(0);
  transform: scale(1);
}

.page-loaded .page-header {
  filter: blur(0);
  transform: scale(1);
}

.page-loaded .all-cases-link {
  right: 30px;
}

/* PAGE TRANSTION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: #FF5315;
}
.page-transition .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #1c1c1c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.page-transition.active {
  opacity: 1;
  visibility: hidden;
	display: none;
  right: 0;
}
.page-transition.active .layer {
  width: 100%;
}

/* SITE NAVIGATION */
.site-navigation {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: #FF5315;
  padding-left: 120px;
}
.site-navigation .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #222239;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.site-navigation .inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
}
.site-navigation .inner ul {
  margin: 0;
  padding: 0;
  animation-duration: 1s;
}
.site-navigation .inner ul li {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
}
.site-navigation .inner ul li ul {
  margin-top: 0;
  margin-bottom: 10px;
  display: none;
}
.site-navigation .inner ul li ul li {
  display: block;
  margin: 0;
}
.site-navigation .inner ul li ul li a {
  font-size: 15px;
}
.site-navigation .inner ul li i {
  margin-left: 20px;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  transform: translateY(-5px);
  cursor: pointer;
}
.site-navigation .inner ul li small {
  width: 100%;
  display: block;
  color: #FF5315;
  opacity: 1;
  letter-spacing: 0.5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(-15px);
	margin-top: 10px;
}
.site-navigation .inner ul li a {
  font-size: 25px;
  display: inline-block;
  font-weight: 800;
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-navigation .inner ul li a:hover {
  color: #FF5315;
  text-decoration: none;
}
.site-navigation.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.site-navigation.active .layer {
  width: 100%;
}
.site-navigation.active .inner {
  opacity: 1;
}
.active{
	color: #ffffff !important;
	text-decoration: underline;
}

/* SECTION TITLES */
.section-title {  
  font-family: "inter";
  font-size: 48px;
  line-height: 1em;
  font-weight: 700;
  color: #222239;
}

/* SOCIAL MEDIA */
.social-media {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  background: #FF5315;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.social-media .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #161619;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.social-media .inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  text-align: center;
  width: 100%;
}
.social-media .inner h5 {
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
.social-media .inner ul {
  display: block;
  margin: 0;
  padding: 0;
}
.social-media .inner ul li {
  font-size: 2vw;
  display: inline-block;
  margin: 0 40px;
  padding: 0;
  list-style: none;
}
.social-media .inner ul li a {
  color: #fff;
}
.social-media .inner ul li a:hover {
  color: #FF5315;
  text-decoration: none;
}
.social-media.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.social-media.active .layer {
  width: 100%;
}
.social-media.active .inner {
  opacity: 1;
}

/* ALL CASES */
.all-cases {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  background: #FF5315;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.all-cases .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #161619;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.all-cases .inner {
  position: relative;
  z-index: 2;
  padding-left: 220px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  width: 100%;
}
.all-cases .inner ul {
  display: block;
  max-height: 500px;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
.all-cases .inner ul li {
  font-size: 8vw;
  font-weight: 800;
  margin: 0;
  padding: 0;
  list-style: none;
}
.all-cases .inner ul li a {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.all-cases .inner ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.all-cases.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.all-cases.active .layer {
  width: 100%;
}
.all-cases.active .inner {
  opacity: 1;
}

/* ALL CASES LINK */
.all-cases-link {
  position: absolute;
  right: -100%;
  top: 30px;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1s;
}
.all-cases-link span {
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  margin-right: 10px;
}
.all-cases-link b {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
  background: #fff;
  color: #222327;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.all-cases-link b:hover {
  background: #FF5315;
  text-decoration: none;
  color: #fff;
}

/* LEFT SIDE */
.left-side {
  width: 180px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 10;
  text-align: center;
 /* border-right: 1px solid rgba(255, 255, 255, 0.1);*/
  padding: 30px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1s;
  opacity: 0;
}
.left-side .logo {
  display: inline-block;
  margin-bottom: auto;
}
.left-side .logo img {
  width: 180px;
	padding-left: 40px;
	padding-top: 16px;
}
.left-side .hamburger {
  margin: auto;
	display: none !important;
}
.left-side .follow-us {
  width: 75px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  text-align: center;
	font-size: 20px;
  
  
  cursor: pointer;
	margin-top: 10px;
}
.left-side .equalizer {
  margin: auto;
  margin-bottom: 0;
	
	
}
.idioma{
	padding-left: 30px;
	width: 80px;
	margin-top: 650px;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.2);
  filter: blur(20px);
  transition-delay: 0.8s;
}
.slider .swiper-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.slider .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.slider .swiper-container .swiper-slide video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.slider .gallery-top {
  height: 100%;
  width: 100%;
  background: #222327;
}
.slider .gallery-thumbs {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 120px;
  padding-bottom: 30px;
  z-index: 9;
  position: absolute;
  bottom: 30%;
  right: 0;
  height: auto;
  color: #fff;
}
.slider .gallery-thumbs .swiper-slide {
  width: 90%;
  height: 100%;
  opacity: 0.4;
  text-align: center;
  filter: blur(3px);
}
.slider .gallery-thumbs .swiper-slide span {
  margin-left: 50%;
  transform: translateX(-50%);
  float: left;
  font-size: 3vw;
  line-height: 5vw;
  font-weight: 800;
}
.slider .gallery-thumbs .swiper-slide a {
  display: none;
  font-size: 13px;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  padding-bottom: 5px;
  position: relative;
}
.slider .gallery-thumbs .swiper-slide a:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.slider .gallery-thumbs .swiper-slide a:hover {
  text-decoration: none;
}
.slider .gallery-thumbs .swiper-slide a:hover:before {
  width: 100%;
}
.slider .gallery-thumbs .swiper-slide-active {
  width: 100%;
  opacity: 1;
  transform: scale(1.4);
  filter: blur(0px);
}
.slider .gallery-thumbs .swiper-slide-active span {
  font-size: 4vw;
}
.slider .gallery-thumbs .swiper-slide-active a {
  display: inline-block;
}
.slider .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 30px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  background: none;
}
.slider .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 30px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  background: none;
}
.slider .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}
.slider .slide-progress span {
  display: inline-block;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
}
.slider .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}
.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* VIDEO HERO */
.video-hero {
  background-color: #FFF;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video-hero .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #FFF;
}
.video-hero .video-bg video {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.video-hero .inner {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.video-hero .inner span {
  width: 100%;
  float: left;
  font-size: 58px;
  line-height: 3.7vw;
  
  color: #fff;
  margin-bottom: 50px;
}
.video-hero .inner a {
  font-size: 19px;
  color: #FF5315;
  font-family: "Fjalla One", sans-serif;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #FF5315;
  padding-bottom: 4px;
}
.video-hero .inner a:hover {
  text-decoration: none;
  color: #fff;
}

/* FEBRABAN SECTION */

.section-febraban{
  width: 100%;
  padding: 200px 0px 100px 0px;
  background-image: url(../images/bannerfebraban.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container-febraban{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container-febraban img{
  width: 48%;
  border-radius: 25px 0px 0px 25px;
}

.section-text-febraban h1{
  color: #fff;
  font-weight: 800;
}

.section-text-febraban p{
  font-size: 44px;
  color: #fff;
  line-height: 2.6vw;
  margin-top: 30px;
  margin-bottom: 50px;
}

.btn-febraban{
  background-color: #FF5315;
  text-decoration: none;
  color: #FFF;
  padding: 10px 50px;
  border-radius: 30px;
  font-size: 1.2rem;
  box-sizing: content-box;
  transition: all 0.3s ease-in-out;
  transform: translateY(-500px) !important;
}

.btn-febraban:hover{
  background-color: #FFF;
  color: #FF5315;
  text-decoration: none;
}

.section-text-febraban p span{
  color:#ed6031;
  font-weight: 600;
}


/* HERO SECTION */

.section-hero {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* padding: 100px 0px; */
  margin-top: 3em;
  height: 73vh;
}

.section-text-hero{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}



/* CLIENTS */

.section-clients{
  background-color: #222239;
  padding: 70px 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.div-clients{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-clients h2{
  color: #fff;
  font-size: 58px;
  line-height: 3.4vw;
  font-weight: 600;
  margin-bottom: 30px;
}

/* PILARS */

.section-pilars{
  background-color: #F5F8FA;
  width: 100%;
}

.div-pilars{
  padding: 100px 0px 50px 0px;;
}

.div-pilars h2{
  margin-bottom: 43px;
}

.div-card-pilars{
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 20px;
}

.card-pilar{
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.card-pilar h3{
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 32px;
  color: #222239;
}

.card-pilar p{
  color: #222239;
  line-height: 32px;
}

.card-pilar hr{
  width: 45px;
  height: 5px;
  background-color: #FF5315;
  border: none;
  margin-left: 0px;
  border-radius: 8px;
}

/* CERTIFIED SECTION */

.section-certified{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 0px 100px 0px;
  background-color: #fff;
}

.div-certified-title{
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.div-certified-title p{
  width: 35%;
  font-size: 18px;
}

.div-certified-cards{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 30px;
  gap: 40px;
}

.card-certified{
  width: 20%;
  color: #222239;
}

.card-certified img{
  margin-bottom: 30px;
  height: 90px;
}

.card-certified p{
  margin-bottom: 0px;
  font-weight: 600;
}

.card-certified hr{
  width: 45px;
  height: 5px;
  background-color: #FF5315;
  border: none;
  margin-left: 0px;
  border-radius: 8px;
}


/* IMPACTO SOCIAL */

.section-impacto-social{
  width: 100%;
  background-color: #EEF3F6;
}

.impacto-wrapper{display:flex; flex-direction:column; gap:28px;}
.impacto-header .section-title{color:#222239; font-size:44px; line-height:1.18; position:relative;}
.impacto-header .section-title::after{content:""; display:block; width:45px; height:4px; border-radius:4px; background:#FF5315; margin-top:12px;}

/* bloco branco arredondado como cartão grande */
.impacto-content{background:#fff; border-radius:14px; padding:28px; display:grid; grid-template-columns: 44% 1fr; grid-template-rows:auto 1fr; grid-template-areas:"title cards" "image cards"; align-items:start; gap:28px; } 
.impacto-title{grid-area:title; padding-left: 3em;}
.impacto-title .section-title{color:#222239; font-size:42px; line-height:1.2; margin:0;}
.impacto-title .section-title::after{content:""; display:block; width:45px; height:4px; border-radius:4px; background:#FF5315; margin-top:14px;}
.impacto-image{grid-area:image; flex:0 0 38%; justify-self:start; padding-left: 3rem;}
.impacto-image img{display:block; width:100%; height:auto;}

/* cartões cinza claro à direita */
.impacto-cards{grid-area:cards; flex:1; display:flex; flex-direction:column; gap:16px; justify-content: space-around; height: 100%;}
.impacto-card{background:#F6F8FA; border-radius:12px; padding:18px 20px;}
.impacto-card h4{color:#FF5315; font-weight:700; font-size:20px; margin:0 0 8px 0;}
.impacto-card p{color:#222239; font-size:20px; margin:0;}

@media (max-width: 991px){
  .impacto-content{display:flex; flex-direction:column; padding:20px;}
  .impacto-image{width:100%;}
  .impacto-cards{width:100%;}
}


.resultados-content {
  background:#fff; border-radius:14px; padding:28px; 
}
.resultados-header {margin-left: 3em;}
.resultados-cards {margin-left: 3em;}
/* SECTION AWARDS */
.fourlives-title {margin-left: 2em;}
.fourlives-text { padding: 2em; background-color: #F6F8FA; border-radius: 14px;}
.section-fourlives{width:100%; background:#EEF3F6; padding:48px 0 24px 0;}
.fourlives-content{background:#fff; border-radius:14px; padding:28px; display:grid; grid-template-columns: 1fr 1.2fr; gap:28px; align-items:center; } 
.fourlives-title .section-title{color:#222239; font-size:42px; line-height:1.1; margin:0;}
.fourlives-title .section-title::after{content:""; display:block; width:45px; height:4px; border-radius:4px; background:#FF5315; margin-top:14px;}
.fourlives-text p{color:#222239; font-size:20px; margin:0;}

.section-resultados-programa{width:100%; background:#EEF3F6; padding: 27px 0 72px 0;} 
.resultados-header .section-title{color:#222239; font-size:42px; line-height:1.1; margin-bottom:22px;}
.resultados-header .section-title::after{content:""; display:block; width:45px; height:4px; border-radius:4px; background:#FF5315; margin-top:14px;}
.resultados-cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:28px;}
.resultado-card{background:#F6F8FA; border-radius:14px; padding:28px; display:flex; align-items:center; gap:18px; } 
.resultado-icon{width:44px; height:44px; border-radius:8px; background:#FCE6DC; flex:0 0 44px;}
.resultado-card p{color:#222239; font-size:20px; margin:0;}

@media (max-width: 991px){
  .fourlives-content{grid-template-columns:1fr;}
  .fourlives-title .section-title{font-size:40px;}
  .fourlives-text p{font-size:18px;}
  .resultados-header .section-title{font-size:38px;}
  .resultados-cards{grid-template-columns:1fr;}
  .resultado-card p{font-size:20px;}
}

.section-awards{
  background-color: #222239;
  color: #fff !important;
}

.section-awards .section-title, .section-awards p{
  color: #fff !important;
}

/* NOSSA TRAJETÓRIA (TIMELINE) */
.nossa-trajetoria{
  width: 100%;
  background-color: #222239;
  color: #fff;
  padding: 40px 0 40px 0;
}

.trajetoria-wrapper{display:flex; align-items:center; gap:60px;}
.trajetoria-intro{flex:0 0 25%;}
.trajetoria-intro .section-title{color:#fff; margin:0; font-size: clamp(24px, 4.5vw, 36px); font-weight: 800; line-height: 1.2;}
.trajetoria-timeline{flex:1;}

.timeline{
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: end;
  padding: 0 0 10px 0;
}

/* linha base */
.timeline:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  height: 2px;
  background: #FF5315;
}

.timeline-item{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0;
}

.tl-titles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: baseline;
  padding: 9px 0 10px 0;
}

.tl-titles .tl-caption{font-size: clamp(12px, 2.4vw, 14px); color:#fff; line-height:1.2; text-align:start;  white-space: normal;}
.tl-titles .tl-caption:last-child{grid-column: auto; justify-self:start; text-align:start; white-space: normal;}

.timeline-item .tl-caption{font-size: clamp(14px, 2.8vw, 16px); color:#fff; text-align:left; min-height:40px; display:none;}

.timeline-item .tl-year{font-size: clamp(28px, 6vw, 36px); font-weight:800; position:relative; margin-top:6px; text-align:center;}

.timeline-item .tl-dot{width:14px; height:14px; background-color:#FF5315; border-radius:50%; position:relative; bottom:-6px;   box-shadow: 2px 0 0 0 #222239;animation:none; z-index:3;}

/* removido vazado lateral; a borda do dot já faz o efeito desejado */

/* linha estática sem brilho para coincidir com o layout */

/* animação de pulso removida para manter visual estático */

/* Hover interativo no desktop */
.timeline-item:hover .tl-year{
  color: #FF9B76;
}

/* RESPONSIVO */
@media (max-width: 991px){
  .trajetoria-wrapper{flex-direction:column; align-items:flex-start; gap:30px;}
  .trajetoria-intro{flex-basis:auto; width:100%;}
  .trajetoria-intro .section-title{margin-bottom:0;}
  .tl-titles{display:none;}
  .timeline-item .tl-caption{display:block;}
  .timeline{grid-template-columns: repeat(3, 1fr); gap: 30px;}
  .resultados-header {margin-left: 0;}
.resultados-cards {margin-left: 0;}
.impacto-title{grid-area:title; padding-left: 0;}
.fourlives-title {margin-left: 0;}

}

@media (max-width: 640px){
  .nossa-trajetoria{padding: 60px 20px;}
  .timeline{grid-template-columns: 1fr; gap: 20px;}
  .timeline:before, .timeline:after{display:none;}
  .timeline-item{align-items: flex-start; gap: 6px;}
  .timeline-item .tl-caption{text-align: left; min-height: auto;}
  .timeline-item .tl-year{font-size: clamp(22px, 7.2vw, 32px);} 
  .timeline-item .tl-dot{bottom: 0; width: 14px; height: 14px;}
  .resultados-header {margin-left: 0;}
.resultados-cards {margin-left: 0;}
.impacto-title{grid-area:title; padding-left: 0;}
.fourlives-title {margin-left: 0;}

}

/* CONTACT SECTION */

.section-contact {
  width: 100%;
  background-color: #F5F8FA;
  padding: 100px 0px;
}

.div-contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* LEFT SIDE - CONTACT INFO */

.div-contact-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.div-contact-info .section-title {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
  color: #222239;
}

/* SOCIAL ICONS */

.div-social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #FF531530;
  transform: translateY(-2px);
}

.social-icon i {
  font-size: 18px;
}

/* LOCATION CARDS */

.div-location-cards {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.card-location {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.arrow-location{
  position: absolute;
  top: 0;
  right: 50%;
  width: 10px;
  height: 10px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.card-location:hover .arrow-location {
  transform: rotate(45deg);
}

.location-icon {
  font-size: 24px;
  color: #FF5315;
  margin-top: 2px;
  flex-shrink: 0;
}

.location-info {
  flex: 1;
}

.location-info h4 {
  margin: 0;
  font-size: 16px;
  color: #222239;
}

.location-city {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 800;
  color: #222239;
}

.location-address {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #888;
}

/* RIGHT SIDE - CONTACT FORM */

.div-contact-form {
  width: 50%;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.div-form-title{
  border: 1px solid #222239;
  border-radius: 75px;
  padding: 6px;
  background-color: #fff;
  margin: 0 0 32px 0;
}

.form-title {
  margin: 0px;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  padding: 20px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  background-color: #222239;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
}

.form-group span{
  margin-left: 2px;
  color: #f61c0d;
}

.form-group label {
  font-size: 16px;
  font-weight: 300;
  color: #222239;
}

.form-input {
  width: 100%;
  padding: 8px !important;
  border: 1px solid #8A8C98 !important;
  height: auto !important;
  border-radius: 8px;
  font-size: 16px;
  color: #222239 !important;
  background-color: #fff;
  transition: border-color 0.3s ease;
  font-family: inherit;
}

.form-input:focus {
  outline: none;
  border-color: #FF5315;
}

.form-input[type="select"],
.form-input select,
select.form-input {
  width: 100%;
  padding: 8px 40px 8px 8px !important; /* padding-right maior para dar espaço ao chevron */
  border: 1px solid #8A8C98 !important;
  height: auto !important;
  border-radius: 8px;
  font-size: 16px;
  color: #222239;
  background-color: #fff;
  transition: border-color 0.3s ease;
  font-family: inherit;
  
  /* Remove a aparência padrão do select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Adiciona o ícone de chevron customizado */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center; 
  background-size: 20px;
}


select.form-input::-ms-expand {
  display: none; /* Remove a seta padrão no IE */
}

.form-input::placeholder {
  color: #9CA3AF;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.btn-submit {
  background-color: #222239 !important;
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 20px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 16px;
}

.btn-submit:hover {
  background-color: #ed6031 !important;
  transform: translateY(-5px);
}



/* section-acc-business */

.section-acc-business{
   background-color: #FFFFFF;
   height: 60vh;
   display: flex;
   justify-content: center;
   width: 100%;
   align-items: center;
   padding-top: 100px;
}

.section-acc-business p{
   /* text-align: justify; */
   font-size: 20px;
   color: #818290;
   line-height: 32px;
   font-weight: 500
}

.section-acc-business-content{
  align-items: center;
}

/* section-year */
.section-year{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 50px 0px
}

.container-year {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-year .section-title{
   padding:0;
   color: #FFF;
   font-size: 36px;
   line-height: 60px;
   margin-bottom: 0.5em;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .div-contact-content {
    flex-direction: column;
    gap: 40px;
  }
  .arrow-location{
    right: 0;
  }
  
  .div-contact-info,
  .div-contact-form {
    width: 100%;
  }
  
  .div-contact-info .section-title {
    font-size: 36px;
  }
  
  .div-social-icons {
    justify-content: center;
  }
  
  .div-contact-form {
    padding: 24px;
  }
}

/* CAROUSEL HERO */
.carousel-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.carousel-hero .carousel-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.carousel-hero .carousel-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  background-size: cover;
  background-position: center;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
  opacity: 1;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active:after {
  opacity: 0.4;
}
.carousel-hero .carousel-slider .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #222327;
  opacity: 0.7;
}
.carousel-hero .carousel-slider .swiper-slide .inner {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.carousel-hero .carousel-slider .swiper-slide .inner h2 {
  width: 100%;
  float: left;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.carousel-hero .carousel-slider .swiper-slide .inner a {
  font-size: 19px;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.carousel-hero .carousel-slider .swiper-slide .inner a:hover {
  text-decoration: none;
  color: #FF5315;
}
.carousel-hero .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 30px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  background: none;
}
.carousel-hero .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 30px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  background: none;
}
.carousel-hero .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}
.carousel-hero .slide-progress span {
  display: inline-block;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
}
.carousel-hero .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}
.carousel-hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #161619;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.2);
  filter: blur(20px);
  transition-delay: 0.8s;
}
.page-header .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page-header .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.page-header .inner {
  width: 100%;
  padding-left: 220px;
  position: relative;
  z-index: 2;
}
.page-header .inner h1 {
  color: #fff;
  font-weight: 800;
  font-size: 10vw;
  letter-spacing: -3px;
}
.page-header .inner p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

/* INTRO */
.intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  color: #fff;
  background: #161619;
}
.intro .col-lg-7 {
  padding-left: 10%;
}
.intro h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
}
.intro h6:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 7px;
}
.intro b {
  font-size: 120px;
  line-height: 1;
  font-family: "Fjalla One", sans-serif;
  float: left;
  font-weight: 400;
  margin-right: 20px;
}
.intro h4 {
  font-weight: 600;
}
.intro p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 35px;
}
.intro small {
  display: block;
  opacity: 0.7;
  margin-bottom: 50px;
}
.intro a {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #FF5315;
  padding-bottom: 5px;
}
.intro a:hover {
  border-color: #fff;
}

/* INTRO IMAGE */
.intro-image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px;
  position: relative;
}
.intro-image:before {
  content: "";
  width: 100%;
  height: 100px;
  background: #161619;
  position: absolute;
  left: 0;
  top: 0;
}
.intro-image.light:before {
  background: #fff;
}
.intro-image .office-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #222327;
  position: relative;
  overflow: hidden;
}
.intro-image figure {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}
.intro-image figure img {
  width: 100%;
  opacity: 0.7;
}
.intro-image figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  line-height: 1;
}
.intro-image figure figcaption h6 {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

/* PROCESS */
.process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
  color: #fff;
  text-align: center;
}
.process .odometer {
  font-family: "Fjalla One", sans-serif;
  font-size: 5vw;
  line-height: 1;
}
.process .symbol {
  width: 100%;
  display: block;
  font-size: 12px;
}
.process small {
  width: 80%;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin: 20px 10%;
  font-weight: 600;
}

/* ICON CONTENT BLOCK */
.icon-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: #222239;
  background: #fff;
}
.icon-content-block .container {
  position: relative;
  z-index: 2;
}
.icon-content-block .content-block {
  width: 100%;
  display: block;
  margin: 0;
  padding: 50px 30px;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.icon-content-block .content-block.selected {
  background: #FF5315;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}
.icon-content-block .content-block.selected:before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
}
.icon-content-block .content-block figure {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.icon-content-block .content-block figure img {
  height: 64px;
}
.icon-content-block .content-block h6 {
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.icon-content-block .content-block ul {
  margin: 0;
  padding: 0;
}
.icon-content-block .content-block ul li {
  padding: 3px 0;
  opacity: 0.7;
  list-style: none;
  font-weight: 300;
}

/* TEXT CONTENT BLOCK */
.text-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.text-content-block .col-md-4 {
  margin: 20px 0;
}
.text-content-block .section-title {
  margin-bottom: 30px;
}
.text-content-block h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding-right: 20%;
  margin-bottom: 70px;
}
.text-content-block small {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: -20px;
  opacity: 0.1;
  display: block;
}
.text-content-block h6 {
  font-size: 20px;
  font-family: "Fjalla One", sans-serif;
}
.text-content-block p {
  padding-right: 20%;
  margin-bottom: 0;
  line-height: 1.5;
}


/* STUDIOS SECTION */

.section-studios {
  width: 100%;
  background-color: #FFF;
  padding: 100px 0px;
}

.div-studios {
  padding: 0;
}

.div-studios-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* LEFT SIDE - STUDIOS MENU */

.div-studios-menu {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.studio-item {
  background-color: #1F2C60;
  color: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  transform-origin: left;
  transition: transform 0.3s ease;
}

.studio-item:hover {
  background-color: #172353;
  transform: scaleX(1.025);
}

.studio-item:hover .studio-arrow{
  transform: rotate(45deg);
}

.studio-item.active {
  background-color: #172353;
  text-decoration: none;
}

.studio-item.active {
  transform: scaleX(1.025);
}

.studio-item.active .studio-arrow{
  transform: rotate(45deg);
}

.studio-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.studio-item span {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.studio-arrow {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  transition: transform 0.1s ease;
}

/* RIGHT SIDE - CONTENT AREA */

.div-studios-content-area {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: 576px;
}

.studios-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.studios-header .section-title {
  margin: 0;
  font-size: 48px;
  line-height: 1.2;
  color: #222239;
  font-weight: 700;
}

.studios-description {
  font-size: 18px;
  color: #222239;
  line-height: 1.6;
  margin: 0;
}

/* Studio Content Cards with Animation */
.studio-content-card {
    background-color: #1F2C60;
    color: #fff;
    border-radius: 20px;
    padding: 40px;
    background-image: 
        linear-gradient(to right, rgba(31, 44, 96, 0) 0%, rgba(31, 44, 96, 1) 25%),
        url(../images/studio-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    flex: 1;
    
    /* Animation properties */
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: none;
}

.studio-item-aux{
    display: block !important;
}

/* Active state with animation */
.studio-item-show {
    opacity: 1 !important;
    transform: translateY(0) !important;
    
}

/* Fade out animation */
.studio-item-hide {
    opacity: 0 !important;
    transition: all 0.3s ease-in-out !important;
}


.studio-card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.studio-card-header-content {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.studio-card-icon {
  font-size: 32px;
  color: #fff;
}

.studio-card-header h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

/* SERVICES LAYOUT */

.studio-services {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.services-column {
  flex: 1;
}

.services-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.services-column li {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.services-column li::before {
  content: "•";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .div-studios-content {
    flex-direction: column;
    gap: 40px;
  }
  
  .div-studios-menu,
  .div-studios-content-area {
    width: 100%;
  }
  
  .studios-header .section-title {
    font-size: 36px;
  }
  
  .studio-content-card {
    padding: 24px;
  }
  
  .studio-services {
    flex-direction: column;
    gap: 24px;
  }
  
  .studio-item span {
    font-size: 13px;
  }

  .studio-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .studio-card-header-content {
    flex-direction: column;
    gap: 8px;
  }

  .studio-card-header h3 {
    font-size: 22px;
  }

  .studio-card-icon {
    font-size: 28px;
  }
}

/* SECTION SEGMENTS */

.section-segments{
  width: 100%;
  padding: 75px 0px;
  background-color: #F5F8FA;
  display: flex;
  justify-content: center;
}

.div-segments{
  display:flex;
  justify-content: space-between;
  align-items: start;
}

.div-segments-info{
  width: 35%;
}

.div-segments-info h2{
  line-height: 50px;
  margin-bottom: 30px;
}

.div-segments-info p{
  font-size: 22px;
  line-height: 28px;
}

.div-segments-cards{
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 576px;
}

.div-segments-row{
  display: flex;
  justify-content: space-between;
  
  gap: 16px;
}

.div-segments-card{
  min-width: 127px;
  min-height: 127px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.div-segments-card:hover{
  transform: scale(1.02);
}

.div-segments-card p{
  position: absolute;
  bottom: 0px;
  left: 15px;
  color: #FFF;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

/* PARTNERS SECTION */

.section-partners{
  width: 100%;
  padding: 75px 0px;
  display: flex;
  justify-content: center;
}

.div-partners{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.div-partners h2{
  color: #FFF !important;
}

.div-partners p{
  font-size: 24px;
  color: #FFF;
  text-align: center;
}

.div-partners-logos{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.div-partners-logos img{
  max-height: 72px;
}


/* TESTIMONIALS */
.testimonials {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  
  color: #fff;
  background: #222239;
  position: relative;
}
.testimonials:before {
  content: "";
  width: 100%;
  
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonials .section-title {
  margin-bottom: 0;
}
.testimonials .testimonials-slider {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.testimonials .swiper-pagination {
  width: 100px;
  right: 80px;
  left: auto;
  bottom: 115px;
  text-align: right;
}
.testimonials .swiper-pagination-bullet {
  background: #222327;
}
.testimonials .swiper-pagination-bullet:hover {
  border-color: #222327;
}
.testimonials .swiper-pagination-bullet-active {
  border-color: #222327;
  background: none;
}
.testimonials .testimonial {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 80px;
  background: #FF5315;
  color: #222327;
}
.testimonials .testimonial blockquote {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.testimonials .testimonial .reviewer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.testimonials .testimonial .reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}
.testimonials .testimonial .reviewer .reviewer-infos {
  width: calc(100% - 65px);
  float: left;
}
.testimonials .testimonial .reviewer h6 {
  display: block;
  font-weight: 600;
}
.testimonials .testimonial .reviewer small {
  display: block;
}

/* TEAM */
.team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
  padding-bottom: 50px;
  color: #fff;
  background: #222239;
  position: relative;
  z-index: 2;

}
.team:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #222239;
}
.team .reveal-effect.masker:after {
  background: #222327;
}
.team h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.team figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -100px;
}
.team figure:hover ul {
  opacity: 1;
  visibility: visible;
}
.team figure img {
  width: 100%;
}
.team figure figcaption {
  display: block;
  color: #fff;
  margin-top: 20px;
}
.team figure figcaption h6 {
  display: block;
  font-weight: 600;
}
.team figure figcaption small {
  display: block;
  opacity: 1;
	color: #fff
}
.team figure ul {
  width: 80%;
  display: flex;
  margin: 10%;
  padding: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 60px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.team figure ul li {
  flex: 1;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  border-right: 1px solid #eee;
}
.team figure ul li:last-child {
  border-right: 0;
}
.team figure ul li a {
  color: #222327;
  font-size: 13px;
  padding: 5px;
}
.team figure ul li a:hover {
  color: #FF5315;
}

/* WORKS */
.works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #222327;
  color: #fff;
}
.works ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -60px 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.works ul li {
  width: 33.33333%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 60px;
}
.works ul li:nth-child(2n+2) {
  margin-top: 100px;
}
.works ul li:nth-child(3n+3) {
  margin-top: 40px;
}
.works ul li figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  background: #222327;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.works ul li figure:hover {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}
.works ul li figure:hover:before {
  opacity: 1;
}
.works ul li figure:before {
  content: "";
  width: 90%;
  height: 30%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.works ul li figure a {
  width: 100%;
  background: #222327;
  display: block;
  position: relative;
  z-index: 2;
}
.works ul li figure a img {
  width: 100%;
}
.works ul li h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 26px;
  letter-spacing: -1px;
}
.works ul li small {
  display: block;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.7;
}

/* CASE STUDY */
.case-study {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.case-study h6 {
  font-weight: 600;
  margin-top: 30px;
}
.case-study h5 {
  font-family: "Fjalla One", sans-serif;
  font-size: 5vw;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}
.case-study p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.case-study figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.case-study figure img {
  width: 100%;
}
.case-study figure video {
  width: 100%;
}
.case-study .container-fluid {
  margin-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

/* BLOG */
.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  background: #fff;
	border-bottom: 1px solid #222239;
}
.blog .col-lg-9 {
  padding-right: 60px;
}
.blog .sidebar {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.blog .sidebar .widget {
  width: 100%;
  display: block;
  border-left: 1px solid #eee;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-bottom: 10px;
}
.blog .sidebar .widget .title {
  display: block;
  font-weight: 800;
  font-size: 19px;
  padding: 15px 0;
  position: relative;
}
.blog .sidebar .widget .title:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #222327;
  position: absolute;
  left: -31px;
  top: 0;
}
.blog .sidebar .widget p {
  margin: 0;
}
.blog .sidebar .widget form {
  width: 100%;
}
.blog .sidebar .widget form input[type=text] {
  width: 100%;
  margin-bottom: 10px;
}
.blog .sidebar .widget .categories {
  width: 100%;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .categories li {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.blog .sidebar .widget .categories li span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ccc;
  color: #fff;
  margin-right: 15px;
  margin-left: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.blog .sidebar .widget .categories li a {
  color: #222327;
  margin-left: 0;
  font-weight: 600;
}
.blog .sidebar .widget .categories li a:hover{
	color: #FF5315;
}
.blog .sidebar .widget .tags {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.blog .sidebar .widget .tags li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}
.blog .sidebar .widget .tags li a {
  font-weight: 600;
  font-size: 11px;
  background: #222327;
  color: #fff;
  line-height: 1;
  padding: 3px 6px;
}
.blog .sidebar .widget .tags li a:hover {
  color: #FF5315;
  text-decoration: none;
}
.blog .sidebar .widget .mini-works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .mini-works li {
  width: 33.3333%;
  display: inline-block;
  margin: 0;
  padding: 4px;
  list-style: none;
}
.blog .post {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0;
}
.blog .post.single {
  position: relative;
}
.blog .post.single .post-image {
  width: 100%;
  margin-bottom: 50px;
}
.blog .post.single .post-content {
  width: 100%;
  padding: 0 60px;
}
.blog .post.single .post-content .post-title {
  font-size: 2vw;
  line-height: 1.4;
}
.blog .post:nth-child(even) {
  position: relative;
}
.blog .post:nth-child(even) .post-image {
  order: 2;
}
.blog .post:nth-child(even) .post-image:before {
  right: auto;
  left: -25px;
}
.blog .post:nth-child(even) .post-content {
  order: 1;
  padding-right: 60px;
  padding-left: 0;
  text-align: right;
}
.blog .post .post-image {
  width: 45%;
  margin: 0;
  position: relative;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}
.blog .post .post-image img {
  position: relative;
  width: 100%;
	height: 500px;
	object-fit: cover;
}
.blog .post .post-image:before {
  content: "";
  width: 90%;
  height: 60%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: 0;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0.2;
}
.blog .post .post-content {
  width: 55%;
  padding-left: 60px;
}
.blog .post .post-content h5 {
  font-weight: 600;
  margin-top: 30px;
}
.blog .post .post-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.blog .post .post-content ul li {
  margin: 0;
}
.blog .post .post-content .social-share {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blog .post .post-content .social-share li {
  float: left;
  margin-right: 5px;
  padding: 0;
  list-style: none;
}
.blog .post .post-content .social-share li.facebook a {
  background: #475993;
}
.blog .post .post-content .social-share li.twitter a {
  background: #76a9ea;
}
.blog .post .post-content .social-share li.google-plus a {
  background: #f34a38;
}
.blog .post .post-content .social-share li.linkedin a {
  background: #0077b7;
}
.blog .post .post-content .social-share li.youtube a {
  background: #f61c0d;
}
.blog .post .post-content .social-share li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  background: #222327;
  color: #fff;
  border: none;
  border-radius: 0;
}
.blog .post .post-content .image-left {
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.blog .post .post-content .image-full {
  width: 100%;
  display: block;
  margin: 30px 0;
}
.blog .post .post-content .post-date {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  opacity: 0.5;
}
.blog .post .post-content .post-title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 3vw;
  font-weight: 800;
	text-transform: uppercase;
}
.blog .post .post-content .post-title a {
  color: #FF5315;
	font-size: 30px;
	
}
.blog .post .post-content .post-title a:hover {
  color: #89BAB1;
  text-decoration: none;
}
.blog .post .post-content .post-author {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.blog .post .post-content .post-author img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}
.blog .post .post-content .post-author span {
  display: inline-block;
  color: #A7A7A7;
}
.blog .post .post-content .post-author span a {
  color: #222327;
  font-size: 15px;
}
.blog .post .post-content .post-author span a:hover {
  color: #222327;
}
.blog .post .post-content .post-categories {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
.blog .post .post-content .post-categories li {
  display: inline-block;
  list-style: none;
}
.blog .post .post-content .post-categories li a {
  font-weight: 600;
  font-size: 11px;
  background: #222327;
  color: #fff;
  line-height: 1;
  padding: 3px 6px;
}
.blog .post .post-content .post-categories li a:hover {
  color: #FF5315;
  text-decoration: none;
}
.blog .post .post-content .post-link {
  font-family: "Fjalla One", sans-serif;
  border-bottom: 2px solid #222327;
  padding-bottom: 5px;
}
.blog .post .post-content .post-link:hover {
  color: #FF5315;
  text-decoration: none;
}

/* CLIENTS */
.clients {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
}
.clients ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.clients ul li {
  width: 33.33333%;
  margin: 0;

  list-style: none;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

/* CONTACT */
.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  background: #fff;
	border-top: 1px solid #222239;
}
.contact h6 {
  font-weight: 600;
  margin-top: 30px;
}
.contact address {
  display: block;
}
.contact address p {
  margin: 0;
}
.contact address a {
  text-decoration: underline;
}
.contact .contact-form {
  width: 100%;
  display: block;
	text-align: center;
}
.contact .contact-form #contact {
  display: block;
}
.contact .contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.contact .contact-form #contact .form-group span {
  width: 100%;
  line-height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.contact .contact-form #contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group input[type=text] {
  width: 500px;
  background: none;
  position: relative;
  z-index: 2;
}
.contact .contact-form #contact .form-group input:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group textarea {
  width: 500px;
  background: none;
  position: relative;
  z-index: 2;
}
.contact .contact-form #contact .form-group textarea:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group label.error {
  width: 100%;
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.contact .contact-form #success, .contact .contact-form #error {
  display: none;
  float: left;
}
.contact .contact-form #error {
  background: red;
  color: #fff;
}
.contact .contact-form #success {
  background: green;
  color: #fff;
}
.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
.contact .map {
  width: 80%;
  height: 400px;
  display: block;
  background: #222327;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact address .textSimpleEmail
{  
  /* margin-left: 20px; 
  margin-right: 20px; 
  display: flex; 
  align-items: center; */
  color: #fff;
  text-decoration: none;
  background-color: #FF5315;
  border-radius: 10px;
}
.textTitleH6
{
  color: #FF5315
}

/* Peronalização ISO */
.certificadora
{
  font-family: poppins_italic;
  font-size: 12px;
  color: #222238;
}
.certificacao_iso
{
  font-family: nunito_variable;
  font-size: 21px;
  font-weight: 800;
  color: #222238;
}

.politica_interna
{
  font-family: poppins_italic;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 800;
  color: #ed6031;
}

/* FOOTER */
.footer-main {
  background-color: #222239;
  color: #fff;
  padding: 60px 0 40px 0;
  margin-top: auto;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* FOOTER BRAND SECTION */

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-logo {
  max-width: 140px;
  height: auto;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-copyright p {
  margin: 0;
  font-size: 14px;
  color: #B8BCC8;
  line-height: 1.4;
}

/* FOOTER SOCIAL ICONS */

.footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8BCC8;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social-icon:hover {
  background-color: #FF5315 !important;
  transform: translateY(-2px);
}

.footer-social-icon img {
  filter: brightness(0) invert(1);
  width: 20px;
}

/* FOOTER LINKS SECTIONS */

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px 0;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-menu li {
  margin: 0;
}

.footer-link {
  color: #B8BCC8;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s ease;
  display: block;
  cursor: pointer;
}

.footer-link:hover {
  color: #FF5315;
  text-decoration: none;
}



/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {

  /* Febraban */

  .section-text-febraban .section-title{
    margin-bottom: 10px;
  }

  .section-text-febraban p{
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .section-title {
    font-size: 6vw;
    line-height: 7vw;
    margin-bottom: 50px;
  }

  /* SECTION HERO */

  .section-text-hero{
    gap:0px;
  }

  /* PILARS */

  .div-card-pilars{
    flex-wrap: wrap;
  }
  .card-pilar{
    width: 48%;
  }

  /* CERTIFIED */
  .div-certified-cards{
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .card-certified{
    width: 45%;
  }



  /* FORM */

  .div-contact-content{
    flex-direction: column;
  }

  .div-contact-info{
    width: 100%;
  }

  .div-location-cards{
    flex-wrap: wrap;
    flex-direction: row;
  }

  .card-location{
    width: 45%;
  }

  .arrow-location{
    right: 20px;
  }

  .div-contact-form{
    width: 100%;
  }

  /* FOOTER */

  .footer-social{
    gap: 8px;
  }

  .footer-social-icon{
    width: 30px;
    height: 30px;
  }

  .footer-social-icon img{
    width: 15px;
  }

  /* .section-acc-business */

  .section-acc-business{
    height: auto;
    padding: 140px 0px 50px 0px;
  }

  .section-acc-business .section-title, .section-acc-business p{
    text-align: center;
  }

  /* .section-year */

  .section-year .section-title{
    margin: 0px;
  }

  /* STUDIOS */

  .studios-header .section-title{
    font-size: 32px;
  }

  /* SEGMENTS */

  .div-segments{
    flex-direction: column;
  }
  .div-segments-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 50px;
    margin-bottom: 50px;
  }
  .div-segments-info .section-title{
    flex: 1;
    margin-bottom: 0px;
  }

  .div-segments-info p{
    font-size: 16px;
    text-align: end;
    
  }
	.mob1{
		display: none;
	}
	.mob2{
		margin-top: -30px;
	}
	.inner{
		margin-top: -50px !important;
	}
	.mob4{
		margin-top: 0px !important;
	}
	.mob5{
		text-align: center !important;
	}
	.mob6{
		margin: 0px !important;
	}
	.mob7{
		padding: 0px !important;
	}
	.mob8{
		padding-top: 50px !important;
	}
	.mob9{
		background: #ffffff !important;
	}
	.mob10 .hamburger__line-in::before {
		background-color: #222327 !important;
	}
	.mob10 .hamburger__line-in::after {
		background-color: #222327 !important;
	}
	
	.video-hero .inner span{
		font-size: 22px;
		line-height: 7.7vw;
		
	   
	}
	.subtitulo{
	font-size: 16px !important;
}
	
	.left-side .hamburger {
  margin: auto;
	display:none !important;
		text-align: right;
}

  .page-header .inner {
    padding-left: 160px;
  }

  .all-cases .inner {
    padding-left: 160px;
  }

  .social-media .inner ul li {
    font-size: 4vw;
  }

  .all-cases .inner ul li {
    font-size: 10vw;
  }

  .works {
    padding: 80px 0;
  }

  .works ul li {
    width: 50%;
  }

  .slider .gallery-thumbs .swiper-slide-active span {
    width: 100%;
    font-size: 8vw;
    line-height: 11vw;
  }

  .intro .col-lg-7 {
    padding-left: 15px;
    margin-top: 50px;
  }

  .text-content-block {
    padding: 80px 0;
  }

  .intro-image {
    padding-bottom: 80px;
  }

  .icon-content-block .col-lg-3:nth-child(3) {
    margin-top: 0;
  }

  .icon-content-block .content-block {
    padding: 30px 20px;
  }

  .process {
    margin-bottom: 80px;
  }

  .process .col-lg-3:first-child {
    margin-bottom: 40px;
  }

  .process .odometer {
    font-size: 15vw;
  }

  .testimonials {
    margin-top: 30px;
  }

  .testimonials:before {
    display: none;
  }

  .testimonials .col-lg-6:first-child {
    order: 2;
  }

  .testimonials .col-lg-6:last-child {
    order: 1;
  }

  .testimonials .testimonials-slider {
    margin-top: 40px;
    width: 100%;
  }

  .testimonials .swiper-pagination {
    bottom: 65px;
  }

  .testimonials .testimonial {
    padding: 50px 80px;
  }

  .testimonials .section-title {
   
  }

  .team {
    
  }

  .team:before {
    display: none;
  }

  .team .col {
    width: 33.33333%;
    flex-basis: auto;
    flex-grow: inherit;
  }

  .team figure {
    margin: 30px 0;
  }

  .team figure figcaption {
    color: #fff;
  }

  .team h5 {
    margin-bottom: 40px;
    margin-top: 0;
  }

  .intro {
    padding: 80px 0;
  }

  .clients {
    padding: 80px 0;
  }

  .blog {
    padding: 30px 0;
  }

  .blog .col-lg-9 {
    padding-right: 15px;
  }

  .contact {
    padding: 80px 0;
  }

  .contact .map {
    width: 100%;
    margin: 50px 0;
  }

  .contact .contact-form {
    margin-top: 30px;
  }

  .footer h6 {
    font-size: 26px;
  }

  .footer ul {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  .footer ul li {
    margin-left: 0;
    margin-right: 10px;
  }
}


/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* FORM */
  .div-contact-info .section-title{
    text-align: center;
  }

  .card-location{
    width: 100%;
  }

  /* FOOTER */

  .footer-links{
    margin-top: 30px;
  }

  /* SEGMENTS */
  .div-segments-info{
    flex-direction: column;
    gap: 20px;
  }
  .div-segments-info p{
    text-align: center;
  }
  .div-segments-row{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .div-segments-cards{
    width: 100%;
  }
  /* PARTNERS */
  .div-partners .section-title{
    margin-bottom: 0px;
  }
  .div-partners-logos img{
    width: 15%;
  }
  .section-title {
    font-size: 6vw !important;
    margin-bottom: 40px;
  }

  .slider .gallery-thumbs {
    width: 100%;
    margin: 0;
  }

  .page-header .inner {
    padding-left: 100px;
  }

  .page-header .inner p {
    font-size: 17px;
    padding-right: 10%;
  }

  .all-cases .inner {
    padding-left: 100px;
  }

  .all-cases .inner ul li {
    font-size: 13vw;
  }

  .site-navigation .inner {
    padding-left: 0;
  }

  .site-navigation .inner ul li {
    line-height: 1;
  }

  .site-navigation .inner ul li a {
    font-size: 34px;
  }

  .site-navigation .inner ul li i {
    font-size: 20px;
    margin-left: 13px;
  }

  .site-navigation .inner ul li small {
    display: none;
  }

  .site-navigation .inner ul li ul {
    margin-top: 10px;
  }

  .site-navigation .inner ul li ul li a {
    font-size: 22px;
  }

  .left-side {
    width: 150px;
    border-right: none;
	  padding-top: 10px;
  }

  .left-side .follow-us {
    display: none;
  }

  .slide-progress {
    display: none;
  }

  .all-cases-link {
    right: 15px;
  }

  .swiper-button-next {
    right: 20px;
  }

  .swiper-button-prev {
    right: 90px;
  }

  .icon-content-block .col-lg-3:nth-child(3) {
    margin: 50px 0;
  }

  .icon-content-block .content-block {
    padding: 0;
  }

  .icon-content-block .content-block.selected {
    background: none;
    box-shadow: none;
  }

  .icon-content-block .content-block.selected:before {
    display: none;
  }

  .testimonials .testimonial {
    padding: 70px 50px;
  }

  .testimonials .swiper-pagination {
    bottom: 85px;
  }

  .team .col {
    width: 50%;
  }

  .works ul li {
    width: 100%;
  }

  .works ul li:nth-child(2n+2) {
    margin-top: 0;
  }

  .works ul li:nth-child(3n+3) {
    margin-top: 0;
  }

  .clients ul li {
    
    width: 50%;
  }

  .clients ul li:last-child {
    
  }

  .blog .post .post-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog .post .post-content {
    width: 100%;
    padding: 0 !important;
  }

  .blog .post:nth-child(even) {
    text-align: left;
  }

  .blog .post:nth-child(even) .post-image {
    order: 1;
  }

  .blog .post:nth-child(even) .post-content {
    order: 2;
    text-align: left;
  }

  .blog .post .post-content .post-title {
    font-size: 7vw;
  }

  .blog .post.single .post-content .post-title {
    font-size: 8vw;
  }

  .footer h2 {
    font-size: 7vw;
  }

  .footer h2 br {
    display: none;
  }

  .footer .footer-bar .creation {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
}
/* ANIMATIONS */
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes show-img-1 {
  0%, 66.6% {
    visibility: hidden;
  }
  100%, 66.7% {
    visibility: visible;
  }
}
@keyframes show-img-1 {
  0%, 66.6% {
    visibility: hidden;
  }
  100%, 66.7% {
    visibility: visible;
  }
}
@-webkit-keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }
  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }
  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}


@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  /* FEBRABAN */
  .section-febraban{
    padding: 150px 20px 30px 20px;
  }
  .container-febraban{
    flex-direction: column;
  }
  .section-text-febraban{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .btn-febraban{
    font-size: 1rem;
    padding: 6px 40px;
  }
  .section-text-febraban .section-title, .section-text-febraban p{
    text-align: center;
  }
  .section-text-febraban p{
    font-size: 4vw;
    line-height: 4.2vw;
  }
  .container-febraban img{
    width: 100%;
    border-radius: 25px;
    margin-top: 40px;
  }

  /* HERO */

  .section-hero{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .section-text-hero{
    width: 100%;
    align-items: center;
  }

  .section-text-hero h1{
    text-align: center;
  }

  .section-hero img{
    width: 100%;
  }

  /* PILARS */

  .section-pilars{
    padding: 0px 20px;
  }
  .div-pilars{

  }
  .div-pilars .section-title{
    margin-bottom: 20px;
    text-align: center;
  }
  .card-pilar{
    width: 100%;
    margin-bottom: 20px;
  }
  /* CERTIFIED */
  .div-certified-title{
    flex-direction: column;
    align-items: center;
  }
  .div-certified-title p{
    width: 100%;
    text-align: center;
  }
  .card-certified{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;  
  } 
  .card-certified hr{
    margin-right: 0;
  }
  .card-certified p{
    text-align: center;
  }
  /* STUDIOS */
  .section-studios{
    padding: 100px 20px;
  }
  /* PARTNERS */
  .div-partners p{
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */
