/* GENERALES */

*{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding:0;
    margin:0;
    box-sizing: border-box;
    color:inherit;
}
.clearfix{
    clear:both;
}
.pull_left{ float:left !important; }
.pull_right{ float:right !important; }
strong{
    font-weight:700;
}
html, body{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    width:100%;
    height:100%;
    background: #e6e6e6;
    color: #FFFFFF;
}
img{
    max-width: 100%;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
input, select, option{
	color: #808080;
	outline: none;
	border: 1px solid #fff;
	background: #fff;
}
input:focus, select:focus, option:focus{
	border-bottom: 1px solid #FF7E00;
}
option:disabled{
    color: #e6e6e6;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#c0c0c0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#c0c0c0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#c0c0c0;
}

a, button{
	font-family: 'Changa', sans-serif;
	font-weight: 700;
}
a .fa, button .fa{
	font-weight: 400;
}

/* SITIO */
[v-cloak]{
    display: none !important;
}
.dinamico{
    position: relative;
}

.cargando{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    right:0;
    bottom:0;
    background: #ffffff;
    text-align: center;
    z-index: 999999999;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity 1s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

.logo_wrap{
    background: #ffffff;
}
    .logo_img{
        height: 5em;
        display: block;
        margin: auto;
        /* margin-bottom: -4em; */
    }

.contenido{
    max-width: 32em;
}

.info{
    background: #FF7E00;
    border-bottom: 4px solid #ffffff;
    padding: 4.5em 2.5em 2em;
}
    .info_titulo{
        font-weight: 700;
        font-size: 2em;
        margin-bottom: 1em;
    }
    .info_texto + .info_texto{
        margin-top: 1em;
    }
    .info_texto ul{
        padding-left:2em;
    }
    .info_texto li{
        padding-left:0.5em;
        margin-bottom:0.5em;
    }
    .info_enlace{
        background: #fff;
        color: #000000;
        padding: 0.5em;
        font-weight: 700;
    }

.errores{
    background: #000000;
    color: #ffffff;
    border-bottom: 4px solid #ffffff;
    padding: 1em 2.5em 1em;
}
    .errores_texto a{
        text-decoration: underline;
    }

.form{
    background: #e6e6e6;
    padding: 2em 2.5em 2em;
    color: #525657;
}
    .form_titulo{
        font-weight: 700;
        font-size: 2em;
        margin-bottom: 0.5em;
        color: #FF7E00;
    }

    .form_campo{
        margin-bottom: 1em;
    }
        .form_campo_input,.form_campo_select{
            display: block;
            width: 100%;
            max-width: 22.1em;
            font-size:0.9em;
            padding: 0.5em;
            background: #fff;
            border: 1px solid #fff;
        }
            .form_campo_input:disabled,.form_campo_select:disabled{
                cursor: auto;
                background: #c0c0c0;
                border-color: #c0c0c0;
                color: #808080;
            }
        .form_campo_confirmar{
            display: block;
            width: 100%;
            max-width: 22.1em;
            font-size:0.9em;
            padding: 0.5em;
            border: 1px solid #f2f2f2;
            background: #f2f2f2;
            color: #FF7E00;
            cursor: auto;
        }
        .form_campo_info{
            margin-top:0.2em;
            padding-left:0.2em;
            color: #525657;
            font-size: 0.9em;
            font-weight:700;
        }
        .form_campo_info_meta{
            color: #808080;
            font-weight:400;
            font-size: 0.8em;
        }
        .form_campo_checkbox{
            float: left;
            margin-top: 0.2em;
        }
            .form_campo_checkbox_bloque{
                width:350px;
            }
            .form_campo_checkbox_texto{
                padding-left: 1.4em;
                font-size:0.9em;
            }
            .form_campo_checkbox_label{
                cursor:pointer;
            }
    .form_video{
        max-width: 20em;
        width: 100%;
    }

.botonera{
    display: block;
    max-width: 20em;
    position: relative;
}
    .botonera_boton{
        display: block;
        color: #FFFFFF;
        background: #FF7E00;
        padding: 0.8em 1.2em;
        float: right;
        border: none;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
        .botonera_boton:hover{
            text-decoration: underline;
        }
        .botonera_boton:disabled{
            background: #c0c0c0;
            cursor: not-allowed;
            color: #808080;
            text-decoration: none!important;
        }
        .botonera_boton_regresar{
            color: #525657;
            background: #D5D9DB;
            font-weight: 700;
            float: left;
            padding-left: 0.4em;
            padding-right: 2em;
        }
        .botonera_boton_postular{
            background: #213132;
        }
        .botonera_boton_empezar{
            background: #385a5b; /* buscar */
        }
        .botonera_boton_grabar{
            background: #213132;
        }
        .botonera_boton_terminar{
            background: #385a5b;
        }

    .botonera + .botonera{
        margin-top: 2em;
    }
    .botonera_1 .botonera_boton{ max-width: 100%; min-width: 75%; }
    .botonera_2 .botonera_boton{ max-width: 50%; min-width: 42%; }
    .botonera_3 .botonera_boton{ font-size: 0.7em; max-width: 33.33%; }

.compartir{
    display: block;
    background: #FFFFFF;
    color: #FF7E00;
    font-weight: 700;
    text-align: center;
    width: 48%;
    margin: 0em 1% 1em;
    padding: 1.5em 0;
    border-radius: 1em;
    float: left;
    overflow: hidden;
}

.modal{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, .65);
    z-index: 9000;
}
    .modal_contenido{
        background: #213132;
        border: 6px solid #FFFFFF;
        color: #FFFFFF;
        position: absolute;
        z-index: 9090;
        top: 20%;
        left: 20%;
        width: 60%;
        padding: 3em;
        text-align: left;
        text-align: center;
    }
    .modal_texto_grande{
        font-size: 1.4em;
        margin-bottom: 1em;
    }
    .modal_imagen{
        display: block;
        margin:1.5em auto;
    }

    .modal_aceptar{
        padding:1em 3em;
        display: inline-block;
        background: #646a6c;
        border: none;
        font-weight: 700;
        margin-top: 1.5em;
        cursor: pointer;
    }


@media only screen and (min-width: 670px) {
    .logo_wrap{
        position: fixed;
        top:0;
        left:0;
        bottom:0;
        width:33%;
        height:100%;
    }
        .logo{
            max-width: 18em;
            margin-left: auto;
        }
            .logo_img{
                height: auto;
                display: inline-block;
                margin: initial;
            }
    .contenido_wrap{
        padding-left:33%;
    }
    .info{
        padding-top: 3em;
    }

}

@media only screen and (max-width: 320px) {
    html,body{
        font-size: 12px;
    }
}
@media only screen and (min-width: 900px) {
    .compartir{
        width: 31%;
    }
}
/* EXTRAS */

.placeholder{
    background:#e6e6e6;
    height: 100px;
}

.dinamico_debug + .dinamico_debug{
    border-top: 2px solid #FFFFFF;
    margin-top: 2em;
    padding-top: 3em;
}
