@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/* You can add global styles to this file, and also import other style files */
body {    
    overflow-x: hidden;
    background-color: whitesmoke;
}

.s-menu {
    -webkit-transition: .4s;
    transition: .4s;
    text-decoration: none !important;
}

a {
    /* -webkit-transition: .4s; */
    /* transition: .4s; */
    text-decoration: none !important;
    color: #ec1b2e;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit !important;
    font-weight: 800 !important;
    line-height: inherit !important;
}

input:read-only {
    background: #eee;
}

nav a {
    cursor: pointer;
}

tr.list-element {
    cursor: pointer;
}

    tr.list-element:hover {
        background-color: #ccc !important;
    }

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5 !important
}

.dataTables_filter label {
    font-weight: 600 !important;
    color: #585858;
}

.dataTables_filter input {
    border-radius: 50px;
}

.dataTables_filter {
    margin-top: 30px;
}

.dt-buttons {
    margin-left: 10px;
}

tr.disabled, td.disabled {
    opacity: 0.3;
}

.modal-triger {
    display: block !important;
    background-color: transparent !important;
    color: #445b8b !important;
    padding: 10px 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    float: none !important;
    margin: 0 !important;
    text-align: center !important;
}

.modalProveedores li {
    margin: 0 15px;
}

.s-form-top {
    background: #1e5799;
    background: -webkit-linear-gradient(left, #1e5799 0%, #00246f 0%, #0079b3 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1e5799), color-stop(0%, #00246f), to(#0079b3));
    background: linear-gradient(to right, #1e5799 0%, #00246f 0%, #0079b3 100%);
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0079b3',GradientType=1 );*/
}

    .s-form-top .row {
        padding: 8px 0;
    }

    .s-form-top .form-login {
        border-right: 2px solid white;
    }

        .s-form-top .form-login .form-group {
            width: 50%;
            float: left;
            padding: 3px 10px;
        }

            .s-form-top .form-login .form-group input {
                font-weight: 100;
                display: inline-block;
                width: 100%;
                -webkit-border-radius: 50px;
                border-radius: 50px;
                border: 0;
                padding: 5px 15px;
                background-color: rgba(255, 255, 255, 0.25);
                color: white;
            }

            .s-form-top .form-login .form-group .checkbox input {
                width: 20px;
            }

            .s-form-top .form-login .form-group span {
                font-weight: 100;
                display: inline-block;
                width: 100%;
            }

            .s-form-top .form-login .form-group label {
                padding-left: 13px;
            }

            .s-form-top .form-login .form-group label,
            .s-form-top .form-login .form-group span {
                color: white;
                font-weight: 100;
                font-size: 10px;
            }

    .s-form-top .form-registration {
        margin-top: 30px;
    }

        .s-form-top .form-registration span {
            opacity: .9;
            font-size: 10px;
            color: white;
            width: 120px;
            display: inline-block;
            margin-left: 80px;
        }

            .s-form-top .form-registration span::before {
                content: '';
                display: inline-block;
                height: 50px;
                width: 50px;
                background: url("/img/icon-1.png");
                background-size: cover;
                position: absolute;
                top: -3px;
                left: 25px;
            }

        .s-form-top .form-registration a {
            position: relative;
            top: -13px;
        }

.btn-form {
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: white;
    color: #0082B8;
    border: 0;
    font-size: 10.5px;
    font-weight: 600;
}

.checkbox-style {
    padding: 3px 10px;
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
    text-align: left;
}

    .checkbox-style > span {
        color: white;
        font-weight: 100;
        font-size: 10px;
    }

    .checkbox-style:last-child {
        border: 0;
    }

    .checkbox-style label {
        display: inline-block;
        color: #a8afb8;
        font-size: 1.1em;
        padding: 5px 0 0 25px;
        color: white;
        font-weight: 100;
        font-size: 9px;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .checkbox-style::after {
        top: 6px;
        margin-top: 35px;
        position: relative;
    }

    .checkbox-style input[type="checkbox"] {
        display: none;
    }

        .checkbox-style input[type="checkbox"] + label {
            position: relative;
        }

            .checkbox-style input[type="checkbox"] + label span {
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                position: absolute;
                top: 2px;
                left: 0px;
                display: inline-block;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                vertical-align: middle;
                cursor: pointer;
                height: 17px;
                width: 17px;
                border: 1px solid white;
            }

        .checkbox-style input[type="checkbox"]:checked + label span::after {
            content: '';
            display: inline-block;
            width: 61%;
            height: 48%;
            border-left: 2px solid white;
            border-bottom: 2px solid white;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            top: 2px;
            left: 3px;
        }

.s-header {
    padding: 10px 0;
}

    .s-header .left span {
        display: inline-block;
        position: relative;
        padding-left: 15px;
        margin-left: 15px;
        text-transform: uppercase;
        color: #042D61;
        font-weight: 600;
        font-size: 11px;
    }

        .s-header .left span::after {
            content: '';
            display: inline-block;
            height: 44px;
            width: 2px;
            background-color: #99A5BB;
            position: absolute;
            top: -webkit-calc(50% - 22px);
            top: calc(50% - 22px);
            left: 0;
        }

    .s-header .left a img {
        height: 50px;
    }

    .s-header .right {
        justify-content: flex-end;
        display: flex;
        padding-top: 5px;
        position: relative;
        align-items: center;
    }

.col-md-6.right i {
    font-size: 32px;
    position: relative;
    top: 0px;
}

.s-header .right form {
    margin-left: 15px;
    float: right;
    display: inline-block;
    /* width: 220px; */
    position: relative;
    text-align: right;
}

    .s-header .right form input {
        border: 1px solid #5d80a9;
        padding: 5px 30px 5px 12px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        position: relative;
        /*font-size: .85em;*/
        color: #5d80a9;
    }

        .s-header .right form input::-webkit-input-placeholder {
            font-size: .85em;
            color: #5d80a9;
        }

        .s-header .right form input::-moz-placeholder {
            font-size: .85em;
            color: #5d80a9;
        }

        .s-header .right form input:-ms-input-placeholder {
            font-size: .85em;
            color: #5d80a9;
        }

        .s-header .right form input::placeholder {
            font-size: .85em;
            color: #5d80a9;
        }

    .s-header .right form button {
        position: absolute;
        right: 15px;
        top: 10px;
        display: inline-block;
        height: 16px;
        width: 16px;
        border: 0;
        /* position: relative; */
        background: url("https://servicios.mapfresaludars.com.do/img/icon-search_2.png");
        background-size: auto 100%;
    }

.s-header .right span:last-child {
    margin-right: 0;
}

.s-header .right span {
    /* margin-right: 7px; */
    display: inline-block;
}

    .s-header .right span a {
        display: inline-block;
        padding: 0 2px;
    }

    .s-header .right span img {
        height: 35px;
    }

.s-menu {
    background-color: #1d3160;
    background: linear-gradient(to right, #1B2B55, #8CCFE9);
}

    .s-menu ul {
        margin: 15px 0px;
    }
    /*.s-menu nav {
    padding-right: 25px; }*/
    .s-menu nav > ul > li.is_sub:hover::before {
        content: '';
        border: 10px solid transparent;
        border-bottom: 10px solid white;
        position: absolute;
        top: 15px;
        left: -webkit-calc(50% - 10px);
        left: calc(50% - 10px);
    }

    .s-menu nav ul {
        text-align: right;
        padding: 0;
    }

        .s-menu nav ul li {
            display: inline-block;
            position: relative;
        }

            .s-menu nav ul li a {
                color: white;
                text-transform: uppercase;
                padding: 10px 37px;
                font-size: 12px;
            }

                .s-menu nav ul li a:hover {
                    opacity: .7;
                    text-decoration: none;
                }

            .s-menu nav ul li:hover .sub-menu-1 {
                display: inline-block;
            }

    .s-menu a i {
        position: absolute;
        left: 15px;
        font-size: 20px;
        color: #f75959;
    }

    .s-menu nav ul li .sub-menu-1 {
        padding: 12px 0 0px;
        position: absolute;
        top: 34px;
        left: -15px;
        list-style: none;
        width: 700%;
    }

        .s-menu nav ul li .sub-menu-1 li {
            float: none;
        }

            .s-menu nav ul li .sub-menu-1 li > ul {
                position: absolute;
                left: 0;
                top: 25px;
                padding-left: 0 !important;
                padding-top: 8px;
            }

                .s-menu nav ul li .sub-menu-1 li > ul li {
                    margin-left: 0;
                    width: 100%;
                    text-align: left;
                }

                    .s-menu nav ul li .sub-menu-1 li > ul li a {
                        background-color: white;
                        color: #3F51B5;
                    }

        .s-menu nav ul li .sub-menu-1::after {
            content: '';
            display: inline-block;
            height: 100%;
            background-color: white;
            position: absolute;
            top: 0;
            right: -700%;
            left: -700%;
            z-index: -1;
        }

        .s-menu nav ul li .sub-menu-1 li {
            white-space: nowrap;
            display: inline-block;
            float: left;
        }

            .s-menu nav ul li .sub-menu-1 li:last-child {
                padding-bottom: 20px;
            }

            .s-menu nav ul li .sub-menu-1 li::after {
                content: '';
                display: inline-block;
                height: 100%;
                background-color: white;
                position: absolute;
                top: 0;
                right: -700%;
                left: -700%;
                z-index: -1;
            }

            .s-menu nav ul li .sub-menu-1 li a {
                display: inline-block;
                padding: 6px 10px 5px;
                margin-right: 18px;
                -webkit-border-radius: 50px;
                border-radius: 50px;
                background-color: #ec1b2e;
                color: white;
                font-weight: 100;
                font-size: .79em;
            }

                .s-menu nav ul li .sub-menu-1 li a:hover {
                    background-color: #97d5ec;
                }

                    .s-menu nav ul li .sub-menu-1 li a:hover::before {
                        opacity: 1;
                    }

    .s-menu nav ul li .sub-menu-2 {
        padding-bottom: 10px;
        width: inherit;
    }

        .s-menu nav ul li .sub-menu-2 li {
            width: 100%;
            padding-right: 18px;
        }

            .s-menu nav ul li .sub-menu-2 li a {
                text-transform: inherit;
                width: 100%;
            }

    .s-menu nav ul li .sub-menu-1,
    .s-menu nav ul li .sub-menu-2,
    .s-menu nav ul li .sub-menu-3 {
        display: none;
        z-index: 9999;
    }

        .s-menu nav ul li .sub-menu-1 a,
        .s-menu nav ul li .sub-menu-2 a,
        .s-menu nav ul li .sub-menu-3 a {
            color: #000;
        }

.is_sub_2 {
    position: relative;
}

    .is_sub_2 > a {
        position: relative;
    }

        .is_sub_2 > a::before {
            content: '';
            display: inline-block;
            border: 5px solid transparent;
            border-right: 5px solid #ec1b2e;
            position: absolute;
            top: 8px;
            right: 12px;
            z-index: 99;
            opacity: 0;
        }

    .is_sub_2 ul {
        background-color: white;
        display: inline-block;
        margin-top: -32px;
        margin-left: 100%;
    }

        .is_sub_2 ul li a {
            padding-left: 17px !important;
            padding-right: 0px !important;
        }

        .is_sub_2 ul li::after {
            display: none !important;
        }

.s-menu nav ul li .sub-menu-1 li:hover > ul {
    display: inline-block;
}

.s-menu nav > ul > li.is_sub:hover::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel-top .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.owl-carousel-top .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 2px;
}

.slider-top .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.slider-top h1 {
    text-transform: uppercase;
    color: white;
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.slider-top p {
    color: white;
    font-weight: 100;
    font-size: .95em;
    line-height: 1.3;
    text-align: justify;
    padding: 0 60px 10px 0;
    margin-top: 5px;
}

.slider-top a {
    padding: 11px 20px 9px;
    font-size: 1em;
    margin-right: 15px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.s-1 {
    background-color: #345B8F;
    padding: 60px 0 50px;
}

    .s-1 .item {
        padding: 0 20px;
        color: white;
        text-align: center;
    }

        .s-1 .item img {
            height: 50px;
        }

        .s-1 .item h2 {
            text-transform: uppercase;
            font-size: 1.05em;
            font-weight: 500;
            margin: 18px 0 10px;
        }

        .s-1 .item p {
            font-size: .92em;
            font-weight: 100;
        }

    .s-1 .col-md-12 {
        text-align: center;
    }

        .s-1 .col-md-12 a {
            padding: 10px 18px;
            font-size: 1em;
            margin-top: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

.s-2 {
    padding: 25px 0 50px;
}

    .s-2 h2 {
        text-transform: uppercase;
        color: #1d3160;
        font-size: 38px;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .s-2 p {
        margin: 3px 0 27px 0;
        color: #1d3160;
        font-size: .94em;
        line-height: 1.2;
    }

    .s-2 .col-1,
    .s-2 .col-2,
    .s-2 .col-3 {
        padding-right: 45px;
        width: 33.33%;
        float: left;
        display: inline-block;
    }

        .s-2 .col-1 button,
        .s-2 .col-1 input,
        .s-2 .col-2 button,
        .s-2 .col-2 input,
        .s-2 .col-3 button,
        .s-2 .col-3 input {
            display: inline-block;
            width: 100%;
            border: 0 !important;
            background-color: rgba(68, 91, 140, 0.1);
            margin-bottom: 13px;
            padding: 8px 20px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            font-weight: 600;
            color: #ec1b2e;
            text-transform: uppercase;
        }

            .s-2 .col-1 button::-webkit-input-placeholder,
            .s-2 .col-1 input::-webkit-input-placeholder,
            .s-2 .col-2 button::-webkit-input-placeholder,
            .s-2 .col-2 input::-webkit-input-placeholder,
            .s-2 .col-3 button::-webkit-input-placeholder,
            .s-2 .col-3 input::-webkit-input-placeholder {
                color: #ec1b2e;
            }

            .s-2 .col-1 button::-moz-placeholder,
            .s-2 .col-1 input::-moz-placeholder,
            .s-2 .col-2 button::-moz-placeholder,
            .s-2 .col-2 input::-moz-placeholder,
            .s-2 .col-3 button::-moz-placeholder,
            .s-2 .col-3 input::-moz-placeholder {
                color: #ec1b2e;
            }

            .s-2 .col-1 button:-ms-input-placeholder,
            .s-2 .col-1 input:-ms-input-placeholder,
            .s-2 .col-2 button:-ms-input-placeholder,
            .s-2 .col-2 input:-ms-input-placeholder,
            .s-2 .col-3 button:-ms-input-placeholder,
            .s-2 .col-3 input:-ms-input-placeholder {
                color: #ec1b2e;
            }

            .s-2 .col-1 button::placeholder,
            .s-2 .col-1 input::placeholder,
            .s-2 .col-2 button::placeholder,
            .s-2 .col-2 input::placeholder,
            .s-2 .col-3 button::placeholder,
            .s-2 .col-3 input::placeholder {
                color: #ec1b2e;
            }

        .s-2 .col-3 button {
            text-align: left;
            width: 115px;
            padding-right: 30px;
            margin-top: 20px;
            display: inline-block;
            color: white;
            text-transform: uppercase;
            background-color: #ec1b2e;
            position: relative;
        }

            .s-2 .col-3 button::after {
                content: '';
                display: inline-block;
                height: 13px;
                width: 13px;
                background: url("https://servicios.mapfresaludars.com.do/img/icon-search.png");
                background-repeat: no-repeat;
                background-position: center;
                background-size: auto 100%;
                position: absolute;
                top: 11px;
                right: 15px;
            }

.s-3 {
    background: url("https://servicios.mapfresaludars.com.do/img/s-3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px 0 150px;
}

.s-4 * {
    z-index: 10;
}

.s-4 {
    padding-top: 5px;
    padding-bottom: 27px;
}

    .s-4 h2 {
        margin-top: 18px;
        line-height: .9 !important;
        padding-top: 0;
    }

    .s-4 h3,
    .s-4 h2,
    .s-4 p {
        color: #ec1b2e !important;
        opacity: 1;
        line-height: 1.3;
    }

    .s-4 a {
        background-color: #ec1b2e;
        color: white;
    }

    .s-4 h3 {
        font-size: 1.2em;
        text-transform: uppercase;
        line-height: 1;
    }

    .s-4 .link-1 {
        background-color: initial;
        padding: 0 17px 0 0;
    }

        .s-4 .link-1 img {
            height: 39px;
        }

    .s-4 .col-md-7 img {
        height: 478px;
        position: absolute;
        top: -74px;
        right: -30px;
    }

.s-5 * {
    z-index: 1000;
}

.s-5 {
    background: url("https://servicios.mapfresaludars.com.do/img/s-5.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

    .s-5 .right {
        text-align: right;
    }

        .s-5 .right p {
            padding: 0 0px 10px 60px;
        }

.style-content-1 h2 {
    text-transform: uppercase;
    color: white;
    font-size: 2.7em;
    line-height: 1;
    margin-bottom: 6px;
    padding-bottom: 0;
    display: inline-block;
}

.style-content-1 p {
    color: white;
    font-weight: 100;
    font-size: .92em;
    text-align: justify;
    padding: 0 60px 10px 0;
    margin-top: 5px;
    font-weight: 100;
    opacity: .95;
    line-height: 1.3;
}

.style-content-1 a {
    padding: 10px 23px 9px;
    font-size: 13px;
    margin-right: 0px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.s-7 {
    padding-bottom: 30px;
    background-color: #ec1b2e;
    overflow: hidden;
}

    .s-7 .container {
        padding: 30px 0 38px;
    }

        .s-7 .container h2 {
            color: white;
            font-size: 2.6em;
            text-transform: uppercase;
            padding: 0;
            margin: 5px 0;
        }

        .s-7 .container span {
            color: white;
            font-weight: 100;
            font-size: .94em;
            line-height: 1.3;
            display: inline-block;
        }

    .s-7 .owl-s-7 {
        display: inline-block;
        width: 110%;
        margin-left: -5%;
    }

        .s-7 .owl-s-7 .item {
            text-align: center;
        }

            .s-7 .owl-s-7 .item span {
                color: white;
                font-weight: 100;
                font-size: .9em;
                line-height: 1.15;
                display: inline-block;
                padding: 8px 0;
            }

            .s-7 .owl-s-7 .item a {
                display: inline-block;
                height: 50px;
                width: 50px;
                background: url("https://servicios.mapfresaludars.com.do/img/icon-play.png");
                background-size: auto 100%;
                background-position: center;
                background-repeat: no-repeat;
                position: absolute;
                top: 32px;
                left: -webkit-calc(50% - 25px);
                left: calc(50% - 25px);
                opacity: .7;
            }

                .s-7 .owl-s-7 .item a:hover {
                    opacity: 1;
                }

    .s-7 .owl-dots .owl-dot span {
        margin: 12px 4px;
    }

.s-8 {
    display: inline-block;
    padding: 5px;
    overflow: hidden;
}

    .s-8 .content-custom {
        display: inline-block;
        width: 116%;
        margin-left: -8%;
    }

    .s-8 div {
        display: inline-block;
        width: 16.66%;
        float: left;
        padding: 12px;
    }

        .s-8 div img {
            width: 100%;
        }

.s-9 {
    background-color: #1d3160;
    padding: 17px 0 13px;
    margin-top: 50px;
}

    .s-9 .left {
        padding-left: 115px;
    }

        .s-9 .left h3 {
            color: white;
            text-transform: uppercase;
            padding: 0px;
            margin: 2px 0;
            position: relative;
            font-size: 1.55em;
        }

            .s-9 .left h3::after {
                content: '';
                display: inline-block;
                height: 55px;
                width: 70px;
                background: url("https://servicios.mapfresaludars.com.do/img/icon-7.png");
                background-size: auto 100%;
                background-position: center;
                background-repeat: no-repeat;
                position: absolute;
                top: 6px;
                left: -100px;
            }

        .s-9 .left span {
            color: white;
            font-size: 12px;
            line-height: 1.2;
            display: inline-block;
            font-weight: 100;
        }

    .s-9 .right {
        padding-left: 0;
        padding-top: 16px;
        text-align: right;
    }

        .s-9 .right form {
            float: right;
            position: relative;
            left: -25px;
        }

        .s-9 .right .form-group {
            display: inline-block;
            float: left;
            padding: 0 4px;
        }

            .s-9 .right .form-group input {
                display: inline-block;
                width: 205px;
                -webkit-border-radius: 50px;
                border-radius: 50px;
                border: 0;
                padding: 5px 15px;
                background-color: rgba(255, 255, 255, 0.2);
                color: white;
                padding: 9px 20px 9px;
                font-size: 1em;
            }

                .s-9 .right .form-group input::-webkit-input-placeholder {
                    color: white;
                    text-transform: uppercase;
                    font-weight: 600;
                    font-size: 1em;
                }

                .s-9 .right .form-group input::-moz-placeholder {
                    color: white;
                    text-transform: uppercase;
                    font-weight: 600;
                    font-size: 1em;
                }

                .s-9 .right .form-group input:-ms-input-placeholder {
                    color: white;
                    text-transform: uppercase;
                    font-weight: 600;
                    font-size: 1em;
                }

                .s-9 .right .form-group input::placeholder {
                    color: white;
                    text-transform: uppercase;
                    font-weight: 600;
                    font-size: 1em;
                }

                .s-9 .right .form-group input[type=submit] {
                    width: 125px;
                    background-color: white;
                    color: #0189BC;
                    text-transform: uppercase;
                    font-weight: 600;
                    font-size: 1em;
                    padding: 9px 0 7px;
                }

.s-10 a:hover {
    color: white !important;
}

.s-10 {
    background: #1e5799;
    /*background: -webkit-linear-gradient(left, #1e5799 0%, #00246f 0%, #0079b3 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1e5799), color-stop(0%, #00246f), to(#0079b3));
    background: linear-gradient(to right, #1e5799 0%, #00246f 0%, #0079b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0079b3',GradientType=1 );*/
    padding: 35px 0px 35px;
}

    .s-10 .right {
        display: inline-block;
        width: 25%;
        border-left: 2px solid rgba(255, 255, 255, 0.5);
        padding-left: 15px;
        padding-right: 15px;
    }

        .s-10 .right .item ul {
            font-weight: 200;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .s-10 .right .item .jdc-logoFooterDestop img {
            width: 238px;
            margin-bottom: 35px;
        }

        .s-10 .right .item ul {
            margin-bottom: 20px;
        }

        .s-10 .right .item span {
            text-transform: uppercase;
        }

            .s-10 .right .item span img {
                width: 100%;
            }

        .s-10 .right .item ul {
            list-style: none;
            padding-left: 0;
        }

            .s-10 .right .item ul a,
            .s-10 .right .item ul li {
                color: #87a7c4;
                font-size: 13px;
                line-height: 1.8em;
                font-weight: 500;
            }

    .s-10 .left {
        width: 75%;
        float: left;
        display: inline-block;
        padding-left: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .s-10 .left .item {
            width: 22%;
            margin-right: 15px;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .s-10 .left .item.allcaps * {
                text-transform: uppercase;
            }

            .s-10 .left .item.allcaps a {
                font-weight: 100;
            }

            .s-10 .left .item span {
                font-size: 18px;
                text-transform: uppercase;
                font-weight: 600 !important;
                letter-spacing: 0.2px;
                display: block;
                margin-bottom: 0.8em;
            }

                .s-10 .left .item span.lev2 {
                    font-weight: 100 !important;
                    display: block;
                }

            .s-10 .left .item a,
            .s-10 .left .item span {
                color: #87a7c4;
                /* color: white;
    font-weight: 100; */
            }

            .s-10 .left .item ul {
                font-weight: 200;
                list-style: none;
                margin-bottom: 30px;
                padding-left: 0;
            }

                .s-10 .left .item ul li {
                    font-size: 13px;
                    line-height: 1.7em;
                    font-weight: 400;
                }

footer {
    padding: 17px 0 9px;
}

    footer .left span {
        padding-top: 9px;
        color: #1d3160;
        display: inline-block;
        font-size: 1em;
    }

    footer .right {
        text-align: right;
        padding-right: 110px;
    }

        footer .right a {
            display: inline-block;
            background-color: #7ecb0f;
            padding: 8px 20px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            color: white;
            font-size: 15px;
            position: relative;
        }

            footer .right a::before {
                content: '';
                display: inline-block;
                height: 26px;
                width: 70px;
                background: url("https://servicios.mapfresaludars.com.do/img/icon-8.png");
                background-size: auto 100%;
                background-position: center;
                background-repeat: no-repeat;
                position: absolute;
                top: 6px;
                left: -59px;
            }

/* sub page */
.s-11 {
    background: url("https://servicios.mapfresaludars.com.do/img/bg-1.jpg");
    background-size: cover;
    background-position: center;
    padding: 70px 0 230px;
}

    .s-11 h1 {
        font-size: 4em;
        line-height: 1.1;
        color: white;
    }

.s-14,
.s-12 {
    color: #5d80a9;
    padding: 10px 0 170px;
}

    .s-14 h2,
    .s-12 h2 {
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .s-14 table,
    .s-12 table {
        width: 87%;
    }

        .s-14 table .border-bottom td:first-child,
        .s-12 table .border-bottom td:first-child {
            position: relative !important;
        }

            .s-14 table .border-bottom td:first-child::after,
            .s-12 table .border-bottom td:first-child::after {
                content: '';
                display: inline-block;
                width: 150%;
                height: 1px;
                background-color: #dddddd;
                position: absolute;
                bottom: 0;
                left: 0;
            }

        .s-14 table tr td,
        .s-12 table tr td {
            padding: 11px 0;
            width: 50%;
            text-transform: uppercase;
            font-size: .97em;
            line-height: 1.1;
        }

            .s-14 table tr td:first-child,
            .s-12 table tr td:first-child {
                width: 60%;
            }

            .s-14 table tr td:last-child,
            .s-12 table tr td:last-child {
                width: 40%;
            }

.s-13 {
    background: url("https://servicios.mapfresaludars.com.do/img/slide1.jpg");
    background-size: cover;
    background-position: center;
    padding: 70px 0 120px;
}

    .s-13 h2 {
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 1.6em;
        line-height: 1.3;
        color: white;
    }

    .s-13 table {
        width: 92%;
    }

        .s-13 table tr {
            border-bottom: 1px solid #dddddd;
        }

            .s-13 table tr:last-child {
                border: 0;
            }

            .s-13 table tr td {
                padding: 9px 0;
                width: 50%;
                text-transform: uppercase;
                font-size: .92em;
                line-height: 1.1;
                color: white;
            }

                .s-13 table tr td:first-child {
                    width: 71%;
                }

                .s-13 table tr td:last-child {
                    width: 29%;
                }

.s-14 {
    padding: 70px 0 150px;
}

    .s-14 h2 {
        margin-bottom: 30px;
    }

    .s-14 table {
        width: 100%;
    }

    .s-14 .border-bottom {
        border-bottom: 1px solid #dddddd;
    }

        .s-14 .border-bottom td::after {
            display: none !important;
        }

.s-15 {
    padding: 14px 0 20px;
    background-color: #f7f7f7;
    color: #5d80a9;
}

    .s-15 h2 {
        text-transform: uppercase;
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
    }

    .s-15 ul {
        list-style: none;
        padding-left: 0;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
    }

        .s-15 ul li {
            padding: 8px 0;
            font-size: .9em;
        }

    .s-15 img {
        width: 95%;
        position: absolute;
        top: -60px;
    }

.s-16 {
    padding: 110px 0 60px;
}

    .s-16 h3 {
        color: #5d80a9;
        text-transform: uppercase;
        font-size: 1.2em;
        line-height: 1.9;
    }

/*------------------*/
.s-17 {
    position: relative;
    background: url(../img/iStock-1134934880.jpg);
    background-size: auto;
    background-position-y: -346px;
    background-position-x: center;
    background-repeat: no-repeat;
    min-height: 360px;
    margin-bottom: 46px;
    display: flex;
    justify-content: center;
}

.s-17-2 {
    position: relative;
    background: url(../img/iStock-1134934880.jpg);
    background-size: auto;
    background-position-y: -346px;
    background-position-x: center;
    background-repeat: no-repeat;
    min-height: 267px;
    margin-bottom: 57px;
    display: flex;
    justify-content: center;
}

.jdc-identidadInfo {
   /* position: absolute;
    bottom: -15px;    
    left: 0;
    right: 0;*/
   margin-top:218px;
}

    .jdc-identidadInfo .left {
        padding: 15px 25px 15px 165px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: relative;
        display: flex;
        background-color: white;
        border: 1px solid #f2f2f2;
        float: left;
        /* min-width: 374px; */
        width: 100%;
    }

        .jdc-identidadInfo .left:hover span.name.ng-binding {
            color: #5d5d5d;
        }


        .jdc-identidadInfo .left span {
            width: 100%;
        }


    .jdc-identidadInfo .jdc-imgPerfir {
        width: 120px;
        height: 120px;
        position: absolute;
        top: -72px;
        left: 27px;
    }

.jdc-imgPerfir i {
    display: none;
}

.jdc-imgPerfir:hover i {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 21px;
    color: #ec1b2e;
    font-size: 23px;
}


.jdc-identidadInfo .left .img-cut {
    border-radius: 80px;
    width: 110px;
    height: 110px;
    border: 2px solid #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.jdc-identidadInfo .left img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

*/

.jdc-identidadInfo .left .title-1,
.jdc-identidadInfo .left .number {
    position: absolute;
    top: -45px;
    left: 165px;
}

.jdc-identidadInfo .left .title-1 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    position: absolute;
    top: -40px;
    font-weight: 900;
}

.jdc-identidadInfo .left .name {
    line-height: 20px;
    font-weight: 600;
    color: #5d5d5d;
    font-size: 1.6em;
    text-transform: uppercase;
}

.jdc-identidadInfo .left .number {
    color: #575757;
    font-size: 1.1em;
    font-weight: 100;
}

.s-17 .right {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    display: inline-block;
    float: right;
    padding: 15px 20px 15px 42px;
    text-align: center;
}

    .s-17 .right span {
        display: block;
    }

    .s-17 .right .title-2 {
        color: #575757;
        font-size: 1.3em;
        font-weight: 100;
    }

    .s-17 .right .title-3 {
        font-size: 2.4em;
        color: #1d3160;
    }

    .s-17 .right a {
        display: inline-block;
        padding: 7px 50px;
        margin-left: -22px;
        margin-top: 2px;
        background-color: #97d5ec;
        color: white;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        text-transform: uppercase;
        font-family: 'Avenir LT 65 Medium';
        font-size: .9em;
    }

.s-menu-sub {
    background-color: white;
    /**/
    /**/
    /**/
    /**/
    /**/
}

    .s-menu-sub nav {
        display: inline-block;
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 0 120px;
        line-height: 0;
        margin: 50px 0 80px;
    }

        .s-menu-sub nav ul {
            margin: 0;
            list-style: none;
            display: inline-block;
            width: 100%;
            padding: 0;
            margin: 0;
        }

            .s-menu-sub nav ul li {
                margin: 0;
                display: inline-block;
                width: 20%;
                float: left;
                text-align: center;
                border-right: 1px solid #cccccc;
                line-height: 1.4;
            }

                .s-menu-sub nav ul li:last-child {
                    border: 0;
                }

    .s-menu-sub a {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 80px 0 20px;
        text-transform: uppercase;
    }

        .s-menu-sub a::after {
            content: '';
            display: inline-block;
            height: 45px;
            width: 45px;
            background: url("https://servicios.mapfresaludars.com.do/img/icon-m-1.png");
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            left: -webkit-calc(50% - 20px);
            left: calc(50% - 20px);
            top: 22px;
        }

    .s-menu-sub .menu-1 a::after {
        background: url("https://servicios.mapfresaludars.com.do/img/icon-m-1.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .s-menu-sub .menu-1.active {
        background-color: #97d5ec;
    }

        .s-menu-sub .menu-1.active a {
            color: white;
        }

            .s-menu-sub .menu-1.active a::after {
                background: url("https://servicios.mapfresaludars.com.do/icon-m-1-a.png");
                background-size: auto 100%;
                background-repeat: no-repeat;
                background-position: center;
            }

    .s-menu-sub .menu-2 a::after {
        background: url("https://servicios.mapfresaludars.com.do/icon-m-2.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .s-menu-sub .menu-2.active {
        background-color: #97d5ec;
    }

        .s-menu-sub .menu-2.active a {
            color: white;
        }

            .s-menu-sub .menu-2.active a::after {
                background: url("https://servicios.mapfresaludars.com.do/icon-m-2-a.png");
                background-size: auto 100%;
                background-repeat: no-repeat;
                background-position: center;
            }

    .s-menu-sub .menu-3 a::after {
        background: url("https://servicios.mapfresaludars.com.do/icon-m-3.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .s-menu-sub .menu-3.active {
        background-color: #97d5ec;
    }

        .s-menu-sub .menu-3.active a {
            color: white;
        }

            .s-menu-sub .menu-3.active a::after {
                background: url("https://servicios.mapfresaludars.com.do/icon-m-3-a.png");
                background-size: auto 100%;
                background-repeat: no-repeat;
                background-position: center;
            }

    .s-menu-sub .menu-4 a::after {
        background: url("https://servicios.mapfresaludars.com.do/icon-m-4.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .s-menu-sub .menu-4.active {
        background-color: #97d5ec;
    }

        .s-menu-sub .menu-4.active a {
            color: white;
        }

            .s-menu-sub .menu-4.active a::after {
                background: url("https://servicios.mapfresaludars.com.do/icon-m-4-a.png");
                background-size: auto 100%;
                background-repeat: no-repeat;
                background-position: center;
            }

    .s-menu-sub .menu-5 a::after {
        background: url("https://servicios.mapfresaludars.com.do/icon-m-5.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .s-menu-sub .menu-5.active {
        background-color: #97d5ec;
    }

        .s-menu-sub .menu-5.active a {
            color: white;
        }

            .s-menu-sub .menu-5.active a::after {
                background: url("https://servicios.mapfresaludars.com.do/icon-m-5-a.png");
                background-size: auto 100%;
                background-repeat: no-repeat;
                background-position: center;
            }

.s-26,
.s-24,
.s-19,
.s-18 {
    background-color: #ffffff;
    /* padding: 25px 0 0px; */
    margin-top: 10px;
    margin-bottom: 45px;
}

    .s-26 table,
    .s-24 table,
    .s-21 table,
    .s-19 table,
    .s-18 table {
        background-color: white;
        width: 100%;
        padding-bottom: 10px;
    }

        .s-26 table th,
        .s-24 table th,
        .s-21 table th,
        .s-19 table th,
        .s-18 table th {
            color: #ec1b2e;
            padding: 15px;
        }

        .s-26 table td,
        .s-24 table td,
        .s-21 table td,
        .s-19 table td,
        .s-18 table td {
            text-align: center;
            color: #7a7a7a;
           /* width: 25%;*/
            padding: 15px 15px 15px;
        }

        .s-26 table th td,
        .s-24 table th td,
        .s-21 table th td,
        .s-19 table th td,
        .s-18 table th td {
            color: #ec1b2e;
        }

            .s-26 table th td:nth-child(0),
            .s-24 table th td:nth-child(0),
            .s-21 table th td:nth-child(0),
            .s-19 table th td:nth-child(0),
            .s-18 table th td:nth-child(0) {
                color: red !important;
            }

        .s-26 table tr,
        .s-24 table tr,
        .s-21 table tr,
        .s-19 table tr,
        .s-18 table tr {
            border-bottom: 1px solid #f8fafa;
        }

            .s-26 table tr:nth-child(odd),
            .s-24 table tr:nth-child(odd),
            .s-21 table tr:nth-child(odd),
            .s-19 table tr:nth-child(odd),
            .s-18 table tr:nth-child(odd) {
                background-color: #f5f5f5;
            }

        .s-26 table thead tr:first-child,
        .s-24 table thead tr:first-child,
        .s-21 table thead tr:first-child,
        .s-19 table thead tr:first-child,
        .s-18 table thead tr:first-child {
            background-color: white !important;
        }

        .s-26 table tr:last-child,
        .s-24 table tr:last-child,
        .s-21 table tr:last-child,
        .s-19 table tr:last-child,
        .s-18 table tr:last-child {
            margin-bottom: 20px !important;
        }
    /* .s-26 a, */
    .s-24 a,
    .s-19 a,
    .s-18 a {
        display: inline-block;
        background-color: #97d5ec;
        color: white;
        padding: 4px 25px 3px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        font-size: .8em;
        float: right;
        margin: 5px 60px 15px;
    }

    .s-26 .col-md-12,
    .s-24 .col-md-12,
    .s-21 .col-md-12,
    .s-19 .col-md-12,
    .s-18 .col-md-12 {
        position: relative;
    }

        .s-26 .col-md-12 h2,
        .s-24 .col-md-12 h2,
        .s-21 .col-md-12 h2,
        .s-19 .col-md-12 h2,
        .s-18 .col-md-12 h2 {
            margin-top: 0;
            text-transform: uppercase;
            font-size: 2.2em;
            font-weight: 800;
            color: #3c050a;
        }

.s-18 {
    margin: 100px 0;
}

.container-custom-4,
.container-custom-2 {
    border: 1px solid #b3b3b3;
    position: relative;
    padding-top: 10px;
    display: inline-block;
}

    .container-custom-4 .title,
    .container-custom-2 .title {
        top: -26px;
        left: 25px;
        text-transform: uppercase;
        font-size: 2.2em;
        font-weight: 800;
        color: #ec1b2e;
        /* background-color: white; */
        display: inline-block;
    }

.container-custom-4 {
    padding-top: 80px;
    width: 100%;
}

    .container-custom-4 .date {
        font-size: .8em;
        color: #ec1b2e;
        font-weight: 200;
        position: absolute;
        top: 45px;
        right: 30px;
    }

        .container-custom-4 .date strong {
            font-weight: 600;
            font-size: 1.1em;
        }

    .container-custom-4 .title {
        top: 10px;
    }

        .container-custom-4 .title small {
            font-size: .35em;
            color: #cccccc;
            font-weight: 200;
            text-transform: uppercase;
            position: absolute;
            bottom: -5px;
            left: 5px;
        }

    .container-custom-4 .left {
        width: 45%;
        float: left;
    }

        .container-custom-4 .left .label-1::before {
            background-color: #ec1b2e;
        }

        .container-custom-4 .left .label-2::before {
            background-color: #b4e1ed;
        }

        .container-custom-4 .left .label-3::before {
            background-color: #d5f5ec;
        }

        .container-custom-4 .left .text-bottom {
            font-size: .35em;
            color: #cccccc;
            font-weight: 200;
            font-size: 0.8em !important;
            color: #5d5d5d;
            padding-left: 35px;
        }

        .container-custom-4 .left span {
            font-size: 1.7em;
            display: block;
            padding: 15px 15px 15px 85px;
            position: relative;
            color: #5d5d5d;
            font-weight: 100;
        }

            .container-custom-4 .left span strong {
                padding-right: 10px;
                font-weight: 800;
            }

            .container-custom-4 .left span::before {
                content: '';
                display: inline-block;
                height: 30px;
                width: 30px;
                position: absolute;
                left: 35px;
                top: 19px;
            }

    .container-custom-4 .right {
        width: 55%;
        float: left;
    }

.s-20 .right .item-3 {
    padding-top: 10px;
    padding-bottom: 0 !important;
}

    .s-20 .right .item-3::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px red;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .s-20 .right .item-3::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .s-20 .right .item-3::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #D62929;
    }

    .s-20 .right .item-3 table {
        margin-bottom: -6px;
        height: 130px;
        width: 100%;
        overflow-y: scroll;
    }

        .s-20 .right .item-3 table tbody {
            width: 100%;
            display: inline-table;
        }

        .s-20 .right .item-3 table tr {
            width: 100%;
        }

        .s-20 .right .item-3 table.wcc-dependent tr {
            border-top: solid 1px #b3b3b3
        }

            .s-20 .right .item-3 table.wcc-dependent tr td:first-child {
                padding: 12px;
            }

        .s-20 .right .item-3 table tr:nth-child(odd) {
            background-color: #F5F5F5;
        }

        .s-20 .right .item-3 table tr td {
            border-bottom: 1px red !important;
            text-transform: uppercase
        }
            /* .s-20 .right .item-3 table tr td:first-child {
    width: 30px  !important; } */
            .s-20 .right .item-3 table tr td:first-child img {
                height: 25px;
            }

.s-20 .right .container-custom-2 {
    margin-bottom: 57px;
    width: 100%;
    display: inline-block;
}

    .s-20 .right .container-custom-2 > span {
        width: 100%;
        text-align: center;
        font-size: 21px;
        margin-bottom: 15px;
        left: 15px;
        top: -30px;
        text-transform: uppercase;
    }

    .s-20 .right .container-custom-2 table {
        width: 100%;
        display: inline-block;
    }

        .s-20 .right .container-custom-2 table a {
            display: inline-block;
            padding: 5px 20px;
            color: white;
            background-color: #b4e1ed;
            font-size: .7em;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            position: relative;
            top: -3px;
            left: -5px;
        }

        .s-20 .right .container-custom-2 table td {
            color: #5d5d5d;
            padding: 5px 10px;
            text-align: center;
        }

            .s-20 .right .container-custom-2 table td:first-child {
                text-transform: uppercase;
                font-size: .85em;
            }
/* .s-20 .right .container-custom-2 table td:nth-child(2) {
    font-weight: 800;
    line-height: 13px;
    } */

.s-20 .left .container-custom-2 {
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
    padding: 10px 30px 15px 30px;
    width: 100%;
}

    .s-20 .left .container-custom-2 .left {
        width: 55%;
        display: inline-block;
        float: left;
    }

.col-md-8.left .container-custom-2 span.title {
    color: #1c325f;
    margin-bottom: 30px;
}

.s-20 .left .container-custom-2 .left .label-1::before {
    background-color: #ec1b2e;
}

.s-20 .left .container-custom-2 .left .label-2::before {
    background-color: #b4e1ed;
}

.s-20 .left .container-custom-2 .left .label-3::before {
    background-color: #d5f5ec;
}

.s-20 .left .container-custom-2 .left span {
    font-size: 13px;
    display: block;
    padding: 10px 0px 0px 30px;
    position: relative;
    color: #5d5d5d;
    display: flex;
    justify-content: space-between;
}

#paymentList td {
    text-align: center;
    vertical-align: middle;
}

/* style for dashboard
**********************************************/

/* Style Diagrama de consumo*/
.jdc-totalConsumo {
    width: 100px;
    text-align: left;
}

.jdc-diagrama {
    margin-top: 60px;
}

.jdc-dependientes {
    margin-bottom: 30px;
}

.jdc-patrono {
    text-align: right;
}

.jdc-ultConsumo .jdc-button--View {
    justify-content: center;
}

.jdc-ultConsumo .jdc-monto {
    font-weight: 600;
}

.jdc-tuDependRight {
    text-align: left !important;
    vertical-align: middle !important;
}

/* Style reutilzables*/
.jdc-module {
    border: solid 1px #b3b3b3;
    padding: 24px;
}

.jdc-moduleTitle {
    margin: 0px 0px 25px 0px;
    color: #ec1b2e;
    font-size: 20px;
    text-align: left;
    font-weight: 800;
}

.jdc-moduleInfo {
    font-size: 13px;
    color: #5d5d5d;
    margin-bottom: 9px;
    display: flex;
    justify-content: space-between;
}

    .jdc-moduleInfo div:first-child {
        text-transform: uppercase;
    }

.jdc-contBtn {
    display: flex;
    justify-content: space-between;
}

.jdc-module .jdc-contBtn {
    margin-top: 40px;
}

.jdc-btnPrimay {
    position: relative;
    display: flex;
    align-items: center;
    border: none;
    font-size: 12px;
    text-decoration: none;
    background: #ec1b2e;
    color: #fff;
    border-radius: 20px;
    padding: 8px 22px;
    text-transform: uppercase;
}

.jdc-btnPrimayIcon {
    padding: 10px 45px 10px 22px;
}

.jdc-btnPrimay img {
    position: absolute;
    right: 13px;
    width: 20px;
    top: 8px;
}

.jdc-btnPrimay:hover {
    background: #ec1b2e;
    color: #fff;
}

.jdc-contBtn {
    text-align: center;
}

.jdc-progreso {
    font-size: 13px;
    overflow: hidden;
}

.jdc-balancePend {
    display: flex;
    justify-content: space-between
}

    .jdc-balancePend .jdc-contBtn {
        align-items: center;
    }

    .jdc-balancePend .jdc-btnPrimay:first-child {
        margin-left: 20px;
    }

.jdc-fechaUltP {
    margin: 0;
    color: #5d5d5d;
    font-size: 12px;
}

.jdc-precioTotal {
    color: #ec1b2e;
    font-size: 34px;
    font-weight: 800;
}

.jdc-ultimoRb {
    margin-bottom: 30px;
}

.jdc-SlideTitle {
    position: relative;
    top: 45px;
    color: #fff;
    font-size: 56px;
    text-transform: uppercase;
}


/* Style Modifoificadores */
.jdc-paddingLeft--0 {
    padding-left: 0;
}

.jdc-button--View {
    text-align: center;
}

.jdc-module--Botton {
    margin-bottom: 57px;
}

.jdc-borderLinght {
    border: solid 1px #f2f2f2;
}

.jdc-borderRadius {
    border-radius: 10px;
}

    .jdc-borderRadius h2 {
        text-transform: uppercase;
        color: #00246f;
    }

select {
    margin-right: 15px;
    background-color: #FFF;
    /* background-image: url('/img/down-arraw.png') !important; */
    background-repeat: no-repeat !important;
    width: 100%;
    background-position-y: center !important;
    background-position-x: 97% !important;
    padding: 0px 25px 0px 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 none !important;
}

input, textarea {
    padding: 5px 30px 5px 12px;
    border: solid 1px #d0d9e6;
    border-radius: 15px;
}


/* Style Ultimas autorizaciones
**********************************************/
.jdc-search {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    justify-content: space-between;
}

    .jdc-search i {
        position: absolute;
        right: 11px;
        top: 9px;
        color: #455b8c
    }

    .jdc-search h2 {
        margin: 0;
    }

    .jdc-search input {
        padding: 5px 30px 5px 12px;
        border: solid 1px #d0d9e6;
        border-radius: 15px;
    }

.jdc-inputSearch {
    position: relative;
}

.jdc-autorizaciones {
    background: #fff;
}

.wrap-table {
    border: solid 1px #f5f5f5
}

.jdc-footerInfo {
    padding: 20px 0 30px 0;
    color: #575757;
}

    .jdc-footerInfo span {
        font-weight: 600;
        color: #ec1b2e;
    }

.wrap-pagination {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center
}

    .wrap-pagination .jdc-contBtn {
        display: block;
    }

.jdc-btnInforme {
    width: 610px;
    margin: auto;
    margin-top: 100px;
}

    .jdc-btnInforme .jdc-btnPrimay {
        padding: 10px 45px 10px 30px;
        display: flex;
        align-items: center;
    }

.item i {
    opacity: 1;
}

/* Style Nueva solicitud de Reembolso
**********************************************/
.jdc-calendar .item i {
    color: #adadad !important;
}

/* Style Ultimos Reembolso
**********************************************/
.jdc-btnReeombolso {
    margin-top: 40px
}

    .jdc-btnReeombolso .jdc-btnPrimay {
        display: initial;
    }

    .jdc-btnReeombolso .jdc-contBtn {
        text-align: left;
        display: block;
    }

        .jdc-btnReeombolso .jdc-contBtn > div:first-child {
            margin-bottom: 50px;
        }

.jdc-estadoPdf img {
    position: absolute;
    right: 25px;
    width: 25px;
    font-size: 20px;
    top: 13px;
    color: #dbdbdb;
}


/* Style Prestadores
**********************************************/
.jdc-infoPrest {
    margin-bottom: 60px;
    display: flex;
    text-align: center;
}

    .jdc-infoPrest > div {
        padding: 0px 14px
    }

.jdc-infoPrest-title {
    line-height: 18px !important;
    margin: 0px 0px 10px;
    color: #ec1b2e;
    font-size: 18px;
}

.flex-providers .jdc-infoPrest-title {
    color: #6B6B6B;
}

.jdc-info--afiliados {
    padding: 0px 80px;
}

.jdc-infoText {
    color: #5d5d5d;
    margin: 0;
    font-size: 12px;
}

.jdc-contPrestadores select {
    margin-right: 15px;
    background: #FFF;
    width: 354px;
    padding: 5px 25px 5px 12px;
    border: solid 1px #d0d9e6;
    -webkit-appearance: none;
    -webkit-border-radius: 15px;
    -moz-appearance: none;
    -moz-border-radius: 15px;
}

.jdc-contPrestadores {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 45px
}

    .jdc-contPrestadores div:first-child .jdc-contSelectPrest:first-child {
        margin-bottom: 30px;
    }

    .jdc-contPrestadores > div:first-child {
        margin-right: 15px;
    }

    .jdc-contPrestadores > .jdc-contBtn {
        text-align: center;
    }

.jdc-contSelectPrest {
    display: flex;
}

    .jdc-contSelectPrest .item {
        position: relative;
    }

    .jdc-contSelectPrest .item {
        position: relative;
        border: solid 1px #d0d9e6;
        border-radius: 15px;
        height: 29px;
        padding: 4px 9px;
    }

        .jdc-contSelectPrest .item i {
            position: absolute;
            right: 26px;
            top: 6px;
            font-size: 22px;
            color: #1d3160;
        }

.jdc-tableHead .jdc-search h2 {
    font-size: 18px !important;
}

.jdc-tableHead .jdc-search {
    background: #fff;
    padding: 15px 40px;
    border: solid 1px #f6f5f6;
}

select::-ms-expand {
    display: none !important;
}


/* Style Facturas pendientes
**********************************************/
.jdc-factPendiendes > .jdc-contBtn {
    margin: 50px 0px;
}

.jdc-fechaExpiracion h2, .jdc-inputSearch h2 {
    color: #ec1b2e;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 0;
    font-weight: 600;
}

.jdc-montoApagar {
    border-top: solid #f5f5f5 1px;
    padding: 40px 0px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.jdc-montoTotal {
    text-align: right;
}

    .jdc-montoTotal h3 {
        color: #5d5d5d;
        margin: 5px 0px
    }

    .jdc-montoTotal h2 {
        color: #ec1b2e;
        font-size: 24px;
        font-weight: 300;
        margin: 0px;
        text-transform: uppercase;
    }

    .jdc-montoTotal p {
        font-size: 12px;
        color: #5d5d5d;
        margin: 0;
    }

.jdc-contPagos {
    display: flex;
    justify-content: space-between;
}

.jdc-inputDate {
    display: flex; /* justify-content: flex-end; */
}

    .jdc-inputDate .item {
        position: relative;
    }

        .jdc-inputDate .item i {
            position: absolute;
            right: 10px;
            top: 6px;
            font-size: 22px;
            color: #1d3160;
        }

        .jdc-inputDate .item:first-child {
            margin-right: 15px;
        }

        .jdc-inputDate .item select {
            width: 132px;
        }

.jdc-infoPagos {
    margin-bottom: 40px;
}

    .jdc-infoPagos h4 {
        color: #ec1b2e;
    }

.jdc-contPagos .jdc-inputSearch {
    flex: 0.7;
}

    .jdc-contPagos .jdc-inputSearch label {
        font-weight: 400;
        color: #5d5d5d;
        font-size: 12px;
        margin: 0px 0px 10px
    }

    .jdc-contPagos .jdc-inputSearch input {
        width: 50%;
        border: solid 1px #d0d9e6;
        border-radius: 15px;
        outline: none !important;
        padding: 4px 9px;
        font-size: 14px;
        height: auto;
    }

        .jdc-contPagos .jdc-inputSearch input:focus {
            box-shadow: none;
        }

.jdc-tabletHeadPagos th:last-child {
    padding-right: 30px !important;
}

.jdc-tabletHeadPagos th:first-child {
    text-align: left !important;
    padding-left: 30px !important;
}

.jdc-gray {
    background-color: #f5f5f5;
}

.jdc-cargoAutomatico {
    position: relative;
    margin-bottom: 10px;
}

    .jdc-cargoAutomatico i {
        position: absolute;
        right: -45px;
        font-size: 20px;
        top: 9px;
        color: #0079b3;
    }

    .jdc-cargoAutomatico * {
        vertical-align: middle;
        margin: 0;
    }

    .jdc-cargoAutomatico h2 {
        display: inline-block;
    }

    .jdc-cargoAutomatico .switch {
        display: inline-block;
        margin: 3px 0 0 11px;
    }

@media screen and (max-width:600px) {
    .jdc-cargoAutomatico .switch {
        display: block;
    }
}

.jdc-contSolicitud.switches {
    margin: 30px 0;
}

    .jdc-contSolicitud.switches h2 {
        font-size: 18px;
    }

.jdc-contSolicitud.montoTotal {
    margin: 30px 0 0;
}

.jdc-infoPagos #btnPay {
    font-size: 20px !important;
    padding: 0.2em .7em;
}

.jdc-bancoEmisor {
    margin-top: 30px !important;
    width: 92%;
}

.jdc-contSolicitud h2 {
    color: #ec1b2e;
    font-size: 25px;
    margin-top: 0;
    font-weight: 600;
}

.jdc-contSolicitud {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 50px; /* margin: 0 auto; */
    margin-bottom: 40px;
    margin-top: 53px;
    flex-direction: column;
}

.jdc-totalPdf img {
    position: absolute;
    right: 18px;
    width: 25px;
    top: -2px;
    color: #dbdbdb;
}

.jdc-numContrato i {
    position: absolute;
    right: 25px;
    font-size: 20px;
    color: #0079b3;
}

.jdc-thCold {
    flex: 1;
    padding: 0px 30px;
    color: #0079b3;
}

    .jdc-thCold:nth-child(2) {
        text-align: center;
    }

    .jdc-thCold:last-child {
        text-align: right;
        padding-right: 60px;
    }

.jdc-thRow {
    border-bottom: solid 1px #f5f5f5;
    padding: 20px 0px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}

.jdc-tRow {
    border-bottom: solid 1px #f5f5f5;
    padding: 25px 0px;
    display: flex;
    justify-content: space-between;
}

.jdc-tCold {
    position: relative;
    flex: 1;
    padding: 0px 30px;
    color: #5d5d5d;
}

    .jdc-tCold:nth-child(2) {
        text-align: center;
    }

    .jdc-tCold:last-child {
        padding-right: 60px;
        text-align: right;
        position: relative;
    }

        .jdc-tCold:last-child span {
            border: solid 1px #dadada;
            padding: 8px 13px;
            border-radius: 40px;
        }

/* Rounded sliders */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider div {
    color: #ec1b2e;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    right: -3px;
}

    .slider div:first-child {
        color: #ec1b2e;
        font-weight: 600;
    }

.slider {
    padding: 0px 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: solid 1px #6B6B6B;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 3px;
        background-color: #ec1b2e;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

input:checked + .slider {
    background-color: #fff;
    border: solid 1px #ec1b2e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ec1b2e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

th {
    text-align: center !important;
}

#table_payment thead tr th:last-child {
    text-align: center !important;
    padding-right: 0;
}


/* Style Dependientes
**********************************************/
.jdc-contSlideset {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 20px 0px 60px;
}

.jdc-iconDirrection {
    position: absolute;
    top: 89px;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .jdc-iconDirrection i {
        color: #1c325f;
        font-size: 25px;
        cursor: pointer;
    }

.jdc-circle i {
    color: #fff;
    font-size: 32px;
}

.jdc-circle {
    margin-bottom: 10px;
    background: #cdd4d6;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jdc-active .jdc-circle {
    background: #1d3160;
}

.jdc-slidePanel {
    max-width: 205px;
    text-align: center;
    margin: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

    .jdc-slidePanel p {
        color: #cdd4d6;
    }

    .jdc-slidePanel.jdc-active p {
        color: #1d3160;
    }

.jdc-autorizaciones .container-custom-3 {
    padding: 0px 15px;
    margin-top: 60px;
    border: solid 1px #d0d9e6;
}

.jdc-contResumen { /*background-color: #F8FAFA;*/
    padding: 20px 0px 25px 0px;
}

.jdc-contHistorial {
    align-items: center;
    border: solid 1px #cccccc;
    margin-bottom: 25px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.jdc-consumos {
    background: #fff;
}

    .jdc-consumos span {
        color: #5d5d5d;
        font-weight: 600;
        font-size: 18px;
    }

.jdc-consumoSearch {
    display: flex;
    color: #d5d5d5;
}

    .jdc-consumoSearch .jdc-search {
        margin-bottom: 0;
    }

    .jdc-consumoSearch .dropdown i {
        color: #d5d5d5;
        font-size: 20px;
        position: relative;
        top: 2px;
        left: -6px;
    }

    .jdc-consumoSearch .open > .dropdown-menu {
        padding: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }

        .jdc-consumoSearch .open > .dropdown-menu a {
            color: #1c325f;
            padding: 4px 10px;
        }

    .jdc-consumoSearch a:focus, .jdc-consumoSearch a:hover {
        background: #1c325f;
        padding: 4px 10px;
        color: #fff !important;
    }

.jdc-content div:first-child {
    position: relative;
    width: 380px;
}

    .jdc-content div:first-child i {
        position: absolute;
        right: -70px;
        font-size: 22px;
        color: #ec1b2e;
    }

.jdc-btnContraer i {
    position: relative;
    top: 1px;
}

.jdc-btnContraer {
    margin: 0px 15px;
}

.jdc-acordeon {
    margin-bottom: 25px;
}

    .jdc-acordeon.disabled .jdc-acordeonTitle {
        cursor: auto;
        background: #e6e6e6 !important;
        color: #808080;
    }

.jdc-acordeonTitle {
    cursor: pointer;
    padding: 20px;
    background: #1d3160;
    margin-top: 25px;
    color: #fff;
}

    .jdc-acordeonTitle i {
        font-size: 23px;
        position: relative;
        top: 2px;
        margin-right: 10px;
    }

.jdc-acordeonInfo {
    width: 100% !important;
    overflow: hidden;
    border: solid 1px #cccccc;
    padding: 20px;
}

    .jdc-acordeonInfo span {
        border: 1px solid #cccccc;
        display: inline-block;
        padding: 7px 11px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .jdc-acordeonInfo .jdc-content {
        margin-bottom: 10px;
        display: flex !important;
        color: #5d5d5d;
        justify-content: space-between;
        align-items: center;
    }

.jdc-historialTitle {
    margin-top: 40px;
}

    .jdc-historialTitle h2 {
        text-transform: uppercase;
        margin: 0;
        font-size: 2.2em;
        color: #1d3160;
    }

    .jdc-historialTitle h3 {
        margin: 0;
    }

.jdc-listNameMargintTop25 {
    margin-top: 25px;
}

.jdc-listName {
    margin-bottom: 25px;
    padding: 20px;
    background: #e6e6e6;
    border: solid 1px #ccc;
    color: #808080;
}

    .jdc-listName i {
        font-size: 20px;
        position: relative;
        top: 2px;
        margin-right: 15px;
    }

.jdc-btnHistorico {
    display: flex;
    justify-content: flex-end;
}

.jdc-tableDependents .jdc-search {
    float: right;
    margin-bottom: 20px;
    float: right;
    margin: 20px 30px 20px 0px;
}


/* Style Actualiza tus datos
**********************************************/
.jdc-contAcualizarDatos {
    max-width: 600px;
}

.jdc-datosInput {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

    .jdc-datosInput .jdc-inputDate .item:first-child {
        margin-right: 0;
    }

    .jdc-datosInput label {
        color: #5d5d5d;
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .jdc-datosInput .item {
        position: relative;
        border: solid 1px #d0d9e6;
        border-radius: 15px;
        height: 32px;
        padding: 4px 9px;
    }

        .jdc-datosInput .item i {
            position: absolute;
            right: 13px;
            top: 4px;
            font-size: 22px;
            color: #1d3160;
        }

    .jdc-datosInput select {
        width: 100%;
    }

.jdc-contFile {
    display: flex;
    justify-content: space-around;
    width: 690px;
    margin: 0 auto;
}

    .jdc-contFile label {
        width: 318px;
    }

    .jdc-contFile input[type=file] {
        display: none;
    }

.jdc-foto {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border: solid 1px #d0d9e7;
    border-radius: 3px;
    padding: 25px 2px;
}

    .jdc-foto input {
        border: none;
        padding: 0;
        background: no-repeat;
        text-align: center;
    }

    .jdc-foto i {
        font-size: 50px;
        margin-bottom: 20px
    }

.jdc-textDocument {
    margin: 15px 0px 0px 0px;
    font-weight: 600;
    font-size: 14px
}

.jdc-titleDocument {
    font-size: 30px !important
}

.jdc-actualizarDatos {
    display: flex;
    justify-content: center;
    padding: 20px 0px 40px 0px;
}

.jdc-contAcualizarDatos.profileStyle h3 {
    text-align: left !important;
    font-size: 14px;
}

.profileStyle .jdc-datosInput {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ProviderOptions .jdc-datosInput {
    margin-top: 0;
    margin-bottom: 28px;
}


.jdc-expMonth, .jdc-expYear {
    margin-top: 0px;
    width: 44%;
    display: inline-block;
    margin-right: 17px;
}




.jdc-datosInput .input-group {
    position: relative;
    border: solid 1px #d0d9e6;
    border-radius: 15px;
    height: 29px;
}

    .jdc-datosInput .input-group .item {
        position: relative;
        border: none;
        padding: 0;
    }

    .jdc-datosInput .input-group select {
        position: relative;
        border: none !important;
        border-radius: 15px;
        height: 29px;
    }

.jdc-datosInput .input-group-addon {
    border: none;
    border-radius: 15px;
    height: 29px;
}

.jdc-datosInput .input-group input {
    position: relative;
    border: none;
    border-radius: 15px;
    height: 29px;
}

.jdc-datosInput.mt20px {
    margin-top: 1px;
    margin-bottom: 30px;
}

.jdc-datosInput.questionPadding {
    margin-top: 0;
    margin-bottom: 0;
}

.jdc-datosInput.answerPadding {
    margin-top: 0;
    margin-bottom: 25px;
}



/* Style Registrate
**********************************************/
.jdc-register { /*height: 100vh;*/ /*margin-top: 10px; border-top: solid 56px #042d60;*/
    display: flex;
    justify-content: space-between;
}

    .jdc-register label {
        margin-bottom: 5px;
        font-weight: 400;
        color: #5d5d5d;
        font-size: 12px;
        margin: 0px 0px 10px;
        text-transform: uppercase;
    }

.jdc-formCont {
    flex: 1;
    padding-bottom: 50px;
}

.jdc-formImg {
    max-width: 658.5px;
}

.jdc-registBackg {
    background: url(/img/MAPFRE_03_Registro.jpg) no-repeat;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jdc-registBackgWebToLead {
    background: url(/img/MAPFRE_03_Registro_V2.jpg) no-repeat 66% bottom / cover;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width:640px) {
    .jdc-registBackgWebToLead {
        display: none;
    }
}

.jdc-contRegiater {
    padding-bottom: 0;
}

.jdc-contInput {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10px;
}

.jdc-ced {
    margin-bottom: 20px;
}

.jdc-check {
    display: flex;
    padding: 0px;
    width: 100%;
    float: none;
    margin-top: 20px;
    font-size: 12px;
}

.jdc-registerForm {
    margin-top: 40px !important;
    display: flex;
    flex-direction: column;
    width: 97%;
    margin: 0 auto;
}

    .jdc-registerForm h2 {
        text-align: center;
        margin: 0;
        color: #6B6B6B;
        font-size: 30px !important;
        text-transform: uppercase;
    }

.jdc-register .checkbox-style input[type="checkbox"] + label span {
    border: 1px solid #c7c7c7 !important;
}

.jdc-register table tr th:nth-child(1) .checkbox-style input[type="checkbox"] + label span,
.jdc-register table tr td:nth-child(1) .checkbox-style input[type="checkbox"] + label span {
    height: 23px;
    width: 23px;
}

.jdc-register .checkbox-style input[type="checkbox"]:checked + label span::after {
    border-left: 2px solid #848080 !important;
    border-bottom: 2px solid #848080 !important;
}

.jdc-register .checkbox-style input[type="checkbox"]:checked + label span::after {
    content: '';
    display: inline-block;
    width: 61%;
    height: 48%;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 2px;
    left: 3px;
}

.jdc-verTerm {
    text-align: center;
}

    .jdc-verTerm h5 {
        margin: 20px 0px 50px;
    }

    .jdc-verTerm a {
        display: initial;
        color: #ff7682;
    }

.jdc-registerForm .btnAsistencia {
    color: #ec1b2e;
}

    .jdc-registerForm .btnAsistencia:hover {
        color: #6B6B6B;
    }

.jdc-circleNum {
    position: absolute;
    top: -23px;
    left: -55px;
    background: #bbc1cf;
    width: 43px;
    height: 43px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.pasos {
    display: flex;
    justify-content: space-between;
    margin: 30px -53px 50px;
}

    .pasos .number {
        background: #bbc1cf;
        width: 43px;
        height: 43px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
    }

    .pasos .line {
        height: 1px;
        background: #d9d9d9;
        display: block;
        flex-grow: 1;
        margin: 22px 7px;
    }

    .pasos .number.selected {
        background-color: #6B6B6B;
    }

.token-info {
    background-color: #E9E9E9;
    color: #6B6B6B;
}

#btnResendToken {
    margin-bottom: 20px;
    display: inline-block;
}

.resendToken {
    margin-bottom: 0px;
}

/* Style Ingresa tus datos y Registrate
**********************************************/
.jdc-verTerm .jdc-acistencia {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #ec1b2e;
}

.jdc-acistencia i {
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    top: 1px;
    color: #0079b3;
}

.jdc-confirmacion {
    width: 300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.jdc-contPlanBasic {
    margin-top: 30px !important;
    display: flex;
    flex-direction: column;
    width: 260px;
    margin: auto;
}

    .jdc-contPlanBasic .jdc-check {
        margin-top: 0;
        justify-content: center;
    }

    .jdc-contPlanBasic p {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .jdc-contPlanBasic .checkbox-style input[type="checkbox"] + label span {
        top: 0;
        margin-left: 2px;
    }

.jdc-contCodigo {
    margin-bottom: 30px !important;
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: auto;
}

/* Style Olvidaste tu contraseÃ±a
**********************************************/
.jdc-olvidasteContForm {
    margin-top: 40px !important;
    display: flex;
    flex-direction: column;
    max-width: 484px;
    margin: 0 auto;
    padding: 0 10px;
}

    .jdc-olvidasteContForm h2 {
        margin: 0;
        color: rgb(236, 27, 46);
        font-size: 30px !important;
        text-transform: uppercase;
    }

    .jdc-olvidasteContForm .jdc-verTerm {
        margin-top: 40px;
    }

.jdc-olvidasteContInput {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

/* Style Solicitud Pre-calificaciones
**********************************************/
.jdc-contFileDocum {
    margin-bottom: 50px
}

.jdc-contAcualizarDatos h3 {
    color: #ec1b2e;
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}

.jdc-documentSolicitud .jdc-contBtn {
    width: 600px;
    margin: auto;
    margin-top: 47px;
}

.jdc-contAcualizarDatos .jdc-inputDate .item select {
    width: 100%;
}

.jdc-contAcualizarDatos .jdc-inputDate .item:first-child {
    margin-right: 0;
    width: 100%;
}

.jdc-titleCalificaionea h2 {
    margin: 0;
    color: #6B6B6B;
    text-align: center;
    text-transform: uppercase;
    left: 15px !important;
    font-size: 2.5em !important;
    font-weight: 800 !important;
}


/* Style Historial de consumo
**********************************************/
.jdc-historialConsumo {
    background: #f8fafa;
    padding: 30px 0px;
}

.jdc-factPendiendes {
    margin-bottom: 30px;
}

    .jdc-factPendiendes h2 {
        margin-bottom: 0;
    }

    .jdc-factPendiendes p {
        margin: 0;
        font-weight: 600;
        color: #1c325e;
        font-size: 14px;
        text-transform: uppercase;
    }

.jdc-historialConsumo table tr:nth-child(even) td:nth-child(2) {
    color: #838483 !important;
}

.jdc-historialConsumo table tr th:nth-child(1) {
    text-align: left !important
}

.jdc-contBtnHist {
    padding: 30px 0px;
}

.jdc-documentReenbolso {
    margin-top: 30px;
    padding-top: 25px;
    text-align: center;
}

    .jdc-documentReenbolso h2 {
        margin: 0px 0px 20px 0px;
        font-size: 1.6em;
        text-transform: uppercase;
        color: #ec1b2e;
    }

    .jdc-documentReenbolso .jdc-contBtn {
        width: 535px;
        margin: auto;
        margin-top: 47px;
    }

.jdc-documenEnvio {
    text-align: center;
}

    .jdc-documenEnvio .jdc-contBtn {
        justify-content: center;
    }

.jdc-servicioDatos {
    padding: 30px 0px 35px 0px;
    margin-top: 30px;
}

    .jdc-servicioDatos .jdc-cont {
        width: 600px;
    }

    .jdc-servicioDatos .jdc-inputDate .item select {
        width: 100%;
    }

    .jdc-servicioDatos h3 {
        color: #ec1b2e;
        margin-bottom: 0;
        margin-top: 0px;
        font-weight: 800 !important;
        text-transform: uppercase;
        text-align: center;
        font-size: 30px;
    }

    .jdc-servicioDatos .jdc-inputDate .item:first-child {
        width: 100%;
    }

.jdc-pagosTable .checkbox-style {
    width: inherit !important;
    padding: 0px 3px;
}

    .jdc-pagosTable .checkbox-style input[type="checkbox"] + label span {
        top: -3px;
    }



.dd_motivo .chosen-single {
    font: 14px 'Montserrat', sans-serif !important;
    background: transparent !important;
    color: black !important;
    border: 0 none !important;
    outline: none !important;
    box-shadow: none !important;
    line-height: 1em !important;
    padding: 0 0 0 11px !important;
}

.dd_motivo .chosen-container-single {
    top: 2px;
}

.dd_motivo .chosen-single span {
    display: inline !important;
}

.dd_motivo .chosen-single div {
    display: none !important;
}


/* Style Covertura de Medicamentos
**********************************************/
.jdc-coverturaMed {
    margin-bottom: 30px;
}

    .jdc-coverturaMed h2 {
        margin-bottom: 0;
    }

.jdc-coverturaHead p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.jdc-coverturaMed form {
    max-width: 1060px; /*display: flex;*/
    margin-top: 60px;
    margin-bottom: 25px;
}

.jdc-coverturaText p {
    color: #4d4d4d;
    margin-bottom: 0;
    font-size: 14px;
}

.jdc-coverturaSearch {
    position: relative;
    flex: 1;
    margin-right: 15px;
}

    .jdc-coverturaSearch i {
        position: absolute;
        top: 10px;
        right: 12px;
        color: #d6d6d6;
    }

    .jdc-coverturaSearch input {
        width: 100%;
        padding: 5px 30px 5px 15px;
    }

.jdc-coverturaTablet {
    padding: 20px 0px 40px 0px;
    background: #f8fafa;
}

    .jdc-coverturaTablet .wrap-table {
        max-width: 500px;
        margin: auto;
    }

    .jdc-coverturaTablet table tr td:last-child {
        font-weight: 600;
        padding: 15px !important;
        text-align: left !important
    }


.banners-summary {
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}

.btns-asistencia {
    width: 208px;
    height: 40px;
    margin: 15px auto;
    font-size: 16px !important;
    text-align: left !important;
    padding-left: 32px !important;
    padding-right: 22px !important;
}

    .btns-asistencia i {
        float: right;
    }

/* Style footer
**********************************************/
.jdc-newMenuFooter {
    display: flex;
    width: 100%;
    margin-top: 25px;
}

.jdc-copiting {
    margin-top: 15px;
}

    .jdc-copiting p {
        color: #87a7c4;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .jdc-copiting span {
        color: #899fbf;
        font-size: 12px;
        margin-right: 22px;
    }

section.s-10 > div > div > div.left > div.jdc-newMenuFooter > div:nth-child(4),
section.s-10 > div > div > div.left > div:nth-child(4) {
    margin-right: 0;
}


.s-20 .left .container-custom-2 .left span strong {
    font-weight: 800;
}

.s-20 .left .container-custom-2 .left span::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 7px;
    top: 11px;
}

.s-20 .left .container-custom-2 .right {
    display: block;
    float: left;
}

.container-custom-3 {
    padding: 0px 110px 0 0px;
}

    .container-custom-3 h2 {
        text-transform: uppercase;
        font-size: 2.2em;
        font-weight: 800;
        color: #1d3160;
        background-color: white;
        display: inline-block;
        padding: 5px 0 0;
        margin-bottom: 25px;
    }

    .container-custom-3 .item {
        margin: 10px 0 60px;
        position: relative;
    }

        .container-custom-3 .item .fild {
            position: relative;
            overflow: hidden;
            height: 25px;
            background-color: #b4e1ed;
            display: inline-block;
            width: 100%;
            -webkit-border-radius: 20px;
            border-radius: 20px;
        }

            .container-custom-3 .item .fild .progress {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                background-color: #ec1b2e;
                z-index: 100;
                display: inline-block;
            }

/*.progress {position:relative; height: inherit !important;background-color: #95b8cc !important;box-shadow: none !important;border-radius: 50px !important;}*/
.progress-bar {
    line-height: 25px !important;
    background-color: #6094bc !important;
}

.progress .text {
    position: absolute;
    top: 5px;
    font-weight: 500;
    color: white;
    margin: 0 10px;
}

    .progress .text.left {
        left: 0;
    }

    .progress .text.right {
        right: 0;
    }

.container-custom-3 .item .label-2 {
    z-index: 200;
    position: absolute;
    top: 3px;
    right: 15px;
    color: white;
}

.container-custom-3 .item .label-4 {
    z-index: 200;
    position: absolute;
    top: 35px;
    right: 0;
    color: #5d5d5d;
    font-size: .9em;
    padding-right: 15px;
    font-weight: 400;
}

.container-custom-3 .item .label-1 {
    z-index: 200;
    color: white;
    padding: 2px 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    font-weight: 100;
}

.container-custom-3 .item .label-3 {
    z-index: 200;
    position: absolute;
    top: 35px;
    left: 15px;
    /* font-size: 1.4em; */
    color: #5d5d5d;
}

/* .s-21 {
    margin-top: 40px; } */
.s-21 h2 {
    left: 15px !important;
    font-size: 2.5em !important;
    font-weight: 800 !important;
}

.s-21 table tr th {
    text-transform: uppercase;
}

.s-21 table tr td {
    position: relative;
    padding: 15px 0;
}

    .s-21 table tr td .style-1 {
        color: #ff0000;
        text-decoration: underline;
    }

    .s-21 table tr td .style-2 {
        color: #22b573;
    }

    .s-21 table tr td .style-3 {
        color: #585858;
    }

.wrap-pagination {
    text-align: right;
}

.pagination {
    margin: 28px 0 35px;
    display: inline-block;
}

    .pagination span {
        padding: 0px 10px 0px 10px;
    }

    .pagination a {
        display: inline-block;
        width: 50px;
        text-align: center;
        margin: 0;
        color: #585858;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #F2F2F2;
        border: 1px solid #fff;
        float: initial;
        text-align: center;
        padding: 10px 0;
        font-size: 15px;
        font-weight: 600;
        margin-left: -5px !important;
    }

        .pagination a.active {
            color: #fff;
            background-color: #97d5ec;
        }

.s-23,
.s-22 {
    margin-top: 30px;
    padding-top: 25px;
    text-align: center;
    background-color: #F8FAFA;
}

    .s-23 h2,
    .s-22 h2 {
        margin: 0px 0px 20px 0px;
        font-size: 1.6em;
        text-transform: uppercase;
        color: #3c050a;
    }

    .s-23 .text,
    .s-22 .text {
        font-size: 1.2em;
        color: #7a7a7a;
        font-weight: 100;
    }

    .s-23 .phone,
    .s-22 .phone {
        display: inline-block;
        width: 100%;
        font-size: 2.8em;
        text-transform: uppercase;
        color: #ec1b2e;
        margin: 30px 0 60px;
    }

.s-23 {
    padding: 30px 20px 36px;
}

    .s-23 .text {
        font-size: 1em;
    }

        .s-23 .text b {
            color: #ec1b2e;
        }

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.s-24 .order {
    position: absolute;
    right: 15px;
    top: 2px;
}

    .s-24 .order > span {
        color: #c7c7c7;
        font-size: 1.2em;
        font-weight: 100;
        margin-left: 15px;
    }

.s-24 h2 {
    left: 0 !important;
    color: #585858 !important;
    font-size: 1.6em !important;
}

.s-24 table tr th {
    text-transform: uppercase;
}

    .s-24 table tr th:first-child {
        padding-left: 40px !important;
        text-align: left;
    }

    .s-24 table tr th:last-child {
        text-align: right;
        padding-right: 40px !important;
    }

.s-24 table tr td:first-child {
    padding-left: 40px !important;
    text-align: left;
    text-transform: inherit;
}

.s-24 table tr td:last-child {
    text-align: right;
    padding-right: 40px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.select2-container {
    min-width: 150px !important;
}

    .select2-container .select2-selection--single {
        height: 38px !important;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            padding-top: 2px;
            color: #cccccc !important;
        }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 6px;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #efefef;
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #97d5ec;
}

/* .s-25 {
    margin-top: -40px; } */
.s-25 h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #ec1b2e;
    margin-top: 0;
}

.s-25 .left .item {
    width: 50% !important;
    float: left;
    display: inline-block;
}

    .s-25 .left .item .select2-container {
        width: 70% !important;
        margin-left: 15%;
        margin-bottom: 27px;
    }

.s-25 .right {
    text-align: center;
}

    .s-25 .right input {
        background-color: #97D5EC;
        color: white;
        border: 0;
        padding: 15px;
        text-transform: uppercase;
        font-weight: 100;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        width: 45% !important;
        margin-right: 6%;
    }

    .s-25 .right .checkbox-style {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

        .s-25 .right .checkbox-style input[type="checkbox"] + label span {
            border: 1px solid #c7c7c7 !important;
        }

        .s-25 .right .checkbox-style label {
            color: #bbbbbb;
            margin-left: -25px;
        }

        .s-25 .right .checkbox-style input[type="checkbox"]:checked + label span::after {
            border-left: 2px solid #848080 !important;
            border-bottom: 2px solid #848080 !important;
        }

.s-26 {
    margin-top: 32px !important;
}

    .s-26 h2 {
        top: -130px !important;
        left: 15px !important;
    }

    .s-26 .text {
        padding: 25px 0;
        color: #585858;
        font-weight: 100;
        font-size: 1.2em;
    }

    .s-26 .checkbox-style {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

        .s-26 .checkbox-style input[type="checkbox"] + label span {
            border: 1px solid #c7c7c7 !important;
        }

        .s-26 .checkbox-style label {
            color: #bbbbbb;
            /* margin-left: -25px;  */
        }

        .s-26 .checkbox-style input[type="checkbox"]:checked + label span::after {
            border-left: 2px solid #848080 !important;
            border-bottom: 2px solid #848080 !important;
        }

    .s-26 table tr:nth-child(even) td:nth-child(2) {
        color: #da5151;
    }

    .s-26 table tr th {
        text-transform: uppercase;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

        .s-26 table tr th:last-child {
            /* text-align: right !important;  */
        }

        .s-26 table tr th .checkbox-style {
            top: 8px !important;
        }

    .s-26 table tr th,
    .s-26 table tr td {
        padding: 15px 15px;
    }

        .s-26 table tr th:nth-child(1),
        .s-26 table tr td:nth-child(1) {
            position: relative;
            padding-left: 30px;
            text-align: left;
        }

            .s-26 table tr th:nth-child(1) .checkbox-style,
            .s-26 table tr td:nth-child(1) .checkbox-style {
                position: absolute;
                left: -95px;
                top: 6px;
            }

                .s-26 table tr th:nth-child(1) .checkbox-style input[type="checkbox"] + label span,
                .s-26 table tr td:nth-child(1) .checkbox-style input[type="checkbox"] + label span {
                    height: 23px;
                    width: 23px;
                }

        .s-26 table tr th:last-child,
        .s-26 table tr td:last-child {
            position: relative;
            text-align: right;
            padding-right: 70px;
        }

            .s-26 table tr th:last-child span,
            .s-26 table tr td:last-child span {
                border: 1px solid #cccccc;
                display: inline-block;
                padding: 7px 11px;
                -webkit-border-radius: 50px;
                border-radius: 50px;
            }

    .s-26 table tr td {
        font-size: 12px;
        font-weight: 100;
    }

.s-27 .col-md-12 {
    text-align: right;
}

.s-27 a {
    display: inline-block;
    padding: 15px 90px;
    text-transform: uppercase;
    color: white;
    background-color: #97D5EC;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: 100;
    font-size: 1.3em;
    margin: 30px 0 80px;
}

.min-menu {
    display: none;
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /**/
    .s-form-top .row .col-md-8 {
        width: 100%;
        margin: 0;
    }

    .s-form-top .form-registration span {
        position: relative;
    }

        .s-form-top .form-registration span::before {
            left: -62px;
        }

    .checkbox-style > span {
        color: white;
        font-weight: 100;
        font-size: 10px;
        width: 100%;
        display: inline-block;
    }

    .s-header .right {
        width: 60% !important;
    }

    .s-header .left {
        width: 40% !important;
    }

    .slider-top .col-md-5 {
        text-align: center;
        width: 100%;
    }

    .slider-top p {
        padding: 0 15px 10px 15px;
    }

    .s-menu nav ul li a {
        padding: 10px 5px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .s-menu .container .row nav {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 992px) {
    .mobile-center {
        text-align: center;
    }

    /**/
    .s-form-top .form-registration span {
        position: relative;
    }

    .s-form-top .form-registration {
        margin-top: 23px;
        padding-top: 14px;
        display: inline-block;
        border-top: 1px solid white;
        width: 100%;
    }

    .s-header .right {
        padding-bottom: 30px;
        text-align: center;
        width: 100% !important;
    }

    .s-header .left {
        padding-bottom: 30px;
        text-align: center;
        width: 100% !important;
    }

    .s-menu nav ul li {
        display: inline-block;
        position: relative;
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }

    .s-1 .item {
        padding-bottom: 50px;
        text-align: center;
    }

        .s-1 .item p {
            display: inline-block;
            font-size: .92em;
            font-weight: 100;
            max-width: 300px;
        }

    .s-4 .col-md-7 img {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 30px;
        width: 100%;
        height: inherit;
    }

    .s-5 .left,
    .s-5 .right {
        width: 100%;
        margin: 0;
        text-align: center;
    }

        .s-5 .left p,
        .s-5 .right p {
            padding: 0 15px 10px 15px;
        }

    .s-7 .owl-s-7 .item a {
        top: 35%;
    }

    .s-8 div {
        width: 50%;
    }

    .s-8 .content-custom {
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }

    .s-9 .right form {
        width: 100% !important;
        left: 7px;
    }

        .s-9 .right form .form-group {
            margin-bottom: 10px;
            width: 100% !important;
        }

            .s-9 .right form .form-group input {
                width: 100% !important;
                margin: 0;
                display: inline-block;
            }

    .s-2 {
        text-align: center;
    }

    .slider-top a {
        margin: 0 15px;
    }

    .s-1 .col-md-12 a {
        margin-top: 5px;
    }

    .s-7 .container {
        text-align: center;
        padding: 15px;
    }

    .s-menu nav ul li .sub-menu-1 {
        padding: 12px 0 0px;
        position: absolute;
        top: 34px;
        left: 0px;
        list-style: none;
        width: 100%;
    }

        .s-menu nav ul li .sub-menu-1 li > ul {
            margin-top: 10px;
        }

            .s-menu nav ul li .sub-menu-1 li > ul li {
                text-align: center;
            }

        .s-menu nav ul li .sub-menu-1 li a {
            margin-right: 0;
        }

    .s-menu nav ul li .sub-menu-1 {
        padding: 4px 0 0px;
    }

    .is_sub_2 ul {
        margin: 0;
        width: 100%;
    }

        .is_sub_2 ul a {
            padding-right: 15 !important;
        }

    .s-menu nav ul li .sub-menu-1::after,
    .s-menu nav ul li .sub-menu-1 li::after {
        right: 0;
        left: 0;
    }

    .s-11 {
        padding: 50px 0 50px;
    }

        .s-11 h1 {
            font-size: 2em;
        }

    .s-14,
    .s-12 {
        padding: 20px 0;
    }

        .s-14 table,
        .s-12 table {
            width: 100%;
        }

            .s-14 table tr,
            .s-12 table tr {
                display: inline-block;
                width: 100%;
            }

                .s-14 table tr td,
                .s-12 table tr td {
                    display: inline-block;
                    width: 100%;
                }

    .s-16,
    .s-14 {
        padding: 20px 0;
    }

    .s-15 img {
        position: inherit;
        top: 0;
    }

    .s-10 .left,
    .s-10 .right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .jdc-identidadInfo .left,
    .s-17 .right {
        width: 100%;
        margin: 0;
    }

    .s-menu-sub li {
        width: 100% !important;
        border: 1px solid #cccccc;
    }

        .s-menu-sub li:last-child {
            border: 1px solid #cccccc !important;
        }

    .jdc-identidadInfo .left {
        padding: 30px 0;
        text-align: center;
    }

        .jdc-identidadInfo .left img {
            left: -webkit-calc(50% - 60px);
            left: calc(50% - 60px);
        }

    .jdc-identidadInfo .title-1 {
        color: #000;
    }

    .jdc-identidadInfo .title-1, .jdc-identidadInfo .left .name, .jdc-identidadInfo .left .number {
        position: initial;
        padding: 0 10px;
    }

    .container-custom-3 {
        padding: 0 15px;
    }

    .container-custom-4 .left,
    .container-custom-4 .right,
    .s-20 .left .container-custom-2 .left,
    .s-20 .left .container-custom-2 .right {
        width: 100%;
    }

    .wrap-table {
        padding-top: 25px;
        width: 100%;
        overflow-y: scroll;
    }

    .s-19 .col-md-12 h2, .s-18 .col-md-12 h2 {
        top: 0;
        font-size: 1.5em;
        text-align: center;
        padding: 15px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .s-10 .right {
        border: 0;
    }

        .s-10 .left .item ul li,
        .s-10 .right .item ul li,
        .s-10 .right .item ul a {
            font-size: .7em !important;
        }

    .container-custom-4 {
        margin-bottom: 2em;
    }

    .s-25 .left .item .select2-dropdown {
        z-index: 99999 !important;
    }

    .s-25 .left .item .select2-container {
        z-index: 1 !important;
    }

    .s-26 table tr th:nth-child(1) .checkbox-style, .s-26 table tr td:nth-child(1) .checkbox-style {
        left: -47px;
    }

    .min-menu {
        display: inline-block;
        position: absolute;
        top: -10px;
        left: 15px;
    }

    .s-menu * {
        min-height: 0 !important;
    }

    .s-menu .container {
        width: initial;
    }

        .s-menu .container nav {
            display: none;
            margin-left: -15px;
            background-color: #345b8f;
            margin-top: 50px;
            position: absolute;
            z-index: 9999;
            max-width: 335px;
        }

            .s-menu .container nav ul li {
                text-align: left;
            }

    .slider-top {
        margin-top: 50px;
    }

    .s-menu nav ul li .sub-menu-1 {
        position: inherit;
        background-color: #345b8f !important;
        top: 0;
    }

        .s-menu nav ul li .sub-menu-1 li {
            background-color: #345b8f;
        }

        .s-menu nav > ul > li.is_sub:hover::before,
        .s-menu nav ul li .sub-menu-1::after {
            display: none;
        }

        .s-menu nav ul li .sub-menu-1 li a {
            background-color: #345b8f !important;
            padding: 0 0 0 5px;
            margin: 0;
        }

    .s-menu nav ul li .sub-menu-1 {
        margin: 0;
    }

        .s-menu nav ul li .sub-menu-1 li:last-child {
            padding-bottom: 3px;
        }

        .s-menu nav ul li .sub-menu-1 li a {
            color: white !important;
            text-align: left;
        }

    .s-menu nav ul li .sub-menu-2 li a {
        padding-left: 28px !important;
    }

    .s-menu nav ul li .sub-menu-2 {
        position: initial;
        position-padding-left: 15px !important;
    }

    .s-menu nav ul li .sub-menu-1 li:hover > ul {
        display: inline-block;
        background-color: #345b8f;
    }

    /* style for home
 ************************************/
    .container-custom-3 {
        padding: 0;
    }

    .jdc-totalConsumo {
        text-align: right;
    }

    .jdc-borderRadius {
        margin-bottom: 57px;
    }

    .title-1 {
        display: none;
    }

    .s-header .left span {
        display: none;
    }

    .jdc-tableTusPlanes th {
        font-weight: 800;
        color: #5d5d5d;
    }

    /* style for head
 ************************************/
    .jdc-search {
        display: block;
        text-align: center;
    }

    .s-21 h2 {
        font-size: 25px !important;
        margin-bottom: 20px;
    }

    .jdc-search input {
        float: right;
    }

    /* style for ÃšLTIMOS REEMBOLSOS
 ************************************/
    .jdc-estadoPdf img {
        left: 0;
        right: 0;
        top: 3px;
    }

    /* style for PRESTADORES
 ************************************/
    .jdc-infoPrest {
        display: block;
    }

        .jdc-infoPrest > div {
            margin-bottom: 15px;
            padding: 0px 64px;
        }

    .s-25 h2 {
        font-size: 25px !important
    }

    .jdc-info--afiliados {
        padding: 0;
    }

    .jdc-tableHead .jdc-search {
        overflow: hidden;
    }

    .jdc-tableHead {
        display: flex;
        flex-direction: column;
    }

        .jdc-tableHead .jdc-search input {
            float: none;
            width: 100%;
        }

        .jdc-tableHead .jdc-search h2 {
            margin-bottom: 15px;
        }

    .jdc-contSolicitud {
        width: 100%;
    }

    .jdc-fechaExpiracion h2, .jdc-inputSearch h2, .jdc-montoTotal h2, .s-26 h2 {
        font-size: 25px;
        line-height: 23px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    /* style for home
 ************************************/
    .jdc-balancePend {
        display: block;
    }

        .jdc-balancePend .jdc-btnPrimay:first-child {
            margin: 0;
        }

    .jdc-fechaUltP {
        margin-bottom: 40px;
    }

    .container-custom-4 .title, .container-custom-2 .title {
        left: 0;
    }

    .s-20 .left .container-custom-2
    h2 {
        font-size: 18px !important;
    }

    .jdc-SlideTitle {
        font-size: 35px;
    }

    /* style for PRESTADORES
 ************************************/
    .jdc-contPrestadores {
        display: block;
    }

        .jdc-contPrestadores select {
            margin: 0;
            width: 100%;
        }

    .jdc-contSelectPrest .item {
        flex: 1;
        margin-right: 15px;
    }

    .jdc-contPrestadores > div:first-child {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .jdc-contSelectPrest .item i {
        right: 12px;
    }

    .jdc-search input {
        float: none;
    }

    .jdc-contSelectPrest:first-child .item:last-child, .jdc-contSelectPrest:last-child .item:last-child {
        margin-right: 0;
    }

    .jdc-montoApagar, .jdc-contPagos {
        display: block;
    }

    .jdc-montoTotal {
        margin-top: 20px;
        text-align: left;
    }

    .jdc-inputDate {
        justify-content: flex-start;
    }

    .jdc-fechaExpiracion {
        margin-top: 20px;
    }

    .jdc-contSolicitud {
        display: block;
    }


    /* style for ÃšLTIMAS AUTORIZACIONES
 ************************************/
    .jdc-btnInforme .jdc-btnPrimayIcon {
        margin-bottom: 15px;
    }

    .jdc-btnInforme {
        margin-top: 15px;
    }

    .jdc-btnInforme {
        width: 100%;
    }

    /* Style Actualiza tus datos
**********************************************/
    .jdc-contFile {
        width: 100%;
    }

    .s-form-top .form-group,
    .s-form-top .checkbox-style {
        width: 100% !important;
        display: inline-block;
    }

    .s-header .right form {
        text-align: center;
        /* padding-top: 30px; */
        display: inline-block;
        float: none !important;
    }

    .s-2 .col-1, .s-2 .col-2, .s-2 .col-3 {
        width: 100%;
        padding: 0;
    }

    .style-content-1 {
        text-align: center;
    }

        .style-content-1 p {
            padding: 0 15px 10px;
        }

    .s-8 div {
        width: 100%;
    }

    .s-10 .left,
    .s-10 .right {
        width: 100% !important;
        font-size: 2em;
    }

        .s-10 .left .item,
        .s-10 .right .item {
            width: 100%;
            text-align: center;
            font-size: .8em;
        }

    footer * {
        text-align: center;
    }

    footer .right {
        text-align: center;
        padding-top: 15px;
        padding-right: 0px;
    }

    .s-13 table {
        width: 100%;
    }

        .s-13 table tr {
            display: inline-block;
            width: 100%;
        }

            .s-13 table tr td {
                display: inline-block;
                width: 100%;
            }

    .s-menu-sub nav {
        padding: 0;
    }

    .s-20 .right .container-custom-2 table td {
        width: 100%;
        display: inline-block;
    }

    .s-20 .right .container-custom-2 table {
        text-align: center;
    }

        .s-20 .right .container-custom-2 table tbody {
            display: inline-block;
        }

    .container-custom-4 .title {
        font-size: 1.4em;
    }

    .container-custom-4 .date {
        top: 62px;
    }

    .s-19 .col-md-12, .s-18 .col-md-12 {
        overflow-y: scroll;
    }

    .container-custom-4 .title, .container-custom-2 .title {
        top: -22px;
        font-size: 1.5em;
    }

    .container-custom-4 .left, .container-custom-4 .right, .s-20 .left .container-custom-2 .left, .s-20 .left .container-custom-2 .right {
        font-size: .8em;
    }

    .container-custom-3 h2 {
        font-size: 1.5em;
    }

    .container-custom-3 .item .label-3 {
        top: 50px;
    }

    .container-custom-3 .item .label-4 {
        left: 15px;
    }

    .container-custom-3 .item {
        margin: 10px 0 83px;
    }

    .container-custom-4 {
        padding-top: 25px;
    }

        .container-custom-4 .title, .container-custom-2 .title {
            position: inherit;
            top: 0;
            font-size: 1em;
        }

            .container-custom-4 .title small, .container-custom-2 .title small {
                font-size: 1em;
                bottom: -13px;
            }

    .s-20 .right .container-custom-2 > span {
        font-size: 1.4em;
        top: 0;
    }

    .container-custom-4 .title, .container-custom-2 .title {
        margin-bottom: 31px;
    }

    .container-custom-4 .date {
        top: 71px;
    }

    .s-18 {
        margin: 0px 0;
        padding: 0;
    }

    .s-header .right form input {
        margin-left: 21px;
    }

    .s-25 .left .item {
        width: 100% !important;
    }

        .s-25 .left .item .select2-container {
            width: 100% !important;
            margin-left: 0;
        }

    .s-24 table tr th:first-child {
        padding-left: 0 !important;
    }

    .s-26 h2 {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        font-size: 1.9em !important;
    }


    .mobile-logo-top {
        background: white;
        display: block !important;
        padding: 8px 0;
        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 610px) {
    /* style for head
 ************************************/
    .s-header .right {
        display: block;
    }

        .s-header .right form input {
            margin-left: 0;
        }

        .s-header .right form {
            padding-top: 25px;
        }

    /* style for ÃšLTIMAS AUTORIZACIONES
 ******************************************/
    .jdc-btnInforme .jdc-btnPrimay {
        padding: 10px 44px 10px 13px;
    }

    /* Style Actualiza tus datos
**********************************************/
    .jdc-contFile {
        flex-direction: column;
    }

    .jdc-foto {
        margin-bottom: 15px;
    }

    /**/
    .section-3 .tags span {
        width: 100%;
    }

    header .hed-row .col-5 .wrap .l-3 {
        bottom: 20px;
    }

    .s-24 .order {
        position: inherit;
    }

    .s-24 .wrap-table {
        padding-top: 54px;
    }
}

@media only screen and (max-width: 480px) {
    /* style for home
 ************************************/
    .jdc-precioTotal {
        font-size: 30px;
    }

    .s-25 h2, .s-23 h2, .s-22 h2 {
        font-size: 20px !important;
    }

    .jdc-contBtn {
        display: block;
    }

    .jdc-btnPrimay {
        width: 100%;
    }

    .container-custom-2 .jdc-btnPrimay, .jdc-module .jdc-btnPrimay {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .jdc-SlideTitle {
        top: 75px;
        font-size: 35px;
        line-height: 35px !important;
        margin: 0px 15px;
    }

    /* style for ÃšLTIMOS REEMBOLSOS
  ************************************/
    .jdc-btnReeombolso .jdc-contBtn > div:first-child {
        margin-bottom: 15px;
    }

    /* style for PRESTADORES
  ************************************/
    .jdc-contSelectPrest {
        display: block;
    }

    .jdc-contPrestadores div:first-child .jdc-contSelectPrest:first-child, .jdc-contPrestadores > div:first-child {
        margin-bottom: 0;
    }

    .jdc-contSelectPrest .item {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .jdc-fechaExpiracion h2, .jdc-inputSearch h2, .jdc-contSolicitud h2, .jdc-montoTotal h2 {
        font-size: 20px !important;
    }

    /* style for ÃšLTIMAS AUTORIZACIONES
 ****************************************/
    .wrap-pagination {
        display: block;
    }

    /**/
    header .hed-row .col-5 .wrap {
        font-size: 0.6em;
    }

        header .hed-row .col-5 .wrap .l-1 {
            margin-top: 0;
        }

        header .hed-row .col-5 .wrap h1 {
            font-size: 2em;
        }

    .s-17 {
        font-size: .7em;
    }

    .wrap-pagination a, .wrap-pagination span {
        display: inline-block;
    }

    .s-24 .col-md-12 h2, .s-21 .col-md-12 h2, .s-19 .col-md-12 h2, .s-18 .col-md-12 h2 {
        position: initial;
    }

    .wrap-table {
        padding-top: 50px;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width: 351px) {
    /* style for head
 ************************************/
    .s-header .right span:first-child {
        padding-right: 30px;
    }

    .s-header .right span {
        margin-right: 2px;
    }

    .s-11 h1 {
        font-size: 1.7em;
    }
    /**/
}


/* ==== Custom Styles made by Softnet ==== */
input {
    outline: none !important;
    /* height: 54px; */
    font-size: 33px;
    font-weight: 800;
    color: #16416e;
}

.checkBoxGrande input {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    background-color: #16416e;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checckbox;
    zoom: 1.1;
    margin-left: -30px !important;
}

/*======================== Custom Styles Made Softnet Team ========================*/

.btnLogin-Menu {
    background: #1B2B55;
    border: #1B2B55;
    color: #fff;
    padding: 9px;
}

    .btnLogin-Menu:hover {
        background: #337ab7;
        color: #fff !important;
    }

.btnDropLogin-Menu {
    padding: 7px;
    background: #8CCFE9;
    height: 33px !important;
}

    .btnDropLogin-Menu:hover {
        background: #fff;
    }

.modal#loginModal h4#alertMessage,
.modal#registroModal h4#alertMessage,
.modal#resetPassModal h4#alertMessage,
.modal#modalAsistencia h4#alertMessage {
    text-align: center;
    font-size: 22px;
    /* text-transform: uppercase; */
}

.modal#loginModal .modal-header {
    border-bottom: none;
}

.modal#loginModal .modal-footer {
    border-top: none;
}

.modal#registroModal .modal-header {
    border-bottom: none;
}

.modal#registroModal .modal-footer {
    border-top: none;
}

.modal#resetPassModal .modal-header {
    border-bottom: none;
}

.modal#resetPassModal .modal-footer {
    border-top: none;
}

.modal#modalAsistencia .modal-header {
    border-bottom: none;
}

.modal#modalAsistencia .modal-footer {
    border-top: none;
}

.modal#modalMensajes .modal-header {
    border-bottom: none;
}

.modal#modalMensajes .modal-footer {
    border-top: none;
}

.modal#terminosCondiciones .modal-header {
    border-bottom: none;
}

.modal#terminosCondiciones .modal-footer {
    border-top: none;
}



/**** Navbar Sign responsive style ****/
.btn-menu {
    z-index: 10000;
}

div.form-group {
    margin: 0 auto;
    margin-bottom: 17px;
}

input.radioCheck {
    height: 0;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #FEFEFE;
}

.menu_bar {
    display: none;
}

header {
    width: 100%;
}

    header nav {
        background: #ec1b2e;
        z-index: 1000;
        max-width: 100%;
        width: 100%;
        /* margin:20px auto; */
        text-align: center;
        text-transform: uppercase;
    }

        header nav ul {
            list-style: none;
        }

            header nav ul li {
                display: inline-block;
                position: relative;
            }

                header nav ul li:hover {
                    color: blue;
                }

                header nav ul li a {
                    color: #fff;
                    display: block;
                    text-decoration: none;
                    padding: 20px 0;
                    margin: 0px 17px;
                    font: 500 14px "DM Sans", sans-serif;
                    letter-spacing: 0.2px;
                    -webkit-font-smoothing: antialiased;
                    -webkit-text-size-adjust: 100%;
                }

                    header nav ul li a:hover {
                        color: white;
                        opacity: 0.9;
                    }

                    header nav ul li a span {
                        margin-right: 10px;
                    }

                header nav ul li:hover .children {
                    display: block;
                }

                header nav ul li .children {
                    display: none;
                    background: #011826;
                    position: absolute;
                    width: 150%;
                    z-index: 1000;
                }

                    header nav ul li .children li {
                        display: block;
                        overflow: hidden;
                        border-bottom: 1px solid rgba(255,255,255,.5);
                    }

                        header nav ul li .children li a {
                            display: block;
                        }

                            header nav ul li .children li a span {
                                float: right;
                                position: relative;
                                top: 3px;
                                margin-right: 0;
                                margin-left: 10px;
                            }

                header nav ul li .caret {
                    position: relative;
                    top: 3px;
                    margin-left: 10px;
                    margin-right: 0px;
                }

.mobile-visible {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mobile-visible {
        display: block;
    }

    .sub-menu-hidden ul {
        display: none;
    }

    body {
        /*padding-top: 55px;*/
    }

    .menu_bar {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        background: #ec1b2e;
    }

        .menu_bar .bt-menu {
            display: block;
            padding: 20px;
            color: #fff;
            overflow: hidden;
            font-size: 25px;
            font-weight: bold;
            text-decoration: none;
        }

        .menu_bar span {
            float: right;
            font-size: 40px;
        }

    header nav {
        width: 50%;
        height: calc(100% - 75px);
        position: fixed;
        right: 100%;
        margin: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }

        header nav ul li {
            display: block;
            text-align: left;
            padding-left: 20px;
        }

            header nav ul li a {
                display: block;
            }

            header nav ul li:hover .children {
                display: none;
            }

            header nav ul li .children {
                width: 100%;
                position: relative;
            }

                header nav ul li .children li a {
                    margin-left: 20px;
                }

            header nav ul li .caret {
                float: right;
            }

    .socialBotones {
        display: none !important;
    }

    .jdc-registBackg
    .registerStep1 h2 {
        margin-right: 23%;
    }

    .jdc-circleNum {
        left: 0;
    }

    .checkbox .checkBoxGrande {
        width: 77%;
        margin-left: 9%;
    }

    #signup-form .jdc-contInput {
        width: 80%;
        margin-left: 4%;
    }

    .jdc-registBackg {
        display: none !important;
    }

    .mobile-logo-white {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .mobile-logo-white img {
            width: 240px !important;
        }

    .small-hidden {
        display: none;
    }

    .small-visible {
        display: inherit !important;
    }
}

.navbarPublic ul {
    margin-bottom: -5px !important;
    font-size: 13px;
    margin-top: -5px;
}

/*============================================================================*/
form#signup-form h2 {
    margin-right: 50px;
}

.btn-circle {
    border-radius: 18px;
    padding: 6px 41px;
}

.panel-consumos, .panel-dependientes {
    overflow-y: scroll;
    max-height: 214px;
}

@media (max-width: 991px) {
    body {
        width: 100% !important;
    }

    .signupFooter {
        width: 100%;
        margin-top: 93px;
    }

    #signup-form {
        width: 89%;
        margin-left: 17%;
    }
}

.errorList {
    list-style: none !important;
}

#signup-form {
    width: 63%;
    margin-left: 21%;
}

.btn-asistencia {
    font-size: 20px !important;
    margin-top: 20px;
}

table#table_providers tbody td ul li {
    text-align: left;
    margin-bottom: 6px;
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
}

div#table_providers_length,
div#table_auth_length,
div#table_consumos_length,
div#table_reembolsos_length,
div#table_dependants_consumptions_length,
div#table_dependants_details_length {
    display: none !important;
}

div#table_auth_wrapper .row div.col-sm-6:first-child {
    display: none;
}

.tableRow input[type="search"] {
    border-radius: 33px;
}

div#table_auth_filter,
div#table_consumos_filter,
div#table_reembolsos_filter,
div#table_dependants_consumptions_filter,
div#table_dependants_details_filter {
    float: right;
    margin-bottom: 12px;
}

/* Datatable pagination */
.tabla-prestador h2 {
    padding-top: 17px;
}

div.dataTables_filter {
    padding-right: 21px;
}

.table > tbody > tr > td {
    border-top: none !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    margin-right: 35px;
}

div.dataTables_info {
    margin-left: 14px !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

ul.pagination li.paginate_button a:hover {
    background: #dad8d8;
}

ul.pagination li.paginate_button a {
    background: #f2f2f2;
    margin-right: 12px !important;
    color: #ec1b2e;
}

ul.pagination li.paginate_button.active a:hover {
    background: #88c2d8;
}

ul.pagination li.paginate_button.active a {
    color: #ffffff !important;
    background: #f3c0c4 !important;
    border-color: #f59fa7 !important;
}


div.jdc-coverturaText p {
    padding-bottom: 3%;
}

#table_medicine tbody tr td {
    text-align: left !important;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.listaMedicamentos h2 {
    text-transform: uppercase;
    color: #1c325f;
    border-bottom: 1px solid #e9e9e9;
    width: 85%;
}

a.exports {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
}

#table_payment tbody tr td {
    font-size: 14px;
    /* font-weight: 600; */
    color: #000;
    text-align: center !important;
    padding: 2px 1px;
    margin: 0;
    vertical-align: middle;
}

#table_consumos tbody tr td {
    font-size: 14px;
    color: #000;
    text-align: center !important;
    margin: 0;
}

#table_consumos thead tr th {
    text-align: center !important;
}

tr.filaPagos td a i.fa,
tr.filaReembolso td a i.fa {
    font-size: 22px;
    color: #000;
}

    tr.filaPagos td a i.fa:hover,
    tr.filaReembolso td a i.fa:hover {
        color: #ABDDEA;
    }

/* Swicht button styles on payments section  */
.switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 35px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #ec1b2e;
    color: white;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.modal#doPayment .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.modal#doPayment img.logo {
    margin-right: 18px;
    /* height:33px; */
    width: auto !important;
}

.modal#doPayment img {
    width: 38%;
    margin-left: 111px;
    margin-bottom: 2px;
}

.modal#doPayment tfoot td {
    padding-top: 1.3em;
}


div.dependants-row .jdc-circle i.fa-user-o {
    color: #fff;
    font-size: 44px;
}

div.dependants-row.activeDependant .jdc-circle i.fa-user-o {
    color: #fff;
}

div.dependants-row.activeDependant .jdc-circle,
div.dependants-row .jdc-circle:hover {
    background: #cdd4d6;
    opacity: 1;
}

div.dependants-row .jdc-circle {
    background: #cdd4d6;
    opacity: 0.5;
}

div.dependants-row.activeDependant p,
div.dependants-row:hover p {
    color: #3c050a;
    font-weight: 600;
}

.colorEnfasis {
    color: #ec1b2e;
    font-weight: 600;
}

.jdc-contAculizarDatos h3.text-center {
    text-transform: uppercase;
    color: #6B6B6B;
}

.owl-stage-outer {
    width: 77%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

div.owl-nav .owl-prev {
    top: 30px;
    width: 32px;
    float: left;
    height: 32px;
    display: flex;
    position: absolute;
    background-repeat: no-repeat;
    background: url(/img/chevron-sign-left.png);
}

div.owl-nav .owl-next {
    right: 0;
    top: 30px;
    width: 32px;
    float: right;
    height: 32px;
    display: flex;
    position: absolute;
    background-repeat: no-repeat;
    background: url(/img/chevron-sign-to-right.png);
}

div.owl-nav .owl-prev:hover {
    background: url(/img/chevron-sign-left_hover.png);
    background-repeat: no-repeat;
}

div.owl-nav .owl-next:hover {
    background: url(/img/chevron-sign-to-right_hover.png);
    background-repeat: no-repeat;
}

.btnEnviar {
    margin-bottom: 20px !important;
    margin-top: 20px;
}

/* Perfil de Usuario */
.jdc-contAcualizarDatos {
    max-width: 890px !important;
}

img.img-user {
    margin-top: 72px;
}

h4.header_card {
    border-bottom: 4px solid #000;
}

span.nombre_userLog {
    color: #3c050a;
    font-size: 33px;
}

small.fechaHeader {
    vertical-align: bottom;
    padding-top: 26px;
    font-size: 16px;
    font-weight: 600;
}

.panel-userinfo {
    border-radius: 16px !important;
}

.showInformation {
    position: relative;
}

    .showInformation .fa-close {
        position: absolute;
        right: 23px;
        top: 6px;
        font-size: 19px;
        cursor: pointer;
        font-weight: 100;
    }

/* Estilos diversos */

.btn-asistencia:hover,
.btn-asistencia:hover i {
    color: #6b6b6b !important;
}

.socialBotones .separator {
    padding: 0 15px;
    position: relative;
}

    .socialBotones .separator:after {
        content: '';
        display: inline-block;
        height: 44px;
        width: 2px;
        background-color: #ec1b2e;
        top: calc(50% - 22px);
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
    }

.socialBotones {
    position: relative !important;
    /* left:68px; */
    /* top:10px; */
}

    .socialBotones i {
        font-size: 25px !important;
    }

.col-md-6.right.socialBotones .social a {
    margin: 0;
    padding: 0;
}

.col-md-6.right.socialBotones .social i {
    margin: 0;
    padding: 0;
}

.btn-notifications {
    position: relative;
    margin-right: 14px;
    top: 3px;
}

    .btn-notifications em {
        padding: 2px 4px;
        position: absolute;
        right: -11px;
        top: -9px;
        background-color: red;
        font: normal normal 10px Montserrat;
    }

    .btn-notifications.mobile {
        color: white;
        position: absolute;
        right: 0px;
        top: 0px;
    }

        .btn-notifications.mobile em {
            top: 1px;
        }

.notification-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
}

    .notification-item:last-child {
        border-bottom: 0 none;
    }

    .notification-item.highlight {
        background-color: #f7f7f7;
    }

.notification-detail {
    border: 1px solid #6B6B6B;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 0 4px;
}

.btn-notification-detail {
    color: #ec1b2e;
}

    .btn-notification-detail:hover {
        color: #6B6B6B;
    }

.notification-bullet {
    background-color: orange;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    margin: 0 3px 0 0;
}

.notification-detail .row div {
    margin-bottom: 6px;
}


#modalNotifications .modal-header .btn-palic {
    margin-right: 10px;
}


@media (min-width:1024px) {
    .notification-scroll {
        height: 450px;
        overflow: auto;
        padding-right: 8px;
    }
}


@media (max-width:1024px) {
    #modalNotifications .modal-header {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #modalNotifications button.close {
        position: absolute;
        right: 12px;
        top: 10px;
    }

    #modalNotifications .modal-header .btn-palic {
        order: 1;
        margin: 10px 0 0px;
    }
}


.socialBotones a:focus,
.socialBotones a:active,
.socialBotones a {
    color: #ec1b2e;
}

    .socialBotones a:hover {
        color: #6b6b6b;
    }


.socialBotones .fa-map-marker {
    margin-left: 6px !important;
}

.socialBotones .btn-asistencia {
    font-size: 10px !important;
    vertical-align: middle;
    line-height: 17px !important;
    margin: 6px 15px 0 0;
    font-weight: 800;
    color: #ec1b2e;
}

    .socialBotones .btn-asistencia i {
        font-size: 20px !important;
        margin-left: 4px;
        vertical-align: middle;
    }

/*
.sprite.audio-doctor, .sprite.audio-doctor-hover, .sprite.marker, .sprite.marker-hover
{vertical-align:middle;display:inline-block; overflow:hidden; background-repeat: no-repeat;
background-image:url(/img/header-sprites.png); margin:0 7px; }

.sprite.audio-doctor {width: 37px; height: 26px; background-position: 40.6650% 2.90698%; background-size: 423.140%; }
.sprite.audio-doctor:hover { background-position: 72.8900% 2.90698%; background-size: 423.140%; }
.sprite.marker  {width: 18px; height: 26px; background-position: 18.6364% 3.22581%; background-size: 711.111%; }
.sprite.marker:hover { background-position: 1.13636% 3.26797%; background-size: 711.111%; }

.icon-audio-doctor
{display:inline-block !important;overflow:hidden;background-repeat: no-repeat;background-image:url(/img/icons/sprite-audio-doctor.png);width: 50px;height: 35px;background-position: 3.70370% 2.90698%;background-size: 211.570%;margin: 0 !important;padding: 0 !important;vertical-align: bottom;}
.icon-audio-doctor:hover {background-position: 3.70370% 54.6512%; background-size: 211.570%; }
*/

.icon2-audio-doctor {
    display: inline-block !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: bottom;
    font-size: 25px;
    color: inherit;
}



.paneles-info div.panel-body {
    overflow: hidden;
    max-height: 235px;
}

.btn-palic {
    border-radius: 40px !important;
}

.inputError {
    border: 3px solid red !important;
}

.footerLinks div.item ul li a:hover {
    color: #fff !important;
}

div.tituloHeader {
    font-size: 56px;
    padding-top: 7%;
    color: #fff;
    font-weight: 800;
}

.jdc-copiting span a {
    color: #8aaac7;
}

    .jdc-copiting span a:hover {
        color: #FFF;
    }

#form-contacto {
    padding-bottom: 20px;
}

#inputEmail,
#inputPhone {
    display: none;
    margin-top: 14px;
}

#comentario-contacto {
    resize: none;
}

#table_reembolsos td a i.fa {
    font-size: 26px;
    padding-right: 64%;
}

.uppercase {
    text-transform: uppercase !important;
}

.btn {
    font-size: 13px !important;
}

.header-fixed thead {
    display: block;
    overflow: auto;
}

.header-fixed tbody {
    display: block;
    overflow: auto;
    height: 120px;
}

.jdc-contBtn.buttons-right {
    justify-content: flex-end;
}

    .jdc-contBtn.buttons-right .btn-palic {
        margin-left: 12px;
    }

#table_providers .mapa a {
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 0;
    float: none;
    background: none;
}

.botones-reembolso {
    text-align: center;
}

    .botones-reembolso .jdc-contBtn, .botones-reembolso button {
        margin: 0 0.5em !important;
        display: inline-block;
    }

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

#modalLoading .modal-content {
    background: none;
    border: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.jdc-contPagos #cvvnumber {
    width: 18%;
    margin-left: 2%;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}


.body_dependents .jdc-autorizaciones h2 {
    color: #3c050a;
}

.small-visible {
    display: none;
}

.cursor {
    cursor: pointer;
}

ul.phoneList a {
    margin: 0 0 0 12px;
    padding: 4px 16px 3px;
    float: none;
    font-size: inherit;
    background: #ec1b2e;
    color: white;
}


.table a {
    color: #ec1b2e;
}

    .table a:hover {
        color: #6B6B6B;
    }

.body-summary a.dependants-row,
.body-summary h3 a {
    color: #ec1b2e;
}

.progress-bar {
    background-color: #ec1b2e !important;
}





@media screen and (max-width: 600px) {
    .body-summary .item .label-4 {
        display: block;
        float: none !important;
    }

    .body-summary .item .btn-palic {
        float: none !important;
    }

    .body-profile .btnConfirmation .btn-palic,
    .body-summary .jdc-contBtn div:first-child .btn-palic {
        margin-bottom: .6em;
    }

    .tituloHeader {
        font-size: 8vw !important;
        text-align: center;
    }

    .body-create-authorizations .btn-block {
        width: auto;
    }

    .jdc-contFileDocum {
        margin-bottom: 0;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        ::-webkit-scrollbar:vertical {
            width: 12px;
        }

        ::-webkit-scrollbar:horizontal {
            height: 12px;
        }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    .flex-providers {
        display: flex;
        flex-direction: column;
    }

        .flex-providers .s-25 {
            order: 1;
        }

        .flex-providers .s-24 {
            order: 2;
        }

        .flex-providers .s-25.ext1 {
            order: 3;
            padding-top: 5em;
        }

        .flex-providers .s-23 {
            order: 4;
        }

        .flex-providers .table-scroll {
            overflow: scroll;
        }

    .body-authorizations h2,
    .body-create-authorizations h2 {
        font-size: 7vw !important;
    }

    .body-authorizations .jdc-search {
        margin-bottom: 0px;
    }

    .body-authorizations #table_auth_filter {
        margin-bottom: 3em;
    }

    .body-authorizations .wrap-table {
        padding: 0;
        margin: 3em 0;
    }

    .body-refunds .jdc-search {
        margin-bottom: 0px;
    }

    .body-refunds #table_auth_filter {
        margin-bottom: 3em;
    }

    .body-refunds .wrap-table {
        padding: 0;
        margin: 3em 0;
    }

    .jdc-contBtn {
        width: auto !important;
        text-align: center;
    }

    .jdc-newMenuFooter {
        flex-direction: column;
    }

    .jdc-datosInput {
        margin-top: 1.2em;
    }

    .small-img-responsive {
        width: auto !important;
        display: block;
        margin: 0 auto;
    }

    .body-profile img.img-user {
        margin-top: 14px;
    }

    #table_payment {
        display: flex;
        flex-direction: column;
    }

        #table_payment thead {
            display: none;
        }

        #table_payment tr {
            display: flex;
            flex-direction: column;
            padding-bottom: 10px;
        }

        #table_payment td {
            display: block;
            width: 100%;
            text-align: center !important;
            padding: 2px 1px;
        }

    header nav ul li a {
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
        margin-right: 0;
    }

    html::-webkit-scrollbar,
    body::-webkit-scrollbar,
    header nav::-webkit-scrollbar {
        width: 0px !important;
        background: transparent;
    }

    html::-webkit-scrollbar-thumb,
    body::-webkit-scrollbar-thumb,
    header nav::-webkit-scrollbar-thumb {
        background: #1c325f
    }

    .floatFlexWrap {
        text-align: center;
        padding-bottom: 30px;
    }

        .floatFlexWrap * {
            text-align: center !important;
        }

        .floatFlexWrap .floatFlex {
            float: none !important;
            display: inline-block;
            margin: 15px !important;
        }

    .body-payments #nameOnCard {
        width: 100%;
    }

    .body-payments #ccnumber {
        width: 65%;
    }

    .body-payments .jdc-contPagos #cvvnumber {
        width: 30% !important;
    }

    .jdc-inputDate .item {
        width: 100%;
    }

        .jdc-inputDate .item select {
            width: 100%;
        }

    .body-payments .jdc-inputDate {
        width: 100% !important;
    }

    .body-payments #bankId {
        width: 100% !important;
    }

    .body-payments .jdc-montoTotal,
    .body-payments .jdc-montoTotal * {
        text-align: right;
    }

    .body-payments .wrap-table {
        display: scroll;
        padding: 0;
        margin: 3em 0;
    }

    .body-providers .wrap-table {
        padding: 0;
        margin: 3em 0;
    }

    .body-providers div.dataTables_wrapper div.dataTables_info {
        white-space: normal;
    }

    .body-providers .pagination {
        padding-top: 7px;
        white-space: normal !important;
    }

        .body-providers .pagination > li {
            margin-bottom: 10px;
            display: inline-block;
        }

    .jdc-contSolicitud.switches {
        margin-top: 10px;
        margin-bottom: 35px;
    }

    .switches .jdc-cargoAutomatico {
        margin-bottom: 25px
    }

    .payBtnS2,
    .payBtnS2 div {
        text-align: center !important;
    }

        .payBtnS2 #btnBack {
            margin-bottom: 20px !important;
        }

    .modal#doPayment .logowrap {
        text-align: center;
        padding: 7px 0 0px;
    }

    .modal#doPayment img.logo {
        display: block;
        margin: auto;
    }

    #doPayment thead {
        display: none;
    }

    #doPayment table,
    #doPayment tbody,
    #doPayment tbody tr,
    #doPayment tbody td,
    #doPayment tfoot,
    #doPayment tfoot tr {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }

    #doPayment tfoot {
        border-top: 1px solid #ddd;
        padding: 8px 0;
    }

        #doPayment tfoot td {
            display: inline !important;
            text-align: center;
            border: none;
            padding: 0;
            margin: 0;
        }

    .modal#doPayment #myModalLabel,
    .modal#doPayment .modal-footer p,
    .modal#doPayment .modal-footer {
        text-align: center !important;
    }

    #doPayment .tBtn {
        width: auto !important;
        display: inline-block !important;
        font-size: 1.6em;
    }
}

.banner-mamas-radiantes-v2 {
    position: relative;
    font-size: 18px;
}

    .banner-mamas-radiantes-v2 .btn3 {
        position: absolute;
        background-color: #6B6B6B;
        color: white;
        left: 27%;
        top: 59%;
        width: 31%;
        height: 24%;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

@media (max-width:1024px) {
    .banner-mamas-radiantes-v2 {
        font-size: 14px;
    }
}

@media (max-width:530px) {
    .banner-mamas-radiantes-v2 {
        font-size: 12px;
    }
}

@media (max-width:490px) {
    .banner-mamas-radiantes-v2 {
        font-size: 10px;
    }
}

@media (max-width:420px) {
    .banner-mamas-radiantes-v2 {
        font-size: 8px;
    }
}


.banner-mamas-radiantes-v2 .btn3:hover {
    background-color: white;
    color: #6B6B6B;
}

.banner-mamas-radiantes-v2 .btn3.v2 {
    left: 62%;
    background-color: #EF3B9A;
}

    .banner-mamas-radiantes-v2 .btn3.v2:hover {
        background-color: white;
        color: #EF3B9A;
    }



.banner-prestige-v2 {
    position: relative;
    font-size: 18px;
}

    .banner-prestige-v2 .btn3 {
        position: absolute;
        background-color: #ec1b2e;
        color: white;
        left: 41%;
        top: 72%;
        width: 18%;
        height: 20%;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

@media (max-width:1024px) {
    .banner-prestige-v2 {
        font-size: 14px;
    }
}

@media (max-width:530px) {
    .banner-prestige-v2 {
        font-size: 12px;
    }
}

@media (max-width:490px) {
    .banner-prestige-v2 {
        font-size: 10px;
    }
}

@media (max-width:420px) {
    .banner-prestige-v2 {
        font-size: 8px;
    }
}


.banner-prestige-v2 .btn3:hover {
    background-color: white;
    color: #ec1b2e;
}




nav.navbarPublic li {
    margin: -2px 30px 0px 30px;
    font-size: 14px;
}

nav.navbarPublic {
    display: flex;
    justify-content: center;
}

header nav ul li a {
    color: white;
}

    header nav ul li a:focus {
        opacity: 0.9;
        color: white;
    }


a.btn-is.btn-primary {
    padding: 13px 40px 15px 40px;
    color: #f4fbfe;
    background: #6b6b6b;
    margin-right: -46px;
}


.carnet-qr {
    text-align: center;
    color: #5D5E5D;
}


    .carnet-qr strong {
        text-transform: uppercase;
    }

    .carnet-qr .head {
        padding: 40px 0 25px;
        margin-bottom: 25px;
        box-shadow: 0 0px 8px darkgrey;
    }

        .carnet-qr .head img {
            width: 100%;
            max-width: 320px;
        }

    .carnet-qr .userpic {
        text-align: left;
        border: 5px solid #ec1b2e;
        border-radius: 100%;
        width: 130px;
        height: 130px;
        margin: auto;
        background: transparent no-repeat center center / cover;
    }

        .carnet-qr .userpic.borderless {
            border: 0 none;
        }

    .carnet-qr h3 {
        color: #ec1b2e;
        padding: 0;
        margin: 7px 0 18px;
    }


    .carnet-qr .datawrap {
        padding: 0 9px 18px;
    }

    .carnet-qr .userdata {
        text-align: left;
        background: #f5f7f9;
        margin: 0 auto;
        padding: 13px 13px;
        border-radius: 15px;
        max-width: 440px;
    }

    .carnet-qr table {
        width: 100%;
    }

    .carnet-qr td {
        padding: 5px 3px;
    }

    .carnet-qr .status {
        display: block;
        text-align: center;
        background-color: #C7CEDD;
        color: white;
        border-radius: 10px;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 1.7em;
        padding: 0 6px;
        font-weight: 700;
        max-width: 90px;
    }

    .carnet-qr .userdata p {
        margin: 10px 0;
    }

    .carnet-qr .status.ok {
        background-color: #1FA44A;
    }

    .carnet-qr .servicios {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 720px;
        margin: 0.6em 0 0.2em;
        font-size: 30px;
    }

    .carnet-qr h5 {
        color: #ec1b2e;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 17px;
        padding: 0;
        margin: 23px 0 10px;
    }

    .carnet-qr.servicios-user h5 {
        font-size: 27px;
    }

    .carnet-qr .servicios a {
        text-transform: uppercase;
        color: #1A2854;
        text-align: center;
        margin: 0 0 0.65em;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 33%;
        justify-content: flex-start;
    }

        .carnet-qr .servicios a.suspendido,
        .carnet-qr .servicios a.no_contratado {
            cursor: auto;
        }

    .carnet-qr .servicios [class^=icon-carnet-] {
        display: block;
        font-style: normal;
        padding: 5px;
        background-color: #e6e9f0;
        color: #C4C4C4;
        font-size: 1em;
        line-height: 2em;
        width: 2.2em;
        height: 2.2em;
        border-radius: 0.4em;
    }

    .carnet-qr .servicios a.contratado [class^=icon-carnet-] {
        color: #ec1b2e;
    }

    .carnet-qr .servicios a.suspendido [class^=icon-carnet-] {
        color: #6B6B6B;
    }


    .carnet-qr .servicios .servname {
        font-size: 0.36em;
        line-height: 1.2em;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-top: 0.5em;
    }

    .carnet-qr .servicios .break {
        flex-basis: 100%;
    }





    .carnet-qr .foot {
        background-color: #ec1b2e;
        color: white;
        padding: 23px 0 25px;
    }

        .carnet-qr .foot p {
            font-size: 13px;
        }

        .carnet-qr .foot img {
            max-width: 320px;
            width: 100%;
        }

    .carnet-qr h4 {
        font-weight: 700;
        font-size: 22px;
        margin: 0px 0 22px;
    }


a.btn-carnet-digital {
    font-size: 20px;
    width: auto;
    height: auto;
    border-radius: 40px;
    display: inline;
    background-color: white;
    color: #6B6B6B !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
    white-space: nowrap;
    padding: 0.2em 0.8em;
}


.btn-carnet-digital .icon-carnet-menu {
    font-size: 1em;
    line-height: 1em;
    margin: 0.4em 0 0.1em;
    display: inline-block;
}

.carnet-qr.servicios-user .servicios {
    font-size: 42px;
}

    .carnet-qr.servicios-user .servicios a {
        cursor: pointer;
    }

    .carnet-qr.servicios-user .servicios .icondefault {
        font-size: 1em;
        line-height: 1.95em;
        width: 2em;
        height: 2em;
        border-radius: 0.4em;
    }



.carnet-preview {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 35px;
    display: inline-block;
    position: relative;
}



a.icon-carnet-download {
    position: absolute;
    left: -55px;
    bottom: -23px;
    font-size: 78px;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 100% !important;
    color: white !important;
    background-color: #34709E;
    margin-left: 22px;
    border: 0 none;
}

#modal-carnet .modal-body p {
    color: #333;
}

#modal-carnet h4 {
    color: #333 !important;
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.1em;
}

#modal-carnet .provider-logo {
    max-width: 100%;
}

#modal-carnet .provider-item {
    border-top: 2px solid #ccc;
    padding-top: 14px;
    margin-top: 15px;
}

    #modal-carnet .provider-item.first {
        border-top: 0 none;
        padding-top: 0;
        margin-top: 0;
    }

    #modal-carnet .provider-item p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }

    #modal-carnet .provider-item a {
        font-weight: 600;
        color: #ec1b2e;
    }



#modal-carnet .icondefault {
    font-size: 120px;
    color: #6B6B6B;
}

#modal-carnet .provider-extra {
    border-top: 2px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    margin-top: 18px;
    font-weight: 900;
    font-size: 17px;
    line-height: 1.2em;
    letter-spacing: -0.7px;
}

    #modal-carnet .provider-extra button[class^=icon-carnet] {
        display: inline-block;
        font-size: 58px;
        width: 1em;
        height: 1em;
        border-radius: 100% !important;
        color: white;
        background-color: #6B6B6B;
        margin-left: 22px;
        border: 0 none;
    }

@media screen and (max-width:1024px) {
    .carnet-qr {
        margin-top: -55px;
    }

    a.btn-carnet-digital {
        position: relative;
        top: -40px;
        font-size: 15px;
    }

    .carnet-qr.servicios-user {
        margin-top: 0;
    }

        .carnet-qr.servicios-user .servicios {
            justify-content: center;
        }

        .carnet-qr.servicios-user .break {
            flex-basis: 0;
        }

        .carnet-qr.servicios-user .servicios .servname {
            font-size: 0.26em;
        }
}

@media screen and (max-width:640px) {
    .carnet-qr.servicios-user .servicios {
        font-size: 40px;
    }

    a.btn-is.btn-primary:active {
        background: #909090;
    }
}


.mapfrelogo {
    width: 325px;
}

.mapfrefooter {
    font-family: 'DM Sans', sans-serif !important;
    background: #ec1b2e;
    padding: 30px 0 15px;
    color: white;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.2px;
}

    .mapfrefooter a {
        color: white;
    }

        .mapfrefooter a:hover {
            color: white;
        }

    .mapfrefooter .social a:hover {
        color: #6b6b6b;
    }


    .mapfrefooter .footerlogo {
        display: inline-block;
    }

    .mapfrefooter .descarga {
        position: relative;
        top: 10px;
    }

    .mapfrefooter .line {
        border-bottom: 1px solid white;
        padding-bottom: 15px;
        margin-bottom: 19px;
    }

    .mapfrefooter .info i {
        display: inline-block;
        width: 1.2em;
        font-size: 1.1em;
    }

    .mapfrefooter .info a:hover {
        color: white;
    }

    .mapfrefooter .social i {
        display: inline-block;
        font-size: 1.5em;
        margin: 0 2px;
    }

    .mapfrefooter .copy {
        color: white;
        margin: 0 -13px;
        padding-top: 40px;
        font-size: 14px;
    }

.btn-mapfre {
    border-radius: 40px !important;
    background-color: #ec1b2e !important;
    border-color: #ec1b2e !important;
    color: white !important;
}

#modalAsistencia h2 a {
    color: #ec1b2e;
}

.flex-providers a {
    color: #ec1b2e;
}

    .flex-providers a.modal-triger {
        color: #5d5d5d !important;
        font-weight: 600;
    }

.checkbox-fa {
    display: inline-block;
}

    .checkbox-fa .mark-fa {
        display: inline-block;
        font: normal normal normal 18px/1 FontAwesome;
    }

        .checkbox-fa .mark-fa:after {
            content: "\f096";
        }

    .checkbox-fa [type=checkbox] {
        display: none;
    }

        .checkbox-fa [type=checkbox]:checked + .mark-fa:after {
            content: "\f046";
        }

@media screen and (max-width:991px) {
    .mapfrefooter {
        text-align: center;
    }

        .mapfrefooter .social {
            padding: 13px 0;
        }
}

.requirementsList {
    max-width: 613px;
    margin: 40px auto;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}


.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }