
/*@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Light.woff") format('woff');
}
@font-face {
    font-family: "Gotham-book";
    src: url("fonts/Gotham-Book.woff") format('woff');
}
@font-face {
    font-family: "Gotham-black";
    src: url("fonts/Gotham-Black.woff") format('woff');
}
@font-face {
    font-family: "Gotham-bold";
    src: url("fonts/Gotham-Bold.woff") format('woff');
}
@font-face {
    font-family: "Gotham-medium";
    src: url("fonts/Gotham-Medium.woff") format('woff');
}*/
script {
    display: none !important;
}

#success{
  text-align: center;
}

#error{
  text-align: center;
}

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
    height: 100% !important;
    overflow-y: scroll;
    overflow-x: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -ms-overflow-style: none; /* hide browser scrollbar on IE10+ */
}

/* hide browser scrollbar on Webkit (Safari & Chrome) */
body::-webkit-scrollbar, .cd-fold-content::-webkit-scrollbar, .simplebar-scroll-content::-webkit-scrollbar {
    display: none;
}

.simplebar-track {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px;
}

.simplebar-track .simplebar-scrollbar {
    position: absolute;
    right: 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-height: 10px;
    width: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background: black;
    opacity: 0.4;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}


body, html{
  font-size: 14px;
  font-family: 'Arial';
  font-family: "Titillium Web";
  margin: 0;
  padding: 0;
  margin:0;
  height: 100%;
  width: 100%;
}
body{
  /*max-width:1000px;*/
  margin: 0 auto;
  background-color: #f5f5f5;
  overflow-x: hidden;
}
body > *{
  display: block;
}
.simplebar-content{
  min-height: 1500px;
  overflow: hidden;
}
#main{
  min-height: 1000px;  
}
a, input[type=submit]{
  text-decoration: none;
  -moz-transition: all 0.1s ease-in;
    /* WebKit */
    -webkit-transition: all 0.1s ease-in;
    /* Opera */
    -o-transition: all 0.1s ease-in;
    /* Standard */
    transition: all 0.1s ease-in;
}
.ir{
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 0;
}
ul{
  list-style: none;
  margin:0;
  padding: 0;
}
li{
  margin: 3px 0;
}
h2{
    font-size: 40px;
    position: relative;
}
h3{
  margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: lighter;
    line-height: 32px;
}
p{ 
  margin-top: 0;
  line-height: 140%;
}
b {
    font-weight: 600;
}
#menu{
  z-index: 10000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 0;
    background: black;
}
#menu ul{
    max-width: 880px;
    margin:0 auto;
}
#menu li{
  float: left;
  width: 33%;
  text-align: center;
  border-left: 1px solid #fff;
  margin:0;
  height: 100%;
  display: block;
}
#menu li:first-child{
  border-left: 0;
}
#menu li a{
  color: white;
  display: block;
  width: 100%;
  padding: 10px 0;
}
#footer{
  padding-bottom: 62px;
  background-color: #ffffff;
  display: block;
}
#footer-bg{  
  margin: auto;
  display: table;
  text-align: center;
}
div#footer-info {
    /*width: 375px;*/
    position: relative;
    height: 62px;
    color: #1e3d67;
    vertical-align: middle;
    padding: 22px 0;
}
#footer .square {
    background-repeat: no-repeat;
    background-position: center center;
}
#footer .square a {
    width: 100%;
    height: 100%;
    display: block;
}
#footer .square.facebook {
    background-image: url('../images/facebook-icon.png');
}
#footer .square.instagram {
    background-image: url('../images/instagram-icon.png');
}
#footer .square.youtube {
    background-image: url('../images/youtube-icon.png');
}
#footer .square.card .back a {
    font-size: 0.9em;
    display: block;
    padding: 15px 0;
    color: white;
}
#footer-bg .square .back {
    color: white;
    padding: 17px 4px 0 0;
}
#footer-bg .square .back span {
    display: initial;
    font-size: 0.9em;
}
#header{
    width: 100%;
    background: #f5f5f5;
}
#header.fixed{
    padding-bottom: 125px;
}
#header-bg{
  width: 2000px;
  position: relative;
  left: 50%;
  margin-left: -1000px;
  display: inline-block;
}
.square{
  width: 200px;
  height: 200px;
  float: left;
}
.square .video-avatar{
  width: 100%;
  height: 100%;
}
 #footer .square{
  width: 70px;
  height: 70px;
  float: none;
  text-align: center;
  display: inline-block;
  transition: all .3s ease;
}
#footer .square:hover{
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
}
#footer .square.grey2:hover{
  background-color: #ededed;
}
#footer .square.grey3:hover{
  background-color: #e6e6e6;
}
.square .front, .square .back{
  width: 100%;
  height: 100%;
  position: absolute;
}
.square.cyan, .square.cyan .front, .square.cyan .back{
  background: #92d6c6;
}
.square.white{
  background: #ffffff;
}
.square.grey1{
  background: #f5f5f5;
}
.square.grey2{
  background: #ededed;
}
.square.grey3{
  background: #e6e6e6;
}
.square.yellow{
  background: #ffc145;
  transition: background .3s ease;
}
.square.yellow .back{
  background: #f7b93e;
}
.square.blue, .square.blue .front, .square.blue .back{
  background: #1e3d67;
}
.square.red, .square.red .front, .square.red .back{
  background: #f05f4e;
}
.square.card{
  background: transparent;
}
.square .back span{
  display: block;
  font-size: 11px;
}
.square .back span.name{
  font-size: 18px;
  margin: 40px 0 5px;
}
#header-bg .square.card .front{
  background-image: url('../images/sprite.png');
  background-repeat: no-repeat;
}
.square.gustavo .front{
  background-position: -101px -292px;
}
.square.giana .front{
  background-position: -216px -162px;
}
.square.telmo .front{
  background-position: -103px -162px;
}
.square.giovani .front{
  background-position: -337px -161px;
}
.square.alan .front{
  background-position: 13px -294px;
}
.square.caca .front{
  background-position: 13px -162px;
}
.square.carol .front{
  background-position: -216px -294px;
}
.square.danielm .front{
  background-position: -452px -161px;
}
.square.guilherme .front{
  background-position: -452px -294px;
}
.square.bianca .front{
  background-position: -337px -294px;
}
.square.potter .front{
  background-position: -219px -428px;
}
.square.nara .front{
  background-position: -452px -430px;
}
.square.lucasl .front{
  background-position: 13px -428px;
}
.square.danield .front{
  background-position: -101px -428px;
}
.square.lucasc .front{
  background-position: -337px -428px;
}
#vento-title div{
    display: block;
    width: 200%;
    height: 100%;
    position: relative;
    left: 0;
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;  
}
/*#vento-title div:hover {
  background-color: #2c548a;
}*/
#vento-title div h1 {
  margin: 0;
  background: url('../images/vento-logo.png') center center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}
#phrase{
  width: 100%;
  height: 100%;
}
#phrase h2{
  font-size: 25px;
  color: black;
  font-weight: 100;
  margin:0;
  padding: 39px 22px;
  line-height: 30px;

}
nav#nav {
    padding: 53px 0;
    width: 100%;
    left: 0;
    text-align: center;
    /*background: url('../images/menu-bg.png') #ffffff;*/
    background:  #ffffff;
    -webkit-transition: height 0.3s; /* Safari */
    transition: height 0.3s;  
    display: table;
}
nav#nav a {
  padding: 0 4%;
  color: #1e3d67;
  -webkit-transition: color 0.5s; /* Safari */
  transition: color 0.5s, background 0.5s;  
}
nav#nav a:hover {
  color: #ffc242;
  /*background: #1e3d67;*/
}
nav#nav.fixed{
  padding: 20px 0;
  top: 0;
  position: fixed;
  z-index: 10;
  background: #ffffff;
  /*-webkit-box-shadow: 0 2px 2px 1px rgba(100,100,100,0.1);
  box-shadow: 0 2px 2px 1px rgba(100,100,100,0.1);*/
}
/*nav#nav.fixed a {
  font-size:14px;
}*/
#cases{
  margin: 125px auto;
  max-width: 1000px;
  display: table;
}
.case{
  float: left;
  width: 440px;
  height: 440px;
  background-repeat: no-repeat !important;
  background-size: 75% !important; 
}
.case div{
  color:white;
}
.case > div{
  display:block; 
  position:relative; 
  width:100%; 
  height:100%; 
  max-width:500px; 
  max-height:500px;
}
.case a{
  width: 100%;
  height: 100%;
  display: table;
  padding: 40px;
}
.case:nth-of-type(2n) > div{
  float: left;
}
.case h3{
  font-size: 70px;
  font-weight: bolder;
  margin-top: 10px;
  display: table;
}
.case h4{
  font-size: 20px;
  font-weight: lighter;
  margin: 0 0 0 3px;
}
.case-page{
  position: relative;
}
#faces-mobile{
  display: none;
}
*.fullScreen{
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
p.smallTitle {
  text-transform: uppercase;
  /*font-family: 'gotham-black' !important;*/
  border-bottom: 4px solid;
  display: table;
  line-height: 120%;
  padding-bottom: 5px;
}
ul.mosaico {
    display: table;
}
ul.mosaico img {
    margin: 0;
}
.width1 {
    width: 33%;
}
.width2 {
    width: 67%;
}
.width3 {
    width: 100%;
}
.left {
  float: left;
}
.right {
    float: right;
    padding-left: 15px;
}
.half {
    width: 49%;
    padding: 0;
}
section{
  display: table;
  margin: 0 auto;
  margin-top: 40px;
}

@media only screen and (max-width: 400px) {
  h2.section-title span{
      display: block;
  }
}
@media (min-width: 600px) {
  nav#nav a {
    padding: 0 25px;
    font-size: 110%;
  }
}
@media (min-width: 1000px) {
  .case a{
    padding: 50px;
  }
  .case{
    background-size: inherit !important;
  }
}
@media (max-width: 900px) {
  #main {
    min-height: 650px;
  }
  #header-bg .square{
    display: none;
  }
  #header-bg{
    width: 100%;
    margin: 0;
    left: 0;
    display: table;
  }
  .square#vento-title {
    display: block;
    width: 100%;
    height: 120px;
  }
  .square#vento-title div{
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .square#vento-title div h1{
    background-size: 70%;
    background-position: center;
    width: 300px;
    height: 100%;
    margin: auto;
    position: relative;
  }
  #faces-mobile{
    display: block;
    /*width: 100%;
    height: 288px;
    background: url('../images/cover-mobile.png') no-repeat;
    background-size: 100%;*/
  }
  #faces-mobile img{
    max-width: 100%;
    width: 100%;
  }
  nav#nav{
    padding: 28px 0;
  }
  #header.fixed {
    padding-bottom: 80px;
  }
  div.mobileZoom{
    overflow: hidden;
  }
  div.mobileZoom img{
    max-width: 150%;
    width: 150%;
    margin-left: -25%;
  }
}
@media (max-width: 700px) {
  body{
    font-size: 13px;
  }
  #menu{
    padding:0;
  }
  #menu ul{
      max-width: 880px;
      margin:0 auto;
      display: table;
      height: 60px;
  }
  #menu li{
    display: table;
    width: 32.5%;
  }
  #menu li a{
    display: table-cell;
      vertical-align: middle;
      padding: 10px;
  }
  .mosaico li {
      width: 100% !important;
  }
  .mosaico .halfMobile {
    width: 50%;
    float: left;
    padding: 5px;
  }
  ul.mosaico .right{
    padding-left: 0;
  }
}


/*--------------------------------------------------------------
--------------------------- CASES -----------------------------
---------------------------------------------------------------*/

.case.eos-branding, .eos-branding .bgcolor{
  background-color: #0076a0;
}
.case.eos-branding{
  background-image: url('../images/eos_branding_img.png');
  background-position: 80% 95%;
}
.eos-branding .cd-fold-body{
  color: black;
}
.eos-branding .cd-fold-header{
  background-image: url('../images/eos_branding_cover.jpg');
  color: white !important;
}
.eos-branding #branding-logo-premium{
  margin: 20px 0 0 9%;
  width: 130px;
}
.eos-branding #branding-package-premium{
  margin: 40px 0 20px -150px;
  max-width: 470px;
}
.case.hipo-campanha, .hipo-campanha .bgcolor{
  background-color: #68AC45;
}
.case.hipo-campanha{
  background-image: url('../images/hipo_campanha_img.png');
  background-position: 80% 100%;
}
.hipo-campanha .cd-fold-body{
  color: #662d87;
}
.hipo-campanha .cd-fold-header{
  background-image: url('../images/hipo_campanha_cover.jpg');
  background-position-y: 100%;
  background-size: auto 70%;
  color: white !important;
}
.hipo-campanha .hipo-result1, .hipo-campanha .hipo-result2{
  margin: 0 !important;
  max-width: 100% !important;
}
.case.bing-campanha, .bing-campanha .bgcolor{
  background-color: #09386F;
}
.case.bing-campanha{
  background-image: url('../images/bing_campanha_img.jpg');
  background-position: 100% 100%;
}
.bing-campanha .cd-fold-body{
  color: #09386F;
}
.bing-campanha .cd-fold-header{
  background-image: url('../images/bing_campanha_cover.jpg');
  background-position: 100% 100%;
  background-size: 150% auto;
  color: white !important;
}
.bing-campanha .cd-fold-body .bgcolor img{
  max-width: 95%;
}
.case.leao-canal{
  background-image: url('../images/leao_canal_img.jpg');
  background-position: 100% 80%;
}
.leao-canal .cd-fold-header{
  background-image: url('../images/leao_canal_cover.jpg');
  background-position: 100% 100%;
  background-size: 95%;
}
.case.leao-canal, .leao-canal .bgcolor{
  background-color: #891828;
  color: white !important;
}
.leao-canal .cd-fold-body .bgcolor{
  box-shadow: 0 0 40px 0px #aaa;
}
.leao-canal .cd-fold-body{
  color: #891828;
}
.leao-canal .cd-fold-body p{
  color: #000000;
}

.case.frigelar-revista{
  background-color: #4b82bd;
  background-image: url('../images/frigelar_app_img.png');
  background-position: 80% 100%;
  background-size: 65% !important;
}
.frigelar-revista .bgcolor {
  background-color: #2a4670;
}
.frigelar-revista .cd-fold-header {
  background-image: url(../images/frigelar_app_cover.jpg);
  background-position: 80% 100%;
  background-size: 62% auto;
  color: white !important;
}
.frigelar-revista .cd-fold-body{
  color: #2a4670;
}
.frigelar-revista .cd-fold-body .bgcolor{
  background: #e4e7ec;
}
.frigelar-revista .cd-fold-body .drop-shadow {
    box-shadow: 3px 3px 12px #a5acb9;
}
.frigelar-revista .cd-fold-body .half {
  width: 46%;
}

.case.frigelar-loja-salvador{
  background-color: #d7d7d7;
  background-image: url('../images/frigelar_loja_salvador_img.jpg');
  background-position: 100% 100%;
  background-size: 90% !important;
}
.frigelar-loja-salvador .bgcolor{
  background-color: #EAEDF2;
  color: #123f6d !important;
}
.frigelar-loja-salvador, .frigelar-loja-salvador h2, .frigelar-loja-salvador p, .frigelar-loja-salvador a, .frigelar-loja-salvador b{
  color: #123f6d !important;
  border-color: #123f6d !important;
}
.frigelar-loja-salvador .cd-fold-header{
  background-color: #d7d7d7;
  background-image: url('../images/frigelar_loja_salvador_cover.jpg');
  background-position: 100% 100%;
  background-size: auto 70%;
}
.frigelar-loja-salvador .mosaico li{
  margin-bottom: 29px;
}
.frigelar-loja-salvador .mosaico, .frigelar-loja-salvador .portico img{
  margin-top: 5%;
}
.frigelar-loja-salvador .portico.width2 img{
  max-height: 450px;
  float: left;
  max-width: 73%;
  margin-top: 2em;
}
.frigelar-loja-salvador .portico.width1 img{
  max-height: 450px;
  float: left;
  margin-top: 2em;
}
.frigelar-loja-salvador .pictogramas img {
  margin-top: 0;
}
.frigelar-loja-salvador .pictogramas h3 {
  border: none;
  font-size: 4.3em;
  margin: 29px 0 5px;
  line-height: 120%;
}
.frigelar-loja-salvador .pictogramas h3 span{
  display: block;
}
.frigelar-loja-salvador .pictogramas p {
  width: 150px;
  /*font-family: "gotham-black";*/
  text-transform: uppercase;
  color: black !important;
}
.frigelar-loja-salvador .pictogramas > div {
  margin: 8% 0;
}


.leao-website .cd-fold-header {
  background-image: url('../images/leao_website_cover.png');
  background-size: 90%;
  color: #c7c7c7 !important;
  background-position: 100% 100%;
}
.leao-website .cd-fold-body .bgcolor .equipe {
    margin: 8% 0;
    padding: 0;
    display: inline-block;
}
.leao-website .cd-fold-body .bgcolor .equipe img {
    max-width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}
.case.leao-website, .leao-website .cd-fold-header.bgcolor{
  background-color: #1a1a1a;
}
.case.leao-website{
  background-image: url('../images/leao_website_img.png');
  background-position: 100% 100%;
}
.leao-website .bgcolor{
  background-color: #333;
  color: #c7c7c7;
}
.leao-website .cd-fold-body{
  color: #1a1a1a;
}
.leao-website .cd-fold-body .bgcolor{
  margin-top: 70px;
  padding: 8% 0;
}
.leao-website .gifplayer-wrapper {
    margin: 9% 0;
    box-shadow: 5px 5px 15px #1b1b1b;
}
.case.pucrs-campanha, .pucrs-campanha .cd-fold-header.bgcolor{
  background-color: #1c372f;
}
.pucrs-campanha .bgcolor{
  background-color: #f1f1f1;
}
.case.pucrs-campanha{
  background-image: url('../images/pucrs_marketing_img.jpg');
  background-position: 100% 100%;
}
.pucrs-campanha .cd-fold-body{
  color: #72947f;
}
.pucrs-campanha .cd-fold-body p{
  color: black;
}
.pucrs-campanha .cd-fold-header{
  background-image: url('../images/pucrs_marketing_cover.jpg');
  color: #72947f !important;
  background-size: 90%;
  background-position: 100% 90%;
}
.pucrs-campanha .segment div {
  float: left;
  width: 33.3%;
}
.pucrs-campanha .segment div img {
  margin: 40% auto 0;
  width: 61%;
  max-width: 180px;
}
.pucrs-campanha .segment div p {
  text-align: center;
  margin-top: 3px;
  line-height: 110%;
  color: inherit;
  font-size: 0.7em;
}
.pucrs-campanha .segment {
  margin-bottom: 15%;
  display: inline-block;
}
.pucrs-campanha .cd-fold-body .seal{
  background: #72947f;
  color:white;
}
.case.global-branding, .global-branding .bgcolor{
  background-color: #26264c;
}
.case.global-branding{
  background-image: url('../images/global_branding_img.png');
  background-position: 100% 100%;
}
.global-branding .cd-fold-header{
  background-image: url('../images/global_branding_cover.png');
  color: white !important;
  background-size: 80%;
  background-position: 100% 100%;
}
.global-branding .shadow{
  box-shadow: 0px 3px 25px rgba(0,0,0,0.4);
}
.case.frigelar-campanha-cervejeira, .frigelar-campanha-cervejeira .bgcolor{
  background-color: #f7e080;
}
.case.frigelar-campanha-cervejeira p, .frigelar-campanha-cervejeira .cd-fold-header em, .frigelar-campanha-cervejeira.cd-item b{
  color: #a31e25;
  border-color: #a31e25;
}
.case.frigelar-campanha-cervejeira{
  background-image: url('../images/frigelar_campanha_cervejeira_img.png');
  background-position: center 85%;
}
.frigelar-campanha-cervejeira .cd-fold-header{
  background-image: url('../images/frigelar_campanha_cervejeira_cover.png');
  color: white !important;
  background-position: 95% 100%;
  background-size: 60%;
}

.case.frigelar-branding, .frigelar-branding .bgcolor{
  background-color: #1e3561;
}
.case.frigelar-branding p, .frigelar-branding .cd-fold-header em, .frigelar-branding.cd-item b{
  color: white;
}
.case.frigelar-branding{
  background-image: url('../images/frigelar_branding_img.png');
  background-position: center 85%;
}
.frigelar-branding .cd-fold-header{
  background-image: url('../images/frigelar_branding_cover.png');
  color: white !important;
  background-position: 15% 100%;
  background-size: 70%;
}


@media (max-width: 600px) {
  .half.altMobile {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 10% 0 20% !important;
  }  
}

@media (min-width: 600px) {
  .eos-branding #branding-logo-premium{
    margin: 70px 0 0 12.5%;
    position: absolute;
    width: 20%;
    max-width: 218px;
  }
  .eos-branding #branding-package-premium{
    margin-left: auto;
    margin-right: auto;
    max-width: 82%;
  }
  .hipo-campanha .cd-fold-header{
    background-size: auto 90%;
  }
  .hipo-campanha .hipo-result1{
    float: left;
    clear: left;
    width: 50%;
  }
  .hipo-campanha .hipo-result2{
    display: block;
    margin: 0;
    float: left;
    clear: right;
    width: 50%;
  }
  .bing-campanha .cd-fold-header{
    background-size: 100% auto;
    background-position: 30px 100%;
  }
  .leao-canal .cd-fold-header{
    background-size: auto 88%;
  }
  .frigelar-loja-salvador .cd-fold-header{
    background-size: 80% auto;
  }
  .pucrs-campanha .cd-fold-header{
    background-size: 55%;
    background-position: 110% 40%;  
  }
  .pucrs-campanha .segment div p {
    font-size: 1.2em;
  }
  .leao-website .cd-fold-body .bgcolor{
    margin-top: 120px;
  }
  .leao-website .cd-fold-body .bgcolor .equipe img {
    max-width: 50%;
  }
  .leao-website .cd-fold-header{
    background-size: 55%;
  }
  .global-branding .cd-fold-header{
    background-size: 45%;
  }
  .frigelar-revista .cd-fold-header{
    background-position: 95% 100%;
    background-size: 35% auto;    
  }
  .frigelar-revista .cd-fold-header h2 {
    font-size: 8.5rem;
  }
  .frigelar-campanha-cervejeira .cd-fold-header{
    background-size: 33%;
  }
  .frigelar-branding .cd-fold-header{
    background-position: 95% 100%;
    background-size: 38%;
  }

}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .frigelar-loja-salvador .mosaico li{
    margin-bottom: 2%;
  }
  .square{
    width: 150px;
    height: 150px;
  }
  #header-bg{
    width: 1500px;
    margin-left: -750px;
  }
  #phrase h2{
    font-size: 18px;
    padding: 36px 20px;
    line-height: 20px;    
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
  .square{
    width: 180px;
    height: 180px;
  }
  #header-bg{
    width: 1900px;
    margin-left: -900px;
  }
  #phrase h2{
    font-size: 22px;
    line-height: 25px;
  }
}

@media (max-width: 1000px) {
  .frigelar-loja-salvador .pictogramas img {
    width: 295px;
  }
  .frigelar-loja-salvador .pictogramas h3 {
    font-size: 2.9em;
    margin: 15px 0 0px;
  }
  .frigelar-loja-salvador .pictogramas p {
    width: 110px;
    font-size: 0.8em;
  }
}

@media (max-width: 420px) {
  .frigelar-loja-salvador .cd-fold-header h2, .frigelar-revista .cd-fold-header h2, .frigelar-campanha-cervejeira .cd-fold-header h2{
    font-size: 3.5em;
  }
  .frigelar-loja-salvador .portico.altMobile, .frigelar-loja-salvador .showroom.altMobile {
    float: none;
    width: 100%;
  }
  .frigelar-loja-salvador .portico.altMobile img {
    float: none !important;
    max-width: 100%;
    max-height: 300px;
  }
  .frigelar-loja-salvador .pictogramas img {
    width: 200px;
  }
  .frigelar-loja-salvador .pictogramas h3 {
    font-size: 2em;
    margin: 4px 0 5px;
  }
  .frigelar-loja-salvador .pictogramas p {
    width: 80px;
    font-size: 0.6em;
  }
  .frigelar-loja-salvador img.showroom.left, .frigelar-loja-salvador img.showroom.right {
    float: none;
    max-width: 100%;
  }
  .frigelar-loja-salvador img.showroom.left {
    width: 100%;
  }
  .frigelar-loja-salvador img.showroom.right {
    width: 44%;
    margin-top: 3% !important;
  }
}

@media (max-width: 600px) {
  section#contatoPage {
    margin-top: 0% !important;
  }
}

/*--------------------------------------------------------------
---------------------------#sobrePage E CONTATO -----------------------------
---------------------------------------------------------------*/

#sobrePageWrap{  
  padding: 10px 0 50px;
  margin-top: 70px;
  background: #eee;
}
section#sobrePage, section#contatoPage {
    max-width: 1100px;
    padding: 0 25px;
}
section#contatoPage {
    margin-bottom: 100px;
}
#sobrePage p.big {
    font-size: 18px;
    /*font-family: "gotham-book";*/
    margin: 50px 0 25px;
}
#sobrePage p {
    margin: 25px 0;
    font-size: 14px;
    text-align: center;
}
#contatoPage p.big {
    font-size: 18px;
    /*font-family: "gotham-book";*/
    margin: 50px 0 25px;
}
#contatoPage p {
    margin: 25px 0;
    font-size: 15px;
    text-align: center;
}
#skills {
    margin: 30px 0;
}
#skills .skill-item {
    margin: 30px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}
#skills .skill-item p {
    text-align: left;
    font-size: 14px;
    margin: 5px 0;
    display: list-item;
    margin-left: 14px;
}
#skills .skill-item img{
    width: 100px;
    height: 100px;
    background: #ccc;
    display: block;
}
.skill-item .img-wrap {
    height: 100%;
    position: relative;
}
#skills .skill-item > div {
    display: table;
    margin-top: 7px;
}
#skills .skill-item h3 {
    /*font-family: "gotham";*/
    font-size: 25px;
    font-weight: 500;
}
#skills .skill-item img {
    width: 70px;
    height: 70px;
    background: #ccc;
    display: block;
}
#contactInfos a:hover {
    color: inherit;
}
#contactInfos a:hover {
    color: inherit;
}
#contactInfos {
    margin: 50px 0;
}
#contactInfos > * {
    margin: 10px 0;
    display: block;
    text-align: center;
    /*font: 16px/22px "Gotham-book";*/
}
#contactInfos a {
    color: #f05f4e;
}
.form_alert {
    color: #ff871d;
    font-size: 80%;
    margin-top: 0.5em;
    display: block;
} 
#contact-form li div input, #contact-form li div textarea {
    width: 100%;
    height: 45px;
    padding: 10px;
    resize: vertical;
    border: 1px solid #ccc;
}
#contact-form li div textarea {
    height: 180px;
}
#contact-form li {
    margin: 7px 0;
    display: inline-block;
    width: 100%;
}
#contact-form li div.send {
    text-align: right;
    width: 100%;
}
#contact-form li div.required {
    font-size: 12px;
    float: left;
    margin-left: 13%;
    width: 200px;
    text-align: left;
}
#contact-form li div input[type=submit] {
    width: 100px;
    background: transparent;
    border: 1px solid #f05f4e;
    color:#f05f4e;
    text-transform: uppercase;
    font-size: 17px;
    width: 120px;
    cursor: pointer;
    letter-spacing: 1px;
}
#contact-form li div input[type=submit]:hover {
    border: 1px solid #544173;
    color:#544173;
}
#contact-form {
  min-height: 500px;
}
.form_alert {
    color: #ff871d;
    font-size: 80%;
    margin-top: 0.5em;
    display: none;
}
#contatoPage .loading {
    text-align: center;
    padding: 140px 0;
    display: none;
}
#contatoPage .modal {
    text-align: center;
    vertical-align: middle;
    display: none;
    width: 100%;
    font-size: 120%;
    line-height: 150%;
    padding: 100px 0;
}

@media (min-width: 600px) {
  #sobrePage p.big {
      font-size: 27px;
  }  
  #sobrePage p {
      margin: 25px 0;
      font-size: 18px;
  }
  section#sobrePage, section#contatoPage {
      padding: 0 50px;
  }
  #skills .skill-item {
      width: 50%;
      float: left;
      padding-right: 30px;
  }
  #skills .skill-item img{
    width: 100px;
    height: 100px;
      float: left;
      margin-right: 15px;
  }
  #skills .skill-item h3 {
    font-size: 30px;
    margin-top: -12px;
  }
  #skills .skill-item p {
      font-size: 16px;
      margin: 7px 0 7px 18px;
    }
  #contactInfos {
      margin: 60px 0;
  }
  #contactInfos > * {
      font-size: 18px;
  }
  #contact-form li div.label {
      width: 12%;
      text-align: right;
      vertical-align: top;
      float: left;
      margin-top: 14px;
  }
  #contact-form li > div {
      width: 87%;
      float: right;
  }
  .g-recaptcha > div {
    float: right;
    text-align: right;
  }
}
@media (max-width: 600px) {
  #skills .skill-item span {
      height: 70px;
      display: block;
      position: absolute;
      top: 0;
  }
  #skills .skill-item h3 {
      margin-left: 80px;
      position: absolute;
      bottom: -4px;
      margin-bottom: 0;
      line-height: 105%;
  }
  #contact-form li div.required {
      margin-top: 16px;
      margin-left: 0;
  }
  #contact-form li div input[type=submit] {
      margin-top: 18px;
  }
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 

PLUGIN ANIMAÇÃO DO PORTFOLIO

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  /*font-family: "Gotham", sans-serif;*/
  color: #363558;
}

a {
  color: #544173;
  text-decoration: none;
}
/* -------------------------------- 

Patterns - reusable parts of our design

-------------------------------- */
.overflow-hidden > .simplebar-track {
  display: none;
  height: 0;
}
.overflow-hidden > .simplebar-scroll-content, .overflow-hidden {
  overflow: hidden !important;
}

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main {
  overflow-x: hidden;
}
.cd-main::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
.cd-main > * {
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.cd-main.fold-is-open > * {
  /* on mobile - translate .cd-main content to the right when the .cd-folding-panel is open */
  /*-webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s;
  transition: transform 0.5s 0s;*/
}
.cd-main.fold-is-open .cd-gallery{
  max-width: 1200px;
}
h2.section-title{
    /*margin: 50px auto 0;*/
    margin: 0 auto;
    /*padding-top: 50px;*/
    text-transform: lowercase;
    text-align: center;
    font-size: 2em;
    margin-top: 40px;
}
ul.cd-gallery {
  margin: 20px auto 0;
  transition: width ease-in 1s;
}

@media only screen and (min-width: 600px) {
  h2.section-title {
    text-align: center;
  }
  ul.cd-gallery {
    margin: 30px auto;
  }
  ul.cd-gallery, h2.section-title {
    width: 740px;
    font-size: 2.5em;
    text-transform: uppercase;
  }
  .cd-main::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
@media only screen and (min-width: 1000px) {
  ul.cd-gallery{
      width: 1000px;
  }
}

.cd-gallery::after {
  clear: both;
  content: "";
  display: table;
}
.cd-gallery::before {
  /* this is the dark layer covering the .cd-gallery when the .cd-folding-panel is open */
  /*display: block;*/
  content: '';
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 23, 38, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  -moz-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
}
.fold-is-open .cd-gallery::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 1s 0s, visibility 0s 0s;
  -moz-transition: opacity 1s 0s, visibility 0s 0s;
  transition: opacity 1s 0s, visibility 0s 0s;
}

.cd-item {
  width: 100%;
  height: 370px;
  margin: 0 auto;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.cd-item > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-item > a.dark-text {
  color: #363558;
}
.cd-item > a.dark-text b {
  border-color: #363558;
}
.cd-item h2 {
  font-size: 5.5rem;
  margin: -12px 0 0 0;
  color: white;
  /*font-family: 'Gotham-black';*/
  text-transform: uppercase;
  text-indent: -5px;
  font-weight: 700;
}
.cd-item p {
  line-height: 0.2;
  font-size: 1.6rem;
  padding: 0.5em 0 1em;
  font-weight: 100;
  letter-spacing: 2px;
}
.cd-item b {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.8em 1em;
  border: 1px solid #ffffff;
}
.cd-item a:active b {
  background-color: white;
  color: #1e3d67;
  border: 1px solid white !important;
} 

@media only screen and (min-width: 600px) {
  .cd-item {
    width: 50%;
    float: left;
    height: 370px;
    -webkit-transition: -webkit-transform 0.5s 0.4s;
    -moz-transition: -moz-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
  }
  .cd-item b {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
  }
  .no-touch .cd-item a:hover h2, .no-touch .cd-item a:hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s;
    transition: transform 0.3s 0s;
  }
  .no-touch .cd-item a:hover b {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    -moz-transition: opacity 0.3s 0.1s, -moz-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
  }
  .fold-is-open .cd-item {
    -webkit-transition: -webkit-transform 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s;
    transition: transform 0.5s 0s;
    -webkit-transform: translateX(-90%);
    -moz-transform: translateX(-90%);
    -ms-transform: translateX(-90%);
    -o-transform: translateX(-90%);
    transform: translateX(-90%);
  }
  .fold-is-open .cd-item:nth-of-type(2n) {
    -webkit-transform: translateX(90%);
    -moz-transform: translateX(90%);
    -ms-transform: translateX(90%);
    -o-transform: translateX(90%);
    transform: translateX(90%);
  }
}
@media only screen and (min-width: 1000px) {
  .cd-item {
    height: 500px;
  }
  .cd-item p {
    font-size: 2rem;
    line-height: 0.4;
  }
  .cd-item h2 {
    font-size: 7rem;
  }
  .fold-is-open .cd-item {
    -webkit-transition: -webkit-transform 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s;
    transition: transform 0.5s 0s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .fold-is-open .cd-item:nth-of-type(2n) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 1200px) {
  .fold-is-open .cd-item {
    -webkit-transition: -webkit-transform 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s;
    transition: transform 0.5s 0s;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
  }
  .fold-is-open .cd-item:nth-of-type(2n) {
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
  }
}

/* -------------------------------- 

folding panel

-------------------------------- */
#loading{
  display: none;
  z-index: 10000;
  position: fixed;
  left: 50%;
  margin-left: -75px;
  top: 30%;
}
.cd-folding-panel {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 0s 0.9s;
  -moz-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s;
}
.cd-fold-header {
    height: 500px;
    display: inline-block;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 95%;
    background-size: 85%;
}
.cd-folding-panel .fold-left,
.cd-folding-panel .fold-right {
  /* the :after elements of .fold-left and .fold-right are the 2 fold sides */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-folding-panel .fold-left::after,
.cd-folding-panel .fold-right::after {
  /* 2 fold sides */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
}
.cd-folding-panel .fold-right {
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.cd-folding-panel .fold-right::after {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  -moz-transform: translateX(-100%) rotateY(-90deg);
  -ms-transform: translateX(-100%) rotateY(-90deg);
  -o-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  background-color: #c0c3c3;
}
.cd-folding-panel .fold-left {
  /* on mobile only the right fold side is visible */
  display: none;
}
.cd-folding-panel .fold-left::after {
  background-color: #f9fafa;
}
.cd-folding-panel .cd-close {
  /* 'X' close icon */
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  -moz-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
}
.cd-folding-panel .cd-close::after, .cd-folding-panel .cd-close::before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #eee;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-folding-panel .cd-close:hover::after, .cd-folding-panel .cd-close:hover::before {
  opacity: 0.5;
}
.cd-folding-panel .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-box-shadow: 1px 0px 1px 1px #ccc;
  box-shadow: 1px 0px 1px 1px #ccc;
}
.cd-folding-panel .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-box-shadow: -1px 0px 1px 1px #ccc;
  box-shadow: -1px 0px 1px 1px #ccc;
}
.cd-folding-panel.is-open {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-folding-panel.is-open .fold-right::after,
.cd-folding-panel.is-open .fold-left::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s 0s, background-color 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s, background-color 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s;
}
.cd-folding-panel.is-open .fold-right::after {
  background-color: #f9fafa;
}
.cd-folding-panel.is-open .cd-close {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.5s;
  -moz-transition: opacity 0.2s 0.5s;
  transition: opacity 0.2s 0.5s;
}

.cd-fold-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.4s;
  -moz-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
.cd-fold-content > * {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s;
  -moz-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}
.cd-fold-header h2 {
  text-transform: uppercase;
  font-size: 7rem;
  -webkit-transition: -webkit-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
  /*font-family: 'gotham-black';*/
  margin-top:30px;
  font-weight: 700;

}
.cd-fold-content p, .cd-fold-content em {
  /*font-family: "Gotham-book";*/
}
.cd-fold-content em {
  display: inline-block;
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  -moz-transition: -moz-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
}
.cd-fold-content p {
  margin-bottom: 1em;
  font-size: 1.4rem;
  -webkit-transition: -webkit-transform 0.2s 0s, opacity 0.2s 0s;
  -moz-transition: -moz-transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
}
.cd-fold-content h3 {
    margin-bottom: 1em;
    margin-top: 1em;
    text-transform: uppercase;
    /*font-family: 'gotham-black';*/
    /*border-bottom: 4px solid;*/
    display: inline-block;
    font-size: 2.2rem;
    padding-bottom: 0;
    font-weight: 700;
}
.is-open .cd-fold-content.ready {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
  background: white;
}
.is-open .cd-fold-content.ready > * {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.5s;
  -moz-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.is-open .cd-fold-content.ready h2 {
  -webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}
.is-open .cd-fold-content.ready em {
  -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
}
.is-open .cd-fold-content.ready p {
  -webkit-transition: -webkit-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  -moz-transition: -moz-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
}
.cd-fold-body > *, .cd-fold-header > *, .cd-fold-body .bgcolor > *{
  margin-left: 9%;
  margin-right: 9%;
}
 .cd-fold-body .bgcolor img{
  margin-left: auto;
  margin-right: auto;
  max-width: 83%;
}
 .cd-fold-body .bgcolor .gifplayer-wrapper img{
  max-width: 100%;
}
 .cd-fold-body{
  margin-top: 7%;
}
.cd-fold-body img{
  max-width: 100%;
  margin: 80px auto 70px;
  display: block;
}
.cd-fold-body .color-palette div{
  width: 50%;
  padding: 130px 0 25px;
  text-indent: 25px;
  /*font-family: 'gotham-black';*/
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  margin:0;
}
.cd-fold-body .color-palette div:first-child{
  left: 0;
}
.cd-fold-body .bgcolor {
    margin: 0;
    display: table;
    width: 100%;
    padding: 20px 0;
    position: relative;
}
.cd-fold-body .color-palette {
    width: 100%;
    height: 170px;
    padding: 0 !important;
}
.cd-fold-body .shadow:after {
    content: "";
    width: 100%;
    height: 15%;
    position: absolute;
    bottom:0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
}
.cd-fold-body .seal {
  background: #ccc;
  display: table;
  font-size: 0.8em;
  padding: 10px 10px 9px 9%;
  margin: 7% 0 !important;
  text-transform: uppercase;
  /*font-family: gotham-bold;*/
}

@media only screen and (min-width: 600px) {
  .cd-fold-body .seal{
    padding: 12px 12px 12px 12%;
    margin: 3% 0 !important;
    font-size: 1.5em;
  }
  .cd-fold-body{
    margin-top: 80px;
  }
  .cd-fold-body > *, .cd-fold-header > *, .cd-fold-body .bgcolor > *{
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
   .cd-fold-body .bgcolor{
    padding: 50px 0;
  }
   .cd-fold-body .bgcolor img{
    max-width: 76%;
  }
  .cd-fold-body img{
    margin: 150px auto;
  }
  .cd-fold-header h2 {
    font-size: 10rem;
    text-indent: -3px;
    bottom: 90px;
    margin-top: 0;
    position: absolute;
  }
  .cd-fold-content h3 {
      font-size: 4rem;
      padding-bottom: 7px;
      /*border-bottom: 6px solid;*/
  }
  .cd-fold-header em {
    bottom: 55px;
    position: absolute;
  }
  .cd-fold-header{
    background-position: bottom 50px right 70px;
    background-size: auto 80%;
  }
  .cd-folding-panel {
    width: 600px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
  }
  .cd-folding-panel .fold-left,
  .cd-folding-panel .fold-right {
    width: 50%;
    float: left;
    height: 100%;
  }
  .cd-folding-panel .fold-right {
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 0% 50%;
    -moz-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
  }
  .cd-folding-panel .fold-right::after {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    -moz-transform: translateX(-100%) rotateY(-90deg);
    -ms-transform: translateX(-100%) rotateY(-90deg);
    -o-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
  .cd-folding-panel .fold-left {
    display: block;
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 100% 50%;
    -moz-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
  }
  .cd-folding-panel .fold-left::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(100%) rotateY(90deg);
    -moz-transform: translateX(100%) rotateY(90deg);
    -ms-transform: translateX(100%) rotateY(90deg);
    -o-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
  .cd-fold-content p {
    font-size: 1.6rem;
  }
  .cd-fold-body .color-palette div{
    padding: 300px 0 25px;
    font-size: 1.4rem;
  }
  .cd-fold-body .color-palette {
    height: 340px;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-fold-header h2 {
    font-size: 12rem;
  }
  .cd-fold-header em {
    font-size: 3.2rem;
  }
  .cd-fold-content p {
    font-size: 1.8rem;
  }
  .cd-fold-header{
    height: 650px;
    position: relative;
    background-repeat: no-repeat;
  }
  .frigelar-revista .cd-fold-header h2 {
    font-size: 10rem;
  }
}



/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-fold-content.single-page {
  position: static;
  visibility: visible;
  height: auto;
  background-color: #dadcdc;
}
.no-js .cd-fold-content.single-page > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}




/* GIFs load */

.gifplayer-wrapper img {
    margin: auto;
}
ins.play-gif{
  position: absolute;
  font-family: Arial, sans serif;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  background: #222;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  opacity: .9;
  text-decoration: none;
  background: url('../images/play-btn.png') no-repeat center;
}

@media only screen and (min-width: 600px) {
  ins.play-gif{
    display: none !important;
  }
}

ins.play-gif:hover{
  opacity:.5;
}

.gifplayer-wrapper{
  position:relative;
  display: inline-block;
}

.spinner {
  height:50px;
  width:50px;
  margin:0px auto;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-25px;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left:6px solid rgba(256,256,256,.15);
  border-right:6px solid rgba(256,256,256,.15);
  border-bottom:6px solid rgba(256,256,256,.15);
  border-top:6px solid rgba(256,256,256,.8);
  border-radius:100%;
}

@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}