@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/************************************************************************************
2024 Equipo NTG Colombia
CSS Micrositios 2024 Estilos personalizados 
/************************************************************************************/

/************************************************************************************
COLORES GOVCO - new
*************************************************************************************/

:root {
    --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;
    --bs-light: #F5F5F5;
}


.bg-blue {
    background-color: var(--bs-blue);
}

.bg-blue-light {
    background-color: #e3ecf9;
}

.bg-gray-light {
    background-color: #e6e6e6;
}

.bg-header {
    background-color: var(--bs-indigo);
}

/************************************************************************************
TRANSVERSALES
*************************************************************************************/


/*************** TIPOGRAFIAS ***************/


hr {
    border: 0;
    padding: 1rem 0;
}

.ntg-titulo-caja {
    width: 100%;
}

.ntg-titulo-caja-px .ntg-titulo-caja{
    padding-left: 15px;
    padding-right: 15px;
}

.fecha {
    color: var(--secondary);
    margin-top: .5rem;
    margin-bottom: 0;
    border-left: solid 3px;
    padding-left: 6px;
    font-weight: 600;
    font-size: 0.8rem;
}

a {
    text-decoration: none;
} 


/*************** 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(--bs-indigo);
    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;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 180px;
    padding: 2px 0px;
    text-decoration: none;
    font-weight: bold;
}

.accesibilidad-items a:hover {
    background-color: var(--bs-primary);
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
    padding: 2px 10px;
    color: #fff;
}

.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;
}

/* BARRA ACCESIBILIDAD FIN*/

ul {
    list-style-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230066CD' class='bi bi-stop-fill' viewBox='0 0 16 16'><path d='M5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5A1.5 1.5 0 0 1 5 3.5z'/></svg>");
}

ul > li > ul {
    list-style-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%230066CD' class='bi bi-circle' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/></svg>");
}

ol li::marker {
    color: var(--primary);
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

.recuadros-invert .recuadro:nth-child(even) {
    flex-direction: row-reverse;
}

.navbar {
    padding: 8px 16px 0 16px;
    border-bottom: solid 3px var(--govcolor-bluedark);
    background-image: none;
}

.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 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

#navbarSupportedContent ul li {
    padding-left: 12px;
    padding-right: 12px;
}


#navbarSupportedContent ul li a {
    font-family: "Montserrat";
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    max-width: 300px;
}

#navbarSupportedContent ul li.active a,
#navbarSupportedContent ul li a:hover {
    color: var(--bs-cyan);
}

.logo-mintic-sticky,
.logo-micrositio-sticky {
    display: none;
}

.sticky {
    padding-top: 45px;
}

.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(--bs-indigo);
    padding-top: 0;
}

.sticky #navbarSupportedContent ul {
    align-self: flex-end;
}

.sticky #navbarSupportedContent .navbar-nav .recuadro {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.sticky .logos-header {
    height: 60px;
}

.sticky .navbar-brand {
    width: 200px;
    height: 100%;
}

.sticky .brand-hogares {
    width: 140px;
}

.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 ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }

    #navbarSupportedContent ul li:after {
        content:"";
        display:block;
        width: 0;
        background-color: var(--bs-cyan);
        height: 3px;
        -webkit-transition: all .2s;
        transition: all .2s;
        margin-top: 15px;
        
    }
    
    #navbarSupportedContent ul li.active:after,
    #navbarSupportedContent ul li:hover:after {
        width: 100%;
    }

}

@media only screen and (max-width: 991.98px) {
    .logo-mintic img {
        width: 40px;
    }

    .sticky .logo-mintic-sticky,
    .sticky .logo-micrositio-sticky {
        display: none;
    }

    .logo-mintic {
        text-align: left !important;
    }

    .navbar {
        padding: 0;
    }

    .sticky {
        padding-top: 0;
    }

    .sticky .navbar {
        padding: 0;
        height: auto;
        border-bottom: solid 2px var(--secondary);
    }

    #navbarSupportedContent ul {
        padding: 0;
        flex-direction: column;
        text-align: center;
        padding: 1rem 0rem;
    }

    .sticky #navbarSupportedContent ul {
        box-shadow: 0px 4px 12px 0px #1725421c;
        
    }

    #navbarSupportedContent li {
        padding: 1rem 0;
        position: relative;
    }

    #navbarSupportedContent li: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;
    }

    .sticky .navbar-toggler {
        position: static;
    }
}

.img-header .recuadro {
    position: relative;
}

.img-header .binary-foto_marquesina img {
    width: 100%;
}

.carousel .carousel-item .carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--blue);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    background-size: 30px;
}

@media only screen and (max-width: 991.98px) {
    .carousel-item {
        height: 90vh;
        text-align: center;
        overflow: hidden;
        position: relative;
    }

    .carousel-item img {
        position: absolute;
        width: auto !important;
        max-width: unset;
        height: 100%;
        left: -84%;
        right: 0;
        margin: auto;
    }
}

.paginate_button {
    margin: 0 5px;
    cursor: pointer;
}

.paginate_button.current {
    color: var(--secondary);
    font-weight: bold;
}

.paginate_button.previous,
.paginate_button.next {
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.paginate_button.previous {
    border-right: 14px solid var(--primary);
    margin-right: 8px;
}

.paginate_button.next {
    border-left: 14px solid var(--primary);
    margin-left: 8px;
}

.paginate_button.previous:hover {
    border-right: 14px solid var(--secondary);
}

.paginate_button.next:hover {
    border-left: 14px solid var(--secondary);
}

div.breadcrumb {
    padding: 1rem;
    margin-bottom: 0;
}

p.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb a,
.breadcrumb p,
.breadcrumb .titulo {
    color: var(--bs-primary);
}

.breadcrumb a {
    display: inline-block;
    margin-right: 8px;
    text-decoration: underline;
    white-space: nowrap;
    max-width: 350px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.breadcrumb a:not(:first-child) {
    margin: 0 8px;
}

.breadcrumb a:hover {
    color: var(--bs-secondary);
}

.share {
    padding: 10px 0;
}

.share:before {
    content: "Compartir:";
    display: inline-block;
    margin-right: 15px;
}

.share img {
    width: 40px;
    height: auto;
    margin-right: 5px;
}

.share:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 250px;
    background-color: #f5f5f5;
    margin: auto;
    z-index: -1;
    border-radius: 3px;
    box-shadow: 0 0 2px #8a8a8a;

}

@media (min-width: 992px) {
    .sticky-recurso {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        -ms-flex-item-align: baseline;
            align-self: baseline;
    }
}

.formulario > .formulario {
    max-width: 800px;
    margin: 3rem auto !important;
    padding: 3rem 6rem;
    border-radius: 10px;
    box-shadow: 0 0 4px #00255257;
}

.ntg-titulo-formulario {
    color: var(--bs-primary);
    font-weight: bold;
    font-size: var(--govtypo-h2);
}

.form_select,
.form_number,
.form_text {
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.form_number input,
.form_text input {
    border: 0;
    border-bottom: 1px solid var(--bs-cyan);
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.form_number input {
    margin-bottom: 1rem;
}

input.form-control {
    border-radius: 0;
}

form label {
    color: var(--bs-indigo);
    font-weight: 700;
}

form select.form-control,
form select {
    border: 1px solid var(--bs-cyan);
    border-radius: 5rem;
    height: 35px;
    width: 100%;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%232dc8ea' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.204 5L8 10.481 12.796 5H3.204zm-.753.659l4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z'/></svg>");
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 20px;
}
form select.form-control:focus,
.form_number input:focus,
.form_text input:focus,
form select:focus {
    outline: none;
    box-shadow: 0 8px 8px -7px var(--bs-primary);
}

.check-inline ul {
    list-style: none;
    padding: 0;
}

.check-inline li{
    display: inline-block;
    margin: 0 15px;
}

input[type=checkbox], 
input[type=radio] {
    margin-right: 5px;
    vertical-align: middle;
}

.form_button {
    height: 40px;
    text-align: center;
}

.alert-warning{
    display: block;
    background-color: transparent;
    border: 0;
    color: var(--bs-danger);
    font-size: .85rem;
    padding: 0;
    font-weight: bold;
}

.form_captcha .alert-warning {
    display: block;
    text-align: center;
}

.alert-warning + input + select, 
.alert-warning + input,
.alert-warning + div {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23a80521' 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;
}
.alert-warning + input + select,
.alert-warning + select {
    border: 1px solid var(--bs-danger) !important;
    background-position: 98%;
}

.alert-warning + select {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23a80521' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.204 5L8 10.481 12.796 5H3.204zm-.753.659l4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z'/></svg>") !important;
}

.alert-warning + input {
    border-bottom: 1px solid var(--bs-danger);
    background-position: right;
}
.alert-warning + div {
    background-position: right;
}

div[id*="Depto_municipio"] + div[id*="Depto_municipio"] {
    margin-top: 0;
}


.ntg-formulario-texto-abajo + a {
    font-size: 80%;
    font-weight: 400;
}

#Acepto_politicas_div_1396 ul,
#Invitacion_div_1396 ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;

}

#Invitacion_div_1396 ul {
    margin-top: 2rem;
}

#Acepto_politicas_div_1396 ul li,
#Invitacion_div_1396 ul li {
    margin-right: 2rem;
}

.form_captcha > div > div {
    margin: auto;
    margin-bottom: 2rem;
}

.icon-mic label:before,
.icon-empresa label:before,
.icon-usuario label:before,
.icon-numero label:before,
.icon-direccion label:before,
.icon-movil label:before,
.icon-telefono label:before,
.icon-email label:before,
.icon-web label:before,
.icon-usuario label:before,
.icon-numero label:before,
.icon-direccion label:before,
.icon-movil label:before,
.icon-telefono label:before,
.icon-email label:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
    margin-right: 5px;
    background-size: 18px;
    color: var(--blue);
}


.icon-mic label:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path d='M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z'/><path fill-rule='evenodd' d='M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z'/></svg>");
}

.icon-empresa label:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z'/><path fill-rule='evenodd' d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5v1.384l-7.614 2.03a1.5 1.5 0 0 1-.772 0L0 5.884V4.5zm5-2A1.5 1.5 0 0 1 6.5 1h3A1.5 1.5 0 0 1 11 2.5V3h-1v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V3H5v-.5z'/></svg>");
}

.icon-web label:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%236c6c6b' class='bi bi-globe2' viewBox='0 0 16 16'><path d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855-.143.268-.276.56-.395.872.705.157 1.472.257 2.282.287V1.077zM4.249 3.539c.142-.384.304-.744.481-1.078a6.7 6.7 0 0 1 .597-.933A7.01 7.01 0 0 0 3.051 3.05c.362.184.763.349 1.198.49zM3.509 7.5c.036-1.07.188-2.087.436-3.008a9.124 9.124 0 0 1-1.565-.667A6.964 6.964 0 0 0 1.018 7.5h2.49zm1.4-2.741a12.344 12.344 0 0 0-.4 2.741H7.5V5.091c-.91-.03-1.783-.145-2.591-.332zM8.5 5.09V7.5h2.99a12.342 12.342 0 0 0-.399-2.741c-.808.187-1.681.301-2.591.332zM4.51 8.5c.035.987.176 1.914.399 2.741A13.612 13.612 0 0 1 7.5 10.91V8.5H4.51zm3.99 0v2.409c.91.03 1.783.145 2.591.332.223-.827.364-1.754.4-2.741H8.5zm-3.282 3.696c.12.312.252.604.395.872.552 1.035 1.218 1.65 1.887 1.855V11.91c-.81.03-1.577.13-2.282.287zm.11 2.276a6.696 6.696 0 0 1-.598-.933 8.853 8.853 0 0 1-.481-1.079 8.38 8.38 0 0 0-1.198.49 7.01 7.01 0 0 0 2.276 1.522zm-1.383-2.964A13.36 13.36 0 0 1 3.508 8.5h-2.49a6.963 6.963 0 0 0 1.362 3.675c.47-.258.995-.482 1.565-.667zm6.728 2.964a7.009 7.009 0 0 0 2.275-1.521 8.376 8.376 0 0 0-1.197-.49 8.853 8.853 0 0 1-.481 1.078 6.688 6.688 0 0 1-.597.933zM8.5 11.909v3.014c.67-.204 1.335-.82 1.887-1.855.143-.268.276-.56.395-.872A12.63 12.63 0 0 0 8.5 11.91zm3.555-.401c.57.185 1.095.409 1.565.667A6.963 6.963 0 0 0 14.982 8.5h-2.49a13.36 13.36 0 0 1-.437 3.008zM14.982 7.5a6.963 6.963 0 0 0-1.362-3.675c-.47.258-.995.482-1.565.667.248.92.4 1.938.437 3.008h2.49zM11.27 2.461c.177.334.339.694.482 1.078a8.368 8.368 0 0 0 1.196-.49 7.01 7.01 0 0 0-2.275-1.52c.218.283.418.597.597.932zm-.488 1.343a7.765 7.765 0 0 0-.395-.872C9.835 1.897 9.17 1.282 8.5 1.077V4.09c.81-.03 1.577-.13 2.282-.287z'/></svg>");
}

.icon-usuario label:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%236c6c6b' class='bi bi-person-fill' viewBox='0 0 16 16'><path d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/></svg>");
}

.icon-numero label:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%236c6c6b' class='bi bi-postcard-fill' viewBox='0 0 16 16'><path d='M11 8h2V6h-2v2Z'/><path d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm8.5.5a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0v-7ZM2 5.5a.5.5 0 0 0 .5.5H6a.5.5 0 0 0 0-1H2.5a.5.5 0 0 0-.5.5ZM2.5 7a.5.5 0 0 0 0 1H6a.5.5 0 0 0 0-1H2.5ZM2 9.5a.5.5 0 0 0 .5.5H6a.5.5 0 0 0 0-1H2.5a.5.5 0 0 0-.5.5Zm8-4v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z'/></svg>");
}

.icon-direccion label:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%236c6c6b' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'><path d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/></svg>");
}

.icon-movil label:before{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%236c6c6b' class='bi bi-phone-fill' viewBox='0 0 16 16'><path d='M3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V2zm6 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z'/></svg>");
}

.icon-telefono label:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%236c6c6b' class='bi bi-telephone-fill' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/></svg>");
}

.icon-email label:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%236c6c6b' class='bi bi-envelope-fill' viewBox='0 0 16 16'><path d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z'/></svg>");
}

@media only screen and (max-width: 767.98px) {

    .formulario > .formulario {
        padding: 3rem 2rem;
    }
}

.accordion .page-header {
    margin-bottom: 1.5rem;
}

.ui-accordion-header {
    padding: 1rem 2.5rem 1rem 1rem;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    border-bottom: 2px solid rgba(157,190,255,.3);
    cursor: pointer;
    margin: 0;
}

.tabs-recuadros-agrupados .recuadro {
    width: 100%;
}

.ui-accordion-header-active {
    background-color: var(--blue);
    color: #fff;
}

.ui-accordion-header:before {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    width: 20px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
}

.ui-accordion-header-active:before {
    content: "";
    width: 14px;
    height: 3px;
    background-color: #fff;
    right: 13px;
}

.ui-accordion-content {
    padding: 20px;
    clear: both;
    margin-bottom: 20px;
    background: #e5eefb;
    overflow: auto;
}

.ui-accordion-content table {
    min-width: 500px;
}

.ui-accordion-content h4 {
    font-size: 1rem;
    margin-top: 1.5rem;
}

.ui-accordion-content .figure {
    text-align: center;
}

.card-01 .recuadro * {
    position: relative;
}

.card-01 .recuadro {
    padding-top: 0;
    margin-bottom: 2rem;
}

.card-01 .recuadro > div,
.card-01 .recuadro > .fecha {
    padding: 0 15px;
}

.card-01{
    display: block;
    background-color: #fff;
    padding-bottom: 1rem;
    box-shadow: 0 1px 2px 1px #1f2a402b;
} 

.card-01 img,
.card-02 img {
    width: 100%;
    height: auto;
}

.card-01 .fecha,
.card-02 .fecha {
    margin-left: 15px;
    margin-right: 15px;
}

.card-01 .titulo,
.card-02 .titulo {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
    padding: 0px 15px;
}

.card-01 .titulo a,
.card-02 .titulo a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
    line-height: 1.2;
}

.card-grupo .recuadro {
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
}

.card-grupo .recuadro:before {
    content: "";
    display: block;
    background-color: #fff;
    padding-bottom: 1rem;
    box-shadow: 0 1px 2px 1px #1f2a402b;
    border-bottom: solid 4px var(--secondary);
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 15px;
    right: 15px;

}

.card-grupo .card-01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding: 0;
    border-bottom: solid 4px var(--secondary);
    height: 100%;
}

.card-grupo .fecha {
    margin-bottom: 1rem;
}
.card-grupo .titulo {
    padding-top: 1rem;
}

.card-grupo img {
    margin-bottom: 4px;
}

@media only screen and (max-width: 767.98px) {
    .card-grupo .titulo {
        font-size: 1rem;
    }
}

.video-facebook iframe {
    height: 52vw !important;
    max-height: 450px;
}

.card-icon-cc .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.card-icon-cc .card-icon {
    background-color: #fff;
    box-shadow: 0px 4px 18px -7px rgba(0, 0, 0, 0.27);
    border-radius: 3px;
    padding: 40px 15px 15px 15px;
    margin-top: 40px;
    position: relative;
    text-align: center;
}

.card-icon > a {
    position: absolute;
    display: block;
    top: -30px;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--primary);
    border-radius: 50%;
    padding: 10px;
}

.card-icon .titulo {
    font-size: 1.44rem;
    font-weight: bold;
}

.recuadro-documentos .figure a{
    display: none;
}

.btn {
    padding: 0.5rem 1.5rem;
    font-weight: bold;
}

.btn-primary {
    border: solid 1px #fff;
    color: #fff;
}

.btn-secondary {
    border: solid 1px #fff;
    color: #fff;
}

.btn-secondary:hover {
    background-color: var(--bs-primary);
    border: solid 1px #fff;
    color: #fff;
}

.btn-info {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-info:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}
button.btn-info {
    display: block;
    margin:auto;
}

.btn-header {
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 5rem;
    padding: .4rem 1.2rem .4rem .4rem;
}

.btn-header a {
    color: #fff;
}

.btn-header a:hover {
    color: var(--bs-pink);
}

.btn-header img {
    max-width: 30px;
    margin-right: 1rem;
}

.div-btn-primary a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.div-btn-primary a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    .nav-tabs.indice {
        position: sticky;
        top: 100px;
    }
}

.nav-tabs.indice {
    border: none;
}

.nav-tabs.indice li {
    display: block;
    width: 100%;
    padding-left: 20px;
}

.nav-tabs.indice li a {
    border: none;
    border-bottom: solid 1px var(--primary);
    border-radius: 0;
}

.nav-tabs.indice li a.active,
.nav-tabs.indice li a:hover {
    border: none;
    border-bottom: solid 1px var(--primary);
}

.nav-tabs.indice li a.active {
    background-color: var(--secondary);
    color: #fff;
}

table {
    display: block;
    overflow-x: auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    min-width: 700px;
    padding: 15px;
    border: 0 !important;
}

table thead td {
    padding: 15px;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: left !important;
    border: 0;
}

table thead td h4 {
    color: #fff;
}

table tbody td:first-child,
table thead td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table tbody td:last-child,
table thead td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

table thead td p {
    margin: 0;
}

table tbody td {
    padding: 15px;
    position: relative;
    border: 0;
    vertical-align: middle;
}

table tbody tr {
    background-color: #fff;
    box-shadow: 0 0 12px 1px #1725421c;
    border-radius: 10px;
}


/*************** FIN COMPONENTES ***************/

/************************************************************************************
FIN TRANSVERSALES
*************************************************************************************/



/************************************************************************************
HOME
*************************************************************************************/

.docs_cc .figure a {
    display: block;
}


.shadow-text {
    text-shadow: 0 0 25px #2DC8EA;
}

.figure .titulo,
.figure .caption {
    width: auto !important;
}

#home .btn-secondary {
    font-size: 1rem;
}

#home .recuadro > .figure {
    font-size: 0;
}

@media only screen and (max-width: 991.92px) {

    #home .recuadro > .figure {
        display: block;
        min-height: 80vh;
        overflow: hidden;
    }

    #home .recuadro > .figure img {
        height: 100%;
        width: auto;
        max-width: unset;
    }

    #home .recuadro > div .figure img {
        max-width: 250px;
    }

    #home .recuadro > div .figure .btn {
        margin-bottom: 2rem;
        font-size: 1rem;
    }

    #home .recuadro > .figure + div {
        width: 100%;
        margin: auto
    }

    #home .recuadro > .figure + div .figure {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 1rem;
    } 
}

.home-info {
    background-color: #002552cf;
    border-radius: 1.5rem;

}

.home-info .recuadro {
    display: flex;
    justify-content: center;
}

.home-info .figure {
    display: grid;
    grid-template-columns: 4.2rem 2fr;
    grid-template-rows: auto;
}

.home-info .figure img {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.home-info .figure .titulo {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.home-info .figure .caption {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

body.nacional .img-header,
body.latam .img-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

body.nacional .img-header {
    background-image: url(articles-383487_foto_marquesina.png);
}

body.latam .img-header {
    background-image: url(articles-383486_foto_marquesina.png);
}

.card-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 3rem auto;
    max-width: 800px;
    padding: 3rem;
    position: relative;
    min-height: 500px;
}

.card-banner-home {
    width: 100%;
    margin: auto;
}

.card-banner .figure img,
.card-banner-home .figure img {
    max-width: 350px;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 1rem;

}

.card-banner .figure {
    margin: 0 2rem;
    position: relative;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.card-banner-home .figure {
    padding: 7rem 4rem;
    margin: 0 2rem;
    position: relative;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.card-banner-home .binary-logo_banner_01,
.card-banner.logo-latam {
    background-color: #11429fbd;
}

.card-banner-home .binary-logo_banner_02,
.card-banner.logo-nacional {
    background-color: #002552b8;
}

.card-banner a,
.card-banner-home a {
    color: #fff;
    text-decoration: underline;
    font-size: var(--govtypo-h3);
}

.card-banner a:hover,
.card-banner-home a:hover {
    color: var(--bs-pink);
}

.card-banner a.boton-nacional,
.card-banner a.boton-latam {
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 5rem;
    padding: .5rem 2rem;
    font-weight: bold;
    margin-top: 1rem;
}

.border-bottom-header {position: relative;}

.card-banner.logo-latam:after,
.card-banner.logo-nacional:after,
.border-bottom-header:after,
.card-banner-home .figure:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: var(--bs-cyan);
}

.card-banner-home .binary-logo_banner_01.figure:after,
.card-banner.logo-latam:after,
body.latam .border-bottom-header:after {
    background: rgb(245,118,245);
    background: -moz-linear-gradient(90deg, rgba(245,118,245,1) 50%, rgba(111,66,193,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(245,118,245,1) 50%, rgba(111,66,193,1) 100%);
    background: linear-gradient(90deg, rgba(245,118,245,1) 50%, rgba(111,66,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f576f5",endColorstr="#6f42c1",GradientType=1);

}

.card-banner-home .binary-logo_banner_02.figure:after,
.card-banner.logo-nacional:after,
body.nacional .border-bottom-header:after {
    background: rgb(255,233,9);
    background: -moz-linear-gradient(90deg, rgba(255,233,9,1) 0%, rgba(255,233,9,1) 40%, rgba(0,75,167,1) 40%, rgba(0,75,167,1) 70%, rgba(242,9,9,1) 70%, rgba(242,9,9,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,233,9,1) 0%, rgba(255,233,9,1) 40%, rgba(0,75,167,1) 40%, rgba(0,75,167,1) 70%, rgba(242,9,9,1) 70%, rgba(242,9,9,1) 100%);
    background: linear-gradient(90deg, rgba(255,233,9,1) 0%, rgba(255,233,9,1) 40%, rgba(0,75,167,1) 40%, rgba(0,75,167,1) 70%, rgba(242,9,9,1) 70%, rgba(242,9,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe909",endColorstr="#f20909",GradientType=1);
}

@media only screen and (max-width:991.98px) {

    .card-banner .figure {
        margin: 0 0 2rem 0;
    }
}

@media only screen and (max-width:767.98px) {

    .card-banner {
        padding: 1rem;
    }
}

.bg-img-acerca {
    background-image: url(channels-754_bg_acerca.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.boton-inscribete a {
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 5rem;
    background-color: var(--bs-blue);
    padding: .5rem 2rem;
    color: #fff;
    line-height: 1
}

.boton-inscribete a:after {
    font-family: "govco-fontv2";
    content: "\e824";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    margin: 0 -1.5rem 0 1.2rem;
} 

.boton-inscribete a:hover {
    background-color: var(--bs-primary);
}

.modal-dialog.modal-xl {
    max-width: 1000px;
}

.modal-header img {
    max-width: 120px;
    border-radius: 50%;
    margin-right: 2rem;
}

.modal-header .btn-close {
    margin-right: 1px;
}

@media only screen and (min-width: 992px) {
    .modal-body {
        padding: 2rem 4rem;
    }
    .modal-header {
        padding: 1rem 4rem;
    }
}

.aliados-home img {
    border-radius: 1rem;
}

@media only screen and (max-width: 1080px) {
    #acerca {
        margin-top: -3rem !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .home-info .recuadro {
        flex-wrap: wrap;
    }

    .home-info .figure {
        display: block;
        width: 100%;
        text-align: center;

    }

    .modal-header {
        flex-direction: column;
        text-align: center;
    }

    .modal-header .btn-close {
        position: absolute;
        top: 1.5rem;
        right: 1rem;
    }

    .modal-header img {
        margin: 1rem 0;
    }

    .modal-header h3 {
        padding-bottom: 1rem;
    }

    .modal .modal-body {
        flex-direction: column;
    }

    .modal .modal-body img {
        margin: 0 0 1.5rem 0;
    }
}

@media only screen and (max-width: 767.98px) {
    #acerca {
        margin-top: 0 !important;
    }
}

.speakers_img img {
    max-width: 200px;
    border-radius: 1rem;
    width: 100%;
}

/************************************************************************************
FIN HOME
*************************************************************************************/



/************************************************************************************
UTILIDADES
*************************************************************************************/
.mt-n5 {
    margin-top: -8rem !important;
}

.articulo {
    max-width: 800px;
    margin: auto;
}

.first-word {
    font-weight: bolder;
    color: var(--bs-cyan);
}

.last-word {
    font-weight: bolder;
}
/************************************************************************************
UTILIDADES FIN
*************************************************************************************/



/************************************************************************************
FOOTER
*************************************************************************************/
.footer {
    text-align: center;
    margin: auto;
    color: #fff;
    padding: 30px 0;
}

.footer p {
    margin: 0;
}

.footer a:hover {
    color: var(--bs-secondary);
}

footer a {
    text-decoration: underline;
}

footer.bg-primary {
    border-top: 100px solid #172f74;
} 

footer.pa-primary-footer {
    border-top: 100px solid rgb(8, 26, 63);
}

footer.pa-footer {
    border-top: 100px solid #fff;
}

footer .card {
    margin-top: -100px;
}

footer .card p {
    margin-bottom: .5rem;
}

.list-group-flush .list-group-item:first-child img {
    width: auto;
}

@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-footer-card { /*new */
    border: 2px solid #e5eefb;
    border-radius: 10px;
    opacity: 1;
  }
  
  .redes_footer a { 
    font-weight: 500;
  }
  
  
  .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(--bs-primary);
      vertical-align: text-bottom;
      color: white;
      font-size: 1rem;
      padding-top: 2px;
  }

  .govco-x:before {
    width: 1.2558rem;
    height: 1.2558rem;
    vertical-align: middle;
  }
  
  .govco-threads-square:before,
  .govco-tiktok-square:before,
  .govco-telegram-square:before,
  .govco-x-square:before,
  .govco-x: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,
  .govco-x: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:hover .govco-x: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='%2308063b'><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(--bs-gray-600);
  }
  
  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(--bs-primary);
  }

/************************************************************************************
FIN FOOTER
*************************************************************************************/



/************************************************************************************
ANIMACIONES
*************************************************************************************/
.animate-right {
    opacity: 0;
}

@-webkit-keyframes fixed-move-down { 
    0% {top: -80px;}
    100% {top: 0;}
} 

@keyframes fixed-move-down { 
    0% {top: -80px;}
    100% {top: 0;}
}
/************************************************************************************
FIN ANIMACIONES
*************************************************************************************/

.icon-mic label:before,
.icon-empresa label:before,
.icon-usuario label:before,
.icon-numero label:before,
.icon-direccion label:before,
.icon-movil label:before,
.icon-telefono label:before,
.icon-email label:before,
.icon-reloj label:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
    margin-right: 5px;
}

.icon-mic label:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path d='M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z'/><path fill-rule='evenodd' d='M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z'/></svg>");
    background-size: 18px;
}

.icon-empresa label:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z'/><path fill-rule='evenodd' d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5v1.384l-7.614 2.03a1.5 1.5 0 0 1-.772 0L0 5.884V4.5zm5-2A1.5 1.5 0 0 1 6.5 1h3A1.5 1.5 0 0 1 11 2.5V3h-1v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V3H5v-.5z'/></svg>");
    background-size: 18px;
}

.icon-usuario label:before {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-user.png);
}

.icon-numero label:before {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-number.png);
}

.icon-direccion label:before {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-map-marker.png);
}

.icon-movil label:before{
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-mobile.png);
}

.icon-telefono label:before {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-phone.png);
}

.icon-email label:before {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-email.png);
}

.icon-reloj label:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/></svg>");
    background-size: 18px;
}

#volver-arriba {
    position: fixed;
    bottom: 70px;
    right: 0;
    margin: 10px 20px;
    z-index: 500;
}
#volver-arriba img {
    width: 40px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

#volver-arriba:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.select2-container {
    width: 100% !important;
}