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

/**  cor: #03253A;  **/
/**  cor-hover: #1C6693;  **/

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

}

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

body{
  font-family: 'muliregular';
}



.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}


.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer{
    padding-bottom: 80px;
  }
}


/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

.footer form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  .pg-contato form .row>div{
    width: 100%;
  }
  .pg-contato form{
    border: 0;
    padding: 0;
  }
}

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


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #03253A;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #03253A;
}
::-moz-selection{
  background: #03253A;
}
::selection{
  background: #03253A;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #03253A;
  border-color: #03253A;
}
.lds-ellipsis div{  
  background-color: #FFF;
}

.editor, .editor p, .editor li{
  font-size: 20px;
  line-height: 1.53;
  color:#000000;
}

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


/* start */



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

.header{
  background-color: #03253A;
  height: 70px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 888;
}

.headerspacer{
  height: 69px;
}

a.logo{
  display: block;
  background-image: url(../imagens/aba-logo.png);
  background-position: left bottom;
  width: 540px;
  height: 252px;
  padding-top: 12px;
  padding-left: 80px;
  position: absolute;
  left: 0;
  top: 0;
  left: -80px;
  z-index: 888;
}

/*
.sticky a.logo{
  height: 80px;
}

.sticky a.logo img{
  width: 100px;
  height: auto;
}*/

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

.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 25px;
}

.menu>li>a{
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  font-family: 'oswald_regularregular';
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 8px solid transparent;
  padding-right: 10px;
  padding-left: 10px;
}

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

.menu>li:hover>a,
.menu>li>a.active{
  text-decoration: none;
  color: #FFF;
  border-bottom: 8px solid #87868A;
}

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


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

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      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;
      background-color:  #03253A;
      width: 265px;      
      margin-top: 0px!important;
      height: auto;
    }

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

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{   
      width: 100%; 
    }

    #menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #03253A;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .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;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }



    .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: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

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


.owli a{
  height: 852px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot{
  outline: none;
}
.owl-theme .owl-dots{
  position: absolute;
  bottom: 60px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 25px;
  height: 12px;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #000000;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #689ABB;
}


.fx1{
  background-image: url(../imagens/fx1.png);
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 20px;
}

h1,
h2{
  margin-top: 0;
  font-family: 'oswald_regularregular';
  font-size: 58px;
  color: #000000;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

h1 .traco,
h2 .traco{
  height: 10px;
  background-color: #03253A;
  width: 2000px;
  position: absolute;
  right: 50px;
  bottom: 0;
}

h3{
  font-family: 'oswald_regularregular';
  font-size: 28px;
  color: #03253A;
  margin-top: 0;
  margin-bottom: 0;
}

h3 + p{
  font-size: 18px;
}

.fx2{
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #FFF;
}

.fx2 h3 + p{
  font-size: 20px;
}


.prof{
  text-align: center;
  transition: all .2s linear;
  opacity: 0.73;
  cursor: pointer;
  margin-bottom: 40px;
}

.prof:hover{
  opacity: 1;
}

.profnome{
  background-color: #022539;
  font-family: 'oswald_regularregular';
  font-size: 20px;
  color: #FFF;
  padding-top: 7px;
  padding-bottom: 3px;
}


.fx3{
  background-color: #F5F5F5;
  padding-top: 90px;
  text-align: center;
}

.fx3 h2{
  background-image: url(../imagens/traco4.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 50px;
}

.fx3 h3{
  font-family: 'muliregular';
  font-weight: bold;
  color: #012539;
  font-size: 33px;
  line-height: 1.5;
}

.aimg{
  display: block;
  height: 102px;
  position: relative;
}

.aimg img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.anome{
  font-size: 25px;
  color: #002539;
  font-family: 'oswald_regularregular';
  padding-bottom: 10px;
  transition: all .2s linear;
  background-image: none;
  background-image: url(../imagens/traco.png);
  background-position: center 50px;
  background-repeat: no-repeat;
  display: block;
}

.aat{
  display: block;
  margin-bottom: 90px;
}

.aat:hover .anome{
  color: #86858A;
  background-position: center bottom;
}

.fx4{
  background-image: url(../imagens/fx4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.fx4 h3{
  font-size: 20px;
}

.link{
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}
.fx4 h2{
  margin-bottom: 60px;
}


.hblog{
  margin-bottom: 30px;
}

.hblog h3{
  margin-bottom: 25px;
  font-size: 25px;
}

.blautor{
  color: #444444;
  font-size: 13px;
  border-bottom: 1px solid #444444;
  display: inline-block;
  margin-bottom: 20px;
}

.hblog p{
  color: #333333;
  font-size: 15px;
  line-height: 1.4;
}

a.cta{
  background-color: #03253A;
  color: #FFF;
  font-size: 19px;
  padding: 15px 50px;
  position: absolute;
  box-shadow: -90px;
  right: 15px;
}

a.cta:hover{
  background-color: #1C6693;  
}

.fx5 .container{
  position: relative;
}

.fx5{
  padding-top: 90px;
  padding-bottom: 90px;
  overflow-x: hidden;
}

.fx5 h2{
  position: absolute;
  right: 15px;
  top: 00px;
}


.fx5 h2 .traco{
  right: auto;
  left: 0;
}

.footer{
  padding-top: 100px;
  background-color: #03253A;

}



.finfo{
  color: #FFF;
  font-size: 15px;
  margin-bottom: 20px;
}
.finfo b{
    display: block;
}  
@media (min-width: 992px) {
  .finfo{
    position: relative;
    padding-left: 45px;
  }
  .finfo img{
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .finfo img{
    display: block;
    margin: 0 auto 5px auto;
  }
  .finfo{
      width: 100%;    
    text-align: center;
    margin-bottom: 20px;
  }
}
 

.footer h3{
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'oswald_regularregular';
  font-size: 58px;
  color: #FFFFFF;
}

.footer h4{
  font-family: 'oswald_regularregular';
  font-size: 58px;
  color: #78AACB;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer p{
  font-size: 17px;
  color: #FFF;
  margin-bottom: 50px;
}

.redes a img{
  transition: all .2s linear;
  opacity: 0.7;
}

.redes a:hover img{
  opacity: 1;
}



.footer form{

  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 40px;
}

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  margin-bottom: 20px;
   border-radius: 0; 
  height: 40px;
  background-color: #F0F0F0;
  border: 0;
}

.footer form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #78AACB;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.footer form .btn-enviar-form:hover{
  background-color: #BADCF2;
}

.footer iframe{
  width: 100%;
  height: 320px;
}

.obg{
  color: #FFF;
}


.footer2{
  border-top: 1px solid rgba(255,255,255,0.2);  
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 60px;
  padding-top: 35px;
  padding-bottom: 45px;
}

.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: #78AACB;
}

.copyright{
  text-align: right;
}

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





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

    a.logo {
        padding-top: 5px;
        padding-left: 93px;
        left: -100px;
    }

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

    .profnome{
      font-size: 16px;
    }

    a.cta{
      right: auto;
      left: 0;
    }

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

    .header{
      height: auto;
      position: static;
      background-color: #FFF;
    }

    a.logo{
      background-image: none;
      height: auto;
      width: auto;
      position: static;
      padding-left: 0!important;
    }

    .menu>li>a{
      padding-top: 10px;
    }

    .owl-theme .owl-dots{
      bottom: 10px;
    }

    h1, h2{
      font-size: 45px;
      text-align: center;
      display: block;
      margin-bottom: 25px;
    }

    h1 .traco, h2 .traco{
      position: static;
      width: 100%;
      height: 5px;
      display: block;
    }

    .fx2,
    .fx1{
      text-align: center;
    }

    .fx2 h3 + p{
      margin-bottom: 40px;
    }

    .fx5 h2{
      position: static;
    }

    

    a.cta{
      position: static;
      display: inline-block;
    }

    .footer{
      text-align: center;
    }

    .redes{
      margin-bottom: 40px;
    }

    .footer form{
      display: block;
      margin-right: auto;
      margin-left: auto;
      max-width: 500px;
    }


    .fx1, .fx2, .fx3, .fx4, .fx5{
      padding: 40px 0;
    }

    .header{
      position: static!important;
    }

    .headerspacer{
      display: none;
    }

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

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

    .fx5{
      text-align: center;
    }

    .fx5 img{
      margin-bottom: 10px;
    }

    .finfo{
      font-size: 12px;
    }

    .footer{
      padding-top: 40px;
    }

    .footer h4,
    .footer h3{
      font-size: 40px;
    }

    .fx4 a{
      font-size: 15px;
    }
    

    .fx4{
      text-align: center;
    }
    

  }
/* /responsivo */


/** blog02 **/

  .blog02 h2.blogsubtit{
    margin-bottom: 40px;
  }

  .blog02 .post-itens{
    margin-bottom: 15px;
  }

  .blog02 .post-resumo{
    font-size: 16px;
    margin-bottom: 20px;
  }

  .blog02 a.post-leia{
    display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .2s linear;
  }  

  .blog02 .post{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    min-height: 265px;
  }

  .blog02 .post h2{
    margin-top: 0;
    font-size: 26px;
  }

  .blog02 .pagination{
    text-align: left;
    float: none;
  }

  .blog02 .buscar{
    margin-top: 0px;
    position: relative;
    margin-bottom: 35px;
  }

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

  .blog02 .buscar button{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 9px;
    border-radius: 0px;
    transition: all .2s linear;
  }

  .blog02 .sidebar h3{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 35px;
  }

  .blog02 .sidebar a{
    font-size: 15px;
    line-height: 1.2;
    display: block;
    transition: all .2s linear;
  }

  .blog02 .sidebar a + a{
    border-top: 1px solid rgba(0,0,0,0.1);;
    margin-top: 10px;
    padding-top: 10px;
  }  

  


  .blog02 .post-itens img{
    position: relative;
    top: -1px;
  }

  .blog02 .post .editor *{
    max-width: 100%!important;
    height: auto!important;
  }

  .blog02 .comment-form .submit{
    display: inline-block;
    font-size: 13px;
    padding: 11px 16px 9px 16px;
    transition: all .2s linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }

  .blog02 .nanome{
    margin-bottom: 5px;
  }

  .blog02 .nletra{
    font-family: 'open_sansregular';
    float: left;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 6px;
    color: #FFF;
    background-color: #CCC;
    font-size: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 7px;
  }

  .blog02 .nautor{
    padding: 20px;
    margin-top: 20px;
    min-height: 70px;
    padding-left: 85px!important;
    position: relative;
    text-align: left;
  }



  .blog02 .fundo-form{
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .blog02 .comment-form-author label,
  .blog02 .comment-form-email label,
  .blog02 .comment-form-comment label{
    display: block;
  }

  .blog02 .comment-notes{
    font-size: 11px;
  }

  .blog02 .comment-reply-title{
    margin-top: 0;
  }

  .blog02 .comment-form-cookies-consent{
    display: none;
  }

  .blog02 .comment-form-author{
    float: left;
    width: 50%;
  }
  .blog02 .comment-form-email{
    float: left;
    width: 50%;
  }

  .blog02 .comment-form-author input,
  .blog02 .comment-form-email input,
  .blog02 .comment-form-comment textarea{
    width: 100%;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
  }

  .blog02 .comment-form-author input{
    width: 95%;
  }

  .blog02 .comment-form-comment textarea{
    height: 100px;
  }    
  
  .blog02 .post.opost h1{    
    margin-top: 0;
    margin-bottom: 20px;
  }

  .blog02 .comment-form .submit{
    border: 0;
  }

  .blog02 .commadm{
    padding: 20px;
  }

  
  .blog02 .commadm::after {
      content: ' ';
      border: 10px solid transparent;
      border-bottom: 10px solid rgba(0,0,0,0.1);
      position: absolute;
      left: 32px;
      top: -20px;
  }

  .blog02 .wp-pagenavi{
    text-align: center;
    display: block;
  }

  .blog02 .wp-pagenavi a{
    padding: 10px 20px;
    font-size: 20px;
    margin: 0 2px;
    display: inline-block;
  }
  

  .blog02 .wp-pagenavi .current{
    padding: 15px 20px;
    font-size: 20px;
    margin: 0 2px;
    display: inline-block;
  }

  .blog02 .post a img{
    transition: all .2s linear;
  }
  .blog02 .post a:hover img{
    filter: brightness(1.15);
  }

  .blog02 .post{
    position: relative;
    padding-left: 400px;
  }

  .blog02 .postthumb{
    position: absolute;
    left: 0;
    top: 0;
  }

  .blog02 .opost .post-itens div + div{
    margin-top: 5px;
  }

  .blog02 .opost .post-itens img{
    position: relative;
    top: -2px;
  }

  .blog02 .pidata{
    display: inline-block;
  }

  .blog02 .picomm{
    display: inline-block;
    margin-left: 70px;
  }

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

      .blog02 .post a img{
        width: 300px;
      }

      .blog02 .post-resumo{
        display: none;
      }

      .blog02 .post {
          padding-left: 320px;
      }

      .blog02 .post{
        min-height: 225px;
      }

      .blog02 .picomm{
        display: none;
      }
  
    }
    @media (max-width: 991px) {

      .blog02 .postthumb{
        position: static;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
      }

      .blog02 .post{
        padding-left: 0;
      }

      .blog02 .post h2{
        padding-top: 0;
      }

      .blog02 .picomm{
        display: none;
      }


      .blog02 .post{
        text-align: center;
      }

      .sidebar{
        text-align: center;
      }

      .blog02 .lista-posts{
        text-align: center;
      }

      .blog02 .fundo-form{
        margin-bottom: 50px;
      }

      .blog02 .opost h1{
        font-size: 26px!important;
      }
  
    } 
    @media (max-width: 625px) {


    }
  /* /responsivo */

  /*** CORES ****/
  
  .blog02 .opost h1{
    font-size: 40px;
    color: #03253A;
  }

  .blog02 .post h2{
    font-size: 20px;
    color: #03253A;
  }

  .blog02 a.post-leia{
    color: #FFF;
    background-color: #03253A;
  }

  .blog02 a.post-leia:hover{
    color: #FFF;
    background-color: #1C6693;
  }    

  .blog02 .buscar button{
    background-color: #1C6693;
    border-color: #1C6693;
  }

  .blog02 .buscar button:hover{
    opacity: 0.8
  }

  .blog02 .sidebar h3{
    color: #03253A;
    border-bottom: 3px solid #1C6693;
  }

  .blog02 .sidebar a{
    color: #333333;
  }

  .blog02 .sidebar a:hover{
    color: #1C6693;
  }

  .blog02 .comment-form .submit{
    color: #FFF;
    background-color: #14034B;
  }.blog02 .comment-form .submit:hover{
    filter: brightness(1.2);
    color: #FFF;
  }

  .blog02 .nanome{
    border-bottom: 1px solid rgba(0,0,0,0.1);;
    display: inline-block;
  }

  .blog02 .fundo-form{
    background-color: #F7F7F7;
  }

  .blog02 .comment-form-author input,
  .blog02 .comment-form-email input,
  .blog02 .comment-form-comment textarea{
    border: 1px solid #EEE;
  }

  .blog02 .comment-form .submit{
    background-color: #1C6693;
  }

  .blog02 .commadm{
    background-color: rgba(0,0,0,0.1);
    margin-left: 40px;
  }

  .blog02 .wp-pagenavi a{
    background-color: #03253A;
    color: #FFF;
  }
  .blog02 .wp-pagenavi a:hover{  
    background-color: #1C6693;
    color: #000;
  }

  .blog02 .wp-pagenavi .current{
    background-color: #1C6693;
    color: #000;
  }

/* blog02 */

.titulo{
  padding-top: 170px;
}

.titulo .bread{
  display: block;
  font-size: 12px;
  margin-bottom: 40px;
}

.titulo h2{
  margin-bottom: 20px;
}

.blog02 .opost h1{
  margin-bottom: 30px;
}

.int{
  padding-bottom: 80px;
}


.blog02 .editor,
.blog02 .editor p{
  font-size: 17px;
}

 a.logo img{ transition: all .2s linear; }
.sticky a.logo img{
  width: 150px;
  height: auto;
}

.sticky a.logo{
  height: 161px;
  padding-left: 110px;
}

.int{
  padding-bottom: 80px;
}