.over-hidden{
    overflow: hidden !important;
}
.bloque-formulario { 
    overflow: hidden;
}
.bloque-formulario .form-subtitulo {
    font-size: 18px;
    margin-bottom: 0;
    width: 100%;
}
.bloque-formulario .form-subtitulo .bloque-der a{
    font-size: 18px;
    text-decoration: none;
}
.bloque-formulario .form-subtitulo .bloque-der a .icon-f{
    font-size: 15px;
}
.input-with-select{
    display: flex;
}

.input-with-select select{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: table;
    width: auto !important;
}
.input-with-select .caja-texto{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0;
}

.form-selector select{
    width: 100%;
    display: block;
    border: 1px solid #262629;
    padding: 14px;
    border-radius: 6px !important;
    font-size: 16px;
}

.error-message{
    color: red;
    font-size: 15px;
}

.required{
    font-size: 13px;
    color: red;
    font-weight: bold;
}

.elementos label{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.elementos .selecion{
    padding: 14.6px;
}
.elementos .caja-texto[type="date"]{
    padding: 12.6px;
}
.trabajo-info{
    display: none;
}

.archivo-input a{
    text-decoration: none !important;
}

.archivo-input .control{
    cursor: pointer;
}

.archivo-input .caja-texto[readonly]{
    background-color: #f9f9f9 !important;
}

.archivo-input .input-file{
    display: none;
}
.separator{
    height: 1px;
    width: 100%;
    margin-top: 11px;
    margin-bottom: 11px;
    border: 1px solid #f1f1f1;
}

.form-pago .accion a{
    font-size: 20px;
    text-decoration: none;
}
.cuadro-exito{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cuadro-exito h1{
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 35px !important;
}

.cuadro-exito p{
    font-size: 20px;
}

.info-mensaje{
    color: #212529;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cuadro-instrucciones{
    width: 100%;
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(0,0,0, .1);
    box-shadow: 0 2px 4px rgba(0,0,0, .2);
    margin-bottom: 30px;
}
.cuadro-instrucciones:hover{
    box-shadow:0 5px 10px rgba(0,0,0,.15);
}
.cuadro-instrucciones ul {
    counter-reset: my-counter;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.cuadro-instrucciones ul ul {
    margin-left: 0.9em;
    font-size: 16px;
}

.cuadro-instrucciones ul li {
    counter-increment: my-counter;
    line-height: 1.5;
}
.cuadro-instrucciones ul li,
.cuadro-instrucciones ul li *{
    font-size: 16px;
}
.cuadro-instrucciones ul li:before{
    content: counters(my-counter,".") ".";
    font-weight:700;
    padding-right:3px;
}
.cuadro-instrucciones ul ul li:before{
    content: '•';
}
.cuadro-instrucciones h1 {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #199f9e;
    border-bottom: 1px solid #199f9e;
    margin-bottom: 1em;
}
.datos-pago .accion{
    margin-top: 2rem;;
}

.menu_pre-inscripcion{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_pre-inscripcion .item_pre-inscripcion{
    display:block;
    width:150px;
    height:150px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-decoration:none;
    background: #236DB0;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
    margin: 50px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_pre-inscripcion .item_pre-inscripcion:hover {
    background: #777555;
}