/*componentes*/
/* VARIBLES */
/* file:///C:/Users/daniel.ribeiro/OneDrive/FJS%20-%20New%20Beginning/Documentos/FJS_Colorpalette.pdf */
/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
/*---------------------------------------
 **   SECTION                     -----
-----------------------------------------*/
/*---------------------------------------
 **   SCREEN                     -----
-----------------------------------------*/
/*---------------------------------------
 **   Others                     -----
-----------------------------------------*/
/*****************
/****************
*
* MIXINS
*
******************
******************/
/***TYPEOFGRAFY*/
/**************/
/***PAGES*****/
/**************/
/****LANDINGPAGE*****/
/****WORKSHOP*****/
.fjs-nav {
  /*----  SECTION:  HOME > TOP BAR   ----*/
  /*Navbar with social buttons*/
  /*Navbar with arrow get to top*/
}
.fjs-nav .navbar {
  background: #FFF;
  /*overflow: hidden;*/
  border: 0;
  border-radius: 0 !important;
  text-align: left;
  -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}
.fjs-nav #main-nav {
  position: absolute;
  width: 100%;
  z-index: 1000;
  min-height: 75px;
}
.fjs-nav #main-nav.fixed {
  position: fixed !important;
  top: 0;
}
.fjs-nav .navbar-inverse .navbar-nav > li {
  display: inline;
  margin-right: 20px;
  margin-top: 20px;
}
.fjs-nav .navbar-inverse .navbar-nav > li:last-child {
  margin-right: 0 !important;
}
.fjs-nav .navbar-inverse .navbar-nav > li > a {
  color: #404040;
  display: inline-grid;
  padding: 0;
  line-height: 35px;
}
.fjs-nav .navbar-inverse.navbar-nav > li > a:focus,
.fjs-nav .navbar-inverse.navbar-nav > li > a:hover {
  color: #404040;
  padding: 0;
  line-height: 35px;
}
.fjs-nav .navbar-brand {
  height: 80px;
  position: relative;
  line-height: 45px;
}
@media (min-width: 300px) {
  .fjs-nav .navbar-brand .imgCustom {
    max-width: 280px;
  }
}
@media (max-width: 300px) {
  .fjs-nav .navbar-brand .imgCustom {
    max-width: 200px;
  }
}
.fjs-nav .current a {
  /*color: #e96656 !important;*/
  color: #DBDBE2;
  position: relative;
  outline: none;
}
.fjs-nav .current:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #DBDBE2;
  bottom: 0px;
  left: 12.5%;
}
.fjs-nav .navbar-inverse .navbar-nav > li > a:hover {
  color: #DBDBE2;
  outline: none;
}
.fjs-nav .navbar-toggle {
  border: 0;
  background-color: #808080;
  margin-top: 23px;
}
.fjs-nav .navbar-inverse .navbar-toggle:hover,
.fjs-nav .navbar-inverse .navbar-toggle:focus {
  background-color: #e96656;
  filter: alpha(opacity=100);
  opacity: 1;
}
.fjs-nav .home {
  color: #60606C;
  margin-top: 10px;
  min-width: 20px;
}
.fjs-nav .nav-social {
  background: white;
  opacity: 0.9;
}
.fjs-nav .nav-social .nav-social-inner {
  padding-top: 10px;
  border-color: black;
  border-bottom: solid 1px;
  min-height: 40px;
}
.fjs-nav .nav-social .nav-social-inner .nav-social-item {
  margin-right: 5px;
}
.fjs-nav .nav-social .nav-social-inner .nav-social-item.bold {
  font-weight: 800;
}
.fjs-nav .nav-jumptotop .top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.fjs-nav .nav-jumptotop .left {
  position: fixed;
  bottom: 20px;
  right: 80px;
  z-index: 9998;
}
.fjs-footer {
  /* Footer left */
  /* The company logo */
  /* Footer links */
  /* Footer Center */
  /* Footer Right */
  /* If you don't want the footer to be responsive, remove these media queries */
}
.fjs-footer .footer-distributed {
  background-color: #292c2f;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 55px 50px;
}
.fjs-footer .footer-distributed .footer-left,
.fjs-footer .footer-distributed .footer-center,
.fjs-footer .footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}
.fjs-footer .footer-distributed .footer-left {
  width: 40%;
}
.fjs-footer .footer-distributed h3 {
  color: #ffffff;
  margin: 0;
}
.fjs-footer .footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}
.fjs-footer .footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
}
.fjs-footer .footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.fjs-footer .footer-distributed .footer-center {
  width: 35%;
}
.fjs-footer .footer-distributed .footer-center i {
  background-color: #33383b;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}
.fjs-footer .footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}
.fjs-footer .footer-distributed .footer-center p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.fjs-footer .footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}
.fjs-footer .footer-distributed .footer-center p a {
  text-decoration: none;
}
.fjs-footer .footer-distributed .footer-right {
  width: 20%;
}
.fjs-footer .footer-distributed .footer-company-about {
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.fjs-footer .footer-distributed .footer-company-about span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fjs-footer .footer-distributed .footer-icons {
  margin-top: 25px;
}
.fjs-footer .footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.fjs-footer .footer-distributed .footer-icons a .color-facebook {
  color: #3b5998;
}
.fjs-footer .footer-distributed .footer-icons a .color-instagram {
  color: #4c68d7;
}
.fjs-footer .footer-distributed .footer-icons a .color-linkedin {
  color: #0077B5;
}
@media (max-width: 880px) {
  .fjs-footer .footer-distributed {
    font: bold 14px sans-serif;
  }
  .fjs-footer .footer-distributed .footer-left,
  .fjs-footer .footer-distributed .footer-center,
  .fjs-footer .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
  .fjs-footer .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
.fjs-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0,5;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  min-height: 400px;
}
.fjs-spinner .bounce {
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(45%);
  left: calc(45%);
}
@media (max-width: 767px) {
  .fjs-spinner .bounce {
    top: calc(40%);
    left: calc(40%);
  }
}
.fjs-spinner .double-bounce1,
.fjs-spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.fjs-spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*PAGES*/
/*----HOME*/
/* =======================================================================
Page Respossive HTML5 Template
======================================================================= */
/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/
.color01-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50%;
  height: 2px;
  bottom: -9px;
  left: 25%;
  background-color: #3B3C44;
}
.color02-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50%;
  height: 2px;
  bottom: -9px;
  left: 25%;
  background-color: #60606C;
}
.color03-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50%;
  height: 2px;
  bottom: -9px;
  left: 25%;
  background-color: #DBDBE2;
}
.color04-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50%;
  height: 2px;
  bottom: -9px;
  left: 25%;
  background-color: #EEE6DA;
}
.white-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50%;
  height: 2px;
  background: #F5F5F5;
  bottom: -9px;
  left: 25%;
}
.dark-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50%;
  height: 2px;
  background: #404040;
  bottom: -9px;
  left: 25%;
}
.red-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #AF473c;
  bottom: -9px;
  left: 12.5%;
}
.green-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #626e60;
  bottom: -9px;
  left: 12.5%;
}
.blue-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #155765;
  bottom: -9px;
  left: 12.5%;
}
.yellow-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #CDa34f;
  bottom: -9px;
  left: 12.5%;
}
.pink01-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #C9BFB6;
  bottom: -9px;
  left: 12.5%;
}
.gray01-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #60606C;
  bottom: -9px;
  left: 12.5%;
}
.blue01-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #DBDBE2;
  bottom: -9px;
  left: 12.5%;
}
/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/
.input-box {
  border: 0;
  width: 274px;
  text-align: left;
  text-transform: none;
  padding: 9px;
  font-size: 20px;
  min-height: 46px;
  padding-left: 15px;
  display: inline-block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
}
.textarea-box {
  border: 0;
  text-align: left;
  text-transform: none;
  padding: 9px;
  min-height: 250px;
  font-size: 20px;
  padding-left: 15px;
  display: inline-block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
}
/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/
/*** SECTION HEADERS ***/
.focus,
.works,
.about-us,
.features,
.packages,
.products,
.testimonial,
.contact-us {
  padding-top: 100px;
}
.contact-us {
  padding-top: 0px;
}
.section-header {
  text-align: center;
  padding-bottom: 75px;
}
.section-header h2 {
  padding-bottom: 10px;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
.section-header h6 {
  font-size: 16px;
}
/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/*---------------------------------------
=========================================
 **   SECTION STYLES                 -----
=========================================
-----------------------------------------*/
/*---------------------------------------
 **   SECTION:  HOME                  -----
-----------------------------------------*/
#main-menu {
  /*position: fixed;*/
  top: 0px;
  width: 100%;
  background-color: white;
  color: #FFFFFF;
  z-index: 9999;
  margin: 0;
  opacity: 0.9;
  /*display:  block;*/
}
header .intro-custom {
  text-align: center;
  color: #FFF;
  margin-top: 15%;
  line-height: 65px;
  z-index: 0;
  height: 100%;
}
header .buttons-custom {
  margin-top: 45px;
}
.header {
  background: rgba(0, 0, 0, 0.5);
  min-height: 500px;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#home-backgrounds .arrow {
  margin-top: 100px;
}
#home-backgrounds .arrow a {
  color: #C9BFB6;
}
#home-backgrounds .arrow a:hover {
  color: white;
}
/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/
.intro {
  text-align: center;
  color: #FFF;
  margin-top: 25%;
  line-height: 65px;
  z-index: 0;
}
/* Short Messages */
.bottom-message-section {
  margin-top: 14%;
  position: relative;
}
.short-text {
  margin: auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
/*---------------------------------------
 **   SECTION:  OUR FOCUS             -----
-----------------------------------------*/
.focus {
  overflow: hidden;
  background: #FFFFFF;
}
/* FOCUS BOX */
.focus-box {
  margin-bottom: 75px;
}
.focus-box .service-icon {
  margin-bottom: 30px;
  width: 145px;
  height: 145px;
  margin: auto;
  border-radius: 50%;
  border: 10px solid #ececec;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red,
.green,
.blue,
.yellow,
.pink01,
.gray01,
.blue01,
.color01,
.color02,
.color03,
.color04 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.red:hover .service-icon {
  border: 10px solid #e96656;
}
.green:hover .service-icon {
  border: 10px solid #34d293;
}
.blue:hover .service-icon {
  border: 10px solid #3ab0e2;
}
.yellow:hover .service-icon {
  border: 10px solid #f7d861;
}
.pink01:hover .service-icon {
  border: 10px solid #C9BFB6;
}
.gray01:hover .service-icon {
  border: 10px solid #60606C;
}
.color01:hover .service-icon {
  border: 10px solid #3B3C44;
}
.color02:hover .service-icon {
  border: 10px solid #60606C;
}
.color03:hover .service-icon {
  border: 10px solid #DBDBE2;
}
.color04:hover .service-icon {
  border: 10px solid #EEE6DA;
}
.focus-box h5 {
  margin-bottom: 15px;
  color: #404040;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 17px;
}
.focus-box p {
  font-size: 18px;
}
/*----OTHER FOCUSES ----*/
.other-focuses {
  background: url(../images/lines.png) repeat-x center;
  margin-bottom: 25px;
}
.other-focuses .section-footer-title {
  background: #FFF;
  padding: 0 15px;
  color: #404040;
  font-weight: bold;
}
.other-focus-list {
  padding-top: 5px;
  margin-bottom: -17px;
}
.other-focus-list ul li {
  display: inline-block;
  margin-right: 50px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.other-focus-list ul li:last-child {
  margin-right: 0;
}
.other-focus-list ul li i {
  margin-right: 8px;
}
/*---------------------------------------
 **   SECTION:  SEPARATOR ONE         -----
-----------------------------------------*/
.separator-one {
  background: rgba(52, 210, 147, 0.8);
  padding: 100px 0 100px 0;
}
.separator-one .green-btn {
  background: #14a168;
}
.separator-one .green-btn:hover {
  background: #007345;
}
.separator-one .text {
  color: #FFF;
  line-height: 34px;
  padding: 0;
  max-width: 800px;
  margin-bottom: 20px;
}
/*---------------------------------------
 **   SECTION:  PORTFOLIO          -----
-----------------------------------------*/
.works {
  padding-bottom: 100px;
  background: #FFFFFF;
  min-height: 800px;
}
/* IMAGE GRID */
.cbp-rfgrid {
  margin: auto;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.cbp-rfgrid li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 25%;
  /* Fallback */
  width: calc(100% / 4);
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}
.cbp-rfgrid li a,
.cbp-rfgrid li a img {
  display: block;
  max-width: 100%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  cursor: pointer;
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}
.cbp-rfgrid li a:hover img {
  -webkit-transform: scale(1.05, 1.07);
  transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
/* Flexbox is used for centering the heading */
.cbp-rfgrid li a .project-info {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 25%;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.cbp-rfgrid li a .project-info .project-details {
  position: relative;
  top: -29px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  width: 100%;
}
.cbp-rfgrid li a .project-info h5 {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.cbp-rfgrid li a:hover .project-info {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cbp-rfgrid li a:hover .project-details {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}
.cbp-rfgrid li a:hover .button {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: -50px;
}
/* media queries:  change number of items per row */
@media screen and (max-width: 1190px) {
  .cbp-rfgrid li {
    width: 25%;
    /* Fallback */
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 1024px) {
  .cbp-rfgrid li {
    width: 33.33333333%;
    /* Fallback */
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  .cbp-rfgrid li {
    width: 50%;
    /* Fallback */
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 480px) {
  .cbp-rfgrid li {
    width: 100%;
  }
}
@media screen and (max-width: 300px) {
  .cbp-rfgrid li {
    width: 100%;
  }
}
/* PROJECT DETAILS LOADER */
#back-button {
  display: none;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 35px 13px 35px;
  border-radius: 4px;
  margin: 10px;
}
#back-button i {
  margin-right: 10px;
}
#loader {
  min-height: 930px;
  position: relative;
  display: none;
}
#loader .loader-icon {
  background: url(../images/loading.gif) no-repeat center center;
  background-color: #FFF;
  margin: -22px -22px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: fixed;
  width: 44px;
  height: 44px;
  background-size: 30px 30px;
  border-radius: 5px;
}
/*---------------------------------------
 **   SECTION:  ABOUT US              -----
-----------------------------------------*/
.about-us {
  background: #272727;
  color: #FFF;
  padding-bottom: 78px;
  /*padding-bottom: 100px;*/
}
.about-us .about-btn {
  min-width: 250px;
  text-align: center;
}
.about-us .big-intro {
  text-align: right;
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
  margin-top: 0px;
}
.about-us p {
  text-align: left;
  color: #939393;
}
.about-us .infos-btn {
  margin-top: 30px;
}
/*--SKILLS --*/
.skills {
  text-align: left;
}
.skills .skill {
  display: block;
  clear: both;
  margin-top: 0;
  margin-bottom: 25px;
}
.skills .skill .skill-count {
  display: inline-block;
  height: 64px;
  margin-top: 3px;
  float: left;
  margin-right: 15px;
  margin-bottom: 25px;
}
.skills li:last-child {
  margin-bottom: 0;
}
.skills .skill .skill1,
.skill2,
.skill3,
.skill4 {
  font-size: 16px !important;
}
.skills .skill h6 {
  text-transform: uppercase;
  font-weight: 700;
}
.skills .skill p {
  line-height: 20px;
  color: #8f8f8f;
}
/*--OUR CLIENTS --*/
.our-clients {
  background: url(../images/lines-dark.png) repeat-x center;
  margin-bottom: 40px;
}
.our-clients .section-footer-title {
  background: #272727;
  padding: 0 15px;
  color: #FFF;
}
.our-clients h5 {
  font-weight: 700;
}
.client-list {
  padding-top: 5px;
  margin-bottom: -17px;
}
.client-list ul li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 24px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.client-list ul li img {
  max-width: 130px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all ease 0.55s;
  transition: all ease 0.55s;
}
.client-list ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.client-list ul li:last-child {
  margin-right: 0;
}
.client-list ul li i {
  margin-right: 8px;
}
/*---------------------------------------
 **   SECTION:  STATS                 -----
-----------------------------------------*/
.stats {
  /*background: rgba(0, 0, 0, 0.5);*/
  padding: 0 0 60px 0 !important;
  clear: both;
}
.stat {
  margin-bottom: 40px;
}
.stat .icon-top {
  font-size: 40px;
  height: 50px;
  line-height: 50px;
}
.stat .stat-text {
  display: inline-block;
  position: relative;
}
.stat h3 {
  margin-top: 20px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.stat h6 {
  /*color: #d1d1d1;*/
  margin-top: 15px;
}
/*---------------------------------------
 **   SECTION:  OUR TEAM              -----
-----------------------------------------*/
.our-team {
  padding-bottom: 66px;
  padding-top: 100px;
  background: #FFFFFF;
}
.team-member {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}
.team-member .details {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  padding: 15px;
  top: -200px;
  left: 0;
  width: 100%;
  height: 190px;
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.team-member .member-details {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.team-member:hover .details {
  top: 0;
  background: #333;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.team-member .profile-pic {
  border-radius: 50%;
  width: 174px;
  height: 174px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 25px;
}
.team-member .profile-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.team-member .profile-pic .overlay {
  position: absolute;
  border-radius: 50%;
  width: 174px;
  height: 174px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.team-member .profile-pic .overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.team-member .profile-pic:hover .overlay {
  top: 0;
  cursor: pointer;
  background: #333;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.8;
  border-radius: 50%;
  width: 174px;
  height: 174px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 25px;
}
.team-member h5 {
  text-transform: uppercase;
  color: #404040;
  font-weight: 700;
  position: relative;
}
.team-member .position {
  font-size: 13px;
  margin-top: 15px;
}
.team-member .social-icons {
  margin-bottom: 25px;
}
.team-member .social-icons ul li {
  display: inline-block;
  line-height: 32px;
  margin: 6px;
}
.team-member .social-icons ul li a {
  background: #FFF;
  font-size: 18px;
  border-radius: 50%;
  color: #808080;
}
.team-member .social-icons ul li a:hover {
  color: #e96656;
}
/*---------------------------------------
 **   SECTION:  FEATURES              -----
-----------------------------------------*/
.features {
  background: #FFFFFF;
  text-align: left;
  padding-bottom: 51px;
}
.features .feature {
  margin-bottom: 55px;
}
.features .feature-icon {
  font-size: 55px;
  float: left;
  margin-top: 10px;
  margin-right: 25px;
}
.features .feature h5 {
  font-weight: bold;
  line-height: 28px;
  color: #404040;
}
.features .feature p {
  font-size: 14px;
}
/*---------------------------------------
 **   SECTION:  Pacages               -----
-----------------------------------------*/
.packages {
  padding-bottom: 50px;
  background: rgba(0, 0, 0, 0.5);
}
.package {
  border-radius: 4px;
  background: #FFFFFF;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.package-header {
  height: 57px;
  padding: 5px;
  color: #FFF;
  line-height: 57px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.package-body {
  padding: 10px;
  min-height: 140px;
}
.package-header h5 {
  text-transform: uppercase;
  font-weight: bold;
}
.price {
  line-height: 120px;
  height: 100px;
  color: #FFF;
  font-weight: 400;
}
.price h4 {
  display: inline;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 0;
}
.price h4 .dollar-sign {
  font-size: 17px;
  vertical-align: super;
}
.price .price-meta {
  line-height: normal;
  text-transform: uppercase;
  color: #9f9f9f;
}
.package ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
  border-bottom: 1px dotted #dadada;
}
.package ul li:last-child {
  border-bottom: 0;
}
.best-value .package {
  margin-top: 0;
}
.best-value .package-header {
  padding-top: 17px;
  height: 87px !important;
}
.best-value .package-header h4 {
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
}
.best-value .package-header .meta-text {
  font-size: 13px;
  line-height: normal;
}
.best-value .package-header {
  height: 72px;
}
.package ul li i {
  font-size: 13px;
  margin-right: 5px;
}
.order {
  background: #d8ccba;
  color: #404040;
}
.package .order-now {
  line-height: 45px;
  max-width: 100%;
  display: block;
  background: #404040;
  color: #FFF;
  -webkit-transition: all 700ms;
  transition: all 700ms;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.package .order-now:hover {
  background: #e96656;
}
/*---------------------------------------
**   SECTION:  PRODUCTS             -----
-----------------------------------------*/
.products {
  background: url(../images/product-bg.png) 50% 0 repeat;
}
.products .color-overlay {
  /*background: rgba(39,144,176, 0.96);*/
  background-color: #60606C;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 70px;
}
/*--ITEMS IMAGES--*/
.item-1 {
  background-image: url('../../Assets/img/specialities/Sono.jpg');
}
.item-2 {
  background-image: url('../../../../../Assets/img/specialities/Disturbios Alimentares.jpg');
}
.item-3 {
  background-image: url('../../../../../Assets/img/specialities/disturbios humor.jpg');
}
.item-4 {
  background-image: url('../../../../../Assets/img/specialities/Ansiedade.jpg');
}
.item-5 {
  background-image: url('../../../../../Assets/img/specialities/Burnout1.jpg');
}
.item-6 {
  background-image: url('../../../../../Assets/img/specialities/Mudanca.jpg');
}
.item-7 {
  background-image: url('../../../../../Assets/img/specialities/Saude regulacao emocional.jpg');
}
.item-8 {
  background-image: url('../../../../../Assets/img/specialities/Potenciacao Desempenho.jpg');
}
/*---ITEM STYLE ---*/
.item {
  width: 100%;
  height: 260px;
  display: block;
  background-size: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  border-radius: 4px;
  background-size: cover;
}
.item-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  /* Black w/opacity */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.item-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item:hover .item-content {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-top-content {
  position: relative;
}
.item-top-content-inner {
  position: absolute;
  bottom: 0;
  padding: 10px 15px 10px 15px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  min-height: 70px;
}
.item-add-content {
  padding: 0 15px 15px 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item:hover .item-add-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.item-add-content-inner {
  border: 0px solid #dadada;
  border-top-width: 1px;
  padding-top: 10px;
}
.item-top-title {
  text-align: left;
}
.item-top-title h5 {
  color: #404040;
  font-weight: 700;
}
/* ITEM DETAILS */
.item-product {
  width: 100%;
  /*Original  70%*/
  float: left;
}
.item-product-price {
  width: 30%;
  float: right;
  text-align: right;
}
.subdescription {
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d;
}
/*---PRODUCT PRICE---*/
.item-product-price {
  font-size: 1em;
  font-weight: 700;
  position: relative;
}
.item-product-price .subdescription {
  color: #808080;
}
.old-price {
  border: 0 solid #808080;
  border-bottom-width: 1px;
  margin-top: -11px;
  width: 30px;
  position: absolute;
  right: -2px;
  bottom: 10px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
/*---ITEM DESCRIPTION ---*/
.item-content {
  background: rgba(255, 255, 255, 0.85);
}
.item-add-content {
  font-weight: 400;
  color: #808080;
}
.item-add-content .section {
  margin-bottom: 10px;
}
.item-add-content .section:last-of-type {
  margin-bottom: 0;
}
.item-add-content p {
  font-size: 14PX;
}
/*---------------------------------------
 **   SECTION:  NEWSLETTER            -----
-----------------------------------------*/
.newsletter {
  padding-top: 62px;
  padding-bottom: 62px;
  background: rgba(0, 0, 0, 0.5);
}
.newsletter h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
.newsletter .subscription {
  margin-top: 15px;
}
.newsletter .custom-button {
  margin-top: 7px;
}
/*----------------------------------------
 **   SECTION:  TESTIMONIAL            -----
-----------------------------------------*/
.testimonial {
  /*background: #dbbf56;*/
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 90px;
}
#client-feedbacks .feedback-box {
  background: #FFFFFF;
  padding: 25px;
  margin: 13px;
  text-align: left;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  z-index: 5;
}
.feedback-box .message {
  font-size: 15px;
  color: #909090;
}
.feedback-box .client {
  margin-top: 30px;
  height: 73px;
  position: relative;
}
.feedback-box .quote {
  float: left;
  font-size: 45px;
  line-height: 80px;
  margin-right: 10px;
}
.feedback-box .client-info {
  float: left;
  margin-left: 18px;
  padding-top: 15px;
}
.feedback-box .client-info .client-name {
  color: #404040;
}
.feedback-box .client-info .client-company {
  font-size: 13px;
  margin-top: -3px;
}
.feedback-box .client-image {
  float: right;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #f6f6f6;
}
.customNavigation {
  text-align: center;
}
.owl-theme .owl-controls .owl-page span {
  background: #886e0e;
  border-radius: 50%;
}
.customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*----------------------------------------
 **   SECTION:  PURCHASE NOW           -----
-----------------------------------------*/
.purchase-now {
  /*background: #e96656;*/
  background: white;
  padding-top: 70px;
  padding-bottom: 70px;
}
.purchase-now h3 {
  text-align: left;
  line-height: 40px;
  margin-top: 14px;
}
.purchase-now .red-btn {
  float: right;
  background: #db5a4a;
}
.purchase-now .red-btn:hover {
  background: #bf3928;
}
/*----------------------------------------
 **   SECTION:  CONTACT US             -----
-----------------------------------------*/
.contact-us {
  /*background: rgba(0, 0, 0, 0.5);*/
  background: #272727;
  /*padding-bottom: 95px;*/
}
.contact-us .input-box,
textarea {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.contact-us .custom-button {
  float: right;
}
.contact-us .info {
  float: left;
  margin-bottom: 30px;
}
.contact-us .info .icon-info {
  font-size: 50px;
}
/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/
footer {
  background: #272727;
}
.company-details {
  color: #939393;
  padding-top: 67px;
  padding-bottom: 67px;
}
.company-details .icon-top {
  font-size: 30px;
  margin-bottom: 10px;
}
.copyright {
  padding-top: 60px;
  padding-bottom: 68px;
  background: #171717;
}
.social li {
  display: inline-block;
  margin: 5px;
}
.social li a {
  color: #939393;
  font-size: 18px;
}
.social li a:hover {
  color: #e96656;
}
/* ========================================= */
/* -----------------------------------------*/
/*   SINGLE PROJECT PAGE                     */
/* -----------------------------------------*/
/* ========================================= */
.single-project {
  text-align: left;
  margin-bottom: 25px;
}
.single-project .project-image {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 25px;
}
.single-project h3 {
  margin-bottom: 10px;
  padding-bottom: 7px;
  line-height: 40px;
  border-bottom: 1px dotted #dadada;
}
.single-project .project-description {
  margin-bottom: 25px;
}
.single-project .button {
  margin-left: 0;
}
.single-project .project-information {
  margin-bottom: 10px;
}
.single-project .project-information ul li {
  border-bottom: 1px dotted #dadada;
  padding-bottom: 5px;
  margin-top: 10px;
}
.single-project .project-information ul li span {
  font-weight: 700;
  margin-right: 5px;
}
.fjs-company {
  /*Add overlay*/
  background: rgba(0, 0, 0, 0.5);
}
.fjs-company ul li {
  text-align: left;
  margin-left: 20px;
  padding: 5px;
}
.fjs-company .section01 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fjs-company .section01 h2 {
  margin-bottom: 30px;
}
.fjs-company .section01 h4 {
  margin-bottom: 20px;
}
.fjs-company .section01 p {
  text-align: justify;
}
.fjs-company .section01 .title {
  color: white;
  margin-bottom: 100px;
}
.fjs-company .section01 .boxes .box1 {
  background-color: #C9BFB6;
  min-height: 300px;
  padding: 20px;
}
.fjs-company .section01 .boxes .box2 {
  background-color: #D6D7D1;
  min-height: 300px;
  padding: 20px;
}
.fjs-company .section01 .boxes .box3 {
  background-color: #EEEFE9;
  min-height: 300px;
  padding: 20px;
}
.fjs-services ul li {
  text-align: left;
  margin-left: 20px;
  padding: 5px;
}
.fjs-services .section01 {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fjs-services .section01 h2 {
  margin-bottom: 30px;
}
.fjs-services .section01 h4 {
  margin-bottom: 20px;
}
.fjs-services .section01 p {
  text-align: justify;
}
.fjs-services .section01 .citation {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: right;
}
.fjs-services .section01 .individual-part2 {
  margin-top: 50px;
}
.fjs-services .section01 .box {
  border: solid;
  border-width: 2px;
  padding: 20px;
  min-height: 280px;
  margin-bottom: 10px;
}
.fjs-services .section01 .box .title {
  color: #3B3C44;
  margin-bottom: 10px;
}
.fjs-services .section02 {
  background-color: #60606C;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fjs-services .section02 h2 {
  margin-bottom: 30px;
}
.fjs-services .section02 h4 {
  margin-bottom: 20px;
}
.fjs-services .section02 p {
  text-align: justify;
}
.fjs-services .section02 h2,
.fjs-services .section02 i,
.fjs-services .section02 p {
  color: #EEE6DA;
}
.fjs-services .section03 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3B3C44;
}
.fjs-services .section03 h2 {
  margin-bottom: 30px;
}
.fjs-services .section03 h4 {
  margin-bottom: 20px;
}
.fjs-services .section03 p {
  text-align: justify;
}
.fjs-services .section03 h2,
.fjs-services .section03 i,
.fjs-services .section03 p {
  color: #EEE6DA;
}
.fjs-services .section04 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EEEFE9;
}
.fjs-services .section04 h2 {
  margin-bottom: 30px;
}
.fjs-services .section04 h4 {
  margin-bottom: 20px;
}
.fjs-services .section04 p {
  text-align: justify;
}
.fjs-services .section04 h3,
.fjs-services .section04 i,
.fjs-services .section04 p {
  color: #60606C;
}
.fjs-services .section05 {
  background-color: #EEEFE9;
}
.fjs-services .section05 h3 {
  color: #60606C;
}
.fjs-services .section05 h4 {
  margin: 0;
}
.fjs-services .section05 .header-text {
  background-color: #DBDBE2;
}
.fjs-services .section05 p {
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
}
.fjs-services .section05 ul li {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
  list-style: square;
}
.fjs-services .section06 {
  background-color: #EEEFE9;
}
.fjs-services .section06 h3 {
  color: #60606C;
}
.fjs-services .section06 h4 {
  margin: 0;
}
.fjs-services .section06 .header-text {
  background-color: #FFF4EC;
}
.fjs-services .section06 p {
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
}
.fjs-services .section06 ul li {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
  list-style: square;
}
.fjs-services .section07 {
  background-color: #EEEFE9;
}
.fjs-services .section07 h3 {
  color: #60606C;
}
.fjs-services .section07 h4 {
  margin: 0;
}
.fjs-services .section07 .header-text {
  background-color: #C9BFB6;
}
.fjs-services .section07 p {
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
}
.fjs-services .section07 ul li {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
  list-style: square;
}
.fjs-services .section08 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3B3C44;
}
.fjs-services .section08 h2 {
  margin-bottom: 30px;
}
.fjs-services .section08 h4 {
  margin-bottom: 20px;
}
.fjs-services .section08 p {
  text-align: justify;
}
.fjs-services .section08 h3 {
  color: #EEE6DA;
}
.fjs-services .section08 h4 {
  margin: 0;
}
.fjs-services .section08 p {
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
}
.fjs-services .section08 ul li {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
  text-align: left;
  line-height: 1.6;
  list-style: decimal;
  color: #EEE6DA;
}
.fjs-about ul li {
  text-align: left;
  margin-left: 20px;
  padding: 5px;
}
.fjs-about .section01 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EEE6DA;
}
.fjs-about .section01 h2 {
  margin-bottom: 30px;
}
.fjs-about .section01 h4 {
  margin-bottom: 20px;
}
.fjs-about .section01 p {
  text-align: justify;
}
.fjs-about .section01 .citation {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: right;
}
.fjs-about .section01 .img-profile {
  float: left;
  max-height: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fjs-about .section01 .img-profile {
    clear: left;
    float: none;
    max-width: 300px;
  }
}
.fjs-about .section01 .block01 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.fjs-about .section01 .block01 li {
  list-style-type: circle;
}
.fjs-about .section01 .block02 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.fjs-about .section01 .block03 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.fjs-about .section01 .block03 .box {
  min-height: 100px;
  margin-bottom: 10px;
  border: solid;
  padding: 10px;
  border-width: 2px;
}
.fjs-about .section01 .block03 .box p {
  text-align: center;
}
.fjs-about .section02 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #60606C;
  color: #EEE6DA;
}
.fjs-about .section02 h2 {
  margin-bottom: 30px;
}
.fjs-about .section02 h4 {
  margin-bottom: 20px;
}
.fjs-about .section02 p {
  text-align: justify;
}
.fjs-about .section02 .title {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 100px;
  text-align: left;
}
.fjs-about .section02 .partner {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 100px;
}
.fjs-about .section02 .partner .partner-name {
  margin-left: 5px;
}
.fjs-about .section02 .partner .partner-name a {
  color: #EEE6DA;
}
.fjs-about .section03 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #D6D7D1;
  color: #60606C;
}
.fjs-about .section03 h2 {
  margin-bottom: 30px;
}
.fjs-about .section03 h4 {
  margin-bottom: 20px;
}
.fjs-about .section03 p {
  text-align: justify;
}
.fjs-about .section03 .brand-title {
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: left;
}
.fjs-about .section03 .brand-logo {
  max-width: 100px;
  max-height: 100px;
  margin-right: 10px;
  margin-left: 10px;
}
.fjs-appointment ul li {
  text-align: left;
  margin-left: 20px;
  padding: 5px;
}
.fjs-appointment .section01 {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fjs-appointment .section01 h2 {
  margin-bottom: 30px;
}
.fjs-appointment .section01 h4 {
  margin-bottom: 20px;
}
.fjs-appointment .section01 p {
  text-align: justify;
}
.fjs-appointment .section01 .citation {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: right;
}
.fjs-appointment .section01 .block01 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.fjs-appointment .section01 .block01 li {
  list-style: decimal;
}
.fjs-appointment .section01 .block02 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.fjs-appointment .section01 .block02 li {
  list-style: square;
}
.fjs-appointment .section02 {
  background-color: #60606C;
  color: #EEE6DA;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fjs-appointment .section02 h2 {
  margin-bottom: 30px;
}
.fjs-appointment .section02 h4 {
  margin-bottom: 20px;
}
.fjs-appointment .section02 p {
  text-align: justify;
}
.fjs-appointment .section02 .box {
  padding: 40px;
}
.fjs-appointment .section02 .box h4 {
  padding-bottom: 10px;
  margin-top: 30px;
}
.fjs-appointment .section02 .box p {
  text-align: justify;
}
.fjs-appointment .section03 {
  background-color: #60606C;
  color: #EEE6DA;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fjs-appointment .section03 h2 {
  margin-bottom: 30px;
}
.fjs-appointment .section03 h4 {
  margin-bottom: 20px;
}
.fjs-appointment .section03 p {
  text-align: justify;
}
.fjs-appointment .section03 li {
  list-style: square;
}
.fjs-appointment .section03 .box {
  margin-top: 40px;
}
.fjs-appointment .section03 .box h4 {
  padding-bottom: 10px;
  margin-top: 30px;
}
.fjs-appointment .section03 .box img {
  max-width: 60px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.fjs-appointment .section04 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EEE6DA;
}
.fjs-appointment .section04 h2 {
  margin-bottom: 30px;
}
.fjs-appointment .section04 h4 {
  margin-bottom: 20px;
}
.fjs-appointment .section04 p {
  text-align: justify;
}
.fjs-appointment .section04 .panel-heading {
  background-color: #C9BFB6;
  color: #60606C;
}
.fjs-appointment .section04 .panel-heading h4 {
  margin: 0px;
}
.fjs-appointment .section04 ul li {
  list-style: decimal;
  font-weight: 700;
}
.fjs-appointment .section04 ul li ul li {
  font-weight: normal;
  list-style: none;
  margin-left: 0px;
}
.fjs-specialities ul li {
  text-align: left;
  margin-left: 20px;
  padding: 5px;
}
.fjs-specialities .section01,
.fjs-specialities .section05 {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fjs-specialities .section01 h2,
.fjs-specialities .section05 h2 {
  margin-bottom: 30px;
}
.fjs-specialities .section01 h4,
.fjs-specialities .section05 h4 {
  margin-bottom: 20px;
}
.fjs-specialities .section01 p,
.fjs-specialities .section05 p {
  text-align: justify;
}
.fjs-specialities .section01 h5,
.fjs-specialities .section05 h5 {
  font-weight: 700;
}
.fjs-specialities .section01 i,
.fjs-specialities .section05 i {
  margin-right: 100%;
  margin-left: 25%;
  margin-bottom: 20px;
}
.fjs-specialities .section01 .block01,
.fjs-specialities .section05 .block01 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.fjs-specialities .section01 .block01 ul li,
.fjs-specialities .section05 .block01 ul li {
  list-style: square;
}
.fjs-specialities .section01 .block01 ul li ul li,
.fjs-specialities .section05 .block01 ul li ul li {
  list-style: inside;
}
.fjs-specialities .section02,
.fjs-specialities .section06 {
  background-color: #60606C;
  color: #EEE6DA;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fjs-specialities .section02 a,
.fjs-specialities .section06 a {
  color: #DBDBE2;
}
.fjs-specialities .section02 h2,
.fjs-specialities .section06 h2 {
  margin-bottom: 30px;
}
.fjs-specialities .section02 h4,
.fjs-specialities .section06 h4 {
  margin-bottom: 20px;
}
.fjs-specialities .section02 p,
.fjs-specialities .section06 p {
  text-align: justify;
}
.fjs-specialities .section02 h5,
.fjs-specialities .section06 h5 {
  font-weight: 700;
}
.fjs-specialities .section02 i,
.fjs-specialities .section06 i {
  margin-right: 100%;
  margin-left: 25%;
  margin-bottom: 20px;
}
.fjs-specialities .section02 .block01,
.fjs-specialities .section06 .block01 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.fjs-specialities .section02 .block01 ul li,
.fjs-specialities .section06 .block01 ul li {
  list-style: square;
}
.fjs-specialities .section02 .block01 ul li ul li,
.fjs-specialities .section06 .block01 ul li ul li {
  list-style: inside;
}
.fjs-specialities .section03,
.fjs-specialities .section07 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3B3C44;
  color: #EEE6DA;
}
.fjs-specialities .section03 h2,
.fjs-specialities .section07 h2 {
  margin-bottom: 30px;
}
.fjs-specialities .section03 h4,
.fjs-specialities .section07 h4 {
  margin-bottom: 20px;
}
.fjs-specialities .section03 p,
.fjs-specialities .section07 p {
  text-align: justify;
}
.fjs-specialities .section03 h2,
.fjs-specialities .section07 h2 {
  margin-bottom: 30px;
}
.fjs-specialities .section03 h4,
.fjs-specialities .section07 h4 {
  margin-bottom: 20px;
}
.fjs-specialities .section03 p,
.fjs-specialities .section07 p {
  text-align: justify;
}
.fjs-specialities .section03 h5,
.fjs-specialities .section07 h5 {
  font-weight: 700;
}
.fjs-specialities .section03 i,
.fjs-specialities .section07 i {
  margin-right: 100%;
  margin-left: 25%;
  margin-bottom: 20px;
}
.fjs-specialities .section03 .block01,
.fjs-specialities .section07 .block01 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.fjs-specialities .section03 .block01 ul li,
.fjs-specialities .section07 .block01 ul li {
  list-style: square;
}
.fjs-specialities .section03 .block01 ul li ul li,
.fjs-specialities .section07 .block01 ul li ul li {
  list-style: inside;
}
.fjs-specialities .section04,
.fjs-specialities .section08 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EEEFE9;
}
.fjs-specialities .section04 h2,
.fjs-specialities .section08 h2 {
  margin-bottom: 30px;
}
.fjs-specialities .section04 h4,
.fjs-specialities .section08 h4 {
  margin-bottom: 20px;
}
.fjs-specialities .section04 p,
.fjs-specialities .section08 p {
  text-align: justify;
}
.fjs-specialities .section04 h2,
.fjs-specialities .section08 h2 {
  margin-bottom: 30px;
}
.fjs-specialities .section04 h4,
.fjs-specialities .section08 h4 {
  margin-bottom: 20px;
}
.fjs-specialities .section04 p,
.fjs-specialities .section08 p {
  text-align: justify;
}
.fjs-specialities .section04 h5,
.fjs-specialities .section08 h5 {
  font-weight: 700;
}
.fjs-specialities .section04 i,
.fjs-specialities .section08 i {
  margin-right: 100%;
  margin-left: 25%;
  margin-bottom: 20px;
}
.fjs-specialities .section04 .block01,
.fjs-specialities .section08 .block01 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.fjs-specialities .section04 .block01 ul li,
.fjs-specialities .section08 .block01 ul li {
  list-style: square;
}
.fjs-specialities .section04 .block01 ul li ul li,
.fjs-specialities .section08 .block01 ul li ul li {
  list-style: inside;
}
/*----HOME ---- Company*/
.fjs-company-services ul li {
  text-align: left;
  margin-left: 20px;
  padding: 5px;
}
.fjs-company-services .section01 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: white;
}
.fjs-company-services .section01 h2 {
  margin-bottom: 30px;
}
.fjs-company-services .section01 h4 {
  margin-bottom: 20px;
}
.fjs-company-services .section01 p {
  text-align: justify;
}
.fjs-company-services .section01 .citation {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: right;
}
.fjs-company-services .section02 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #60606C;
  color: #EEE6DA;
}
.fjs-company-services .section02 h2 {
  margin-bottom: 30px;
}
.fjs-company-services .section02 h4 {
  margin-bottom: 20px;
}
.fjs-company-services .section02 p {
  text-align: justify;
}
.fjs-company-services .section02 h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
.fjs-company-services .section02 .box {
  margin-top: 40px;
  margin-bottom: 40px;
}
.fjs-company-services .section03 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3B3C44;
  color: #EEE6DA;
}
.fjs-company-services .section03 h2 {
  margin-bottom: 30px;
}
.fjs-company-services .section03 h4 {
  margin-bottom: 20px;
}
.fjs-company-services .section03 p {
  text-align: justify;
}
.fjs-company-services .section03 .panel-heading {
  background-color: #C9BFB6;
  color: #60606C;
}
.fjs-company-services .section03 .panel-heading h4 {
  margin: 0px;
}
.fjs-company-services .section03 .panel-body {
  color: #60606C;
}
.fjs-company-services .section04 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EEE6DA;
}
.fjs-company-services .section04 h2 {
  margin-bottom: 30px;
}
.fjs-company-services .section04 h4 {
  margin-bottom: 20px;
}
.fjs-company-services .section04 p {
  text-align: justify;
}
.fjs-company-services .section04 .box {
  margin-top: 40px;
}
.fjs-company-services .section04 .box h4 {
  padding-bottom: 10px;
  margin-top: 30px;
}
.fjs-company-services .section04 .box img {
  max-width: 60px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
/*----BLOG*/
.fjs-blog {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EEEFE9;
  /*************************************
    
            This CSS are equal to wordpress

    **************************************/
}
.fjs-blog a {
  color: #60606C;
  border-bottom: 1px solid transparent;
}
.fjs-blog a:hover {
  color: #DBDBE2;
}
.fjs-blog p {
  color: #3B3C44;
}
.fjs-blog .blog-title {
  text-align: center;
  font-size: 48px;
  line-height: 50px;
}
.fjs-blog .blog-title-date {
  color: #60606C;
}
.fjs-blog .blog-body-text {
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
}
.fjs-blog .blog-continue-reading:hover {
  color: #3B3C44;
  border-bottom: 1px solid #3B3C44;
}
.fjs-blog .blog-social-item {
  margin-right: 5px;
}
.fjs-blog .blog-image-hover {
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fjs-blog .blog-image-hover:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fjs-blog .search .search-input {
  font-size: 20px;
  height: 46px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px;
}
.fjs-blog .search .search-input:focus {
  outline-width: 2px;
  outline-style: solid;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fjs-blog .search .search-icon {
  border: 0;
  padding: 9px;
  height: 46px;
  padding-left: 15px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}
.fjs-blog .search:hover {
  /*transform: scale(1.1);
        transition-duration:500ms;*/
}
.fjs-blog .wordpress {
  text-align: justify;
}
.fjs-blog .wordpress p {
  margin-bottom: 1em;
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
  color: #3B3C44;
}
.fjs-blog .wordpress ul {
  margin-bottom: 1em;
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
  color: #3B3C44;
}
.fjs-blog .wordpress ul li {
  text-align: justify;
  list-style: circle;
  margin-left: 20px;
}
.fjs-blog .wordpress ol {
  margin-bottom: 1em;
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
  color: #3B3C44;
}
.fjs-blog .wordpress ol li {
  text-align: justify;
  list-style: decimal;
  margin-left: 20px;
}
.fjs-blog .wordpress .alignleft {
  float: left;
  margin: 0.5em 0 0.5em 1em;
}
.fjs-blog .wordpress .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fjs-blog .wordpress .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
/*----Workshops*/
/* =======================================================================
Page Respossive HTML5 Template
======================================================================= */
/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/
.fjs-workshop {
  /* Mobile */
}
.fjs-workshop .section01 {
  min-height: 100vh;
}
.fjs-workshop .section01 h4,
.fjs-workshop .section01 h3,
.fjs-workshop .section01 h2,
.fjs-workshop .section01 h1 {
  color: white;
}
.fjs-workshop .section01 .box {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fjs-workshop .section01 .box h4,
.fjs-workshop .section01 .box h3,
.fjs-workshop .section01 .box h2,
.fjs-workshop .section01 .box h1 {
  color: white;
}
.fjs-workshop .section01 .box .title {
  margin-top: 100px;
  font-size: 96px;
  line-height: 1.6;
}
.fjs-workshop .section01 .box .subtitle {
  color: white;
  font-size: 32px;
  margin-top: 20px;
}
.fjs-workshop .section01 .box .author {
  margin-top: 20px;
  color: white;
  text-align: right;
  font-style: italic;
}
.fjs-workshop .section01 .box .subsubtitle {
  color: white;
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section01 .box h1,
  .fjs-workshop .section01 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section01 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section01 .box .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section01 .box h1,
  .fjs-workshop .section01 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section01 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section01 .box .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section01 .container {
  min-height: 500px;
}
.fjs-workshop .section01 .video-intro {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 100px);
  top: 100px;
}
.fjs-workshop .section01 .overlay {
  position: absolute;
  /* Sit on top of the page content */
  display: block;
  height: calc(100vh - 100px);
  width: 100%;
  /* Full width (cover the whole page) */
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  cursor: pointer;
  /* Add a pointer on hover */
}
.fjs-workshop .section02 {
  background-color: white;
  color: #3B3C44;
  padding-bottom: 50px;
}
.fjs-workshop .section02 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fjs-workshop .section02 .box .title {
  font-size: 72px;
  margin-bottom: 50px;
}
.fjs-workshop .section02 .box .subtitle {
  margin-top: 20px;
}
.fjs-workshop .section02 .box ul {
  margin-top: 30px;
}
.fjs-workshop .section02 .box ul li {
  font-size: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section02 .box h1,
  .fjs-workshop .section02 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section02 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section02 .box .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section02 .box h1,
  .fjs-workshop .section02 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section02 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section02 .box .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section03 {
  background-color: #C9BFB6;
}
.fjs-workshop .section03 .box {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 20px;
  min-height: 650px;
}
.fjs-workshop .section03 .box h4 {
  color: #60606C;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section03 .box h1,
  .fjs-workshop .section03 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section03 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section03 .box .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section03 .box h1,
  .fjs-workshop .section03 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section03 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section03 .box .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section03 .img-responsive {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.fjs-workshop .section04 {
  background-color: #EEE6DA;
}
.fjs-workshop .section04 .box {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section04 .box h1,
  .fjs-workshop .section04 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section04 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section04 .box .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section04 .box h1,
  .fjs-workshop .section04 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section04 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section04 .box .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section05 {
  position: relative;
  height: 100vh;
}
.fjs-workshop .section05 .img-background {
  background-image: url("../../../../../Assets/img/workshop/felicidade.jpg");
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -2;
}
.fjs-workshop .section05 .overlay {
  position: absolute;
  /* Sit on top of the page content */
  display: block;
  width: 100%;
  /* Full width (cover the whole page) */
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  cursor: pointer;
  /* Add a pointer on hover */
  z-index: -1;
}
.fjs-workshop .section05 .box {
  height: 100vh;
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  color: white;
}
.fjs-workshop .section05 .box .subsubtitle {
  position: absolute;
  bottom: 50px;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section05 .box h1,
  .fjs-workshop .section05 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section05 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section05 .box .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section05 .box h1,
  .fjs-workshop .section05 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section05 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section05 .box .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section06 .box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.fjs-workshop .section06 .box ul li {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
  text-align: left;
  list-style-image: url('../../../../../Assets/icons/valid.png');
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section06 .box h1,
  .fjs-workshop .section06 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section06 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section06 .box .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section06 .box h1,
  .fjs-workshop .section06 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section06 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section06 .box .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section07 {
  min-height: 500px;
  background-color: #EEEFE9;
  color: #3B3C44;
}
.fjs-workshop .section07 .box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.fjs-workshop .section07 .box .subtitle ul li {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
  text-align: left;
  line-height: 1.6;
  list-style: square;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section07 .box h1,
  .fjs-workshop .section07 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section07 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section07 .box .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section07 .box h1,
  .fjs-workshop .section07 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section07 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section07 .box .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section08 {
  padding-bottom: 50px;
}
.fjs-workshop .section08 .box {
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section08 .box h1,
  .fjs-workshop .section08 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section08 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section08 .box .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section08 .box h1,
  .fjs-workshop .section08 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section08 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section08 .box .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section08 .box-local {
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section08 .box-local {
    margin-top: 50px;
  }
}
.fjs-workshop .section08 .box-local .title,
.fjs-workshop .section08 .box-local .data {
  font-weight: bold;
}
.fjs-workshop .section08 .box-local img {
  margin: auto;
  margin-bottom: 10px;
}
.fjs-workshop .section09 {
  position: relative;
  padding-bottom: 50px;
  color: #FFF8F0;
  min-height: 100vh;
}
.fjs-workshop .section09 .title {
  padding-top: 50px;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section09 .title h1,
  .fjs-workshop .section09 .title .title {
    font-size: 56px;
  }
  .fjs-workshop .section09 .title .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section09 .title .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section09 .title h1,
  .fjs-workshop .section09 .title .title {
    font-size: 56px;
  }
  .fjs-workshop .section09 .title .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section09 .title .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section09 .img-background {
  background-image: url("../../../../../Assets/img/workshop/caderno.jpg");
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -2;
}
.fjs-workshop .section09 .overlay {
  position: absolute;
  /* Sit on top of the page content */
  display: block;
  width: 100%;
  /* Full width (cover the whole page) */
  top: 0px;
  left: 0;
  min-height: 100vh;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  cursor: pointer;
  /* Add a pointer on hover */
  z-index: -1;
}
.fjs-workshop .section09 .box {
  border: solid;
  padding: 10px;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fjs-workshop .section09 .box .author {
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section09 .box h1,
  .fjs-workshop .section09 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section09 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section09 .box .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section09 .box h1,
  .fjs-workshop .section09 .box .title {
    font-size: 56px;
  }
  .fjs-workshop .section09 .box .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section09 .box .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section10 {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.fjs-workshop .section10 ul li {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
  text-align: left;
  list-style-image: url('../../../../../Assets/icons/valid.png');
}
.fjs-workshop .section11 {
  background-color: #EEEFE9;
  padding-top: 50px;
  padding-bottom: 50px;
}
.fjs-workshop .section11 .title {
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section11 .title h1,
  .fjs-workshop .section11 .title .title {
    font-size: 56px;
  }
  .fjs-workshop .section11 .title .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section11 .title .subsubtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section11 .title h1,
  .fjs-workshop .section11 .title .title {
    font-size: 56px;
  }
  .fjs-workshop .section11 .title .subitle {
    font-size: 16px;
  }
  .fjs-workshop .section11 .title .subsubtitle {
    font-size: 14px;
  }
}
.fjs-workshop .section11 .brand-logo {
  max-width: 100px;
  max-height: 100px;
  margin-right: 10px;
  margin-left: 10px;
}
.fjs-workshop .section12 {
  width: 100%;
}
.fjs-workshop .section12 .img-background {
  min-height: 500px;
  background-image: url("../../../../../Assets/img/workshop/Voucher_vertical.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .fjs-workshop .section12 .img-background {
    background-image: url("../../../../../Assets/img/workshop/Voucher_vertical.png");
  }
}
.fjs-workshop .section12 input,
.fjs-workshop .section12 textarea {
  width: 100%;
  margin: 10px;
}
.fjs-workshop .section13 {
  padding-top: 50px;
  color: white;
  background-color: #3B3C44;
  padding-bottom: 50px;
}
/*----Live Stream*/
/* =======================================================================
Page Respossive HTML5 Template
======================================================================= */
/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/
.fjs-live .section01 {
  min-height: 100vh;
  color: #EEEFE9;
  background-color: #3B3C44;
}
/*----OTHERS*/
.fjs-error {
  padding-top: 50px;
  min-height: 776px;
}
.fjs-error .triagle {
  margin-bottom: 100px;
}
/****
*
* Custom bootstrap
*
*/
.form-control {
  border: none;
}
/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
body {
  font-family: 'Brandon_reg', sans-serif;
  font-size: 16px;
  color: #808080;
  font-weight: normal;
  overflow-x: hidden;
  line-height: 1.6;
  text-align: center;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Other fixes*/
.fjs-scrollreveal {
  /*Must be empty, but is useful for use in scrool reveal*/
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
i {
  vertical-align: middle;
}
ul,
ol {
  padding-left: 0 !important;
}
li {
  list-style: none;
}
/* Selection colours (easy to forget) */
::-moz-selection {
  background: #FC6D6D;
  color: #FFF;
}
::selection {
  background: #FC6D6D;
  color: #FFF;
}
::-moz-selection {
  background: #FC6D6D;
  color: #FFF;
}
a {
  border: none;
  color: #60606C;
  /*color: @color-03;*/
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
a:hover {
  color: #3B3C44;
}
a[href^=tel],
a:active {
  color: #60606C;
  text-decoration: none;
}
a[href^=tel],
a,
a:hover,
a:focus {
  text-decoration: none;
}
p {
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 18px;
  }
}
.full-width {
  width: 100%;
  margin: auto;
}
input,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
  outline: 1px;
  outline-color: #e96656 !important;
  -webkit-appearance: none;
  border: none ;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
h1,
h2 {
  /*font-family: 'Brandon_Grotesque', 'sans-serif';*/
  /*font-weight: 700;*/
  /*text-transform: uppercase;*/
  line-height: 55px;
  letter-spacing: 2px;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/
.buttons {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 45px;
}
.button {
  display: inline-block !important;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  margin: 10px;
}
.custom-button {
  display: inline-block !important;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 35px 13px 35px;
  border-radius: 4px;
  margin: 10px;
  border: none;
}
.color01-btn {
  background: #3B3C44;
}
.color02-btn {
  background: #60606C;
}
.color03-btn {
  background: #DBDBE2;
}
.color04-btn {
  background: #EEE6DA;
}
.red-btn {
  /*background: #e96656;*/
  background: #AF473c;
}
.green-btn {
  background: #626e60;
}
.blue-btn {
  background: #155765;
}
.yellow-btn {
  background: #CDa34f;
}
.color01-btn,
.color02-btn,
.color03-btn,
.color04-btn,
.red-btn,
.green-btn,
.blue-btn,
.yellow-btn {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.color01-btn:hover,
.color02-btn:hover,
.color03-btn:hover,
.color04-btn:hover,
.red-btn:hover,
.green-btn:hover,
.blue-btn:hover,
.yellow-btn:hover {
  color: white;
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
.blue-btn:hover {
  color: #FFF;
  background: #1288b9;
}
.red-btn:hover {
  color: #FFF;
  background: #cb4332;
}
.green-btn:hover {
  color: #FFF;
  background: #069059;
}
.yellow-btn:hover {
  color: #FFF;
  background: #d8951e;
}
/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/
/** BACKGROUNDS **/
.red-bg {
  background: #e96656;
}
.green-bg {
  background: #34d293;
}
.blue-bg {
  background: #3ab0e2;
}
.yellow-bg {
  background: #E7AC44;
}
.dark-bg {
  background: #404040;
}
.white-bg {
  background: #FFFFFF;
}
.dark01-bg {
  background: #3B3C44;
}
.blue01-bg {
  background: #DBDBE2;
}
.color01-bg {
  background: #3B3C44;
}
.color02-bg {
  background: #60606C;
}
.color03-bg {
  background: #DBDBE2;
}
.color04-bg {
  background: #EEE6DA;
}
.color05-bg {
  background: #C9BFB6;
}
/*.color06-bg {
    background: @color-06;
}
.color07-bg {
    background: @color-07;
}
.color08-bg {
    background: @color-08;
}
.color09-bg {
    background: @color-09;
}*/
/** FOR TEXTS AND ICON FONTS **/
.red-text {
  color: #AF473c;
}
.green-text {
  color: #626e60;
}
.blue-text {
  color: #155765;
}
.yellow-text {
  color: #CDa34f;
}
.dark-text {
  color: #404040;
}
.white-text {
  color: #FFFFFF;
}
/*new colors*/
.color01-text {
  color: #3B3C44;
}
.color02-text {
  color: #60606C;
}
.color03-text {
  color: #DBDBE2;
}
.color04-text {
  color: #EEE6DA;
}
/*.color05-text {
    color: @color-05;
}
.color06-text {
    color: @color-06;
}
.color07-text {
    color: @color-07;
}
.color08-text {
    color: @color-08;
}
.color09-text {
    color: @color-09;
}*/
.dark01-text {
  color: #3B3C44;
}
.blue01-text {
  color: #DBDBE2;
}
/*
*
* Site customizations
*
*/
.service-icon .icon {
  height: 75px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}
.modal {
  text-align: center;
  padding: 0 !important;
  z-index: 999999 !important;
}
.modal::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-right: -4px;*/
  z-index: 999999 !important;
}
.modal-dialog {
  display: inline-block;
  /*text-align: left;*/
  vertical-align: middle;
  z-index: 999999 !important;
}
/* Fallback styles */
.book {
  display: inline-block;
  -webkit-box-shadow: 5px 5px 20px #333;
          box-shadow: 5px 5px 20px #333;
  margin: 10px;
}
.book img {
  vertical-align: middle;
}
/*
 *  In order for this to work, you must use Modernizer
 *  to detect 3D transform browser support. This will add
 *  a "csstransforms3d" class to the HTML element.
 *
 *  Visit http://modernizr.com/ for installation instructions
 */
.books {
  -moz-perspective: 100px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.book {
  position: relative;
  -moz-perspective: 100px;
  -moz-transform: rotateY(-3deg);
  -webkit-transform: perspective(100) rotateY(-3deg);
  outline: 1px solid transparent;
  /* Helps smooth jagged edges in Firefox */
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.book img {
  position: relative;
  max-width: 100%;
}
.book:before,
.book:after {
  position: absolute;
  top: 2%;
  height: 96%;
  content: ' ';
  z-index: -1;
}
.book:before {
  width: 100%;
  left: 7.5%;
  background-color: #5a2d18;
  -webkit-box-shadow: 5px 5px 20px #333;
          box-shadow: 5px 5px 20px #333;
}
.book:after {
  width: 5%;
  left: 100%;
  background-color: #EFEFEF;
  -webkit-box-shadow: inset 0px 0px 5px #aaa;
          box-shadow: inset 0px 0px 5px #aaa;
  -moz-transform: rotateY(20deg);
  -webkit-transform: perspective(100) rotateY(20deg);
}
.cancel-icon {
  float: right;
  cursor: pointer;
  font-size: 24px;
}
