@charset "UTF-8";
/* Tema do cliente */

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Pré formatações */
.container{
  max-width: 1000px;
}
a:hover{
  color: #389EF1;
}
::-moz-selection{
  background: #389EF1;
}
::selection{
  background: #389EF1;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #389EF1;
  border-color: #389EF1;
}
.editor{
  /*font*/
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  /*font*/
}

/* css do tema */

/* header */

/* 
  Faça aqui o 
  melhor css do mundo! 
*/

.header{
  background-image: url(../imagens/fundo-topo.png);
  height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.area-banner{
  position: relative;  
  height: 723px;
}

.banner{
  height: 723px;
  overflow: hidden;
  width: 100%;
}

.banner a{
  display: block;
  width: 100%;
  height: 723px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: cover;
}

#next, #prev{
  z-index:600;
  position: absolute;
  top: 340px;
}

#next{
  right: 10%;
}

#prev{
  left: 10%;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-top: 10px;
}

.menu>li{
  display: inline-block;
  margin-right: 18px;
  padding-right: 22px;
  background-image: url(../imagens/separador-menu.png);
  background-position: right 3px;
  background-repeat: no-repeat;
  position: relative;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;
  font-family:'montserratregular';
  font-size: 14px;
  color: #666666;
}

.menu>li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu>li:hover>a,
.menu>li>a.active{
  color: #389EF1;
}


/* menu responsivo */

  .navbar-collapse{  
    padding-left: 0;
    padding-right: 0;
  }

  .navbar{
    margin-bottom: 0;
  }

  @media (max-width: 991px) {

    .navbar{
      margin-top: 20px;   
      width: 100%; 
    }

    .navbar h3{
      margin: 0;
      line-height: 48px;
      padding-left: 10px;
    }

    .navbar-header{
      background-color: #FFF;
      border: 1px solid #000;
      cursor: pointer;    
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }

    .navbar-button{
      float: right;
    }

    .icon-bar{
      background-color: #000;
    }

    .menu{
    
    }

    .menu>li{
      display: block;
      background-image: none;
      float: none;
      margin-right: 0;
      padding-right: 0;
      background-image: none;
    }

    .menu>li>a{
      text-align: left;    
      margin-right: 0;
      padding: 5px 15px;
      color: #333;
    }

    .menu>li>a.active,
    .menu>li:hover>a{
      color: #333;
    }

    .navbar-menu{
      background-color: #FFF;
      border: 1px solid #000;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }
      
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
      display: none!important;
    }  
    .navbar-collapse.collapse.in { 
      display: block!important;
    }
    .collapsing {
      overflow: hidden!important;
    }
  }
/* menu responsivo */

a.logo img{
  margin-top: 10px;
}

.tel{
  font-family:'montserratregular';
  font-size: 14px;
  color: #FFF;
  padding-top: 60px;
  line-height: 1.7;
}

.faixa1{
  background-image: url(../imagens/criancas.jpg);
  height: 623px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.faixa1 p{
  font-family: 'open_sansregular';
  font-size: 17px;
  color: #666666;
}

.btnimg img{
  transition: all .2s linear;
}

.btnimg:hover img{
  filter: brightness(1.2);
}

.faixa2{
  background-image: url(../imagens/fundo-pacotes.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 50px;
}

.faixa2 h2{
  font-family:'montserratregular';
  font-size: 59px;
  color: #FFF;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 30px;
}

.hpacotes{
  background-image: url(../imagens/pacotes.png);
  height: 269px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  background-size: cover;

}


.hpacotes h3{
  margin-top: 0;
  font-family:'montserratregular';
  font-size: 22px;
  color: #FFC926;
  margin-bottom: 15px;
}

.hpacotes p{
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #FFF;
}

.hpacotes a{
  display: inline-block;
  padding: 7px 24px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  border: 1px solid #FFF;
  margin-top: 10px;
  color: #FFF;
  font-family:'montserratregular';
  font-size: 14px;
  color: #FFF;
  transition: all .2s linear;
}

.hpacotes a:hover{
  background-color: #FFC926;
  border-color: #FFC926;
  color: #713F99;
}


.faixa3 h2{
  font-family:'montserratregular';
  font-size: 59px;
  color: #FFF;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 60px;
  color: #FC3F4D;
}

.faixa3{
  padding-top: 60px;
}

.hgal{
  display: block;
  width: 20%;
  height: auto;
  float: left;
  background-color: #002040;
}

.hgal img{
  max-width: 100%;
  height: auto;
  transition: all .2s linear;
}

.hgal:hover img{
  opacity:.8;
  filter:alpha(opacity=80);
  -moz-opacity:.8;
  opacity:.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80)
}

.faixa4{
  background-image: url(../imagens/depoimentos.jpg);
  height: 407px;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 40px;
}

.faixa4 h2{
  font-family:'montserratregular';
  font-size: 59px;
  color: #FFF;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 30px;
  color: #FC3F4D;
}


.area-hdep{
  position: relative;  
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.hdep{
  height: 170px;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hdep a{
  display: block;
  white-space: normal;
  font-family: 'open_sansregular';
  font-size: 16px;
  color: #666666;
  width: 800px;
  height: 170px;
}



#next2, #prev2{
  display: inline-block;
}


.footer{
  background-image: url(../imagens/fundo-rodape.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 60px;
  margin-top: 40px;
}

.faixa4 + .footer{
  margin-top: -40px;
}

.footer h4{
  margin-top: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-family:'montserratregular';
  margin-bottom: 15px;
}

.footer p{
  font-family: 'open_sansregular';
  color: #FFF;
  font-size: 13px;

}


.footer2{
  border-top: 1px solid #3381B1;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 15px;
}


.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #FFC926;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}



.titulo{
  background-image: url(../imagens/fundo-titulo.jpg);
  height: 366px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 242px;
}

.titulo h2{
  margin-top: 0;
  font-family:'montserratregular';
  font-size: 47px;
  color: #FFF;
}

.bread{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 40px;
}

.bread a{
  color: #333;
}


.pg-contato form{
  border: 1px solid #D6D6D6;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}

.pg-contato form input{
  margin-bottom: 5px;
}

.pg-contato form textarea{
  height: 96px;
  margin-bottom: 10px;
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select,
{
  font-size: 12px;
  font-family: 'Arial';
  background-color: #F0F0F0;
  border: none;
}

.pg-contato form .btn-enviar-contato{
  display: inline-block;
  padding: 7px 24px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #FFF;
  margin-top: 10px;
  color: #FFF;
  font-family:'montserratregular';
  font-size: 20px;
  color: #713F99;
  transition: all .2s linear;
  background-color: #FFC926;
}

.pg-contato form div .btn-enviar-contato:hover{
  color: #FFC926;
  background-color: #713F99;
}


.pg-pacotes h1,
.pg-contato h2,
.gal-d-01 h1{
   margin-top: 0;
   color: #FC3F4D;
   font-size: 30px;
   font-family:'montserratregular';
}

.editor, .editor p, .editor li{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #333;
}

.pg-contato iframe{
  width: 100%;
  height: 283px;
}

/* vds-01 */

    
    .vds-01 .vimg{
      width: 303px;
      height: 216px;
      display: block;
      background-size: cover;
      margin-bottom: 10px;
    }

    .vds-01 .video{
      font-family: 'open_sansregular';
      font-size: 14px;
      color: #111111;
      max-width: 303px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 30px;
    }

    .vds-01 .video:hover{
      color: #111111;
    }

/* fim vds-01 */    

.c-rodape{
  margin-top: 50px;
}

/* gal-06*/

    
    .gal-06 .l-eventos{
      display: block;
      width: 303px;
      margin-bottom: 25px;
      text-align: center;
      height: 325px;
    }

    .gal-06 .l-eventos-img{
      display: block;
      margin-bottom: 10px;
      position: relative;
    }

    .gal-06 .l-eventos-hover{
      position: absolute;
      z-index: 2;
      width: 303px;
      height: 218px;
      left: 0;
      top: 0;
      text-align: center;
      opacity:.0;
      filter:alpha(opacity=0);
      -moz-opacity:.0;
      opacity:.0;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
      transition: all .2s linear;
      font-family: 'open_sansregular';
      color: #FFFFFF;
      font-size: 15px;
    }

    .gal-06 .l-eventos-hover img{
      display: inline-block;
    }

    .gal-06 .l-eventos:hover .l-eventos-hover{
      opacity:1;
      filter:alpha(opacity=100);
      -moz-opacity:1;
      opacity:1;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100)
    }

    .gal-06 .l-eventos-data{
      display: block;
      font-family: 'open_sansregular';
      font-weight: bold;
      font-weight: bold;
      font-size: 16px;
      color: #535353;
    }

    .gal-06 .l-eventos-txt{
      display: block;
      font-family: 'open_sansregular';
      font-size: 18px;
      margin-bottom: 5px;
      color: #535353;
      height: 
    }

/* fim gal-06*/

/* gal-d-01 */

    .gal-d-01 .foto{
      margin-bottom: 30px;
      display: block;
      max-width: 220px;
      margin-right: auto;
      margin-left: auto;
    }

    .gal-d-01 .foto:hover img{
      opacity:.8;
      filter:alpha(opacity=80);
      -moz-opacity:.8;
      opacity:.8;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80)
    }

    .gal-d-01 .foto img{
      transition: all .2s linear;
    }

/* fim gal-d-01*/ 




.lpacotes{
  background-image: url(../imagens/pacotes2.png);
  height: 269px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
}


.lpacotes h3{
  margin-top: 0;
  font-family:'montserratregular';
  font-size: 22px;
  color: #FC404E;
  margin-bottom: 15px;
}

.lpacotes p{
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #333;
}

.lpacotes a{
  display: inline-block;
  padding: 7px 24px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  border: 1px solid #8851B7;
  background-color: #8851B7;
  margin-top: 10px;
  color: #FFC926;
  font-family:'montserratregular';
  font-size: 14px;
  color: #FFF;
  transition: all .2s linear;
}

.lpacotes a:hover{
  background-color: #FFC926;
  border-color: #FFC926;
  color: #713F99;
}

.img-responsive{
  display: inline-block;
}


.l-eventos{
  margin-right: auto;
  margin-left: auto;
  max-width: 303px;
}

/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {



  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

    .header{
      background-image: none;
      height: auto;;
      position: static;
    }

    .center-sm{
      text-align: center;
    }

    .tel br{
      display: none;
    }

    .tel{
      display: inline-block;
      padding: 10px 30px;
      background-color: #389EF1;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    a.logo img{
      margin-top: 20px;
    }

    .faixa2{
      height: auto;
      background-size: cover;
    }

    .area-hdep,
    .hdep,
    .hdep a{
      width: 700px;
      margin-right: auto;
      margin-left: auto;
    }

    .faixa2 h2,
    .faixa3 h2,
    .titulo h2,
    .faixa4 h2{
      font-size: 45px;
    }

    .titulo{
      padding-top: 40px;
      padding-bottom: 40px;
      height: auto;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .header{
      background-image: none;
      height: auto;;
      position: static;
    }

    .center-sm{
      text-align: center;
    }

    .tel br{
      display: none;
    }

    .tel{
      display: inline-block;
      padding: 10px 30px;
      background-color: #389EF1;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    a.logo img{
      margin-top: 20px;
    }

    .faixa2{
      height: auto;
      background-size: cover;
    }

    .area-hdep,
    .hdep,
    .hdep a{
      width: 450px;
      margin-right: auto;
      margin-left: auto;
    }

    .faixa1{
      background-image: none;
      text-align: center;
    }

    .faixa2 h2,
    .titulo h2,
    .faixa3 h2,
    .faixa4 h2{
      font-size: 29px;
    }

    .footer2 *{
      text-align: center;
    }

    .titulo{
      padding-top: 40px;
      padding-bottom: 40px;
      height: auto;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .col-xs-6{
      width: 100%;
    }

    .pg-contato .col-xs-4{
      width: 100%;
    }

  }
/* /responsivo */



.depoimento{
  margin-bottom: 30px;
}

.hdepoimento{
  background-color: #F0F0F0;
  display: block;
  padding: 25px 15px;
  padding-bottom: 10px;
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #444444;
}

.depoimento img{
  float: left;
  margin-right: 10px;
}

.hautor{
  background-image: url(../imagens/fundodepo.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-left: 40px;
  padding-bottom: 10px;
  display: block;
}


/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {

    #next,#prev{
      -ms-transform: scale(0.5,0.5); 
      -webkit-transform: scale(0.5,0.5);
      transform: scale(0.5,0.5);
    }

    

    .area-hdep, .hdep, .hdep a{
      width: 720px;
    }

    .faixa1{
      height: auto;
      padding-bottom: 40px;
    }

  }
  @media (max-width: 767px) {

    .area-hdep, .hdep, .hdep a{
      width: 450px;
    }

  }
  @media (max-width: 480px) {

    .area-hdep, .hdep, .hdep a{
      width: 320px;
    }

  }
  @media (max-width: 380px) {

    .area-hdep, .hdep, .hdep a{
      width: 300px;
    }

  }
/* /responsivo */
