html, body{
  width: 100%;
  margin: 0 auto;
}
h1{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
strong{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color:#6d6e70;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.owl-carousel{
  float: left;
  height:300px;
}

.owl-carousel .active{border:none!important;}

.owl-carousel .item{
  width: 100%;
  float: left;
}


.div-depo{
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.div-depo p {
  font-family: 'Merriweather', serif;
font-size: 14px;
font-weight: 300;
letter-spacing: 1px;
color: #6d6e70;
}

.owl-dots{
  display: flex !important;
  width: auto;
  overflow: auto;
  align-content: center;
  justify-content: center;
}

.owl-dot{
  width:8px;
  height: 8px;
  border-radius: 10px;
  background-color: #cccccc!important;
  margin: 3px!important;
}

.owl-dot.active{background-color: #9ecc58!important;}


.container{
  width: 100%;
  height: auto;
}

.btn-menu-mobile{
  display: none;
  cursor:pointer;
}

.btn-menu-mobile:hover{
  opacity: 0.5;
}

.menu-mobile{
  display: none;
  position: fixed;
  top: 90px;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  border-bottom: 2px solid #9ecd58;
}

.menu-mobile ul{
  text-align: center;
  padding:0px;
  margin:50px 0 ;
  list-style:none;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color:#b1b3b6;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.menu-mobile li{
    margin-bottom: 10px;
}
.menu-mobile li a{
  cursor: pointer;
  color:#b1b3b6;
  text-decoration: none;
}
.menu-mobile li a:hover{
  color:#636466;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  border-bottom: solid #636466 3px;
}

.content{margin: 0 auto;width: 60%;}
.fl{float: left;}
.fr{float:right}
.hide{display: none;}
.np{padding: 0!important;}
.top60{padding-top: 60px}
/* HEADER */
header{
  top: 0;
  border-top: solid #9ecd58 3px;
  position: fixed;
  background-color: #f1f2f2;
  width: 100%;
  padding: 35px 0;
  height: 20px;
  z-index: 99999999;
  box-shadow: 0px 1px 2px 0px #919191;
}
.logo-menu{
  width: 269px;
}
.logo-menu-mobile{
  width:200px;
  display: none;
}
.menu ul{
  padding:0px;
  margin:0px;
  list-style:none;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color:#b1b3b6;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.menu li{
    display: inline;
}
.menu li a{
  cursor: pointer;
  margin-left: 30px;
  color:#b1b3b6;
  text-decoration: none;
}
.menu li a:hover{
  color:#636466;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  border-bottom: solid #636466 3px;
}
.active{
  color:#636466!important;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  border-bottom: solid #636466 3px;
}
.fb-menu img {margin-top: 5px;}
.fb-menu a:hover{border-bottom: none!important;}
/* /HEADER */
/* BANNER */
.banner{
  background-blend-mode: multiply;
  background-image: url('imgs/foto_banner.jpg');
  background-position: center bottom;
  height: 625px;
  margin-top: 93px;
}
.banner-irene{
  background-blend-mode: multiply;
  background-image: url('imgs/irene_banner.jpg');
  background-position: left center;
  background-repeat: none;
  background-size: cover;
  height: 480px;
  margin-top: 93px;
}
.banner-sobre{
  background-blend-mode: multiply;
  background-image: url('imgs/sobre_banner.jpg');
  background-position: left center;
  background-repeat: none;
  background-size: cover;
  height: 480px;
  margin-top: 93px;
}

.banner-cases{
  width: 100%;
  vertical-align: bottom;
  margin-top: 93px;
  height: auto;
  outline: none;
  border: none;
}

.banner-content{
  position: relative;
  height: 100%;
  width: 50%;
  float:right;
}

.banner-content-txt{
  position: absolute;
  width: 100%;
  z-index: 1;
}

.banner-content-bg{
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:#9ecd58;
  mix-blend-mode: multiply;
}

.banner-content img{
  margin-top: 80px;
  margin-left: 45px;
}
.mtop{margin-top: 45px!important;}
.mtop2{margin-top: 90px!important;}
.mtop3{margin-top: 110px!important;}
.banner-content p{
  font-size: 17px;
  line-height: 160%;
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-right: 70px;
  margin-left: 45px;
  margin-top: 0;
  margin-bottom: 0;
}
.italic{
  font-style: italic;
}
/* /BANNER */
#fundacao{
  background-color: #9ecc58;
  height: auto;
  overflow:auto;
}
.fundacao{
  background-color: #f1f1f1;
  height: auto;
  min-height: 650px;
  overflow:auto;
}
.col-1{
  width: 35%;
  padding-left: 10%;
  padding-right: 5%;
  float: left;
}
.col-2{
  width: 35%;
  padding-left: 5%;
  padding-right: 10%;
  float: left;
}
.fundacao  h1{
  color: #9ecc58;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 70px;
  text-transform: uppercase;
  margin-top: 240px;
}
.fundacao p{
  color: #6d6e70;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  letter-spacing: 1px;
}
.fundacao span{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color:#9ecc58;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fundacao-btn{
  margin-top: 45px;
  margin-bottom: 45px;
  float: right;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color:#9ecc58;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.fundacao-btn div{
  margin-top: 12px;
}
.fundacao-btn a{
  border-top: 2.5px solid #9ecc58;
  border-bottom: 2.5px solid #9ecc58;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color:#9ecc58;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 3px 38px;
  text-decoration: none;
  transition: all 0.1s ease;
}
.fundacao-btn a:hover{
  padding: 6px 38px;
}
#slider{
  width: auto;
  height: auto;
  overflow:auto;
}
.box-legenda{
  bottom: 0;
  position: absolute;
  height: 25%;
  background-color: rgba(0,0,0,0.5);
  z-index: 3;
  left: 20%;
}
.box-legenda > div{
  border-top: 5px solid #9ecd58;
  width: auto;
  height: auto;
  padding: 4% 9%;
}
.legenda > h3{
  float: left;
  margin: 0 0 0 10px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.legenda > img{
  margin: 0;
  float: left;
}
.legenda-txt{
  position: absolute;
  margin: 10px 0;
  width: 55%;
  float: left;
  color: #fff;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  font-weight: 200;
  letter-spacing: 1px;
}
.legenda-btn > img{
  opacity: 1;
}
.legenda-btn > img:hover{
  opacity: 0.5;
}

.img-btn{
  opacity: 1;
}
.img-btn:hover{
  opacity: 0.5;
}
#cases-home{
  background-color: #9ecc58;
  height: auto;
  overflow:auto;
}
.cases-home{
  background-color: #ffffff;
  height: auto;
  min-height: 650px;
  overflow:auto;
  overflow-y: hidden;
}
.cases-home h2{
  color: #9ecc58;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 70px;
  text-transform: uppercase;
  margin-top: 150px;
}

.case-homa-cta{
  margin-top: 50px;
  float: right;
}
.case-descri{
  font-family: 'Merriweather', serif;
  color: #6d6e70;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: right;
  float: right;
}
.case-descri img{
  margin-top: 90px;
  opacity: 1;
}
.case-descri img:hover{
  opacity: 0.5;
}
.case-descri > span{
  font-family: 'Raleway', sans-serif;
  color: #9ecd58;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.col-2-cases{
  width: 46%;
  padding-left: 4%;
  padding-right: 0;
  float: right;
}
.vitrine-cases-home{
  margin-top: 150px;
  width: 435px;
  float: right;
}
.single-case-home{
  width: 145px;
  height: 145px;
  float: left;
}
.color-1{background-color: #f1f1f2;}.color-2{background-color: #ffffff;}
.single-case-home img{
  opacity: 1;
}
.single-case-home img:hover{
  opacity: 0.5;
}
#irene{
  background-color: #9ecc58;
  height: auto;
  overflow:auto;
}
.irene{
  background-image: url('imgs/irene-home-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  height: auto;
  min-height: 650px;
  overflow:auto;
}
.irene h2{
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 70px;
  text-transform: uppercase;
  margin-top: 250px;
  float: right;
}

.irene-descri-box{
  background-color: rgba(241, 242, 242, 0.9);
  min-height: 650px;
}

.irene-descri{
  font-family: 'Merriweather', serif;
  color: #76787a;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: left;
  float: left;
  margin-top: 20px;
}
.irene-descri img{
  float: right;
  margin-top: 90px;
  opacity: 1;
}
.irene-descri img:hover{
  opacity: 0.5;
}
.irene-descri > span{
  font-family: 'Raleway', sans-serif;
  color: #76787a;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.googlemap {
  position: relative;
  padding-bottom: 450px; /* 4:3 ratio*/
  height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 450px !important;
}
.overlay {
  background:transparent;
  position:relative;
  width: 100% !important;
  height: 450px !important;
  top:450px; /* your iframe height */
  margin-top:-450px; /* your iframe height */
}
#google-map{
  width: 100%;
  height: 450px;
  overflow:auto;
}
.map{
  background-color: #f1f2f2;
  height: auto;
  min-height: 375px;
  overflow:auto;
}
.map h2{
  color: #9ecd58;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 70px;
  text-transform: uppercase;
  float: right;
  text-align: right;
  margin-top: 65px
}
.map-descri , .map-descria{
  font-family: 'Merriweather', serif;
  color: #76787a;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
}
.map-descria:hover{
  font-weight: 800;
}
.irene-descri > span{
  font-family: 'Raleway', sans-serif;
  color: #76787a;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#form{
  height: auto;
  overflow:auto;
}
.form{
  height: auto;
  min-height: 400px;
  padding: 80px;
}
.input-home{
  padding: 7px 20px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #a9a8a8;
  width: 95%;
  border-style: none none dashed none;
  border-width:1px;
  border-color: #93c841;
}
.input-home:focus{
  padding: 7px 20px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #a9a8a8;
  width: 95%;
  border-style: none none solid none;
  border-width:1px;
  border-color: #93c841;
  outline: none;
}
.input-msg{
  padding: 7px 20px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #a9a8a8;
  width: 95%;
  border-style: solid;
  border-width:1px;
  border-color: #93c841;
  height:200px;
}
.input-msg:focus{
  padding: 7px 20px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #a9a8a8;
  width: 95%;
  border-style: solid;
  border-width:1px;
  border-color: #93c841;
  outline: none;
}
.btn-form{
  letter-spacing: 1px;
  font-size: 19px;
  font-style: italic;
  font-family: 'Raleway', sans-serif;
  background-color: inherit;
  border: none;
  color: #93c841;
  float: right;
  margin-top: 15px;
}
.btn-form:hover{
  font-weight: 600;
}
footer{
  background-color: #9ecb57;
  width: 100%;
  padding: 15px 0;
  height: 25px;
}
.rights{
  margin: 8px 0 0 0;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}
#irene-pg,#sobre-pg,#cases-pg {
  background-color: #9ecc58;
  overflow:auto;
  height: auto;
  margin: 0 auto;
}
.irene-pg,.sobre-pg{
  background-color: #f1f1f1;
  height: auto;
  overflow:auto;
}
.cases-pg{
  background-color: #fff;
  height: auto;
  overflow:hidden;
}
.irene-pg-2{
  background-color: #f1f1f1;
  height: auto;
  min-height: 280px;
  overflow:auto;
  float: left;
}
.irene-pg-2 p{
  font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #6d6e70;
  margin: 70px 0;
}

.sobre-pg-2{
  padding: 40px 0 0 0;
  background-color: #f1f1f1;
  height: auto;
  overflow:auto;
  float: left;
}

.sobre-pg-2 p{
  font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #6d6e70;
  margin: 0 0 20px 0;
}

.sobre-pg-2 p span{
  color: #6d6e70;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}
.txt-centro{
  font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #6d6e70;
  margin: 60px 0;
  text-align: center;
  margin: 60px 100px;
}
.irene-pg-1,.sobre-pg-1{
  background-color: #f1f1f1;
  height: auto;
  width: 100%;
  float: left;
  overflow:auto;
}
.cases-pg-1{
  background-color: #fff;
  height: auto;
  width: 100%;
  float: left;
  overflow:auto;
}
.cases-pg-1 p{
  font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #6d6e70;
  margin: 60px 0;
  margin: 60px 100px;
}

.cases-pg-1 span{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color:#9ecc58;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.irene-pg-1 img, .sobre-pg-1 img{
  margin: 0 auto;
  display: block;
}
.irene-pg  h1,.sobre-pg h1,.cases-pg h1{
  color: #9ecc58;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 70px;
  text-transform: uppercase;
  margin-top: 60px;
}
.irene-pg p,.sobre-pg p{
  color: #6d6e70;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  letter-spacing: 1px;
}
.irene-pg span,.sobre-pg span{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color:#9ecc58;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.irene-pg-btn{
  margin-top: 45px;
  float: right;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color:#9ecc58;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.irene-pg-btn div{
  margin-top: 12px;
}
.irene-pg-btn a{
  border-top: 2.5px solid #9ecc58;
  border-bottom: 2.5px solid #9ecc58;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color:#9ecc58;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 3px 38px;
  text-decoration: none;
  transition: all 0.1s ease;
}
.irene-pg-btn a:hover{
  padding: 6px 38px;
}
.div-cta{
  text-align:center;
}
.div-cta img{
  display: inline-block;
  margin: 60px 30px;
}
.cta-btn{
  opacity: 1;
  cursor: pointer;
}
.cta-btn:hover{
  opacity: 0.5;
}
.sobre-pg h3{
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  color: #76787a;
  font-weight: 200;
  margin-top: 60px;
  width: 330px;
}
.sobre-pg-1 h3{
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  color: #76787a;
  font-weight: 200;
  margin: 50px 80px!important;
}

.aspas{
  text-transform: uppercase;
  font-size: 130px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  color: rgba(249,249,249,0);
  font-weight: 600;
  -webkit-text-stroke: 1.5px #9ecd58;
}

.single-case-left{
  background-color: #f1f2f2;
  width: 100%;
  height: auto;
  min-height: 175px;
  position: relative;
}
.logo-case-left{
  min-height: 146px;
  height: 100%;
  width: 156px;
  background-color: #dcdddd;
  float: left;
  border-right: solid #9ecd58 2px;
  padding: 12.5px 83px;
}
.single-case-workshop{
  height: auto;
  min-height: 175px;
  background-color: #f1f2f2;
  width: 100%;
  position: relative;
  outline: none;
    border: none;
}
.logo-case-workshop{
  height: 175px;
  width: 324px;
  background-color: #dcdddd;
  float: left;
  border-right: solid #9ecd58 2px;

}

.seta-left{
  position: relative;
  min-height: 175px;
  height: 100%;
  float: left;
}

.single-case-right{
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: 175px;
  position: relative;
}
.logo-case-right{
  min-height: 146px;
  height: 100%;
  width: 156px;
  background-color: #dcdddd;
  float: right;
  border-left: solid #9ecd58 2px;
  padding: 12.5px 83px;
}
.seta-right{
  position: relative;
  min-height: 175px;
  height: 100%;
  float: right;
}
.arrow-right {
  position: absolute;
  top: 40%;
  float: left;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #9ecd58;
}

.arrow-left {
  position: absolute;
  right: 0;
  top: 40%;
  float: right;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #9ecd58;
}

.p-left{
  width: 55%;
  color: #6d6e70;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 77px 0 0 40px;
  float:left;
}

.p-left-workshop{
  width: 55%;
  color: #6d6e70;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 70px 0 0 40px;
  float:left;
}

.aspas1{
  background-image: url("imgs/aspas1.png");
  width: 48px;
  height: 43px;
  margin-bottom: 10px;
}
.aspas2{
  background-image: url("imgs/aspas2.png");
  width: 48px;
  height: 43px;
  float: right;
  margin-top: 10px;
}

.mt76{margin-top: 76px;}.mt50{margin-top: 50px;}.mt65{margin-top: 65px;}.mt36{margin-top: 36px;}


#thankyou_message{
  width: 100%;
  max-width: 100%;
}
.obrigado{
width: 100%;
color: #9ecd58;
font-family: 'Raleway', sans-serif;
font-weight: 200;
font-size: 70px;
text-transform: uppercase;
float: left;
text-align: center;
margin-top: 65px;
}
.g-recaptcha{
  float: left;
  margin-top: 20px;
}

.premios-desk{}.premios-mobile{display: none!important;}
/** Queries **/
@media screen and (max-width: 1450px) {
  .content{margin: 0 auto;width: 70%;}
  .box-legenda{left: 15%;}
 }

 @media screen and (max-width: 1220px) {
   .content{margin: 0 auto;width: 80%;}
   .box-legenda{left: 10%;}
   .box-legenda > div {padding:2% 9%;}
  }

  @media screen and (max-width: 1050px) {
    .content{margin: 0 auto;width: 100%;}
    .logo-menu{margin-left: 50px;}
    .logo-menu-mobile{margin-left: 50px;}

    .menu{margin-right: 50px;}
    .rights{margin-right: 50px;}
    .box-legenda{left: 0;}
    .box-legenda > div {padding:17px 9%;}
    .box-legenda > div {border-top: 3px solid #9ecd58;}
    .legenda-txt{font-size: 12px;}
    a.legenda-btn.fr{margin-top: -5px;}
   }

   @media screen and (max-width: 920px) {
     .box-legenda > div {padding:12px 9%;}
     .box-legenda > div {border-top: 2px solid #9ecd58;}
     a.legenda-btn.fr{margin-top: -7px;}
    }

    @media screen and (max-width: 895px) {
      .menu li a{margin-left: 10px;}
    }

    @media screen and (max-width: 860px) {
      .banner-content{width:100%;}
      .col-1{width: 80%;padding-left: 10%;padding-right: 10%;}
      .col-2{width: 80%;padding-left: 10%;padding-right: 10%;}
      .col-2-cases{width: 100%;padding-left: 0;padding-right: 0;}
      .irene h2{text-align: left;float: left;}
      .map h2{text-align: left;float: left;margin-top: 0;}
      .mtop3{margin-top: 0px!important;}
      .irene{min-height: 0;background-image:url(imgs/irene-home-bg-mobile.jpg);}
      .map > .col-2{padding-bottom: 80px;}
      .map > .col-1{padding-top: 80px;}
      .form{padding-right: 10%;padding-left: 10%;width: 80%;}.form>form{width: 100%;max-width: 100%;}.input-home,.input-msg{max-width: 80%;padding-left: 5%;padding-right: 15%;}
      .rights{display: none;}
      .fundacao  h1{margin-top: 80px;}.cases-home h2{margin-top: 80px;float:left;}.vitrine-cases-home{margin-top: 80px;float:left;}
      .case-descri{text-align: left;}.case-homa-cta{float:left;}
      .fundacao-btn{margin-bottom: 80px;}
      .logo-menu{width: 269px;display: none;}
      .logo-menu-mobile{width:200px;display: block;}
      footer > .content > .logo-menu{width: 269px;display:block;}
      .irene-pg-2 > .col-2 > p{  margin-top: 0;}.irene-pg-2 > .col-1 > p{  margin-bottom: 0;}
      .txt-centro{text-align: left;margin: 60px 10%;}
      .banner-sobre{background-image: url(imgs/sobre_banner_mobile.jpg);}
      .premios-desk{display: none!important;}.premios-mobile{display: block!important;}
     }

    @media screen and (max-width: 825px) {
      .legenda-txt>p{display: none;}
      .box-legenda > div {padding:25px 20%;}
      a.legenda-btn.fr{width: 150px;height: auto;margin-top: -15px;}
      .btn-menu-mobile{display: block;}
      .menu-desk{display:none;}
      .logo-case-left{width: 100%;padding:0; border-bottom:solid #9ecd58 2px;}
      .logo-case-right{width: 100%;padding:0; border-bottom:solid #9ecd58 2px;}
      .logo-case-workshop{width: 100%;padding:0; border-bottom:solid #9ecd58 2px;min-height: 146px;height: 100%;background-color: #dcdddd;float: left;border-right: solid #9ecd58 2px;}
      .single-case-workshop{background-color: #fff}
      .p-left{float: none;text-align: center;display: inline-block;width: 80%;margin: 0 auto!important;padding: 90px 10%;}
      .single-case-left{background-color: #fff;}
      .cases-pg img{margin: 0 auto;display: block;padding: 30px 0;}
      .seta-left{display: none;min-height: 0px;float:left;}
      .seta-right{display: none;min-height: 0px;float:left;}
      #slider{display:none;}
      .obrigado{font-size: 45px;}
     }

     @media screen and (max-width: 590px){
.vitrine-cases-home{width: 100%;}
.color-3{background-color: #fff;}.color-4{background-color: #f1f1f2;}


     }

       @media screen and (max-width: 450px){

         .fundacao  h1,.sobre-pg h1{font-size: 60px;}
       }
