/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body,
html {
  left: 0;
  top: 0;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;  
  width: 100%;
}

body {
  background: rgba(9,5,21,1);
  color: #777;
  font-size: 16px;
  line-height: 27px;
  text-rendering: optimizeLegibility;
}

iframe {
  border: none;
  width: 100%;
}

img { max-width: 100%; }
*:focus {
  outline: none;
}

/* colocando fontes
@font-face {
  font-family: 'spray';
  src: url('../font/SisterSpray-semcirc.ttf') format('opentype');
  font-style: normal;
  font-weight: normal;
}
.spray-font {
  font-family: 'spray';
}*/

.spray-font {
  font-family: 'Finger Paint', cursive;
}

a {
  color: #567fdd;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #567fdd;
  outline: none;
  text-decoration: none;
}

p {
  margin: 0 0 30px 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Finger Paint', cursive;
  /* font-family: 'spray';*/
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.35;
}

/* Prelaoder */
#preloader {
  bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	position: fixed;
	top:0;
	left:0;
	right:0;	
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

#statusPhrase {
	width:500px;
	height:200px;
	position:absolute;
  text-align: center;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-position:center;
	margin:-100px 0 0 -250px; /* is width and height divided by two */
}
/*#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}*/

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #statusPhrase {
    width:300px;
    height:200px;
    position:absolute;
    text-align: center;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-position:center;
    margin:-150px 0 0 -150px; /* is width and height divided by two */
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #23134f;
  color: #fff;
}

/* wow animation duration */
.wowdu-1 {
  visibility: visible;
  -webkit-animation-duration: 1000ms; 
  -moz-animation-duration: 1000ms; 
  animation-duration: 1000ms;
}

.wowdu-1-2 {
  visibility: visible;
  -webkit-animation-duration: 1200ms; 
  -moz-animation-duration: 1200ms; 
  animation-duration: 1200ms;
}

.wowdu-1-3 {
  visibility: visible;
  -webkit-animation-duration: 1300ms; 
  -moz-animation-duration: 1300ms; 
  animation-duration: 1300ms;
}

.wowdu-2 {
  visibility: visible;
  -webkit-animation-duration: 2000ms; 
  -moz-animation-duration: 2000ms; 
  animation-duration: 2000ms;
}

/* wow animation delay */
.wowde-01 {
  -webkit-animation-delay: 0.1s; 
  -moz-animation-delay: 0.1s; 
   animation-delay: 0.1s;
}

.wowde-02 {
  -webkit-animation-delay: 0.2s; 
  -moz-animation-delay: 0.2s; 
   animation-delay: 0.2s;
}

.wowde-03 {
  -webkit-animation-delay: 0.3s; 
  -moz-animation-delay: 0.3s; 
   animation-delay: 0.3s;
}

.wowde-04 {
  -webkit-animation-delay: 0.4s; 
  -moz-animation-delay: 0.4s; 
   animation-delay: 0.4s;
}

.wowde-05 {
  -webkit-animation-delay: 0.5s; 
  -moz-animation-delay: 0.5s; 
   animation-delay: 0.5s;
}

.wowde-06 {
  -webkit-animation-delay: 0.6s; 
  -moz-animation-delay: 0.6s; 
   animation-delay: 0.6s;
}

.wowde-07 {
  -webkit-animation-delay: 0.7s; 
  -moz-animation-delay: 0.7s; 
   animation-delay: 0.7s;
}

.wowde-08 {
  -webkit-animation-delay: 0.8s; 
  -moz-animation-delay: 0.8s; 
   animation-delay: 0.8s;
}

.wowde-09 {
  -webkit-animation-delay: 0.9s; 
  -moz-animation-delay: 0.9s; 
   animation-delay: 0.9s;
}

.wowde-10 {
  -webkit-animation-delay: 1.0s; 
  -moz-animation-delay: 1.0s; 
   animation-delay: 1.0s;
}

.wowde-11 {
  -webkit-animation-delay: 1.1s; 
  -moz-animation-delay: 1.1s; 
   animation-delay: 1.1s;
}

.wowde-12 {
  -webkit-animation-delay: 1.2s; 
  -moz-animation-delay: 1.2s; 
   animation-delay: 1.2s;
}

.wowde-14 {
  -webkit-animation-delay: 1.4s; 
  -moz-animation-delay: 1.4s; 
   animation-delay: 1.4s;
}

.wowde-15 {
  -webkit-animation-delay: 1.5s; 
  -moz-animation-delay: 1.5s; 
   animation-delay: 1.5s;
}

.wowde-16 {
  -webkit-animation-delay: 1.6s; 
  -moz-animation-delay: 1.6s; 
   animation-delay: 1.6s;
}

.wowde-18 {
  -webkit-animation-delay: 1.8s; 
  -moz-animation-delay: 1.8s; 
   animation-delay: 1.8s;
}

.wowde-38 {
  -webkit-animation-delay: 3.8s; 
  -moz-animation-delay: 3.8s; 
   animation-delay: 3.8s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Finger Paint', cursive;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: -7px 0 0 0;
  max-height: 50px;
}

#header.header-fixed {
  background: rgba(9,5,21,0.64);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  padding: 14px 0;
  height: 62px;
  transition: all 0.5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
}

@media (max-width: 768px) {
  #header {
    height: 72px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    margin: -6px 0 0 0;
    max-height: 45px;
  }
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {  
  width: 100%;
  height: 100vh;  
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* background video*/

/*#hero .bg_video{
 position: fixed; 
 right: 0; 
 bottom: 0;
 min-width: 100%; 
 min-height: 100%;
 width: auto; 
 height: auto; 
 z-index: -1000;
 background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#hero video {
  background: transparent url('../img/hero-bg.png') bottom center / cover no-repeat ;
}*/

#hero .col-aurea {
  width: 61.80%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  /*font-family: 'spray';*/
  font-size: 65px;
  margin: 30px 0 20px;
  line-height: 100px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  text-shadow: -4px 8px 10px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  #hero h1 {
    font-size: 48px;
    line-height: 64px;
  }
}

@media (max-width: 400px) {
  #hero h1 {
    font-size: 40px;
    line-height: 55px;
    margin: 30px 0 10px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #hero h1 {
    font-size: 60px;
    line-height: 80px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 40px;
  padding: 0 20px;
  text-shadow: -4px 8px 10px rgba(0, 0, 0, 0.6);
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #hero h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 23px;
    line-height: 38px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  #hero h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}

#hero .no-animated2.animated {
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .col-md-6.col-xs-6.text-right {
  padding-right: 5px;
}

#hero .col-md-6.col-xs-6.text-left {
  padding-left: 5px;
}

#hero-btn {
  display: inline-block;
}

#hero .btn-get-started {
  font-family: 'Lato', sans-serif; 
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 26px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  align-self: center;
  box-shadow: -4px 4px 9px rgba(0, 0, 0, 0.6);
}

@media all and (max-width:768px) {
  #hero .btn-get-started {
    font-weight: 600;
    font-size: 14px;
  }
}

@media all and (max-width:400px) {
  #hero .btn-get-started {
    font-size: 12px;
    box-shadow: -4px 2px 9px rgba(0, 0, 0, 0.6);
    margin: 5px;
  }
}

#hero .btn-get-started:hover {
  background: #23134f;
  border: 2px solid #23134f;
}

/* stars 
---------------------------------------------------*/

ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.wrapper {
  min-height: 460px;
  position: absolute;
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.cell {
  vertical-align: middle;
  display: table-cell; }
  
.scene,
.layer {
  display: block;
  height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0; }

.scene {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.layer {
  position: absolute; }
  .layer div {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }

.background {
  background: url(../img/hero-bg.png) no-repeat 50% 100%;
  bottom: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%; }

.background-stars {
  background: url(../img/hero-stars.png) no-repeat 50% 100%;
  bottom: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%; }
  

.background-galaxy {
  background: url(../img/hero-galaxy.png) no-repeat 50% 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  width: 200%;
  height: 125%;
  right: 25%;
  bottom: 25%; 
}

.background-boy {
  background: url(../img/hero-boy.png) no-repeat 50% 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  width: 200%;
  height: 125%;
  right: 25%;
  bottom: 25%; 
}

@media all and (max-width:991px) {
  .background-galaxy {
    width: 150%;
    height: 100%;
    right: 25%;
    bottom: 0; 
  }
  .background-boy {
    width: 150%;
    height: 100%;
    right: 25%;
    bottom: 0;
  }
  #hero .col-aurea {
    width: 100%;
    padding: 15px;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-top: 15%;
  }
}

@media all and (max-width:767px) {  
  .scene {
    min-height: 460px;
  }
  .background-galaxy {
    width: 150%;
    height: 85%;
    right: 25%;
    bottom: 0;
    top: 15%;
  }
  .background-boy {
    width: 150%;
    height: 85%;
    right: 25%;
    bottom: 0;
    top: 15%;
  }
  #hero .col-aurea {
    width: 100%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-top: 20%;
  }
}

@media all and (max-width:400px) {
  .scene {
    min-height: 610px;
  }
  .background-galaxy {
    width: 150%;
    height: 75%;
    right: 25%;
    bottom: 0;
    top: 25%; 
  }
  .background-boy {
    width: 150%;
    height: 75%;
    right: 25%;
    bottom: 0;
    top: 25%;
  }
  #hero .col-aurea {
    width: 100%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-top: 20%;
  }
}

@media all and (max-width: 991px) {
  .wrapper {
    min-height: 460px;
  }
}

@media all and (max-width: 400px) {
  .wrapper {
    min-height: 360px;
  }
}

@-webkit-keyframes galaxy-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes galaxy-rotate {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes galaxy-rotate {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes galaxy-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.galaxy-rotate {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  animation: galaxy-rotate 270s 0.1s infinite linear; 
  -webkit-animation: galaxy-rotate 270s 0.1s infinite linear;
  -moz-animation: galaxy-rotate 270s 0.1s infinite linear;
  -ms-animation: galaxy-rotate 270s 0.1s infinite linear;
}

@-webkit-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-moz-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-ms-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

.light {
  margin: 0;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  position: absolute;
}

.light.white1 {
  background-image: url(../img/star-white1.png);
}
.light.white2 {
  background-image: url(../img/star-white2.png);
}
.light.white3 {
  background-image: url(../img/star-white3.png);
}
.light.blue1 {
  background-image: url(../img/star-blue1.png);
}
.light.blue2 {
  background-image: url(../img/star-blue2.png);
}  
.light.orange {
  background-image: url(../img/star-orange.png);
}
.light.pink1 {
  background-image: url(../img/star-pink1.png);
}
.light.pink2 {
  background-image: url(../img/star-pink2.png);
}

.phase2 {
  -webkit-animation: phase 2s 0.1s infinite ease;
  -moz-animation: phase 2s 0.1s infinite ease;
  animation: phase 2s 0.1s infinite ease; 
}
.phase4 {
  -webkit-animation: phase 4s 0.1s infinite ease;
  -moz-animation: phase 4s 0.1s infinite ease;
  animation: phase 4s 0.1s infinite ease; 
}
.phase5 {
  -webkit-animation: phase 5s 0.1s infinite ease;
  -moz-animation: phase 5s 0.1s infinite ease;
  animation: phase 5s 0.1s infinite ease; 
}
.phase6 {
  -webkit-animation: phase 6s 0.1s infinite ease;
  -moz-animation: phase 6s 0.1s infinite ease;
  animation: phase 6s 0.1s infinite ease; 
}
.phase7 {
  -webkit-animation: phase 7s 0.1s infinite ease;
  -moz-animation: phase 7s 0.1s infinite ease;
  animation: phase 7s 0.1s infinite ease; 
}
.phase8 {
  -webkit-animation: phase 8s 0.1s infinite ease;
  -moz-animation: phase 8s 0.1s infinite ease;
  animation: phase 8s 0.1s infinite ease; 
}
.phase9 {
  -webkit-animation: phase 9s 0.1s infinite ease;
  -moz-animation: phase 9s 0.1s infinite ease;
  animation: phase 9s 0.1s infinite ease; 
}
.phase10 {
  -webkit-animation: phase 10s 0.1s infinite ease;
  -moz-animation: phase 10s 0.1s infinite ease;
  animation: phase 10s 0.1s infinite ease; 
}
.phase11 {
  -webkit-animation: phase 12s 0.1s infinite ease;
  -moz-animation: phase 12s 0.1s infinite ease;
  animation: phase 12s 0.1s infinite ease; 
}
.phase12 {
  -webkit-animation: phase 12s 0.1s infinite ease;
  -moz-animation: phase 12s 0.1s infinite ease;
  animation: phase 12s 0.1s infinite ease; 
}
.phase14 {
  -webkit-animation: phase 14s 0.1s infinite ease;
  -moz-animation: phase 14s 0.1s infinite ease;
  animation: phase 14s 0.1s infinite ease; 
}
.phase16 {
  -webkit-animation: phase 16s 0.1s infinite ease;
  -moz-animation: phase 16s 0.1s infinite ease;
  animation: phase 16s 0.1s infinite ease; 
}
.phase18 {
  -webkit-animation: phase 18s 0.1s infinite ease;
  -moz-animation: phase 18s 0.1s infinite ease;
  animation: phase 18s 0.1s infinite ease; 
}
.phase20 {
  -webkit-animation: phase 20s 0.1s infinite ease;
  -moz-animation: phase 20s 0.1s infinite ease;
  animation: phase 20s 0.1s infinite ease; 
}

.light.white1.s1 {
  bottom: 70%;
  left: 3%;
  background-size: 60px 60px;
}

.light.white2.s2 {
  bottom: 39%;
  left: 5%;
  background-size: 70px 70px;
}

.light.blue1.s3 {
  bottom: 3%;
  left: 2%;
  background-size: 40px 40px;
}

.light.blue2.s4 {
  bottom: 63%;
  left: 22%;
  background-size: 20px 20px;
}

.light.orange.s5 {
  bottom: 25%;
  left: 11%;
  background-size: 70px 70px;
}

.light.orange.s5 {
  bottom: 21%;
  left: 15%;
  background-size: 70px 70px;
}

.light.white1.s6 {
  bottom: 0%;
  left: 30%;
  background-size: 60px 60px;
}

.light.orange.s7 {
  bottom: 60%;
  left: 35%;
  background-size: 70px 70px;
}

.light.blue1.s8 {
  bottom: 10%;
  left: 50%;
  background-size: 40px 40px;
}

.light.white2.s9 {
  bottom: 72%;
  left: 45%;
  background-size: 70px 70px;
}

.light.orange.s10 {
  bottom: -1%;
  left: 59%;
  background-size: 70px 70px;
}

.light.white2.s11 {
  bottom: 20%;
  left: 39%;
  background-size: 70px 70px;
}

.light.white1.s12 {
  bottom: 2%;
  left: 89%;
  background-size: 60px 60px;
}

.light.white3.s13 {
  bottom: -2%;
  left: 16%;
  background-size: 40px 40px;
}

.light.pink1.s14 {
  bottom: 79%;
  left: 26%;
  background-size: 80px 80px;
}

.light.pink2.s15 {
  bottom: -2%;
  left: 43%;
  background-size: 120px 120px;
}

.light.pink1.s16 {
  bottom: 29%;
  left: 48%;
  background-size: 90px 90px;
}

.light.pink2.s17 {
  bottom: -2%;
  left: 82%;
  background-size: 120px 120px;
}

.light.white3.s18 {
  bottom: -6%;
  left: 66%;
  background-size: 60px 60px;
}

.light.pink2.s19 {
  bottom: 74%;
  left: 24%;
  background-size: 120px 120px;
}

.light.orange.s20 {
  bottom: 15%;
  left: 9%;
  background-size: 70px 70px;
}

.light.white1.s21 {
  bottom: 68%;
  left: 11%;
  background-size: 50px 50px;
}

.light.white1.s22 {
  bottom: -8%;
  left: 24%;
  background-size: 50px 50px;
}

.light.white3.s23 {
  bottom: 19%;
  left: 0%;
  background-size: 50px 50px;
}

.light.white3.s24 {
  bottom: 2%;
  left: 46%;
  background-size: 50px 50px;
}

.light.orange.s1r {
  bottom: 37%;
  left: 53%;
  background-size: 60px 60px;
}

.light.orange.s2r {
  bottom: 23%;
  left: 55%;
  background-size: 60px 60px;
}

.light.orange.s3r {
  bottom: 41%;
  left: 53.5%;
  background-size: 60px 60px;
}

.light.blue2.s4r {
  bottom: 67.5%;
  left: 49%;
  background-size: 20px 20px;
}

.light.white1.s5r {
  bottom: 25%;
  left: 45%;
  background-size: 60px 60px;
}

.light.white1.s6r {
  bottom: 24%;
  left: 43%;
  background-size: 60px 60px;
}

.light.pink1.s7r {
  bottom: 34%;
  left: 54%;
  background-size: 80px 100px;
}

.light.white1.s8r {
  bottom: 54%;
  left: 45%;
  background-size: 60px 60px;
}

.light.pink1.s9r {
  bottom: 54%;
  left: 48%;
  background-size: 60px 60px;
}

.light.blue1.s10r {
  bottom: 70%;
  left: 47%;
  background-size: 30px 30px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.nav-menu .menu-has-children li.menu-active {
  background-color: #567fdd;
  color: #fff;
}

.nav-menu .menu-has-children li.menu-active a {
  color: #fff;
}

.nav-menu img.country-flag {
  width: 24px;
  margin-bottom: 5px;
  cursor: pointer;
}

.country-flag.hide-flag {
  visibility: hidden;
}

@media all and (max-width: 991px) {
  .country-flag.hide-flag {
    visibility: visible;
  }
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107" !important;
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 992px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 4px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Lato', sans-serif; 
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu > li > a.flag:before {
  height: 0;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #23134f;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 992px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(10, 17, 27, 0.98);
  left: -220px;
  width: 220px;
  overflow-y: auto;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  transition: all 0.4s;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  padding: 10px 22px 10px 30px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #23134f;
}

#mobile-nav ul .menu-item-active {
  color: #23134f;
}

#mobile-nav img.country-flag {
  width: 24px;
  margin-bottom: 5px;
}

#mobile-nav .country-flag.hide-flag {
  display: block;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(10, 17, 27, 0.34);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-size: 32px;
  color:rgba(9,5,21,0.95);
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  line-height: 48px;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.separator {
  width: 10px;
  height: 10px;
  margin: 0 auto 50px;
  background: #23134f;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.separator:before {
    position: absolute;
    right: 5%;
    bottom: 4px;
    height: 1px;
    width: 80px;
    background: #23134f;
    content: "";
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.separator:after {
  position: absolute;
  left: 5%;
  bottom: 4px;
  height: 1px;
  width: 80px;
  background: #23134f;
  content: "";
  display: inline-block;
  margin-left: 20px;
  text-align: center;
}

.separator2 {
  height: 2px;
  width: 40px;
  margin: 25px auto;
  background: #23134f;
}

.to-animate {
  opacity: 0;
}

.animated {
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#socialMedia ul.medias {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

/* About-icons Section
--------------------------------*/
#about-icon {
  background-color:rgba(232,232,232, 1.0);
  padding: 100px 0 90px;
  margin-top: -8px;
}

.about-content .separator2 {
  margin: 15px auto;
}

#about-icon .about-content {
  background: transparent;
}

#about-icon .about-box-icon {
  margin-bottom: 25px;
  text-align: center;
}

#about-icon p {
  text-align: center;
  color: inherit;
  font-size: 16px;
}

#about-icon h3 {
  position: relative;
  text-align: center;
  color:rgba(9,5,21,0.95);
}

@media (max-width: 767px) {
  #about-icon h3 {
    font-size: 18px;
  }
  #about-icon {
    padding: 40px 0;
  }
}

@media all and (max-width: 400px) {
  #about-icon {
    padding: 50px 0 40px;
  }
}

#about-icon .about-box-icon .about-icon h3:after {
  content: '';
	height: 1px;
	width: 44px;
	background-color: #23134f;
	position: absolute;
	top: 52px;
	left: calc(50% - 22px);
}

#about-icon .about-box-icon .about-icon {
  border: 1px solid #23134f;
  border-radius: 100%;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.25s;
  text-align: center;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

#about-icon .about-box-icon .about-icon:after {
  content: '';
  height: 80px;
  width: 80px;
  background-color: #23134f;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
}

#about-icon .about-box-icon .about-icon img {
  position: relative;
  width: 38%;
  height: auto;
  z-index: 1;
}

@media (max-width: 768px) {
  #about-icon .about-box-icon .about-icon {
    height: 85px;
    width: 85px;
    line-height: 85px;
  }
  #about-icon .about-box-icon .about-icon:after {
    height: 65px;
    width: 65px;
  }
}

#about-icon .col-md-3:hover .about-box-icon .about-icon {
  border: 1px solid #23134f;
  background-color: #23134f;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

/* About-text 
--------------------------------*/
#about-text{
  min-height: 400px;
  display: inline-block;
  width: 100%;
 /* background-color: #ddd;*/
  border-bottom: 15px double rgba(232,232,232, 1.0);
  background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.7)), url("../img/about-text-bg.png") center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -99;
  margin-top: -6px;
}

#about-text .separator2 {
  margin: 30px auto;
}

.bg-about {
  background: url('../img/area1-criancas-bg.png');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 480px;
  width: 100%;
  height: 100%;
  float: left;
}
.wrap-about {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  min-height: 350px;
}
.wrap-about .w-content{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%); 
}

.wrap-about .head-about {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 38px;
  color: rgba(9,5,21,1);
  text-align: center;
}

.wrap-about .head-about.last {
  font-weight: 500;
}

#about-text .owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-buttons {
  position: relative;
}

#about-text .owl-buttons .owl-prev {
  position: absolute;
  left: -40%;
  top: -230px;
}

#about-text .owl-buttons .owl-next {
  position: absolute;
  right: -40%;
  top: -230px;
}

.owl-carousel2Eng {
    padding-bottom: 40px;
}

.owl-carousel2Eng .owl-controls .owl-page span {
  background: #23134f !important;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  display: initial;
  opacity: 0.3;
}

.owl-theme .owl-controls .owl-buttons img {
  width: 5%;
}

#about-text .about-box-icon {
  margin-bottom: 25px;
  text-align: center;
}

#about-text .about-box-icon .about-icon h3:after {
  content: '';
	height: 1px;
	width: 44px;
	background-color: #23134f;
	position: absolute;
	top: 52px;
	left: calc(50% - 22px);
}

#about-text .about-box-icon .about-icon {
  border: 1px solid #23134f;
  border-radius: 100%;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.25s;
  text-align: center;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

#about-text .about-box-icon .about-icon:after {
  content: '';
  height: 80px;
  width: 80px;
  background-color: #23134f;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
}

#about-text .about-box-icon .about-icon img {
  position: relative;
  height: auto;
  z-index: 1;
}

#about-text .about-box-icon:hover .about-icon {
  border: 1px solid #23134f;
  background-color: #23134f;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

@media screen and (max-width: 991px) {
  #about-text {
    background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.8)), url("../img/about-text-bg.png") center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bg-about {
    min-height: 460px;
    margin: 0 0 0 100px;
  }
  .wrap-about{
  	min-height: 360px;
  }
  .wrap-about .w-content {
    padding: 0 50px;
  }
  #about-text .owl-theme .owl-controls {
    margin-top: 20px;
  }
  #about-text .owl-buttons .owl-prev {
    left: -40%;
    top: -200px;
  }
  #about-text .owl-buttons .owl-next {
    right: -40%;
    top: -200px;
  }
}

@media screen and (max-width: 768px){
  .bg-about {
    min-height: 550px;
    margin: 0;
  }
  .wrap-about{
  	min-height: 400px;
  	padding-bottom: 0;
  	padding-left: 30px;
    padding-right: 30px;
    margin-top: 10%;
  }
  .wrap-about	.head-quote {
    padding-top: 10%;
  }
  .wrap-about .w-content {
    padding: 0 40px;
  }
  .owl-carousel2 {
    padding-bottom: 60px;
  }
  #about-text .owl-theme .owl-controls {
    margin-top: 0;
  }
  #about-text .owl-buttons .owl-prev {
    left: -36%;
    top: -215px;
  }
  #about-text .owl-buttons .owl-next {
    right: -36%;
    top: -215px;
  }#about-text .owl-buttons .owl-prev {
    left: -36%;
    top: -215px;
  }
  #about-text .owl-buttons .owl-next {
    right: -36%;
    top: -215px;
  }
}

@media (max-width: 767px) {
  #about-text .about-box-icon .about-icon {
    height: 85px;
    width: 85px;
    line-height: 85px;
  }
  #about-text .about-box-icon .about-icon:after {
    height: 65px;
    width: 65px;
  }
  .owl-theme .owl-controls .owl-buttons img {
    width: 4%;
  } 
}

@media screen and (max-width: 660px){
  .wrap-about .head-about {
    font-size: 18px;
    padding: 0 15px 0;
  }
  .wrap-about{
  	min-height: 400px;
    margin-top: 25%;
  }
  #about-text .owl-buttons .owl-prev {
    left: -40%;
  }
  #about-text .owl-buttons .owl-next {
    right: -40%;
  }
}

@media screen and (max-width: 600px){
  .wrap-about{
  	min-height: 380px;
    margin-top: 15%;
  }
  #about-text .owl-buttons .owl-prev {
    left: -45%;
    top: -215px;
  }
  #about-text .owl-buttons .owl-next {
    right: -45%;
    top: -215px;
  }
}

@media screen and (max-width: 500px) {
  .bg-about {
    min-height: 400px;
    margin: 0;
  }
  .wrap-about{
  	min-height: 490px;
    padding-top: 0%;
  }
  .wrap-about .w-content {
    padding: 0 10px;
    margin-top: 0;
  }
  #about-text .owl-buttons .owl-prev {
    left: -60%;
    top: -245px;
  }
  #about-text .owl-buttons .owl-next {
    right: -60%;
    top: -245px;
  }
}

@media screen and (max-width: 450px) {
  #about-text .owl-buttons .owl-prev {
    left: -70%;
    top: -245px;
  }
  #about-text .owl-buttons .owl-next {
    right: -70%;
    top: -245px;
  }
}

@media screen and (max-width: 400px) {
  .bg-about {
    min-height: 330px;
    margin: 0 0 0 -15px;
  }
  .wrap-about {
    min-height: 530px;
    margin-top: 20%;
  }
  .wrap-about .w-content {
    padding: 0;
    margin-top: 15px;
  }
  #about-text .separator2 {
    margin: 15px auto;
  }
  #about-text .owl-buttons .owl-prev {
    left: -80%;
    top: -290px;
  }
  #about-text .owl-buttons .owl-next {
    right: -80%;
    top: -290px;
  }
}

@media screen and (max-width: 340px) {
  .wrap-about {
  	min-height: 630px;
    margin-top: 25%;
  }
  #about-text .owl-buttons .owl-prev {
    left: -90%;
    top: -330px;
  }
  #about-text .owl-buttons .owl-next {
    right: -90%;
    top: -330px;
  }
}

@media screen and (max-width: 320px) {
  .wrap-about {
    margin-top: 55%;
  }
}



/*Wall overview
--------------------------------*/
#overview {
  background-color: #E8E8E8;
  padding: 110px 0 70px;
  margin-top: -10px;
}

.box-overview {
  margin: 1em auto;
  background: #e8e8e8;
  position: relative;
}

.box-overview .col-md-12 {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  box-sizing: border-box;
  height: 450px;
  width: 1px;
  min-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

#overview .swiper-container-croqui {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

#overview .swiper-slide {
  text-align: center;
  background-position: center;
  background-size: cover;
  width: auto;
  height: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: none;
}

#overview .swiper-wrapper .box-link {
  width: auto;
  height: auto;
}

#overview .swiper-button-next, #overview .swiper-button-prev {
  height: 25px;
}

@media (max-width: 767px) {
  #overview {
    padding: 80px 0 25px;
  }
}

/* Map Section
--------------------------------*/
#map {
  display: table;
  width: 100%;
  border-top: 15px double rgba(232,232,232, 1.0);
  border-bottom: 15px double rgba(232,232,232, 1.0);
  background: linear-gradient(rgba(232,232,232, 0.85), rgba(232,232,232, 0.85)), url("../img/map-rio-de-janeiro.png") center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 0;
  margin-top: -11px;
}

#map .box-map {
  padding: 80px 0;
}

#map .map-text {
  padding-top: 20px;
}

@media all and (max-width: 991px) {
  #map {
    background: linear-gradient(rgba(232,232,232, 0.75), rgba(232,232,232, 0.75)), url("../img/map-rio-de-janeiro-sm.png") center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
}

@media all and (max-width: 768px) {
  #map {
    background: linear-gradient(rgba(232,232,232, 0.75), rgba(232,232,232, 0.75)), url("../img/map-rio-de-janeiro-xs.png") top right;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  #map .box-map {
    padding: 60px 0 70px;
  }
  #map iframe {
    margin-top: 15px;
  }
}

@media all and (max-width: 400px) {
  #map .box-map {
    padding: 50px 0;
  }
  #map .map-text {
    padding-top: 15px;
  }
}

#map .map-title {
  color: rgba(9,5,21,0.95);
  font-size: 23px;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  padding: 0 30px;
}

#map p {
  color: rgba(9,5,21,0.85);
  text-align: center;
  font-size: 16px;
  padding: 0 30px;
}

#map iframe {
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
  transition: box-shadow .25s;
}

#map iframe:hover {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

#map .leftside {
  position: relative;
  margin-top: 1%;
}

.leftside > img {
  position: absolute!important;
  z-index: 99;
}

@media all and (max-width: 991px) {
  #map .leftside {
    margin-top: 0%;
  }
}

#map .top-right-separator {
  width: 0;
  position: absolute;
  top: -90px;
  right: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 180px 98vw;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
  overflow: hidden;
}

#map .top-left-separator {
  width: 0;
  position: absolute;
  top: -90px;
  left: 0;
  height: 0;
  border-style: solid;
  border-width: 0 98vw 180px 0;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
  overflow: hidden;
}

/* counter Section
--------------------------------*/
#counter {
  /*background: linear-gradient(rgba(232,232,232, 0.6), rgba(232,232,232, 0.6)), url("../img/phrase-bg.jpg") center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  border-top: 15px double rgba(232,232,232, 1.0);
  border-bottom: 15px double rgba(232,232,232, 1.0);*/
  background-color: rgba(232,232,232, 1.0);
  padding: 80px 0 25px;
  overflow: hidden;
}

/*@media all and (max-width: 991px) {
  #counter {
    background: linear-gradient(rgba(232,232,232, 0.6), rgba(232,232,232, 0.6)), url("../img/phrase-bg.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    }
}*/

#counter .main_counter_area {
  padding: 0;
}

#counter .main_counter_area .single_counter h2{
  color: rgba(9,5,21,0.95);
  font-size: 28px;
}

#counter .separator2 {
  margin: 15px auto;
}

#counter p {
  color: inherit;
  margin: 0 0 30px;
  padding: 0 0 30px;
}

#counter .main_counter_area .single_counter h4 {
  color:#333;
  font-size: 18px;
  line-height: 30px;
}

#counter .counter-box-icon .counter-icon {
  border: 1px solid #23134f;
  border-radius: 100%;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.25s;
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

#counter .counter-box-icon .counter-icon:after {
  content: '';
  height: 80px;
  width: 80px;
  background-color: #23134f;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
}

#counter .counter-box-icon .counter-icon img {
  position: relative;
  width: 38%;
  height: auto;
  z-index: 1;
}

#counter .col-md-3:hover .counter-box-icon .counter-icon {
  border: 1px solid #23134f;
  background-color: #23134f;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

@media all and (max-width: 768px) {
  #counter {
    padding: 60px 0 30px;
  }
  #counter .main_counter_area {
    padding: 30px 20px 20px;
  }
  #counter p {
    color: #222;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
    #counter .counter-box-icon .counter-icon {
    height: 85px;
    width: 85px;
    line-height: 85px;
  }
  #counter .counter-box-icon .counter-icon:after {
    height: 65px;
    width: 65px;
  }
}

@media all and (max-width: 400px) {
  #counter {
    padding: 60px 0 30px;
    margin-top: -5px;
  }
  #counter .main_counter_area {
    padding: 0 10px 20px;
  }
  #counter p {
    color: #222;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}

/* Testimony Section
--------------------------------*/
#testimony {  
  min-height: 400px;
  display: inline-block;
  width: 100%;
  background-color: rgba(232,232,232, 1.0);
  /*background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.7)), url("../img/indio-bg.jpg") center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 15px double rgba(232,232,232, 1.0);
  border-bottom: 15px double rgba(232,232,232, 1.0);*/
  z-index: -99;
}

#testimony .owl-wrapper-outer {
  padding: 12% 0 0;
}

#testimony .owl-carousel2, #testimony .owl-carousel2Eng {
  margin-bottom: 40px;
}

#testimony .owl-buttons .owl-next {
  position: absolute;
  right: -40%;
  top: -150px;
}

#testimony .owl-buttons .owl-prev {
  position: absolute;
  left: -40%;
  top: -150px;
}

.wrap-testimony{
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  min-height: 180px;
}

.wrap-testimony .w-content{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%); 
}

.wrap-testimony .head-testimony {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
  line-height: 40px;
  color: rgba(9,5,21,0.75);
  text-align: center;
  margin:  0 0 15px 0;
  padding: 0 15px;
}

.wrap-testimony .testimony-autor {
  color: rgba(9,5,21,0.65);
  padding: 0 20px;
  margin: 0;
}

.wrap-testimony.head-art.last {
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  #testimony{
    background-color: rgba(232,232,232, 1.0);
  }
  #testimony .owl-carousel2, #testimony .owl-carousel2Eng {
    margin-bottom: 0;
  }
  .bg-testimony{
    min-height: 460px;
    margin: 0 0 0 100px;
  }
  .wrap-testimony {
  	min-height: 280px;
  }
  .wrap-testimony.w-content {
    padding: 0 50px;
  }
  #testimony .owl-buttons .owl-prev {
    left: -36%;
    top: -180px;
  }
  #testimony .owl-buttons .owl-next {
    right: -36%;
    top: -180px;
  }
}

@media screen and (max-width: 768px){
  #testimony{
    background-color: rgba(232,232,232, 1.0);
    margin-top: -3px;
  }
  .bg-testimony{
    min-height: 550px;
    margin: 0;
  }
  .owl-wrapper-outer {
    padding: 0;
  }
  .wrap-testimony {
    min-height: 250px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .wrap-testimony.head-quote {
    padding-top: 10%;
  }
  .wrap-testimony.w-content {
    padding: 0 30px;
  }
  .wrap-testimony.head-testimony{
    line-height: 28px;
  }
  .owl-theme .owl-controls {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px){
  #testimony .owl-carousel2, #testimony .owl-carousel2Eng {
    padding-bottom: 40px;
  }
  #testimony .owl-wrapper-outer {
    padding: 8% 0 0;
  }
  #testimony .owl-buttons .owl-prev {
    left: -80%;
    top: -245px;
  }
  #testimony .owl-buttons .owl-next {
    right: -80%;
    top: -245px;
  }
}

@media screen and (max-width: 600px){
  .wrap-testimony {
    min-height: 280px;
  }
  #testimony .owl-buttons .owl-prev {
    left: -46%;
    top: -180px;
  }
  #testimony .owl-buttons .owl-next {
    right: -46%;
    top: -180px;
  }
}

@media screen and (max-width: 500px){
  .wrap-testimony {
    min-height: 400px;
  }
  #testimony .owl-buttons .owl-prev {
    left: -60%;
    top: -245px;
  }
  #testimony .owl-buttons .owl-next {
    right: -60%;
    top:-245px;
  }
}

@media screen and (max-width: 450px){
  #testimony .owl-buttons .owl-prev {
    left: -68%;
    top: -245px;
  }
  #testimony .owl-buttons .owl-next {
    right: -68%;
    top:-245px;
  }
}

@media screen and (max-width: 400px){
  .wrap-testimony .w-content {
    padding: 0 10px;
  }
  .wrap-testimony {
    min-height: 420px;
  }
  #testimony .owl-buttons .owl-prev {
    left: -76%;
    top: -245px;
  }
  #testimony .owl-buttons .owl-next {
    right: -76%;
    top: -245px;
  }
}

@media screen and (max-width: 350px){
  .owl-carousel2, .owl-carousel2Eng {
    padding-bottom: 40px;
  }
  .wrap-testimony .w-content {
    padding: 0 10px;
  }
  .wrap-testimony {
    min-height: 520px;
  }
  #testimony .owl-buttons .owl-prev {
    left: -90%;
    top: -330px;
  }
  #testimony .owl-buttons .owl-next {
    right: -90%;
    top:-330px;
  }
}

/* Support section
--------------------------------*/
#support {
  display: table;
  width: 100%;
  background-color: #e8e8e8;
  padding: 80px 0 60px;
  margin-top: -7px;
}

#support img {
  margin: 0 auto;
  transition: all .3s;
}

@media all and (max-width: 768px) {
  #support {
    padding: 60px 0;
  }
}

#support p {
  color: inherit;
  text-align: center;
  font-size: 16px;
  padding: 0 20px 0;
  margin: 0 0 25px 0;
}

#support img:hover {
  -webkit-transform: scale(1.20);
  -ms-transform: scale(1.20);
  transform: scale(1.20);
  transition: all .3s;
}

#support .support-imgs {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  justify-content: center;
}

#support .separator2 {
  margin: 20px auto;
}

#support img.mctic {
  float: right;
  width: 60%;
  margin-right: -85px;
  margin-top: -13px;
}

#support img.cbpf {
  margin-left: 55px;
  width: 75%;
}

@media screen and (max-width: 991px) {
  #support img.mctic {
    margin-right: 55px;
  }
  #support img.cbpf {
    margin-left: -35px;
     width: 95%;
  }
}

@media screen and (max-width: 767px) {
  #support img.facc {
    margin-top: -52px;
    width: 100%;
  }
  #support img.angular {
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
  }
  #support img.innovation {
    width: 100%;
    margin-top: -240px;
    margin-bottom: 20px;
  }
  #support img.goya {
    width: 100%;
    margin-top: -40px;
    margin-bottom: 45px;
  }
  #support img.hinaje {
    width: 100%;
    margin-top: -11px;
    margin-bottom: 0;
  }
  #support img.mctic {
    margin-right: auto;
    float: none;
    width: 55%;
    margin-top: 10px;
  }
  #support img.cbpf {
    margin-left: auto;
    width: 48%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  #support img.facc {
    margin-top: -55px;
    width: 100%;
  }
  #support img.angular {
    width: 100%;
    margin-top: -30px;
    margin-bottom: 20px;
  }
  #support img.cnrs {
    width: 100%;
    margin-top: -25px;
    margin-bottom: 20px;
  }
  #support img.innovation {
    width: 100%;
    margin-top: -7px;
    margin-bottom: 20px;
  }
  #support img.goya {
    width: 100%;
    margin-top: -55px;
    margin-bottom: 45px;
  }
  #support img.hinaje {
    width: 100%;
    margin-top: -8px;
    margin-bottom: 0;
  }
   #support img.mctic {
    width: 70%;
    margin-top: 10px;
  }
  #support img.cbpf {
    width: 55%;
    margin-top: 25px;
  }
}


/* Images-video Section
--------------------------------*/
#images-video {
  display: table;
  width: 100%;
  border-top: 15px double rgba(232,232,232, 1.0);
  border-bottom: 15px double rgba(232,232,232, 1.0);
  background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.7)), url("../img/about-text-bg.png") center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -99;
  padding: 100px 0;
  margin-top: -7px;
}

@media screen and (max-width: 991px) {
  #images-video {
    background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.8)), url("../img/about-text-bg.png") center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media all and (max-width: 768px) {
  #images-video {
    padding: 60px 0;
  }
}

#images-video p {
  color: rgba(9,5,21,0.65);
  text-align: center;
  font-size: 16px;
  padding: 0 30px 30px;
}

#images-video iframe {
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
  transition: box-shadow .25s;
}

#images-video iframe:hover {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

#images-video .box-btn-img {
  text-align: center;
  padding: 30px 0 0;
}

#images-video .btn-img {
  font-family: 'Lato', sans-serif; 
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid #23134f;
  background: #23134f;
  color: #fff;
  width: auto;
  align-self: center;
   box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
   transition: all .25s;
}

#images-video .btn-img:hover {
  background: #23134f;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

/* Contact Section
--------------------------------*/
#contact {
  display: table;
  width: 100%;
  background: linear-gradient(rgba(232,232,232, 0.75), rgba(232,232,232, 0.75)), url("../img/indio-bg.jpg") center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 15px double rgba(232,232,232, 1.0);
  border-bottom: 15px double rgba(232,232,232, 1.0);
  padding: 80px 0 50px;
  margin-top: -9px;
}

#contact .row.info-box {
  margin-top: 35px;
}

#contact .row.info-box .padding-adjust {
  padding-left: 50px;
}

#contact p {
  color: rgba(9,5,21,0.75);
}

#contact .info {
  color: inherit;
}

#contact .info i {
  font-size: 32px;
  color: #23134f;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 40px;
  line-height: 24px;
}

#contact  p.contact-title {
  color: rgba(9,5,21,0.95);
  font-weight: 600;
  margin: 0;
  padding: 0 0 5px 40px;
}

#contact .form-control {
  background-color: #e8e8e8;
  border: 1px solid #23134f;
  color: inherit;
}

#contact .form #sendmessage {
  color: #23134f;
  font-size: 14px;
  border: 1px solid #23134f;
  display: none;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

#contact .form #errormessage {
  color: #cc0000;
  font-size: 14px;
  display: none;
  border: 1px solid #cc0000;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, 
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color:#cc0000;
  display: none;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .form-group {
  margin-bottom: 10px;
}

.form-control::-webkit-input-placeholder {
   color: #777;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #777;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
}

.form-control:-ms-input-placeholder {  
   color: #777; 
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0;
  border: 1px solid #23134f;
  background: #23134f;
  color: #fff;
  width: auto;
  align-self: center;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
  transition: all .25s;
}

#contact .form button[type="submit"]:hover {
  background: #23134f;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

#contact p.contact-title.midias {
  padding: 30px 10px 20px;
}

@media all and (min-width: 992px) {
  #contact .sm-margin {
    margin-left: -25px;
  }
}

.contact-box-icon .contact-icon {
  border: 1px solid #23134f;
  border-radius: 100%;
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 50px;
  position: relative;
  transition: all 0.25s;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

.contact-box-icon .contact-icon.facebook {
  border: 1px solid #3b5999;
}
.contact-box-icon .contact-icon.twitter {
  border: 1px solid #55acee;
}
.contact-box-icon .contact-icon.instagram {
  border: 1px solid #e4405f;
}
.contact-box-icon .contact-icon.youtube {
  border: 1px solid #cd201f;
}

.contact-box-icon .contact-icon:after {
  content: '';
  height: 35px;
  width: 35px;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
}

.contact-box-icon .contact-icon.facebook:after {
  background-color: #3b5999;
}
.contact-box-icon .contact-icon.twitter:after {
  background-color: #55acee;
}
.contact-box-icon .contact-icon.instagram:after {
  background-color: #e4405f;
}
.contact-box-icon .contact-icon.youtube:after {
  background-color: #cd201f;
}

.contact-box-icon .contact-icon img {
  position: relative;
  width: 35%;
  height: auto;
  z-index: 1;
}

.contact-box-icon:hover .contact-icon {
  border: 1px solid #23134f;
  background-color: #23134f;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

.contact-box-icon:hover .contact-icon.facebook {
  border: 1px solid #3b5999;
  background-color: #3b5999;
}
.contact-box-icon:hover .contact-icon.twitter {
  border: 1px solid #55acee;
  background-color: #55acee;
}
.contact-box-icon:hover .contact-icon.instagram {
  border: 1px solid #e4405f;
  background-color: #e4405f;
}
.contact-box-icon:hover .contact-icon.youtube {
  border: 1px solid #cd201f;
  background-color: #cd201f;
}


@media all and (max-width: 768px) {
  #contact .info-box .col-sm-6.padding-adjust {
    padding-left: 40px;
  }
}

@media all and (max-width:767px) {
  #contact {
    padding: 60px 0;
  }
}

/* Scientist's Phrase Section
--------------------------------*/
#phrase {
  display: table;
  width: 100%;
  position: relative;
  background: linear-gradient(rgba(232,232,232, 0.6), rgba(232,232,232, 0.6)), url("../img/phrase-bg.jpg") center center fixed;
  border-top: 15px double rgba(232,232,232, 1.0);
  border-bottom: 15px double rgba(232,232,232, 1.0);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 80px 0;
  margin-top: -5px;
}

@media all and (max-width: 991px) {
  #phrase {
    background: linear-gradient(rgba(232,232,232,0.7),rgba(232,232,232,0.7)), url(../img/phrase-bg.jpg) no-repeat 50% 100%;
  }
}

@media all and (max-width: 768px) {
  #phrase {
    padding: 60px 0;
  }
}

#phrase .phrase-title {
  font-family: 'Lato', sans-serif;
  color: rgba(9,5,21,0.95);
  font-size: 26px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  margin: 0 0 15px 0;
  font-style: italic;
}

#phrase p {
  margin: 0;
}

#phrase .scientist {
  color: #333;
  line-height: 26px;
  text-align: center;
  font-size: 20px;
}

#phrase .phrase-btn-container {
  text-align: center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {  
  background: linear-gradient(rgba(9,5,21,0.85), rgba(9,5,21,0.85)), url("../img/footer-bg.jpg") top left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  z-index: -99;
  padding: 0;
  color: #fff;
}

.list-inline {
  margin-left: 0;
}

#footer .svg-footer {
  position: relative;
  top: -2px;
  z-index: 3;
}

#footer .container-footer {
  padding: 80px 25px 0;
}

#footer .footer-cbpf-logo {
  margin-bottom: 7px;
  text-align: center;
}

@media all and (max-width:991px) {
#footer .footer-cbpf-logo img {
  width: auto;
  }
}

#footer .company {
  font-family: 'Finger Paint', cursive;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 6px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 0;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

#footer .first {
  padding: 0 0 30px;
}

#footer .final {
  padding: 10px 0 20px;
  border-top: 1px solid #333;
}

#footer .space .scm {
  padding-top: 0;
}

#footer .align-copyright {
  text-align: left;
}

#footer .align-angular {
  text-align: right;
}

#footer .align-angular a {
  color: #e8e8e8;
}

#footer .redes {
  font-size: 14px;
  text-align: center;
  color: #ccc;
  padding: 0 10px 10px;
}

#footer .contact-box-icon .contact-icon {
  box-shadow: none;
}

#footer .contact-box-icon .contact-icon img {
  margin-right: 2px;
  margin-bottom: 2px;
}

#footer .contact-box-icon .contact-icon.facebook,
#footer .contact-box-icon .contact-icon.twitter,
#footer .contact-box-icon .contact-icon.instagram,
#footer .contact-box-icon .contact-icon.youtube {
  border: none;
}

#footer .contact-box-icon .contact-icon:after {
  height: 41px;
  width: 41px;
  top: 6px;
  left: 6px;
}

@media all and (max-width:991px) and (min-width:767px) {
  #footer .credits {
    padding-top: 0;
    font-size: 12px;
  }
}

@media all and (max-width:768px) {
  #footer .media-item li {
    margin-left: -3px;
    margin-right: -3px;
  }
}

@media all and (max-width:767px) {
  #footer .space {
    margin-top: 30px;
  }
  #footer .align-copyright {
    text-align: center;
  }

  #footer .align-angular {
    text-align: center;
  }
}

@media all and (min-width:768px) and (max-width:992px) {
  #footer .space.sm {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Créditos de desenvolvimento*/
#creditos {
  background-color: #E8E8E8;
  padding: 130px 0 30px;
}

#creditos .creditos-title {
  padding-bottom: 40px;
}

#creditos strong {
  color: rgba(9,5,21,0.95);
}

#creditos .container-creditos {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px; 
}

@media (min-width: 992px) {
  #creditos .container-creditos {
    width: 980px;
  }
}

#creditos .recuo {
  padding-left: 35px;
  margin: 0 0 30px 0;
}

@media (max-width: 400px) {
  #creditos .recuo {
    padding-left: 6px;
  }
}

#creditos img {
  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
  filter: gray;
  -webkit-filter: grayscale(60%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
}

/*--------------------------------------------------------------
# Additional Pages - internal pages
--------------------------------------------------------------*/
/* Commons
---------------------------------------------------*/
#addpage {
  background: rgba(232,232,232, 1.0);
  padding: 0 0 50px 0;
  height: 100%;
}

#addpage .addpage-container {
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 61.8vh;
  margin-bottom: 60px;
}

#addpage .addpage-container h1 {
  color: #fff;
  padding: 150px 15px;
  text-shadow: 2px 1px 5px #000000;
}

#addpage h1.addpage-title {
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 60px;
  padding: 15px;
  text-align: center;
}

#addpage .container-addpage {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;  
}

#addpage .addpage-content {
  background: transparent;
  padding: 130px 15px 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  #addpage .container-addpage {
    width: 980px;
  }
}

#addpage .align-icons {  
  float: left;
}

#addpage .addpage-box-icon .addpage-icon {
  border: 1px solid #23134f;
  border-radius: 100%;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  position: relative;
  transition: all 0.25s;
  float: left;
  text-align: center;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

#addpage .addpage-box-icon .addpage-icon:after {
  content: '';
  height: 60px;
  width: 60px;
  background-color: #23134f;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
}

#addpage .addpage-box-icon .addpage-icon img {
  position: relative;
  width: 35%;
  height: auto;
  z-index: 1;
}

#addpage .col-md-6:hover .addpage-box-icon .addpage-icon,
#addpage .col-md-12:hover .addpage-box-icon .addpage-icon {
  border: 1px solid #23134f;
  background-color: #23134f;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

#addpage h2.add-page {
  font-size: 2.0rem;
  line-height: 35px;
  text-align: center;
  padding: 20px 0;
}

#addpage .addpage-text-icon, #addpage ul {
  line-height: 26px;
  margin: 0 40px 30px 100px;
  font-size: 16px;
  text-align: left;
}

@media (max-width: 767px) {
  #addpage h1.addpage-title {
    padding: 100px 15px;
    font-size: 36px;
    line-height: 50px;
  }
  #addpage .addpage-content {
    padding: 80px 15px 0;
  }
}

#addpage .screen {
  padding: 20px 0;
}

#addpage .see-more a {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 20px;
}

#addpage .btn-more-cases {
  background: #23134f;
  border: 1px solid #23134f;
  color: #fff;
}

#addpage .btn-more-cases:hover {
  border: 1px solid #23134f;
  color: #23134f;
  background: none;
}

#addpage .section-title-divider {
  width: 150px;
  margin-top: 50px;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  #addpage .colunm-padding p.addpage-text {
    padding-top: 30px;
  }
}

#addpage .img-shadow {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 767px) {
  #addpage .addpage-text-icon {
    margin: 20px 0px;
    text-align: left;
  }
  #addpage .addpage-box-icon {
    float: none;
    margin-top: 8px;
  }
  #addpage {
    padding: 0;
  }
  #addpage .last {
    margin: 20px 0px;
  }
  #addpage .last p {
    margin: 20px 0px;
  }
}

@media all and (max-width: 991px) and (min-width: 768px){
  #addpage .last p {
    text-align: center;
  }
  #addpage .addpage-box-icon {
    margin-top: 8px;
  }
}

#addpage .cards-area {
  margin-top: 40px;
}

/* Header Addpage
--------------------------------------------------------------*/
#headeradd {
  padding: 14px 0;
  height: 62px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(9,5,21,0.64);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  transition: all 0.5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  z-index: 997;
}

#headeradd.header-fixed {
  background: rgba(9,5,21,0.64);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
}

#headeradd #logo {
  float: left;
}

#headeradd #logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Finger Paint', cursive;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#headeradd #logo h1 a, #headeradd #logo h1 a:hover {
  color: #fff;
}

#headeradd #logo img {
  padding: 0;
  margin: -7px 0 0 0;
  max-height: 50px;
}

@media (max-width: 768px) {
  #headeradd #logo h1 {
    font-size: 26px;
  }
  #headeradd #logo img {
    margin: -6px 0 0 0;
    max-height: 45px;
  }
}

.container-addpage figure {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}


/* Cards
---------------------------------------------------*/
.card {
  background-color: #fff;
  border: none;
  border-radius: 0.625rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  transition: box-shadow .25s;
  margin-bottom: 20px;
}

.card:hover {
  transition: box-shadow .25s;
  box-shadow: 0 26px 50px -10px rgba(0,0,0,0.38), 0 10px 20px 0px rgba(0,0,0,0.2), 0 15px 10px -10px rgba(0,0,0,0.2);
}

.card .card-text {
  margin-bottom: 1.5625rem;
}

.card a:hover {
  text-decoration: none;
}

.card .card-aurea {
  min-height: 61.8%;
}

.card .card-body {
  height: 38.2%;
}

.card-body {
  padding: 1.275rem 1.275rem 2.0rem;
}

.card-principal {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  text-align: center;
  
}

.card-title {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 25px;
  text-align: center;
  line-height: 1.75rem;
}

.card-link + .card-link {
  margin-left: 1.875rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.card .list-group-item {
  padding: 0.8125rem 1.875rem;
}

.card-header {
  padding: 1.09375rem 1.875rem;
  background-color: rgba(90, 97, 105, 0.06);
  border-bottom: none;
}

.card-header:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}

.card-footer {
  padding: 1.09375rem 1.875rem;
  background-color: rgba(90, 97, 105, 0.06);
  border-top: none;
}

.card-footer:last-child {
  border-radius: 0 0 0.625rem 0.625rem;
}

.card-header-tabs {
  margin-bottom: -1rem;
  border-bottom: 0;
}

.card-header-tabs .nav-link:hover {
  border-bottom: transparent;
}

.card-img-overlay {
  padding: 1.875rem 2.1875rem;
  background: rgba(90, 97, 105, 0.5);
  border-radius: 0.625rem;
}

.card-img-overlay .card-title {
  color: #fff;
}

.card-img {
  border-radius: 0.625rem;
  width: 100%;
}

.card-img-top {
  margin-left: 2.5%;
  width: 95%;
  margin-top: 2.5%;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.card-img-bottom {
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  width: 100%;
}

.card .card-title.adjust-art {
   margin: 20px 0 42px;
}

@media (min-width: 576px) {
  .card-deck {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .card-deck .card {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media (min-width: 576px) {
  .card-group {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }
  .card-group .card {
    box-shadow: none;
  }
  .card-group .card .card-body {
    border-right: 1px solid #e7e9ea;
  }
  .card-group .card .card-footer {
    border-radius: 0;
    border-right: 1px solid #e7e9ea;
  }
  .card-group .card:first-child .card-footer {
    border-bottom-left-radius: 0.625rem;
  }
  .card-group .card:last-child {
    border-right: none;
  }
  .card-group .card:last-child .card-footer {
    border-bottom-right-radius: 0.625rem;
    border: none;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 2.1875rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media all and (max-width: 991px) {
  .card {
    margin-bottom: 20px;
  }
  .card .card-title.adjust, .card .card-title.adjust.adjust-art {
    margin: 27px 0 35px;
  }
  .card .card-title.adjust-art {
    margin: 20px 0 25px;
  }
}

/* Áreas do Mural-Grafite
------------------------------------------------------*/
#croqui {
  background-color: #E8E8E8;
  padding: 130px 0 30px;
}

.box-croqui {
  margin: 1em auto;
  background: #e8e8e8;
  position: relative;
}

.box-croqui .col-md-12 {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  box-sizing: border-box;
  height: 450px;
  width: 1px;
  min-width: 100%;
}

#croqui .swiper-container-croqui {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

#croqui .swiper-slide {
  text-align: center;
  background-position: center;
  background-size: cover;
  width: auto;
  height: 450px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: none;
}

#croqui img.grayscale {
  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
}

#croqui img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

#croqui .swiper-wrapper .box-link {
  width: auto;
  height: 450px;
}

#croqui .swiper-button-next, #croqui .swiper-button-prev {
  height: 25px;
}

#art {
  min-height: 400px;
  display: inline-block;
  width: 100%;
  border-top: 15px double rgba(232,232,232, 1.0);
  border-bottom: 15px double rgba(232,232,232, 1.0);
  background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.7)), url("../img/indio-bg.jpg") center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -99;
}

#addpage .addpage-content.cards-art {
  padding: 80px 15px 0;
  margin-right: auto;
  margin-left: auto;
}

#addpage.cards-areas-art {
  border-top: 15px double rgba(232,232,232, 1.0);
  background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.7)), url("../img/credito-galaxia.png") center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -99;
}

#art .separator2 {
  margin: 30px auto;
}

#art .owl-carousel2, #art .owl-carousel2Eng {
  padding-bottom: 80px;
}

.bg-art {
  background: url('../img/indio-transp.png');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  margin: 147px 0 0;
  min-height: 350px;
  width: 100%;
  height: 100%;
  float: left;
}
.wrap-art {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  min-height: 340px;
  cursor: -webkit-grab;
  cursor: grab;
}
.wrap-art .w-content{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%); 
}

.wrap-art .head-art {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: rgba(9,5,21,0.75);
  text-align: center;
}

.wrap-art .head-art.last {
  text-align: center;
  font-weight: 600;
}

#art .art-box-icon {
  margin-bottom: 25px;
  text-align: center;
}

#art .art-box-icon .art-icon h3:after {
  content: '';
	height: 1px;
	width: 44px;
	background-color: #23134f;
	position: absolute;
	top: 52px;
	left: calc(50% - 22px);
}

#art .art-box-icon .art-icon {
  border: 1px solid #23134f;
  border-radius: 100%;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.25s;
  text-align: center;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

#art .art-box-icon .art-icon:after {
  content: '';
  height: 80px;
  width: 80px;
  background-color: #23134f;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
}

#art .art-box-icon .art-icon img {
  position: relative;
  height: auto;
  z-index: 1;
}

#art .art-box-icon:hover .art-icon {
  border: 1px solid #23134f;
  background-color: #23134f;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

#addpage {
  margin-top: -15px;
}

#cardsarea {
  margin-bottom: 0;
}

.subtitle-areas {
  text-align: center;
  color: rgba(9,5,21,0.95);
  padding: 20px 15px 0;
}

.subtitle-areas.area-sub {
  text-align: center;
  color: rgba(9,5,21,0.95)
;  padding: 50px 15px 10px;
}

.subtitle-areas h4 {
  line-height: 28px;
}

#cardsarea .btn {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  border: 1px solid #23134f;
  background-color: #23134f;
  padding: .75rem 1.25rem 0.95rem;
  font-size: 1.575rem;
  line-height: 1.575rem;
  border-radius: .375rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
  transition: all 250ms cubic-bezier(.27,.01,.38,1.06);
}

#cardsarea .btn-primary:hover {
  color: #fff;
  background-color: #23134f;
  border-color: #23134f;
  /*box-shadow: 0 5px 15px rgba(0,0,0,.05), 0 4px 10px rgba(0,123,255,.25);*/
}

#cardsarea .card-body {
  text-align: center;
}

#addpage .general-title {
  padding: 50px 10px 0px;
  color: rgba(9,5,21,0.95);
}

#addpage-art {
  background: rgba(232,232,232, 1.0);
  padding: 0 0 70px 0;
  height: 100%;
  margin-top: -15px;
}

#addpage-art .addpage-content {
    background: transparent;
    padding: 80px 15px 0;
    margin-right: auto;
    margin-left: auto;
}

.owl-carousel2Int, .owl-carousel2EngInt {
    padding-bottom: 60px;
}

.owl-carousel2Int .owl-controls .owl-page span,
.owl-carousel2EngInt .owl-controls .owl-page span {
  background: #23134f !important;
}

.owl-buttons .owl-next {
  position: absolute;
  right: -40%;
  top: -220px;
}

.owl-buttons .owl-prev {
  position: absolute;
  left: -40%;
  top: -220px;
}

.owl-buttons .owl-next {
  position: absolute;
  right: -40%;
  top: -220px;
}

@media screen and (max-width: 991px) {
  #art {
    background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.7)), url("../img/indio-bg-sm.jpg") bottom left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bg-art {
    min-height: 460px;
    margin: 0 0 0 100px;
  }
  .wrap-art{
  	min-height: 280px;
  }
  .wrap-art .w-content {
    padding: 0 50px;
  }
  .owl-buttons .owl-prev {
    left: -38%;
    top: -185px;
  }
  .owl-buttons .owl-next {
    right: -38%;
    top: -185px;
  }
}

@media screen and (max-width: 768px){
  #art {
    background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.7)), url("../img/indio-bg-xs.jpg") bottom left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bg-art {
    min-height: 550px;
    margin: 0;
  }
  .owl-wrapper-outer {
    padding: 0;
  }
  .wrap-art{
    min-height: 300px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 5%;
  }
  .wrap-art .head-quote {
    padding-top: 10%;
  }
  .wrap-art .w-content {
    padding: 0 30px;
  }
  .wrap-art .head-art {
    line-height: 28px;
    margin: 0;
    padding: 0 15px;
  }
  .owl-theme .owl-controls {
    margin-top: 10px;
  }
  .owl-buttons .owl-prev {
    left: -36%;
    top: -180px;
  }
  .owl-buttons .owl-next {
    right: -36%;
    top: -180px;
  }
}

@media (max-width: 767px) {
  .subtitle-areas {
    padding: 20px 15px 0;
  }
  #cardsarea {
    margin-bottom: 35px;
  }
  #art .art-box-icon .art-icon {
    height: 85px;
    width: 85px;
    line-height: 85px;
  }
  #art .art-box-icon .art-icon:after {
    height: 65px;
    width: 65px;
  }
}

@media screen and (max-width: 640px) {
  .owl-buttons .owl-prev {
    left: -45%;
    top: -180px;
  }
  .owl-buttons .owl-next {
    right: -45%;
    top: -180px;
  }
}

@media screen and (max-width: 510px) {
  #croqui {
    padding: 130px 0 0;
  }
  .bg-art {
    min-height: 400px;
    margin: 0;
  }
  .wrap-art{
  	min-height: 380px;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-art .w-content {
    padding: 0 10px;
    margin-top: 0;
  }
  .owl-buttons .owl-prev {
    left: -58%;
    top: -205px;
  }
  .owl-buttons .owl-next {
    right: -58%;
    top: -205px;
  }
}

@media screen and (max-width: 470px) {
  .wrap-art{
    min-height: 460px;
  }
  .owl-buttons .owl-prev {
    left: -70%;
    top: -240px;
  }
  .owl-buttons .owl-next {
    right: -70%;
    top: -240px;
  }
}

@media screen and (max-width: 385px) {
  .bg-art {
    min-height: 330px;
    margin: 0 0 0 -15px;
  }
  .wrap-art{
  	min-height: 500px;
    margin-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-art .w-content {
    padding: 0 10px;
    margin-top: 15px;
  }
  #art .separator2 {
    margin: 15px auto;
  }
  .owl-buttons .owl-prev {
    left: -78%;
    top: -260px;
  }
  .owl-buttons .owl-next {
    right: -78%;
    top: -260px;
  }
}

@media screen and (max-width: 358px) {
  .bg-art {
    min-height: 330px;
    margin: 0 0 0 -15px;
  }
  .wrap-art{
  	min-height: 540px;
    margin-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-art .w-content {
    padding: 0;
    margin-top: 15px;
  }
  #art .separator2 {
    margin: 15px auto;
  }
  .owl-buttons .owl-prev {
    left: -81%;
    top: -260px;
  }
  .owl-buttons .owl-next {
    right: -81%;
    top: -260px;
  }
}

@media screen and (max-width: 320px) {
  .owl-buttons .owl-prev {
    left: -92%;
    top: -260px;
  }
  .owl-buttons .owl-next {
    right: -92%;
    top: -260px;
  }
}

/* Area 1
---------------------------------------------------*/
.box-img-addpage {
  text-align: center;
  padding: 130px 15px 20px;
}

#addpage .box-phrase {
  text-align: center;
  padding: 80px 15px 40px;
}

#addpage .box-phrase.area1 {
  border: 15px double rgba(232,232,232, 1.0);
  background: linear-gradient(rgba(232,232,232,0.7),rgba(232,232,232,0.7)), url(../img/phrase-bg-8.jpg) no-repeat 50% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin-top: 20px;
}

@media all and (max-width:991px) {
  #addpage .box-phrase.area1 {
    border: 15px double rgba(232,232,232, 1.0);
    background: linear-gradient(rgba(232,232,232,0.7),rgba(232,232,232,0.7)), url(../img/phrase-bg-8.jpg) no-repeat 50% 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
}

#addpage .box-phrase p.phrase {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: rgba(9,5,21,0.95);
  margin: 0 0 15px 0;
  font-style: italic;
  padding: 0 30px;
}

#addpage .box-phrase p.author {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #222;
}

.container-addpage .section-title {
  padding: 0 15px 0;
}

.container-addpage .separator2 {
  margin: 30px auto 50px;
}

#addpage .container-addpage .text18 {
  font-size: 18px;
  line-height: 30px;
  padding: 0 15px;
}

#addpage .container-addpage img.pi-img {
  width: 46%;
}

.container-addpage img.img-areas {
  width: 72%;
}

.container-addpage img.shadow-img {
  box-shadow:  0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

#addpage img.shadow-img {
  box-shadow:  0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
  margin-bottom: 20px;
}

#eight-cards .card-title {
  margin: 10px 0 20px;
}

#information .card {
  background: linear-gradient(rgba(255,255,255,0.65),rgba(255,255,255,0.65)), no-repeat 50% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin: 30px 0 60px;;
}

#information .card:hover {
    transition: box-shadow .25s;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

#information .links p {
  margin: 0 20px 20px;
}

#information p {
  margin: 0 30px 30px;
  text-align: center;
  font-style: italic;
  color: rgba(9,5,21,0.8);
}

#information a {
  color: rgba(9,5,21,0.8);
}

#information a:hover, #information a p:hover{
  color: #567fdd;
}

#information .flex-box {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
}

#information .img-thumbnail {
  max-width: 75%;
}

#information a.resize img {
  width: 5%;
  margin-left: 6px;
}

#scientist-btn {
  display: inline-block;
  padding: 20px 0;
}

.btn-scientist {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid #23134f;
  background: #23134f;
  color: #fff;
  width: auto;
  align-self: center;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
  transition: all .25s;
}

.btn-scientist:hover {
  background: #23134f;
  color: #fff;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

.btn-scientist:visited,  .btn-scientist:focus {
  color: #fff;
}

.background-area .center-img {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-flexbox {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

#addpage .background-area.area0 {
  background: linear-gradient(rgba(232,232,232,0.65),rgba(232,232,232,0.65)), url(../img/area-abstracao.jpg) no-repeat 50% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#addpage .background-area.area1 {
  background: linear-gradient(rgba(232,232,232,0.75),rgba(232,232,232,0.75)), url(../img/area-misterio-curiosidade-e-criatividade.jpg) no-repeat 50% 47%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#addpage .background-area.area2 {
  background: linear-gradient(rgba(232,232,232,0.65),rgba(232,232,232,0.65)), url(../img/area-construindo-o-conhecimento.jpg) no-repeat 50% 35%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#addpage .background-area.area3 {
  background: linear-gradient(rgba(232,232,232,0.65),rgba(232,232,232,0.65)), url(../img/area-passado-presente-e-futuro.jpg) no-repeat 50% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#addpage .background-area.area5 {
  background: linear-gradient(rgba(232,232,232,0.65),rgba(232,232,232,0.65)), url(../img/area-construtores-da-ciencia.jpg) no-repeat 50% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#addpage .background-area.area6 {
  background: linear-gradient(rgba(232,232,232,0.75),rgba(232,232,232,0.75)), url(../img/area-do-nano-ao-macro.jpg) no-repeat 50% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#addpage .background-area.area7 {
  background: linear-gradient(rgba(232,232,232,0.65),rgba(232,232,232,0.65)), url(../img/area-a_particula_que-mudou_o-brasil.jpg) no-repeat 50% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#addpage .background-area.area8 {
  background: linear-gradient(rgba(232,232,232,0.65),rgba(232,232,232,0.65)), url(../img/area-misterio.jpg) no-repeat 50% 20%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#addpage .background-area.area9 {
  background: linear-gradient(rgba(232,232,232,0.85),rgba(232,232,232,0.85)), url(../img/area-em-busca-de-mais.jpg) no-repeat 50% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#addpage img.img-width {
  width: 90%;
  height: 100%;
  margin: 0 auto 30px;
}

#addpage img.shadow-img.img-width-full {
  width: 100%;
  height: 100%;
  margin: 0 auto 40px;
}

#addpage .row.img-text-box-flex {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  align-items: center;
}


@media all and (max-width: 991px) {
  #addpage .container-addpage img.pi-img {
    width: 74.666667%;
  }
  #addpage img.img-width {
    width: 60%;
    height: 100%;
  }
  #addpage img.shadow-img.img-width-full {
    width: 60%;
  }
  #addpage .row.img-text-box-flex {
    display: block
  }
  #addpage .image-box-flex {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    align-items: center;
  }
}

@media all and (max-width: 768px) {
  .container-addpage img.img-areas{
    width: 50%;
    margin: 25px auto;
  }
  #addpage .container-addpage img.pi-img {
    width: 79.666667%;
  }
}

@media all and (max-width: 767px) {
  #addpage .container-addpage img.pi-img {
    margin: 30px auto;
  }
  #information a.resize img {
    width: 10%;
    margin-left: 6px;
  }
  #addpage img.img-width {
    width: 90%;
    height: 100%;
  }
  #addpage img.shadow-img.img-width-full {
    width: 90%;
  }
  #addpage .box-phrase p.phrase {
    padding: 0 10px;
  }
}

@media all and (max-width: 450px) {
  .container-addpage img.img-areas {
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  #eight-cards .card .card-title.adjust-1lmd {
    margin: 18px 0 30px;
  }
   #addpage .image-box-flex {
     display: block;
   }
}


/* Cientistas
---------------------------------------------------*/
#scientists {
  min-height: 400px;
  display: inline-block;
  width: 100%;
  border-bottom: 15px double rgba(232,232,232, 1.0);
  background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.7)), url("../img/os-cientistas-bg.jpg") center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -99;
  padding-top: 72px;
}

#scientists .separator2 {
  margin: 30px auto;
}

.wrap-scientists {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  min-height: 300px;
}
.wrap-scientists .w-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%); 
}

.wrap-scientists .head-scientists {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: rgba(9,5,21,0.75);
  text-align: center;
}

.wrap-scientists .head-scientists.last {
  text-align: center;
  font-weight: 600;
}


#scientists .scientists-box-icon {
  margin-bottom: 25px;
  text-align: center;
}

#scientists .scientists-box-icon .scientists-icon h3:after {
  content: '';
	height: 1px;
	width: 44px;
	background-color: #23134f;
	position: absolute;
	top: 52px;
	left: calc(50% - 22px);
}

#scientists .scientists-box-icon .scientists-icon {
  border: 1px solid #23134f;
  border-radius: 100%;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.25s;
  text-align: center;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

#scientists .scientists-box-icon .scientists-icon:after {
  content: '';
  height: 80px;
  width: 80px;
  background-color: #23134f;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
}

#scientists .scientists-box-icon .scientists-icon img {
  position: relative;
  height: auto;
  z-index: 1;
}

#scientists .scientists-box-icon:hover .scientists-icon {
  border: 1px solid #23134f;
  background-color: #23134f;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

.main_drag{
    overflow: hidden;
}

#scientists-group .img-responsive {
  display: inline-block;
}

#scientists-group {
  background-color: #E8E8E8;
  padding: 20px 0 100px;
}

#scientists-group .modal {
  top: 15%;
}

#scientists-group .modal-title {
  text-align: center;
}

#scientists-group .modal-body p {
  margin: 0 0 22px 0;
}

body { 
  padding-right: 0 !important
}

.box-scientists-group {
  margin: 1em auto;
  background: #e8e8e8;
  position: relative;
}

.box-scientists-group .col-md-12 {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  box-sizing: border-box;
  height: 450px;
  width: 1px;
  min-width: 100%;
}

#scientists-group .swiper-container-scientists {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

#addpage .addpage-content.scientist {
  padding: 75px 15px 0;
}

#scientists-group .swiper-slide {
  text-align: left;
  background-position: center;
  background-size: cover;
  width: auto;
  height: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: none;
}

#scientists-group img.grayscale {
  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
}

#scientists-group img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

#scientists-group .swiper-wrapper .box-link {
  width: auto;
  height: 450px;
}

#scientists-group .swiper-button-next, #scientists-group .swiper-button-prev {
  height: 30px;
}

#scientists-group .swiper-slide img {
  width: 100%;
}

#google-link img.scientists {
  width: 26%;
}

#google-link p.see-all-results.scientists, #google-link a {
  font-weight: 500;
  padding: 0 10px;
}

#scientists-group .modal-body {
  padding: 25px 15px 5px;
}

@media screen and (max-width: 991px) {
  #scientists {
    background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.7)), url("../img/os-cientistas-bg.jpg") bottom left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bg-scientists {
    min-height: 460px;
    margin: 0 0 0 100px;
  }
  .wrap-scientists {
  	min-height: 280px;
  }
  .wrap-scientists .w-content {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px){
  #scientists {
    background: linear-gradient(rgba(232,232,232, 0.7), rgba(232,232,232, 0.7)), url("../img/os-cientistas-bg.jpg") bottom left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bg-scientists {
    min-height: 550px;
    margin: 0;
  }
  .owl-wrapper-outer {
    padding: 0;
  }
  .wrap-scientists {
    min-height: 360px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10%;
  }
  .wrap-scientists .head-quote {
    padding-top: 10%;
  }
  .wrap-scientists .w-content {
    padding: 0 30px;
  }
  .wrap-scientists .head-scientists{
    line-height: 28px;
  }
  .owl-theme .owl-controls {
    margin-top: 10px;
  }
  #scientists .scientists-box-icon .scientists-icon {
    height: 85px;
    width: 85px;
    line-height: 85px;
  }
  #scientists .scientists-box-icon .scientists-icon:after {
    height: 65px;
    width: 65px;
  }
}

@media screen and (max-width: 768px){
  #scientists-group .modal .csi-info {
    text-align: center;
  }
}

@media screen and (max-width: 510px) {
  .bg-scientists{
    min-height: 400px;
    margin: 0;
  }
  .wrap-scientists {
  	min-height: 380px;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-scientists .w-content {
    padding: 0 10px;
    margin-top: 0;
  }
}

@media screen and (max-width: 470px) {
  .wrap-scientists {
    min-height: 400px;
  }
}

@media screen and (max-width: 380px) {
  .bg-scientists {
    min-height: 330px;
    margin: 0 0 0 -15px;
  }
  .wrap-scientists {
  	min-height: 500px;
    margin-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-scientists .w-content {
    padding: 0 10px;
    margin-top: 15px;
  }
  #scientists .separator2 {
    margin: 15px auto;
  }
}

@media screen and (max-width: 358px) {
  .bg-scientists {
    min-height: 330px;
    margin: 0 0 0 -15px;
  }
  .wrap-scientists {
  	min-height: 540px;
    margin-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-scientists .w-content {
    padding: 0;
    margin-top: 15px;
  }
  #scientists .separator2 {
    margin: 15px auto;
  }
}

/* Enigmas
---------------------------------------------------*/
#addpage.puzzles {
  width: auto;
  min-height: 105vh;
  bottom: 0;
  background: linear-gradient(rgba(0,0,0, 0.2), rgba(0,0,0, 0.4)), url("../img/enigmas-bg.png") top center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.puzzles-title {
  font-size: 42px;
  color:#fff;
  text-align: center;
  line-height: 48px;
  padding: 250px 0 30px;
  text-shadow: -4px 8px 10px rgba(0, 0, 0, 0.6);
}

.puzzles .form-control {
  height: 42px;
  font-size: 18px;
  border-radius: 6px;
}

.puzzles-p {
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-shadow: -4px 8px 10px rgba(0, 0, 0, 0.6);
}

.form-inline .form-control {
  width: 100%;
}

.btn {
  padding: 8px 14px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 6px;
}

.btn-puzzles {
  color:rgba(9,5,21,0.95);
  background-color: #fff;
  border-color: #ccc;
  width: 100%
}

.puzzles .col-md-2 {
  padding-left: 0;
}

#addpage.puzzles-types {
  padding: 100px 0 60px;
  width: auto;
  height: auto;
  margin-top: 0;
}

.puzzles-types h2, .puzzles-types h3 {
  color: rgba(9,5,21,0.95);
}

.puzzle-info {
  padding-top: 45px;
}

.main_portfolio.puzzle {
  padding: 0;
  overflow: inherit;
}

.portfolio_item.puzzle {
  box-shadow: none;
}

.portfolio_item:hover img.puzzle{
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.portfolio_hover.puzzle {
  padding-top: 30%;
  border-bottom-left-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
}

#search-results {
  background-color: #fff;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
  padding: 40px 0 20px 90px;
  margin: 20px 0 0;
}

#search-results h4 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 3px;
}

#search-results a {
  color:#2c66ce;
}

#search-results a:hover {
  text-decoration: underline;
}

#search-results span.no-underline {
  color: #337ab7;
  font-size: 15px;
}

#search-results a:visited {
  color: #2c66ce;
}

#search-results p.text-search {
  color: #545454;
  font-size: 14px;
  line-height: 21px;
  padding-right: 50px;
}

#search-results p.no-margin {
  margin: 0;
}

#search-results img {
  width: 40%;
  position: relative;
  margin-top: 0;
}

#google-link p.see-all-results, #google-link a {
  font-size: 15px;
  font-weight: 600;
  margin: 5px 0;
  color: #545454;
  text-decoration: none;
}

#addpage.enigmas .addpage-text-icon {
  margin: 0 60px 50px 100px;
}

#addpage .addpage-puzzles {
    background: transparent;
    padding: 40px 15px 0;
    margin-right: auto;
    margin-left: auto;
}

textarea {
  font-family: 'Lato', sans-serif;
}

.card .card-side-info {
  margin: 20px 0 20px;
}

.card .card-side-info h2, .card .card-side-info h3, .card .card-side-info p {
  margin: 0 0 15px 0;
}

.card .card-side-info p {
  padding-right: 20px;
}

#addpage .card-info {
  margin: 40px 0 50px;
}

.puzzles-types .card {
  height: 180px;
}

.puzzles-types .card img {
  /*height: -webkit-fill-available;*/
  height: 180px;
  border-bottom-left-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
}

.areas-bg.margin-expla {
  margin: 45px 0 40px;
}

.card .card-side-info.right-text {
  text-align: right;
  margin: 30px 50px 20px;
}

.card .card-side-info.right-text p.message {
  font-size: 17px;
  color: rgba(9,5,21,0.95);
  font-weight: 600;
}

#contact.puzzles-explanation {
  background: #fff;
  border-top: none;
  border-bottom: none;
  padding: 30px 0;
  margin-top: 0;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

@media (max-width: 767px) {
  .puzzle-info {
    padding-top: 45px;
  }
  .puzzles-title {
    font-size: 26px;
    line-height: 45px;
    padding: 155px 0 30px;
  }
  .puzzles .col-md-2 {
    padding-left: 15px;
    margin-top: 10px;
  }
  .btn-puzzles {
    width: 40%;
    margin: 0 auto;
  }
  #search-results {
  padding: 40px 0 40px 40px;
  }
  #search-results p.text-search {
    padding-right: 20px;
  }
  .puzzles-types .card {
    height: auto;
    text-align: center;
  }
  .puzzles-types .card img {
    height: auto;
    margin: 0 auto;
  }
  .card .card-side-info {
    text-align: center;
    padding: 0 20px;
  }
  #search-results img {
    width: 40%;
    margin-top: 2vh;
  }
  .card .card-side-info p {
    padding-left: 20px;
  }
  .card .card-side-info.right-text {
    margin: 30px 20px 20px;
  }
  .card .card-side-info h2, .card .card-side-info h3, .card .card-side-info p {
    text-align: center;
  }
  #contact .row.info-box {
    margin-top: 0;
  }
  #contact.puzzles-explanation .form {
    margin: 0 15px;
  }
  .areas-bg.margin-expla {
    margin: 25px 0;
  }
}

@media (max-width: 600px) {
  #search-results {
    padding: 40px 0px 40px 20px;
  }
  #search-results p.text-search {
    padding-right: 20px;
    padding-top: 6px;
  }
  #search-results p.no-margin {
    margin: 0;
    line-height: 19px;
  }
  .card .card-side-info.right-text {
    margin: 30px 20px 20px;
  }
}


/* Imagens
---------------------------------------------------*/
#addpage.images {
  padding: 120px 0 30px;
}

#title-images h2 {
  padding: 80px 0 0;
  margin: 0 0 10px 0;
  line-height: 40px;
} 

#side-box {
  text-align: center;
  margin-top: 1%;
}

#addpage #side-box .addpage-box-icon .addpage-icon {
  float: none;
}

#addpage #side-box .addpage-text-icon, #addpage ul {
  margin: 30px 5px 30px 40px;
}

.resume {
  margin: 20px 0 0;
  padding: 0 15px;
}

#social-media-box {
  padding: 30px 0 80px;
  background-color: #e8e8e8;
}

#swiper-images-page .swiper-container-horizontal>.swiper-pagination-bullets, #swiper-images-page .swiper-pagination-custom, #swiper-images-page .swiper-pagination-fraction {
  bottom: -30px;
}

/* Carousel
---------------------------------------------------*/
#carousel-initial {
  box-shadow:0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

@media (min-width:992px) and (max-width:1199px) {
  #carousel-initial {
    margin-top:45px;
  }
}

.carousel-inner {
  border-radius:6px;
}

.item .img-slider {
  width:100%;
  height:auto;
}

.carousel-caption {
  padding-bottom:20px;
  color:#ffffff;
  background-color:rgba(0,0,0,0.56);
  width:100%;
  left:0px;
  bottom:0px;
}

@media (max-width:991px) {
  .carousel-caption {
    padding-bottom:15px;
  }
}

.link-slider {
  color:#ffffff;
}

.pslider {
  font-size:16px;
}

@media (max-width:767px) {
  .pslider {
    font-size:12px;
  }
}

.carousel-indicators {
  bottom:-2px;
}

.carousel-indicators li {
  border:1px solid #fff;
}

.carousel-indicators .active {
  background-color:#fff;
}

/*
Portfolio section style
========================*/

#portfolio {
  padding-bottom: 30px;
  background-color: #e8e8e8;
}

.main_portfolio {
    width:100%;
    overflow: hidden;
    padding: 0 15px 40px;
}
.portfolio_item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}
.text-white {
  color: #fff;
}
.portfolio_item:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.portfolio_item img{
    width:100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
.portfolio_hover{
    position: absolute;
    left:0%;
    right:0%;
    top:0%;
    width:100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.30); 
    padding-top: 12%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.portfolio_item:hover .portfolio_hover{
    opacity: 1;
}
.portfolio_item2 .portfolio_hover{ 
    padding-top: 25%;
}
.portfolio_item3 .portfolio_hover{ 
    padding-top: 65%;
}
.portfolio_item4 .portfolio_hover{ 
    padding-top: 20%;
}
.portfolio_item5 .portfolio_hover{ 
    padding-top: 40%;
}

.home_btns ,
.impress_btns ,
.portfolio_hover_icon{
    margin-left: -10px;
}
.subscribe_btns button.btn,
.home_btns a,
.impress_btns a,
.portfolio_hover_icon a{
    margin-left: 10px;
}

.portfolio_hover_icon a i{
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    border:2px solid;
    border-color:#fff;
    display: inline-block;
    color:#fff;
    border-radius: 50%;
    margin-top: 5%;
}

.m-top-30 {
    margin-top: 30px;
}

.swiper-container-imgs {
  height: 422px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 991px) {
  #title-images.subtitle-areas .adjust-image h2 {
    padding: 25px 0 0;
  }
  #title-images h2.port-sm {
    padding: 80px 0 0;
  }
  #side-box {
    margin-top: 6%;
  }
  #addpage #side-box .addpage-text-icon, #addpage ul {
    margin: 30px 15px 50px 15px;
    text-align: center;
  }
  #instragram-imgbox {
    padding-bottom: 25px;
  }
}
/*
Artist page
========================*/
#artist{
  min-height: 400px;
  display: inline-block;
  width: 100%;
 /* background-color: #ddd;*/
  border-top: 15px double rgba(232,232,232, 1.0);
  border-bottom: 15px double rgba(232,232,232, 1.0);
  background: linear-gradient(to left, rgba(232,232,232, 0.89), rgba(232,232,232, 0.57)), url("../img/artista1.jpg") center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -99;
  margin-top: -6px;
}

#artisttestimony {
  min-height: 400px;
  display: inline-block;
  width: 100%;
 /* background-color: #ddd;*/
  border-top: 15px double rgba(232,232,232, 1.0);
  background: linear-gradient(to left, rgba(232,232,232, 0.68), rgba(232,232,232, 0.67)), url("../img/artistatestmony1.png") center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -99;
  margin-top: -6px;
}

#artist .separator2 {
  margin: 30px auto;
}

#artist .owl-wrapper-outer {
    padding: 20% 0 0;
}

#artist .owl-carousel p {
  margin: 0;
}

#artist .owl-carousel2, artist .owl-carousel2Eng {
  padding-bottom: 20px;
}

.wrap-artist {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  min-height: 290px;
}

#artisttestimony .wrap-artist {
  min-height: 220px;
}

#artisttestimony .owl-buttons .owl-prev {
  left: -40%;
  top: -170px;
}

#artisttestimony .owl-buttons .owl-next{
  right: -40%;
  top: -170px;
}

.wrap-artist .w-content{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  padding: 0 20px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%); 
}

.wrap-artist .head-artist {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: rgba(9,5,21,0.75);
  text-align: center;
  margin: 0;
}

.wrap-artist .head-artist.last {
  font-weight: 500;
}

#artist .owl-theme .owl-controls {
  margin-top: 0;
}

#artist .artist-box-icon {
  margin-bottom: 25px;
  text-align: center;
}

#artist .artist-box-icon .artist-icon h3:after {
  content: '';
	height: 1px;
	width: 44px;
	background-color: #23134f;
	position: absolute;
	top: 52px;
	left: calc(50% - 22px);
}

#artist .artist-box-icon .artist-icon {
  border: 1px solid #23134f;
  border-radius: 100%;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.25s;
  text-align: center;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

#artist .artist-box-icon .artist-icon:after {
  content: '';
  height: 80px;
  width: 80px;
  background-color: #23134f;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
}

#artist .artist-box-icon .artist-icon img {
  position: relative;
  height: auto;
  z-index: 1;
}

#artist .artist-box-icon:hover .artist-icon {
  border: 1px solid #23134f;
  background-color: #23134f;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  transition: box-shadow .25s;
}

.bio-artist {
  margin-top: 25%;
}

.know-more {
  line-height: 30px;
  color: rgba(9,5,21,0.95);
  text-align: center;
}

#link-gabi a {
  color:  rgba(9,5,21,0.95);
}

#link-gabi a:hover {
  color: #567fdd;
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  .bg-artist {
    min-height: 460px;
    margin: 0 0 0 100px;
  }
  .wrap-artist {
  	min-height: 250px;
  }
  .wrap-artist .w-content {
    padding: 0 50px;
  }
  #artist .owl-theme .owl-controls {
    margin-top: 20px;
  }
  .bio-artist {
    margin-top: 5%;
  }
  .bio-artist p {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px){
  .bg-artist {
    min-height: 550px;
    margin: 0;
  }
  .wrap-artist{
  	min-height: 260px;
  	padding-bottom: 0;
  	padding-left: 30px;
    padding-right: 30px;
    margin-top: 2%;
  }
  .wrap-artist .head-quote {
    padding-top: 10%;
  }
  .wrap-artist .w-content {
    padding: 0 40px;
  }
  .owl-carousel2, .owl-carousel2Eng {
    padding-bottom: 60px;
  }
  #artist .owl-theme .owl-controls {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #artist {
    background: linear-gradient(to left, rgba(232,232,232, 0.9), rgba(232,232,232, 0.7)), url("../img/artista1-sm.jpg") 50% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #artist .artist-box-icon .artist-icon {
    height: 85px;
    width: 85px;
    line-height: 85px;
  }
  #artist .artist-box-icon .artist-icon:after {
    height: 65px;
    width: 65px;
  }
  #artisttestimony {
    background: linear-gradient(to left, rgba(232,232,232, 0.78), rgba(232,232,232, 0.77)), url("../img/artistatestmony1.png") center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -99;
    margin-top: -6px;
  }
  #artisttestimony .wrap-artist {
    min-height: 470px;
  }
}


@media screen and (max-width: 500px) {
  .bg-artist {
    min-height: 400px;
    margin: 0;
  }
  .wrap-artist{
  	min-height: 375px;
    padding-top: 0%;
  }
  .wrap-artist .w-content {
    padding: 0 10px;
    margin-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .bg-artist {
    min-height: 330px;
    margin: 0 0 0 -15px;
  }
  .wrap-artist {
  	min-height: 380px;
    margin-top: 1%;
  }
  .wrap-artist .w-content {
    padding: 0;
    margin-top: 15px;
  }
  #artist .separator2 {
    margin: 15px auto;
  }
}

@media screen and (max-width: 340px) {
  .wrap-artist {
  	min-height: 400px;
    margin-top: 10%;
  }
}