html,
body {
    height: 100%;
    margin: 0
}

.box {
    display: flex;
    flex-flow: column;
    height: 125%;
    /*  position: fixed;
    width: 100%;*/
}

.box .row.header {
    flex: 0 1 auto;
    /* The above is shorthand for:
          flex-grow: 0,
          flex-shrink: 1,
          flex-basis: auto
          */
}
.caja-direccional{
	padding-bottom: 15px!important;
}
.box .row.content {
    flex: 1 1 auto;
    /*overflow: auto;*/
}

@media only screen and (max-width: 1200px){
    .rTableCellMobile {
        display: flex !important;
    }
    .rTableBodyMobile {
        border: 1px solid black;
        display: block !important;
        padding: 15px !important;
        margin: 10px 0 10px 0 !important;
        border-radius: 10px !important;
        background-color: #daeeff !important;
    }
    .categoriaTra {
        display: block !important;
    }
    .TablaHeadMobile {
        display: none !important;
    }
    .rTableCell {
        border: none!important
    }

}

@media only screen and (max-width: 1366px) and ( max-height: 768px){
    .vertical-center {
        margin: auto !important;
        position: relative !important;
        top: auto !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}

.logo {
    content: url("../../imagenes/logos/MarshLogo.png");
    height: auto;
    /*width: 40%;*/
    max-width: 170px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.categoriaTra {
    display: none;
    font-weight: bold;
    padding-right: 5px;
}

.label {
    padding: 1px;
}

.rTable {
    display: table;
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

.rTableRow {
    display: table-row;
}

.rTableCell {
    display: table-cell;
    padding: 3px 5px 0px 0px;
}

.rTableBody {
    display: table-row-group;
}

.horizontal-center {
    margin-left: auto;
    margin-right: auto;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.imagen-load {
    display: block;
    top: 37%;
    position: relative;
    width: 300;
}

.contePrincipal {
    height: 100%;
    position: fixed;
    width: 100%;
    overflow: auto;
}

.contePrincipal {
    height: 100%;
}

.pregunta {
    padding-bottom: 35px;
    font-size: 20px;
    font-weight: bold;
}

.conteGif {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #ffffffad;
    top: 0;
}

.banner {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    margin: 0;
    height: 80px;
    z-index: 999;
}

.head-table {
    background-color: #efefef;
    min-height: 200px;
}

.body-table {
    border: 0.5px solid #efefef;
}

section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-atras {
    position: relative;
     width:50px;
    font-size: 30px;
    z-index: 999;
    color: #ffffff;
    background:#3d75d9;
    padding: 9px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.btn-siguiente {
    position: relative;
     width:50px;
    font-size: 30px;
    z-index: 999;
    color: #ffffff;
    background:#3d75d9;
    padding: 9px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
}
.btn-atras:hover {
    position: relative;
     width:50px;
    font-size: 30px;
    z-index: 999;
    color: #ffffff;
    background:#5684d7;
    padding: 9px;
    text-align: center;
    height: 50px;

}

.btn-siguiente:hover {
    position: relative;
     width:50px;
    font-size: 30px;
    z-index: 999;
    color: #ffffff;
    background:#5684d7;
    padding: 9px;
    text-align: center;
    height: 50px;
}
#contenedorPrincipal {
    /*margin-top: 80px;*/
}

.acepto {
    width: 20px !important;
}

.head-table {
    font-weight: bold;
}

#FormDocumentos {
    max-height: 400px;
    overflow: auto;
}

textarea {
    resize: none;
}


.form-control-optional {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.custom-select-optional {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 0.75rem center;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}