/* Header */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');


body,
div,
select,
input,
textarea,
button,
span {
    /*
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;

    font-family: 'Montserrat', sans-serif !important;*/
    font-family: 'Nunito Sans', sans-serif !important;

}

#homeMDN_body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: white;
}

.container-header-gov {
    background-color: #3366cc;
    /* azul (puedes cambiarlo) */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    min-height: 37px;
    padding: 10px;
}

.header-govco {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 10px;
    min-height: 37px;
    width: 50%;
}

.header-govco img {
    width: 15%;
}

/* Menu */

.menu-main {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0 20px;
    align-items: flex-end;
}

.menu-item {
    position: relative;
}

.menu-item>a {
    display: block;
    padding: 10px;
    color: #808080;
    text-decoration: none;
    font-size: 14px !important;
}

.menu-item>a:hover {
    background-color: black;
    color: white;
}

/* SUBMENÚ */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #C0C0C0;
    font-size: 14px;
    color: #808080;
    list-style: none;
    padding: 10px 0px;
    margin: 0;
    display: none;
    min-width: 200px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);

}

.submenu li a {
    display: block;
    color: #808080;
    padding: 5px;
    text-decoration: none;
}

.submenu li a:hover {
    background-color: black;
    color: white;
}

/* Mostrar en hover */
.menu-item:hover .submenu {
    display: block;
}

/* Submenú más ancho */
.submenu.wide {
    min-width: 300px;
}

.tool_area {
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #f1efed;
    justify-content: center;
    box-shadow: inset 0 -4px 10px rgb(0 0 0 / 6%);
}


/* iconos y logo header  */
.header-container {
    display: flex;
    flex-direction: column;
    margin: 10px;
    align-items: center;
}

/* LOGO */
.logo {
    width: 30%;
}

/* REDES */
.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    left: -25%;
}

/* ICONOS */
.social-icons i {
    font-size: 18px;
    cursor: pointer;
    color: #3D87B4;
    transition: 0.3s;
    margin: 0px 10px;
}

.social-icons i:hover {
    color: #ffcd02;
}

/* ICONO BUSCAR */
.search-icon {
    font-size: 24px !important;
    color: #3D87B4 !important;
}


.rs_icon img {
    height: 39px;
    margin-left: 10px;
}

#redes_container {
    margin-left: 5%;
    margin-right: 5%;
}


#cssmenu ul {
    list-style: none;
}


/* Nav */

.navbar {
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #4E4E4E;
    margin: 10px auto 0;
    width: 100%;
    padding: 0px;
}

.nav-link {
    display: block;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
}

li.nav-item.dropdown.blue-background:hover {
    color: #4e4e4e !important;
}

.dropdown-toggle::after {
    content: none;
}

.scroll-menu {
    width: inherit;
}

.dropdown-item {
    font-size: 0.8125rem;
    overflow-wrap: break-word !important;
    white-space: normal;
    display: block;
    font-weight: bold;
    padding: 6px 20px;
    text-decoration: none;
}

#navbarDropdownMenuLink {
    padding: 10px 20px
}

.dropdown-item:hover {
    color: rgb(58, 102, 201);
}

.dropdown-item:active {
    background-color: transparent;
}

.dropdown-menu.scroll-menu.overflow-auto::-webkit-scrollbar {
    width: 10px !important;
    background-color: #0164c1 !important;
}

.dropdown-menu.scroll-menu.overflow-auto::-webkit-scrollbar-thumb {
    background-color: #0164c1;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}

.dropdown-menu.scroll-menu.overflow-auto::-webkit-scrollbar-track {
    background-color: #0164c1;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(58, 102, 201);
}

/* CommandBar section */

.command-bar-1,
.ms-CommandBar {
    background-color: #0164c1 !important;
}

.command-bar-1 button.ms-CommandBarItem-link:enabled {
    background-color: #0164c1 !important;
}

.command-bar-1 button.ms-CommandBarItem-link:hover,
.ms-CommandBarItem:hover,
.ms-CommandBarItem-text:hover {
    background-color: #0056a7 !important;
}

.ms-Button.ms-Button--primary {
    background-color: #0164c1 !important;
}

.ms-Button.ms-Button--primary:hover {
    background-color: #0056a7 !important;
}

/* Footer */

.custom-paginator .ms-StackItem {
    color: var(--bs-body-color) !important;
    /* Cambia el color del texto en el paginador ya que lo coloca blanco en el control */
}

.row_MDN {
    width: 100%;
    display: block;
    float: left;
}

#enlaces {
    margin: 40px 5px 5px 0;
}

#enlaces .mg-b {
    margin-bottom: 20px;
}

#enlaces .row {
    display: block;
    /*
    width: 100%;
*/
}

#enlaces div.row.mg-b div {
    vertical-align: top;
}

#enlaces .row div {
    display: inline-block;
}


#enlaces .ministerios ul {
    margin: 0 30px;
}

#enlaces ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

#enlaces .ministerios li::before {
    content: "•";
    /*
    color: rgb(84, 84, 84);
    */
    color: FFB527;
    font-size: 1.875rem;
    line-height: 10px;
}

#enlaces .ministerios div.li-item {
    display: inline;
    position: relative;
    top: -5px;
}

#enlaces .ministerios a {
    font-size: 0.75rem;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

#enlaces li a {
    position: relative;
    left: 15px;
    margin-left: -8px;
}

#enlaces .enlaces {
    background-color: #4c88b4;
    height: auto;
    color: #ffffff;
    padding-bottom: 10px;
}

#enlaces .border-cont {
    margin-top: 3px;
    border-top: 1.5px solid #FFB527;
    margin-bottom: 10px;
}

#enlaces .item-l,
#enlaces .item-c,
#enlaces .item-r {
    width: 33%;
}

#enlaces .enlaces .item-l div.border-item {
    margin-left: 35px;
}

#enlaces div.title {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #FFB527;
    width: 100%;
}

#enlaces .enlaces label {
    color: #ffffff;
    font-weight: bold;
}

#enlaces label.title {
    font-size: 1.1875rem;
    /*
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    */
    font-family: 'Montserrat', sans-serif;
}

#enlaces .contenido {
    font-size: 0.75rem;
    line-height: 18px;
    margin-top: 10px;
    /*
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;*/
    font-family: 'Montserrat', sans-serif !important;
}

#enlaces .enlaces a {
    font-size: 0.75rem;
    color: rgb(255, 255, 255);
    background-size: cover;
    text-decoration: none;
}

.redes-sociales {
    margin-top: 20px;
    display: block !important;
}

#enlaces .enlaces a {
    font-size: 0.75rem;
    color: rgb(255, 255, 255);
    background-size: cover;
    text-decoration: none;
}

.red-item.facebook {
    background-image: url(https://www.mindefensa.gov.co/mdn.gov~bann_enl/images/facebook.png);
}

.red-item.twitter {
    background-image: url(https://www.mindefensa.gov.co/mdn.gov~bann_enl/images/twitter.png);
}

.red-item.instagram {
    background-image: url(https://www.mindefensa.gov.co/mdn.gov~bann_enl/images/instagram.png);
}

.red-item.youtube {
    background-image: url(https://www.mindefensa.gov.co/mdn.gov~bann_enl/images/youtube.png);
}

.red-item.mail {
    background-image: url(https://www.mindefensa.gov.co/mdn.gov~bann_enl/images/mail.png);
}

.red-item.web {
    background-image: url(https://www.mindefensa.gov.co/mdn.gov~bann_enl/images/owaCorreo.png);
}

.redes-sociales .red-item {
    display: inline-block;
    width: 31px;
    height: 31px;
}

#enlaces .enlaces .item-c div.border-item,
#enlaces .enlaces .item-r div.border-item {
    margin-left: 10px;
}

#enlaces .enlaces div {
    vertical-align: top;
}

#enlaces .enlaces ul {
    width: 98%;
    vertical-align: top;
}

#enlaces .enlaces li::before {
    content: "•";
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    line-height: 12px;
    position: relative;
    top: 2px;
}

#enlaces div.li-item {
    display: inline;
}

#enlaces .enlaces .item-r div.border-item {
    margin-right: 45px;
}

#enlaces .item-r .contenido {
    display: block;
    width: 100%;
}

#enlaces div.select {
    display: flex;
    background-color: white;
    border-radius: 25px;
    width: 100%;
}

#enlaces select {
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    border: 0;
    border-radius: 5px;
    padding: 10px;
    margin-left: 15px;
    overflow: scroll;
    background-color: white;
}

#enlaces div.sel-option {
    background-color: #324158;
    min-height: 28px;
    max-height: 28px;
    min-width: 28px;
    border-radius: 28px;
    margin: auto 0;
    background-image: url(https://www.mindefensa.gov.co/mdn.gov~bann_enl/images/right.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}

#enlaces div.select:after {
    content: '';
    background-image: url(https://www.mindefensa.gov.co/mdn.gov~bann_enl/images/down.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    right: 50px;
    width: 8px;
}

.sel-option {
    cursor: pointer;
}

.dropdown-item:after {
    display: block;
    content: '';
    border-bottom: solid 3px rgb(58, 102, 201);
    transform: scaleX(0);
    transition: transform 350ms ease-in-out;
}

.dropdown-item:hover:after {
    transform: scaleX(1);
}

.dropdown-item:after {
    transform-origin: 0% 50%;
}

.dropdown-item:before {
    display: block;
    content: '';
    border-bottom: solid 3px rgb(58, 102, 201);
    transform: scaleX(0);
    transition: transform 350ms ease-in-out;
}

.dropdown-item:hover:before {
    transform: scaleX(1);
}

.dropdown-item:before {
    transform-origin: 100% 50%;
}


/* Content Area */

.solid_blue {
    background-color: #2D5BC1;
    padding: 30px;
    margin: 30px 0px;
}

.header_title {
    color: #ffffff;
}

.header_text {
    color: #ffffff;
}

.card_row {
    margin: 0;
}

.card-row_center {
    justify-content: center;
}

.card-home>img {
    max-height: 16em;
    object-fit: cover;
}

.card-home {
    width: 40%;
}

.left_card {
    margin-right: 5em;
}

.main_cta {
    text-align-last: end;
    align-self: flex-end;
}

.btn-light {
    margin-bottom: 15px;
}

/* BOTÓN HAMBURGUESA */
.menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
}

/* footer */


.footer {
    background-color: #3d87b4;
    margin-top: auto;
    position: relative;
}

.footer-card {
    width: 80%;
    margin: 0 auto;
    margin-top: -20px;  
    background: #f1efed;
    padding: 10px;
    z-index: 2;
    position: relative; 
}

/* CONTENIDO */

.footer-card-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom {
    background-color: #3366cc;
    display: flex;
    flex-direction: row;
    padding: 50px 40px;
    gap: 10px;
}

.footer-bottom img {
    height: 50px;
}


.footer-info {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.footer-info h3 {
    margin:25px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #3d87b4;
}

.footer-info p {
    font-size: 8pt;
    color: black;
    margin: 0px !important;
    line-height: 2;

}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    color: #3d87b4;
    text-decoration: none;
    font-size: 8pt;
    line-height: 2;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links-col {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-right: 30px;
    width: 30%;
    margin-top: 20px;
}

.footer-links-col a {
    color: #3366cc;
    text-decoration: none;
    line-height: 1.4;
}

.footer-links-col a:hover {
    text-decoration: underline;
}

/* MOBILE */
@media (max-width: 800px) {


    .menu {
        position: relative;
        width: 100%;
    }

    .menu-main {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #C0C0C0;
        ;
        z-index: 9999;
        display: none;
        flex-direction: column;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
        margin-left: 40px;
    }

    .menu-main.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
        margin-left: 40px;
    }

    .menu-toggle i {
        color: black;
    }

    .menu-item {
        width: 100%;
    }

    .menu-item>a {
        padding: 12px 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Submenús en móvil */
    .submenu {
        display: block !important;
        /* 🔥 lo fuerza a verse */
        position: static !important;
        /* 🔥 lo baja debajo del padre */
        width: 100%;
        box-shadow: none;
        background-color: transparent;
        min-width: 0px;
    }

    .submenu.wide {
        min-width: 0;
    }

    .menu-item.active .submenu {
        display: none;
    }

    .menu-item:hover .submenu {
        display: block !important;
        /* o incluso puedes quitarlo */
    }


    .submenu li a {
        padding-left: 40px;
        width: 100%;
    }

    .submenu li a {
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .footer-card-container {
        align-items: flex-start;
        flex-direction: column;
    }


}

@media (max-width: 600px) {
    .tool_area {
        flex-direction: column;
        align-items: center;
    }

    .logo {
        width: 100%;
        margin-top: 10px;
    }

    .menu-main {
        margin-left: 0px;
    }
}


/* iPads (portrait) */

@media only screen and (max-width: 835px) {




    #redes_container {
        margin: 0 auto;
    }

    #enlaces .logo {
        width: 100%;
    }

    /*
    #enlaces .logo img {
        width: 100%;
    }
    */
    #enlaces,
    div.row.mg-b {
        margin: 0;
    }

    #enlaces .ministerios {
        margin-top: 10px;
        text-align: center;
        width: inherit;
    }

    #enlaces .ministerios ul {
        margin: 0 10px;
        text-align: left;
    }

    .row.enlaces {
        margin: 0;
    }

    #enlaces .item-l,
    #enlaces .item-c,
    #enlaces .item-r {
        width: 100%;
    }

    #enlaces .enlaces div.border-item {
        margin-left: 15px !important;
    }

    #enlaces .enlaces .border-item .contenido {
        margin-left: 15px;
        margin-right: 15px;
    }



    .rs_icon {
        margin: 0 auto;
    }
}


/* Desktops and laptops */

@media only screen and (min-width: 1224px) {}


/* Large screens */

@media only screen and (min-width: 1824px) {}


/* Media queries area */

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 768px) {
    .he_menu .nav {
        display: none;
    }

    .navbar {
        padding: 0.8rem 0.5rem;
    }

    .left_card {
        margin-right: auto;
    }

    .card-home {
        width: auto;
    }
}

.mdn-enlaces-ministerios-cont {
    display: flex;
    max-width: 1360px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
}

.mdn-enlaces-ministerios-left,
.mdn-enlaces-ministerios-center,
.mdn-enlaces-ministerios-right {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 10%;
}

.mdn-enlaces-ministerios-center {
    width: 80%;
}

.mdn-enlaces-ministerios-right {
    width: 10%;
}

.mdn-enlaces-ministerios-left img,
.mdn-enlaces-ministerios-right img {
    width: 100%;
}

.mdn-enlaces-ministerios-left img:hover,
.mdn-enlaces-ministerios-right img:hover {
    opacity: 0.8;
}

.mdn-enlaces-ministerios-items {
    list-style: none;
    column-count: 5;
    column-gap: 50px;
    margin: 10px 0;
}

.mdn-enlaces-ministerios-item a {
    text-decoration: none;
    color: #154A8A;
}

.mdn-enlaces-ministerios-item:before {
    content: "\2022";
    color: #FFB527;
}

.mdn-enlaces-ministerios-center {
    width: 80%;
}

.mdn-enlaces-ministerios-cont {
    display: flex;
    max-width: 1360px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
}

.mdn-pie-pagina-titulo {
    font-size: 20px;
    text-underline-offset: 10px;
    text-decoration: underline;
    text-decoration-color: #FFB527;
    text-decoration-thickness: 1px;
    font-weight: 700;
    margin-bottom: 20px;
}


[class*="ms-Button ms-Button--commandBar ms-Button--hasMenu ms-CommandBar-overflowButton"],
[class*="root"] {
    background-color: transparent !important;
}

[class*="root"]:hover .ms-Button-menuIcon {
    background-color: transparent !important;
}

/* selectors */
div>div>div [class*="ms-Check is-checked"][class*="root-"]::before {
    background: #0164c1;
}

div>.ms-Checkbox.is-checked>label>div[class*="css-"] {
    border-color: #0164c1;
    background: #0164c1;
}

div>div>div [class*="daySelected"] {
    background: #0164c1 !important;
    color: #FFFFFF !important;
}


.custom-button-0 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/consulta.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-1 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Iconos Investigacion.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-2 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Icono Felicitaciones.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-3 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Icono Peticion.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-4 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/queja.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-5 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Icono Queja.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-6 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Icono Sugerencia.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-7 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Iconos Solicitud Documento.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-8 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Icono Buscar.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-9 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Icono Sugerencia.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-10 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Iconos Solicitud Documento.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-11 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Icono Felicitaciones.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-12 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Icono Aprobado.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-answer-rs {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/entidad adscrita.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-verify-document {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/Icono Aprobado.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-request-check {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/consulta.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

.custom-button-anonymous-request-check {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('../icon/anonimio.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: .2em;
}

div>div>[class*="ms-Button ms-Button--action"]>[class*="ms-Button-flexContainer"]>[class*="ms-fontWeight-semibold"]> {
    color: rgb(37, 150, 190) !important;
}

[class^="ms-fontWeight-"] {
    color: rgba(60, 135, 180, 255) !important;
}