body {
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

p {
    margin-bottom: 0px;
}

.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.form-control:active,
.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

:root {
    --color-primary: #FF7212;
}

:root {
    --color-primary-hover: #F56300;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.one-line {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.one-line-table {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 9px !important;
    padding-bottom: 0px !important;
}

.two-lines {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.d-btn-nav {
    text-align: right;
    padding-top: 6px;
}

/*.btn-acceder {
    background-color: #FF7212;
    color: rgba(255, 255, 255, .8);
    letter-spacing: .4px;
    font-size: 14px;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px
}*/

.btn-acceder {
    background-color: #FF7212;
    color: rgba(255, 255, 255, .8);
    letter-spacing: .4px;
    font-size: 13px;
    border-radius: 100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px
}



    .btn-acceder:hover {
        color: #FFFFFF;
    }



.btn-version {
    background-color: #FF7212;
    color: rgba(255, 255, 255, .8);
    letter-spacing: .4px;
    font-size: 13px;
    border-radius: 100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px
}



    .btn-version:hover {
        color: #FFFFFF;
    }


/*#btnWebEdi:hover {
    color: #F1F1F1;
}
*/

.sec-nav {
    background-color: #FAFAFA;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 0;
    z-index: 3;
    -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 0px rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
}

.sec-nav-doc {
    background-color: #FAFAFA;
    padding-top: 10px;
    padding-bottom: 6px;
}

    .sec-nav-doc .d-logo-nav > img {
        width: 140px;
    }

.floating-label-group {
    position: relative;
}

.floating-label {
    font-size: 16px;
    color: rgba(0, 0, 0, .3);
    position: absolute;
    pointer-events: none;
    top: 17px;
    transition: all 0.2s ease;
    left: 15px;
    margin-bottom: 0px;
    font-weight: 600;
}

    .floating-label b {
        font-weight: 400;
        color: rgba(0, 0, 0, .6);
    }

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: 8px;
    bottom: 0px;
    left: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    font-weight: 600 !important;
}

.form-control.input-form {
    background-color: #F4F4F4;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    color: #000000;
    font-size: 16px;
    height: 60px;
    color: rgba(0, 0, 0, .6);
    border: none;
    font-weight: 400;
}

    .form-control.input-form:active,
    .form-control.input-form:focus {
        background-color: #F4F4F4;
        box-shadow: none;
        outline: 0;
        color: rgba(0, 0, 0, .6);
    }

.form-header {
    margin-top: 20px;
}

    .form-header .form-group {
        margin-bottom: 15px;
    }

.sec-form-header {
    background-color: #FFFFFF;
    transition: height 300ms;
    height: 0px;
}

    .sec-form-header.active {
        height: 425px;
    }



.d-form-header {
    text-align: center;
    padding-top: 30px;
}

    .d-form-header .t1 {
        font-size: 30px;
        font-weight: 400;
        color: rgba(0, 0, 0, .6);
    }

.btn-ingresar {
    height: 60px;
    background-color: #FF7212;
    width: 100%;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 8px;
}

    .btn-ingresar:hover {
        color: #FFFFFF;
    }

.toggle-password {
    float: right;
    position: relative;
    z-index: 2;
    color: rgba(0, 0, 0, .5);
    right: 16px;
    top: -37px;
    margin-bottom: -25px;
    transition: .3s;
}

    .toggle-password:hover {
        color: rgba(0, 0, 0, 1);
        cursor: pointer;
    }

#txt_Contrasena {
    padding-right: 45px;
    font-family: "Open Sans";
}

    #txt_Contrasena:focus,
    #txt_Contrasena:active {
        font-family: "Open Sans";
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 2;
    padding-top: 0px;
    padding-bottom: 63px;
    color: #fff;
    text-align: right;
    width: 73%;
}

    .carousel-caption .t1 {
        color: #FF7045;
        font-size: 50px;
        font-weight: 400;
        text-shadow: 5px 5px 5px rgba(0, 0, 0, .4);
    }

    .carousel-caption .t2 {
        font-size: 30px;
        font-weight: 200;
        line-height: 1.4;
        text-shadow: 5px 5px 5px rgba(0, 0, 0, .6);
    }

        .carousel-caption .t2 span {
            font-size: 0px;
            display: block;
        }

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px;
    height: 2px;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .9;
    transition: opacity .15s ease;
}

.sec-edi {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #F4F4F4;
}

.d-edi .t1 {
    font-size: 16px;
    text-align: center;
    color: rgba(0, 0, 0, .6);
    line-height: 2;
}

    .d-edi .t1 span {
        font-size: 0px;
        display: block;
    }

.sec-orange {
    background: #FF7212;
    background-image: url("../images/icons/flechas-bg-orange.svg");
    /* fallback */
    background-image: url("../images/icons/flechas-bg-orange.svg"), linear-gradient(#FF7212, #FF9900);
    /* W3C */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, .06);
    box-shadow: 0px 5px 0px rgba(0, 0, 0, .06);
}

.d-orange .t1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

.sec-beneficios {
    padding-top: 90px;
    border-bottom: 1px solid #FF7212;
}

.d-item-beneficios {
    text-align: center;
    margin-bottom: 90px;
}

    .d-item-beneficios .t1 {
        color: #FF7212;
        font-size: 26px;
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .d-item-beneficios .t2 {
        font-size: 16px;
        color: rgba(0, 0, 0, .5);
        line-height: 1.8;
    }

        .d-item-beneficios .t2 span {
            font-size: 0px;
            display: block;
        }

.sec-contacto {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F4F4F4;
}

.title-contacto {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: rgba(0, 0, 0, .6);
}

.sub-title-contacto {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    color: rgba(0, 0, 0, .7);
}

.d-items-contacto {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.d-item-contacto {
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}

    .d-item-contacto.mail {
        margin-left: 30px;
    }

    .d-item-contacto > img {
        margin-bottom: 15px;
    }

    .d-item-contacto a {
        color: #FF7212;
        font-size: 18px;
        text-decoration: none;
        transition: .3s;
    }

        .d-item-contacto a:hover {
            color: #86888C;
        }


.footer {
    background-image: url(../images/bg-footer.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.d-items-footer {
    display: flex;
    justify-content: space-between;
}

.item-footer .t1 {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
}

.item-footer ul {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

    .item-footer ul li {
        list-style: none;
    }

.item-footer .t2 a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    transition: .3s;
    text-decoration: none;
}

.item-footer .t2 {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    transition: .3s;
}

    .item-footer .t2 a:hover {
        color: #FFFFFF;
    }

.item-footer.terra > img {
    margin-bottom: 12px;
}

.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar-doc .navbar-nav .nav-item {
    margin-left: 20px;
}

.dropdown-menu-right {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: none;
    -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

    .dropdown-menu-right .dropdown-item {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: .2px;
        transition: .3s;
        padding-left: 10px;
    }

        .dropdown-menu-right .dropdown-item:hover {
            background-color: #FF7212;
            border-radius: 5px;
            color: #FFFFFF;
        }

        .dropdown-menu-right .dropdown-item.active {
            background-color: #FF7212;
            border-radius: 5px;
        }

.sec-controls-table {
    background-color: #E7E7E7;
    height: 46px;
}

/* SELECT */
select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #eee;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 28px;
    line-height: 1.3;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .dropdown-select.select-comunidad {
        background-color: #F4F4F4;
        border-radius: 8px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        color: #000000;
        font-size: 16px;
        height: 60px;
        color: rgba(0, 0, 0, .6);
        border: none;
        font-weight: 400;
    }

        .dropdown-select.select-comunidad.open .list {
            background-color: #CDCDCD;
            border-radius: 8px;
            /*top: -195px;*/
            box-shadow: none;
        }

        .dropdown-select.select-comunidad .option {
            font-size: 16px;
            color: rgba(255, 255, 255, .8);
            margin-bottom: 4px;
        }

.label-comunidad {
    position: absolute;
    z-index: 3;
    left: 19px;
    top: 8px;
    bottom: 0px;
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    font-weight: 600 !important;
}

.dropdown-select.select-comunidad:focus {
    background-color: #F4F4F4;
}

.dropdown-select.select-comunidad:hover {
    background-color: #F4F4F4;
}

.dropdown-select.select-comunidad:active,
.dropdown-select.select-comunidad.open {
    background-color: #F4F4F4 !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select.select-comunidad.wide {
    width: 100%;
}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .3);
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    background-color: #F4F4F4;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 170px;
}

.dropdown-select.select-mes-movil.wide {
    width: 170px;
    width: 100%;
    margin-bottom: 10px;
}

.dropdown-select.select-hub-movil.wide {
    width: 170px;
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.10);
    background-color: #F4F4F4;
    border-radius: 5px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 183px;
    overflow: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
}


    /* width */
    .dropdown-select .list::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .dropdown-select .list::-webkit-scrollbar-track {
        background: #F4F4F4;
    }

    /* Handle */
    .dropdown-select .list::-webkit-scrollbar-thumb {
        background: #AFAFAF;
        border-radius: 100px;
        border-right: 2px solid #FFFFFF;
    }

        /* Handle on hover */
        .dropdown-select .list::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: .5rem;
    padding-right: .5rem;
    background-color: #F7F7F7;
}

.dropdown-select .dd-searchbox {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    outline: none;
    font-size: 14px;
}

    .dropdown-select .dd-searchbox:focus {
        border-color: #D73A86;
    }

.dropdown-select .list ul {
    padding: 0;
}

    .dropdown-select .list ul li:nth-child(odd) {
        /*background-color: #EEEEEE;*/
    }

    .dropdown-select .list ul li:first-child {
        display: none;
    }

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 30px;
    outline: none;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
    color: rgba(0, 0, 0, .4);
    font-weight: 500;
    font-size: 12px;
    width: 100%;
}

    .dropdown-select .option:hover {
        background-color: #FF7212;
        color: #FFFFFF;
        border-radius: 5px;
    }


.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.select-form {
    padding-left: 12px;
    border: none;
}

.select-mes {
    color: rgba(0, 0, 0, .4);
}

.select-hub {
    color: rgba(0, 0, 0, .4);
}

.select-form:active,
.select-form:focus {
    color: #000000;
}

.form-group-select {
    height: 40px;
}

/*END SELECT */

.sec-controls-table {
}

.d-controls-table {
    display: flex;
    justify-content: space-between;
}

.ul-control-btns {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .ul-control-btns li {
        display: inline-block;
        padding-top: 10px;
    }

        .ul-control-btns li a {
            color: #86888C;
            font-size: 16px;
            font-weight: 600;
            padding-left: 13px;
            padding-right: 13px;
            padding-bottom: 10px;
            transition: .3s;
            text-decoration: none;
        }

            .ul-control-btns li a.active {
                border-bottom: 3px solid #FF7212;
                color: #5F5F5F;
            }

            .ul-control-btns li a:hover {
                border-bottom: 3px solid #FF7212;
                color: #5F5F5F;
            }

.ul-control-form {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

    .ul-control-form li {
        float: left;
        padding-right: 5px;
        padding-left: 5px;
    }

.d-control-form {
    padding-top: 9px;
}

.progress {
    position: relative;
}

.bar {
    z-index: 1;
    position: absolute;
}

.progress span {
    position: absolute;
    top: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: black;
    margin-top: 3px;
    font-size: 14px;
    color: #FF7212;
}

.dropdown-menu-right.profile {
    min-width: 180px;
}

.d-info-nav-profile {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.d-info-nav-profile {
    text-align: center;
}

    .d-info-nav-profile > img {
        width: 60px;
    }

    .d-info-nav-profile .t1 {
        font-size: 16px;
        color: #FF7212;
        font-weight: 400;
        letter-spacing: .2px;
        margin-top: 6px;
    }

    .d-info-nav-profile .t2 {
        font-size: 9px;
        color: rgba(0, 0, 0, .4);
        letter-spacing: .2px;
        margin-top: -2px;
    }

.d-documentos-nav-profile {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

    .d-documentos-nav-profile .t1 {
        font-size: 11px;
        text-align: center;
        margin-bottom: 5px;
    }

.d-progress {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .5);
    height: 30px;
    border-radius: 5px;
}

    .d-progress .progress-bar {
        background-color: #E7E7E7;
    }

.d-btn-logout {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
    padding-top: 8px;
    text-align: center;
}

    .d-btn-logout .dropdown-item {
        padding: 0px;
        font-size: 12px;
    }

        .d-btn-logout .dropdown-item:hover {
            color: #FF7212;
            background-color: transparent !important;
        }

.navbar-doc .navbar-brand > img {
    width: 140px;
}

.input-search {
    height: 28px;
    font-size: 13px;
    border: none;
    width: 170px;
    color: #000000;
    letter-spacing: .4px;
    padding-left: 12px;
    padding-right: 33px;
    background-image: url(../images/icons/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

    .input-search::placeholder {
        color: rgba(0, 0, 0, .4);
    }

.d-dropdowns-header {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

    .d-dropdowns-header .dropdown {
        margin-left: 5px;
        margin-right: 5px;
    }

        .d-dropdowns-header .dropdown .dropdown-menu-right {
            z-index: 1001;
        }

/* .d-dropdowns-header .dropdown:hover > .dropdown-menu {
    display: block;
}
*/

.tooltip-exportar:hover > .dropdown-menu {
    display: block;
}

.d-control-form-movil {
    display: none;
}

.tabla-documentos thead th {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    background-color: #5F5F5F;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.tabla-documentos tbody td {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.btn-documento-table {
    background-color: #FF7212;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 100px;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .btn-documento-table:hover {
        background-color: #F56300;
        color: #FFFFFF;
    }

.tabla-documentos tr:nth-child(odd) {
    background-color: #F4F4F4;
}

.td-total {
    width: 33%;
}

.td-ant-sig {
    text-align: center;
    width: 33%;
}

.td-mostrar {
    text-align: right;
    width: 33%
}

.th-check {
    width: 40px;
    text-align: center;
}

.td-check {
    width: 40px;
    text-align: center;
}

.th-status {
    text-align: center;
    width: 78px;
    padding-left: 0px !important
}

.td-status {
    text-align: center;
    width: 78px;
    padding-left: 0px !important;
}

.th-de {
}

.th-tipo {
    width: 380px;
}

.td-tipo {
    width: 380px;
}

    .td-tipo.active {
        width: 250px !important;
        padding-left: 102px !important;
    }

.th-control {
    width: 120px;
    padding-left: 8px !important;
}

.td-control {
    width: 120px;
}

.th-documento {
    width: 170px;
    padding-left: 8px !important;
}

.td-documento {
    width: 170px;
}

.th-fecha {
    width: 140px;
    padding-left: 0px !important;
}

.td-fecha {
    width: 140px;
    padding-left: 19px !important;
}

.th-fecha:hover {
    cursor: pointer;
}

.th-fecha img {
    margin-right: 8px;
    margin-top: -2px;
}

.sec-footer-table {
    background-color: #5F5F5F;
    padding-top: 10px;
    padding-bottom: 11px;
}

.d-footer-table {
    display: flex;
    justify-content: space-between;
}

.d-total .t1 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .4px;
}

    .d-total .t1 span.active {
        color: #FF7212;
        margin-left: 5px;
        margin-right: 5px;
    }

.d-ant-sig a {
    font-size: 12px;
    letter-spacing: .4px;
    font-weight: 300;
    text-decoration: none;
}

    .d-ant-sig a.disabled {
        color: rgba(255, 255, 255, .4);
    }


        .d-ant-sig a.disabled:hover {
            color: rgba(255, 255, 255, .4);
            cursor: no-drop;
        }

    .d-ant-sig a.active {
        color: #FFFFFF;
    }

        .d-ant-sig a.active:hover {
            color: #FF7212;
        }

.d-ant-sig span.active {
    margin-left: 9px;
    margin-right: 10px;
    color: #FF7212;
}

.d-mostrar .t1 {
    font-size: 12px;
    color: #FFFFFF;
    color: #FFFFFF;
}

    .d-mostrar .t1 span {
        margin-left: 7px;
    }

    .d-mostrar .t1 a {
        color: #FFFFFF;
        text-decoration: none;
        margin-left: 3px;
        margin-right: 3px;
    }

        .d-mostrar .t1 a.active {
            color: #FF7212;
        }

.tabla-documentos {
    margin-bottom: 0px;
}

    .tabla-documentos tbody {
        display: block;
        height: calc(100vh - 192px);
        overflow: auto;
    }

        .tabla-documentos thead,
        .tabla-documentos tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

    .tabla-documentos thead {
        width: calc(100%)
    }

    .tabla-documentos table {
        width: 500px;
    }

.d-control-form-movil {
}

.btn-search-movil {
    padding: 5px;
}

    .btn-search-movil > img {
        width: 25px;
    }

.btn-selects-movil {
    padding: 5px;
    margin-left: 3px;
}

    .btn-selects-movil > img {
        width: 25px;
    }

.input-search-movil {
    height: 28px;
    font-size: 13px;
    border: none;
    width: 100%;
    color: #000000;
    letter-spacing: .4px;
    padding-left: 12px;
    padding-right: 33px;
    background-image: url(../images/icons/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

    .input-search-movil::placeholder {
        color: rgba(0, 0, 0, .4);
    }

.dropdown .dropdown-menu.d-search-movil {
    width: calc(93vw - 15px);
    left: 15px !important;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #86888C;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.dropdown .dropdown-menu.d-selects-movil {
    width: calc(93vw - 15px);
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #86888C;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #FF7212;
    background-color: #FF7212;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    /*border-color: #FF7212;
    background-color: #FF7212;*/
    box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.btn-table-imprimir {
    background-color: #FF7212;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 100px;
    padding-top: 1px;
    padding-bottom: 2px;
    font-weight: 300;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

    .btn-table-imprimir > img {
        margin-right: 5px;
        width: 16px;
    }

    .btn-table-imprimir:hover {
        background-color: #F56300;
        color: #FFFFFF;
    }

.modal-pdf .modal-content {
    border: 7px solid #000000;
    border-radius: 0px;
}

.modal-pdf .modal-header {
    padding: 0px;
    background-color: #5F5F5F;
    border-radius: 0px;
    letter-spacing: 1px;
    height: 60px;
}

    .modal-pdf .modal-header .modal-title {
        color: #FFFFFF;
        font-size: 14px;
    }

        .modal-pdf .modal-header .modal-title > img {
            margin-right: 6px;
        }

.d-btns-modal {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.btn-close-modal {
    background-color: #FF7212;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    height: 59px;
    border-radius: 0px;
}

    .btn-close-modal:hover {
        background-color: #F56300;
    }

.btn-min-modal {
    background-color: #FE964F;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    height: 59px;
    border-radius: 0px;
}

    .btn-min-modal:hover {
        background-color: #FFBD91;
    }


.modal-pdf .modal-footer {
    justify-content: space-between;
    background-color: #5F5F5F;
    border-radius: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-modal-footer-ant {
    background-color: #FFFFFF;
    height: 30px;
    padding-left: 0px;
    padding-right: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    font-size: 14px;
}

    .btn-modal-footer-ant > img {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #FF7212;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        height: 30px;
        margin-top: -1px;
        margin-left: -2px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 12px;
        transition: .3s;
    }

    .btn-modal-footer-ant:hover > img {
        background-color: #F56300;
    }

.btn-modal-footer-sig {
    background-color: #FFFFFF;
    height: 30px;
    padding-right: 0px;
    padding-left: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    font-size: 14px;
}

    .btn-modal-footer-sig > img {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #FF7212;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        height: 30px;
        margin-top: -1px;
        margin-right: -2px;
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 12px;
        transition: .3s;
    }

    .btn-modal-footer-sig:hover > img {
        background-color: #F56300;
    }


.modal-pdf .modal-body {
    height: calc(100vh - 206px);
    padding: 0px;
}

.tooltip-inner {
    font-size: 11px;
}

.btn-modal-imprimir {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-modal-exportar {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 10px;
}

.btn-modal-reenviar {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 15px;
    margin-left: 10px;
}


.btn-cuenta {
    opacity: .9;
    transition: .3s;
}

    .btn-cuenta:hover {
        opacity: 1;
    }

.btn-profile {
    opacity: .9;
    transition: .3s;
}

    .btn-profile:hover {
        opacity: 1;
    }

.sec-form-datos-contacto {
    padding-bottom: 50px;
    display: block;
    height: calc(100vh - 156px);
    overflow: auto;
}

.d-title-datos-contacto {
    display: flex;
}

.d-img-datos-contacto {
    margin-right: 20px;
}

    .d-img-datos-contacto > img {
        width: 50px;
    }

.d-info-datos-contacto {
    padding-top: 2px;
}

    .d-info-datos-contacto .t1 {
        font-size: 16px;
    }

    .d-info-datos-contacto .t2 {
        font-size: 12px;
        color: rgba(0, 0, 0, .6);
        margin-top: 1px;
    }

.check-datos-contacto .custom-control-label {
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
    padding-top: 3px;
    padding-left: 5px;
}

    .check-datos-contacto .custom-control-label::before {
        background-color: #F4F4F4;
    }

.d-item-form-datos {
    padding-bottom: 35px;
    border-bottom: 1px solid #FF7212;
    margin-top: 50px;
}

.contacto-admin {
    transition: height 300ms;
    height: 0px;
}

    .contacto-admin.active {
        height: 337px;
    }

    .contacto-admin.none {
        padding-bottom: 0px;
        border-bottom: none;
        margin-top: 0px;
    }

.d-info-datos-contacto.modificar-pass {
    padding-top: 12px;
    margin-bottom: 25px;
}

    .d-info-datos-contacto.modificar-pass .t2 a {
        color: rgba(0, 0, 0, .6);
        text-decoration: underline;
        transition: .3s;
    }

        .d-info-datos-contacto.modificar-pass .t2 a:hover {
            color: rgba(0, 0, 0, 1);
            text-decoration: underline;
        }

.radio-datos-contacto {
    margin-bottom: 15px;
}

    .radio-datos-contacto .custom-control-label {
        color: rgba(0, 0, 0, .6);
        font-size: 12px;
        padding-top: 3px;
        padding-left: 5px;
    }

        .radio-datos-contacto .custom-control-label::before {
            background-color: #F4F4F4;
        }

.d-item-form-datos.preferencias {
    border-bottom: none;
    padding-bottom: 0px;
}

.sec-footer-cuenta {
    background-color: #5F5F5F;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    z-index: 1001;
}

.d-footer-cuenta {
    display: flex;
    justify-content: flex-end;
}

.d-btn-cancelar {
    margin-right: 10px;
}

.btn-cancelar {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100px;
    transition: .3s;
}

    .btn-cancelar:hover {
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }

.btn-guardar {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    background-color: #FF7212;
    width: 100px;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: .3s;
}

    .btn-guardar:hover {
        color: #FFFFFF;
        background-color: #F56300;
    }

.btn-enviar {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    background-color: #FF7212;
    width: 100px;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: .3s;
}

    .btn-enviar:hover {
        color: #FFFFFF;
        background-color: #F56300;
    }


.p-no-pass {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 18px;
}

    .p-no-pass a {
        color: #FF7212;
        transition: .3s;
        text-decoration: none;
    }

        .p-no-pass a:hover {
            color: #86888C;
        }

.p-alerta-login {
    margin-top: 5px;
    font-size: 13px;
}

.d-total,
.d-mostrar {
    padding-top: 3.4px;
}

.select-mes-movil {
    display: block !important;
    background-color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: 28px;
    padding-left: 8px;
    padding-top: 3px;
    width: 100% !important;
}

.select-hub-movil {
    display: block !important;
    margin-top: 14px;
    background-color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: 28px;
    padding-left: 8px;
    padding-top: 3px;
    width: 100% !important;
}

.sec-controls-table.cuenta {
    height: 47px;
}

.sec-detalle-consumo {
    padding-top: 50px;
    padding-bottom: 50px;
}

.row-item-detalle-consumo {
    margin-bottom: 35px;
}

.item-detalle-consumo .t1 {
    margin-bottom: 14px;
    font-size: 16px;
}

.item-detalle-consumo .t2 {
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    margin-top: 15px;
}

.tabla-consumo thead th {
    background-color: #5F5F5F;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: .2px;
}

.tabla-consumo tbody td {
    font-size: 11px;
    color: rgba(0, 0, 0, .7);
    vertical-align: middle;
}

.tabla-consumo {
    margin-bottom: 0px !important;
}

.th-partner {
    border-top-left-radius: 5px;
    border-right: 1px solid #FFFFFF !important;
    padding-left: 20px !important;
}

.td-partner {
    border-right: 1px solid #FFFFFF !important;
    padding-left: 20px !important
}

.th-recibidos {
    border-right: 1px solid #FFFFFF !important;
    width: 90px;
    text-align: center;
}

.td-recibidos {
    border-right: 1px solid #FFFFFF !important;
    width: 90px;
    text-align: center;
}

.th-enviados {
    border-right: 1px solid #FFFFFF !important;
    width: 90px;
    text-align: center;
}

.td-enviados {
    border-right: 1px solid #FFFFFF !important;
    width: 90px;
    text-align: center;
}

.th-total {
    width: 90px;
    border-top-right-radius: 5px;
    text-align: center
}

.td-total {
    width: 90px;
    text-align: center;
}

.tabla-consumo tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.tabla-consumo tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.tabla-consumo tbody tr:nth-child(odd) {
    background-color: #F4F4F4;
}

.tabla-consumo tbody tr:nth-child(even) {
    background-color: #E7E7E7;
}


.d-form-adhesion {
    margin-top: 30px;
}

.title-adhesion {
    font-size: 16px;
}

.sub-title-adhesion {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    margin-top: 5px;
}

.d-item-form-adhesion {
    margin-top: 30px;
}

.p-contacto-adhesion {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    margin-top: 5px;
}

    .p-contacto-adhesion a {
        color: rgba(0, 0, 0, .6);
        text-decoration: underline;
    }

.d-select-comunidad-movil {
    display: none;
}

.d-item-alert {
    position: absolute;
    bottom: 60px;
    right: 18px;
    z-index: 9;
}

.item-alert {
    position: relative;
    right: 0;
    bottom: 0%;
    display: flex;
    border: 2px solid #FF7212;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #F4F4F4;
    width: 174px;
}

.img-alert {
    margin-right: 12px;
}

.title-alert {
    padding-top: 4px;
}

.dropdown-menu-user {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 2px;
}

    .dropdown-menu-user a:nth-child(1) {
        margin-bottom: 10px;
    }

.icon-tablas {
    pointer-events: none;
}
.sec-webinars {
    display: block;
    height: calc(90vh - 25px);
    overflow: auto;
    margin: -10px 20px 0px 20px;
    text-align: right;
    width: 355px;
    grid-area: menu;
    grid-column-start: 2;
    grid-column-end: 3;
}

.img-border img {
    border-radius: 5px;
    background-color: #444444;
    margin-top: 20px;
}

.sec-webinars img {
    text-align: center;
    padding: 8px;
    display: flex;
    max-width: calc(307.778vh);
    border-radius: 10px;
    width: 100%;
}

.selected img {
    text-align: center;
    padding: 5px;
    display: flex;
    max-width: calc(307.778vh);
    border: 3px solid #FF7212;
    border-radius: 10px;
    background-color: #444444;
    width: 100%;
    margin-top: 20px;
}

.sec-webinars h1 {
    font-weight: bold;
    color: #5F5F5F;
    font-size: 16px;
    margin-left: 25px;
    margin-top: 10px;
    text-align: left;
}

.sec-webinars p {
    color: #CDCDCD;
    font-size: 12px;
    margin-left: 25px;
    text-align: left;
    padding-bottom: 30px;
}

.sec-video {
    display: block;
    padding: 7px;
    background-color: #444444;
    margin: 10px 20px 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    color: #eee;
    font-size: 20px;
    text-align: center;
    grid-area: main;
    grid-column-start: 3;
    grid-column-end: 3;
    width: 80%;
    height: fit-content;
}

.selected {
    border: #FF7212;
    border-width: 10px;
}

.justify-left {
    justify-content: left;
    text-align: center;
}

    .justify-left iframe {
        margin: 0px;
        justify-content: left;
        text-align: center;
    }

.video-responsive {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

    .video-responsive::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    /*bottom: 0;*/
    /*right: 0;*/
    width: 100%;
    height: 100%;
    /*border: none;*/
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-webinars-nom {
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    grid-column-start: 1;
    grid-column-end: 2;
    text-align: left;
    width: 100%;
    margin-top: 10px;
}

.sec-webinars-fecha {
    background-color: #FFFFFF;
    border-radius: 10px;
    font-weight: lighter;
    color: #FF7212;
    font-size: 15px;
    padding: 7px;
    text-align: center;
    grid-column-start: 2;
    grid-column-end: 2;
    margin: 15px 10px 10px auto;
    text-align: end;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: auto;
    padding-bottom: auto;
}

.center img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.grid {
    display: grid;
    column-gap: 10px;
    gap: 10px;
    grid-template-columns: 5% 400px auto;
}

.grid2 {
    display: grid;
    column-gap: 10px;
    gap: 20px;
    /*grid-template-columns: auto 300px;*/
}

.container {
    position: relative;
}

.center img {
    border: none;
    background-color: transparent;
    width: 100px;
    top: 50%;
    left: 50%;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    border: none;
    background-color: none;
}

.sec-webinar2 {
    width: 100%;
    height: auto;
}

.scrollbar-hide {
    overflow-y: hidden;
}

.orange {
    fill: #FF7212;
}

.sticky {
    position: sticky;
    top: 0;
}

.buz-flag {
    position: absolute;
    margin: -30px 5px;
    background-color: #FF7212;
    color: #ffffff;
    padding: 3px;
    font-size: 12px;
    border-radius: 5px 5px 5px 0px;
    font-weight: bolder;
    opacity: 0%;
    text-align: center;
}

.buz-flag-container {
    position: absolute;
    margin: 12px 237px;
    width: 20px;
    height: 20px;
    background-color: none;
    padding: 15px;
}

.buz-flag-hover {
    position: absolute;
    margin: -15px -15px;
    width: 30px;
    height: 30px;
}

    .buz-flag-hover:hover + .buz-flag {
        opacity: 100%;
    }

.man-flag {
    position: absolute;
    margin: -30px 5px;
    background-color: #FF7212;
    color: #ffffff;
    padding: 3px;
    font-size: 12px;
    border-radius: 5px 5px 5px 0px;
    font-weight: bolder;
    opacity: 0%;
}

.man-flag-container {
    position: absolute;
    margin: 12px 132px;
    width: 20px;
    height: 20px;
    background-color: none;
    padding: 15px;
}

.man-flag-hover {
    position: absolute;
    margin: -15px -15px;
    width: 30px;
    height: 30px;
}

    .man-flag-hover:hover + .man-flag {
        opacity: 100%;
    }

.web-flag {
    position: absolute;
    margin: -30px 5px;
    background-color: #FF7212;
    color: #ffffff;
    padding: 3px;
    font-size: 12px;
    border-radius: 5px 5px 5px 0px;
    font-weight: bolder;
    opacity: 0%;
}

.web-flag-container {
    position: absolute;
    margin: 12px 82px;
    width: 20px;
    height: 20px;
    background-color: none;
    padding: 15px;
}

.web-flag-hover {
    position: absolute;
    margin: -15px -15px;
    width: 30px;
    height: 30px;
}

    .web-flag-hover:hover + .web-flag {
        opacity: 100%;
    }

.dropdown-menu-user {
    margin-top: 0px;
    border-radius: 8px;
}

.marg-nav {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sec-nav-doc {
    padding-bottom: 3px;
    padding-top: 5px;
}

.d-logo-nav {
    padding-top: 5px;
    bottom: auto;
}

.footerControles {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}

.btn-table-eliminar, .btn-table-restaurar {
    background-color: var(--color-primary);
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 100px;
    padding-top: 1px;
    padding-bottom: 2px;
    font-weight: 300;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.item-footer .t2 .link-footer-orange {
    color: #FF9D5A;
}
.btn-cotizar {
    border-color: #FF7212;
    background-color: #FFFFFF;
    color: rgba(255,114,18);
    letter-spacing: .4px;
    font-size: 14px;
    border-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
