body,html {
    padding: 0;
    margin: 0;
    font-family: FuenteGeneral;
overflow: hidden;
}

@font-face {
    font-family: 'FuenteGeneral';
    src: url('../fonts/Poppins-Regular.ttf');
}

.titulounete{
    font-size: 50pt;
    font-weight: bold;
}

.tituloficha{

    width: 270px;
    font-size: 17pt;
    font-weight: bolder;
}

.botonpostularme{
    width: 200px;
    background-color: #db5e25;
    color:white;
    padding: 10px;
    border-radius: 40px;
    font-size: 15pt;
    font-weight: 600;
    border: none;
}

.subtitulo{
    color:#db5e25;
    font-size: 15pt;
    font-weight: 600;
    margin-bottom: 5px;
}

.titulocampo{
    color:black;
    font-size: 11pt;
    text-align: left;

}

.form-control:focus {
    border-color: #db5e25;
    box-shadow: 0 0 0 0.2rem #db5e25;
} 

.form-switch.form-switch-lg .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 4rem;
  }

  .center {
    margin-left: auto;
    margin-right: auto;
  }  

@media only screen and (max-width: 550px) {
    .titulounete
    {
        font-size: 25pt;
        font-weight: bold;
    }

    .subtitulo{
        font-size: 10pt;
    }

    
    .botonpostularme{
        width: 120px;
        background-color: #db5e25;
        color:white;
        padding: 10px;
        border-radius: 40px;
        font-size: 10pt;
        border: none;

    }

    .titulocampo{
        color:black;
        font-size: 8pt;
        position: sticky;
        text-align: left;
    
    }

    .form-switch.form-switch-lg .form-check-input {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
      }

      .form-check-label{
        font-size: 9pt;;
      }

  }
  