@charset "UTF-8";
/**
 * index.scss
  Author: David Afonso
  Date: July 2020
 */
/*-------------------------------*
 * - Mixins
/*-------------------------------**/
/*-------------------------------*
 * -    Variables
/*-------------------------------**/
/*Bakground*/
/*Highlights*/
/* Price */
/* Contacts */
/*About US*/
/* ----------------------------
	    Responsive Rules
-------------------------------*/
/* Excluding from 0px upwards*/
@media only screen and (max-width: 320px) {
  .hidden-ms {
    display: none !important;
  }
}

@media only screen and (max-width: 375px) {
  .hidden-mm {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hidden-t {
    display: none !important;
  }
}

/* ----------------------------
	    Main sections
-------------------------------*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
.page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: all 1.2s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  -webkit-transition: all 1.2s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  -moz-transition: all 1.2s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  -o-transition: all 1.2s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  color: #fcfcf4;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

/* ----------------------------
	    Typography
-------------------------------*/
* {
  font-family: "Poppins", "open sans", "lato", "helvetica", sans-serif;
}

a {
  text-decoration: none;
  color: #fff;
}

a :hover {
  color: #ccc;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6vw;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: .1em;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  h1 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 37px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  h1 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 1439px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-weight: 400;
  letter-spacing: .9em;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  h2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  h2 {
    font-size: 33px;
  }
}

@media only screen and (min-width: 1439px) {
  h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  h2 {
    line-height: 30px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  h2 {
    line-height: 35px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  h2 {
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h2 {
    line-height: 42px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  h2 {
    line-height: 43px;
  }
}

@media only screen and (min-width: 1439px) {
  h2 {
    line-height: 45px;
  }
}

h3 {
  margin-top: 0;
  margin-bottom: 1.2vw;
  font-weight: 400;
  letter-spacing: .8em;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  h3 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1439px) {
  h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  h3 {
    line-height: 25px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  h3 {
    line-height: 30px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  h3 {
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h3 {
    line-height: 37px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  h3 {
    line-height: 38px;
  }
}

@media only screen and (min-width: 1439px) {
  h3 {
    line-height: 40px;
  }
}

p {
  font-size: 22px;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  p {
    font-size: 10px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  p {
    font-size: 11px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1439px) {
  p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  p {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  p {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  p {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  p {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  p {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1439px) {
  p {
    padding: 0 40px;
  }
}

* {
  font-family: "Poppins", "open sans", "lato", "helvetica", sans-serif;
}

a {
  text-decoration: none;
}

.title,
.hint {
  display: block;
}

.title {
  font-size: 38px;
}

h1.slogan {
  display: block;
  margin: 0 auto;
  font-weight: 400;
  margin-top: 3vh;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  h1.slogan {
    font-size: 15px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  h1.slogan {
    font-size: 18px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  h1.slogan {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h1.slogan {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  h1.slogan {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1439px) {
  h1.slogan {
    font-size: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  h1.slogan {
    max-width: 180px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  h1.slogan {
    max-width: 200px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  h1.slogan {
    max-width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h1.slogan {
    max-width: 350px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  h1.slogan {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1439px) {
  h1.slogan {
    max-width: 450px;
  }
}

.animate-welcome2 {
  -webkit-animation: welcome2 1s ease-out forwards;
          animation: welcome2 1s ease-out forwards;
}

.hint {
  font-size: 32px;
}

.hint a {
  color: yellow;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
}

.hint a:hover {
  color: #FFF;
}

#p4 .hint {
  display: inherit !important;
}

.line-trough {
  text-decoration: line-through;
}

/* ----------------------------
      Slash Screen
-------------------------------*/
/*----  Loading Splash Screen    ---*/
#splash-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
}

.splash-exit {
  -webkit-animation: splash-slide 0.8s cubic-bezier(1, 0.08, 0.38, 0.99) forwards;
          animation: splash-slide 0.8s cubic-bezier(1, 0.08, 0.38, 0.99) forwards;
  /*Slide Away*/
  -webkit-transition: all 2s;
  transition: all 2s;
}

@-webkit-keyframes splash-slide {
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}

@keyframes splash-slide {
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}

.splash-out {
  z-index: 999999;
  opacity: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  -webkit-animation: fade-in 2s ease-in forwards;
          animation: fade-in 2s ease-in forwards;
  /*Background Load*/
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.splash-out::before {
  content: "";
  background: url(/img/loader/vintage-noise.gif) center no-repeat #000;
  background-repeat: no-repeat;
  background-size: cover !important;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.splash-text {
  opacity: 1;
  text-align: center;
  font-size: 4em;
}

.splash-text h2 {
  font-size: 0.8em;
  line-height: 1.3em;
  letter-spacing: 0.3em;
  font-weight: 600;
  opacity: 0;
  -webkit-animation: welcome 1s ease-out 0.4s forwards;
          animation: welcome 1s ease-out 0.4s forwards;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .splash-text h2 {
    font-size: 0.5em;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .splash-text h2 {
    font-size: 0.6em;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .splash-text h2 {
    font-size: 0.6em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .splash-text h2 {
    font-size: 0.65em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .splash-text h2 {
    font-size: 0.7em;
  }
}

@media only screen and (min-width: 1439px) {
  .splash-text h2 {
    font-size: 0.8em;
  }
}

.splash-text .en-slogan {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  padding: 0 5vw 0 5vw;
}

.splash-text .en-slogan .slash {
  opacity: 0;
  letter-spacing: 0.5em;
  -webkit-animation: fade-in 0.5s ease-out 1.5s forwards;
          animation: fade-in 0.5s ease-out 1.5s forwards;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .splash-text .en-slogan .slash {
    font-size: 0.3em;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .splash-text .en-slogan .slash {
    font-size: 0.32em;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .splash-text .en-slogan .slash {
    font-size: 0.35em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .splash-text .en-slogan .slash {
    font-size: 0.4em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .splash-text .en-slogan .slash {
    font-size: 0.4em;
  }
}

@media only screen and (min-width: 1439px) {
  .splash-text .en-slogan .slash {
    font-size: 0.4em;
  }
}

.splash-text .en-slogan .slash.left {
  text-align: right;
}

.splash-text .en-slogan .slash.right {
  text-align: left;
}

.lang-selector {
  opacity: 0;
  margin-top: -5vh;
  margin-bottom: 5vh;
  -webkit-animation: fade-in 1s ease-out 2.2s forwards;
          animation: fade-in 1s ease-out 2.2s forwards;
}

.lang-selector span {
  font-weight: 100;
  color: #ccc;
}

.lang-selector #lang_pt {
  display: inline-block;
  -webkit-animation: wobble-hor-bottom 0.8s both 2.8s;
          animation: wobble-hor-bottom 0.8s both 2.8s;
}

.lang-selector #lang_pt:hover {
  -webkit-transform: scale(1.15) !important;
          transform: scale(1.15) !important;
}

.lang-selector #lang_en {
  display: inline-block;
  -webkit-animation: wobble-hor-bottom 0.8s both 3.2s;
          animation: wobble-hor-bottom 0.8s both 3.2s;
}

.lang-selector #lang_en:hover {
  -webkit-transform: scale(1.15) !important;
          transform: scale(1.15) !important;
}

@-webkit-keyframes welcome {
  100% {
    -webkit-transform: scale(0.7) translateY(-10vh);
            transform: scale(0.7) translateY(-10vh);
    opacity: 0.9;
  }
}

@keyframes welcome {
  100% {
    -webkit-transform: scale(0.7) translateY(-10vh);
            transform: scale(0.7) translateY(-10vh);
    opacity: 0.9;
  }
}

@-webkit-keyframes welcome2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(10vh);
            transform: scale(0.7) translateY(10vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes welcome2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(10vh);
            transform: scale(0.7) translateY(10vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

/* ----------------------------
      Sections
-------------------------------*/
.page {
  position: absolute;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-section {
  position: absolute;
  display: -ms-grid;
  display: grid;
  place-items: center;
  top: 0;
  height: 100%;
  left: 0;
  margin: auto;
  transform: translateX(160%);
  -webkit-transform: translateX(160%);
  -moz-transform: translateX(160%);
  -o-transform: translateX(160%);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1.25);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1.25);
  -moz-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1.25);
  -o-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1.25);
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .full-section {
    width: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .full-section {
    width: 100%;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .full-section {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .full-section {
    width: 90%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .full-section {
    width: 90%;
  }
}

@media only screen and (min-width: 1439px) {
  .full-section {
    width: 90%;
  }
}

.full-section .title-section {
  position: absolute;
  top: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-top: 4vh;
  text-align: center;
}

@media only screen and (min-width: 758px) {
  #t1:target #title-section1,
  #t2:target #title-section2,
  #t3:target #title-section3,
  #t4:target #title-section4,
  #t5:target #title-section5 {
    -webkit-animation: fade-out 2s ease-in 3s forwards;
            animation: fade-out 2s ease-in 3s forwards;
  }
}

.swipe-icon {
  max-width: 100px;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: 10px auto;
}

#p1 {
  left: 0;
}

#p2,
#p3,
#p4,
#p5 {
  left: 200%;
}

#p1 {
  background-color: #1d1d27;
  background: linear-gradient(-45deg, #ee7752ab, #e73c7eab, #23a6d5ab, #23d5abab, #663399ab);
  background-size: 800% 800%;
  -webkit-animation: gradient 30s ease infinite;
  animation: gradient 30s ease infinite;
}

#p2 {
  background: #357282;
}

#p3 {
  background: #1d1d27;
}

#p4 {
  background: #1bbc9d;
}

#p5 {
  background: linear-gradient(-45deg, #011f85, #23d5ab, #e73c7e, #dd4d4d);
  background-size: 800% 800%;
  -webkit-animation: gradient 30s linear infinite;
  animation: gradient 30s linear infinite;
}

@media only screen and (max-width: 768px) {
  #p5 {
    background-size: 400% 400%;
  }
}

#t1:target #menu-text1, #t1:target #menu a li #uno,
#t2:target #menu-text2, #t2:target #menu a li #dos,
#t3:target #menu-text3, #t3:target #menu a li #tres,
#t4:target #menu-text4, #t4:target #menu a li #cuatro,
#t5:target #menu-text5, #t5:target #menu a li #cinco {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0;
  transition: opacity 0.2s ease-out 0;
}

.menu-item .menu-text {
  opacity: 0.2;
  color: #fff;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

@media only screen and (max-width: 768px) {
  .menu-item .menu-text {
    font-size: 0.8em;
  }
}

.menu-item .icon-svg {
  opacity: 0.6;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.menu-item .icon-svg:hover {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.menu-item:hover .menu-text {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

#menu-toggle {
  position: relative;
  z-index: 1;
  top: 4vh;
  width: 90%;
  max-width: 40px;
  max-height: 35px;
  text-align: center;
  margin: auto;
  padding: 0px;
  background-color: transparent;
}

i#menu-toggle:hover {
  cursor: pointer;
}

/*-- replaced with javascript criteria --*/
#t2:target #p2,
#t3:target #p3,
#t4:target #p4,
#t5:target #p5 {
  -webkit-transition: all 0.5s ease-in !important;
  transition: all 0.5s ease-in !important;
}

#t2:target #p1,
#t3:target #p1,
#t4:target #p1,
#t5:target #p1 {
  background: #07070a;
}

#t2:target #p1 .icon,
#t3:target #p1 .icon,
#t4:target #p1 .icon,
#t5:target #p1 .icon {
  -webkit-filter: blur(2.3px);
  filter: blur(2.3px);
}

#t2:target #p1 .typewriter,
#t3:target #p1 .typewriter,
#t4:target #p1 .typewriter,
#t5:target #p1 .typewriter {
  visibility: hidden;
}

.icon {
  color: #fff;
  font-size: 45px !important;
  display: block !important;
}

@media only screen and (max-width: 720px) {
  #menu .icon {
    font-size: 32px !important;
  }
}

.page .icon .title {
  line-height: 2;
}

#t1:target #uno,
#t2:target #dos,
#t3:target #tres,
#t4:target #cuatro,
#t5:target #cinco {
  -webkit-animation: button-press 0.2s cubic-bezier(0.1, 0.25, 0.1, 1.2) !important;
  animation: button-press 0.2s cubic-bezier(0.1, 0.25, 0.1, 1.2) !important;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes button-press {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes button-press {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

ul#menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin: auto;
  width: 10%;
  padding: 0;
  text-align: center;
  top: 50%;
  list-style: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  ul#menu {
    width: 23%;
  }
}

.ct {
  overflow: hidden;
  max-width: 100%;
}

#menu-button-container {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin: auto;
  padding: 0;
  text-align: center;
  width: 10%;
}

@media only screen and (max-width: 768px) {
  #menu-button-container {
    width: 23%;
  }
}

@media only screen and (min-width: 768px) {
  #menu-button-container {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  li > #dos {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  li > #tres {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  li > #cuatro {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
  }
  li > #cinco {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
}

#menu .icon-svg {
  margin: 4vh 0 1vh 0;
  margin-bottom: 0px;
  max-width: 45px;
  height: auto;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  #menu .icon-svg {
    width: 25px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  #menu .icon-svg {
    width: 25px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  #menu .icon-svg {
    width: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #menu .icon-svg {
    width: 45px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  #menu .icon-svg {
    width: 45px;
  }
}

@media only screen and (min-width: 1439px) {
  #menu .icon-svg {
    width: 45px;
  }
}

#menu #uno {
  width: 60px;
  height: auto;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  #menu #uno {
    width: 30px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  #menu #uno {
    width: 30px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  #menu #uno {
    width: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #menu #uno {
    width: 60px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  #menu #uno {
    width: 60px;
  }
}

@media only screen and (min-width: 1439px) {
  #menu #uno {
    width: 60px;
  }
}

.page .icon {
  margin: auto;
  text-align: center;
  font-size: 80px;
  line-height: 1.3;
  transform: translateX(360%);
  -webkit-transform: translateX(360%);
  -moz-transform: translateX(360%);
  -o-transform: translateX(360%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1.25), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
  -webkit-transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
  -o-transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
}

.page .icon-svg {
  display: inline;
  margin-right: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .page .icon-svg {
    max-width: 18px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .page .icon-svg {
    max-width: 20px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .page .icon-svg {
    max-width: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page .icon-svg {
    max-width: 27px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .page .icon-svg {
    max-width: 28px;
  }
}

@media only screen and (min-width: 1439px) {
  .page .icon-svg {
    max-width: 30px;
  }
}

#p1 #uno {
  width: 50%;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  #p1 #uno {
    max-width: 180px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  #p1 #uno {
    max-width: 200px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  #p1 #uno {
    max-width: 230px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #p1 #uno {
    max-width: 250px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  #p1 #uno {
    max-width: 270px;
  }
}

@media only screen and (min-width: 1439px) {
  #p1 #uno {
    max-width: 300px;
  }
}

#p1 #uno .svg-icon {
  -webkit-animation: jello-horizontal 0.9s both;
          animation: jello-horizontal 0.9s both;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.page#p1 .icon,
.page#p1 .container {
  width: 100%;
}

.page#p1 .title {
  line-height: 1.3;
  margin-top: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.page#p1 .icon, .page#p1 .full-section {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}

#t2:target .page#p2 .icon, #t2:target .page#p2 .full-section,
#t3:target .page#p3 .icon, #t3:target .page#p3 .full-section,
#t4:target .page#p4 .icon, #t4:target .page#p4 .full-section,
#t5:target .page#p5 .icon, #t5:target .page#p5 .full-section {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*------------------------*/
/*-- Typewriter effect  --*/
/*------------------------*/
.container-typewriter {
  margin: 5vh auto;
}

@media only screen and (min-width: 769px) {
  .typewriter {
    display: inline-block !important;
    /*to display right side to "websites"*/
  }
}

.typewriter h2 {
  padding: 5vh 1vw 5vh 1vw;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .typewriter h2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .typewriter h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .typewriter h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .typewriter h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .typewriter h2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 1439px) {
  .typewriter h2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .typewriter h2 {
    line-height: 25px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .typewriter h2 {
    line-height: 30px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .typewriter h2 {
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .typewriter h2 {
    line-height: 35px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .typewriter h2 {
    line-height: 45px;
  }
}

@media only screen and (min-width: 1439px) {
  .typewriter h2 {
    line-height: 45px;
  }
}

.typewriter h2.typewriter-label {
  padding: 0px;
  color: rgba(255, 255, 191, 0.8);
}

.typewriter h2.typewriter-writing {
  padding: 0px;
}

.typewriter span {
  border-right: .05em solid;
  -webkit-animation: caret 1s steps(1) infinite;
          animation: caret 1s steps(1) infinite;
}

.animate-slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.typewrite {
  color: #fff;
  text-decoration: none;
}

.typewrite > .wrap {
  border-right: 0.08em solid white;
  position: relative;
  padding-right: 0.4rem;
  /*   left: 10rem; */
}

.colorful {
  color: #fff;
  background-image: -webkit-linear-gradient(left, gold, deeppink);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@-webkit-keyframes caret {
  50% {
    border-color: transparent;
  }
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

/*-------------------------*/
/*--     Animations      --*/
/*-------------------------*/
@-webkit-keyframes changesize {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes changesize {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes changescale {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.5);
    opacity: 0.8;
  }
}

@keyframes changescale {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*-- Background Gradient animation --*/
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ------  http://animista.net ----------*/
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

/*------------------------------------------*/
/*--     Background Self Hosted Video      --*/
/*------------------------------------------*/
video {
  width: 100vw;
  height: calc(100vw * 9 / 16);
  margin: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}

@media (max-width: 177.778vh) {
  video {
    height: 100vh;
    width: calc(100vh * 16 / 9);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.stopfade {
  opacity: .5;
}

/*-------------------------------*
 * - Carousel - Owl
/*-------------------------------**/
.owl-carousel {
  margin-top: 4vh;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ca7710;
}

.carousel-item {
  color: white;
  display: block;
  text-align: center;
  color: #ccc;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .carousel-item {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .carousel-item {
    font-size: 1em;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .carousel-item {
    font-size: 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel-item {
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .carousel-item {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 1439px) {
  .carousel-item {
    font-size: 1.3em;
  }
}

.carousel-item span.carousel-item-title {
  color: #ccc;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .carousel-item span.carousel-item-title {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .carousel-item span.carousel-item-title {
    font-size: 1em;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .carousel-item span.carousel-item-title {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel-item span.carousel-item-title {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .carousel-item span.carousel-item-title {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 1439px) {
  .carousel-item span.carousel-item-title {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .carousel-item span.carousel-item-title {
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .carousel-item span.carousel-item-title {
    line-height: 1.6em;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .carousel-item span.carousel-item-title {
    line-height: 1.6em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel-item span.carousel-item-title {
    line-height: 1.8em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .carousel-item span.carousel-item-title {
    line-height: 2em;
  }
}

@media only screen and (min-width: 1439px) {
  .carousel-item span.carousel-item-title {
    line-height: 2em;
  }
}

.carousel-item img {
  border-style: solid;
  border-color: #f9f9f9;
  border-radius: 10px;
  background-color: #f9f9f9;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .carousel-item img {
    border-width: 5px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .carousel-item img {
    border-width: 6px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .carousel-item img {
    border-width: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel-item img {
    border-width: 8px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .carousel-item img {
    border-width: 9px;
  }
}

@media only screen and (min-width: 1439px) {
  .carousel-item img {
    border-width: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .carousel-item img {
    border: 3px solid #fff;
    border-radius: 8px;
  }
}

a.carousel-item {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a.carousel-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: visible;
}

.portfolio-icons {
  width: 3vw;
  margin-top: 30px;
  min-width: 40px;
  max-width: 70px;
}

button.owl-prev {
  margin-right: 2vw !important;
}

button.owl-next {
  margin-left: 2vw !important;
}

button.owl-next,
button.owl-prev {
  opacity: 0.5;
}

button.owl-next:hover,
button.owl-prev:hover {
  opacity: 0.7;
  background-color: transparent !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

button.owl-prev:focus,
button.owl-next:focus {
  outline: none;
}

.owl-theme .owl-nav {
  color: rgba(255, 255, 255, 0.9);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: none !important;
  color: #fff;
}

/*-------------------------------*
 * - Sobre Nós Page
/*-------------------------------**/
.color-white {
  color: #fff;
}

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

.box-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 5px;
  height: 100vh;
  background-color: #357282;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .box-container {
    gap: 1vw;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .box-container {
    gap: 2vw;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .box-container {
    gap: 1vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .box-container {
    gap: 2vw;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .box-container {
    gap: 2.5vw;
  }
}

@media only screen and (min-width: 1439px) {
  .box-container {
    gap: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-container {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .box-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .box-item {
    width: 95vw;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .box-item {
    width: 95vw;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .box-item {
    width: 85vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .box-item {
    width: 26vw;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .box-item {
    width: 26vw;
  }
}

@media only screen and (min-width: 1439px) {
  .box-item {
    width: 26vw;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .box-item {
    max-width: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .box-item {
    max-width: 100%;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .box-item {
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .box-item {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .box-item {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1439px) {
  .box-item {
    max-width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .box-item {
    max-height: 30vh;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .box-item {
    max-height: 30vh;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .box-item {
    max-height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .box-item {
    max-height: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .box-item {
    max-height: 100%;
  }
}

@media only screen and (min-width: 1439px) {
  .box-item {
    max-height: 100%;
  }
}

.flip-box {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  /* End of FlipBox*/
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .flip-box .inner {
    padding: 2px 2px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .flip-box .inner {
    padding: 5px 2px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .flip-box .inner {
    padding: 10px 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flip-box .inner {
    padding: 20px 4px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .flip-box .inner {
    padding: 30px 4px;
  }
}

@media only screen and (min-width: 1439px) {
  .flip-box .inner {
    padding: 40px 4px;
  }
}

.flip-box .inner i {
  opacity: 0.6;
  padding: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .flip-box .inner i {
    font-size: 30px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .flip-box .inner i {
    font-size: 30px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .flip-box .inner i {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flip-box .inner i {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .flip-box .inner i {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1439px) {
  .flip-box .inner i {
    font-size: 40px;
  }
}

.flip-box .inner p {
  padding: 5px 0px;
}

.flip-box .inner .p-bottom {
  padding: 0px 10px;
}

.flip-box p {
  line-height: 1.5em;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .flip-box p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .flip-box p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .flip-box p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flip-box p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .flip-box p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1439px) {
  .flip-box p {
    font-size: 20px;
  }
}

.flip-box .p-bottom {
  font-size: 1em;
  margin-top: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .flip-box .p-bottom {
    font-size: 14px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .flip-box .p-bottom {
    font-size: 15px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .flip-box .p-bottom {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flip-box .p-bottom {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .flip-box .p-bottom {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1439px) {
  .flip-box .p-bottom {
    font-size: 20px;
  }
}

.flip-box .p-bottom .name {
  font-style: italic;
  font-weight: 200;
}

.flip-box li a:hover {
  text-decoration: none;
  font-weight: bolder;
}

.flip-box .flip-box-header {
  letter-spacing: 0em;
  color: #fff;
  font-weight: 200;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .flip-box .flip-box-header {
    font-size: 16px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .flip-box .flip-box-header {
    font-size: 16px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .flip-box .flip-box-header {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flip-box .flip-box-header {
    font-size: 2.5vw;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .flip-box .flip-box-header {
    font-size: 2.2vw;
  }
}

@media only screen and (min-width: 1439px) {
  .flip-box .flip-box-header {
    font-size: 2vw;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .flip-box .flip-box-header {
    padding: 7px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .flip-box .flip-box-header {
    padding: 10px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .flip-box .flip-box-header {
    padding: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flip-box .flip-box-header {
    padding: 20px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .flip-box .flip-box-header {
    padding: 20px;
  }
}

@media only screen and (min-width: 1439px) {
  .flip-box .flip-box-header {
    padding: 20px;
  }
}

.flip-box-back .flip-box .flip-box-header {
  color: #333;
}

.flip-box .flip-box-header strong {
  font-weight: 900;
}

.flip-box .flip-box-button {
  background-color: transparent;
  border: 2px solid #357282;
  border-radius: 8px;
  letter-spacing: 2px;
  color: #357282;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .flip-box .flip-box-button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .flip-box .flip-box-button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .flip-box .flip-box-button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flip-box .flip-box-button {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .flip-box .flip-box-button {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1439px) {
  .flip-box .flip-box-button {
    font-size: 20px;
  }
}

.flip-box .flip-box-button:hover {
  background-color: #357282;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .flip-box .flip-box-button {
    display: none;
  }
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .flip-box-front,
  .flip-box-back {
    min-height: 29vh;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .flip-box-front,
  .flip-box-back {
    min-height: 29vh;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .flip-box-front,
  .flip-box-back {
    min-height: 29vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flip-box-front,
  .flip-box-back {
    min-height: 70vh;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .flip-box-front,
  .flip-box-back {
    min-height: 70vh;
  }
}

@media only screen and (min-width: 1439px) {
  .flip-box-front,
  .flip-box-back {
    min-height: 70vh;
  }
}

.flip-box-front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-front .inner {
  top: unset !important;
  transform: translateY(0px) translateZ(10px) !important;
  -webkit-transform: translateY(0%) translateZ(10px) !important;
  bottom: 0;
}

.flip-box:hover .flip-box-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back h1, .flip-box-back h2, .flip-box-back h2, .flip-box-back h4, .flip-box-back h5, .flip-box-back h6, .flip-box-back p {
  color: #333;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .flip-box-back .inner {
    padding: 10px 10px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .flip-box-back .inner {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .flip-box-back .inner {
    padding: 10px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flip-box-back .inner {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .flip-box-back .inner {
    padding: 30px 30px;
  }
}

@media only screen and (min-width: 1439px) {
  .flip-box-back .inner {
    padding: 30px 40px;
  }
}

.flip-box:hover .flip-box-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-icon {
  position: relative;
  top: 5vh;
  min-width: 70px;
  opacity: 0.7;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .card-icon {
    width: 35%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .card-icon {
    width: 30%;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .card-icon {
    width: 20%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-icon {
    width: 70%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .card-icon {
    width: 50%;
  }
}

@media only screen and (min-width: 1439px) {
  .card-icon {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .card-icon {
    top: 6px;
  }
}

/* ----   Individual Flip Boxes Styling --*/
#flip1 .flip-box-back, #flip1 .flip-box-front, #flip3 .flip-box-back,
#flip3 .flip-box-front {
  background-color: #b98c59;
  background-position: center center;
  border: 10px solid #fff;
}

@media only screen and (max-width: 1024px) {
  #flip1 .flip-box-back, #flip1 .flip-box-front, #flip3 .flip-box-back,
  #flip3 .flip-box-front {
    border: 2px solid #fff;
  }
}

#flip1 .flip-box-back p, #flip1 .flip-box-front p, #flip3 .flip-box-back p,
#flip3 .flip-box-front p {
  color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#flip1 .flip-box-back .flip-box-button, #flip1 .flip-box-front .flip-box-button, #flip3 .flip-box-back .flip-box-button,
#flip3 .flip-box-front .flip-box-button {
  background-color: transparent;
  border: 2px solid #7d4767;
  color: #7d4767;
}

#flip1 .flip-box-back .flip-box-button:hover, #flip1 .flip-box-front .flip-box-button:hover, #flip3 .flip-box-back .flip-box-button:hover,
#flip3 .flip-box-front .flip-box-button:hover {
  background-color: rgba(125, 71, 103, 0.9);
  color: #fff;
}

#flip2 .flip-box-back, #flip2 .flip-box-front {
  background-color: #7d4767;
  background-position: center center;
  border: 10px solid #fff;
}

@media only screen and (max-width: 1024px) {
  #flip2 .flip-box-back, #flip2 .flip-box-front {
    border: 2px solid #fff;
  }
}

#flip2 .flip-box-back p, #flip2 .flip-box-front p {
  color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#flip2 .flip-box-back .flip-box-button, #flip2 .flip-box-front .flip-box-button {
  background-color: transparent;
  border: 2px solid #b98c59;
  color: #b98c59;
}

#flip2 .flip-box-back .flip-box-button:hover, #flip2 .flip-box-front .flip-box-button:hover {
  background-color: rgba(185, 140, 89, 0.9);
  color: #fff;
}

#flip1 .flip-box-front {
  background-image: url("/img/photos/david_final_center_novify.png");
}

@media only screen and (max-width: 768px) {
  #flip1 .flip-box-front {
    background-image: url("/img/photos/david_final_center_novify@0.5x.png");
  }
}

#flip2 .flip-box-front {
  background-image: url("/img/photos/Catia_final2_novify_center.png");
}

@media only screen and (max-width: 768px) {
  #flip2 .flip-box-front {
    background-image: url("/img/photos/Catia_final2_novify_center@0.5x.png");
  }
}

#flip3 .flip-box-front {
  background-image: url("/img/photos/Henrique_final_center_novify.png");
}

@media only screen and (max-width: 768px) {
  #flip3 .flip-box-front {
    background-image: url("/img/photos/Henrique_final_center_novify@0.5x.png");
  }
}

/*-------------------------------*
 * - Contacts Page
/*-------------------------------**/
#p5 .full-section::before {
  content: "";
  background-image: url(/img/photos/bg1.jpg);
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #p5 .full-section::before {
    background-image: url("/img/photos/bg1@0.5x.jpg");
  }
}

#t5:target #p5 .full-section::before {
  -webkit-animation: fade-in-02 1s ease-in forwards 1.5s;
          animation: fade-in-02 1s ease-in forwards 1.5s;
  /*Background Load*/
}

@-webkit-keyframes fade-in-02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.2;
  }
}

@keyframes fade-in-02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.2;
  }
}

#title-section3 {
  position: absolute;
  top: 0;
}

.social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  color: #fff;
}

.social-wrapper i, .social-wrapper img {
  padding: 3vh;
  padding-top: 5vh;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .social-wrapper i, .social-wrapper img {
    font-size: 40px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .social-wrapper i, .social-wrapper img {
    font-size: 45px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .social-wrapper i, .social-wrapper img {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .social-wrapper i, .social-wrapper img {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .social-wrapper i, .social-wrapper img {
    font-size: 70px;
  }
}

@media only screen and (min-width: 1439px) {
  .social-wrapper i, .social-wrapper img {
    font-size: 80px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .social-wrapper i, .social-wrapper img {
    width: 120px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .social-wrapper i, .social-wrapper img {
    width: 125px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .social-wrapper i, .social-wrapper img {
    width: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .social-wrapper i, .social-wrapper img {
    width: 140px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .social-wrapper i, .social-wrapper img {
    width: 145px;
  }
}

@media only screen and (min-width: 1439px) {
  .social-wrapper i, .social-wrapper img {
    width: 150px;
  }
}

.social-wrapper i:hover, .social-wrapper img:hover {
  padding-top: -20px;
  -webkit-transform: scale(1.1) translateY(-18px);
          transform: scale(1.1) translateY(-18px);
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
}

.social-wrapper p {
  font-size: 2em;
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .social-wrapper p {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .social-wrapper p {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .social-wrapper p {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .social-wrapper p {
    font-size: 1.8em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .social-wrapper p {
    font-size: 1.9em;
  }
}

@media only screen and (min-width: 1439px) {
  .social-wrapper p {
    font-size: 2em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .contact-heading h1 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .contact-heading h1 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .contact-heading h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-heading h1 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .contact-heading h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1439px) {
  .contact-heading h1 {
    font-size: 45px;
  }
}

.contact-heading h4 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .contact-heading h4 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .contact-heading h4 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .contact-heading h4 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-heading h4 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .contact-heading h4 {
    font-size: 19px;
  }
}

@media only screen and (min-width: 1439px) {
  .contact-heading h4 {
    font-size: 20px;
  }
}

#phone:hover {
  color: #fff;
}

#phone:hover:hover {
  color: #fff;
}

#email {
  margin-left: -2px;
}

#email :hover {
  color: #fff;
}

#email :hover:hover {
  color: #fff;
}

#facebook:hover {
  color: #fff;
}

#facebook:hover:hover {
  color: #fff;
}

/*-------------------------------*
 * - WhatsApp Float
/*-------------------------------**/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  -webkit-box-shadow: 2px 2px 3px #999;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/*-------------------------------*
 * - Hamburger Icon
/*-------------------------------**/
.wrapper-menu {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: -webkit-transform 330ms ease-out;
  transition: -webkit-transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
}

.wrapper-menu.open {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.line-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  width: 100%;
  height: 6px;
}

.line-menu.half {
  width: 50%;
}

.line-menu.start {
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.open .line-menu.start {
  -webkit-transform: rotate(-90deg) translateX(3px);
          transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.open .line-menu.end {
  -webkit-transform: rotate(-90deg) translateX(-3px);
          transform: rotate(-90deg) translateX(-3px);
}

/*-------------------------------*
 * - Zaask Badge
/*-------------------------------**/
.zaask {
  display: none;
  text-align: center;
  z-index: 1000;
  position: absolute;
  bottom: 5vh;
  right: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.zaask:hover {
  opacity: 0.9;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
/*# sourceMappingURL=style.css.map */