﻿.header{
    background-color: #F5F5F5;
    padding-bottom: 2rem;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
}
.footer {
    font-size: 14px;
    background-color: #272833;
    position: relative;
    margin: 0;
    margin-top: -3.7rem;
    padding-top: 3rem;
    min-height: 25vh;
    min-width: 1200px;
    z-index: 0;
}
.footer ul{
    max-width: 900px;
    display: block;
    flex-wrap: wrap;
    z-index: 10;
}
.footer li{
    cursor: pointer;
    list-style: none;
    width: 25%;
    margin-bottom: .5rem;
    text-align: left;
    font-weight: bold;
}
.footer li a, footer a{
    color: #BBB;
    text-decoration: none;
}
.footer li:hover a{
    color: #EEE;
    font-weight: bold;
}

.container {
    width: 1200px;
    margin: auto;
    padding: 1rem 0.5rem;
    z-index: 1;
    box-sizing: border-box;
}
.content {
    background-color: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0, .3);
    padding: 1rem;
    z-index: 1;
    margin-top: -2.5rem;
    min-height: 68vh;
    position: relative;
    box-sizing: border-box;
    border-radius: 16px;
}
    .flex{
    display: flex;
}
    .space-between{
    justify-content: space-between;
}
    .wrap {
    flex-wrap: wrap;
}
    .f-v-center{
        align-items: center;
    }
    .logo{
    width: 130px;
}
.t-right{
    text-align: right;
}
.f-07{
    font-size: .7rem;
}
nav{
    background-color: transparent;
    box-shadow: none;
    margin: auto;
}
#mnuEmpresa,.menu{
    margin: auto;
    float: none !important;
    display: inline-block;
}
.title:not(.panel-desplegable-titulo){
    box-shadow: none;
    background-color: transparent;
    color: #007A5E;
    text-shadow: none;
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 1.3rem;
}
.sec-empleador, .cont-form{
    margin: auto;
    max-width: 940px;
}
.inner {
    width: 100%;
    max-width: 1111px;
    margin: auto;
    text-align: center;
    font-size: 1.4em;
}
.inner nav > div:first-child{
    margin: auto;
    float: none !important;
    display: inline-block;
}
.inner nav{
    text-align: center;
}

.mt-2{
    margin-top: 2rem;
}
.mb-2{
    margin-bottom: 2rem;
}
.t-justify{
    text-align: justify;
}

.modal-layer{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
}
.modal-content{
    width: 500px;
    background-color: #FFF;
    border-radius: .5rem;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bold{
    font-weight: bold;
}
.field input, .field select{
    font-size: .98rem;
    height: 1.6rem;
    border: none;
    border-bottom: 1px solid #888;
    color: #888;
    font-weight: bold;
    padding: .15rem 0;
    outline: none;
    width: 100%;
}
        
.modal-header{
    text-align: left;
    font-size: .98rem;
}
.field input.new-button{
    width: 100px;
}
.field-validator{
    font-weight: bold;
    color:#F44336;
    position: absolute;
    top: 105%;
    font-size: .8rem;
}
.t-right{
    text-align: right;
}
.t-left{
    text-align: left;
}

@media(min-width: 1024px) and (max-width:1200px){
    .inner{
        max-width: 100%;
    }
}