@media print {
  
    * {
        -webkit-print-color-adjust: exact;
      	color: #000078;
    }
  
  	.print-width-100{width:100%}
  
    body.error404>*,
    body.search>*,
    body.archive>*,
    .navbar,
    .go-back,
    footer,
    .header-top,
    .breadcrum,
    .print,
    .cs-light__lupa,
    .search-mobile,
    .widget-area,
    .widget-area .search-wrapper{
        display: none;
    }
  
    body.error404::after,
    body.search::after,
    body.archive::after {
        content: "PRINT CSS NO DEFINIDA";
        display: block;
        width: 200px;
        padding: 15px;
        border: 2px solid;
        margin: 50px auto 20px;
        text-align: center;
    }
  
  .banner{
  	padding: 10px;
    margin: 35px 0;
    min-height: 100px;
    border: 2px solid #D5FAFF;
    background-color: #73EDFF;
  }
  .banner .banner__title{
    margin-bottom: 30px;
  }
  .banner .banner__title h1{
  	min-height: auto;
    width: 100%;
    font-size: 30px;
    color: #000078;
  }
  .banner .banner__description{
    min-height: 0;
    margin-bottom: 0px;
    line-height: 1.2;
    font-size: 14px;}
  .banner .banner__description span{display:none;}
  .banner .banner__description p:last-child{margin:0;}
  
  /*Page home*/
  
  .page-home h2{
  	font-size: 22px;
  	margin-bottom: 15px;
    border-top: 2px solid #020078;
    color: #000078;
  }
  .single-content h3{
    font-size:18px;
  }
  
  .single-content{
    font-size:14px;
  }
  .single-content p{
  	margin-bottom: 15px;
  }
  
  .single-content ol,
  .single-content ul{
  	margin-bottom: 15px;
  }
  
  
  
  /*Box*/
  .box, .box:hover, .box:focus{
    padding:0px ;
  	height:auto;
    min-height:0;
    background:transparent;
  }
  
  .box h3{font-size:18px;}
  
  /*Recursos*/
  
  
}
  
  