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

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

}

/* 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: 'exo_2regular';
    src: url('../fonts/exo2-regular-webfont.woff2') format('woff2'),
         url('../fonts/exo2-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

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

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

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

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


.headerspacer{
  height: 155px;
  margin-bottom: 60px;
}

.header{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.sobreheader{
  background-color: #FFF;
  padding: 7px 0 10px 0;
  font-size: 12px;
  color: #1F2731;
}

.sobreheader span{
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #008BC9;
  text-align: center;
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 10px;
}

.mainheader{
  background-image: url(../imagens/titulo.jpg);
  height: 157px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}


.menu{
  margin-top: 52px;
  float: right;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.menu img{
  margin-bottom: 3px;
}

.buscar{
  margin-top: 59px;
  position: relative;
  float: right;
  width: 247px;
  margin-right: 45px;
}

.buscar input{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 37px;
  border: 0;
}

.buscar button{
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 6px;
  padding-bottom: 9px;
  background-color: #FFF;
  border-color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all .2s linear;
}

.buscar button:hover{
  background-color: #F22605;
}



.boxbotao{
  cursor: pointer;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 157px;
  text-align: center;
  position: relative;
  display: block;
  transition: all .2s linear;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.12);
  -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.12);
  box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.12);
  border: 0;
  margin-bottom: 30px;
}

.boxbotao:hover{
  background-color: #0089CE;
}

.boxbotao:hover .bbtxt{
  color: #FFFFFF;
}

.boxbotao img{
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%,0);
  transition: all 0s linear;
}

.boxbotao:hover img{
  filter: brightness(5);
}

.bbtxt{
  font-size: 17px;
  color: #000;
  font-family: 'exo_2semi_bold';
  position: absolute;
  left: 50%;
  top: 104px;
  transform: translate(-50%,0);
  width: 200px;
  line-height: 1.1;
}

.footer{
  margin-top: 90px;
  background-color: #003B5E;
}

.footer1{
  background-color: #084C7B;
  color: #FFF;
  padding: 33px 0 22px 0;
}


.imgf1{
  position: relative;
  padding-left: 50px;
}

.imgf1 img{
  position: absolute;
  left: 0;
  top: 0;
}

.mainfooter{
  padding-bottom: 50px;
  color: #FFF;
}


.mainfooter a{
  display: block;
  font-size: 13px;
  color: #FFF;
  transition: all .2s linear;
}

.mainfooter a:hover{
  color: #FFCC14;
}

.mainfooter h4{
  margin-bottom: 3px;
  margin-top: 40px;
  font-size: 16px;
}

.footer2{
  border-top: 1px solid #265876;
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #678CA2;
  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-bottom: 0;
  font-size: 11px;
}

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

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

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


.omenu{
  padding-left: 0px;
  padding-top: 55px;
  padding-right: 0px;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #4E535C;
  height: 100%;
  font-family: 'exo_2regular';
  font-size: 13px;
  color: #FFF;
  display: none;
  z-index: 9999
}

.omenu a{
  display: block;
  line-height: 16px;
  transition: all .2s linear;
  padding-right: 40px;
}

.omenulinksholder>a{
  padding-left: 10px; 
  margin-top: 8px; 
}

.omenu a:hover{
  color: #FFCC14;
}

.omenu img{
  position: relative;
  top: -2px;
  left: 0px;
  margin-right: 5px;
}




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

  }

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

    .sobreheader{
      font-size: 11px;
    }

    .sobreheader span{
      margin-left: 5px;
    }

  }

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

    .sobreheader{
      text-align: center;
    }

    .sobreheader .text-right{
      text-align: center;
    }

    .buscar {
        width: 197px;
    }

  }

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

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

    .buscar {
      margin-top: 22px;
    }

    .menu {
      margin-top: 15px;
    }

    .footer1 .row>div{
      margin-bottom: 15px;
    }

    .imgf1 img {
        position: absolute;
        left: 6px;
        top: 0;
    }

  }

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

    .sobreheader{
      display: none;
    }

    .headerspacer {
        height: 141px;
    }

  }
/* /responsivo */


#mnfechar{
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #4E535C;
  width: 15px;
  height: 15px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
}


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

    #header.sticky .sobreheader {
        padding: 3px 0 6px 0;
    }

    #header.sticky .mainheader {
        height: 80px;
    }


    #header.sticky .buscar {
        margin-top: 22px;
    }

    #header.sticky .menu {
        margin-top: 20px;
    }

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

  }

/* /responsivo */


.header h1{
  font-family: 'exo_2semi_bold';
  font-size: 50px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  padding-top: 34px;
  margin-bottom: 15px;
}

.header h1 a:hover {
	color: #FFF;
	}

.header h2{
  font-family: 'exo_2regular';
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

#header.sticky h1{
  font-size: 30px;
  padding-top: 10px;
  margin-bottom: 10px;
}

#header.sticky h2{
  font-size: 14px;  
}


.boxsubmenu{
  display: none;
}

.bs-menu{
  display: block;
  font-family: 'exo_2semi_bold';
  padding: 3px 0;
  line-height: 1.1;
}

.bs-submenu{
  display: block;
  padding: 3px 0;
  padding-left: 20px;
  line-height: 1.1;
}


.bs-submenu + .bs-menu{
  margin-top: 10px;
}

.bs-menu span{
  color: #0089CE;
  position: relative;
  top: -2px;
}

.bs-submenu span{
  color: #F22605;
  position: relative;
  top: -2px;
}


.omenulinksholder{
  overflow: auto;
  height: 100%;
  padding-left: 0px;
  padding-bottom: 30px;
}

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

  }

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

    .header h1 {
        font-size: 45px;
    }

  }

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

    .header h1 {
        font-size: 35px;
    }
    .header h2{
      font-size: 18px;
    }

  }

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

    .header{
      position: absolute;
      height: auto;
    }

    .mainheader{
      height: auto;
      background-size: cover;
      padding-bottom: 15px;
    }

    .header h1{
      font-size: 21px;
      text-align: center;
      padding-top: 15px;
      margin-bottom: 5px;
    }

    .header h2{
      font-size: 14px;
      text-align: center;
    }

    .buscar {
        margin-top: 12px;
    }

    .menu {
        position: absolute;
        right: 15px;
        top: -56px;
    }

    .buscar{
      margin-right: auto!important;
      margin-left: auto!important;
      display: block;
    }
    .buscar {
        width: 100%;
    }

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

    .headerspacer {
        height: 100px;
    }

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

    .header h1{
      font-size: 17px;
    }

    .header h2{
      font-size: 12px;
    }
    
  }
/* /responsivo */


.omenusubmenu{
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #41464C;
  margin-top: 3px;
}

.oms-menu{
  padding-left: 41px;
}

.oms-submenu{
  padding-left: 61px;
}

.oms-submenu + .oms-menu{
  margin-top: 3px;
}
