@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* 100 -> Thin  ; 200 -> ExtraLight  ;  300 -> Light  ;  400 -> Regular  ;  500 -> Medium  ;  600  -> SemiBold  ;  700  -> Bold  ;  800  -> ExtraBold  ;  900  -> Black */
/*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* GERAL *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: 'Roboto';
  color: #555;
  margin: 0;
  padding: 0; }

/* ================== TIPOGRAFIA ================== */
/*** Títulos de Seção ***/
.title-sec {
  position: relative;
  margin-bottom: 50px; }

.main-title {
  position: relative;
  color: #204ea2;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase; }

.main-bar {
  background: #204ea2;
  width: 100px;
  height: 3px;
  margin: 40px auto 40px;
  transition: all 0.4s cubic-bezier(0.54, 0.18, 0.13, 1); }

.main-sub {
  color: #757c90;
  font-size: 1.125em;
  text-align: center; }

.main-txt {
  color: #aaa;
  font-size: 1.25em; }

/*** Links ***/
a, a:hover {
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.54, 0.18, 0.13, 1); }

a:hover {
  color: #fff; }

/* ================== BOTÃO ================== */
.main-btn, .sub-btn, .white-btn {
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  position: relative;
  z-index: 50;
  text-transform: lowercase;
  display: inline-block;
  padding: 12px 60px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.54, 0.18, 0.13, 1); }

.main-btn {
  background: #204ea2;
  color: #fff; }
  .main-btn:hover {
    background: #182d72;
    color: #1cebda; }

.sub-btn {
  background: #25bbae;
  color: #204ea2; }
  .sub-btn:hover {
    background: #000;
    color: #1cebda; }

.white-btn {
  background: #fff;
  color: #204ea2; }
  .white-btn:hover {
    background: #182d72;
    color: #fff; }

/* ================== MISC ================== */
.mobile-only, .mobile-tablet, .desktop-hidden, .logo-mobile, .menu-mobile, .tablet-vert {
  display: none; }

.ml-auto {
  margin-left: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-just {
  text-align: justify; }

.posrel {
  position: relative;
  z-index: 2; }

.container {
  width: 1100px; }

.sec-space {
  padding: 120px 0;
  position: relative;
  overflow: hidden; }

img {
  display: block; }

.flex-n {
  display: flex; }

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

.flex-rd {
  display: flex;
  justify-content: space-around;
  align-items: center; }

.half-block {
  width: 50%; }

.filter {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.54, 0.18, 0.13, 1); }
  .filter.f-blue {
    background-image: linear-gradient(180deg, rgba(28, 235, 218, 0.65), rgba(24, 45, 114, 0.65)); }
  .filter img {
    margin: 0 auto; }
  .filter i {
    color: #fff;
    font-size: 4em;
    padding-top: 22%; }

.shadow {
  -webkit-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.2); }

.load {
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
  float: right;
  display: none;
  background: url(../img/load.gif) center center no-repeat; }

/* ================== BACKGROUND-COLORS ================== */
body, .bg-white {
  background-color: #fff; }

.nav, .bg-none {
  background-color: transparent !important; }

.bg-main {
  background-color: #204ea2; }

.bg-dark {
  background-color: #182d72; }

.bg-sub {
  background-color: #25bbae; }

.bg-gray {
  background-color: #e2e5ef; }

/*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* HOME *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
/**************************************/
/***********     HEADER     ***********/
/**************************************/
header {
  position: absolute;
  top: 0;
  z-index: 150;
  width: 100%;
  margin-top: 80px; }

.logo-home img {
  display: inline-block; }

.hdr-menu {
  width: 25%;
  padding: 20px;
  border-right: 2px solid #204ea2; }

.nav-menu {
  display: none; }

a.nav-item {
  color: #204ea2;
  font-size: 1rem;
  text-align: right;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.1em;
  padding: 12px 0; }
  a.nav-item:hover, a.nav-item.is-active {
    color: #182d72; }
  a.nav-item:hover {
    padding-right: 10px; }

/* ================== MENU FIXO ================== */
#menu-fixo {
  display: none;
  position: fixed;
  top: 0;
  z-index: 300;
  width: 100%; }

.fix-nav {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .fix-nav .hdr-menu {
    display: flex;
    width: 100%; }
  .fix-nav a.nav-item {
    color: #fff;
    padding: 12px 20px; }
    .fix-nav a.nav-item:hover, .fix-nav a.nav-item.is-active {
      color: #1cebda; }
    .fix-nav a.nav-item:hover {
      padding-right: 20px; }

.fix-logo {
  padding: 10px 0; }
  .fix-logo img {
    width: 65px; }

.fix-menu {
  display: none; }

/****************************************/
/************     BANNER     ************/
/****************************************/
#topo {
  padding-bottom: 195px; }

.logao {
  position: absolute;
  top: 0;
  right: 0; }

.ban-info {
  width: 40%;
  padding-top: 250px; }

.ban-title {
  color: #204ea2;
  font-size: 3em; }

.ban-bar {
  background: #204ea2;
  width: 100px;
  height: 3px;
  margin: 110px 0 50px;
  transition: all 0.4s cubic-bezier(0.54, 0.18, 0.13, 1); }

.ban-txt {
  color: #757c90;
  font-size: 1.125em; }

.ban-btn {
  margin-top: 40px; }

/******************************************/
/************     SERVIÇOS     ************/
/******************************************/
.sev-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 75%;
  margin: 0 auto; }

.sev-item {
  display: block;
  width: 30%;
  margin: 0 1.5% 27px;
  padding: 40px 30px; }
  .sev-item img {
    margin: 0 auto; }
  .sev-item:hover {
    background: #204ea2; }
    .sev-item:hover .sev-title {
      color: #fff; }
    .sev-item:hover img {
      filter: brightness(5); }
    .sev-item:hover .sev-bar {
      background: #fff; }

.sev-title {
  color: #757c90;
  font-size: 1.125em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px; }

.sev-bar {
  background: #204ea2;
  width: 100px;
  height: 3px;
  margin: 0 auto 0;
  transition: all 0.4s cubic-bezier(0.54, 0.18, 0.13, 1);
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0; }

.sev-btn {
  text-align: center;
  margin-top: 30px; }

/***********************************************/
/************     CTA ORÇAMENTO     ************/
/***********************************************/
#cta-orcamento {
  padding: 80px 0 0; }
  #cta-orcamento .main-title {
    color: #fff;
    padding: 0 25%; }

.bg-cool {
  background: linear-gradient(-45deg, #204ea2, #23a6d5, #25bbae);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.cta-btn {
  text-align: center;
  margin-bottom: 50px; }

.arrow-down {
  clip-path: polygon(0 0, 37% 0, 50% 70%, 63% 0, 100% 0, 100% 100%, 0 100%);
  height: 120px; }

/*******************************************/
/************     INSTAGRAM     ************/
/*******************************************/
.watermark {
  position: absolute;
  left: 50%;
  margin-left: -599.5px;
  top: 60px; }

.insta-flex {
  display: flex;
  justify-content: space-between;
  padding: 0px 0 50px;
  width: 80%;
  margin: 0 auto; }

.insta-item {
  position: relative;
  overflow: hidden;
  width: 23%;
  margin: 0 1%; }
  .insta-item .filter i {
    color: #fff;
    padding-top: 35%; }
  .insta-item a:hover .filter {
    opacity: 1; }

.insta-vid {
  max-width: 185%;
  margin-left: -42%; }

.insta-btn {
  text-align: center; }

/****************************************/
/************     FOOTER     ************/
/****************************************/
footer {
  padding-top: 100px; }
  footer .main-title {
    color: #fff; }
  footer .main-bar {
    background: #fff; }

.foo-flex {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 100px; }

.foo-info-flex {
  display: flex; }
  .foo-info-flex img {
    margin-right: 40px; }

.foo-tel {
  color: #fff;
  font-weight: 700;
  font-size: 1.5em; }
  .foo-tel:hover {
    color: #1cebda; }

.foo-txt {
  color: #fff;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.5em; }

.foo-add {
  text-align: right; }

a.foo-txt:hover {
  color: #1cebda; }

.foo-social {
  display: flex;
  margin-top: 15px; }
  .foo-social a {
    color: #fff;
    font-size: 1.75em;
    margin-right: 20px; }
    .foo-social a:hover {
      color: #1cebda; }

.foo-rights {
  color: #e2e5ef;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-bottom: 100px; }

/* ================== QUAX ASSINATURA ================== */
.quax-assinatura {
  color: #aaa;
  text-align: center;
  border-bottom: 8px solid #204ea2;
  position: relative;
  margin-top: -65px;
  padding-top: 20px;
  z-index: 0; }
  .quax-assinatura .logo-quax {
    width: 80px;
    margin: 0 auto;
    display: block;
    position: relative; }
    .quax-assinatura .logo-quax img {
      position: absolute;
      bottom: 1px;
      left: 30px;
      width: 20px; }

.arrow-up {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #204ea2; }

/*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* SUBS *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
/* ================== GERAL ================== */
header.sub {
  position: relative;
  margin-top: 0; }
  header.sub .nav {
    align-items: center; }
  header.sub .nav-logo {
    margin: 80px 0; }
  header.sub .logo-home img {
    display: block; }
  header.sub .hdr-menu {
    display: flex;
    width: 100%; }
  header.sub a.nav-item {
    color: #fff;
    padding: 12px 20px; }
    header.sub a.nav-item:hover, header.sub a.nav-item.is-active {
      color: #1cebda; }
    header.sub a.nav-item:hover {
      padding-right: 20px; }

/* ================== PAGINAÇÃO ================== */
.pagination {
  margin-top: 50px;
  width: 100%; }
  .pagination li {
    background-color: #dde4da;
    margin: 0 5px;
    transition: all 0.4s cubic-bezier(0.54, 0.18, 0.13, 1);
    font-weight: 900; }
    .pagination li:hover {
      background-color: #204ea2; }
      .pagination li:hover a {
        color: #fff; }
    .pagination li.active {
      background-image: linear-gradient(180deg, #e2e5ef, #204ea2);
      border: none; }
      .pagination li.active a {
        cursor: auto;
        color: #fff; }
  .pagination a {
    padding: 10px 15px;
    color: #204ea2; }
  .pagination span {
    background-color: #dde4da; }
    .pagination span.inactive {
      cursor: auto;
      padding: 10px 15px;
      border-color: #aaa; }
    .pagination span.anterior {
      margin-right: 15px; }
    .pagination span.proxima {
      margin-left: 15px; }

.paginate:hover {
  background-color: #204ea2;
  color: #fff; }

/*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* EMPRESA *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
/***************************************/
/************     GERAL     ************/
/***************************************/
#empresa {
  padding-bottom: 0; }
  #empresa .main-title {
    text-align: left; }
  #empresa .main-bar {
    left: 0;
    margin-left: 0; }
  #empresa .title-sec {
    width: 29%;
    margin: 0; }

.emp-sub {
  color: #204ea2;
  font-weight: 500;
  font-size: 1.125em; }

.emp-flex {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto; }

.emp-txt {
  width: 70%; }
  .emp-txt p {
    color: #757c90;
    font-size: 1.125em; }

/*********************************************/
/************     MIS VIS VAL     ************/
/*********************************************/
#mvv .container {
  -webkit-box-shadow: 10px 10px 0px 0px #204ea2;
  -moz-box-shadow: 10px 10px 0px 0px #204ea2;
  box-shadow: 10px 10px 0px 0px #204ea2; }

.mvv-flex {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 100px 0; }

.mvv-item {
  width: 27%;
  color: #757c90;
  font-size: 1.25em;
  text-align: center; }

.mvv-img img {
  margin: 0 auto; }

.mvv-text .txt-destaque {
  color: #757c90;
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0 30px; }

/*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* SERVIÇOS *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
/***************************************/
/************     GERAL     ************/
/***************************************/
.sev-item-flex {
  display: flex;
  margin-bottom: 30px; }

.sev-img {
  display: flex;
  width: 25%; }
  .sev-img img {
    margin: auto;
    width: 175px; }

.sev-txt {
  width: 75%;
  padding: 50px; }
  .sev-txt .sev-title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5em;
    text-align: left; }
  .sev-txt .sev-sub {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    margin: -35px 0 30px; }
  .sev-txt .main-txt {
    color: #fff;
    font-size: 1.125em; }
    .sev-txt .main-txt span {
      font-weight: 700; }

/******************************************/
/************     CTA FORM     ************/
/******************************************/
#cta-form {
  padding-top: 0; }
  #cta-form .title-sec {
    margin-top: 80px; }
  #cta-form .main-title, #cta-form .main-sub {
    color: #fff; }
  #cta-form .main-bar {
    background: #fff; }

.arrow-top {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 63% 100%, 50% 30%, 37% 100%, 0 100%);
  height: 120px; }

.form-flex {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto; }
  .form-flex .half-block {
    width: 48%; }

.form-container .input, .form-container .textarea {
  color: #fff;
  font-size: 1.125em;
  text-align: center;
  font-family: 'Roboto';
  background-color: transparent;
  border: 1px solid #fff;
  height: 45px;
  box-shadow: none;
  margin-bottom: 25px;
  border-radius: 0; }
.form-container .textarea {
  min-height: 185px;
  padding: 20px 40px; }
.form-container ::placeholder {
  color: #fff !important;
  font-size: 1em;
  font-family: "Roboto" !important;
  letter-spacing: normal; }

/*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* CONTATO *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
#con-info {
  padding: 0 0 140px; }

.con-info-flex {
  display: flex;
  justify-content: space-between; }
  .con-info-flex .icon {
    position: absolute;
    left: 50%;
    margin-left: -85px;
    top: 10px;
    width: 170px;
    height: 120px; }

.con-text {
  color: #aaa;
  font-size: 1.5em;
  margin-top: 35px; }
  .con-text span {
    font-size: 1.25em;
    font-weight: 700; }
  .con-text a {
    color: #aaa; }
    .con-text a:hover {
      color: #204ea2; }

.map-area {
  padding-top: 80px; }

.my-map {
  width: 100%;
  height: 460px;
  position: relative;
  -webkit-box-shadow: 10px 10px 0px 0px #204ea2;
  -moz-box-shadow: 10px 10px 0px 0px #204ea2;
  box-shadow: 10px 10px 0px 0px #204ea2; }

/********************************************/
/************     FORMULÁRIO     ************/
/********************************************/
#contato .input, #contato .textarea {
  color: #757c90;
  border-color: #757c90; }
#contato ::placeholder {
  color: #757c90 !important; }

.success {
  border: 1px solid #0dc13a;
  border-radius: 10px;
  padding: 10px;
  background-color: #eefff1;
  color: #0dc13a;
  margin-top: 15px; }

.error {
  border: 1px solid #ac0505;
  border-radius: 10px;
  padding: 10px;
  background-color: #f9e0e0;
  color: #ac0505;
  margin-top: 15px; }

.form-btn {
  text-align: center;
  width: 100%;
  margin-top: 40px; }
  .form-btn button {
    border: none !important; }

/*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
/*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* MEDIA QUERY *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
/*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
/*******************************************************/
/********************* NOTEBOOK ************************/
/*******************************************************/
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  body {
    overflow: hidden; }

  .sec-space {
    padding: 120px 0; }

  .container {
    max-width: 1120px; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* HOME *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  /********* Header **********/
  header {
    margin-top: 40px; }

  .hdr-menu {
    margin: 60px 100px 0 0;
    width: 30%; }

  a.nav-item {
    font-size: 0.9em;
    margin: 0 7px; }

  .fix-nav .hdr-menu {
    margin: 0; }

  /********* Banner **********/
  .logao {
    width: 940px; }

  .ban-info {
    padding-top: 130px; }

  .ban-title {
    font-size: 2.5em; }

  .ban-bar {
    margin: 50px 0; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* SUBS *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  header.sub .nav-logo {
    margin: 40px 0; }
  header.sub .hdr-menu {
    margin: 0; } }
/***************************************************************/
/********************* TABLET LANDSCAPE ************************/
/***************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1279px) and (orientation: landscape) {
  body {
    overflow: hidden; }

  .desktop-only, .logo-mobile, .mobile-only, .tablet-hidden, .mobile-tablet, .tablet-vert {
    display: none !important; }

  .container {
    max-width: 960px;
    padding: 0 5%; }

  .sec-space {
    padding: 100px 0; }

  .main-txt {
    font-size: 1em; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* HOME *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  /********* Header **********/
  header {
    margin-top: 40px; }

  .hdr-menu {
    margin: 48px 75px 0 0;
    width: 35%;
    padding: 5px 20px; }

  a.nav-item {
    font-size: 0.9em;
    margin: 0 7px; }

  .fix-nav .hdr-menu {
    margin: 0; }

  /********* Banner **********/
  .logao {
    width: 820px;
    opacity: 0.5; }

  .ban-info {
    width: 60%;
    padding-top: 130px; }

  .ban-title {
    font-size: 2.5em; }

  .ban-bar {
    margin: 50px 0; }

  /********* Serviços **********/
  .sev-flex {
    width: 90%; }

  /********* CTA Orçamento **********/
  #cta-orcamento .main-title {
    padding: 0 15%; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* SUBS *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  header.sub .nav-logo {
    margin: 40px 0; }
  header.sub .hdr-menu {
    margin: 0; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* EMPRESA *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  .emp-txt {
    width: 60%; }

  .mvv-flex {
    width: 100%;
    padding: 80px 0; }

  .sev-img img {
    width: 150px; } }
/***************************************************************/
/*********************** TABLET PORTRAIT ***********************/
/***************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body {
    overflow-x: hidden;
    min-height: 1410px; }

  .desktop-only, .tablet-hidden, .mobile-hidden {
    display: none !important; }

  .mobile-tablet, .desktop-hidden, .tablet-vert {
    display: block !important; }

  .container {
    width: 100%;
    padding: 0 8%; }

  .sec-space {
    padding: 80px 0; }

  .main-txt {
    font-size: 1.125em; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* HOME *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  /********* Header **********/
  header.main .container {
    width: 100%; }

  .nav-logo {
    width: 220px; }

  a.nav-item {
    font-size: 0.8em;
    margin: 0 7px; }

  .hdr-menu {
    display: none; }

  .fix-menu {
    display: block; }

  .hdr-toggle {
    margin-right: 35px; }

  .nav-toggle {
    display: block;
    height: 100px; }
    .nav-toggle span {
      width: 45px;
      height: 3px;
      background-color: #204ea2;
      margin-left: -17.5px; }
      .nav-toggle span:nth-child(2) {
        margin-top: 1px; }
      .nav-toggle span:nth-child(3) {
        margin-top: 8px; }
    .nav-toggle.is-active span:nth-child(1) {
      transform: rotate(45deg);
      margin-top: -19px; }
    .nav-toggle.is-active span:nth-child(3) {
      transform: rotate(-45deg);
      margin-top: 11px; }

  #menu-fixo .nav-toggle span {
    background-color: #fff; }

  .tri {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute; }

  .tri-top {
    right: 0;
    border-width: 0 375px 655px 0;
    border-color: transparent #e2e5ef transparent transparent; }

  .tri-bot {
    bottom: 0;
    border-width: 655px 0 0 375px;
    border-color: transparent transparent transparent #e2e5ef; }

  /* ================== MENU ABERTO ================== */
  .nav-menu {
    position: fixed;
    top: 0;
    z-index: 501;
    height: 100vh; }
    .nav-menu .flex-bt {
      width: 80%;
      margin: 65px auto 0; }
    .nav-menu .fix-logo {
      margin-left: 47px; }
      .nav-menu .fix-logo img {
        width: auto; }
    .nav-menu .nav-item {
      border: none;
      font-size: 1.5em;
      text-align: center;
      display: block;
      margin: 10px 0; }
    .nav-menu .fix-menu {
      margin: 7px 17px 0 0; }

  .menu-itens {
    margin-top: 170px;
    position: relative;
    z-index: 10; }

  .nav-close {
    display: block;
    width: 50px;
    height: 100px;
    cursor: pointer;
    position: relative; }
    .nav-close span {
      position: absolute;
      left: 50%;
      margin-left: -7px;
      top: 50%;
      width: 45px;
      height: 3px;
      background-color: #204ea2;
      margin-left: -17.5px;
      display: block; }
      .nav-close span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 0px; }
      .nav-close span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: 0px; }

  /********* Banner **********/
  .logao {
    right: -91%;
    max-width: 140%; }

  .ban-info {
    width: 60%; }

  .ban-title {
    font-size: 2.5em; }

  .ban-bar {
    margin: 50px 0; }

  /********* Serviços **********/
  #home-servicos .container {
    padding: 0 3%; }

  .sev-flex {
    width: 100%; }

  .sev-item {
    padding: 40px 15px; }

  /********* CTA Orçamento **********/
  #cta-orcamento .main-title {
    padding: 0 10%; }

  .cta-btn {
    margin-bottom: 100px; }

  .arrow-down {
    clip-path: polygon(0 0, 30% 0, 50% 70%, 70% 0, 100% 0, 100% 100%, 0 100%); }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* SUBS *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  header.sub .nav-logo {
    margin: 40px 0; }
  header.sub .hdr-menu {
    margin: 0;
    display: none; }
  header.sub .nav-toggle span {
    background: #fff; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* EMPRESA *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  #empresa .title-sec {
    width: 35%; }

  .emp-txt {
    width: 50%; }

  .mvv-flex {
    width: 100%;
    padding: 80px 0; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* SERVIÇOS *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  .sev-img {
    width: 30%; }
    .sev-img img {
      width: 150px; }

  .form-flex {
    width: 100%; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* CONTATO *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  .con-text {
    font-size: 1.25em; } }
/***************************************************************/
/************************* SMARTPHONE **************************/
/***************************************************************/
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-height: 1300px; }

  .desktop-only, .mobile-hidden, .mobile-total-hide, .tablet-vert {
    display: none !important; }

  .mobile-only, .mobile-tablet, .desktop-hidden {
    display: block !important; }

  .waypoint {
    opacity: 1 !important; }

  .container {
    width: 100%;
    padding: 0 8%; }

  .sec-space {
    padding: 80px 0 60px; }

  .main-txt {
    font-size: 1em; }

  .flex-n, .flex-bt, .flex-rd {
    flex-wrap: wrap; }

  .half-block {
    width: 100%; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* HOME *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  /********* Header **********/
  header {
    margin-top: 40px; }
    header.main .container {
      width: 100%; }

  .nav-logo {
    width: 160px; }

  a.nav-item {
    font-size: 0.8em;
    margin: 0 7px; }

  .hdr-menu {
    display: none; }

  .fix-menu {
    display: block; }

  .hdr-toggle {
    margin-right: 25px; }

  .nav-toggle {
    display: block;
    height: 100px; }
    .nav-toggle span {
      width: 45px;
      height: 3px;
      background-color: #204ea2;
      margin-left: -17.5px; }
      .nav-toggle span:nth-child(2) {
        margin-top: 1px; }
      .nav-toggle span:nth-child(3) {
        margin-top: 8px; }
    .nav-toggle.is-active span:nth-child(1) {
      transform: rotate(45deg);
      margin-top: -19px; }
    .nav-toggle.is-active span:nth-child(3) {
      transform: rotate(-45deg);
      margin-top: 11px; }

  #menu-fixo .nav-toggle span {
    background-color: #fff; }

  .tri {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute; }

  .tri-top {
    right: 0;
    border-width: 0 195px 340px 0;
    border-color: transparent #e2e5ef transparent transparent; }

  .tri-bot {
    bottom: 0;
    border-width: 340px 0 0 195px;
    border-color: transparent transparent transparent #e2e5ef; }

  /* ================== MENU ABERTO ================== */
  .nav-menu {
    position: fixed;
    top: 0;
    z-index: 501;
    height: 100vh; }
    .nav-menu .flex-bt {
      width: 80%;
      margin: 35px auto 0; }
    .nav-menu .fix-logo {
      margin-left: 15px; }
      .nav-menu .fix-logo img {
        width: auto; }
    .nav-menu .nav-item {
      border: none;
      font-size: 1.5em;
      text-align: center;
      display: block;
      margin: 10px 0; }
    .nav-menu .fix-menu {
      margin: 7px 17px 0 0; }

  .menu-itens {
    margin-top: 55px;
    position: relative;
    z-index: 10; }

  .nav-close {
    display: block;
    width: 50px;
    height: 100px;
    cursor: pointer;
    position: relative; }
    .nav-close span {
      position: absolute;
      left: 50%;
      margin-left: -7px;
      top: 50%;
      width: 45px;
      height: 3px;
      background-color: #204ea2;
      margin-left: -17.5px;
      display: block; }
      .nav-close span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 0px; }
      .nav-close span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: 0px; }

  /********* Banner **********/
  .logao {
    right: -145%;
    max-width: 200%; }

  .ban-info {
    width: 100%;
    padding-top: 130px; }

  .ban-title {
    font-size: 1.75em; }

  .ban-bar {
    margin: 50px 0; }

  /********* Serviços **********/
  #home-servicos .container {
    padding: 0 3%; }

  .sev-flex {
    width: 100%; }

  .sev-item {
    width: 100%;
    padding: 40px 50px; }

  /********* CTA Orçamento **********/
  #cta-orcamento .main-title {
    padding: 0 10%; }

  .cta-btn {
    margin-bottom: 100px; }

  .arrow-down {
    clip-path: polygon(0 0, 15% 0, 50% 70%, 85% 0, 100% 0, 100% 100%, 0 100%); }

  /********* Footer **********/
  .foo-flex {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0; }

  .foo-block {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }

  .foo-social {
    justify-content: center; }
    .foo-social a {
      margin: 0 10px; }

  .foo-add {
    text-align: center; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* SUBS *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  header.sub .nav-logo {
    margin: 40px 0; }
  header.sub .hdr-menu {
    margin: 0;
    display: none; }
  header.sub .nav-toggle span {
    background: #fff; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* EMPRESA *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  .emp-flex {
    flex-wrap: wrap;
    width: 100%; }

  #empresa {
    padding: 40px 0 60px; }
    #empresa .main-title {
      text-align: center; }
    #empresa .title-sec {
      width: 100%;
      text-align: center; }
    #empresa .main-bar {
      margin-left: auto; }

  .emp-txt {
    width: 100%;
    margin-top: 50px; }
    .emp-txt p {
      text-align: center; }

  #mvv {
    padding-bottom: 0; }

  .mvv-flex {
    width: 100%;
    padding: 80px 0 40px;
    flex-wrap: wrap; }

  .mvv-item {
    width: 100%;
    margin-bottom: 50px; }

  .mvv-text .txt-destaque {
    padding-top: 20px; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* SERVIÇOS *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  #servicos {
    padding-top: 40px; }

  .sev-item-flex {
    flex-wrap: wrap; }

  .sev-img {
    width: 100%;
    padding: 40px 0; }
    .sev-img img {
      width: 150px; }

  .sev-txt {
    width: 100%;
    padding: 50px 40px; }
    .sev-txt .sev-title {
      text-align: center; }

  .arrow-top {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 50% 30%, 15% 100%, 0 100%); }

  .form-flex {
    width: 100%;
    flex-wrap: wrap; }
    .form-flex .half-block {
      width: 100%; }

  /*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜* CONTATO *˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*˜*/
  #con-info {
    padding-bottom: 100px; }

  .con-info-flex {
    flex-wrap: wrap; }

  .con-text {
    font-size: 1.25em;
    text-align: center; }

  .my-map {
    height: 320px; } }
/*------------------------------------------------*/
/*------------------[ANIMATIONS]-----------------*/
/*------------------------------------------------*/
.waypoint {
  opacity: 0; }

.animated {
  opacity: 1; }

.animation_top.animated {
  -webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeTop {
  0% {
    opacity: 0;
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeTop {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeTop {
  0% {
    opacity: 0;
    -o-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
.animation_bottom.animated {
  -webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(10%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(10%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeBottom {
  0% {
    opacity: 0;
    -o-transform: translateY(10%); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
.animation_left.animated {
  -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-10%); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
.animation_right.animated {
  -webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(10%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeRight {
  0% {
    opacity: 0;
    -o-transform: translateX(10%); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
.animation_fade.animated {
  animation: fade 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animation_topL.animated {
  -webkit-animation: fadeTopLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeTopLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeTopLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeTopLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeTopLeft {
  0% {
    opacity: 0;
    transform: translate(-10%, -40%); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@-webkit-keyframes fadeTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10%, 10%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes fadeTopLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-10%, 10%); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0); } }
@-o-keyframes fadeTopLeft {
  0% {
    opacity: 0;
    -o-transform: translate(-10%, 10%); }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0); } }
.animation_botR.animated {
  -webkit-animation: fadeBotRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeBotRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeBotRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeBotRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeBotRight {
  0% {
    opacity: 0;
    transform: translate(10%, 40%); }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    /* DEFAULT */ } }
@-webkit-keyframes fadeBotRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, -10%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes fadeBotRight {
  0% {
    opacity: 0;
    -moz-transform: translate(10%, -10%); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0); } }
@-o-keyframes fadeBotRight {
  0% {
    opacity: 0;
    -o-transform: translate(10%, -10%); }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0); } }
.animation_top_d1.animated {
  -webkit-animation: fadeTop_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeTop_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeTop_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeTop_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeTop_d1 {
  0% {
    opacity: 0;
    transform: translateY(-10%); }
  25% {
    opacity: 0;
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeTop_d1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%); }
  25% {
    opacity: 0;
    -webkit-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeTop_d1 {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10%); }
  25% {
    opacity: 0;
    -moz-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeTop_d1 {
  0% {
    opacity: 0;
    -o-transform: translateY(-10%); }
  25% {
    opacity: 0;
    -o-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
.animation_bottom_d1.animated {
  -webkit-animation: fadeBottom_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeBottom_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeBottom_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeBottom_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeBottom_d1 {
  0% {
    opacity: 0;
    transform: translateY(10%); }
  25% {
    opacity: 0;
    transform: translateY(10%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeBottom_d1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%); }
  25% {
    opacity: 0;
    -webkit-transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeBottom_d1 {
  0% {
    opacity: 0;
    -moz-transform: translateY(10%); }
  25% {
    opacity: 0;
    -moz-transform: translateY(10%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeBottom_d1 {
  0% {
    opacity: 0;
    -o-transform: translateY(10%); }
  25% {
    opacity: 0;
    -o-transform: translateY(10%); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
.animation_left_d1.animated {
  -webkit-animation: fadeLeft_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeLeft_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeLeft_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeLeft_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeLeft_d1 {
  0% {
    opacity: 0;
    transform: translateX(-10%); }
  25% {
    opacity: 0;
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeLeft_d1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%); }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeLeft_d1 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-10%); }
  25% {
    opacity: 0;
    -moz-transform: translateX(-10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeLeft_d1 {
  0% {
    opacity: 0;
    -o-transform: translateX(-10%); }
  25% {
    opacity: 0;
    -o-transform: translateX(-10%); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
.animation_right_d1.animated {
  -webkit-animation: fadeRight_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeRight_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeRight_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeRight_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeRight_d1 {
  0% {
    opacity: 0;
    transform: translateX(10%); }
  25% {
    opacity: 0;
    transform: translateX(10%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeRight_d1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%); }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeRight_d1 {
  0% {
    opacity: 0;
    -moz-transform: translateX(10%); }
  25% {
    opacity: 0;
    -moz-transform: translateX(10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeRight_d1 {
  0% {
    opacity: 0;
    -o-transform: translateX(10%); }
  25% {
    opacity: 0;
    -o-transform: translateX(10%); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
.animation_fade_d1.animated {
  animation: fade_d1 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fade_d1 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animation_right_d2.animated {
  -webkit-animation: fadeRight_d2 2.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeRight_d2 2.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeRight_d2 2.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeRight_d2 2.5s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes fadeRight_d2 {
  0% {
    opacity: 0;
    transform: translateX(10%); }
  50% {
    opacity: 0;
    transform: translateX(10%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeRight_d2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeRight_d2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(10%); }
  50% {
    opacity: 0;
    -moz-transform: translateX(10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeRight_d2 {
  0% {
    opacity: 0;
    -o-transform: translateX(10%); }
  50% {
    opacity: 0;
    -o-transform: translateX(10%); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
.animation_scale.animated {
  -webkit-animation: scaleNormal 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: scaleNormal 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: scaleNormal 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: scaleNormal 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes scaleNormal {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes scaleNormal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes scaleNormal {
  0% {
    opacity: 0;
    -moz-transform: scale(0); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-o-keyframes scaleNormal {
  0% {
    opacity: 0;
    -o-transform: scale(0); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
.animation_scale_d1.animated {
  -webkit-animation: scale_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: scale_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: scale_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: scale_d1 2s 1 cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes scale_d1 {
  0% {
    opacity: 0;
    transform: scale(0.1); }
  25% {
    opacity: 0;
    transform: scale(0.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes scale_d1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1); }
  25% {
    opacity: 0;
    -webkit-transform: scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes scale_d1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1); }
  25% {
    opacity: 0;
    -moz-transform: scale(0.1); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-o-keyframes scale_d1 {
  0% {
    opacity: 0;
    -o-transform: scale(0.1); }
  25% {
    opacity: 0;
    -o-transform: scale(0.1); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
.animation_vertSize.animated {
  -webkit-animation: vertSize 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: vertSize 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: vertSize 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: vertSize 1s 1 cubic-bezier(0.77, 0, 0.175, 1) both; }

@keyframes vertSize {
  0% {
    opacity: 0;
    transform: scaleY(0.1);
    transform-origin: 100% 0%; }
  100% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 100% 0%; } }
@-webkit-keyframes vertSize {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1); } }
@-moz-keyframes vertSize {
  0% {
    opacity: 0;
    -moz-transform: scaleY(0.1); }
  100% {
    opacity: 1;
    -moz-transform: scaleY(1); } }
@-o-keyframes vertSize {
  0% {
    opacity: 0;
    -o-transform: scaleY(0.1); }
  100% {
    opacity: 1;
    -o-transform: scaleY(1); } }
.animation_horiSize.animated {
  -webkit-animation: horiSize 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: horiSize 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: horiSize 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: horiSize 1s 1 cubic-bezier(0.77, 0, 0.175, 1) both; }

@keyframes horiSize {
  0% {
    opacity: 0;
    transform: scaleX(0.1);
    transform-origin: 0% 100%; }
  100% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0% 100%; } }
@-webkit-keyframes horiSize {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1); } }
@-moz-keyframes horiSize {
  0% {
    opacity: 0;
    -moz-transform: scaleX(0.1); }
  100% {
    opacity: 1;
    -moz-transform: scaleX(1); } }
@-o-keyframes horiSize {
  0% {
    opacity: 0;
    -o-transform: scaleX(0.1); }
  100% {
    opacity: 1;
    -o-transform: scaleX(1); } }
.animation_horiwidth.animated {
  animation: widthHori 2s 1 cubic-bezier(0.77, 0, 0.175, 1); }

/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/
@keyframes widthHori {
  0% {
    opacity: 0;
    width: 0; }
  100% {
    opacity: 1;
    width: 100%; } }
@keyframes widthHori-1 {
  0% {
    opacity: 0;
    width: 0; }
  25% {
    opacity: 0;
    width: 0; }
  100% {
    opacity: 1;
    width: 100%; } }
/* ================== COLOR-BORDERS ================== */
.b-blue {
  border: 1px solid blue; }

.b-red {
  border: 1px solid #cb0000; }

.b-yellow {
  border: 1px solid yellow; }

.b-green {
  border: 1px solid green; }

.b-white {
  border: 1px solid white; }

.b-purple {
  border: 1px solid #550080; }

.b-sky {
  border: 1px solid skyblue; }

.b-lime {
  border: 1px solid lime; }

.b-pink {
  border: 1px solid pink; }

/*# sourceMappingURL=style.css.map */
