*{
    padding: 0;
    margin: 0;
}

.banner{width: 100%;height: 1000px;overflow: hidden;}
.banner img{
    width:100%;
    height: auto;
}
.slick-prev{
    background: url(../../images/seta-left.png);
    height: 122px;
    width: 108px;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 350px;
    z-index: 1;
}
.slick-next{
   background: url(../../images/seta-right.png);
    height: 122px;
    width: 108px;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 350px;
    z-index: 1;
    right: 0;
}
.logo img{
margin:0 auto;
text-align: center;

}
.logo{
    position: absolute;
    z-index: 1;
    margin: 0;
    width: 100%;
    display: flex;
    top:0;
}
.conheca{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    font-family: 'century_gothicregular';
    background: #ca206e;
    color: #fff;
    width: 430px;
    text-decoration: none;
    top: 310px;
    border-radius: 8px;
    padding: 10px 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.redes{
position: fixed;
    z-index: 2;
    right: 0;
        top: 41px;
        width: 63px;
}
.redes a{
    float: left;
}
.center{width: 942px;margin: 0 auto;text-align: center;}
.formulario{
background: #008fce;
background-position: top center;
height: 616px;

}
.formulario h2{
    padding-top: 42px;
    text-align: center;
    font-family: 'century_gothicregular';
    font-size: 24px;
    color: #00;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.formulario a{
    text-align: center;
    width: 100%;
    font-family: 'century_gothicregular';
    color: #000;
    text-decoration: none;

}
.formulario a:nth-of-type(1), .formulario a:nth-of-type(2){
    width: 47%;
    float: left;
    padding: 0 1%;
}
.formulario a:nth-of-type(1){
    text-align: right;
    border-right: 1px solid #000;
}
.formulario a:nth-of-type(2){
    text-align: left;
}
.formulario a:nth-of-type(3){
    width: 100%;
    text-align: center;
    float: left;
}
.formulario input{
width: 816px;
height:44px;
    margin-bottom: 10px;
     font-family: 'century_gothicregular';
 font-size: 18px;
}
.formulario textarea{
width: 816px;
min-width: 816px;
max-width: 816px;
height: 165px;
max-height: 165px;
min-height: 165px;
margin-bottom: 10px;
 font-family: 'century_gothicregular';
 font-size: 18px;


}
.formulario label{
    width: 110px;
    text-align: right;
    float: left;
    font-family: 'century_gothicregular';
    font-size: 18px;
    margin-right: 12px;
    margin-top: 14px;

    float: left;


}
.formulario form{
    margin-top: 30px;
    float: left;
}

.formulario input.botao{
float: right;
    background: #ca206e;
    border: 0;
    border-radius: 8px;
    width: 820px;
    color: #fff;
     font-family: 'century_gothicregular';
     font-size: 24px;
     -webkit-appearance: none;
}
.apresentacao-insta{
width: 100%!important;

}
body{
    overflow-x: hidden;
}
.rodape{

background: #008fce;

width: 100%;

height: 77px;

    margin-top: 0;

float: left;
}
.rodape p{

    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
      font-family: 'century_gothicregular';
      font-size: 12px;
      margin-top: 15px;

}
.rodape .assinatura p{
    width: auto;
}
.rodape a {
float: left;
}
.assinatura{
        float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 7px;
}
.erro2{
        float: left;
    width: 100%;
    text-align: left;
    padding-left: 124px;
    margin-top: 7px;
    font-size: 16px;
    color: red;
    font-weight: bold;
    font-family: arial;
}

/*GALERIA*/

.logo-colorido{
    display: flex;
    margin-bottom: 0;
    margin-top: 55px;
}
.logo-colorido a{
text-align: center;
margin: 0 auto;

}
.galeria{
    margin: 0 2%;
    position: relative;
    width: 100%;
    clear: both;
}
.galeria a{
    position: relative;
   margin-bottom: 15px;
    height: auto;
    float: left;
   
    
}
.coluna{
     width: 23%;
     margin: 0 0.5% 1%;
      float: left;
}
.galeria a:hover .escuro{
   opacity:  0.7;
     transition: all ease 0.2s; 
}
.galeria a:hover p{
   opacity: 1;
     transition: all ease 0.2s; 
}
.escuro{
    position: absolute;
    z-index: 1;
    background: #000;
    height: 49px;
    width: 100%;
    opacity: 0.8;
    transition: all ease 0.2s;
    bottom: 0;
}
.galeria p{
    position: absolute;
    z-index: 1;
    height: auto;
    width: 100%;
    text-align: center;
    opacity: 1;
    color: #fff;
    top: initial;
    font-family: 'century_gothicregular';
    transition: all ease 0.2s;
    bottom: 15px;
}
.galeria img{

    width:100%;
    height: auto;
        float: left;
}
.apresentacao-insta-mobile{

    display:none;
}
.desktop {
    display: block;
    height: 950px;
}
.mobile{
display:none;

}
.tudo{

    margin-top: -42px;
}
body.galeria-tudo{

    background: rgba(137, 193, 255, 0.52) none repeat scroll 0% 0%;
}

.galeria a{
    height: 272px;
    overflow: hidden;

}
.chamada{
    color: #120a8f;
    font-weight: normal;
    padding: 0 37px;
    font-size: 27px;
    text-align: center;
    width: 90%;
    margin: 0 2% 53px;
    font-family: 'century_gothicregular';
}
.chamada span{font-weight: bold;font-size: 30px;text-transform: uppercase;}
@media (max-width: 992px) {
    .apresentacao-insta-mobile{

    display:block;
}
.apresentacao-insta{

    display:none;
}
.center{
    width: 100%;
    text-align: center;
}
.logo{
    
    display: block;
    overflow:hidden;

}
.logo img {
    margin: 0 auto;
    text-align: center;
    width: 80%;
    height: auto;
    margin-left: 10%;
}
.formulario form{
width: 100%;

}
.formulario input{
    width: 97%;
    margin: 0;

}
.formulario textarea {
    width: 99%;
    min-width: 99%;
    max-width: 99%;
    height: 165px;
    max-height: 165px;
    min-height: 165px;
    margin-bottom: 10px;
    font-family: 'century_gothicregular';
    font-size: 18px;
}
.conheca {
    width: 96%;
    margin: 0 2%;
    top: 579px;
    height: 28px;
    font-size: 22px;
    padding: 15px 0px;
    border-radius: 15px;
        background: #ca206e;
}
.formulario input.botao{
    width: 100%;

}
.banner img {
    width: auto;
    height: auto;

}

.tudo{
    overflow-x: hidden;
}
.redes a img{
width: 65%;
    height: auto;
    float: right;
    margin-bottom: 5px;
}
.slick-dots {
    text-align: center;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -20px;
    z-index: 2;
    position: relative;
    border: 0;
        margin-bottom: 12px;
}
.slick-dots li{
    border: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    list-style:none;
}
.slick-dots li button{
    border: 1px solid #A7A7A7;
    background: #fff;
    height: 8px;
    width: 8px;
    border-radius: 20px;
    padding: 0;
    text-indent: -9999px;
}
.slick-dots li.slick-active button{
    background: #000;
    border: 1px solid #000;
}
.formulario label{
    width: auto;

}
.formulario form {
    width: 96%;
    margin: 0 2%;
}
.formulario input {
    width: 99%;
    margin: 0;
}
.formulario{
       height: 735px;
       padding-top: 80px;
}
.erro2 {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin-top: 0;
    font-size: 16px;
    color: red;
    font-weight: bold;
    font-family: arial;
}
.apresentacao-insta-mobile {
    display: block;
    width: 100%!important;
    height: 377px!important;
}
.logo-colorido a img{
    width: 100%;
    height: auto;

}
.galeria {
    margin: 0 2%;
    position: relative;
    width: 96%;
    clear: both;
}
.coluna {
    width: 100%;
    margin: 0;
    float: left;
    display: flex;
    flex-direction: column;
}
.galeria a{
margin:0;

}
.logo-colorido {
    display: flex;
    margin-bottom: 10px;
         margin-top: 0;
}
.escuro {
    position: absolute;
    z-index: 1;
    background: #000;
    height: 54px;
    width: 100%;
    opacity: 0.7;
    transition: all ease 0.2s;
    bottom: 0;
}

.galeria p {
    position: absolute;
    z-index: 1;
    height: auto;
    width: 100%;
    text-align: center;
    opacity: 1;
    color: #fff;
    top: initial;
    font-family: 'century_gothicregular';
    transition: all ease 0.2s;
    font-size: 24px;
    bottom: 11px;
}
.banner{

    height: auto;
}
.desktop{
display:none;

}
.mobile{
display:block;

}
.galeria a.principal{

    margin-bottom: 10px;
}
.conheca {
    top: 522px;
    position: absolute;
}
.tudo {
    margin-top: 0;
}
body .galeria a {
    height: initial;
    overflow: initial;
}
.galeria a.principal {
    margin-bottom: 10px;
    width: 98%;
}
.chamada {
    padding: 0 4%;
    font-size: 18px;
    text-align: center;
    width: 90%;
    margin: 0;
    font-family: 'century_gothicregular';
    margin-bottom: 25px;
    margin-top: -20px;
}
.chamada span{
    font-size: 20px;
}
}
@media (max-width: 400px) 
{
.conheca{
        top: 520px;
}
}
