/************************************************************************************
2024 Equipo NTG Colombia
CSS Maxima Velocidad 2024 Estilos personalizados 
/************************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/************************************************************************************
TRANSVERSALES
*************************************************************************************/

/*************** BODY ***************/

:root {  /*new colores govco*/
    --govcolor-black: #000000;
    --govcolor-tundora: #4B4B4B;
    --govcolor-dimgray: #737373;    
    --govcolor-concrete: #F2F2F2;
    --govcolor-white: #FFFFFF;
    --govcolor-marine: #3666CC;
    --govcolor-bluedark: #004884;
    --govcolor-bluelight: #E6EFFD;
    --govcolor-silver: #BABABA;
    --govcolor-hawkesblue: #F6F8F9;
    --govcolor-radicalred: #F42F63;
    --govcolor-shiraz: #A80521;
    --govcolor-orange: #F3561F;
    --govcolor-gold: #FFAB00;
    --govcolor-elfgreen: #068460;
    --govcolor-bluedemin: #4573D0;
    --govcolor-blueocean: #5881D5;
    --govcolor-dodgerblue: #3772FF;
    --govcolor-bluemarlin: #4A7EFF;
    --govcolor-bluelake: #5B8BFF;
    --govcolor-blue-capri: #81ABFF;
    --govcolor-bluequilt: #9DBEFF;
    --govcolor-green: #069169;
    --govcolor-yellow: #FAD118;
    --govcolor-orangev2: #FF6C00;
    --govcolor-redflag: #D31F3F;
    --govtypo-fontfamily-title: "Montserrat";
    --govtypo-fontfamily-text: "Work Sans";
    --govtypo-text-regular: 400;
    --govtypo-text-medium: 500;
    --govtypo-text-bold: 700;
    --govtypo-text-semibold: 600;
    --govtypo-title-medium:: 500;
    --govtypo-title-semibold: 600;
    --govtypo-h1: 2.5rem;
    --govtypo-h2: 2rem;
    --govtypo-h3: 1.5rem;
    --govtypo-h4: 1.25rem;
    --govtypo-h5: 1.125rem;
    --govtypo-h6: 1rem;
    --govtypo-h1-lh: 1.2;
    --govtypo-h2-lh: 1.25;
    --govtypo-h3-lh: 1.33;
    --govtypo-h4-lh: 1.5;
    --govtypo-h5-lh: 1.33;
    --govtypo-h6-lh: 1.38;
    --govtypo-description: 1.125rem;
    --govtypo-body-text1: 1rem;
    --govtypo-body-text2: 0.875rem;
    --govtypo-description-lh: 1.33;
    --govtypo-body-text1-lh: 1.38;
    --govtypo-body-text2-lh: 1.43;
    --govlabel-red: #EECDD2;
    --govlabel-default: var(--govcolor-concrete);
    --govlabel-yellow: #FFEECC;
    --govlabel-green: #CDE6DF;
    --govlabel-red-text: #B30937;
    --govlabel-default-text: var(--govcolor-black): ;
    --govlabel-yellow-text: #8B5D13;
    --govlabel-green-text: #0D684B;
    --bs-primary-rgb: 54,102, 204;
    --primary: #002552;
    --secondary: #EF8729;
    --rounded: .8rem;
    --shadow: 0 0 5px 0px #00255245;
    --shadow-sm:0 0 3px 0px #00255245;
}

body {
    background-color: #fff !important;
}

.container-articulo {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
}

.container-articulo-sm {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
} 

.art-box {
    background-color: #daeaff47;
    border-radius: var(--rounded);
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
    box-shadow: var(--shadow);
    padding: 30px;
    border-radius: var(--rounded);
}

.art-box li,
.container-articulo li {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767.98px) {
    .container,
    .container-articulo,
    .art-box {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.fp-tableCell {
    vertical-align: baseline !important;
}

@media (max-width: 767.98px) {
    html {
        font-size: 14px;
    }
}

/*************** FIN BODY ***************/


/*************** TIPOGRAFIAS ***************/

a {
    color: var(--primary);
}

a:hover {
    color: var(--secondary);
}

input:focus-visible,
a {
    outline-color: var(--primary);
}

.row > h2.ntg-titulo-caja,
.div-ntg-titulo-01 .ntg-titulo-caja,
.titulo-01--azul,
.titulo-01--blanco,
.titulo-01{
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.titulo-02--azul {
    color: var(--primary);
    margin-bottom: 2rem;
    font-style: italic;
    font-weight: 700;
}

.art-box .titulo-01--azul,
.container-articulo .titulo-01--azul {
    font-size: 1.9rem;
}

.div-ntg-titulo-01 .ntg-titulo-caja,
.row > h2.ntg-titulo-caja {
    color: var(--primary);
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.titulo-01--blanco + p,
.titulo-01--blanco {
    color: #fff;
}

.titulo-01--azul {
    color: var(--primary);
}

.panel-circuito {
    margin-bottom: 2rem;
    justify-content: center;
}

.modal-header .titulo,
.subtitulo-01--azul,
.subtitulo-01--blanco,
.panel-circuito .titulo,
.subtitulo-01 {
    font-size: 1.9rem;
    font-style: italic;
    font-weight: 700;
}

.subtitulo-01--blanco {
    color: #fff;
}

.modal-header .titulo,
.subtitulo-01--azul {
    color: var(--primary);
}

.subtitulo-02 {
    font-size: 1.56rem;
    font-weight: 700;
    font-style: italic;
    color: var(--primary);
}



/*************** FIN TIPOGRAFIAS ***************/



/*************** COMPONENTES ***************/

/* BARRA ACCESIBILIDAD */

.altoContraste {
    -webkit-filter: invert(1);
    filter: invert(1);
    background-color: #fff;
}

@-moz-document url-prefix() {
    .altoContraste {
        mix-blend-mode: difference;
        background-color: #fff;
        filter: none;
    }
}

.accesibilidad-menu {
    background-color: var(--blue);
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    z-index: 200;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 3px #0000002b;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.accesibilidad-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 36px;
    margin: 0;
}

.accesibilidad-items a {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    transition: all .5s;
    width: 180px;
    padding: 2px 0px;
    text-decoration: none;
    font-weight: bold;
}

.accesibilidad-items a:hover {
    background-color: var(--secondary);
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
    padding: 2px 10px;
}

.accesibilidad-items img {
    display: flex;
    width: 26px;
    height: 26px;
    padding: 4px;
    margin: 5px 0;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.accesibilidad-items span {
    font-size: 13px;
    margin-left: 10px;
}

@media only screen and (max-width: 575.98px) {
    .accesibilidad-items {
        width: 30px;
    }

    .accesibilidad-items img {
        width: 20px;
        height: 20px;
        margin: 3px 0;
    }
}

/* BARRA ACCESIBILIDAD FIN*/

ul li::marker {
    color: var(--secondary);
}

ol li::marker {
    color: var(--secondary);
    font-weight: bolder;
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-header {
    background-color: var(--primary);
}

.navbar {
    padding: 8px 16px 0 16px;
}

.navbar-brand {
    margin-left: -16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.navbar-brand:before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--secondary);
    left: 0;
    right: 0;
    top: -8px;
    bottom: -8px;
    width: 73.6%;
}

#navbarSupportedContent {
    justify-content: center;
}

#navbarSupportedContent .main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

#navbarSupportedContent .main-menu .recuadro {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

/* #navbarSupportedContent .main-menu .recuadro:nth-last-child(2) {
    border-right: solid 1px #fff;
} */

#navbarSupportedContent .main-menu .recuadro a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
}

#navbarSupportedContent .main-menu .recuadro.active a, 
#navbarSupportedContent .main-menu .recuadro a:hover {
    color: var(--secondary);
}

#navbarSupportedContent .main-menu .recuadro img {
    max-width: 25px;
    margin-bottom: 3px;
}

.logo-mintic-sticky,
.logo-micrositio-sticky {
    display: none;
}

.sticky {
    padding-bottom: 34px;
}

.sticky .navbar {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    height: auto;
    -webkit-animation: fixed-move-down .5s;
    animation: fixed-move-down .5s;
    box-shadow: 0px 1px 2px 0px #1725421c;
    background-color: var(--primary);
    padding-top: 0 !important;
}

.sticky #navbarSupportedContent .navbar-nav .recuadro {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.sticky .logos-header {
    height: 60px;
}

.navbar-toggler {
    margin: 10px auto;
}

.sticky .logo-mintic-sticky,
.sticky .logo-micrositio-sticky  {
    display: block;
}

.sticky #navbarSupportedContent {
    justify-content: space-between;
}

@media only screen and (min-width: 992px) {
    .navbar-brand {
        position: relative;
    }

    .navbar-brand img {
        position: relative;
    }

    #navbarSupportedContent .main-menu {
        align-items: flex-end;
        text-align: center;
    }

    #navbarSupportedContent .main-menu .recuadro:after {
        content:"";
        display:block;
        width: 0;
        background-color: var(--secondary);
        height: 3px;
        -webkit-transition: all .2s;
        transition: all .2s;
        margin-top: 10px;
        
    }
    
    #navbarSupportedContent .main-menu .recuadro.active:after,
    #navbarSupportedContent .main-menu .recuadro:hover:after {
        width: 100%;
    }

}

@media only screen and (max-width: 991.98px) {


    .logo-mintic img {
        width: 40px;
    }

    .logo-micrositio img {
        width: 100px;
    }

    .sticky .logo-mintic-sticky,
    .sticky .logo-micrositio-sticky {
        display: none;
    }
    .navbar {
        padding: 0;
    }

    .sticky {
        padding-top: 0;
    }

    .sticky .navbar {
        padding: 0;
        height: auto;
        border-bottom: solid 2px var(--secondary);
    }

    #navbarSupportedContent {
        max-height: 70vh;
        overflow-y: auto;
    }

    #navbarSupportedContent .main-menu {
        padding: 0;
        flex-direction: column;
        text-align: center;
        padding: 1rem 0rem;
    }

    .sticky #navbarSupportedContent .main-menu {
        box-shadow: 0px 4px 12px 0px #1725421c;
        
    }

    #navbarSupportedContent .recuadro {
        padding: 1rem 0;
        position: relative;
    }

    #navbarSupportedContent .recuadro:not(:first-child):before {
        content: "";    
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--primary);
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: -85px;
    }

    .sticky .navbar-toggler {
        position: static;
    }
}


#zonaPrivada {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    background-color: var(--secondary);
    box-shadow: var(--shadow-sm);
    margin: 0 1rem 5px 1rem;
    border-radius: .5rem;
}

#zonaPrivada:hover {
    background-color: var(--info);
}


#zonaPrivada a {
    text-decoration: none;
}

#zonaPrivada a span {
    display: block;
    position: relative;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: var(--primary);
    padding: .5rem;
    font-size: 0.8rem;
}


#zonaPrivada a span:hover {
    color: #fff;
}

#zonaPrivada span:before {
    content: "";
    display: block;
    background-image: url(channels-632_icon_zona.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
    margin: 0 auto 3px auto;
}

@media only screen and (max-width: 991.92px) {
    #zonaPrivada {
        margin: auto;
    }
}

#circuitos .recuadro {
    padding: 15px;
    margin-bottom: 3rem;
}

#circuitos .recuadro:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    background-color: #daeaff47;
    border-radius: var(--rounded);
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
    box-shadow: var(--shadow);
}

/* #circuitos .panel-circuito a:after {
    content: "+  RETOS";
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 12px;
    border: solid 2px;
    width: 27px;
    overflow: hidden;
    white-space: pre;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0px 6px;
    transition: all .2s;
} */

#circuitos .recuadro:hover a:after {
    width: 100px;
}

.menu-fases-retos {
    padding-top: 15px;
}

.menu-fases-retos a,
.panel-circuito a {
    display: block;
    position: relative;
    height: 100%;
    padding: 20px;
    text-decoration: none;
}

#circuitos .recuadro a {
    padding: 0;
}

#circuitos .icono-reto,
#circuitos .titulo,
#circuitos .img-circuito,
#circuitos .descripcion {
    position: relative;
} 

.menu-contextual,
.menu-reto {
    background-color: #daeaff47;
    border-radius: var(--rounded);
    box-shadow: var(--shadow);
    padding: 20px 0;
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
}

.menu-reto .menu-contextual {
    background-color: transparent;
    box-shadow: none;
    margin: -15px;
}

.menu-reto .icono-reto,  
#circuitos .icono-reto {
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 0 15px;
}

#circuitos .icono-reto img { 
    max-width: 235px;
}

.menu-reto .titulo,
#circuitos .titulo {
    text-decoration: underline;
    color: var(--primary);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    padding: 0 15px;
    margin-bottom: 1.5rem;
}

.menu-contextual .ntg-titulo-caja {
    color: var(--green);
    background-color: var(--primary);
    font-size: 1.56rem;
    font-style: italic;
    font-weight: 700;
    padding: .8rem 1rem;
    margin-top: -20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#circuitos a:hover .titulo {
    color: var(--secondary);
}

.menu-fases-retos li a {
    background-color: #fff;
    border: solid 1px var(--primary);
    border-radius: 5rem;
    text-align: center;
    font-size: 0.85rem;
    padding: 5px;
    line-height: 1.2;
}
.menu-fases-retos li a {margin-bottom: 1rem; font-weight: bold; font-style: italic;}

.menu-fases-retos li.active a,
.menu-fases-retos li a:hover {
    background-color: var(--primary);
    color: #fff;
}

.menu-contextual ul,
.menu-reto ul,
.menu-fases-retos ul {
    list-style: none;
    position: relative;
    padding: 0;
}

.menu-reto ul li a,
.menu-contextual ul li a {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 700;
    padding: 8px 15px;
}

.menu-contextual ul li a:hover,
.menu-contextual ul li.active a,
.menu-reto ul li a:hover,
.menu-reto ul li.active a {
    background-color: var(--bg-light-01);
    border-left: solid 3px var(--primary);
}

.menu-fases-retos li,
.fases-retos,
.fases-retos .recuadro {
    position: relative;
    padding-left: 35px;
}

.menu-fases-retos ul:before,
.fases-retos:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    bottom: 45px;
    width: 2px;
    background-color: var(--primary);
    left: 34px;
    
}
.menu-fases-retos ul:before {
    left: 19px;
    top: 15px;
    bottom: 18px;
}

.menu-fases-retos li:before,
.fases-retos .recuadro:before {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: var(--primary);
    left: 14px;
    top: 9px;
    border-radius: 50%;
    border: solid 2px #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.menu-fases-retos li:hover:before,
.fases-retos .recuadro:hover:before {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
}

.fases-retos .titulo + .descripcion {
    display: none;
}

.articulo-reto .titulo-01--azul + .abstract,
.fases-retos .recuadro .tooltip-reto {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    background-color: var(--cyan);
    color: #fff;
    font-weight: bold;
    font-style: italic;
    border-radius: 5rem;
    padding: 0px 15px;
}

.articulo-reto .titulo-01--azul + .abstract {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 2rem;
    font-size: 1rem;
}

@media only screen and (min-width: 992px ) {
    .fases-retos .recuadro .tooltip-reto {
        position: absolute;
        top: -15px;
        left: 35px;
        right: auto;
        margin: auto;
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .fases-retos .recuadro:hover .tooltip-reto {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@media only screen and (max-width: 991.98px ) {
    .fases-retos:before {
        bottom: 65px;
    }
} 

.turbo-lista {
    counter-reset: section;
}

.turbo-lista .titulo {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
}

.turbo-lista .titulo a {
    padding: 0;
}

.panel-circuito .img-circuito {
    text-align: center;
}

.panel-circuito img {
    max-width: 100%;
    height: auto;
}

.panel-circuito .descripcion{
    margin: 0;
    margin-top: 1rem;
    color: var(--blue);
    font-size: .875rem;
}

#retosTurbo2, 
#retosTurbo {
    -webkit-box-align: center;
    -ms-flex-align: center;
            -ms-grid-row-align: center;
        align-items: center;
        margin: 10px 0px;
        border-right: solid 2px var(--primary);
}

#retosTurbo2 .titulo,
#retosTurbo .titulo{
    color: var(--primary);
    font-size: 2rem;
}

#retosTurbo2 .titulo {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    
    .panel-circuito {
        text-align: center;
    }

    #retosTurbo2,
    #retosTurbo {
        border-bottom: solid 2px var(--primary);
        border-right: 0;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

.modal {
    padding-right: 15px;
    background-color: #01184078;
}

.modal-dialog {
    max-width: 800px;
}

.modal-header {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.modal-header .close {
    position: absolute;
    right: 30px;
    top: 25px;
    padding: 0;
}

.modal-header .close span {
    color: var(--primary);
    font-size: 2rem;
}

.modal-header pre {
    color: #1B79CF;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
} 


#recuadros_articulo_12573,
#recuadros_articulo_12572,
#recuadros_articulo_12567 {
    counter-reset: section;
}

.modal-content {
    max-height: 90vh;
}

.modal-body {
    max-height: 100%;
    overflow: auto;
    margin-right: 8px;
    margin-bottom: 8px;
}

.turbo-lista .recuadro,
.modal-body .recuadro {
    display: flex;
    align-items: start;
    margin-bottom: 12px;

}

.turbo-bufo .recuadro:before,
.turbo-lista .recuadro:before,
.modal-body .recuadro:before {
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    width: 60px;
    text-align: center;
    background-color: var(--primary);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
            padding: 0px 20px 0px 12px;
    margin-right: 10px;
    margin-top: 5px;
}

.turbo-bufo .recuadro:before {
    color: transparent;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-speedometer' viewBox='0 0 16 16'><path d='M8 2a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-1 0V2.5A.5.5 0 0 1 8 2zM3.732 3.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 8a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 7.31A.91.91 0 1 0 8.85 8.569l3.434-4.297a.389.389 0 0 0-.029-.518z'/><path fill-rule='evenodd' d='M6.664 15.889A8 8 0 1 1 9.336.11a8 8 0 0 1-2.672 15.78zm-4.665-4.283A11.945 11.945 0 0 1 8 10c2.186 0 4.236.585 6.001 1.606a7 7 0 1 0-12.002 0z'/></svg>");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

.icon-grand-prix .recuadro:before {
    color: transparent;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-trophy' viewBox='0 0 16 16'><path d='M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935zM3.504 1c.007.517.026 1.006.056 1.469.13 2.028.457 3.546.87 4.667C5.294 9.48 6.484 10 7 10a.5.5 0 0 1 .5.5v2.61a1 1 0 0 1-.757.97l-1.426.356a.5.5 0 0 0-.179.085L4.5 15h7l-.638-.479a.501.501 0 0 0-.18-.085l-1.425-.356a1 1 0 0 1-.757-.97V10.5A.5.5 0 0 1 9 10c.516 0 1.706-.52 2.57-2.864.413-1.12.74-2.64.87-4.667.03-.463.049-.952.056-1.469H3.504z'/></svg>");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

.listado_retos .pvid-156972,
.turbo-lista .pvid-156972,
.listado_retos .pvid-156973,
.modal-body .pvid-156973 {
    display: none;
}

.highlight strong,
.pvid-156967,
.pvid-156968 {
    font-size: 0.8rem;
    color: #fff;
    border-left: solid 4px var(--secondary);
    font-style: italic;
    background-color: var(--primary);
    box-shadow: 0px 0px 3px 1px #0003;
    border-radius: 3px;
    padding: 0px 5px;
    align-self: end;
    margin-left: 10px;
}

.modal-body::-webkit-scrollbar {
    width: 8px;
    margin-right:5px;
}
  
.modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
  

.modal-body::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

@media only screen and (max-width: 767.98px) {
    .turbo-lista .recuadro,
    .modal-body .recuadro {
        margin: 30px 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .turbo-lista .recuadro:before, 
    .modal-body .recuadro:before {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0;
        padding: 11px;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .modal .pvid-156967, 
    .modal .pvid-156968 {
        margin: 0;
    }
}

.acordeon-subseccion {
    margin-top: 20px;
}

.acordeon-subseccion .panel-body a {
    word-break: break-word;
}

.panel-body .embed-responsive {
    margin-top: 1.5rem;
}

.title-depto,
.iconCategoria .titulo,
.calificacion h2,
.info-participante h2,
.sistmax_form .ntg-titulo-caja,
#token_div_968 label,
.card-01 .titulo,
.panel-title {
    font-size: 1.25rem;
    margin: 0;
    font-weight: 700;
    font-style: italic;
    color:var(--primary);
}


.calificacion h2,
.info-participante h2 {
    margin-bottom: 1rem;
}

.calificacion h3 {
    font-size: 1.25rem;
    margin: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    font-style: italic;
    color:#1b79cf;
}

.calificacion .recuadro {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #a7a7a7;
            margin-bottom: 1.4rem;
}

.calificacion .pn-number {
    font-weight: 700;
    font-style: italic;
    color: var(--secondary);
    font-size: 1.2rem;
    margin-left: 1rem;
}

.calificacion > .puntajeCircuito {
    background-color: var(--primary);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}

.puntajeLateral .recuadro,
.puntajeTotal .recuadro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: solid 2px var(--secondary);
    color: var(--secondary);
    border-radius: 3px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 2rem;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}

.puntajeLateral span,
.puntajeTotal span {
    margin-left: 10px;
}

.info-participante p {
    margin-bottom: 5px;
}

#login_token input {
    border: 1px solid #c5c5c5;
    border-radius: 3rem;
    padding: 6px 1rem;
}

#logger .alert {
    background-color: #fff;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    border-radius: var(--rounded);
    box-shadow: 2px 2px 6px -5px #01184066;
}

.sistmax_form .ntg-titulo-caja {
    text-align: center;
}

.panel.panel-default {
    margin-top: 1rem;
}

.panel-title .accordion-toggle {
    text-decoration: none;
    position: relative;
    background-color: var(--primary);
    color: var(--secondary);
    box-shadow: var(--shadow);
    padding: 15px;
    padding-right: 50px;
    width: 100%;
    display: block;
    border-radius: var(--rounded);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel-title .accordion-toggle.collapsed {
    background-color: #daeaff47;
    color: var(--primary);
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    box-shadow: 0 0 5px 0px #00255245;
    border-radius: var(--rounded);
}

.panel-title .accordion-toggle:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: auto;
    width: 0;
    height: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-left: 10px solid var(--secondary);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.panel-title .accordion-toggle.collapsed:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-left: 10px solid var(--primary);
}

.panel-collapse {
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    box-shadow: var(--shadow);
    border-left: 3px solid var(--primary);
    border-radius: 3px;
}

.panel-body {
    margin: auto;
    padding: 2rem;
}

.panel-body h2 {
    font-weight: 700;
    font-style: italic;
    font-size: 1.8rem;
    color: var(--primary);
    width: 100%;
    border-bottom: solid 2px var(--primary);
    padding-bottom: 8px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.card-01 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-default:before,
.card-01:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    background-color: #daeaff47;
    border-radius: var(--rounded);
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    box-shadow: var(--shadow);
}

.card-primary {
    background-color: #daeaff47;
    border-radius: var(--rounded);
    border: none;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    box-shadow: var(--shadow); 
    padding: 1.5rem;
}

.card p {
    text-decoration: none;
}

.card-01 .img,
.card-01 .titulo,
.card-01 .fecha,
.card-01 .abstract,
.card-01 .documentos {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.card-01 .img {
    padding-bottom: 15px;
}

.card-01 .titulo {
    font-size: 1.25rem;
    margin: 0;
    font-weight: 700;
    font-style: italic;
}

.card-01 .fecha {
    color:#FF1F6D
}

.card-01 .documentos {
    margin-left: 15px;
    margin-right: 15px;
}

.bg-card {
    background-color: #daeaff47;
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    color:#7d8590;
    font-size: 0.85rem;
    padding-bottom: 15px;
}

.breadcrumb span {
    display: block;
    white-space: nowrap;
    max-width: 600px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb a {
    color:#7d8590;
    font-style: italic;
}

.breadcrumb a:hover {
    color:var(--secondary);
}

@media only screen and (max-width: 767.98px) {
    .breadcrumb span {
        max-width: 300px;
    }
}

.form_button {
    margin-bottom: 1rem;
    text-align: center;
}

#token_login_form .form_button {
    text-align: left;
}

.btn.btn-danger,
.form_button input,
.btn.btn-info {
    margin: auto;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 6rem;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    padding: 0.375rem 1.5rem;
}

div[id^="Inscribir_div"] {
    text-align: center;
}

div[id^="Inscribir_div"] [type="button"],
div[id^="Enviar_div"] [type="button"],
div[id^="enviar_div"] [type="button"]{
    padding: 0.375rem 1.5rem;
    border-radius: 6rem;
}

#Inscripcion_participante .mas-info{
    text-align: center;
}

.form_button input {
    margin-top: 1rem;
}

.btn-danger:hover,
.form_button input:hover,
.btn.btn-info:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

div[id^="Enviar_div"] {
    clear: both;
    text-align: center;
    padding-top: 30px;
}

.vistas-tabs > ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.vistas-tabs > ul > li {
    padding: 0 1rem;
}

.vistas-tabs a {
    display: inline-block;
    border-radius: 3px;
    border-left: solid 4px var(--secondary);
    padding: 5px 15px;
    background-color: #fff;
    box-shadow: 3px 3px 3px 0px #01184036;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
    margin-bottom: 1rem;
    text-decoration: none;
}

.vistas-tabs a:hover,
.vistas-tabs .current a {
    background-color: var(--primary);
    color: #fff;
}

.share {
    display: inline-block;
    background-color: var(--primary);
    padding: 0.4rem 1rem;
    border-radius: 6rem;
    box-shadow: var(--shadow);
}

.share:before {
    content: "Compartir:";
    display: inline-block;
    color: var(--green);
    padding: 0px 5px;
    font-style: italic;
    font-size: 0.9rem;
    font-weight: 700;

}

.share a {
    padding: 0px 5px;
}
  
  .tab-content {
    width: 100%; 
}

.link_youtube {
    max-width: 600px;
    margin: auto;
}

.bajardoc img {
    margin-right: 10px;
}


/*************** FIN COMPONENTES ***************/

/************************************************************************************
FIN TRANSVERSALES
*************************************************************************************/




/************************************************************************************
HOME
*************************************************************************************/

 #slider_principal {
    height: calc(100vh - 240px);
    background-image: url(channels-786_demo_marquesina.jpg);
    background-size: cover;
    background-position: center;
} 

#slider_principal .figure,
#slider_principal .figure img {
    width: 100%;
}


.fp-slides {
    height: calc(100% - 113px) !important;
}

#slider_principal .fp-tableCell {
    height: 100% !important;
}

 #slider_principal .carousel-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
} 

#slider_principal .carousel-inner .titulo {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
}

#slider_principal .carousel-inner a {
    color: var(--primary);
    text-decoration: none;
    background-color: #ffffffe0;
    padding: 15px 30px;
    border-radius: 22px;
    display: inline-block;
    font-size: 2.5rem;
    max-width: 1000px;
    box-shadow: 5px 5px 0 #EF8729;
}

#slider_principal .carousel-inner a:hover {
    color: var(--primary);
}

@media only screen and (max-width: 767.98px) {
    #slider_principal .carousel-inner a {
        font-size: 2rem;
    }
}

.carousel-indicators li {
    background-color: var(--primary);
}

.carousel-indicators li.active {
    background-color: var(--secondary);
}

.carousel-control-prev, 
.carousel-control-next {
    opacity: 1;
    transition: all .2s;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
    width: 60px;
    height: 60px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23EF8729' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
  
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23EF8729' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
  

#videos_redes .carousel-item.active,
#videos_redes .carousel-item-next, 
#videos_redes .carousel-item-prev {
    display: flex;
}

#videos_redes .fp-tableCell {
    height: auto !important;
    padding-bottom: 90px;
}

#videos_redes .carousel-control-prev, 
#videos_redes .carousel-control-next {
    align-items: flex-end;
    bottom: 40px;
    left: 0;
    top: auto;
    right: 0;
    margin: auto;
    z-index: 16;
}

#videos_redes .carousel-control-prev {
    transform: translateX(-70px);
    width: 30px;
} 

#videos_redes .carousel-control-next {
    transform: translateX(70px);
    width: 30px;
}

#videos_redes .carousel-control-prev-icon, 
#videos_redes .carousel-control-next-icon {
    width: 25px;
    height: 45px;
}

#videos_redes .carousel-indicators {
    bottom: 35px;
}

#videos_redes .carousel-indicators li {
    background-color: var(--primary);
}

#videos_redes .card-01 .img {
    text-align: center;
}

#videos_redes .card-01 .titulo {
    font-size: 1.25rem;
}

#videos_redes .card-01 .titulo a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#videos_redes .carousel-control-prev-icon {
    background-image: url(channels-632_icon_prev.svg);
}

#videos_redes .carousel-control-next-icon {
    background-image: url(channels-632_icon_next.svg);
}

.recuadros_videos .titulo a {
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.btn-link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: none;
}

#videos_redes .carousel-control-next + div {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.btn-link a,
#videos_redes .carousel-control-next + div a {
    margin: auto;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 6rem;
    font-style: italic;
    font-weight: 600;
    color: #fff;
    text-decoration: none !important;
    padding: 0.375rem 1.5rem;
}

.btn-link a:hover,
#videos_redes .carousel-control-next + div a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border: 2px solid var(--secondary) !important;
    border-radius: 0 !important;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
    background-color: var(--secondary) !important;
    border-radius: 0 !important;
}

#fp-nav ul li .fp-tooltip {
    color:var(--secondary) !important;
}

.ranking-home h3 {
    color: var(--primary);
    margin-bottom: 2rem;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.ranking-home table {
    margin-bottom: 3rem;
}

.ranking-home .tabla th,
.ranking-home .tabla tbody tr td {
    padding: 0.5rem 1rem;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    width: 33.33333%;
}

.ranking-home .tabla th {
    font-size: 1.5rem;
}

.ranking-home .tabla tbody tr td {
    color: var(--primary);
}

.ranking-home .tabla tbody tr td:first-letter {
    font-size: 1.2rem;
    vertical-align: top;
}

#ranking-total {
    padding-top: 1rem;
}

#ranking-total * {
    position: relative;
} 

.ranking {
    margin-bottom: 2rem;
}

.ranking .r-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0 15px;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          overflow: hidden;
          height: 60px;
}

#ranking-f1 .r-header {
    background-color: var(--secondary);
}

#ranking-f2 .r-header {
    background-color: #1B79CF;
}

#ranking-f3 .r-header {
    background-color: #666666;
}

.ranking:before {
    content:"";
    display:block;
    position:absolute;
    border: solid 2px var(--primary);
    border-radius: 5px;
    top: 0;
    right: 15px;
    left: 15px;
    bottom: 0;
}

.r-header img {
    width: 100px;
    opacity: .5;
}

#ranking-f1 .r-header span:before,
#ranking-f2 .r-header span:before,
#ranking-f3 .r-header span:before {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.2;
    margin-right: 10px;
    color: #ffffff;
}

#ranking-f1 .r-header span:before {
    content: "f1";
}
#ranking-f2 .r-header span:before {
    content: "f2";
}
#ranking-f3 .r-header span:before{
    content: "f3";
}

#ranking-f1 .r-header span,
#ranking-f2 .r-header span,
#ranking-f3 .r-header span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 19px;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-transform: uppercase;
    overflow: unset;
    max-width: 180px;
    white-space: break-spaces;
    line-height: 1.2;
    margin: 0;
}

.ranking .r-header + div {
    counter-reset: section;
}

.ranking .recuadro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.6fr;
        grid-template-columns: 1fr 0.6fr;
        -ms-grid-rows: 40px auto;
        grid-template-rows: 40px auto;
        margin: 10px 10px 30px 10px;
}

.ranking .recuadro:before {
    counter-increment: section;
    content: counter(section);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    text-align: center;
    background-color: var(--primary);
    color: #fff;
    font-size: 28.8px;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: italic;
}

.ranking .recuadro.empate-1:before {
    content: "1";
}

.ranking .recuadro.empate-2:before {
    content: "2";
}

.ranking .recuadro.empate-todos:before {
    content: "1";
}

.ranking .nivel {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-left: 60px;
    border-bottom: solid 2px var(--primary);
}

.ranking .r-amateur img,
.ranking .r-profesional img,
.ranking .r-maestro img {
    height: 100%;
    padding: 0px 5px;
    display: none;
}

.ranking .r-amateur img {
    background-color: #A380E5;
}

.ranking .r-profesional img {
    background-color: #34BFCE;
}

.ranking .r-maestro img {
    background-color: #A3CC4A;
}

.ranking .nivel a {
    margin: .3rem 1rem;
    display: inline-block;
    font-style: italic;
    display: none;
}

.ranking .nivel + span {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    justify-content: flex-end;
    color: var(--secondary);
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    border-bottom: solid 2px var(--primary);
}

.ranking .r-escuderia {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: italic;
    color: var(--primary);
    margin-top: 10px;
}

.ranking .r-participante {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.ranking .circuito {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}

.ranking .fecha {
    font-size: 0.85rem;
    color: #1b79cf;
    grid-column: 1 / 2;
}

@media (min-width: 992px) {
    .carousel-control-prev:hover .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F26323' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
    }
    .carousel-control-next:hover .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F26323' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
    }
}

@media only screen and (max-width: 991.98px) {
    .carousel-control-prev, 
    .carousel-control-next {
        align-items: flex-end;
        left: 0;
        top: auto;
        right: 0;
        margin: auto;
        z-index: 16;
    }

    .carousel-control-prev {
        transform: translateX(-70px);
    } 

    .carousel-control-next {
        transform: translateX(70px);
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px;
        height: 51px;
    }

    #videos_redes .carousel-control-prev {
        left: 0;
        right: auto;
        transform: unset;
        bottom: 35px;
    }

    #videos_redes .carousel-control-next {
        right: 0;
        left: auto;
        transform: unset;
        bottom: 35px;
    }

    #videos_redes .carousel-indicators {
        margin-bottom: 1rem;
        bottom: 35px;
    }
}

@media only screen and (max-width: 767.98px) {

    #videos_redes .carousel-control-next + div {
        bottom: 20px;
    }

    #videos_redes .card-01 {
        height: auto;
    }

}


.redes-home {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 30px;
    
}

.redes-home a {
    padding: 5px;
    color: transparent;
}

@media only screen and (max-width: 991.98px) {
    .redes-home {
        right: 0;
        left: 0;
        bottom: 40px;
        max-width: 200px;
        text-align: center;
        margin: auto;
    }
}

/*** MAPA HOME ***/

path {
stroke-width: 1px;
stroke: #fff;
fill: #ff1f6d00;
cursor: pointer;
}

path.empty {
fill: #fff;
stroke-width: 1px;
stroke: #755CEA;
}

path.q0-4 {
fill: #221467;
}

path.q1-4 {
fill: #3E2AE6;
}

path.q2-4 {

fill: #755CEA;
}

path.q3-4 {

fill: #B3ACE8;
}

div.tooltip {
position: absolute;
background-color: white;
border: 1px solid black;
color: black;
font-weight: bold;
padding: 4px 8px;
display: none;
opacity: 1;
}
#recuadro-san path:hover, path:hover, path.highlighted {
fill: var(--secondary);
}

#link-san-andres {
    display: block;
    position: absolute;
    width: 100px;
    height: 120px;
    top: 44px;
    left: 50px;
    background-size: 230px;
    z-index: 10;
}

#recuadro-san path{
fill: #B3ACE8;
}

.recuadro-mapa > svg, .recuadro-mapa .recuadro-info {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    float: left;
}


.recuadro-mapa .recuadro-info {
    color: var(--primary);
    text-align: center;
    border-radius: 3px;

}

.recuadro-mapa .recuadro-info .tab-content {
    background-color: #F1F1F1;
    padding: 1.6rem;
}

.recuadro-mapa .recuadro-info .nav-tabs {
    justify-content: space-between;
    border-bottom: 0;
}

.recuadro-mapa .recuadro-info .nav-tabs li {
    width: 100%;
    max-width: calc(33.333333% - 3px);
}

.recuadro-mapa .recuadro-info .nav-tabs li a {
    display: inline-block;
    background-color: #F1F1F1;
    width: 100%;
    padding: .6rem 1rem;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    font-size: 1.25rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: solid 3px #F1F1F1;
}

.recuadro-mapa .recuadro-info .nav-tabs li a.active,
.recuadro-mapa .recuadro-info .nav-tabs li a:hover {
    border-top: solid 3px var(--primary);
} 

@media only screen and (max-width: 767.98px) {
    .recuadro-mapa .recuadro-info .nav-tabs li a {
        font-size: 1rem;
    }
}

.recuadro-mapa .recuadro-info table {
    margin: auto;
    width: 100% !important;
}

.recuadro-mapa table,
.recuadro-mapa table th {
    text-align: left;
}

.recuadro-mapa table td,
.recuadro-mapa table th {
    padding: 5px 15px;
    font-size: .875rem;
}

.recuadro-mapa table .odd {
    background-color: #fff;
}

.recuadro-mapa .dataTables_scrollBody table {
    margin-bottom: 1rem;
}

.recuadro-mapa .dataTables_scrollBody table tr:first-child {
    border-top: solid 1px var(--primary);
}

.recuadro-mapa .dataTable .no-footer,
.dataTables_scrollHeadInner {
    width: 100% !important;
}

.recuadro-mapa #div-retos td:first-child,
.recuadro-mapa #div-retos th:first-child  {
    width: 40% !important;
}

.recuadro-mapa #div-retos td:last-child,
.recuadro-mapa #div-retos th:last-child  {
    width: 60% !important;
}


.recuadro-mapa #div-puntajes td:first-child,
.recuadro-mapa #div-puntajes th:first-child  {
    width: 70% !important;
}

.recuadro-mapa #div-puntajes td:last-child,
.recuadro-mapa #div-puntajes th:last-child  {
    width: 30% !important;
}

.ConvColor {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 200px;
    height: auto;
    line-height: 0;
}

.ConvColor ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}


.ConvColor svg {
    width: 100%;
    height: auto;
    border: solid 1px var(--primary);
}

.totesc {
    font-size: 1.56rem;
    margin: 0;
    font-weight: 700;
    font-style: italic;
    color: var(--primary);
}


.recuadro-info .dataTables_length,
.recuadro-info .dataTables_info {
    display: none;
}

.recuadro-info .dataTables_wrapper .row:last-child > div:first-child, 
.recuadro-info .dataTables_wrapper .row:first-child > div:first-child {
display: none;
}

.recuadro-info .dataTables_wrapper .row:last-child > div:nth-child(2), 
.recuadro-info .dataTables_wrapper .row:first-child > div:nth-child(2) {
margin: auto;
}

.recuadro-info .dataTables_wrapper .row:last-child > div:nth-child(2) {
padding-top: 15px;
}

.recuadro-info .tab-content .pagination,
.numpart_retos,
.numpart_puntaje,
.numpart {
    margin: 0;
    display: inline-flex;
    box-shadow: 4px 5px 6px #2214671f, -4px -5px 6px #ffffffa8;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    margin-bottom: 1rem;

}

.recuadro-info .tab-content .pagination a {
    background: #F1F1F1;
    border: 0;
}

.recuadro-info table td a {
    font-size: 0.8rem;
}

.numpart_retos,
.numpart_puntaje,
.numpart {
    padding: .5rem 1rem;
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
    font-weight: bold;
    font-style: italic;
}

.recuadro-info .dataTables_scrollHead .sorting_desc,
.recuadro-info .dataTables_scrollHead .sorting_asc,
.recuadro-info .dataTables_scrollHead .sorting {
    cursor: default;
    min-width: 150px;
}

.recuadro-info .dataTables_scrollHead .sorting_desc:hover,
.recuadro-info .dataTables_scrollHead .sorting_asc:hover,
.recuadro-info .dataTables_scrollHead .sorting:hover {
    color: var(--secondary);
} 

.recuadro-info .dataTables_scrollHead .sorting_desc:after,
.recuadro-info .dataTables_scrollHead .sorting_asc:after,
.recuadro-info .dataTables_scrollHead .sorting:after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    margin-left: 10px;
}

.recuadro-info .dataTables_scrollHead .sorting_asc:after,
.recuadro-info .dataTables_scrollHead .sorting:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234A00FF' class='bi bi-sort-up' viewBox='0 0 16 16'><path d='M3.5 12.5a.5.5 0 0 1-1 0V3.707L1.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 3.707V12.5zm3.5-9a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z'/></svg>");
}

.recuadro-info .dataTables_scrollHead .sorting_desc:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234A00FF' class='bi bi-sort-down-alt' viewBox='0 0 16 16'><path d='M3.5 3.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 12.293V3.5zm4 .5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1h-1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1h-3zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1h-5zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5z'/></svg>");
}

#searchDepto {
    margin-top: 10px;
}

@media only screen and (max-width: 991.98px) {

.recuadro-mapa {
    display: flex;
    flex-direction: column-reverse;
}

.ConvColor {
    position: static;
    margin: auto;
}

#link-san-andres {
    top: auto;
    bottom: 380px;
}

#recuadro-san svg {
    width: 60px;
    height: auto;
}

.recuadro-mapa > svg {
    width: 100%;
}


.recuadro-mapa .recuadro-info {
    width: 100%;
}

}
/*** FIN MAPA HOME ***/

/************************************************************************************
FIN HOME
*************************************************************************************/



/************************************************************************************
PORTADILLAS / EIDOX
*************************************************************************************/

blockquote {
    padding-left: 40px;
    padding-bottom: 20px;
}

strong {
    color: var(--primary);
}

.articulo-reto .panel-body .col-md-8 {
    margin: 15px 0px;
}

.articulo-reto .panel-body .icono-reto {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .articulo-reto .panel-body .icono-reto:before {
    font-size: 66px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.2;
    margin-right: 10px;
}

.articulo-reto .panel-body .icono-reto:nth-of-type(1):before {
    content: "f3";
    color: #666666;
}

.articulo-reto .panel-body .icono-reto:nth-of-type(3):before {
    content: "f2";
    color: #1B79CF;
}

.articulo-reto .panel-body .icono-reto:nth-of-type(5):before {
    content: "f1";
    color: var(--secondary);
} */

.articulo-reto .panel-body .icono-reto:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 5px;
    width: 2px;
    height: auto;
}

.articulo-reto .panel-body .icono-reto:nth-of-type(1):after {
    background-color: #666666;
}

.articulo-reto .panel-body .icono-reto:nth-of-type(3):after {
    background-color: #1B79CF;
}

.articulo-reto .panel-body .icono-reto:nth-of-type(5):after {
    background-color: var(--secondary);
}

.articulo-reto .panel-body .icono-reto pre{
    font-family: inherit;
    font-size: 1.56rem;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    overflow: unset;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    transform: rotate(-90deg);
}

.articulo-reto .panel-body .icono-reto:nth-of-type(1) pre {
    color: #666666;
}

.articulo-reto .panel-body .icono-reto:nth-of-type(3) pre {
    color: #1B79CF;
}

.articulo-reto .panel-body .icono-reto:nth-of-type(5) pre {
    color: var(--secondary);
}

@media only screen and (min-width: 992px) {
    .articulo-reto .panel-body .icono-reto {
        min-height: 170px;
    }
}

.tag-reto {
    margin-bottom: 15px;
}

.tag-reto > span > span {
    border-radius: 3px;
    border-left: solid 4px var(--secondary);
    padding: 0 10px;
    background-color: var(--primary);
    box-shadow: 3px 3px 3px 0px #01184036;
    font-size: 1.4rem;
    font-style: italic;
    color:#fff;
    margin: 0;
}

.articulo-reto table {
    background-color: #daeaff47;
    color: var(--primary);
    box-shadow: var(--shadow);
    width: 100%;
    text-align: center;
    border: none;
    border-radius: var(--rounded);
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
    margin-top: 2rem;
}

.articulo-reto table tr {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
}

.articulo-reto table td {
    text-align: center;
    border:none;
    flex: 1 1 auto;
}

.articulo-reto table td:last-child {
    border-left: solid 2px var(--primary);
}

.articulo-reto table td:last-child p:last-child{
    font-size: 1.56rem;
    font-weight: 800;
    font-style: italic;
}

.articulo-reto table td p:first-child{
    font-size: 1.56rem;
    margin: 0;
    font-weight: 700;
    font-style: italic;
}

@media only screen and (max-width: 767.98px) {

    .articulo-reto .panel-body .icono-reto pre {
        transform: rotate(0deg);
    }
    .articulo-reto .panel-body .icono-reto {
        margin: 1rem 0;
    }

    .articulo-reto .panel-body .icono-reto:after {
        top: auto;
        bottom: 0;
        right: 0px;
        width: 100%;
        height: 2px;
    }

    .articulo-reto table tr {
        flex-direction: column;
    }

    .articulo-reto table td:last-child {
        border-left: none;
        border-top: solid 2px var(--primary);
    }
}

.iconCategoria .figure {
    border-right: solid 1px var(--primary);
}

#lista_categorias {
    border-bottom: solid 1px var(--primary);
}

#lista_categorias ul {
    padding: 0;
    list-style: none;
}

#lista_categorias a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
}

#lista_categorias li:nth-child(1) a:before,
#lista_categorias li:nth-child(2) a:before,
#lista_categorias li:nth-child(3) a:before {
    content: "";
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 5px 5px 7px 2px #0118401f;
}

#lista_categorias li:nth-child(1) a:before {
    background-image: url(https://css.mintic.gov.co/mt/maximavelocidad_2020/img/icono_amateur.svg);
    border: solid 2px #A380E5;
}

#lista_categorias li:nth-child(2) a:before {
    background-image: url(https://css.mintic.gov.co/mt/maximavelocidad_2020/img/icono_profesional.svg);
    border: solid 2px #34BFCE;
}

#lista_categorias li:nth-child(3) a:before {
    background-image: url(https://css.mintic.gov.co/mt/maximavelocidad_2020/img/icono_maestro.svg);
    border: solid 2px #A3CC4A;
}

#lista_categorias li:nth-child(1) a.active:before,
#lista_categorias li:nth-child(1) a:hover:before {
    background-color: #A380E5;
}
#lista_categorias li:nth-child(2) a.active:before,
#lista_categorias li:nth-child(2) a:hover:before {
    background-color: #34BFCE;
}
#lista_categorias li:nth-child(3) a.active:before,
#lista_categorias li:nth-child(3) a:hover:before {
    background-color: #A3CC4A;
}

@media only screen and (max-width: 767.98px) {
    #lista_categorias li {
        text-align: center;
    }

    #lista_categorias a {
        -webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    #lista_categorias li:nth-child(1) a:before, 
    #lista_categorias li:nth-child(2) a:before, 
    #lista_categorias li:nth-child(3) a:before {
        margin-bottom: 5px;
        margin-right: 0;
    }
}

#convenciones {
    list-style: none;
}

#convenciones img {
    width: 30px;
    height: auto;
}

#convenciones li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px
}

#convenciones > li > span {
    margin-right: 10px;
} 

#convenciones .icon-s1,
#convenciones .icon-s2,
#convenciones .icon-s3 {
    display: block;
    width: 30px;
    height: 10px;
}

#convenciones .icon-s1 {
    background-color: #A380E5;
}
#convenciones .icon-s2 {
    background-color: #34BFCE;
}
#convenciones .icon-s3{
    background-color: #A3CC4A;
} 

@media only screen and (max-width: 767.98px) {
    #convenciones {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }

    #convenciones li {
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    #convenciones > li > span {
        margin: 0;
    }
}



#gestor_publica img {
    width: 70px;
}

#gestor_publica .panel-circuito a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#gestor_publica .panel-circuito a span {
    font-weight: 700;
    font-style: italic;
    font-size: 1.25rem;
}


@media only screen and (min-width: 992px) {
    #gestor_publica > div:nth-child(2) img,
    #gestor_publica > div:nth-child(3) img {
        width: 150px;
    }
    
}

/************************************************************************************
PORTADILLAS / EIDOX FIN
*************************************************************************************/


/************************************************************************************
PLATAFORMA ZONA PARTICIPANTES
*************************************************************************************/
.collapse.in {
    display: block;
}

#div_nombre_escuderia {
    font-size: 1.25rem;
    color: var(--secondary);
    font-style: italic;
}

#div_nombre_escuderia strong {
    color: var(--secondary);
}

#ayuda_mv a,
#edit_avatar a {
    display: inline-block;
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
    font-style: italic;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px 10px;
}

#ayuda_mv a:after,
#edit_avatar a:after {
    display: inline-block;
    padding: 0 10px;
}

#ayuda_mv a:after {
    content: "Ayudas";
}

#edit_avatar a:after {
    content: "Avatar";
}

#ayuda_mv a:hover,
#edit_avatar a:hover {
    background-color: var(--secondary);
}

@media only screen and (max-width: 991.98px) {
    #ayuda_mv,
    #edit_avatar {
        text-align: center !important;
        margin-top: 2rem;
    }
}

#div_f1,
#div_f2,
#div_f3 {
    color: var(--primary);
    padding: 6px 10px 6px 40px;
    border-radius: 3px;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

#div_f1 {
    background-color: #A3CC4A;
}

#div_f2 {
    background-color:#34BFCE ;
}

#div_f3 {
    background-color: #AD98E2;
}

#div_f1:before,
#div_f2:before,
#div_f3:before {
    content: "";
    display: block;
    width: 30px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 3px;
    top: 0;
}

#div_f1:before {
    background-image: url(channels-632_icono_maestro.svg);
}

#div_f2:before {
    background-image: url(channels-632_icono_profesional.svg);
}

#div_f3:before {
    background-image: url(channels-632_icono_amateur.svg);
}

#consola-mensaje p {
    margin-bottom: 0;
}

#nombre_participante {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
    color: var(--primary);
}

.alert-warning.in {
    opacity: 1;
}

.alert-warning {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #e43e3e;
    margin: 0;
    font-size: .875rem;
    margin-bottom: 5px;
}
.alert-warning:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23e43e3e' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/><path d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z'/></svg>");
    background-repeat: no-repeat;
    background-size: 20px;
    vertical-align: sub;
    margin-right: 10px;
}
.alert-warning ~ input,
.alert-warning ~ select,
.alert-warning ~ area {
    border-color: #e43e3e !important;
    box-shadow: 0 0 4px #e43e3e;
}

.form_captcha .alert-warning {
    text-align: center;
}

.form-tabs-circle {
    border: 0 !important;
}

.form-tabs-circle > .form-tabs-circle {
    background-color: #fff !important;
    box-shadow: var(--shadow) !important;
    border-radius: .5rem !important;
    border: unset !important;
    padding: 1rem 2rem !important;
}

.form-tabs-circle > form > .ui-tabs-nav > li {
    border: 0;
    background-color: transparent;
}

.form-tabs-circle > form > .ui-tabs-nav {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 2rem;
    padding-top: 16px;

    background-color: var(--bg-light-01) !important;
    border-color: var(--bg-light-01) !important;
}

.form-tabs-circle > form > .ui-tabs-nav > li > a{
    color: var(--primary);
}

.form-tabs-circle > form > .ui-tabs-nav > li > a:before {
    content:"1";
    display: block;
    background-color: #fff;
    border: solid 2px var(--primary);
    border-radius: 50%;
    padding: 8px;
    position: absolute;
    line-height: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.form-tabs-circle > form > .ui-tabs-nav > li:nth-child(2) > a:before {
    content: "2";
}

.form-tabs-circle > form > .ui-tabs-nav > li:nth-child(3) > a:before {
    content: "3";
}

.form-tabs-circle > form > .ui-tabs-nav > li:nth-child(4) > a:before {
    content: "4";
}

.form-tabs-circle > form > .ui-tabs-nav > li.ui-tabs-active > a:before {
    background-color: var(--primary);
    color: #fff;
}

.form-tabs-circle .ntg-titulo-grupo-formulario {
    font-weight: bold;
    font-style: italic;
    font-size: 1.9rem;
    color: var(--primary);
}

.pills-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
}

.nav-pills > li > a {
    display: block;
    background-color: var(--primary);
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
    margin: 10px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    border-radius: 3px;
}

.nav-pills > li > a:hover,
.nav-pills > li.active > a {
    background-color: var(--secondary);
}



div[id^="article_i__SistMax_home_textoLogin"],
#token_login_form,
.opc_retos,
.form_message,
.form_textarea,
#Inscripcion_participante .form_text,
#Inscripcion_participante .form_select {
    display: block;
}

.form_select ul{
    list-style:none;
    padding: 0;
}

.form_select ul.ui-tabs-nav {
    background-color: transparent !important;
    border:none;
    padding: 0;

}

.form_select ul.ui-tabs-nav li {
    display: list-item;
    margin-bottom: 1rem;
    margin-top: 0;
    float: none;
    font-weight: normal;
}

#zona_formularios .form_message,
#zona_formularios .form_textarea {
    float: none;
}

#boton_div_1096 {
    width: 40%;
    float: left;
}
#olvido_clave_div_1096 {
    margin-top: 1rem;
    width: 60%;
    text-align: right;
}

#mensaje_explicacion_div_1113,
div[id*="mensaje_explicacion_div"] {
    width: 100%;
}

div[id*="terminos_condiciones_div"] {
    text-align: center;
}

div[id*="terminos_condiciones_div"] ul {
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}

div[id*="terminos_condiciones_div"] ul li {
    padding: 0 15px;
    color: var(--primary);
}

div[id*="terminos_condiciones_div"] ul li input {
    margin-right: 5px;
}

#article_i__SistMax_home_textoLogin_2019_1 {
    border-right: solid 1px var(--primary);
}

#article_i__SistMax_home_textoLogin_2019_1 strong{
    font-size: 1.56rem;
    margin: 0;
    font-weight: 700;
    font-style: italic;
    color: var(--primary);
}

.form_adjunto iframe{
    height: 330px;
}

#zona_formularios iframe {
    height: 200px;
}

.form_message {
    margin-bottom: 1rem;
    color: var(--primary);
}

#Inscripcion_participante [id*="EscuderC3ADa"] .form_message:not(:first-of-type) {
    font-weight: 600;
    color: var(--primary);
    font-style: italic;
    padding: 2rem 15px 0 15px;
    margin-top: 3rem;
    border-top: solid 1px #c5c5c5;
}


#enviar_div_1092.form_button,
#subir_evidencias_gpd .form_button,
#subir_evidencias_otono .form_button,
#subir_evidencias_verano .form_button {
    text-align: center;
}

#No_encuentro_entidad_div_1088 br {
    display: none;
}
#No_encuentro_entidad_div_1088 {
    padding-top: 10px;
}

#No_encuentro_entidad_div_1088 a {
    font-size: 80%;
    color: var(--secondary);
}
#No_encuentro_entidad_div_1088 a:hover {
    color: var(--primary)
} 

.form_adjunto {
    padding-right: 15px;
    padding-left: 15px;
}

.form_dateonly,
.form_adjunto, 
.form_textarea, 
.form_select, 
.form_text, 
.form_bool,
.form_message {
    margin: 2rem 0;
} 

.form_dateonly > label,
.form_adjunto > label,
.form_textarea > label,
.form_select label,
.form_text label,
.form_bool label,
.form_number label {
    display: block;
    font-weight: 600;
    color: var(--primary);
    padding: 0;
    font-style: italic;
    font-size: 1rem;
}

#login_token .form_text label {
    margin-top: 0;
}

.form_dateonly > label {
    width: 100%;
}

.form_dateonly input,
.form_dateonly select {
    font-size: 1rem !important;
    height: 28px;
    vertical-align: middle;
    padding: 0px 9px;
    margin-right: 10px;
}

.form_number {
    font-size: .875rem;
}

.form_number input {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1rem;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}

.ntg-formulario-texto-abajo {
    font-style: normal;
}

.opc_retos + .form_message {
    background-color: #d4d4d4;
    border-radius: 3px;
    padding: 15px;
    float: right;
}

.opc_retos + .form_message span {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 30px;
}

.opc_retos + .form_message span:nth-of-type(1){
    padding-left: 0;

}

.form_select select {
    width: 100%;
    height: 28px;
    border: 1px solid #c5c5c5;
}

#Inscripcion_participante .form_select ul {
    list-style: none;
    padding: 0;
}

#Inscripcion_participante .form_select ul li {
    display: inline-block;
    margin-right: 1rem;
}

div[id*="Envio_info_correo_div"],
div[id*="Envio_info_mensaje_texto_div"],
div[id*="Envio_info_WhatsApp_div"],
div[id*="Envio_info_Telegram_div"] {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2rem;
    padding-left: 15px;
    padding-right: 15px;
}

div[id*="Envio_info_correo_div"] label,
div[id*="Envio_info_mensaje_texto_div"] label,
div[id*="Envio_info_WhatsApp_div"] label,
div[id*="Envio_info_Telegram_div"] label {
    margin: 0 1rem 1rem 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

div[id*="Envio_info_correo_div"] .alert-warning,
div[id*="Envio_info_mensaje_texto_div"] .alert-warning,
div[id*="Envio_info_WhatsApp_div"] .alert-warning,
div[id*="Envio_info_Telegram_div"] .alert-warning {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
}

div[id*="Envio_info_correo_div"] > div,
div[id*="Envio_info_mensaje_texto_div"] > div,
div[id*="Envio_info_WhatsApp_div"] > div,
div[id*="Envio_info_Telegram_div"] > div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}


.ui-widget .form_bool select {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    height: 28px;
    width: 100%;
}

#zona_formularios .nav {
    border-top: solid 1px var(--primary);
    padding: 30px 0 0 0;
    margin-top: 2rem;
}

#zona_formularios + .fade.in {
    opacity: 1;
    background-color: #01184078;
}

#zona_formularios .tab-content form {
    max-width: 700px;
    margin: auto;
}

#zona_formularios + .modal.fade .modal-dialog {
    transform: translate(0, 0);
}

#zona_formularios .ui-tabs .ui-tabs-nav li {
    white-space: normal !important;
}

#zona_formularios div[id^="retos_div"] {
    padding-left: 15px;
    padding-right: 15px;
}

#zona_formularios div[id^="retos_div"] ul {
    list-style: none;
    padding: 0;
    background-color: transparent;
    border: none;
}

#zona_formularios div[id^="retos_div"] li {
    font-weight: normal;
    margin-bottom: 1rem;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 1rem;
}

#zona_formularios #form_inscripcion {
    border: none;
    background-color: transparent;
}

#form_inscripcion #Intro_div_1103 a {
    font-size: 80%;
    font-weight: 400;
    color: var(--secondary);
}

#mensaje_bienvenida {
    background-color: #fff;
    padding: 2rem 3rem;
    margin-bottom: 2rem;
    border-radius: var(--rounded);
    box-shadow: 2px 2px 6px -5px #01184066;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    #zona_formularios #form_inscripcion {
        padding: 30px;
    }
}

.form_captcha > div > div {
    margin: auto;
}

@media only screen and (max-width: 767.98px) {
    #zona_formularios .nav {
       text-align: center;
    }
}

#Acepta_condiciones_div_973 ul {
    display: flex;
    list-style: none;
}

#Acepta_condiciones_div_973 li {
    margin-right: 15px;
}

#informe_wrapper,
#tabla-escuderias,
#mis_evidencias {
    overflow-x: auto;
}

#informe_wrapper {
    width: 100%;
}

table.table,
table.tabla,
#informe,
#tabla-escuderias,
#mis_evidencias table {
    border-collapse: separate;
    border-spacing: 0 6px;
    border: 0;
    width: 100%;
}

#proyectos_inscritos table.table {
    text-align: left;
}

.tabla tr,
.table tr,
#informe_wrapper tr,
#tabla-escuderias tr, 
#mis_evidencias table tr {
    box-shadow: var(--shadow-sm);
}

#mis_evidencias table tr:first-child {
    color: #fff;
    text-align: center;
}

#mis_evidencias table tr:last-child > td > strong{
    font-style: italic;
    font-size: 1.25rem;
    color: var(--secondary);
}

.tabla tbody tr td,
.table tbody tr td,
#informe_wrapper tbody tr td,
#tabla-escuderias tbody tr td,
#mis_evidencias table tbody tr td {
    background: #ffffff;
    border: 0;
    border-left: 1px solid var(--primary);
    font-size: 13px;
    vertical-align: middle;
    padding: .8rem .5rem;
    min-width: 70px;
}

.tabla-default tbody tr td {
    font-size: 1rem;
}

.tabla-default tbody tr td p {
    margin-bottom: 10px;
}

#proyectos_inscritos {
    max-width: 700px;
    margin: auto;
}

#proyectos_inscritos > span{
    display: block;
    color: var(--primary);
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

#mis_evidencias table tbody tr:first-child td,
#proyectos_inscritos .table tr:first-child td,
.tabla thead th,
.table thead th,
#informe_wrapper thead th,
#tabla-escuderias thead th {
    background: var(--primary);
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 14px;
    padding: 13px 30px;
    color: #fff;
    font-style: italic;
}

.tabla-default thead th {
    font-size: 1rem;
}


.tabla thead th p {
    margin-bottom: 0;
}

#proyectos_inscritos .table tr:first-child td {
    padding: 0.75rem;
    text-align: left;
    border-right: solid 1px #fff;
    min-width: 130px;
    font-style: italic;
}

.tabla th,
.table th {
    background-color: #fff;
}

.tabla thead th strong,
.table thead th strong {
    color: #fff;
}

#informe_wrapper > table {
    min-width: 800px;
}

#tabla-escuderias .categoria img,
#tabla-escuderias .pnid-2000 img {
    height: 26px;
    width: auto;
}

#tabla-escuderias .nivel span:first-child {
    width: 50px;
}

#tabla-escuderias_wrapper .row{ 
    margin: 0;
}

#tabla-escuderias td.nivel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 7px;
}

#tabla-escuderias_wrapper .custom-select {
    background-image: none;
}

#mis_evidencias table tbody tr td a {
    word-break: break-all;
}

#mis_evidencias table tbody tr td:nth-child(4) a {
    background-color: var(--gray);
    color: #fff;
    display: inline-block;
    padding: 0px 4px;
    border-radius: 3px;
    text-decoration: none;
    margin: 0px 6px;
}

#mis_evidencias table tbody tr td:nth-child(4) a:hover {
    background-color: var(--gray-dark);
}

#mis_evidencias table tbody tr.warning td:nth-child(6),
#mis_evidencias table tbody tr.success td:nth-child(6),
#mis_evidencias table tbody tr.info td:nth-child(6),
#mis_evidencias table tbody tr.error td:nth-child(6) {
    font-weight: 700;
    font-style: italic;
    color: var(--primary);
    font-size: 16px;
}

#mis_evidencias table tbody tr.warning td:nth-child(3){
    background-color: var(--warning);
    color: var(--primary);
    font-weight: bold;
    font-style: italic;
}
#mis_evidencias table tbody tr.success td:nth-child(3) {
    background-color: var(--success);
    color: #fff;
    font-weight: bold;
    font-style: italic;
}
#mis_evidencias table tbody tr.info td:nth-child(3) {
    background-color: var(--info);
    color: #fff;
    font-weight: bold;
    font-style: italic;
}
#mis_evidencias table tbody tr.error td:nth-child(3) {
    background-color: var(--govcolor-shiraz);
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.dataTables_paginate .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.form_attachments {
    flex: 0 0 50%;
    max-width: 50%;
}

#zona_formularios .form_attachments{
    flex: 0 0 100%;
    max-width: 100%;
}

textarea {
    width: 100%;
    border: 1px solid #c5c5c5;
}

.select2-container {
    width: 100% !important;
}

#informe_wrapper .dt-buttons > button {
    background-color: var(--primary)!important;
}

#informe_wrapper .dt-buttons > button:hover {
    background-color: var(--secondary) !important;
}

.ui-dialog-titlebar-close {
    border: none;
    background-color: var(--primary);
    border-radius: 3px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-x' viewBox='0 0 16 16'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: center;
}

.ui-dialog {
    width: 100% !important;
    max-width: 600px;
}

.ui-dialog .ui-dialog-title,
.ui-dialog p {
    font-size: 13px;
}

@media (max-width: 991.98px) {
    #consola-mensaje {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        text-align: center;
    }

    #icono_etapa_p {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 767.98px) {
    
    .form-tabs-circle > form > .ui-tabs-nav {
        flex-direction: column;
    }

    .form-tabs-circle > form > .ui-tabs-nav > li {
        text-align: center;
        margin-top: 15px;
    }

    .form-tabs-circle li a {
        float: none !important;
        padding-top: 50px !important;
        display: block !important;
    }

    .form-tabs-circle > form > .ui-tabs-nav > li > a:before {
        top:0;
    }

    #article_i__SistMax_home_textoLogin_2019_1 {
        border-right: none;
        border-bottom:solid 1px var(--primary);
        margin-bottom: 1rem;

    }

    .form_attachments {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #informe_wrapper,
    #tabla-escuderias_wrapper {
        overflow-y: auto;
        margin-right: 15px;
        margin-left: 15px;
    }

    #informe_wrapper {
        padding: 0;
    }

    #tabla-escuderias_wrapper .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.ui-widget-overlay {
    z-index: 10000 !important;
}

/************************************************************************************
PLATAFORMA ZONA PARTICIPANTES FIN
*************************************************************************************/


/************************************************************************************
FOOTER
*************************************************************************************/
.footer {
    text-align: center;
    margin: auto;
    color: #fff;
    padding: 30px 0;
}

.footer p {
    margin: 0;
}

.footer a:hover {
    color: var(--secondary);
}

footer a {
    text-decoration: underline;
}

footer.bg-primary {
    border-top: 100px solid white;
    margin-top: 3rem;
    background-color: var(--primary) !important;
}

footer .bg-info {
    background-color: #3366CC !important;
}

footer .card {
    margin-top: -100px;
}

footer .card p {
    margin-bottom: .5rem;
}


@media only screen and (max-width: 991.98px) {
    footer  .list-group-horizontal {
        flex-direction: column;
    }
    footer  .list-group-horizontal .pl-0 {
        padding-left: 1.25rem !important;
    }
}

.govco-border-footer { /*borrar*/
    border: 2px solid #e5eefb;
    border-radius: 10px;
    opacity: 1;
  }
  
  .govco-footer-card { /*new */
    border: 2px solid #e5eefb;
    border-radius: 10px;
    opacity: 1;
  }
  
  .redes_footer a { 
  font-weight: var(--govtypo-text-medium);
  }
  
  
  .govco-instagram-square:before {
    content: "\ed5c";
   }
  
  .govco-facebook-square:before {
    content: "\ed0e";
  
  }
  
  .govco-youtube-square:before {
    content: "\ee52";
  }
  
  .govco-whatsapp-square:before {    
    content: "\ee38";
  }
  
  
  .govco-instagram-square:before,
  .govco-twitter-square:before,
  .govco-facebook-square:before,
  .govco-youtube-square:before,
  .govco-whatsapp-square:before, 
  .govco-threads-square:before,
  .govco-tiktok-square:before,
  .govco-telegram-square:before,
  .govco-x-square:before  {
      display: inline-block;
      width: 1.2558rem;
      height: 1.2558rem;
      border-radius: 2px;
      background-color: var(--govcolor-marine);
      vertical-align: text-bottom;
      color: white;
      font-size: 1rem;
      padding-top: 2px;
  }
  
  .govco-threads-square:before,
  .govco-tiktok-square:before,
  .govco-telegram-square:before,
  .govco-x-square:before  {
      
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: 65%;
      
  }
  
  .govco-threads-square:before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='337.25' height='392' fill='%23ffffff' viewBox='0 0 337.25 392'> <path d='m262.43,181.68c-1.69-.81-3.4-1.59-5.14-2.33-3.03-55.75-33.49-87.67-84.64-88-.23,0-.46,0-.69,0-30.6,0-56.04,13.06-71.7,36.82l28.13,19.3c11.7-17.75,30.06-21.54,43.58-21.54.16,0,.31,0,.47,0,16.84.11,29.55,5,37.78,14.55,5.99,6.95,9.99,16.56,11.97,28.69-14.93-2.54-31.08-3.32-48.35-2.33-48.63,2.8-79.9,31.17-77.8,70.58,1.07,19.99,11.03,37.19,28.04,48.43,14.39,9.5,32.92,14.14,52.18,13.09,25.43-1.39,45.39-11.1,59.31-28.84,10.57-13.48,17.26-30.94,20.21-52.94,12.12,7.32,21.1,16.94,26.07,28.51,8.44,19.67,8.93,52-17.45,78.35-23.11,23.09-50.89,33.08-92.87,33.38-46.57-.35-81.79-15.28-104.69-44.39-21.44-27.26-32.52-66.63-32.94-117.02.41-50.39,11.5-89.76,32.94-117.02,22.9-29.11,58.12-44.04,104.69-44.39,46.91.35,82.74,15.36,106.52,44.61,11.66,14.34,20.45,32.38,26.24,53.41l32.97-8.8c-7.02-25.89-18.07-48.2-33.11-66.7C273.66,19.61,229.08.4,171.64,0h-.23C114.09.4,70.01,19.69,40.4,57.33,14.05,90.83.46,137.44,0,195.86v.14s0,.14,0,.14c.46,58.43,14.05,105.04,40.4,138.53,29.61,37.64,73.69,56.93,131.01,57.33h.23c50.96-.35,86.88-13.7,116.47-43.26,38.72-38.68,37.55-87.16,24.79-116.93-9.15-21.34-26.61-38.68-50.48-50.13Zm-87.99,82.73c-21.31,1.2-43.46-8.37-44.55-28.86-.81-15.19,10.81-32.15,45.86-34.17,4.01-.23,7.95-.34,11.82-.34,12.73,0,24.64,1.24,35.47,3.6-4.04,50.43-27.73,58.62-48.59,59.77Z'/></svg>");
  }
  
  .govco-tiktok-square:before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='447.87' height='511.87' fill='%23ffffff' viewBox='0 0 447.87 511.87'><path d='m447.87,209.91c-44.03.11-86.97-13.62-122.77-39.25v178.72c-.03,89.77-72.84,162.52-162.61,162.49C72.72,511.84-.03,439.03,0,349.26c.03-89.77,72.84-162.52,162.61-162.49,7.45,0,14.88.52,22.26,1.54v89.89c-39.31-12.37-81.21,9.48-93.57,48.79s9.48,81.21,48.79,93.57,81.21-9.48,93.57-48.79c2.28-7.25,3.44-14.8,3.44-22.39V0h88c-.06,7.43.56,14.85,1.86,22.17h0c6.18,33.01,25.68,62.03,53.91,80.22,19.87,13.14,43.17,20.15,67,20.14v87.38Z'/></svg>");
  }
  
  .govco-telegram-square:before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='447.96' height='375.68' fill='%23ffffff' viewBox='0 0 447.96 375.68'><path d='m446.68,34.2l-67.6,318.8c-5.1,22.5-18.4,28.1-37.3,17.5l-103-75.9-49.7,47.8c-5.5,5.5-10.1,10.1-20.7,10.1l7.4-104.9,190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.78,219.6l-101.6-31.8c-22.1-6.9-22.5-22.1,4.6-32.7L418.18,2c18.4-6.9,34.5,4.1,28.5,32.2Z'/></svg>");
  }
  
  .govco-x-square:before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24.44' height='22.88' viewBox='0 0 24.44 22.88' fill='%23fff'><path d='m.06,0l9.44,12.62L0,22.88h2.14l8.31-8.98,6.72,8.98h7.27l-9.97-13.33L23.32,0h-2.14l-7.66,8.27L7.33,0H.06Zm3.14,1.57h3.34l14.76,19.73h-3.34L3.2,1.57Z'/></svg>");
  }
  a:visited > .govco-instagram-square:before,
  a:visited > .govco-twitter-square:before,
  a:visited > .govco-facebook-square:before,
  a:visited > .govco-youtube-square:before,
  a:visited > .govco-whatsapp-square:before, 
  a:visited > .govco-threads-square:before,
  a:visited > .govco-tiktok-square:before,
  a:visited > .govco-telegram-square:before,
  a:visited > .govco-x-square:before
   {
      background-color: var(--govcolor-tundora);
  }
  
  a:hover > .govco-instagram-square:before,
  a:hover > .govco-twitter-square:before,
  a:hover > .govco-facebook-square:before,
  a:hover > .govco-youtube-square:before,
  a:hover > .govco-whatsapp-square:before, 
  a:hover > .govco-threads-square:before,
  a:hover > .govco-tiktok-square:before,
  a:hover > .govco-telegram-square:before,
  a:hover > .govco-x-square:before {
      background-color: var(--govcolor-bluedark);
  }

/************************************************************************************
FIN FOOTER
*************************************************************************************/

/************************************************************************************
ANIMACIONES
*************************************************************************************/
@-webkit-keyframes fixed-move-down { 
    0% {top: -80px;}
    100% {top: 0;}
} 

@keyframes fixed-move-down { 
    0% {top: -80px;}
    100% {top: 0;}
}
/************************************************************************************
FIN ANIMACIONES
*************************************************************************************/

.govco-footer-card > .row > .text-center.text-lg-right {
    display: none;
}