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

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

b, strong{
  font-weight: lighter;
    font-family: 'montserratbold';
}

@media (min-width: 1200px) {.container{padding: 0px; } }

a:link, a:visited{
  color: inherit;
}
a:hover,a:active{
  color: #FFC000;
}
::-moz-selection{
  background: #FFC000;
}
::selection{
  background: #FFC000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FFC000;
  border-color: #FFC000;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{
  font-family: 'montserratregular';
  background-color: #FFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.barratopo{
  font-family: 'montserratsemibold';
  font-size: 13px;
  color: #333333;
  line-height: 41px;
  background-color: #ECECEC;
}

.barratopo img{
  position: relative;
  top: -3px;
  margin-right: 5px;
}

a {
  transition: all .2s linear;
}

.header{
  position: relative;
  height: 565px;
  margin-bottom: 50px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header::after{
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url(../imagens/sombra-topo.png);
  height: 154px;
  z-index: 3;
}

.header::before{
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.52);
}

.header div{
  position: relative;
  z-index: 4;
}

.header1{
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 19px;
  margin-bottom: 30px;
}

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

.header-right{
  text-align: right;
  padding-top: 40px;
  color: #FFF;
  font-size: 12px;
  font-family: 'montserratsemibold';
}

.climatempo{
  display: inline-block;
  margin-right: 40px;
}

.climatempo img{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.header h2{
  font-family: 'montserratbold';
  font-size: 25px;
  color: #FFFFFF;
  margin-top: 0;
  text-align: center;
  margin-bottom: 20px;
}

.buscainput{
  width: 100%;
  height: 56px;
  color: #666666;
  font-size: 16px;
  padding-left: 25px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 0;
}

.header form{
  position: relative;
}

.inpholder{
  max-width: 876px;
  margin-right: auto;
  margin-left: auto;
  display: block;  
  position: relative;
}

.buscabtn{
  position: absolute;
  right: 22px;
  top: 19px;
}


.nav{
  background-color: #343a27;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu>li{
  display: inline-block;
  position: relative;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  margin-right: 51px;
  /*background-image: url(../imagens/);*/
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 64px;
}

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

.menu li:hover>a,
.menu a.active{
  text-decoration: none;
  color: #64CC84;
}

.menu>li>a>img{
  position: relative;
  top: -4px;
}

.menu>li:hover .submenu{
  display: block;
}


/* menu responsivo 2*/ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
  
      right: 15px;
      top: 10px;
      left: auto;
      bottom: auto;
      z-index: 9999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: #EEE;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      position: absolute;
      right: 0;
      top: 10px;
      background-color: #343a27;
      width: 265px;
    }

    .nav:hover .menu{
      display: block;
    }
    
    .menu{
      padding: 15px;
    }

    .menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid #333;
        position: absolute;
        right: 14px;
        top: -20px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
    }

    .navbtn span{
      background-color: #666;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }

    .header a.logo img{
      max-height: 50px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header{
      height: auto;
    }
    
    #menu{
      display: none;
    }

    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      color: #FFF!important; 
    }

    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;
    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #848484!important; 
    }

    .menu>li>a{
      line-height: 44px;
    }

  } 
  @media (max-width: 860px) {
    .header .container{
      padding-right: 72px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  @media (max-width: 320px) {
    .header .container{
      padding-right: 15px;
    }
  }
/* /menu responsivo 2*/



.menu li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #4d9147;
  text-align: center;
  position: absolute;
  text-align: left;
  padding: 12px;
  padding-right: 50px;
  left: 0;
  top: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
  box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.submenu::after {
    content: ' ';
    border: 10px solid transparent;
    border-bottom: 10px solid #4d9147;
    position: absolute;
    left: 20px;
    top: -20px;
}

.submenu>li{
  display: block;
}

.submenu>li>a{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFF;
  white-space: nowrap;
  line-height: 2;
  transition: all .2s linear;
}

.submenu>li:last-child {
  
}

.submenu>li>a:hover,
.submenu>li>a.active{
  color: #FFC926;
}


.notg{
  position: relative;
  display: block;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.notg::after{
  content: ' ';
  background-image: url(../imagens/sombra-notg.png);
  height: 161px;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.notgtxt{
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'montserratbold';
  font-size: 24px;
  color: #FFFFFF;
  z-index: 2;
  padding: 10px 15px;
}




.notp{
  position: relative;
  display: block;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.notp::after{
  content: ' ';
  background-image: url(../imagens/sombra-notp.png);
  height: 135px;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.notptxt{
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'montserratbold';
  font-size: 15px;
  color: #FFFFFF;
  z-index: 2;
  padding: 10px 15px;
}

.notp + .notp{
  margin-top: 18px;
}

.iconemenu{
  margin-top: 50px;
}

.imimg{
  display: block;
  width: 100%;
  height: 90px;
  position: relative;
  border-bottom: 5px solid #D90000;
  margin-bottom: 8px;
}

.imimg img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.iconemenu a{
  display: block;
  float: left;
  width: 118px;
	height: 180px;
  text-align: center;
  font-family: 'montserratbold';
  margin-right: 11px;
  font-size: 13px;
  color: #003066;
  line-height: 1.2;
  transition: all .2s linear;
}

.iconemenu a:hover{
  filter: brightness(1.5);
}

.iconemenu>a:last-child{
  margin-right: 0;
}

.central{
  padding: 5px 15px 5px 15px;
}

.fxm{
  margin-top: -50px;
  background-color: #ECECEC;
  padding: 50px 0 80px 0;
}

.fx2{
  margin-top: 30px;
  background-color: #ECECEC;
  padding: 50px 0 80px 0;
}

.fx2 + .footer{
  margin-top: 0;
}

.fxm + .footer{
  margin-top: 0;
}

.footer{
  margin-top: 80px;
}

.fx2 h2{
  position: relative;
  background-image: url(../imagens/tt1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'montserratbold';
  font-size: 25px;
  color: #003066;
}

.fxm h2{
  position: relative;
  background-image: url(../imagens/tt1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'montserratbold';
  font-size: 25px;
  color: #08720c;
}

.fx2 h2 a{
  position: absolute;
  right: 5px;
  top: 15px;
  font-size: 12px;
}

.hvideo h3 a{
  position: absolute;
  right: 5px;
  top: 15px;
  font-size: 12px;
}

.fxm h2 a{
  position: absolute;
  right: 5px;
  top: 15px;
  font-size: 12px;
}

.noticia{
  display: block;
  max-width: 369px;
  margin-right: auto;
  margin-left: auto;
}

.asnots div + div + div + div a{  
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
}

.noticia img{
  margin-bottom: 10px;
		max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.noticia:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.notdata{
  display: block;
  font-size: 13px;
  color: #666666;
  margin-bottom: 10px;
}

.nottit{
  line-height: 1.2;
  font-size: 18px;
  font-family: 'montserratbold';
  color: #1D59A9;
  margin-bottom: 10px;
  display: block;
}

.notres{
  font-size: 14px;
  color: #545454;
}



.fx2 h3{
  position: relative;
  background-image: url(../imagens/tt2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'montserratbold';
  font-size: 25px;
  color: #003066;
}

.fxm h3{
  position: relative;
  background-image: url(../imagens/tt2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'montserratbold';
  font-size: 25px;
  color: #08720c;
}

.fx2 h4{
  position: relative;
  background-image: url(../imagens/tt3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'montserratbold';
  font-size: 25px;
  color: #003066;
}

.fxm h4{
  position: relative;
  background-image: url(../imagens/tt3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'montserratbold';
  font-size: 25px;
  color: #003066;
}

.hvideo iframe{
  width: 100%;
  height: 291px;
}

.footer{
  background-color: #343a27;
  padding-top: 40px;
}

.footer h4{
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 0;
  border-bottom: 1px solid #5e5e5e;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.footer1 a{
  color: #FFF;
  font-size: 13px;
  display: block;
  line-height: 1.7
}


.footer1 a:hover{
   color: #FFC000;
}

.footer1 a + a b{
  display: block;
  padding-top: 25px;
}

.footer1 p{
  color: #FFF;
  font-size: 13px;
}

.selos{
  text-align: right;
}


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

.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;
}

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

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

@media (max-width: 767px) {.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }


.areadev{
  text-align: right;
  padding-top: 33px;
}

#video-home{
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}








/* responsivo */  
  @media (min-width: 1200px) {

  .sticky .nav{
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 9999;
  }

 
  }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .barratopo{
      font-size: 11px;
    }

    .menu>li>a{
      margin-right: 21px;
    }

    .notg, .notp{
      overflow: hidden;
    }

    .iconemenu a {
        width: 120px;
        margin-right: 15px
    }

    .fx2 h3, .fx2 h4{
      font-size: 20px;
    }
	
	.fxm h3, .fxm h4{
      font-size: 20px;
    }

    .hvideo iframe{
      height: 232px;
    }

    .copyright img{
      display: none;
    }

    .sticky .nav{
      position: fixed;
      top: 0;
      bottom: auto;
      z-index: 9999;
    }

    .areadev {
        text-align: right;
        padding-top: 6px;
    }

    .xtz1{
      display: none;
    }


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

    .xtz1{
      display: none;
    }

    .barratopo{
      display: none;
    }  

    .notg, .notp{
      overflow: hidden;
    }

    .iconemenu a {
        width: 94px;
        margin-right: 10px;
        font-size: 11px;
    }

    .fx2 h3, .fx2 h4{
      font-size: 20px;
    }
	
	.fxm h3, .fxm h4{
      font-size: 20px;
    }

    .hvideo iframe{
      height: 232px;
    }

    .copyright img{
      display: none;
    }

    .climatempo{
      margin-right: 15px;
    }

    .header-right{
      padding-top: 8px;
    }

    .header1{
      margin-bottom: 30px;
    }

    .header{
      padding-bottom: 30px;
    }

    .nottit{
      font-size: 16px;
    }

    .fx2 h3, .fx2 h4 {
        font-size: 17px;
    }
	
	.fxm h3, .fxm h4 {
        font-size: 17px;
    }

    .hvideo iframe {
        height: 175px;
    }

    .header1 + .container{
      padding-right: 15px;
    }

    .submenu{
      -webkit-box-shadow: none;
      -moz-box-shadow:    none;
      box-shadow:         none;
      margin-bottom: 0;
    }



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

    .notg{
      margin-bottom: 30px;
    }

    .notp{
      float: left;
      width: 49%;
      margin-right: 1%
    }

    .notp + .notp{
      margin-top: 0;
      margin-right: 0;      
      margin-left: 1%
    }

    .iconemenu{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .xstop{
      padding-top: 40px;
    }

    .areadev{
      text-align: center;
    }

    .umbanner{
      text-align: center;
    }

    .fx2 h4{
      text-align: left;
      padding-top: 40px;
    }
	
	.fxm h4{
      text-align: left;
      padding-top: 40px;
    }

    .hvideo iframe{
      height: 350px;
    }

    .asnots div  + div  + div img{
      display: none;
    }

    .asnots div + div  + div a{
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #CCCCCC;
    }


    .asnots div + div  + div+ div+ div+ div+ div+ div+ div{
        display: none;
    }



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


    .climatempo{
      display: block;
      margin-right: 0;
      margin-bottom: 10px;
    }

    .notp{
      width: 100%!important;
      margin-right: 0!important;
      margin-left: 0!important;
      float: none!important;
      margin-bottom: 15px!important;
    }

    .asnots div + div  a{
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #CCCCCC;
    }

    .footer * {
      text-align: center;
    }

    .xxstop{
      margin-top: 20px;
    }

    .hvideo iframe{
      height: 250px;
    }

    .header-right{
      text-align: left;
    }

  }
/* /responsivo */

 /** yahoo weather **/

#weather-img{
  width: 35px;
  height: 35px;
  position: relative;
  top: -8px;
}
.temperatura{
  font-size: 18px;
  color: #FFF;
  line-height: 1;
}

.minmax{
  display: inline-block;
  line-height: 1;
}

#weather-text{
  display: inherit;
}

.minmax img{
  position: relative;
  top: -2px;
}

.comlink a{
	color:#009;
	font-weight: bold;
}

.comlink a:active{
	color:#009;
	font-weight: bold;
}

.comlink a:hover{
	color:#09F;
	font-weight: bold;
}

.barrafixa{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0px;
  z-index: 888;
  font-size: 19px;
  color: #FFFFFF;
}

.bfcont{
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}
.bf1{
  float: center;
}
