/*
* estiloFlabbe.css
* Formas de estilo Francisco Labbé
******************************************************************************/
body {
    font-family: 'Raleway', sans-serif;
  }
  .TextoAnton {
    font-family: 'Anton', sans-serif;
  }
  .Raleway {
    font-family: 'Raleway', sans-serif;
  }
  
  .raleway-flabbe {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }
  
  .TextoNoUnderline {
    text-decoration: none;
  }
  .BorderNo {
    border-style: none;
    }
  .FontSize7 {
    font-size:0.7rem;
    }
  .FontSize8 {
    font-size:0.8rem;
    }
  .FontSize9 {
  font-size:0.9rem;
  }
  .FontSize10 {
    font-size:1rem;
    }
  .FontSize11 {
    font-size:1.1rem;
    }
  .FontSize12 {
    font-size:1.2rem;
    }
  .TextoBold {
    font-weight: bold;
  }
  .TextoNoBold{
    font-weight: normal;
  }
  .NoSubrayado {
  text-decoration:none;
  }
  .FieldSize75 {
    width: 75% !important;
  }
  .EsquinaRedonda12{
    border-radius: 12px;
  }
  .AsteristoMandatorio {
    font-size:1rem;
    color:red;
    }
  .VerticalMedio{
    vertical-align: middle;
  }
  .Separador {
    border-right:1px solid #2e4198;
    }
  
  .back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
  }
  
  .padding3 {
    padding: 3px;
  }
  
  .padding5 {
    padding: 5px;
  }
  
  .padding10 {
    padding: 10px;
  }
  
  .padding20 {
    padding: 20px;
  }
  
  .padding30 {
    padding: 30px;
  }
  
  .PequenoBoton {
  box-shadow:inset 0px 1px 0px 0px #54a3f7;
  background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color:#007dc1;
  border-radius:3px;
  border:1px solid #124d77;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:9px;
  padding:3px 12px;
  text-decoration:none;
  text-shadow:0px 1px 0px #154682;
  }
  .PequenoBoton:hover {
  background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  background-color:#0061a7;
  }
  .PequenoBoton:active {
  position:relative;
  top:1px;
  }
    
  input::placeholder {
    opacity: .4;
    font-style: italic;
    font-size: 0.8rem;
    color: grey;
  }
  .FuenteViventia{
    font-family: 'Julius Sans One', sans-serif;
  }
  .TituloLabel{
    font-family: 'Asap Condensed', sans-serif;
    color: #676fa8;
    font-size:0.8rem;
  }
  
  .vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  
  .grecaptcha-badge { 
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  
  
  .HR_EstiloFlabbe {
    margin: 12px 0;
    border: 0;
    text-align: center;
    
    &:before {
      content: "\2022 \2022 \2022";
      font-size: 40px;
      color: #252e38;
    }
  }
  
  .img.center {
  
    display: block;
   
    margin-left: auto;
   
    margin-right: auto;
   
   }
  
   .DelButton {
      box-shadow:inset 0px 1px 0px 0px #cf866c;
      background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
      background-color:#d0451b;
      border-radius:3px;
      border:1px solid #942911;
      display:inline-block;
      cursor:pointer;
      color:#ffffff;
      font-family:Arial;
      font-size:11px;
      padding:4px 19px;
      text-decoration:none;
      text-shadow:0px 1px 0px #854629;
  }
  .DelButton:hover {
      background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
      background-color:#bc3315;
  }
  .DelButton:active {
      position:relative;
      top:1px;
  }
  
  
  .BotonRojoChico {
      box-shadow:inset 0px 1px 0px 0px #cf866c;
      background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
      background-color:#d0451b;
      border-radius:3px;
      border:1px solid #942911;
      display:inline-block;
      cursor:pointer;
      color:#ffffff;
      font-family:Arial;
      font-size:10px;
      padding:4px 24px;
      text-decoration:none;
      text-shadow:0px 1px 0px #854629;
  }
  .BotonRojoChico:hover {
      background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
      background-color:#bc3315;
  }
  .BotonRojoChico:active {
      position:relative;
      top:1px;
  }