﻿body{
    padding-top: 0px;
    padding-bottom: 0px;
    /*transition: .3s ease all;*/
}

    body.dark {
        background: #000;
        color: #FFFFFF;
    }


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* ----------------------------------------------Menu Lateral------------------------------------- */


/*#region Botones Nuevo*/
.btnGrid {
    cursor: pointer;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000000 !important;
    background-size: cover;
    margin: 0 !important;
    min-height: 35px !important;
    min-width: 35px !important;
    height: 35px;
    width: 35px;
    border: none;
}

    .btnGrid:hover,
    .btnGrid:focus {
        background-size: 100%;
        -webkit-filter: hue-rotate(262deg);
        filter: hue-rotate(262deg) 0.5s;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.btnGrid-Editar { background-image: url(../App_Images/Iconos/BtnEditar.svg); }
.btnGrid-Seleccionar { background-image: url(../App_Images/Iconos/SeleccionarOFF.svg); }
.btnGrid-Search { background-image: url(../App_Images/Iconos/BtnSearch.svg); }
.btnGrid-Trash { background-image: url(../App_Images/Iconos/BtnTrash.svg); }
.btnGrid-UploadFile { background-image: url(../App_Images/Iconos/attachmentOFF.svg); }


.btnGrid-DeleteDoc { background-image: url(../App_Images/Iconos/BtnEliminar.svg); }
.btnGrid-View { background-image: url(../App_Images/Iconos/BtnVisualizar_Azul.svg); }
.btnGrid-SubirFile { background-image: url(../App_Images/Iconos/BtnSubir_Azul.svg); }
.btnGrid-FileOk{ background-image: url(../App_Images/Iconos/BtnListo.svg); }
.btnGrid-Zip{ background-image: url(../App_Images/Iconos/BtnZip_Azul.svg); }

/*#endregion */

/* ----------------------------------------------Responsive------------------------------------- */

.contenedor{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    /*background:#004884;*/
    overflow:hidden;
}

.menu-lateral {
    position: fixed;
    bottom: 40%;
    z-index: 200;
    right: -2px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    border-radius: 10px 0 0 10px;
    padding: 5px 0px;
    /*background-color: #004884;*/
}

.menu-lateral-2 {
    position: fixed;
    bottom: 39.2%;
    right: 0px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 10px 0 0 10px;
    padding: 5px 8px;
    background-color: #004884;
    width: 55px;
    height: 170px;
}

body.dark .menu-lateral-2 {
    background-color: #1B1B1B;
}

#btn-menu2 a {
    background: #004884;
    padding: 7px 9px;
    width: 52px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    margin: 0px 3px;
    display: flex;
    transition: all .5s;
    cursor: pointer;
}

body.dark #btn-menu2 a {
    background: #1b1b1b;
    color: #1b1b1b;
}

#btn-menu2 a:hover {
    background: #3366CC;
    padding: 7px 9px;
    width: 180px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    margin: 0px 3px;
    display: flex;
    color: #3366CC;
    transition: all .3s;
}

body.dark #btn-menu2 a:hover {
    background: #C2FA00;
    color: #C2FA00;
}

    body.dark #btn-menu2 a:hover > span {
        background: #004884;
    }

#btn-menu2 a:hover > label {
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
}

body.dark #btn-menu2 a:hover > label {
    color: #004884;
}

#btn-menu2 a span {
    width: 35px;
    height: 35px;
    padding: 10px;
    background: white;
    border-radius: 8px;
}


body.dark #btn-menu2 a span {
    background: #FFFFFF;
}

#btn-menu a {
    background: #004884;
    padding: 7px 9px;
    width: 52px;
    height: 50px;
    border-radius: 10px 0 0 10px; 
    text-decoration:none;
    margin: 0px 3px;
    display:flex;
    transition: all .5s;
    cursor:pointer;
}

body.dark #btn-menu a {
    background: #1b1b1b;
    color: #1b1b1b;
}

#btn-menu a:hover {
    background: #3366CC;
    padding: 7px 9px;
    width: 180px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    margin: 0px 3px;
    display: flex;
    color: #3366CC;
    transition: all .3s;
}

body.dark #btn-menu a:hover {
    background: #C2FA00;
    color: #C2FA00;
}

body.dark #btn-menu a:hover > span{
    background: #004884;
}

#btn-menu a:hover > label {
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
}

    body.dark #btn-menu a:hover > label {
        color: #004884;
    }

    #btn-menu a span {
        width: 35px;
        height: 35px;
        padding: 10px;
        background: white;
        border-radius: 8px;
    }


body.dark #btn-menu a span {
    background: #FFFFFF;
}

.con-up-page {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 100;
    display: none;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
    padding: 5px 8px;
    background-color: #004884;
    width: 55px;
    height: 55px;
}

body.dark .con-up-page {
    background-color: #1B1B1B;
}

.up-page {
    display: none;
    z-index: 200;
    width: 35px;
    height: 35px;
    padding: 8px 12px;
    background: white;
    border-radius: 8px;
    font-size: 20px !important;
    color: #004884;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

body.dark .up-page {
    background: #FFFFFF;
    color: #1b1b1b;
}

.up-page:hover {
    color: #3366CC;
}

body.dark .up-page:hover {
    background: #004884;
    color: #C2FA00;
}

#lb-menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: none;
    margin: 0px;
    padding: 5px 0px 5px 10px;
}

#btn-menu2 a:hover > #lb-menu{
    display:block;
}

#btn-menu a:hover > #lb-menu{
    display:block;
}

.info-user {
    justify-content: center;
    margin: 0px;
    padding: 15px;
    background: #F1F1F1;
    height: auto;
    margin-bottom: 10px;
}

body.dark .info-user {
    background: #313131;
}

/* ----------------------------------------------Accesibilidad------------------------------------- */
@media screen and (min-width: 1200px) {
    .row2 {
        margin-top: 20%;
        padding-left: 9%;
        padding-right: 9%
    }

    faico a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 1.6em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 1.5em;
        text-align: center;
    }


    .faicoMenu a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 1.7em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 1.2em;
        text-align: center;
    }
}

/* css SedeElectronicaControlDoc*/
/* ----------------------------------------------Fonts------------------------------------- */

body.dark #header #footer {
    color: #FFFFFF;
}

#header #footer {
    font-family: 'Montserrat', sans-serif;
    color: #004884;
}

body, a {
    font-family: 'Montserrat', sans-serif;
    color: #004884;
}

    a:hover {
        color: #ADADAD;
    }

body.dark a{
    color:#c2fa00;
}

/* ----------------------------------------------Modales------------------------------------- */

.swal2-close{
    color: #3366CC;
    font-weight: 600;
    font-size: 25px;
}

body.dark .swal2-popup{
    background-color: #101010;
}
/* ----------------------------------------------Spinner------------------------------------- */
#bgloader {
    display: none;
    position: fixed;
    background: rgba(255,255,255,0.6) url('../App_Images/Logos/Logo.ico') 50% 50% no-repeat !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 90000;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 90001;
    width: 150px;
    height: 150px;
    margin: -60px 0 0 -60px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ----------------------------------------------Button------------------------------------- */
button[type='submit'] {
    outline: none;
}

button[type='button'] {
    outline: none;
}

.button-gris {
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    background-color: #63656a;
    border: 1px solid #63656a;
    border-radius: 100px;
}

    /*body.dark .button-gris {
        background-color: #1b1b1b;
        border: 1px solid #1b1b1b;
    }*/

    .button-gris:hover {
        color: #63656a;
        background-color: transparent;
        border: 1px solid #63656a;
    }

.button-azul {
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    background-color: #3366CC;
    border: 1px solid #3366CC;
    border-radius: 100px;
}

    /*body.dark .button-azul {
        background-color: #1b1b1b;
        border: 1px solid #1b1b1b;
    }*/

    .button-azul:hover {
        color: #3366CC;
        background-color: transparent;
        border: 1px solid #3366CC;
        text-decoration: none;
    }

        /*body.dark .button-azul:hover {
            color:#FFFFFF;
            border: 1px solid #FFFFFF;
        }*/

.button-azul-line {
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    font-size: 12px;
    color: #3366CC;
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid #3366CC;
}

    body.dark .button-azul-line {
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }

    .button-azul-line:hover {
        color: #ffffff;
        border: 1px solid #3366CC;
        background-color: #3366CC;
    }

    body.dark .button-azul-line:hover {
        color: #FFFFFF;
        border: 1px solid #1b1b1b;
        background-color: #1b1b1b;
    }

.button_line_banner {
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    background-color: rgba(0,0,0,0);
    border-radius: 100px;
    border: 1px solid #ffffff;
}

    .button_line_banner:hover {
        color: #f42f63;
        background-color: #ffffff;
    }

.button_line_white {
    padding: 7px 20px 7px 20px;
    font-weight: 500;
    font-size: 12px;
    color: white;
    background-color: rgba(0,0,0,0);
    border-radius: 100px;
    border: 1px solid #ffffff;
}

.faico_ingresar > .button_line_white:hover {
    color: #3366cc !important;
    font-weight: 600;
    background-color: #ffffff;
}

.faico_ingresar > .button_white {
    padding: 7px 20px 7px 20px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    color: #3366cc !important;
    background-color: #ffffff;
}

.faico_ingresar > .button_white:hover {
    font-weight: 600;
    color: white !important;
    border: 1px solid #FFFFFF;
    background-color: rgba(0,0,0,0);
}

    .middle {
    width: 100%;
    text-align: center;
}

    /*.middle a {
            text-align: center;
            text-decoration: none;
        }*/

    .middle a:hover {
        text-decoration: none;
    }

.btn-menu {
    display: inline-grid;
    width: 150px;
    height: 150px;
    background-color: #F1F1F1;
    margin: 10px;
    border-radius: 10%;
    box-shadow: 0 5px 15px -5px #00000070;
    /*CAMARA*/
    /*color: #c99f4f;*/ 
    color: #004884;
    overflow: hidden;
    position: relative;
}

body.dark .btn-menu {
    background-color: #2e2e2e;
    color:#FFFFFF;
}

    .btn-menu span {
        text-decoration: none;
        transition: 0.2s linear;
    }

        .btn-menu span:hover {
            text-decoration: none;
            transform: scale(1.1);
            color: #3366CC;
        }

        body.dark .btn-menu span:hover{
            color:#FFFFFF;
        }

    .btn-menu::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 150%;
        background-color: #ffffff;
        transform: rotate(45deg);
        left: -110%;
        top: 90%;
    }

    body.dark .btn-menu::before {
        background-color: #1b1b1b;
    }

    .btn-menu:hover::before {
        animation: aaa 0.7s 1;
        top: -40%;
        left: -40%;
    }

.btn-menu2 {
    display: inline-grid;
    width: 150px;
    height: 56px;
    margin: 10px;
    border-radius: 10%;
    box-shadow: 0 6px 10px -5px #00000070;
    /*CAMARA*/
    /*color: #c99f4f;*/
    color: #004884;
}

    .btn-menu2 span {
        text-decoration: none;
        transition: 0.2s linear;
    }

        .btn-menu2 span:hover {
            text-decoration: none;
            transform: scale(1.1);
            color: #3366CC;
        }

        body.dark .btn-menu2 span:hover{
            color:#FFFFFF;
        }

    body.dark .btn-menu2::before {
        background-color: #1b1b1b;
    }

    .btn-menu2:hover::before {
        animation: aaa 0.7s 1;
        top: -40%;
        left: -40%;
    }

@keyframes aaa {
    0% {
        left: -140%;
        top: 90%;
    }

    50% {
        left: -20%;
        top: -30%;
    }

    100% {
        top: -40%;
        left: -40%;
    }
}

.cl-span {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 87px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

/* ----------------------------------------------NavBar------------------------------------- */

.header-page{
    background-color:transparent;
}

body.dark .header-page {
    background-color: #1B1B1B;
}

.navbar-nav {
    font-weight: 500;
}

.navbar-color {
    background-color: rgba(246, 246, 246,1);
}

body.dark .navbar-color {
    background-color: #1b1b1b;
}

.custom-toggler.navbar-toggler {
    border-color: #3366CC;
    color: #3366CC;
}

body.dark .custom-toggler.navbar-toggler {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.custom-toggler.navbar-toggler:hover {
    border-color: #004884;
    color: #004884;
}

body.dark .custom-toggler.navbar-toggler:hover {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.navbar-nav .nav-item .nav-link {
    border-right: 1px dashed #929292;
}

    .navbar-nav .nav-item .ajuste-icon {
        border-right: 0px dashed #929292;
    }

.dropdown-menu {
    left: -100% !important;
    transform: translateX(-85%) !important;
    top: 500% !important;
}

.navbar.scrolling-navbar {
    padding: 0 !important;
}

.ajuste-icon {
    position: absolute;
    top: -17px;
    right: -11px
}

.navbar-nav > .active {
    background-color: #FFFFFF;
}

.active > .nav-link {
    color: #004884;
    font-weight:bold;
}

@media (max-width: 1199px) {
    .navbar-nav .nav-item .nav-link {
        border-right: 0px;
    }
}

/* ----------------------------------------------Carousel------------------------------------- */


#carouselExampleIndicators {
    width: 100%;
    margin: 0px;
    margin-bottom: 50px;
}

.carousel-caption {
    background-color: #f42f63;
    padding: 45px 45px;
    top: 0;
    left: 71%;
    width: 325px;
    height: 100%;
}

body.dark .carousel-caption {
    background-color: #1b1b1b;
}


.carousel-indicators li {
    height: 12px;
    width: 12px;
    background-color: salmon;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 1px solid white;
}

body.dark .carousel-indicators li {
    background-color: #101010;
}



.carousel-indicators .active {
    height: 14px;
    width: 14px;
    opacity: 1;
    background-color: white;
    border: 0px solid white;
}


.carousel-inner .carousel-item img{
    height:270px;
}

@media screen and (max-width: 991px) {
    .carousel-inner .carousel-item img {
        height: 149px;
    }
}

/* ----------------------------------------------Noticias------------------------------------- */
.container_noticias {
    display: flex;
    text-align: justify;
}

.column1_noticias {
    padding: 0 13px 0 0;
    width: 50%;
}

    .column1_noticias p{
        margin-bottom:5px;
    }

.column2_noticias {
    padding: 0 0 0 13px;
    width: 50%;
}

    .column2_noticias p {
        margin-bottom: 5px;
    }

.Img_NoticiaPrin {
    width: 100%;
    height: 320px;
    margin: 0 0 20px 0;
    -webkit-box-shadow: -1px 8px 15px 1px rgba(158,158,158,0.62);
    -moz-box-shadow: -1px 8px 15px 1px rgba(158,158,158,0.62);
    box-shadow: -1px 8px 15px 1px rgba(158,158,158,0.62);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

body.dark .Img_NoticiaPrin {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(158,158,158,0.62);
    -moz-box-shadow: 0px 0px 0px 0px rgba(158,158,158,0.62);
}

.Img_NoticiaSec {
    width: 34%;
    height: 125px;
    margin: 0 20px 0 0 ;
    -webkit-box-shadow: -1px 8px 15px 1px rgba(158,158,158,0.62);
    -moz-box-shadow: -1px 8px 15px 1px rgba(158,158,158,0.62);
    box-shadow: -1px 8px 15px 1px rgba(158,158,158,0.62);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

body.dark .Img_NoticiaSec {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(158,158,158,0.62);
    -moz-box-shadow: 0px 0px 0px 0px rgba(158,158,158,0.62);
}

.Not-1-Sec{
    padding-bottom: 26px;
    display:flex;
}

.Not-2-Sec {
    padding-bottom: 26px;
    display: flex;
}

.Not-3-Sec {
    display: flex;
}

@media screen and (max-width: 1200px) {
    .container_noticias {
        flex-wrap: wrap;
    }

    .column1_noticias {
        width: 100%;
        padding: 0px;
    }

    .column2_noticias {
        width: 100%;
        padding:0px;
        padding-top:20px;
    }
}

@media screen and (max-width: 570px) {
    .Not-1-Sec {
        flex-wrap: wrap;
        justify-content: center;
    }

    .Not-2-Sec {
        flex-wrap: wrap;
        justify-content: center;
    }

    .Not-3-Sec {
        flex-wrap: wrap;
        justify-content: center;
    }

    .parrafo-NotSec{
        padding-top:20px;
    }

    .Img_NoticiaSec {
        width: 34%;
        min-width:150px;
        height: 125px;
    }
}

/* ----------------------------------------------Sección------------------------------------- */

.container_seccion {
    margin: 20px 0 0 0;
    padding-top: 50px;
    background-color: #E2E2E2;
    width: 100%;
}

body.dark .container_seccion {
    background-color: #101010;
}

.card-img-top
{
    width:100%;
}

.card-deck {
    padding: 0 30px 30px 30px;
}

.card {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
}

body.dark .card {
    background-color: #1b1b1b;
}

.parrafo-Seccion p{
    margin-bottom:5px;
}
/* ----------------------------------------------Footer------------------------------------- */
.footer {
    position: relative;
    margin-top: 70px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #c99f4f;
    border: 0px;
    color: white;
    text-align: center;
}

.footerMS {
    position: relative;
    margin-top: 70px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: 0px;
    color: #3366cc;
    text-align: center;
}

body.dark .footer {
    background-color: #101010;
}

.cajaTexto {
    position: relative;
    top:-55px;
    bottom: 0px;
    display: flex;
    left: 0;
    right: 0;
    padding: 10px;
    border: 2px solid gainsboro;
    background-color: white;
    width: 90%;
    height: 50%;
    max-width: 1110px;
    text-align: left;
}

body.dark .cajaTexto {
    background-color: #1b1b1b;
    border: 2px solid #1b1b1b;
}

.footer2 {
    background-color: #3366cc;
}

body.dark .footer2 {
    background-color: #1b1b1b;
}

.column1{
    padding:10px;
    width:60%;
}

.column2 {
    padding: 10px;
    width: 28%;
}

    .column2 .row{
        margin-left:0px;
        margin-top: 10px;
        display:flex;

    }

        .column2 .row label {
            margin-top:-10px;
            margin-left: 10px;
        }

        .column2 .row .faico {
            margin-left: 7px;
        }

.label-color {
    color: #004884;
}

    .label-color:hover {
        color: #ADADAD;
    }

.center-labelfooter {
    position: relative;
    font-size: 18px;
    /*top: 16px;*/
    left: 12px;
}

body.dark .label-color {
    color: #c2fa00;
}

@media screen and (max-width: 1200px) {
    .cajaTexto{
        flex-wrap:wrap;
    }

    .column1 {
        width: 100%;
    }

    .column2 {
        width: 100%;
    }

    

}

@media screen and (max-width: 400px) {
    .footer2 a {
        font-size:12px;
    }
}

/* ----------------------------------------------Wrapper------------------------------------- */

div.wrapper {
    width: 100%
}
.row{
    width:100%;
}

.row1 {
    padding-top:20px;
}

.row2 {
}

.row3, .row3 a {
    background-color: #fff;
    color: #919191 !important
}

.row4 {
}

.row5 {
}


/* ----------------------------------------------Generalise------------------------------------- */

p {
    font-size: 16px;
    color: #3D4B58;
    text-align: justify;
}

body.dark p{
    color: #FFFFFF;
}

    p.detalle {
        font-size: 13px;
        color: #3D4B58;
    }

    p.detalle-titulo {
        font-size: 15px;
        color: #004884;
    }

body.dark p.detalle-titulo {
    font-size: 15px;
    color: #c2fa00;
}

body.dark p.detalle {
    color: #FFFFFF;
}

    p.miga {
        font-size: 14px;
        color: #004884;
        font-weight:600;
    }

body.dark p.miga {
    color: #FFFFFF;
}

    p.boton.cont {
        font-size: 16px;
        color: #3366CC;
    }

body.dark p.boton.cont {
    color: #FFFFFF;
}

    p.boton.txt {
        font-size: 16px;
        color: #3366CC;
    }

body.dark p.boton.txt {
    color: #FFFFFF;
}

.breadcrumb-item-sec {
    color: #3366cc;
}

body.dark .breadcrumb-item-sec {
    color: #c2fa00;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: 'FontAwesome';
    color: #004884;
    content: "\f054";
}

body.dark .breadcrumb-item + .breadcrumb-item::before {
    color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #004884;
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

body.dark h1 {
    color: #FFFFFF;
}

h2 {
    font-size: 30px;
}

body.dark h2 {
    color: #FFFFFF;
}

h3 {
    font-size: 25px;
    
}

body.dark h3 {
    color: #FFFFFF;
}

h4 {
    font-size: 20px;
    font-weight: bold;
}

body.dark h4 {
    color: #FFFFFF;
}

h5 {
    font-size: 20px;
}

body.dark h5 {
    color: #FFFFFF;
}

h6 {
    font-size: 18px;
    font-weight:bold;
}

body.dark h6 {
    color: #FFFFFF;
}

#header, #container, #homepage, #footer, #copyright, #banner, #topnav {
    margin: 0 auto;
}

body.dark .he_header {
    background-color:#1b1b1b;
}

.he_header {
    background-color: #3366cc;
    letter-spacing: 0;
    color: #0B457F;
    opacity: 1;
    font-size: 12px;
}

    .he_header .container {
        width: 100% !important;
    }

    .he_header .row {
        margin-bottom: 0 !important;
        display: flex;
        display: -webkit-flex;
    }

        .he_header .row .col {
            margin-left: 1em !important;
        }

    .he_header p {
        margin: 0;
    }

body.dark .he_logo {
    background-color: #1b1b1b;
}

.he_logo {
    background: #3366CC 0% 0% no-repeat padding-box;
    width:20%;
    opacity: 1;
    padding: 1em 1em 1em 2em;
}

    .he_logo img {
        height: 25px !important;
        margin-top: 0px;
    }

.govNav {
    width: 80%;
    list-style: none;
    margin: 0;
    position: absolute;
    right: 1em;
}

    .govNav li {
        list-style: none;
        margin: 0.8em;
        padding: 0.5em 0em 0em 0em;
        display: inline;
    }

        .govNav li a {
            color: #FFF !important;
        }

            .govNav li a:hover {
                font-weight: 300;
                color: #CBDBFC !important;
            }

        .govNav li .dropdown-item {
            color: #004884 !important;
        }

            .govNav li .dropdown-item:hover {
                color: #015ba7 !important;
            }


.clear::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.clear {
    display: block;
    clear: both;
}

@media (max-width: 443px) {
    .govNav {
        top: 2px;
        font-size: 11px;
    }
}

@media (max-width: 375px) {
    .govNav {
        top: 5px;
        font-size: 9px;
    }
        .govNav li .faico_ingresar {
            margin-top: -3px;
        }
}

@media (max-width: 320px) {
    .govNav {
        top: 10px;
        font-size: 7px;
    }
        .govNav li .faico_ingresar {
            margin-top: -5px;
        }
}

/* ----------------------------------------------Header------------------------------------- */

#header {
    padding: 20px;
    border-bottom: 1px #efefef solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.logoEntidad {
    padding: 10px 0 !important;
}

/* ----------------------------------------------Ventana Login------------------------------------- */

#faico_verPass {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 47.5%;
    right: calc(16.8% - 0px);
}

.ventana_login {
    width: 100%;
    height: 100%;
    color: white;
    position: fixed;
    background-image: url(../App_Images/Banner/fondo.png);
    z-index: 100;
    display: none;
}

#form-visor {
    width: 600px;
    height: 700px;
    padding: 45px 15px 15px 15px;
    background-color: #fff;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

body.dark #form-visor {
    background-color: #1b1b1b;
    color: #FFF;
}

#form-login {
    width: 450px !important;
    height: 620px !important;
    padding: 120px 60px;
    background-color: #fff;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

body.dark #form-login {
    background-color: #1b1b1b;
    color: #FFF;
}

    .form .logo_entidad {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        position: absolute;
        top: 36px;
        left: calc(50% - 28px);
    }

    .form h3 {
        color: #004884; margin: 0px 0px 40px 0px;
        padding: 0px;
        display: block;
    }

    .form label {
        color: #004884;
        font-size: 13px;
        margin: 10px 0px 5px 0px;
        padding: 0px;
        display: block;
        font-weight: 500;
    }

body.dark .form label {
    color: #ffffff;
}

.form input {
    margin: 0px;
    font-size: 15px;
    padding: 6px 10px 6px 10px;
    width: 100%;
    max-width: 350px;
    display: block;
}

            .form .passw {
                padding: 6px 36px 6px 10px;
            }

    .form input[type=text],
    .form input[type=password] {
        height: 34px;
        border: none;
        border-bottom: 1px solid #004884;
        background-color: rgb(220, 234, 255);
        color: #004884;
    }

#pass {
    height: 34px;
    border: none;
    border-bottom: 1px solid #004884;
    background-color: rgb(220, 234, 255);
    color: #004884;
}

#faico_verPass a{
    color: #004884;
}

#faico_verPass a:hover {
    color: rgba(158,158,158,0.62);
}

.cerrar {
    position: absolute;
    right: 14px;
    top: 0;
    color: #004884;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

body.dark .cerrar {
    color: #c2fa00;
}

.cerrar:hover {
    color: rgba(158,158,158,1);
}

body.dark .cerrar:hover {
    color: rgba(158,158,158,1);
}

#footer-login {
    width: 50%;
    height: 55px;
    background-color: rgb(220, 234, 255);
    position: absolute;
    top: 91%;
    /*left: 0;*/
    border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
    border: 0px solid #000000;
}

#footer-login-2 {
    width: 50%;
    height: 55px;
    background-color: rgb(220, 234, 255);
    position: absolute;
    top: 91%;
    /*left: 0;*/
    border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    -webkit-border-radius: 0px 0px 10px 0px;
    border: 0px solid #000000;
}

body.dark #footer-login {
    background-color: #101010;
}

body.dark #footer-login-2 {
    background-color: #101010;
}

@media (max-width: 500px) {
    #faico_verPass {
        right: calc(12.8% - 0px);
    }

    .form {
        width: 75%;
        padding: 120px 37px;
    }

        .form .passw {
            padding: 6px 36px 6px 10px;
        }
}


@media (max-width: 498px) {

    #faico_verPass {
        right: calc(18.5% - 0px);
    }
}

@media (max-width: 400px) {

    #record{
        margin:14px !important;
    }

    #faico_verPass {
        right: calc(20% - 0px);
        display: none;
    }

    .form {
        width: 90%;
        padding: 120px 38px;
    }

        .form .passw {
            padding: 6px 36px 6px 10px;
        }

    #form-login {
        width: 330px;
        height: 500px;
        padding: 120px 60px;
    }
}

@media (max-width: 315px) {

    #faico_verPass {
        right: calc(13% - 0px);
    }

    .form {
        width: 90%;
        padding: 120px 26px;
    }

        .form .passw {
            padding: 6px 36px 6px 10px;
        }
}
/* ----------------------------------------------Form de Registro------------------------------------- */

.form-registro {
    background-color: rgba(51, 102, 204, 0.05);
    padding: 20px;
    height: auto;
}

body.dark .form-registro {
    background-color: #101010;
    padding: 20px;
    height: auto;
}

.componentes{
    margin-bottom:20px;
}

.form-registro input[type=text],
.form-registro input[type=password] {
    height: 39px;
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 6px 10px 6px 10px;
    border-bottom: 1px solid #004884;
    background-color: rgb(220, 234, 255);
    color: #004884;
}

.form-registro input {
    height: 39px;
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 6px 10px 6px 10px;
    border-bottom: 1px solid #004884;
    background-color: rgb(220, 234, 255);
    color: #004884;
}

.form-registro label{
    font-size:14px;
}

.form-registro .form-group {
    padding: 40px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.form-recor {
    background-color: rgba(51, 102, 204, 0.05);
    padding: 20px;
    height: auto;
}

body.dark .form-recor {
    background-color: #101010;
    padding: 20px;
    height: auto;
}

.form-recor input[type=text],
.form-recor input[type=password] {
    height: 39px;
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 6px 10px 6px 10px;
    border-bottom: 1px solid #004884;
    background-color: rgb(220, 234, 255);
    color: #004884;
}

.form-recor input{
    height: 39px;
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 6px 10px 6px 10px;
    border-bottom: 1px solid #004884;
    background-color: rgb(220, 234, 255);
    color: #004884;
}

.form-recor label {
    font-size: 14px;
}

.form-recor .form-group {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.column1_regis {
    padding: 10px;
    width: 50%;
}

.column1_record {
    padding: 10px;
    width: 30%;
}

.column2_regis {
    padding: 10px;
    width: 50%;
}

.header-regis {
    padding: 20px 0px 20px 0px;
    background-color: rgb(220, 234, 255);
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border: 0px solid #000000;
}

body.dark .header-regis {
    background-color: #1b1b1b;
}

.footer-regis {
    padding: 20px 0px 20px 0px;
    background-color: rgb(220, 234, 255);
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border: 0px solid #000000;
}

body.dark .footer-regis {
    background-color: #1b1b1b;
}

@media screen and (max-width: 1191px) {
    .column1_record {
        width: 40%;
    }
}

@media screen and (max-width: 991px) {
    .column1_record {
        width: 50%;
    }
}

@media screen and (max-width: 765px) {
    .form-registro .form-group {
        padding: 10px;
    }

    #region_correo .form-group {
        padding: 10px;
    }

    .column1_record{
        width:60%;
    }
}

@media screen and (max-width: 470px) {

    .form-registro {
        flex-wrap: wrap;
    }

    .column1_regis {
        width: 100%;
    }

    .column2_regis {
        width: 100%;
    }

    .column1_record {
        width: 100%;
    }

    .header-regis h2{
        font-size:25px;
    }

    .form-registro input[type=text],
    .form-registro input[type=password] {
        max-width: 100% !important;
    }
}
/* ----------------------------------------------Iconos------------------------------------- */
.fl_right, .imgr {
    float: right;
}

.faOculto {
    display: none;
    visibility: hidden;
}

.faico_ingresar {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    cursor: pointer;
}

.faico {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .faico li {
        display: inline-block;
        margin: 0 2px 0 0;
        padding: 0;
        line-height: normal;
    }

    .faico a {
        /*SENADO*/
        display: inline-block;
        background-color: #3366CC;

        /*CAMARA*/
        /*display: table-caption;
        background-color: #c99f4f;*/
        color: #FFFFFF !important;
        width: 40px;
        height: 40px;
        line-height: 1.7em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 20px;
        text-align: center;
    }

body.dark .faico a {
    background-color: #101010;
}

        .faico a:hover {
            background-color: #afafaf;
            font-size: 20px;
            color: #FFFFFF;
        }

body.dark .faico a:hover {
    background-color: #2b2b2b;
}

.faicoMenu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

    .faicoMenu li {
        display: inline-block;
        margin: 0 2px 0 0;
        padding: 0;
        line-height: normal;
    }

    .faicoMenu a {
        display: inline-block;
        background-color: #afafaf;
        color: #FFFFFF !important;
        width: 40px;
        height: 40px;
        line-height: 1.7em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 1.2em;
        text-align: center;
    }

body.dark.faicoMenu a {
    background-color: #2b2b2b;
    color: #FFFFFF !important;
}

.faicoMenu a:hover {
    /*CAMARA*/
    /*background-color: #c99f4f;*/
    background-color: #3366CC;
    font-size: 21px;
    color: #FFFFFF;
}

body.dark .faicoMenu a:hover {
    background-color: #101010;
}

/* ----------------------------------------------Buscador------------------------------------- */
.container-3 {
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

    .container-3 input#search {
        width: 200px;
        height: 40px;
        background: #fff;
        /*CAMARA*/
        /*border-top-color: #c99f4f;
        border-right-color: #c99f4f;
        border-bottom-color: #c99f4f;
        border-left-color: #c99f4f;*/

        border-top-color: #3366CC;
        border-right-color: #3366CC;
        border-bottom-color: #3366CC;
        border-left-color: #3366CC;

        border-style: solid;
        font-size: 10pt;
        float: left;
        color: #262626;
        padding-left: 45px;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
    }

body.dark .container-3 input#search {
    background: #1B1B1B;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    color: #FFFFFF;
}

        .container-3 input#search:hover {
            border-top-color: #afafaf;
            border-right-color: #afafaf;
            border-bottom-color: #afafaf;
            border-left-color: #afafaf;
            border-style: solid;
        }

body.dark .container-3 input#search:hover {
    border-top-color: #afafaf;
    border-right-color: #afafaf;
    border-bottom-color: #afafaf;
    border-left-color: #afafaf;
}

        .container-3 input#search::-webkit-input-placeholder {
            color: #65737e;
        }

        .container-3 input#search:-moz-placeholder { /* Firefox 18- */
            color: #65737e;
        }

        .container-3 input#search::-moz-placeholder { /* Firefox 19+ */
            color: #65737e;
        }

        .container-3 input#search:-ms-input-placeholder {
            color: #65737e;
        }

    .container-3 .icon {
        position: absolute;
        z-index: 1;
        color: #ffffff;
        -webkit-transition: all .55s ease;
        -moz-transition: all .55s ease;
        -o-transition: all .55s ease;
        transition: all .55s ease;
    }

.icon {
    /*CAMARA*/
    /*background-color: #c99f4f;*/

    background-color: #3366CC;

    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

body.dark .icon {
    background-color: #101010;
}

    .icon:hover {
        background-color: #afafaf;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
    }

body.dark .icon:hover {
    background-color: #2b2b2b;
}

/* ----------------------------------------------Normativa------------------------------------- */

.container-normativa p{
    font-size:14px;
    padding:0 10px 0 10px;
}

.centerIcon {
    top: 15px;
    position: relative;
}

.centerIconFooter {
    position: relative;
}

/* ----------------------------------------------Visor PDF------------------------------------- */

.CerrarModal {
    background-image: url(../App_Images/Iconos/BtnEliminar_Azul.svg);
    border-radius: 23px 23px 23px 23px;
    background-color: transparent;
    position: absolute;
    right: 16px;
    margin-right: 0px;
    margin-top: 8px;
    width: 28px;
    height: 28px;
    color: #428bca;
    border: none;
    cursor: pointer;
    background-size: 28px;
}

.MaximizarModal {
    background-image: url(../App_Images/Iconos/BtnMaximizar_Azul.svg);
    border-radius: 23px 23px 23px 23px;
    background-color: transparent;
    position: absolute;
    right: 57px;
    margin-right: 0px;
    margin-top: 8px;
    width: 28px;
    height: 28px;
    border: none;
    cursor: pointer;
    background-size: 28px;
}

.MinimizarModal {
    background-image: url(../App_Images/Iconos/BtnMinimizar_Azul.svg);
    border-radius: 23px 23px 23px 23px;
    background-color: transparent;
    position: absolute;
    right: 57px;
    margin-right: 0px;
    margin-top: 8px;
    width: 28px;
    height: 28px;
    border: none;
    cursor: pointer;
    background-size: 28px;
}

.CerrarModal:hover,
.CerrarModal:focus {
    background-size: 100%;
    -webkit-filter: hue-rotate(262deg);
    filter: hue-rotate(262deg) 0.5s;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.MaximizarModal:hover,
.MaximizarModal:focus {
    background-size: 100%;
    -webkit-filter: hue-rotate(262deg);
    filter: hue-rotate(262deg) 0.5s;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.MinimizarModal:hover,
.MinimizarModal:focus {
    background-size: 100%;
    -webkit-filter: hue-rotate(262deg);
    filter: hue-rotate(262deg) 0.5s;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.classTituloModales {
    font-size: 18px;
    color: #004884;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -40px;
}

.classModalesLarge {
    padding: 15px;
    background: #eaf3ff;
    border-radius: 5px;
    min-height: 300px;
}

.objectControlDocCeroPapelMin {
    width: 100%;
    height: 75vh;
    margin: 0 0 0 0;
}

.uk-modal-dialog-large {
    width: 1200px;
}

.uk-modal-dialog-large2 {
    width: 90%;
    height: 90vh;
}

.uk-modal-dialog-md {
    width: 900px;
}

.uk-modal-dialog {
    background: #dceaff;
    padding: 7px;
    border-radius: 5px;
    min-width: 350px;
}

    .uk-modal-dialog .uk-modal-footer {
        padding: 6px;
        border-radius: 6px;
        background: none;
        margin-left: 0;
        margin-right: 0;
    }

.max-fixed {
    top: 0 !important;
    right: 0 !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    margin: 0px !important;
    max-width: 100% !important;
}

    .max-fixed .max-content-fixed {
        height: calc(100% - 48px) !important;
        overflow-y: auto;
    }

        .max-fixed .max-content-fixed .k-grid-content {
            height: auto !important;
        }

.ampliar-visor {
    height: 100% !important;
}

/* ----------------------------------------------CAPTCHA------------------------------------- */

.capt {
    background-color: #e4e4e4;
    width: 100%;
    height: 105px;
    border-radius: 7px;
}

.btncaptchas {
    border: none;
    background-color: #e4e4e4;
    width: 38px;
    height: 38px;
}

/* ----------------------------------------------Requisitos de Password------------------------------------- */

#pswd_info {
    position: absolute;
    bottom: -21px;
    bottom: -115px\9;
    left: 12%;
    width: 390px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 18px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_info label {
        margin: 0 0 0 0;
        padding: 20px 20px 0px 20px;
        font-weight: normal;
        font-size: 16px;
    }

    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }


#pswd_info3 {
    position: absolute;
    bottom: -119px;
    bottom: -115px\9;
    left: 32%;
    width: 390px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 18px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_info3 label {
        margin: 0 0 0 0;
        padding: 20px 20px 0px 20px;
        font-weight: normal;
        font-size: 16px;
    }

    #pswd_info3::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

#pswd_info2 {
    position: absolute;
    bottom: 61px;
    bottom: -115px\9;
    left: 60%;
    width: 390px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 18px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_info2 label {
        margin: 0 0 0 0;
        padding: 20px 20px 0px 20px;
        font-weight: normal;
        font-size: 16px;
    }

    #pswd_info2::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }


.invalid {
    background: url(../App_Images/Iconos/cancel.png) no-repeat 0 10%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url(../App_Images/Iconos/Aceptar.png) no-repeat 0 10%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info, #pswd_info2, #pswd_info3 {
    display: none;
}

/*-------------------------------tooltip-----------------------------------*/

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 500px !important;
    font-size: 12px;
    padding: 7px 10px 7px 10px;
    background-color: #363434 !important;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #1f1f1f;
    text-align: center;
    border-radius: 8px;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #1f1f1f;
}

/*---------------------list-group------------------------*/

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #f9f9f9;
    border: 1px solid rgba(0,0,0,.125);
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    color: #004884;
}

tr{
    text-align:center;
}

li a {
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.mmargin-right-12 {
    margin-right: 12px;
}