﻿@font-face {
    font-family: 'justanotherhand-regular';
    src: url('../tipografia/justanotherhand-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../tipografia/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Gotham-Medium_0';
    src: url('../tipografia/Gotham-Medium_0.otf') format('opentype');
}
@font-face {
    font-family: 'DarbySans-Regular';
    src: url('../tipografia/DarbySans-Regular.otf') format('opentype');
}

/*Menú principal*/

.portada {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0%;
    justify-content: center;
}

.sinl-menu {
    background-color: #f7f7f7;
    overflow-x: scroll;
    scrollbar-width: none;
    align-content:center;
    text-align:center;
}

.padre {
    text-align: center;
}

.sinl-submenu {
    margin: 0 auto;
    background-color: #f7f7f7;
    overflow-x: scroll;
    scrollbar-width: none;
    align-content: center;
    text-align: center;
    z-index: 100;
    position: absolute;
    width: 960px;
    margin-left: 90px;
}


.sinl-menu::-webkit-scrollbar {
    /* This is the magic bit for WebKit */
    display: none;
}

.sinl-menu li {
    color: #555 !important;
    fill: #555 !important;
    transition: color ease-in-out .5s !important;
    text-transform: uppercase !important;
    font-family: Montserrat !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: -1px !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
    cursor: pointer;
    background-color: #f7f7f7;
    border: none !important;
}

    .sinl-menu li:hover {
        color: #2f88c8 !important;
        fill: #2f88c8 !important;
        transition: color ease-in-out .5s;
    }
.sinl-menu a {
    color: #555 !important;
    transition: color ease-in-out .5s !important;
}

    .sinl-menu a:hover {
        color: #2f88c8 !important;
        transition: color ease-in-out .5s;
        text-decoration:none !important;
    }
/* makes sub-menu S open on hover */
    .submenu-item:hover > .dropdown-menu {
    display: block;
}

.btn-secondary {
    color: #fff !important;
    border: 1px solid #457A9B !important;
    background-color: #457A9B !important;
    margin: 6px;
    padding: 5px 15px;
    box-shadow: none !important;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    float: right !important;
}

.btn-secondary:hover {
        border: 1px solid #24708E !important;
        background-color: #24708E !important;
    }

.navbar-link {
    padding: 10px !important;
    text-decoration: none;
    text-transform:uppercase;
    color:#fff !important;
    font-family: Roboto-Light;
    display:block;
    float:left;
}

    .navbar-link:hover {
        text-decoration: none;
        color: #fff !important;
    }

.contracts-sub {
    flex-wrap: wrap;
    display: block;
    padding: 3px;
    text-align: center;
    width: 150px;
    height: 150px;
}
.icono-sub {
    width: 100px;
    height: 100px;
    display: block;
    flex-wrap: wrap;
    align-content: center;
    fill: #555555;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 100%; 
    transition: background-color ease-in-out .5s;
}
    .icono-sub:hover {
        background-color: #2f88c8;
        fill:white;
        transition: background-color ease-in-out .5s;
    }

.contracts-sub a{
    text-decoration:none;
    color:#555;
    font-size:16px;
    font-weight:500;
    font-family:Montserrat;
}
.contracts-sub {
    width: 25%;
    height: 220px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ededed;
    margin: 5px 5px 5px 5px;
    display: inline-table;
    float: left;
    text-align: center;
    cursor: pointer;
}
.centra-iconos {
    align-content: center !important;
}
.alignVertical {
    vertical-align: middle;
    display: table-cell;
}
.list-group{
    justify-content:center;
}
.texto-portada-1 {
    line-height:.8em;
    color: white;
    font-weight:600;
    font-size: 2.5em;
    font-family: Gotham-Medium_0 !important;
    text-transform:uppercase;
}
.texto-portada-2 {
    line-height: .8em;
    color: white;
    font-size: 3.5em;
    font-family: justanotherhand-regular !important;
}
.texto-portada-3 {
    line-height: .8em;
    color: white;
    font-weight: 600;
    font-size: 1.5em;
    font-family: Gotham-Medium_0 !important;
    text-transform: uppercase;
}
.boton-portada {
    font-size: 1.5em;
    color: #fff !important;
    border: 1px solid #662D8F;
    background-color: #662D8F !important;
    padding-left:2em;
    padding-right:2em;
    margin:.5em;
    text-transform:uppercase;
    font-weight:600;
}

.titulos {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 2em;
}

.icono-menu{
    height:35px;
    width:auto;
    margin-bottom:1em;
}

.img-nos {
   padding: 7% 16%; 
   margin:1em 1em;
}
.carousel-caption{
    text-align:left;
    bottom:0;
    top:25%;
}

.pantalla-slide-1{
    left:40%;
}

.top-nav {
    padding: 0rem 7rem;
    justify-content: space-between !important;
    height: 45px !important;
}
/*--------------------------------------------------------------------------------*/




.carousel-item {
    background-image:
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sinl-carousel-item {
    height: 20vh;
    min-height: 250px;
}

.sinl-img-fondo {
    background: no-repeat center center;
    position: fixed;
    z-index: -1;
    opacity: 1;
}

    .sinl-img-fondo img {
        width: 100%;
        height: auto;
    }



.sinl-breadcrumb-link {
    text-decoration: none !important;
    color: #212529 !important;
}

.sinl-container {
    /*padding: 1em !important;*/
    margin: 1em !important;
}

.sinl-card-text {
    max-height: 150px !important;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.sinl-img-muro {
    width: 100%;
    object-fit: cover;
    height: 200px; /* only if you want fixed height */
}

.sinl-div-muro {
    padding: unset !important;
}

.container {
    padding: 3px !important;
}



.sinl-breadcrumb-sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sinl-back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    color: #E1E1E1 !important;
    background-color: rgba(24, 24, 24, 0.70) !important;
    border-radius: 1em;
}

.dropdown-menu {
    border-radius: unset !important;
}

body, html {
    height: 100% !important;
}

div.titulo {
    padding-top: 20px !important;
    border-bottom: solid 1.5px #c0bfc59e !important;
}

span.titulo {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #5867dd;
    color: #ffffff;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.25);
    font-family: inherit;
    font-size: 2em;
    width: auto;
}

span.estatus-presolicitud-1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #abab06;
    font-family: inherit;
    font-size: 1.5em;
    width: auto;
}

span.estatus-presolicitud-2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #f23454;
    font-family: inherit;
    font-size: 1.5em;
    width: auto;
}

span.estatus-presolicitud-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #30ccac;
    font-family: inherit;
    font-size: 1.5em;
    width: auto;
}

span.estatus-solicitud-1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #abab06;
    font-family: inherit;
    font-size: 1.5em;
    width: auto;
}

span.estatus-solicitud-2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #f23454;
    font-family: inherit;
    font-size: 1.5em;
    width: auto;
}

span.estatus-solicitud-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #30ccac;
    font-family: inherit;
    font-size: 1.5em;
    width: auto;
}

span.estatus-solicitud-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: royalblue;
    font-family: inherit;
    font-size: 1.5em;
    width: auto;
}

span.estatus-solicitud-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #ffd800;
    font-family: inherit;
    font-size: 1.5em;
    width: auto;
}

span.estatus-solicitud-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #30ccac;
    font-family: inherit;
    font-size: 1.5em;
    width: auto;
}



label {
    font-weight: bold;
}

.btn-add {
    color: #fff !important;
    background-color: royalblue !important;
    border-color: royalblue !important;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}

    #tooltip h3, #tooltip div {
        margin: 0;
    }


/*CoST Styles*/
.m-portlet .CoST {
    background-color: #2f4247;
    height: 300px;
    padding: 0;
}

    .m-portlet .CoST .CoST_red_bar {
        background-color: #d60000;
        height: 50px;
        z-index: 0;
        top: 0;
        margin: 0;
    }

@media (max-width:1200px) {
    .sinl-submenu{
        margin-left: 0px !important;
    }
}
@media (max-width:990px) {
    .sinl-submenu {
        position: static;
        width: 100%;
    }
}


    @media (min-width:900px) {
        .m-portlet .CoST .CoST_gray_bar::before {
            content: "";
            height: 0;
            position: absolute;
            top: 0;
            left: 37%;
            border-top: 50px solid #58707b;
            border-left: 20px solid transparent;
            border-right: 25px solid #58707b;
        }

        .m-portlet .CoST .CoST_img::before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 50px;
            bottom: 0;
            left: 40%;
            width: 150px;
            max-height: 250px;
            background: -webkit-gradient(linear, left bottom, right top, from(#2f4247), color-stop(50%, #2f4247), color-stop(50%, transparent), to(transparent));
            background: linear-gradient(to top right, #2f4247 0%, #2f4247 50%, transparent 50%, transparent 100%);
        }

        .m-portlet .CoST .CoST_img {
            height: 250px;
            width: 60%;
            float: right;
            z-index: 0;
        }

            .m-portlet .CoST .CoST_img img {
                height: 100%;
                width: 100%;
                position: relative;
                z-index: 0;
            }

        .m-portlet .CoST .CoST_logo {
            height: 40px;
            width: 180px;
            position: absolute;
            z-index: 0;
            top: 10%;
            left: 5%;
        }

            .m-portlet .CoST .CoST_logo img {
                width: 100%;
                height: 100%;
            }


        .m-portlet .CoST .CoST_textbox {
            color: #fff;
            width: 40%;
            float: left;
            z-index: 1;
            top: 22%;
            margin: 0;
            position: absolute;
        }

            .m-portlet .CoST .CoST_textbox h4 {
                margin-left: 20px;
                margin-bottom: 5px !important;
                text-align: left;
            }

            .m-portlet .CoST .CoST_textbox h6 {
                margin-left: 20px;
                margin-bottom: 10px;
                text-align: left;
            }

            .m-portlet .CoST .CoST_textbox .CoST_btn_white {
                color: #ffffff;
                background-color: transparent;
                background-image: none;
                border-color: #ffffff;
                position: absolute;
                margin-left: 20px;
            }
    }

    @media (max-width:899px) {

        .carousel-caption {
            top: 15%;
        }

        .m-portlet .CoST .CoST_gray_bar::before {
            content: "";
            height: 0;
            position: absolute;
            top: 0;
            left: 35%;
            border-top: 50px solid #58707b;
            border-left: 20px solid transparent;
            border-right: 25px solid #58707b;
        }

        .m-portlet .CoST .CoST_img::before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 50px;
            bottom: 0;
            left: 40%;
            width: 150px;
            max-height: 200px;
            background: -webkit-gradient(linear, left bottom, right top, from(#2f4247), color-stop(50%, #2f4247), color-stop(50%, transparent), to(transparent));
            background: linear-gradient(to top right, #2f4247 0%, #2f4247 50%, transparent 50%, transparent 100%);
        }

        .m-portlet .CoST .CoST_img {
            height: 200px;
            width: 60%;
            float: right;
            z-index: 0;
        }

            .m-portlet .CoST .CoST_img img {
                height: 100%;
                width: 100%;
                position: relative;
                z-index: 0;
            }

        .m-portlet .CoST .CoST_logo {
            max-height: 100%;
            position: absolute;
            z-index: 0;
            top: 10%;
            left: 5%;
        }

            .m-portlet .CoST .CoST_logo img {
                width: 180px;
            }


        .m-portlet .CoST .CoST_textbox {
            color: #fff;
            width: 40%;
            float: left;
            z-index: 1;
            top: 16%;
            margin: 0;
            position: absolute;
        }

            .m-portlet .CoST .CoST_textbox h4 {
                margin-left: 20px;
                margin-bottom: 5px !important;
                text-align: left;
            }

            .m-portlet .CoST .CoST_textbox h6 {
                margin-left: 20px;
                margin-bottom: 10px;
                text-align: left;
            }

            .m-portlet .CoST .CoST_textbox .CoST_btn_white {
                color: #ffffff;
                background-color: transparent;
                background-image: none;
                border-color: #ffffff;
                position: absolute;
                margin-left: 20px;
            }
    }

    @media (max-width: 770px) {
        .contracts-sub {
            width: 50%;
        }


        .top-nav {
            height: 90px !important;
        }

        .boton-portada {
            margin: .5em !important;
        }

        .carousel-caption {
            top: 5%;
            left: 12%;
            padding: 2%;
        }

        .img-nos {
            padding: 7% 4%;
            margin: 1em 1em;
        }

        .list-group {
            justify-content: flex-start !important;
        }

        .top-nav {
            padding: 4px !important;
        }



        .navbar-brand img {
            max-width: -moz-calc(100% - 20px);
            max-width: -webkit-calc(100% - 20px);
            max-width: -o-calc(100% - 20px);
            max-width: calc(100% - 20px);
            height: auto;
        }

        .texto-portada-1 {
            font-size: 1.9em;
            line-height: .2em;
        }

        .texto-portada-2 {
            font-size: 2.7em;
            line-height: .6em;
        }

        .texto-portada-3 {
            font-size: 1.5em;
            line-height: .1em;
        }

        .boton-portada {
            padding-left: .6em;
            padding-right: .6em;
            margin: 2em;
            font-size: 1em;
        }
    }

    @media (max-width: 450px) {
        .contracts-sub {
            width: 80%;
        }

        footer {
            text-align: center;
        }

        .texto-portada-1 {
            font-size: .9em;
            line-height: .2em;
        }

        .texto-portada-2 {
            font-size: 1.7em;
            line-height: .6em;
        }

        .texto-portada-3 {
            font-size: .5em;
            line-height: .1em;
        }

        .boton-portada {
            padding-left: .6em;
            padding-right: .6em;
            margin: 2em;
            font-size: 1em;
        }

        .carousel-caption {
            top: 2%;
            left: 12%;
            padding: 2%;
        }

        .m-portlet .CoST {
            background-color: #2f4247;
            height: 250px;
            padding: 0;
        }

            .m-portlet .CoST .CoST_img::before {
                display: none
            }

            .m-portlet .CoST .CoST_img {
                width: 100%;
                float: right;
                z-index: 0;
            }

                .m-portlet .CoST .CoST_img img {
                    height: 100%;
                    width: 100%;
                    position: relative;
                    z-index: 0;
                }

            .m-portlet .CoST .CoST_logo {
                max-height: 100%;
                position: absolute;
                z-index: 0;
                top: 1%;
                left: 40%;
            }

                .m-portlet .CoST .CoST_logo img {
                    width: 180px;
                }

            .m-portlet .CoST .CoST_textbox {
                background-color: #fff;
                opacity: .7;
                width: 93%;
                height: 11%;
                float: left;
                z-index: 1;
                top: 15%;
                margin: auto;
                position: absolute;
            }

                .m-portlet .CoST .CoST_textbox h4 {
                    color: #000;
                    text-align: center;
                    margin-left: 0;
                    margin-bottom: 5px !important;
                    text-align: left;
                }

                .m-portlet .CoST .CoST_textbox h6 {
                    color: #000;
                    text-align: center;
                    margin-left: 0;
                    margin-bottom: 10px;
                    text-align: left;
                }

                .m-portlet .CoST .CoST_textbox .CoST_btn_white {
                    color: #000;
                    background-color: transparent;
                    background-image: none;
                    border-color: #000 !important;
                    border: 1px solid;
                    position: absolute;
                    margin-left: 0;
                    text-align: center;
                }
    }

    .m-portlet .CoST .CoST_gray_bar {
        background-color: #58707b;
        height: 50px;
        width: 60%;
        float: right;
        z-index: 1;
        top: 0;
        margin: 0;
        left: 0;
    }

    .m-portlet .CoST .CoST_textbox .CoST_btn:hover {
        background-color: #f4f4f4;
        color: #999999;
        text-decoration: none;
    }

    .m-portlet .CoST .CoST_textbox .CoST_btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        border: 1px solid;
        padding: 0.65rem 1rem;
        font-size: 1rem;
        line-height: 1.25;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .m-portlet .CoST .CoST_description {
        text-align: justify;
    }

    .m-portlet .CoST_btn_download {
        width: 100%;
        height: 100px;
    }

    .CoST_word {
        background-color: #00c5dc !important;
        color: #fff !important;
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    }

    .m-portlet .CoST_btn_footer {
        background-color: #038e9f;
        width: 100%;
        height: 30%;
        bottom: 0;
        z-index: 1;
        position: absolute;
    }

    .m-portlet .CoST_img_btn {
        opacity: .7;
        position: absolute;
        z-index: 0;
    }

        .m-portlet .CoST_img_btn i {
            font-size: 100px;
            z-index: 0;
        }

    .m-portlet .CoST_btn_label {
        padding-left: 16%;
        padding-top: 5%;
        font-size: 200%;
        position: absolute;
    }
    /* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
    .ajaxloadingmodal {
        display: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
    }

    /* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
    body.loading .ajaxloadingmodal {
        overflow: hidden;
    }

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .ajaxloadingmodal {
        display: block;
    }



    /* Páginas de Indicadores*/

    .si-indicadores-filtro {
        position: fixed;
        top: 0;
        background-color: yellow;
        padding: 50px;
        font-size: 20px;
    }

    /* Rotar divs */

    /* entire container, keeps perspective */
    .flip-container {
        perspective: 1000px;
    }
        /* flip the pane when active */
        .flip-container:active .flipper, .flip-container.active .flipper {
            transform: rotateY(180deg);
        }

    .flip-container, .front, .back {
        width: 100%;
        height: 400px;
    }

    /* flip speed goes here */
    .flipper {
        transition: 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }

    /* hide back of pane during swap */
    .front, .back {
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* front pane, placed above back */
    .front {
        z-index: 2;
        /* for firefox 31 */
        transform: rotateY(0deg);
    }

    /* back, initially hidden pane */
    .back {
        transform: rotateY(180deg);
    }


    /*Pagina de Inicio*/

    .botones-Menu {
        margin-bottom: 50px;
    }

    /*.m-nav-sticky {
    width: 100px !important;
}*/

    .siasi-Portlet {
        background-color: white !important;
        min-height: 100vh !important;
        padding: 20px 15px 15px 15px;
    }

    .siasi-nav-link.active {
        background-color: #5d67dd !important;
        color: #fefefe !important;
    }

    div.siasi-pbrsed-icono {
        border: 10px solid #fff;
        background: #ededee;
        border-radius: 25px;
        /*margin: 5px;*/
        padding: 10px;
        text-align: center;
    }

    a.siasi-pbrsed-icono {
        color: #7f2b84 !important;
        font-size: 1em;
        text-decoration: solid;
    }

    i.siasi-pbrsed-icono {
        font-weight: bold;
        font-size: 2.5em;
    }

    span.siasi-pbrsed-icono {
        font-weight: bold;
        font-size: 100%;
    }

    hr.siasi-colored {
        border: 0; /* in order to override TWBS stylesheet */
        height: 5px;
        background: -moz-linear-gradient(left, rgba(237,24,38,1) 0%,rgba(237,24,38,1) 14.28%, rgba(244,160,25,1) 14.28%, rgba(244,160,25,1) 28.56%, rgba(242,214,2,1) 28.56%, rgba(242,214,2,1) 42.84%, rgba(180,211,48,1) 42.84%, rgba(180,211,48,1) 57.12%, rgba(76,193,188,1) 57.12%, rgba(76,193,188,1) 71.4%, rgba(0,163,223,1) 71.4%, rgba(0,163,223,1) 85.68%, rgba(97,29,102,1) 85.68%, rgba(97,29,102,1) 100%); /* FF3.6+ */
        background: -webkit-linear-gradient(left, rgba(237,24,38,1) 0%,rgba(237,24,38,1) 14.28%, rgba(244,160,25,1) 14.28%, rgba(244,160,25,1) 28.56%, rgba(242,214,2,1) 28.56%, rgba(242,214,2,1) 42.84%, rgba(180,211,48,1) 42.84%, rgba(180,211,48,1) 57.12%, rgba(76,193,188,1) 57.12%, rgba(76,193,188,1) 71.4%, rgba(0,163,223,1) 71.4%, rgba(0,163,223,1) 85.68%, rgba(97,29,102,1) 85.68%, rgba(97,29,102,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(237,24,38,1) 0%,rgba(237,24,38,1) 14.28%, rgba(244,160,25,1) 14.28%, rgba(244,160,25,1) 28.56%, rgba(242,214,2,1) 28.56%, rgba(242,214,2,1) 42.84%, rgba(180,211,48,1) 42.84%, rgba(180,211,48,1) 57.12%, rgba(76,193,188,1) 57.12%, rgba(76,193,188,1) 71.4%, rgba(0,163,223,1) 71.4%, rgba(0,163,223,1) 85.68%, rgba(97,29,102,1) 85.68%, rgba(97,29,102,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(237,24,38,1) 0%,rgba(237,24,38,1) 14.28%, rgba(244,160,25,1) 14.28%, rgba(244,160,25,1) 28.56%, rgba(242,214,2,1) 28.56%, rgba(242,214,2,1) 42.84%, rgba(180,211,48,1) 42.84%, rgba(180,211,48,1) 57.12%, rgba(76,193,188,1) 57.12%, rgba(76,193,188,1) 71.4%, rgba(0,163,223,1) 71.4%, rgba(0,163,223,1) 85.68%, rgba(97,29,102,1) 85.68%, rgba(97,29,102,1) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(237,24,38,1) 0%,rgba(237,24,38,1) 14.28%, rgba(244,160,25,1) 14.28%, rgba(244,160,25,1) 28.56%, rgba(242,214,2,1) 28.56%, rgba(242,214,2,1) 42.84%, rgba(180,211,48,1) 42.84%, rgba(180,211,48,1) 57.12%, rgba(76,193,188,1) 57.12%, rgba(76,193,188,1) 71.4%, rgba(0,163,223,1) 71.4%, rgba(0,163,223,1) 85.68%, rgba(97,29,102,1) 85.68%, rgba(97,29,102,1) 100%); /* W3C */
    }

    .botones-Menu .col-md-4 {
        max-width: 33% !important;
    }

    .btn-inicio {
        margin: 5px 1px;
        width: 100%;
        padding: 20px;
        text-align: center;
        font-size: 20px;
        border-style: outset;
    }

        .btn-inicio a i {
            font-size: 3rem !important;
        }

        .btn-inicio a:hover {
            text-decoration: none;
        }

    @media (max-width:768px) {
        .botones-Menu {
            display: none !important;
        }
    }

    @media (max-width:905px) {
        .btn-inicio {
            margin: 5px 0;
        }
    }

    pre {
        white-space: pre-wrap;
        font-family: Poppins !important;
        margin-top: auto !important;
    }

    .m-subheader {
        margin: 20px;
    }

    .m-subheader__breadcrumbs {
        padding: 10px;
    }

    .m-nav__link-icon {
        color: #000 !important;
    }

    .m-nav__item--home {
        width: 20px;
    }

    .m-footer {
        margin-top: 0 !important;
    }

    @media(max-width:991px) {

        footer {
            margin-top: 10px;
            padding: 7px 30px;
            width: 100%;
            background: #ffffff;
            -webkit-box-shadow: -2px -8px 41px -14px rgba(202, 210, 222, 0.61);
            -moz-box-shadow: -2px -8px 41px -14px rgba(202, 210, 222, 0.61);
            box-shadow: -2px -8px 41px -14px rgba(202, 210, 222, 0.61);
        }

            footer .m-stack__item--first {
                text-align: right;
            }

        .m-footer {
            margin-top: 20px !important;
        }
    }

    .MySwips {
        display: none;
    }

    .tablaAvances {
        overflow-x: auto;
    }


