.vcenter {
    display: flex;
    align-items: center;
}


@font-face {
  font-family: "RCTFont";
  src: url(../font/Montserrat-Light.ttf) format("truetype");
}
.RCTFont { 
  font-family: "RCTFont", Verdana, Tahoma;
}


.flotante_sombra
{
    border:groove;
    background: rgba(85, 235, 143, 0.5);
    -moz-box-shadow: 11px 10px 5px #000000;
    -webkit-box-shadow: 11px 10px 5px #000000;
    box-shadow: 11px 10px 5px #000000;
}

.transparencia
{
    border:groove;
    background: rgba(255, 255, 255, 0.7);
}



@media print{
    .oculto-impresion, .oculto-impresion *{
      display: none !important;
    }
  }


  .logo{
    opacity: 0.8;
    position: absolute;
    left: 1.7%;
    top: 0;
    width: 12%;
    height: auto;
  }

  @media only screen and (max-width: 600px) {
    .logo{
        opacity: 0.8;
        position: absolute;
        left: 38%;
        top: 0;
        width: 22%;
        height: auto;
      }
}


.logorct{
  font-size: 50px;
  font-weight: 100;
}

.text_shadow{
  text-shadow: 2px 2px rgba(20, 20, 20, 0.795);
}