.fondoOscuro {
    background-color: #222;
}

.textShadow {
    text-shadow: 2px 2px #2c1e04;
}

.grayscale img {
    filter: grayscale(100%);
    transition: all .5s;
  }
  
.grayscale:hover img {
filter: grayscale(0);
transform: scale(1.1);
}


.logo2 {

  font-size: 3em;
  color: #ffbd59;
  font-weight: 700;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
  text-decoration-line: none;
}

.logo2:hover {
  color: #fff;
  text-shadow: 2px 2px 5px white;
  text-decoration: none;
  text-decoration-line: none;
}

.bg-top {
  background-size: 100%;  
	opacity: 0.9;			
	background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(5, 5, 5, 0.5);
}

.blur {
    font-size: 40px;
    filter: blur(3px);
    -webkit-filter: blur(3px);
  }


  .hhbutton {
    display: flex;
  }
  
  .hhbutton .btn_home {
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2.4px;
    margin-right: -2.4px;
    line-height: 13px;
    background-color: rgba(8, 17, 23, .5);
    border: 2px solid #173c3d;
    padding: 30px 60px;
    box-sizing:border-box;
  }
  
  .hhbutton .btn_home:first-child {
    color: #16dcf3;
    border-right: none;
    border-radius:50px 0 0 50px;
  }
  .hhbutton .btn_home:first-child::before {
    content:"";
    position:absolute;
    top:-2px;
    bottom:-2px;
    left:-2px;
    width:70px;
    border: 3px solid #173c3d;
    border-radius:inherit;
    border-right:none;
  }
  .hhbutton .btn_home:first-child::after {
    content: '';
    position: absolute;
    display: block;
    background: radial-gradient(circle at center, #007278 20%, #0b111a 100%);
    width: 1px;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
  }
  
  .hhbutton .btn_home:last-child {
    color: #64ffb1;
    border-left: none;  
    border-radius:0 50px 50px 0;
  }
  .hhbutton .btn_home:last-child::before {
    content:"";
    position:absolute;
    top:-2px;
    bottom:-2px;
    right:-2px;
    width:70px;
    border: 3px solid #173c3d;
    border-radius:inherit;
    border-left:none;
  }  
/*   <div class="hhhbutton">   <a href="#" class="btn_home">BTN1</a>  <a href="#" class="btn_home">BTN2</a></div> */

.printer {
  display:none !important;
}


/*  Printing Definitions  */

@media print {
  body {
      background: #fff !important;
      float: none !important;
      width: auto !important;
      margin:  0 !important;
      padding: 0 !important;      
  }
  header {
      box-shadow: none;
      background: #fff !important;
  }

  header h1 {
      background: #fff;
  }

  table {
    border: solid #000 !important;
    border-width: 1px 0 0 1px !important;
  }
  th, td {
    border: solid #000 !important;
    border-width: 0 1px 1px 0 !important;
  }
  
  #navigation {
      display: none;
  }

  .main-container #page {
      background: #fff;
      box-shadow: none;
      border: 2px solid #000;
  }
  
  .content aside.sidebar {
      display: none;
  }

  .content article {
      width: 100%;
      float: none;
      padding-left: 0;
      background: #fff;
      -webkit-print-color-adjust: exact; /*economy | exact*/
      
      color-adjust: exact;
  }

  .content article #content_box {
      background: #fff;
      box-shadow: none;
      border-top: 2px solid #000
  }

  .content article a[target=_blank]:after {
      content: " (" attr(href) ")";
  }

  .content article #content_box .related-posts {
      display: none;
  }

  .content article #disqus_thread {
      display: none;
  }
  
  .content article .crayon-num {
      display: none;
  }

  ins.adsbygoogle {
      display: none !important;
  }

  footer {
      background: #fff;
  }

  footer .container {
      background: #fff;
      box-shadow: none;
      border: 2px solid #000;
  }
  
  .printer {
    display:block !important;
  }
}

.resaltaMarco {
  border: 1px solid #999999; 
  margin: 1em 1em; 
  padding: 1em 1em; 
  box-shadow: 0px 0px 43px -16px rgba(0,0,0,0.25); 
  -webkit-box-shadow: 0px 0px 43px -16px rgba(0,0,0,0.25);  
  -moz-box-shadow: 0px 0px 43px -16px rgba(0,0,0,0.25);
}
