/*
    Created on : 13/11/2014, 14:07:08
    Author     : Caio - caiocsalvador@gmail.com
*/

/* ESTILOS PADRONIZADOS */

/*@font-face{
    font-family:'bedinibolditalic';
    src:url("../fonts/bedinibolditalic.woff");
}*/

@font-face{
    font-family:'armaticcs-700';
    src:url("../fonts/armaticsc700.woff");
}
@font-face{
    font-family:'armaticsc';
    src:url("../fonts/armaticsc.woff");
}
@font-face{
    font-family:'armatic-700';
    src:url("../fonts/armatic-700.woff");
}
@font-face{
    font-family:'helvetica-neue';
    src:url("../fonts/helveticaneue.woff");
}
@font-face{
    font-family:'helvetica-neue-300';
    src:url("../fonts/helveticaneue-300.woff");
}
@font-face{
    font-family:'helvetica-neue-romam';
    src:url("../fonts/helveticaneue-roman.woff");
}

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html, body {background-color: #fff;}

#bg {width: 100%;}

body, .no-margin {margin: 0;}

#logo {text-indent: -9999px;margin:0;}

#logo a {display: block;}

#desenvolvidopor {
    bottom: 200px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.img-mask {overflow: hidden;}

.img-mask img {
    min-height: 100%;
    min-width: 100%;
}

.absolute { position: absolute; }
.relative, .center { position: relative}

.pad20 {padding: 20px;}
.pad30 {padding: 30px;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a:hover {text-decoration: none;}


/*  FIM - PADRONIZADOS */
/* ******************************* */

#desenvolvidopor {
    bottom: 200px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

body{
    font-family: 'helvetica-neue', sans-serif;
    overflow-x: hidden;
}
p{
    font-family: 'helvetica-neue', sans-serif;
    font-size: 16px;
    color: #353535;
    line-height: 23.8px;
    text-align: left;
    text-shadow: none;
    text-transform: none;
}
a{
    font-family: 'armatic-700', sans-serif;
    font-size: 15px;
    text-shadow: none;
    text-transform: none;
}
a:hover{
    font-family: 'armatic-700', sans-serif;
}
a, a:hover, a img, a:hover img {
    text-decoration: none;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
ul{
    list-style: none;
}
h1{
    font-family: 'armaticsc', sans-serif;
    font-size: 45px;
    color: rgb(72, 108, 132);
    text-align: left;
    padding: 30px;
    text-transform: none;
}
h2{
    font-family: 'armaticsc', sans-serif;
    text-shadow: none;
    text-transform: none;
}
h3{
    font-family: 'armaticsc', sans-serif;
    font-weight: 700;
    text-shadow: none;
    text-transform: none;
}
ul li{
    list-style: none;
}
address{
    color: #fff;
}
nav{
    background-color: transparent !important;
    box-shadow: none !important;
}
.logo {
    text-indent: -9999px;
    position: absolute;
    /*left: 50%;
    margin-left: -147px;*/
    width: 255px;
    height: 134px;
    background-image: url("../img/logo.png");
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    background-size: contain;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
}
header{
    position: fixed;
    width: 100%;
    height: 141px;
    z-index: 9999;
    background-image: url("../img/bg-header.jpg");
    background-repeat: repeat-x;
    background-position: center;
}
nav ul{
    margin-top: 45px;
}
nav ul li:hover{
    background-color: transparent !important;
}
nav ul li a{
    color: #fff;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 1px;
    padding: 5px 18px;
    padding-bottom: 10px;
    border-radius: 25px;
}
nav ul li.ativo a{
    background-color: #ff712a;
}
nav ul li a:hover{
    background-color: #ff712a;
}
main{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 141px;
    background: #ff005b;
}
.slide{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.slide img{
    position: relative;
    float: left;
    width: 2000px;
    height: auto;
    left: 50%;
    margin-left: -1000px;
}
#projeto{
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #ff005b;
}
#projeto h2{
    font-size: 45px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 40px;
}
#projeto h2 span{
    padding: 0px 30px;
    background-color: #0e7eac;
}
#projeto .text{
    font-family: "helvetica-neue-300", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    width: 75%;
    margin-left: 12.5%;
    text-align: center;
}
.quadro{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 70px;
}
.quadro div{
    height: 135px;
}
.quadro h3, .quadro h4, .quadro p{
    color: #fff;
}
.quadro .sentido{
    padding: 30px 30px;
    width: 33.3%;
    float: left;
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: 7% 50%;
}
.quadro .quadro-titulo{
    padding: 20px 50px;
}
.quadro-titulo{
    background-color: #0e7eac;
    width: 33.3%;
    float: left;
}
.quadro-titulo h3{
    font-size: 45px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0;
}
.quadro h4{
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "helvetica-neue", sans-serif;
}
.quadro p{
    font-family: "helvetica-neue-300", sans-serif;
    margin-top: 0px;
}
.audicao{
    background-color: #c50046;
    background-image: url("../img/audicao.png");
}
.olfato{
    background-color: #dd004f;
    background-image: url("../img/olfato.png");
}
.paladar{
    background-color: #c50046;
    background-image: url("../img/paladar.png");
}
.tato{
    background-color: #dd004f;
    background-image: url("../img/tato.png");
}
.visao{
    background-color: #c50046;
    background-image: url("../img/visao.png");
}
#objetivo{
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fdcd25;
}
.linha-colorida{
    float: left;
    width: 100%;
    height: 6px;
    background-image: url("../img/linha-colorida.jpg");
    background-position: center;
}
.img-chapeu{
    float: left;
    margin-top: -56px;
    float: left;
    margin-top: -56px;
    position: relative;
    margin-left: -206px;
}
#objetivo h2{
    font-size: 45px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 40px;
    position: relative;
}
#objetivo h2 span{
    padding: 0px 30px;
    background-color: #754492;
}
#objetivo p{
    color: #8c7015;
    font-size: 18px;
    font-family: "helvetica-neue-300", sans-serif;
    text-align: right;
    position: relative;
    z-index: 2;
    line-height: 30px;
}
#objetivo .row{
    margin-bottom: 0px;
}
#onde{
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 515px;
}
#onde .info{
    width: 45%;
    float: left;
    height: 100%;
    background-color: #06b3c0;
}
#onde .imagem{
    width: 55%;
    float: left;
    height: 100%;
    background-image: url("../img/onde.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.cont-info{
    float: right;
    margin-right: 30px;
    width: 335px;
}
#onde h2{
    font-size: 45px;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    margin-top: 40px;
}
#onde h2 span{
    padding: 0px 30px;
    background-color: #ff712a;
}
#onde li{
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "helvetica-neue-300", sans-serif;
}
#onde li b{
    font-family:'helvetica-neue';
}
#passos li {
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "helvetica-neue-300", sans-serif;
}
#passos{
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
    background-color: #ff712a;
}
.menina{
    margin-top: -50px;
    float: right;
}
#passos h2{
    font-size: 45px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
}
#passos .comprar, #passos a{
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-family: 'armaticsc', sans-serif;
    background-color: #7d479b;
    height: 50px;
    padding-top: 8px;
}
#passos h2 span, #passos a span{
    padding: 0px 30px;
    background-color: #754492;
}
#passos p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-family: "helvetica-neue-300", sans-serif;
}
/*#passos a{
    float: left;
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
}*/
#passos .menina img{
    float: right;
}
#passos .row{
    margin-bottom: 0px;
}
#contato{
    float: left;
    width: 100%;
    background-color: #754492;
}
.endereco{
    background-image: url("../img/pin.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    height: 300px;
    margin-top: 30px;
}
.endereco h2{
    float: right;
    width: 280px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    margin-right: 50px;
}
.endereco p{
    float: right;
    width: 280px;
    text-align: center;
    margin-right: 50px;
    color: #d2b5d5;
    font-size: 18px;
    margin-top: 0px;
    line-height: 30px;
    font-family: "helvetica-neue-300", sans-serif;
}
.endereco h2 span{
    padding: 0px 30px;
    background-color: #00d49c;
}
.formulario{
    float: left;
    width: 100%;
    margin-top: 75px;
}
.formulario input{
    background-color: #fff;
    text-indent: 10px;
}
.formulario textarea{
    background-color: #fff;
    text-indent: 10px;
    padding-top: 5px;
    height: 168px;
    resize: none;
}
.formulario button{
    float: right;
    background-color: #00d49c;
    color: #fff;
    border: none;
    font-family: "helvetica-neue", sans-serif;
    font-size: 16px;
    padding: 6px 25px;
    padding-bottom: 8px;
    margin-top: 10px;
}
::-webkit-input-placeholder {
   color: #9092a4;
   font-size: 16px;
   letter-spacing: 1px;
   font-family:'helvetica-neue', sans-serif;
}

:-moz-placeholder {
   color: #9092a4;
   font-size: 16px;
   letter-spacing: 1px;
   font-family:'helvetica-neue', sans-serif;
}

::-moz-placeholder {
   color: #9092a4;
   font-size: 16px;
   letter-spacing: 1px;
   font-family:'helvetica-neue', sans-serif;
}

:-ms-input-placeholder {  
   color: #9092a4;
   font-size: 16px;
   letter-spacing: 1px;
   font-family:'helvetica-neue', sans-serif;
}
footer{
    float: left;
    width: 100%;
    padding: 25px;
    background-color: #5f3775;
}
.social{
    float: right;
}
.social img{
    float: right;
}
.galeria-foto h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    height: 35px;
}
footer p{
    color: #d2b5d5;
    font-size: 16px;
    font-family: "helvetica-neue-300", sans-serif;
    float: left;
        margin-top: 40px;
    margin-bottom: 0px;
}
/* COL-MD */
@media all and (max-width:1100px) and (min-width:992px){

}
/* COL-SM */
@media all and (max-width:992px) and (min-width:767px){
    .quadro .quadro-titulo {
        padding: 20px 15px;
    }
    .quadro .sentido {
        padding: 20px 30px;
        width: 33.3%;
        float: left;
        padding-left: 80px;
        background-repeat: no-repeat;
        background-position: 7% 50%;
    }
    .quadro p {
        font-family: "helvetica-neue-300", sans-serif;
        margin-top: 0px;
        font-size: 13px;
    }
    .img-chapeu {
        margin-left: -370px;
    }
    .cont-info {
        float: right;
        margin-right: 30px;
        width: 295px;
    }
    .endereco h2 {       
        width: 240px;
    }
    .endereco p {
        width: 240px;
    }
    .side-nav a {
        color: #444;
        display: block;
        font-size: 18px;
        height: auto !important;
        line-height: 64px;
        padding: 0 15px;
    }
}
/* COL-XS */
@media all and (max-width:767px){
    .quadro .quadro-titulo {
        padding: 20px 15px;
        width: 100%;
    }
    .quadro .sentido {
        padding: 20px 30px;
        width: 100%;
        float: left;
        padding-left: 80px;
        background-repeat: no-repeat;
        background-position: 7% 50%;
    }
    .quadro p {
        font-family: "helvetica-neue-300", sans-serif;
        margin-top: 0px;
        font-size: 13px;
    }
    .img-chapeu {
        margin-left: -370px;
    }
    .cont-info {
        float: right;
        margin-right: 30px;
        width: 295px;
    }
    .endereco h2 {       
        width: 240px;
    }
    .endereco p {
        width: 240px;
    }
    .side-nav a {
        color: #444;
        display: block;
        font-size: 18px;
        height: auto !important;
        line-height: 64px;
        padding: 0 15px;
    }
    #objetivo p {
        text-align: center;
    }
    #onde .info {
        width: 100%;
        padding-bottom: 30px;
    }
    #onde .imagem {
        display: none;
    }
    #onde {
        height: auto;
    }
    #passos{
        padding-bottom: 30px;
    }
    .formulario textarea {
        margin-top: -20px;
    }
}

.mt30{
    margin-top: 30px;
}

@media all and (min-width: 480px){
    .clippingfotos{
        height:300px;
        overflow:hidden;
    }
}

.valor{
    padding: 12px;
    text-align: center;
    background: #7d479b;
    color: #FFF;
    margin-bottom: 0!important;
    margin-top: 0!important;
}


#whatsApp {
    position: fixed;
    z-index: 9999;
    width: 65px;
    height: 65px;
    display: inline-grid;
    right: 16px;
    bottom: 40px;
  }
  
  #whatsApp a {
    padding: 0rem;
    border-radius: 100%;
    background-color: #00c453;
    color: #ffffff;
    text-decoration: none;
    animation: pulse 2s infinite;
    cursor: pointer;
  }
  
  #whatsApp a img {
      width: 100%;
      padding: 10px 12px;
  }
  
  @keyframes pulse {
    0% {box-shadow: 0 0 0 0 rgab(0, 196, 83, .4);}
    70% {box-shadow: 0 0 0 5px rgba(0, 196, 83, .6);}
    100% {box-shadow: 0 0 0 0 rgba(0, 196, 83, .4);}
  }