/*******************************************************************************
******************************CSS GENERAL***************************************
********************************************************************************/
@font-face {
    font-family: 'mohave';
    src: url('../resources/fonts/Mohave.otf');
}

@font-face {
    font-family: 'bebas neue';
    src: url('../resources/fonts/BebasNeue.otf');
}

@font-face {
    font-family: 'ronnia';
    src: url('../resources/fonts/RonniaReg.otf');    
}

@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../resources/fonts/AvenirLTStd-Medium.otf');    
}

@font-face {
    font-family: 'lato';
    src: url('../resources/fonts/Lato-Regular.ttf');    
}

@font-face {
    font-family: 'BigNoodleTitling';
    src: url('../resources/fonts/big_noodle_titling.ttf');    
}

@font-face {
    font-family: 'pacifico';
    src: url('../resources/fonts/Pacifico.ttf');    
}

@font-face {
    font-family: 'baroness';
    src: url('../resources/fonts/Baroness_Kuffner.ttf');    
}

#p01, #p02{
    color: #FFF;
    text-align: center;
    font-family: baroness;
    font-size: 35px; 
    margin: 15px;
}

body {
    background-color: #000 !important;
    font-size: 12px;
    margin: 10px;
}

h1 span{
    color: #2F2B29;
    font-weight: bold;
    font-size: 1.05em;
}

h2, h3{
    color: #000 !important; 
}

h2 i{
    color: #D4000F !important; 
}

hr{
    height: 1px !important;
    background-color: #8F8E8D;
    width: 90% !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.required{
    color: #D7323E !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.428571429;
    padding: 6px 0;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 12px 10px;
    border-radius: 35px;
    font-size: 20px;
}

.page-header h2{
    color: #D4000F !important;
}

.page-header h4{
    color: #FFF;
}

.panel-heading h2{
    color: #000 !important; 
}

.panel-heading h2 i{
    color: #D4000F !important; 
}

.page-header{
    border: none !important;
}

/*******************************************************************************
*********************************MENU*******************************************
********************************************************************************/
.navbar{
    border-radius: 0px !important;
    font-family: 'ronnia';
    font-size: 15px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;    
}

.navbar-default{   
    background-color: #2F2B29 !important;
    border-color: #2F2B29 !important;
}

.navbar-default a{
    border-color: #2F2B29 !important;    
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default a{
    color: #FFF !important;
    font-weight: bold;
}

.navbar-default a:hover{   
    background-color: #EC1C29 !important;
}

.navbar-default a.active{
    background-color: #EC1C29 !important; 
}

/*MENÚ SUPERIOR*/

.navbar-top .navbar{
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-top .navbar-default a{       
    width: 200px;
    font-size: 13px;
}

/*MENÚ INFERIOR*/

.navbar-bottom .navbar{
    font-size: 11px; 
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-bottom .navbar-default a{
    border-right: 1px solid #FFF !important;     
}

.navbar-bottom .navbar-default :last-child > a {
    border-right: none !important; 
}

/*******************************************************************************
******************************* TABS *******************************************
********************************************************************************/
.stepwizard {
    display: table;
    width: 100%;    
    position: relative;
    background-color: #F1F1F1;
    opacity: .99;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-row .stepwizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.stepwizard-row .stepwizard-step:last-child > .progress {
    width: 50%;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 105px;
    padding-top: 15px;
}

.stepwizard-step p {
    margin-top: 10px;
    padding: 5px;
    color: #939394;
}

.stepwizard-step a p{
    display: none;
}

.stepwizard-step a[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    background-color: #B3B3B3 !important; 
}

.btn-wizard-step{
    color: #FFFFFF;
    font-weight: bold !important;
    background-color: #B1917C;
    border-color: #B1917C;
    z-index: 4;
}

.btn-wizard-step:hover{
    color: #FFFFFF !important;
}

.progress {
    position: absolute;
    width: 100%;
    height: 10.56px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    z-index: -1;
    top: 30%;
    margin: 0px;
    background-color: #B3B3B3 !important;
}

.stepwizard-step img{
    display: none;
}

.current img {
    display: inline;
    position: absolute;
    top: -25%;
    left: 39%;
}

.current .progress, .current .btn-wizard-step{    
    background-color: #00B158 !important;  
    border-color: #00B158;  
}

.complete .progress, .complete .btn-wizard-step{    
    background-color: #222222 !important;  
    border-color: #222222;  
}

.current p{
    font-weight: bold;
}

.current p i{
    color: #222222 !important;
}

.current p, .complete p {
    color: #222222;
}

.complete p i{
    color: #6AAC12;
}

.btn-step-nav{
    text-align: left !important;
}

.btn-step-nav i{
    float: right;
}

.btn-step-nav span {
    font-size: 0.7em !important;
    display:block !important;
}

.btn-step, .btn-step-nav{
    color: #fff !important;
    background-color: #D4000F !important;
    border-color: #D4000F !important;
    border-radius: 0px !important;
    font-weight: bold;    
}

.setup-content, #editar-panel{
    background-color: #DDEEC5 !important;
}

#step-6, #step-6 .ui-datagrid-content{
    background-color: #FFF !important;
}

/*******************************************************************************
******************************CSS SUBIR FOTO************************************
********************************************************************************/

.imagewrap {
    display:inline-block;
    position:relative;
}

.imagewrap-button {
    position:absolute;
    left:17%;
    top:0;
    opacity: 0.35; 
    width: 160px; 
    height: 160px;
}

.imagewrap-button:hover {
    opacity: 1;
}

.video-box{
    float:left;
}

.video-overlays {
    position:absolute;
    float:left;
    z-index:300000;
    width: 360px; 
    height: 360px;  
    opacity: 1;   
    font-size: 24px;
    font-weight: bold;
}

.video-overlays p{
    color: #FFF/*#35AC19*//*#D4000F*/;
    margin-left: 40% !important;
    margin-top: 25% !important;
    font-size: 120px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #D4000F,
        -2px -2px 1px #D4000F,
        -2px 2px 1px #D4000F,
        2px -2px 1px #D4000F;
}

/*******************************************************************************
****************************CSS PRIMEFACES**************************************
********************************************************************************/
.ui-dialog-titlebar{
    background-color: #000 !important; 
    color: #FFF;
}

.ui-dialog-titlebar a span{
    background-color: #FFF !important;
}

.ui-datagrid-content{
    background-color: #DDEEC5 !important;
}

.ui-panel .ui-panel-titlebar{
    background-color: #2F2B29 !important;
    color: #FFF !important;
}

.ui-chkbox-box{
    margin: 4.5px !important; 
}

.ui-selectmanycheckbox td label{
    font-weight: normal !important;    
}

#updInfCfm .ui-dialog-titlebar, #cfmDiag.ui-dialog .ui-dialog-titlebar{
    display: none !important;   
}


.tarjeta{
    /*font-family: 'ronnia';
    color: #FFFFFF;   
    font-size: 24px;
    font-weight: bold;
    text-align: center;*/
}

.tarjeta a{
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px  !important;
    background-color: #00B158;
    color: #FFF;
    padding: 10px;
}

.tarjeta-nuevo{
    background-color: #2F2B29; 
}

.tarjeta-editar{
    background-color: #D4000F;
}

.tarjeta-editar a{
    position: absolute;
    bottom: 0%;
    left: 25%;
    font-size: 40px;
}

.tarjeta-nuevo a{
    position: absolute;
    bottom: 0%;
    right: 15%;
    font-size: 40px;
}

.tarjeta-nuevo a p{
    color: #FFF;
}

.tarjeta-editar a p{
    color: #FFF;
}

.tarjeta-nuevo a:hover, .tarjeta-editar a:hover{
    /*color: #FFF;*/
    text-decoration: none;
    cursor: pointer;
}


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.ui-datalist-content{
    border: none;
}

dt{
    font-weight: normal !important;
}

#cocina{
    background: #ffffff url('../resources/images/china/increible.png') no-repeat;    
    height: 293px;
    background-size: 100% 100%;
}

#sirviendo{
    background: #ffffff url('../resources/images/china/sirviendo-02.png') no-repeat;    
    height: 293px;
    background-size: 100% 100%;
}

.trabajaFont {
    font-family: 'lato';
    font-size: 40px; 
    padding-top: 35px;
}

.ambienteFont {
    font-family: 'pacifico'; 
    font-size: 45px;
    font-weight: bold;    
}

.bepart{
    font-family: 'BigNoodleTitling'; 
    font-size: 100px;
    font-weight: bold;    
}

.chinaexperience{
    font-family:'lato';
    font-size: 36px;
}

.smallLinks{
    display: none;
}

.small-link-container{
    background-color: #EC1C29; 
    height: 25px;
}

.logoAlign {
    width: 100%; 
    text-align: left;
    position: relative; 
    top: 30px;
}

.empleosLabel {
    display: block; 
    font-size: 20px; 
    width: 160px; 
    text-align: center;
}


#smallMenu{
    display: none;
}

#link-container{
    position: absolute;
    top:65%;
    left: 28%;
}

.logo{
    vertical-align: top;
    max-width: 20%;
    min-width: 100px;
    padding-right: 15px;
}

.vert-cent{
    margin-top: 3%;
}

.pad {
    padding:20px;
}

.menuDiv {
    width: 70%;
    text-align: center;
    display: inline-block;
}

@media(max-width:767px) {
    .navbar-top .navbar-default a{       
        font-size: 24px;
    }

    .logo{
        max-width: 20%;
    }    

    #link-container{
        max-width: 65%;
        top:60%;
        left: 20%;
    }

    #smallMenu{
        display: inline-block;
        width:100%;
    }    

    #bigMenu{
        display: none;
    }

    .navbar-collapse {
        position:relative; 
        top: 0px;
        display: block !important;
        text-align: left !important;
    }

    .nav li{
        display: inherit !important;
    }  

    #p01, #p02{
        font-size: 20px;
    }    

    #intro-01{
        display: none;
    }

    #intro-02{
        display: block !important;
    } 

    .stepwizard{
        width: 100%;
        margin-bottom: 5px;
        padding-left: 0px; 
    }

    .stepwizard-step {
        width: 100%;
        display:block;
    }

    .stepwizard-step a p{
        display: inline;
        color: #FFF;
        font-weight: bold;
    }    

    .stepwizard-step p{
        display: none;
    }     

    .btn-circle{
        width: 100%;
    }

    .btn-circle.btn-xl {
        border-radius: 0px;
        width: 100%;
        height: 25px;
        font-size: 15px;
        padding: 0px 0px 0px 15px;
        text-align: left;
    }    

    .progress{
        display:none;
    }

    .navbar-bottom{
        display:none;
    }

    .stepwizard-step img, .current img{
        display: none;
    }  

    .bepart{
        font-size: 75px;
    }

    .chinaexperience{
        font-size: 27px;
    }    

    .bigLinks{
        display: none;
    }

    .smallLinks{
        color: #FFF;
        font-size: 25px;
        font-weight: bold;
        display: inline-block;
    }

    .tarjeta a{
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px  !important;
        width: 250px;
    }    

    .small-link-container{
        height: 150px;
    }    

    .logoAlign {
        text-align: center;
    }

    .empleosLabel {
        width: auto; 
        text-align: center;
        position: relative;
        left: -10px;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {  
    .navbar-top .navbar-default a{       
        width: 150px;
    }
    
    #link-container{
        max-width: 75%;
        top:62%;
        left: 22%;
    }    
}

@media(max-width:1200px) {
    .logoAlign {
        position: relative;
        top: 0px;
    }
}   

@media(max-width:995px) {
    #cocina{
        background: #ffffff url('../resources/images/china/cocina.png') no-repeat;    
        background-size: 100% 100%;        
    }   

    #sirviendo{
        background: #ffffff url('../resources/images/china/sirviendo-03.png') no-repeat;    
        background-size: 100% 100%;
    }    

    .navbar-top .navbar-default a{
        width: auto !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }    

}

@media(max-width:440px) {
    .navbar-top .navbar-default a{       
        font-size: 18px;
    }
    .bepart{
        font-size: 60px;
    }

    .pad {
        padding:20px;
    }
    
    .menuDiv {
        width:65%;
        text-align: center;
    }
    
    .smallMenu {
        text-align: right;
    }
    
    .chinaexperience{
        font-size: 20px;
    }    

    .trabajaFont {
        font-family: 'lato';
        font-size: 28px; 
        padding-top: 35px;
    }

    .ambienteFont {
        font-family: 'pacifico'; 
        font-size: 32px;
        font-weight: bold;    
    }

}

@media(max-width:390px) {
    .pad {
        padding:15px;
    }
    
    #smallMenu {
        width:120%;
    }
}

@media(max-width:290px) {
    .pad {
        padding:10px;
    }

    .menuDiv {
        width:55%;
        text-align: center;
    }
}
