@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;1,500&family=Work+Sans:ital,wght@0,400;0,700;1,400&display=swap');
/************************************************************************************
2020 Equipo NTG Colombia
CSS Estilos personalizados 
/************************************************************************************/


/************************************************************************************
GENERALES
*************************************************************************************/
html {
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

a {
    color: var(--primary);
    background-color: transparent;
}

a:visited {
    color: var(--info);
}

a:hover {
    color: var(--blue);
    text-decoration: underline;
}

.bg-gray {
    background: #e6e6e6;
}

.bg-blue-light {
    background-color: #F6F8F9;
}

.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;
    }

}

.clearfix {
    clear: both;
}

.container-xl {
    max-width: 1200px; 
} 

.sub-section-container > div, 
.section-container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 20px;
}

.container-sm {
    max-width: 800px;
} 

.section-container .ntg-titulo-caja {
    width: 100%;
}

.bg-blue {
    background: var(--blue);
    z-index: 0;
    clear: both;
}

.bg-blue-noticias {
    background: var(--blue);
    clear: both;
}

.div-btn  a {
    display: inline-block;
    font-weight: 400;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 1.4rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3rem;
    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 {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.div-btn-secondary a {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.btn {
    border-radius: 3rem;
    text-transform: uppercase;
    color: white;
}

.div-btn-primary a:hover {
    background-color: var(--blue);
    text-decoration: none;
    color: white;
}
.div-btn-secondary a:hover {
    background-color: var(--blue);
    text-decoration: none;
    color: white;
    border-color: var(--blue);
}

.div-btn-border a {
    color: #fff;
    background-color: transparent;
    border-color: white;
}

.div-btn-border a:hover {
    background-color: white;
    text-decoration: none;
    color: var(--blue) !important;
}

.card {
    overflow: hidden;
    height: calc(100% - 2rem);
    border-radius: 5px;
    margin-bottom: 2rem;
}

.card .figure {
    margin-bottom: 1rem;
}

.binary-img_seccion img,
.binary-foto_perfil img,
.binary-foto_marquesina img,
.binary-demo img,
.binary-img_articulo img {
    border-radius: 5px;
}

.carousel .binary-foto_marquesina img {
    border-radius: 0px;
}

.card .figure img {
    border-radius: 0;   
}

.fecha {
    font-family: 'Work Sans';
    font-size: .85rem;
    margin-bottom: 8px;
    color: #4b4b4b;
    width: 100%;
}
.card .fecha {
    padding: 0 1rem;
    margin-bottom: 8px;
    font-size: .85rem;
}

.card .titulo {
    padding: 0 1rem 1rem 1rem;
}

.card a {
    text-decoration: underline;
    font-family: Montserrat;
    font-weight: 500;
}

.title_underline_padre > .ntg-titulo-caja,
.convocatorias_container > .ntg-titulo-caja,
.title_underline {
    position: relative;
    padding: 0;
    padding-bottom: 1.5rem;
    font-weight: 600;
    color: var(--blue);
    text-align: center;
}

.title_underline a{
    color: var(--blue); 
}

.title_underline_padre > .ntg-titulo-caja a,
.convocatorias_container > .ntg-titulo-caja a{
    color: var(--blue);  
}

.articulo strong {
    font-weight: 600;
}

.articulo {
    max-width: 800px;
    margin: auto;
}

.articulo h2 {
    clear: both;
}

.articulo .resumen,
.articulo .abstract {
    font-family: 'Work Sans';
    font-size: 1.12rem;
    line-height: 1.3;
    margin: 1rem 0 2rem 0;
    color: var(--primary);
}

.articulo .figure img {
    margin-bottom: 30px;
}
.tramites_links .figure img {
    margin-bottom: 0;
}

.articulo .figure a:last-child {
    display: none;
}

.formulario {
    padding: 30px;
}
@media only screen and (max-width: 767.98px) {
    .formulario {
        padding: 16px;
    }

    .more_news {
        text-align: center !important;
    }
}

.formulario .tituloencuesta {
    position: relative;
    padding: 0;
    padding-bottom: 5px;
    font-size: 2rem;
    font-weight: 600;
    color: var(--blue);
}

.formulario  ul {
    padding: 0;
}

.formulario label {
    font-weight: 600;
    padding-top: 25px;
    color: var(--blue);
}

.formulario .form-control {
    width: auto;
    float: left;
    height: auto;
    margin-right: 8px;
    margin-top: 3px;
}

.formulario input[type=text]{
    background: #e5eefb;
    border-bottom: 1.5px solid #004884;
    border-radius: 5px 5px 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    padding: 0 16px;
}

.formulario .form_text .alert-warning + input {
    border-bottom: 1.5px solid #dc3545;
}

.formulario .form_select ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 23px;
    padding-bottom: 8px;
    color: var(--blue);
    border-bottom: 1px solid #E6EFFD;
}

.formulario input[type=checkbox], 
.formulario input[type=radio] {
    position: absolute;
    left: 0;
    top: 0.25rem;
    opacity: 0;
    z-index: 1;
    height: 16px;
    width: 16px;
}

.formulario input[type=radio] + span:before,
.formulario input[type=checkbox] + span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .25rem;
    color: #fff;
    background-color: transparent;
    border: solid 2px var(--blue);
}

.formulario input[type=radio] + span:before {
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.formulario  input[type=radio]:checked + span:after {
    content:"";
    display:block;
    width: 8px;
    height: 8px;
    background-color: var(--blue);
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 8px;
}

.formulario input[type=checkbox] + span:before {
    height: 20px;
    width: 20px;
    border-radius: 5px;
}

.formulario input[type=checkbox]:checked + span:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23004884' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1.4rem 1.4rem;
    background-position: center;
}

.formulario .form_button .btn-default {
    display: block;
    background-color: var(--primary);
    color: #fff;
    border-radius: 3rem;
    margin: auto;
    margin-top: 1rem;
    padding: .375rem 1.4rem;
}

.formulario .form_button .btn-default:hover {
    background-color: var(--blue);
    border-color: var(--blue);
}

.formulario_ser > form {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 20px 0;
}

.formulario_ser .ntg-titulo-caja {
    max-width: 1240px;
    margin: auto;
    padding: 20px 0px 5px 0px;
}

@media screen and (min-width: 1280px){
    .formulario_ser .ntg-titulo-caja {
        max-width: 2000px;
        margin: auto;
        padding: 20px 0px 5px 0px;
        width: 85%;
    }
}

.formulario_ser a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.formulario_ser .form_button {
    text-align: center;
}
.formulario_ser .form_button input {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1.4rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.formulario_ser .form_button input:hover {
    background-color: var(--blue);
    text-decoration: none;
    color: white;
}

.formulario_ser .form_text input {
    background: #e5eefb;
    border: 1px solid #ced4da;
    border-bottom: 1.5px solid #004884;
    border-radius: 5px 5px 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 16px;
    color: #495057;
    height: 35px;
}
.formulario_ser .form_text .alert-warning + input {
    border-bottom: 1.5px solid #dc3545;
}

.formulario_ser label {
    width: 100%;
    font-weight: 600;
    color: var(--blue);
}


.formulario_ser div {
    width: 100%;
    display: inline-block;
    margin-bottom: 18px;
}

.formulario_ser div.form_text {
    width: 50%;
    padding: 0px 20px 20px 0px;
    margin: 0;
}
.formulario_ser #titulo_div_918 {
   padding-bottom: 30px;
}
.formulario_ser #text_acepto_div_918 {
    padding-top: 30px;
 }

.formulario_ser .form_select ul li,
.formulario div[id^="Acepto_div"]{
    width: 50%;
    display: inline;
    margin-right: 20px;
    border: 0;
}

.formulario_ser .form_select ul {
    padding: 0;
    list-style: none;
}

div#Acepto_div_918 {
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .formulario_ser div.form_text {
        width: 100%;
    }
    .formulario_ser .form_select ul li {
        width: 100%;
    }
}

.formulario .form_captcha {
    overflow: hidden;
}

.formulario .form_captcha > div > div  {
    margin: auto;
}

.gj-datepicker {
    padding: 20px 0;
}

.tags {
    font-size: 14px;
    color: var(--secondary);
    margin-bottom: 10px;
    font-weight: 500;
}

.tags > span {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #f43990;
}

.tags > span:last-of-type {
    border-right: none;
}

/* LISTA NEWS */

.lista-news > .recuadro {
    padding: 10px 0;
    border-bottom: 2px solid rgba(157,190,255,.3);
    margin: 0;
}

.lista-news > .recuadro > div > div:nth-of-type(3) {
    color: #035bca;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
}

/* .lista-news > .recuadro .titulo a {
    display: inline-block;
    max-width: 100%;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #000;
    line-height: 1.2;
    font-weight: 500;
} */

/* LISTA NEWS end*/


form .alert-warning {
    background: transparent;
    color: #dc3545;
    font-size: .85rem;
    padding: 0;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
}

/*************** TIPOGRAFIAS ***************/

.alianzas-link a {
    text-decoration: underline;
}
.alianzas-link a:hover {
    color: #FF3267;
}

ol {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
    counter-reset: item;
    margin-top: 20px;
    margin-bottom: 20px;
}

ol li {
    color: #000;
    padding-left: 0;
    position: relative;
}
ol li:before {
    content: counter(item,decimal) ".";
    counter-increment: item;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 3px;
    color: var(--primary);
}

.dropdown-item {
    font-weight: 100;
}

.dropdown-menu .active,
.dropdown-item:hover, 
.dropdown-item:focus {
    background-color: #cecece;
}

.div-titulo-secundario .ntg-titulo-caja,
.titulo-secundario {
    position: relative;
    font-family: 'Montserrat';
    padding: 0;
    padding-bottom: 5px;
    color: var(--blue);
    font-size: 1.5rem;
}

.div-titulo-secundario .ntg-titulo-caja a,
.titulo-secundario a {
    color: var(--blue);
    text-decoration: underline;
}

.div-titulo-secundario .ntg-titulo-caja a:hover,
.titulo-secundario a:hover {
    color: var(--primary);
}

/************************************************************************************
HOME
*************************************************************************************/

.destacados-home a img {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgb(51 102 204 / 29%);
}

.destacados-home a img:hover{
    -webkit-transform: scale(.95);
            transform: scale(.95);
}

/*---------HEADER---------*/

#imgHeader {
    position: relative;
}

#imgHeader:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #035bca;
    opacity: 0.7;
}

#imgHeader .recuadro:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    width: 400px;
    background: red;
    background: url(https://colombiatic.mintic.gov.co/679/channels-581_logo_footer_mintic.png);
    background-repeat: no-repeat;
    left: 38px;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

#imgHeader .recuadro:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--secondary);
    width: 333px;
    height: 100%;
}

#imgHeader .titulo {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 65px;
    max-width: 480px;
    color: #fff;
    font-size: 32px;
}

@media screen and (min-width: 1px) and (max-width: 768px){
   

    #imgHeader .recuadro:before {
        display: block;
        position: relative;
        margin: auto;
        left: 0px;
        height: 100px;
        width: auto;
        background-size: contain;
        background-position: center;
        background-color: #fff;
    }

    #imgHeader .recuadro:after{
        display: none;
    }

    #imgHeader .titulo {
        font-size: 19px;
        right: initial;
        left: 0;
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 10px;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        text-align: center;
    }
}


header .recuadro img {
    width: 100%;
}

.logo_menu_superior, 
.menu_superior {
    background: #36c;
    color: #fff;
}
.items_menu_superior, .buscador_menu_superior {
    display: flex;
    align-items: center;
}

.header-govco {
    padding: 8px 0;
}

.header-govco img {
    max-height: 20px;
}

@media only screen and (max-width: 767.98px) {
    header .logo {
        text-align:center;
    }
}

@media screen and (min-width: 1px) and (max-width: 991.98px){
    .items_menu_superior > div {
        width: 100%;
    }

    .busqueda_avanzada,
    .header-govco {
        margin: auto;
    }
}


.items_menu_superior ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}

.items_menu_superior ul > li {
    display: inline-block;
}

.items_menu_superior ul > li a {
    color: #fff;
    padding: 20px 15px;
    display: inline-block;
    position: relative;
    font-size: 14px;
}

.items_menu_superior ul > li a:hover {
    text-decoration: none;
}

.items_menu_superior ul > li a:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    background: #f0cf37;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    .items_menu_superior ul {
        margin-bottom: 20px;
    }
    .items_menu_superior ul > li {
        width: 100%;
        text-align: center;
    }
    .items_menu_superior ul > li a {
        color: #fff;
        padding: 5px 15px;
    }
}

#cuadro_busqueda {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z'/><path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    background-size: 17px;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.busqueda_avanzada {
    position: relative;
    margin-left: auto;
    width: 100%;
    max-width: 350px;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    .busqueda_avanzada {
        position: relative;
        margin: auto;
        margin-bottom: 20px;
    }
}

.busqueda_avanzada #cuadro_busqueda_movil
/* .busqueda_avanzada #cuadro_busqueda */ {
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    white-space: pre;
    width: 40px;
    padding: 0;
    color: transparent;
    z-index: 2;
    border: 0;
    opacity: 0;
    margin: 0;
}

#buscador_mintic {
    padding: 6px 40px 6px 16px;
    width: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
}

.busqueda_avanzada #buscador_mintic_movil 
/* .busqueda_avanzada #buscador_mintic */ {
    border-radius: 20px;
    border: 0;
    padding: 5px 40px 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
}

/*---------MENU---------*/

.main-navbar {
    padding: 0;
    background: #F6F8F9;
    border-bottom: solid 2px var(--secondary);
}

.main-navbar .navbar-nav {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.main-navbar .navbar-nav > li:not(:last-child) {
    margin-right: 10px;
}
.main-navbar .navbar-nav > li > a {
    padding: 1rem .5rem;
    display: inline-block;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.3;
    height: 100%;
    color: #434343;
}
.main-navbar .navbar-nav > li > a:visited {
    color: var(--info);
}

.menu-micrositios li > a:hover,
.main-navbar .navbar-nav > li > a:hover {
    background-color: #F2F2F2;
    font-weight: 700;
    text-decoration: underline;
}

.menu-micrositios li.active > a,
.main-navbar .navbar-nav > li > a.active {
    color: white !important;
    background-color: var(--primary) !important;
}

.main-navbar .navbar-nav > li > ul {
    display: none;
    list-style: none;
    max-width: 280px;
    min-width: 280px;
    background: #F2F2F2;
    border-bottom: solid 2px var(--secondary);
}

.main-navbar .navbar-nav > li > ul {
    overflow-y: auto;
    max-height: 80vh;
}

.main-navbar .navbar-nav li ul::-webkit-scrollbar
{
    width: 10px;
    background-color: var(--primary);
    border-radius: 5px;
}

.main-navbar .navbar-nav li ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
}

.main-navbar .navbar-nav li ul::-webkit-scrollbar-thumb
{
    background-color: var(--primary);
    border-radius: 5px;
}

.main-navbar .navbar-nav > li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 1;
    padding: 0;
}

.main-navbar .navbar-nav > li > ul > li {
    position: relative;
}

.main-navbar .navbar-nav > li > ul > li ul {
    background: #ececec;
    padding: 10px 0px 10px 20px;
    list-style: none;
}


.main-navbar .navbar-nav > li ul li a {
    color: #434343;
    width: 100%;
    display: inline-block;
    padding: 6px;
    text-transform: initial;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
}
.main-navbar .navbar-nav > li ul li a:visited {
    color: var(--info);
}

.main-navbar .navbar-nav > li ul li.active a,
.main-navbar .navbar-nav > li ul li a:hover {
    color: #fff;
    background: #3366cc;
}


.main-navbar #atencion > a:after,
.main-navbar #ministerio > a:after,
.main-navbar #sala_prensa > a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #434343;
    margin-left: 5px;
    vertical-align: middle;
}

.main-navbar #atencion > a.active:after,
.main-navbar #ministerio > a.active:after,
.main-navbar #sala_prensa > a.active:after {
    border-top: 6px solid #fff;
}


@media screen and (min-width: 1px) and (max-width: 768px){
    .main-navbar .navbar-nav > li {
        width: 100%;
    }
    .main-navbar .navbar-nav > li > a {
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
    }
}

/*---------MENU STICKY---------*/
@media screen and (min-width: 769px){
    .main-navbar.sticky {
        position: fixed;
/*         max-width: 1366px; */
        left: 0;
        right: 0;
        top: 0;
        z-index: 500;
        width: 100%;
        margin: auto;
        -webkit-animation: fixed-move-down .5s;
        animation: fixed-move-down .5s;
    }

    .main-navbar.sticky .navbar-nav {
        position: relative;
        align-items: stretch;
    }

    .main-navbar.sticky .navbar-nav.menu-micrositios {
        width: 95%;
    }

    .main-navbar.sticky > div > .navbar-nav:before {
        content: "";
        display: block;
        height: 60px;
        width: 200px;
        background: url(https://colombiatic.mintic.gov.co/679/channels-581_logo_footer_mintic.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 1rem;
    }

    .main-navbar.sticky #tramites-sticky {
        width: 25%;
        float: left;
    }

    .main-navbar.sticky #tramites-sticky > ul {
        padding: 0;
        list-style: none;
    }

    .main-navbar.sticky #tramites-sticky > ul li {
        float: left;
        width: 50%;
        text-align: center;
    }

    .main-navbar.sticky .navbar-nav > li ul li a{
        font-size: 13px;
    }

    .main-navbar.sticky #tramites-sticky > ul li a {
        color: #0056b3;
        padding: 22px 10px;
        display: inline-block;
        position: relative;
        font-size: 14px;
    }

    .main-navbar.sticky #tramites-sticky > ul li a:hover{
        text-decoration: none;
    }

    .main-navbar.sticky #tramites-sticky > ul li a:hover:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #f0cf37;
    }

    .main-navbar #atencion > a:after, .main-navbar #ministerio > a:after, .main-navbar #sala_prensa > a:after {
        margin-right: 5px;
    }
}

@media screen and (min-width: 1px) and (max-width: 768px){

    .main-navbar.sticky #tramites-sticky {
        width: 100%;
    }

    .main-navbar.sticky #tramites-sticky > ul li {
        width: 100%;
    }
    .main-navbar.sticky #tramites-sticky {
        width: 100%;
        display: none;
    }
}



/*---------HOME IFRAME---------*/

.home_iframe .titulo {
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 20px;
}

.home_iframe .recuadro > div:nth-of-type(2) {
    padding-top: 40px;
}

.home_iframe .recuadro .embed-responsive {
    max-width: 800px;
    margin: auto;
}


/*---------HOME NOTICIAS---------*/

.left_col_noticias .recuadro .figure,
#recuadros_articulo_11676 .recuadro .figure {
    margin-bottom: 20px;
}

.left_col_noticias .recuadro .titulo a,
#recuadros_articulo_11676 .recuadro .titulo a {
    text-decoration: underline;
}

#recuadros-youtube .recuadro,
.right_col_noticias .recuadro,
#recuadros_articulo_11870 > .recuadro {
    padding-bottom: 2rem;
    position: relative;
}

.left_col_noticias .recuadro > div:nth-of-type(3),
#recuadros_articulo_11676 .recuadro > div:nth-of-type(3),
#recuadros-youtube .recuadro > div > div:nth-of-type(3),
.right_col_noticias .recuadro > div > div:nth-of-type(3),
#recuadros_articulo_11870 > .recuadro > div > div:nth-of-type(3) {
    color: #035bca;
    font-size: 0.875rem;
    margin-top: 4px;
    font-weight: 500;
}

.lista-news > .recuadro .titulo a,
.right_col_noticias .recuadro .titulo a,
#recuadros_articulo_11870 > .recuadro .titulo a,
#recuadros_articulo_11677 > .recuadro .titulo a {
    display: inline-block;
    font-family: Montserrat;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-weight: 500;
    text-decoration: underline;
}

#recuadros-youtube .recuadro .titulo a {
    display: inline-block;
    font-family: Montserrat;
    max-width: 100%;
    font-weight: 500;
    text-decoration: underline;
}

.btn-abrir-filtros {
    background-color: var(--primary);
    border: none;
    color: #fff;
    border-radius: 3rem;
    max-width: 450px;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: none !important;
    margin: auto;
    display: inherit;
    position: relative;
    padding-right: 35px;
}

.btn-abrir-filtros:focus,
.btn-abrir-filtros:hover {
    background-color: var(--blue);
    color: #fff;
}

.btn-abrir-filtros span,
.btn-abrir-filtros span strong{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.btn-abrir-filtros:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 12px;
    bottom: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    background-image: none;
    margin: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -5px;
}
button[aria-expanded="true"].btn-abrir-filtros:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
}

.pvid-133234,
.pvid-133233 {
    display: inline-block;
    color: #fff;
    padding: 2px 7px;
    border-radius: 2rem;
    font-size: .8rem;
    margin: 5px 10px 5px 0;
}
.pvid-133234{background-color: #bdbdbd;}
.pvid-133233 {background-color: var(--success);}

.card .pvid-133234,
.card .pvid-133233 {
    margin-bottom: 1.2rem;
}

/*---------MIGA DE PAN---------*/
.miga_depan .section-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
}

.miga_depan p {
    margin: 0;
    display: flex;
    align-items: center;
    color: transparent;
}

.miga_depan {
    padding: 2rem 0;
}

.miga_depan a {
    font-family: 'Montserrat';
    color: var(--blue);
    font-size: .875rem;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: auto;
    max-width: 250px;
}

.miga_depan a.current {
    color: var(--primary);
    font-weight: 600;
}

.miga_depan a:not(:last-child):after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%23004884' xmlns='http://www.w3.org/2000/svg'><path d='M11.611,10.049l-4.76-4.873c-0.303-0.31-0.297-0.804,0.012-1.105c0.309-0.304,0.803-0.293,1.105,0.012l5.306,5.433c0.304,0.31,0.296,0.805-0.012,1.105L7.83,15.928c-0.152,0.148-0.35,0.223-0.547,0.223c-0.203,0-0.406-0.08-0.559-0.236c-0.303-0.309-0.295-0.803,0.012-1.104L11.611,10.049z'/></svg>");
    background-size: 1.4rem;
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.5rem;
    vertical-align: middle;
}
/*---------ATENCIÃƒâ€œN---------*/

#recuadros_articulo_11675 .recuadro {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#recuadros_articulo_11864 {
    background: #d2d2d2;
    padding: 40px;
}
#recuadros_articulo_11864 > .recuadro {
    max-width: 800px;
    margin: auto;
}

#recuadros_articulo_11675 .recuadro > div:nth-of-type(1) {
    position: relative;
    margin-bottom: 15px;
    position: relative;
    min-height: 50px;
}


#recuadros_articulo_11675 .recuadro > div:nth-of-type(1) .titulo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    box-sizing: border-box;
}


#recuadros_articulo_11675 .recuadro > div:nth-of-type(1) img, 
#recuadros_articulo_11675 .recuadro > div:nth-of-type(1) h5 {
    width: 100% !important;
}

#i__MT_pa_atencion_publico_1 {
    max-width: 800px;
    margin: auto;
}

#i__MT_pa_atencion_publico_1 ul {
    padding: 0;
}
#i__MT_pa_atencion_publico_1 ul li {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    #i__MT_pa_atencion_publico_1 ul li {
        display: inline-block;
        width: 100%;
    }
}

#i__MT_pa_atencion_publico_1 ul li a {
    padding: 20px;
    border-bottom: 2px solid rgba(157,190,255,.3);
    display: inline-block;
    width: 100%;
}

#recuadros_articulo_11864 {
    padding: 50px 0;
}

#recuadros_articulo_11864 img {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

#recuadros_articulo_11864 img:nth-child(3) {
    width: 49%;
    display: inline-block;
    margin-right: 1%;
}

#recuadros_articulo_11864 img:nth-child(4) {
    width: 49%;
    display: inline-block;
    margin-left: 1%;
}



@media screen and (min-width: 1px) and (max-width: 768px){
    #recuadros_articulo_11864 img:nth-of-type(3),
    #recuadros_articulo_11864 img:nth-of-type(4) {
        width: 50%;
        display: inline-block;
    }
}

/*---------FILTROS---------*/


/*
.btn-abrir-filtros:hover,
.btn-abrir-filtros {
background: none !important;
border: none !important;
font-weight: 100;
}
*/


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 35px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#limpiarFiltros {
    color: #fff;
    background-color: #5d90cc;
    border-color: #5d90cc;
    font-weight: 100;
    border-radius: 0;
}

#filtroBuscar {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    font-weight: 100;
    border-radius: 0;
}


.filtros-desplegados .gj-datepicker-bootstrap [role=right-icon] button:hover,
.filtros-desplegados .gj-datepicker-bootstrap [role=right-icon] button {
    background: var(--secondary);
    height: 38px;
    color: #fff;
    border: 1px solid var(--secondary) !important;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 0 22px;
}

.link-historico {
    padding-top: 30px;
}

.link-historico a {
    color: #fff;
    text-decoration: overline;
}

.link-historico a:hover {
    color: #FF3267;
}

.link-historico:before {
    content: "";
    display: block;
    background-image: url(channels-616_icon_noticias.svg);
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 8px;
}

/*---------INICIATIVAS---------*/

.btns_iniciativas {
    padding: 30px 0px;
}

.btns_iniciativas a {
    background: #1d5785;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50rem;
    margin: 1rem 0;
}
.btns_iniciativas a img {
    width: 50px;
}

.btns_iniciativas .links-iniciativa:nth-child(odd) a {
    background: #0d3656;
}

.btns_iniciativas a:hover {
    background: var(--info) !important;
    color: #fff;
}

/*---------CONVOCATORIAS---------*/

#recuadros_articulo_11682 .recuadro .fecha,
#recuadros_articulo_11682 .recuadro .titulo{
    padding: 0px 20px;
    line-height: 1.2;
}

#recuadros_articulo_11682 .recuadro .titulo a {
    color: #000;
    font-size: 16px;
}

#recuadros_articulo_11682 .recuadro .fecha {
    color: var(--secondary);
    font-size: 14px;
    margin-bottom: 8px;
}

#recuadros_articulo_11682 .recuadro:hover .fecha,
#recuadros_articulo_11682 .recuadro:hover .titulo a{
    color: #fff;
}

#recuadros_articulo_11682 .recuadro {
    position: relative;
    padding-bottom: 10px;
}

#recuadros_articulo_11682 .recuadro .figure {
    margin-bottom: 10px;
}

#recuadros_articulo_11682 .recuadro:before {
    content: "";
    background: #FFF;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    display: block;
    height: 100%;
    z-index: -1;
}

#recuadros_articulo_11682 .recuadro:hover:before {
    content: "";
    background: #035bca;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    display: block;
    height: 100%;
    z-index: -1;
}


.more_convoca {
    padding: 15px;
    margin-top: 20px;
    border-top: 2px solid rgba(157,190,255,.3);
}

.more_convoca a {
    color: var(--secondary);
}

.more_convoca a:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url(channels-616_plus_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}

.btns_transparencia > .recuadro,
.recuadro-publicos {
    float: left;
    width: 100%;
}

.btns_transparencia > .recuadro img{
    width: 100%;    
}

.btns_transparencia .btn-info {
    display: block;
    margin: auto;
    margin-top: 3rem;
    color: #36c;
    border-color: #36c;
    background-color: transparent;
    padding: .375rem 1.4rem;
}
.btns_transparencia .btn-info:hover {
    color: #fff;
    background-color: #36c;
    border-color: #36c;
}

.recuadro-publicos .recuadro {
    width: 20%;
    float: left;
    background: #1d5785;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    .recuadro-publicos .recuadro {
        width: 100%;
    }
}

.recuadro-publicos .recuadro:nth-child(odd) {
    background: #0d3656;
}

.recuadro-publicos .recuadro:hover {
    background: var(--info);
}

.recuadro-publicos .recuadro img {
    width: 50px;
}

.recuadro-publicos .recuadro .titulo a {
    color: #fff;
    font-weight: 600;
}


/*---------PROGRAMA TV---------*/

#programa_tv {
    padding: 80px 20px;
}

#programa_tv.title_underline_padre .ntg-titulo-caja{
    color: #fff;
}

@media screen and (min-width: 1280px){
    #programa_tv {
        padding: 30px 20px;
    }
}

.bg-tv {
    background: url(channels-616_bg_tv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
    padding: 0;
    max-width: initial;
    float: left;
    width: 100%;
    background-color: var(--blue);
}

#programa_tv .titulo, #programa_tv .abstract {
    color: #fff;
}

#programa_tv .abstract {
    line-height: 1.2;
    font-weight: 400;
}
#programa_tv .titulo {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 15% 0 10px 0;
    line-height: 1.2;
}



/*---------CONVOCATORIAS---------*/


.btns_transparencia {
    clear: both;
}

.has-parallax {
    background: #1d5785;
}


/*---------FOOTER---------*/

footer .bg-secondary {
    border-top: 100px solid white;
    margin-top: 3rem;
}
footer .card {
    margin-top:-100px;
}

footer .small p{
    margin-bottom: .5rem;
}

footer a {
    text-decoration: underline;
    color: var(--blue);
}

footer .bg-primary ul {
    color: #fff;
}

@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;
    }
}

.menu_inferior {
    max-width: 1240px;
    margin: 28px auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

#enlaces_gobierno {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#selects {
    float: left;
    width: 20%;
}

.menu_inferior #enlaces_gobierno ul {
    width: 18%;
    float: left;
    padding: 0 10px;
    list-style: none;
    font-size: 14px;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    .menu_inferior #enlaces_gobierno ul {
        width: 50%;
        padding: 0 0px;
    }
}

.menu_inferior #enlaces_gobierno .logo_gobierno {
    width: 28%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    .menu_inferior #enlaces_gobierno .logo_gobierno {
        width: 100%;
        padding: 20px;
    }
    .menu_inferior #enlaces_gobierno .logo_gobierno img{
        max-width: 250px;
    }
}

#redes > .row > div {
    padding: 5px;
}

.menu_inferior .title {
    font-size: 15px;
    color: dimgrey;
}

.menu_inferior li a {
    color: #000;
}

.ul_ministerios li a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #0d3656;
    margin-right: 5px;
}

#selects ul {
    list-style: none;
    padding: 0;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    #logo_mcolombia {
        text-align: center;
    }
    #logo_mcolombia img {
        width: 100%;
        max-width: 60px;
        margin: auto;
    }
}

/*COLUMNA1*/
.ul_ministerios.columna1 li.item1 a:before {
    background: #c5131d;
}

.ul_ministerios.columna1 li.item2 a:before {
    background: #9b087b;
}

.ul_ministerios.columna1 li.item3 a:before {
    background: #2b449c;
}

.ul_ministerios.columna1 li.item4 a:before {
    background: #077ec3;
}

.ul_ministerios.columna1 li.item5 a:before {
    background: #00a548;
}

.ul_ministerios.columna1 li.item6 a:before {
    background: #3c208a;
}


/*COLUMNA2*/
.ul_ministerios.columna2 li.item1 a:before {
    background: #881b02;
}

.ul_ministerios.columna2 li.item2 a:before {
    background: #bfac00;
}

.ul_ministerios.columna2 li.item3 a:before {
    background: #3d9132;
}

.ul_ministerios.columna2 li.item4 a:before {
    background: #781d7d;
}

.ul_ministerios.columna2 li.item5 a:before {
    background: #8f208b;
}

.ul_ministerios.columna2 li.item6 a:before {
    background: #63ae33;
}


/*COLUMNA3*/
.ul_ministerios.columna3 li.item1 a:before {
    background: #a0cf66;
}

.ul_ministerios.columna3 li.item2 a:before {
    background: #d06f1a;
}

.ul_ministerios.columna3 li.item3 a:before {
    background: #b1850a;
}

.ul_ministerios.columna3 li.item4 a:before {
    background: #333092;
}

.ul_ministerios.columna3 li.item5 a:before {
    background: #00a8cb;
}

.ul_ministerios.columna3 li.item6 a:before {
    background: #c4101a;
}


/*---------ACERCA DE---------*/

#recuadros_articulo_11762 .recuadro, 
#recuadros_articulo_11761 .recuadro, 
#recuadros_articulo_11760 .recuadro {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

#recuadros_articulo_11762 .recuadro .titulo,
#recuadros_articulo_11761 .recuadro .titulo,
#recuadros_articulo_11760 .recuadro .titulo,
#recuadros_articulo_11761 .recuadro .titulo a,
#recuadros_articulo_11760 .recuadro .titulo a{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--secondary);
    display: inline-block;
}

#recuadros_articulo_11761 .recuadro .titulo a,
#recuadros_articulo_11760 .recuadro .titulo a{
    text-decoration: underline;
}

#recuadros_articulo_11761 .recuadro .titulo a:hover,
#recuadros_articulo_11760 .recuadro .titulo a:hover{
    text-decoration: none;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    #recuadros_articulo_11761 .recuadro > div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #recuadros_articulo_11761 .recuadro .titulo a,
    #recuadros_articulo_11760 .recuadro .titulo a {
        margin-top: 20px;
    }
}

.bajardoc-cc .bajardoc {
    border-bottom: none;
    padding: 0;
}

.bajardoc-cc .recuadro {
    width: 100%;
}

.bajardoc-cc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.bajardoc-cc ul li {
    position: relative;
    min-height: 100px;
    padding: 10px;
    padding-left: 80px;
    margin-bottom: 20px;
    line-height: 1.2;
    list-style: none;
    width: 100%;
}
.bajardoc-cc ul li:before {
    display: none !important;
}

.bajardoc-cc ul li a:before {
    content:"";
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 70 70' xmlns='http://www.w3.org/2000/svg'><path d='M46.67,0H17a3.8,3.8,0,0,0-3.8,3.79V66.21A3.8,3.8,0,0,0,17,70H61.68a3.79,3.79,0,0,0,3.79-3.79V17.72Z' fill='%239dcb3b'/><path d='M46.67,13.93a3.79,3.79,0,0,0,3.8,3.79h15L46.67,0Z' fill='%2396b33d'/><rect x='4.53' y='23.96' width='41.23' height='22.08' rx='4.67' fill='%2396b33d'/><g><path d='M21.64,37.73a.72.72,0,0,1,.15.45.67.67,0,0,1-.23.52.76.76,0,0,1-.5.21.71.71,0,0,1-.6-.32l-2.17-2.88-2.1,2.86a.73.73,0,0,1-.61.34.64.64,0,0,1-.47-.19.61.61,0,0,1-.19-.45.79.79,0,0,1,.18-.5l2.35-3.18L15.1,31.47a.68.68,0,0,1,.08-1,.74.74,0,0,1,.51-.22.73.73,0,0,1,.59.32l2.15,2.85,2.09-2.79a.86.86,0,0,1,.28-.26.65.65,0,0,1,.32-.09.64.64,0,0,1,.47.21.66.66,0,0,1,.21.47.7.7,0,0,1-.16.44l-2.37,3.13Z' fill='%23fff'/><path d='M28.31,37.63a.72.72,0,0,1,0,1,.78.78,0,0,1-.53.2h-4a.72.72,0,0,1-.74-.74v-7a.69.69,0,0,1,.22-.53.76.76,0,0,1,.56-.21.73.73,0,0,1,.74.74v6.36h3.18A.73.73,0,0,1,28.31,37.63Z' fill='%23fff'/><path d='M30.92,38.75A3.48,3.48,0,0,1,29.64,38a.84.84,0,0,1-.33-.64.69.69,0,0,1,.21-.5.66.66,0,0,1,.5-.21.63.63,0,0,1,.41.15,3.62,3.62,0,0,0,.95.58,3,3,0,0,0,1.1.18,2.21,2.21,0,0,0,1.17-.3.88.88,0,0,0,.49-.76,1,1,0,0,0-.48-.85,4,4,0,0,0-1.55-.47q-2.67-.39-2.67-2.49a2.23,2.23,0,0,1,.41-1.33,2.49,2.49,0,0,1,1.09-.87,4,4,0,0,1,1.55-.29,4.26,4.26,0,0,1,1.44.23,3.47,3.47,0,0,1,1.13.61.81.81,0,0,1,.35.64.7.7,0,0,1-.21.5.66.66,0,0,1-.48.21.52.52,0,0,1-.33-.11,3.18,3.18,0,0,0-.89-.47,2.9,2.9,0,0,0-1-.21,2.12,2.12,0,0,0-1.19.28.91.91,0,0,0,0,1.54,4,4,0,0,0,1.36.44,6.82,6.82,0,0,1,1.67.47,2.13,2.13,0,0,1,.95.78,2.4,2.4,0,0,1,.31,1.31,2.15,2.15,0,0,1-.43,1.34,2.77,2.77,0,0,1-1.15.89,3.78,3.78,0,0,1-1.54.31A4.94,4.94,0,0,1,30.92,38.75Z' fill='%23fff'/></g></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px;
    left: 0;
    top: 8px;
}

.bajardoc-cc ul li:after {
    content:"";
    display:block;
    border-bottom: 1px solid #E7E7E7;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.bajardoc-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px auto;
        grid-template-columns: 70px auto;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 28.8px 0;
    padding: 1.8rem 0;
    width: 100%;

}
.bajardoc-grid:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
}

.bajardoc-grid a:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}
.bajardoc-grid a:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.bajardoc-grid .fecha {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.bajardoc-grid .bajardoc.title,
.bajardoc-grid .caption{
    grid-column: 2 / 3;
    border-bottom: 0 !important;
}

#modelo_planeacion .bajardoc-grid .aid-125145,
#modelo_planeacion .bajardoc-grid .aid-125145 + .fecha,
#modelo_planeacion .bajardoc-grid .aid-125147,
#modelo_planeacion .bajardoc-grid .aid-125147 + .fecha,
#modelo_planeacion .bajardoc-grid .aid-125148,
#modelo_planeacion .bajardoc-grid .aid-125148 + .fecha,
#modelo_planeacion .bajardoc-grid .aid-125151,
#modelo_planeacion .bajardoc-grid .aid-125151 + .fecha,
#modelo_planeacion .bajardoc-grid .aid-125150,
#modelo_planeacion .bajardoc-grid .aid-125150 + .fecha {
    grid-column: 1 / 3;
}

.bajardoc, .item_descarga {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    margin: 30px 0;
    border-bottom: 1px solid #E7E7E7;
}

.title.bajardoc {
    padding: 1rem 0 0 0;
    margin: 0;
    border-bottom: 0;
}
.title.bajardoc + .fecha {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 1rem;
}

.title.bajardoc.aid-125143 + .fecha,
.title.bajardoc.aid-125144 + .fecha  {
    border-bottom: none;
}

.bajardoc a:first-child{
    display: block;
}

.bajardoc img, .item_descarga img {
    width: 70px;
    height: auto;
    margin-right: 30px;
}

.bajardoc .caption, .item_descarga .caption {
    font-size: 14px;
    margin-top: 5px;
    color: #484848;
}

/*---------ART NOTICIAS left and right column---------*/

.left-column-art {
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    float: left;
}

.right-column-art {
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    float: left;
}

.left-column-art .figure .caption {
    background: #dedede;
    padding: 20px;
    width: 100% !important;
    text-align: left;
}

.left-column-art .figure {
    text-align: center;
}
.left-column-art .figure > img {
  /*   width: 100%; */
    margin: auto;
    height: auto;
}

.left-column-art .figure .caption {
    background: #dedede;
    padding: 10px;
    width: 100% !important;
}

/*---------DESPACHO DE LA MINISTRA---------*/

#recuadros_articulo_11764 .recuadro {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.right-column-art .ntg-titulo-caja,
.left-column-art .recuadro > h2 {
    position: relative;
    padding: 0;
    padding-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.right-column-art .ntg-titulo-caja a,
.left-column-art .recuadro > h2 a{
    color: #000;   
}

.right-column-art .figure {
    float: left;
    width: 50% !important;
    padding-right: 10px;
    box-sizing: border-box;
}

.right-column-art .figure img {
    width: 100%;
    height: auto;
}

.left-column-art .recuadro p strong {
    font-weight: 400;
    color: gray;
}

.left-column-art .recuadro p:nth-of-type(1) strong {
    color: #000;
    font-weight: 600;
}

/*esto toca borrarlo y q juli coloque la fecha*/
.right-column-art .abstract {
    display: none;
}

.right-column-art .titulo {
    line-height: 1.4;
    width: 50%;
    float: right;
}

.right-column-art .titulo a {
    font-family: 'Montserrat';
    position: relative;
    display: inline-block;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-weight: 500;
    text-decoration: underline;
}

.right-column-art div > .recuadro:nth-of-type(1) .grupo {
    float: left;
    padding: 10px 0;
    width: 100%;
}

.right-column-art div > .recuadro:nth-of-type(1) .titulo {
    background: transparent;
    color: #fff;
    clear: both;
    box-sizing: border-box;
    width: 100%;
}

.right-column-art div > .recuadro:nth-of-type(1) .figure{
    float: initial;
    width: 100% !important;
    padding-right: 00px;
}

.right-column-art div > .recuadro{
    margin-bottom: 20px;
    float: left;
    padding-bottom: 1rem;
}

.left-column-art ul li br, .articulo ul li br {
    display: none;
}

.left-column-art p {
    width: 100%;
    clear: both;
}

/*---------ART NOTICIAS---------*/

.left-column-art ul li,
.articulo ul li {
    list-style: none;
    position: relative;
    margin-bottom: 1rem;
}

.btn_tramites_glosario a:before,
.btn_preguntas_frec .titulo a:before,
.accordion-eidox ul li:before, 
.faq ul li:before,
.tabs_mig ul li:before,
.left-column-art ul li:before,
.articulo ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 7px;
    bottom: auto;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #004884;
}

.formulario  ul li:before {
    display: none;
}

.articulo a,
.rendicion_cuentas .recuadro p a{
    display: inline-block;
    text-decoration: underline;
}
.div-btn a {
    text-decoration: none;
}
.accordion-eidox .ui-accordion-content a{
    display: inline;
}

.logo-art img {
    width: 100%;
    max-width: 150px;
}
.logo-art a:nth-child(2) {
    display: none;
}
.logo-art {
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    .logo-art {
        width: 100%;
        padding-right: 00px;
    }
}



/*
.rendicion_cuentas .recuadro p {
list-style: none;
position: relative;
}


.rendicion_cuentas .recuadro p:before {
content: "";
display: block;
position: absolute;
left: -30px;
top: 0;
bottom: 0;
margin: auto;
border: 2px solid var(--secondary);
height: 15px;
width: 15px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}

.rendicion_cuentas .recuadro p:nth-of-type(1):before,
.rendicion_cuentas .recuadro p:nth-of-type(2):before{
display: none;
}
*/







.rendicion_cuentas .recuadro > .titulo {
    position: relative;
    font-family: 'Montserrat';
    padding: 0;
    padding-bottom: 5px;
    color: var(--blue);
    font-size: 1.5rem;
}


.articulo .figure {
    text-align: center;
    clear: both;
}
.articulo .figure > img {
    width: auto;
    margin-bottom: 20px;
}

.articulo .figure > a:nth-of-type(2) {
    display: none;
}

.binary-Banner_notificaciones_Mintic,
.binary-Banner_notificaciones_Fontic,
.binary-Banner_Cobro,
.binary-Banner_notificaciones_Radicados,
.articulo .recuadro .binary-boton_buscar,
.articulo .recuadro .binary-boton_registrar {
    width: auto !important;
}

.art_compartir_redes {
    background: #F6F8F9;
    padding: 10px;
    text-align: right;
    max-width: 800px;
    margin: auto;
    clear: both;
}

.art_compartir_redes.section-container{
    max-width: 1010px;
    width: 100%;
}

.art_compartir_redes a {
    text-decoration: none;
}

.art_compartir_redes a img {
    max-width: 40px;
}

.art_compartir_redes:before {
    content: "Comparte";
    display: inline-block;
    text-align: left;
    float: left;
    padding: 8px;
}

.articulo .table h3 {
    font-size: 18px;
}

.flotar_izquierda a:nth-child(3),
.flotar_derecha a:nth-child(3) {
    display: none;
}

.flotar_izquierda {
    float: left !important;
    width: auto !important;
}

.flotar_derecha {
    float: right !important;
    width: auto !important;
}

.flotar_izquierda img, 
.flotar_derecha img {
    padding: 1rem;
}

@media only screen and (max-width: 767.98px) {
    .flotar_izquierda {
        float: none !important;
        width: 100% !important;
    }
    
    .flotar_derecha {
        float: none !important;
        width: 100% !important;
    }
}

table.table {
    border: 0;
    background-color: transparent;
    margin: 2rem 0;
}

table.table thead {
    background-color: #004884;
    border: 0px;
    color: white;
}
table.table thead a,
table.table thead h2 {
    color: white;
}
table.table td,
table.table tbody tr,
#agenda_portadilla tbody tr {
    padding: .75rem;
    vertical-align: top;
    border: none;
    border-top: 1px solid #dee2e6;
    background-color: transparent;
    color: #4b4b4b;
}
table.table thead + tbody tr td {
    color: #4b4b4b; 
}

table.table th {
    border: none;
}

table.table a {
    word-break: break-word;
    min-width: 200px;
}

.tramites_links + .articulo > .recuadro .flotar_izquierda {
    display: none;
    border-bottom: 1px dotted #333;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.tramites_links + .articulo > .recuadro .flotar_izquierda + h2 {
    display: inline-block;
    width: 100%;
}

.tramites_links + .articulo ol li {
    background-color: #f8f9fa;
    padding: 15px;
}

.tramites_links + .articulo ol li:before {
    font-size: 1.6rem;
    font-weight: 700;
    left: -30px;
} 

.articulo ol li {
    margin-bottom: 20px;
}

.articulo iframe {
    width: 100%;
    height: 37vw;
}

.pqr_form_register iframe {
    height: 1377px;
}

@media (max-width: 767.98px) {
    .pqr_form_register iframe {
        height: 1500px;
    }
}

@media (max-width: 575.98px) {
    .pqr_form_register iframe {
        height: 1600px;
    }
    .pqr_form_find iframe {
        height: 400px;
    }
}

@media (max-width: 400px) {
    .pqr_form_register iframe {
        height: 1800px;
    }
}

/*
.link_flick iframe{

}
*/

/*---------INICIATIVAS---------*/

#recuadros_articulo_11782,
#recuadros_articulo_11774 {
    max-width: 1240px;
    margin: auto;
    padding: 20px;
}

@media screen and (min-width: 1280px){
    #recuadros_articulo_11782,
    #recuadros_articulo_11774 {
        max-width: 2000px;
        margin: auto;
        padding: 20px;
        width: 85%;
    }
}

.recuadro-iniciativas .prev, 
.recuadro-iniciativas .next, 
.recuadro-iniciativas .ant, 
.recuadro-iniciativas .sig, 
.recuadro-iniciativas .controls, 
.recuadro-iniciativas .boton {
    display: none;
}

.paginador-primary .prev, 
.paginador-primary .next, 
.paginador-primary .ant, 
.paginador-primary .sig, 
.paginador-primary .controls, 
.paginador-primary .boton {
    display: none;
}

.paginador-primary .titulo {
    font-family: 'Montserrat';
    display: block;
    width: 100%;
    margin-top: 1.5rem;
}

.paginador-primary .recuadro{
    border-bottom: 2px solid rgba(157,190,255,.3);
    padding-bottom: 1.5rem;
}

.formulario select,
#filtrosRecursos select {
    background: #e5eefb;
    border-bottom: 1.5px solid #004884;
    border-radius: 5px 5px 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'><rect width='24.32' height='24.32' rx='5.7' fill='%23104882'/><path d='M12.16,16a1,1,0,0,1-.71-.3L5.76,10a1,1,0,0,1,0-1.42,1,1,0,0,1,1.41,0l5,5,5-5A1,1,0,1,1,18.56,10l-5.7,5.69A1,1,0,0,1,12.16,16Z' fill='%23fff'/></svg>");
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 25px;
}


#filtrosRecursos .text-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

#filtrosRecursos label {
    margin: 0;
}

#filtrosRecursos {
    background: white;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
}

#filtrosRecursos, 
.recuadro-iniciativas {
    margin-right: auto;
    margin-left: auto;
}

.recuadro-iniciativas .ntg_paginador > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recuadro-iniciativas .ntg-titulo-caja {
    width: 100%;
}

.recuadro-iniciativas .ntg-titulo-caja {
    padding-top: 3rem;
    text-align: left;
    padding: 0 15px;
    padding-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 500;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    .recuadro-iniciativas .recuadro {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*---------COLS SERVICIOS Y TRAMITES---------*/

.tramites_links .recuadro > .figure .titulo,
.left_col_serv > div > .recuadro > .figure .titulo {
    font-size: 13px;
    text-align: center;
    margin: auto;
    width: 100% !important;
    padding: 3px;
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 10px;
    color: #525252;
}

.tramites_links .recuadro,
.left_col_serv > div > .recuadro {
    clear: both;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tramites_links .recuadro > .figure,
.left_col_serv > div > .recuadro > .figure {
    float: left;
    width: 20% !important;
    text-align: center;
}

.tramites_links .recuadro > .figure a, .left_col_serv > div > .recuadro > .figure a {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin: auto;
    width: 100% !important;
    padding: 3px;
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 10px;
    color: #525252;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    .tramites_links .recuadro > .figure,
    .left_col_serv > div > .recuadro > .figure {
        float: left;
        width: 50% !important;
        text-align: center;
    }
}

.left_col_serv > div > .recuadro > .abstract {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}

.left_col_serv > div > .recuadro > .titulo {
    position: relative;
    padding: 0;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}

.left_col_serv > div > .recuadro > .titulo a {
    text-decoration: underline;
}

.left_col_serv > div > .recuadro > .titulo a:hover {
    text-decoration: none;
}


.right_col_serv ul li {
    list-style: none;
    position: relative;
}

.right_col_serv ul {
    list-style: none;
    position: relative;
    padding: 0;
    background: #e8e8e8;
    list-style: none;
}

.right_col_serv ul li {
    padding: 3px 10px;
    list-style: none;
}

.right_col_serv ul li a {
    color: #000;
    font-size: 14px;
}

.right_col_serv ul li:hover,
.right_col_serv ul li.current.active  {
    background: var(--primary);
}

.right_col_serv ul li:hover a,
.right_col_serv ul li.current.active a {
    color: #fff;
}

.right_col_serv > a > img.img-fluid {
    width: 100%;
    max-width: 250px;
    margin: auto;
    display: block;
}

@media only screen and (min-width:768px) {
    .art-servicios {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.art-servicios > .recuadro {
    border-bottom: 2px solid rgba(157,190,255,.3);
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.art-servicios > .recuadro > .titulo {
    font-size: 1.25rem !important;
}

.art-servicios > .recuadro > .abstract {
    font-family: 'Work Sans';
    font-size: 1rem !important;
    line-height: 1.3;
}

.btn_tramites_glosario a img {
    max-width: 25px;
}

.btn_tramites_glosario a div {
    display: inline-block;
    text-decoration: underline;
}

.btn_tramites_glosario a,
.btn_preguntas_frec .titulo a {
    margin: 5px 0;
    display: inline-block;
    text-decoration: underline;
    position: relative;
    padding-left: 25px;
}

.btn_tramites_glosario a:before, 
.btn_preguntas_frec .titulo a:before {
    left: 0;
}

/*---------FAQ Y GLOSARIO---------*/

.ui-accordion .ui-accordion-header,
.accordion-eidox .recuadro > .ui-accordion-header,
.tabs_mig > .ui-accordion-header,
.faq > .ui-accordion-header,
.accordion > .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;
}

.ui-accordion .ui-accordion-header-active,
.accordion-eidox .recuadro > .ui-accordion-header-active,
.faq > .ui-accordion-header-active,
.tabs_mig > .ui-accordion-header-active,
.accordion > .ui-accordion-header-active {
    background-color: var(--blue);
    color: #fff;
}

.ui-accordion .ui-accordion-header:before,
.accordion-eidox .recuadro > .ui-accordion-header:before,
.faq > .ui-accordion-header:before,
.tabs_mig > .ui-accordion-header:before,
.accordion > .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 .ui-accordion-header.ui-accordion-header-active:before,
.accordion-eidox .recuadro > .ui-accordion-header.ui-accordion-header-active:before,
.faq > .ui-accordion-header.ui-accordion-header-active:before,
.tabs_mig > .ui-accordion-header.ui-accordion-header-active:before,
.accordion > .ui-accordion-header-active:before {
    content: "";
    width: 14px;
    height: 3px;
    background-color: #fff;
    right: 13px;
}

.ui-accordion .ui-accordion-content,
.accordion-eidox .recuadro > .ui-accordion-content,
.faq > .ui-accordion-content,
.tabs_mig > .ui-accordion-content,
.accordion > .ui-accordion-content {
    padding: 20px;
    clear: both;
    margin-bottom: 20px;
    background: #e5eefb;
}

.ui-accordion .ui-accordion-content h4,
.accordion-eidox .recuadro > .ui-accordion-content h4,
.faq > .ui-accordion-content h4,
.tabs_mig > .ui-accordion-content h4,
.accordion > .ui-accordion-content h4 {
    font-size: 1rem;
    margin-top: 1.5rem;
}

.ui-accordion .ui-accordion-content .figure,
.accordion-eidox .recuadro > .ui-accordion-content .figure,
.faq > .ui-accordion-content .figure,
.tabs_mig > .ui-accordion-content .figure,
.accordion > .ui-accordion-content .figure {
    text-align: center;
}

.ui-accordion ul li,
.accordion-eidox ul li,
.faq ul li,
.tabs_mig ul li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
}

.ui-accordion ol,
.accordion-eidox ol,
.tabs_mig ol,
.faq ol {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
    counter-reset: item;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-accordion ol li,
.accordion-eidox ol li,
.tabs_mig ol li,
.faq ol li {
    padding-left: 0;
    position: relative;
}

.ui-accordion ol li:before,
.accordion-eidox ol li:before,
.tabs_mig ol li:before, 
.faq ol li:before {
    content: counter(item,decimal) ".";
    counter-increment: item;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 3px;
    color: var(--primary);
}


#glosario_terminos input {
    border-radius: 20px;
    border: 2px solid #a0a0a0;
    width: 100%;
    padding: 5px 12px;
    max-width: 300px;
    margin: auto;
    display: block;
    color: #5d5d5d;
    outline: none !important;
}

#glosario_terminos,
.glosario {
    max-width: 800px;
    margin: auto;
}

.glosario .tab-content .tab-pane .titulo-caja {
    font-size: 1.25rem;
}

.glosario .tab-content .tab-pane p {
    margin-bottom: 2rem;
}

.nav-tabs,
.tabs-cc ul,
.glosario .nav-tabs {
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.nav-tabs li a,
.tabs-cc ul li a,
.glosario .nav-tabs li a {
    padding: 4px 8px;
    border: 1px solid rgba(183,183,183,.25);
    color: var(--blue);
    font-weight: 700;
    border-radius: 5px 5px 0px 0px;
    display: block;
    background-color: #e5eefb;
}

.glosario .nav-tabs li a {
    font-size: .85rem;
}

.nav-tabs li a.active,
.tabs-cc ul li.active a,
.glosario .nav-tabs li a.active {
    background: white;
    color: var(--blue);
    font-weight: 700;
    border-bottom: none;
}

.nav-tabs {
    border-bottom: none;
}

.tab-content p {
    word-break: break-word;
}

.nav-tabs .nav-link:hover {
    border-color: #e6effd;
}

.pagination {
    justify-content: center;
    margin-top: 2rem;
}

.pagination a {
    padding: .5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
}

.pagination a:hover {
    background-color: #e5eefb;
    text-decoration: none;
}

.pagination .current a {
    color: #fff;
    background-color: var(--info);
}

ul.pagination li:before {
display: none;
}

.dataTables_wrapper {
    border: 2px solid #E5EEFB;
    border-radius: 5px;
    margin: 2rem 0;
}

.dataTables_wrapper .row:first-child,
.dataTables_wrapper .row:last-child {
    padding: 1rem;
} 

.dataTables_paginate .page-link {
    border: 0;
}

.dataTables_paginate .page-item.previous a,
.dataTables_paginate .page-item.next a{
    font-weight: normal;
    text-decoration: underline;
}

.dataTables_wrapper caption,
.dataTables_wrapper table.table tbody tr,
.dataTables_wrapper table.table td {
    border-top: 2px solid #E5EEFB;
}

.dataTables_wrapper caption {
    text-align: center;
    font-size: 0.875rem;
}

.dataTables_wrapper table.dataTable thead .sorting:after {
    right: 0.3em;
}

div.dataTables_wrapper div.dataTables_info {
    text-align: center;
    margin-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}

/*---------GRIDS MINISTERIO, SERV TRAMITES, INICIATIVAS---------*/


#i__MT_pa_recuadros_tramites_1 .recuadro, .recuadro-iniciativas .recuadro, #i__MT_pa_recuadros_ministerio_1 .recuadro {
    position: relative;
    margin-bottom: 15px;
    min-height: 50px;
    background-color: var(--blue);
    background-clip: content-box;
    color: #fff;
}

#i__MT_pa_recuadros_tramites_1 .recuadro .titulo,
.recuadro-iniciativas .recuadro .titulo,
#i__MT_pa_recuadros_ministerio_1 .recuadro .titulo {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

#i__MT_pa_recuadros_tramites_1 .recuadro:hover .titulo,
#i__MT_pa_recuadros_ministerio_1 .recuadro:hover .titulo,
.recuadro-iniciativas .recuadro:hover .titulo {
    background-color: var(--primary);
}

#i__MT_pa_recuadros_tramites_1 .recuadro .titulo a, .recuadro-iniciativas .recuadro .titulo a, #i__MT_pa_recuadros_ministerio_1 .recuadro .titulo a {
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    background-color: #3366ccdb;
    padding: 9px 15px;
}

#i__MT_pa_recuadros_tramites_1 .recuadro .titulo a:hover,
.recuadro-iniciativas .recuadro .titulo a:hover,
#i__MT_pa_recuadros_ministerio_1 .recuadro .titulo a:hover {
    text-decoration: none;
}

#i__MT_pa_recuadros_tramites_1 .recuadro img,
.recuadro-iniciativas .recuadro img,
#i__MT_pa_recuadros_ministerio_1 .recuadro img{
    width: 100%;
}

/*desplegable recuadros*/

#i__MT_pa_recuadros_tramites_1 .recuadro > ul, .recuadro-iniciativas .recuadro > ul, #i__MT_pa_recuadros_ministerio_1 .recuadro > ul {
    display: none;
    list-style: none;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}

#i__MT_pa_recuadros_tramites_1 .recuadro:hover > ul, .recuadro-iniciativas .recuadro:hover > ul, #i__MT_pa_recuadros_ministerio_1 .recuadro:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    background: #e6e6e6;
    z-index: 1;
}

#i__MT_pa_recuadros_tramites_1 .recuadro > ul li a, .recuadro-iniciativas .recuadro > ul li a, #i__MT_pa_recuadros_ministerio_1 .recuadro > ul li a {
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 6px;
    text-transform: initial;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}

#i__MT_pa_recuadros_tramites_1 .recuadro > ul li a:hover, .recuadro-iniciativas .recuadro > ul li a:hover, #i__MT_pa_recuadros_ministerio_1 .recuadro > ul li a:hover {
    color: #fff;
    background: #FF3267;
}

#i__MT_pa_recuadros_tramites_1 .recuadro:hover > ul:after, .recuadro-iniciativas .recuadro:hover > ul:after, #i__MT_pa_recuadros_ministerio_1 .recuadro:hover > ul:after {
    content: "";
    bottom: 105%;
    display: block;
    height: 25px;
    width: 25px;
    background: url(channels-616_white_arrow_down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/*---------EIDOX NOTICIAS---------*/

.leftcol-eidox-noticias > .recuadro:nth-child(1) .figure > img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.leftcol-eidox-noticias > .recuadro:nth-child(1) .grupo {
    background: #F6F8F9;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.leftcol-eidox-noticias > .recuadro:nth-child(1) .fecha {
    margin: 0 0 5px 0;
}

.leftcol-eidox-noticias > .recuadro:nth-child(1) .titulo {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

.leftcol-eidox-noticias > .recuadro:nth-child(1) .abstract {
    clear: both;
    font-size: 18px;
    line-height: 1.2;
}

.leftcol-eidox-noticias > .recuadro:nth-child(1) .tag {
    color: #035bcd;
    font-size: 14px;
    display: inline-block;
}

.prensa-lateral {
    padding: 0 0 0 30px;
}

.prensa-lateral > .recuadro {
    padding: 10px 0;
    margin: 0;
}

.prensa-lateral > .recuadro > div > div:nth-of-type(3) {
    color: #035bca;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
}


.prensa-lateral > .recuadro .titulo a {
    font-family: 'Montserrat';
    display: inline-block;
    max-width: 100%;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: underline;
}


/*---------SEARCH RESULTS---------*/

.container_resultados_busqueda {
    margin-top: 30px;
    margin-bottom: 30px;
}

.container_resultados_busqueda ul.search-results.P p {
    margin-bottom: 5px;
    list-style: none;
    position: relative;
}

.container_resultados_busqueda ul.search-results.P p:before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid var(--secondary);
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}


.search-results b {
    color: #f03b66;
    font-weight: 600;
}

.container_resultados_busqueda ol.search-results.P li > a {
    color: #035bca;
}

form.ntg_busqueda {
    text-align: center;
    background: #d8d8d8;
    padding: 15px;
}

form.ntg_busqueda .orden input {
    margin-left: 17px;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

form.ntg_busqueda .orden label {
    margin: 0;
}

/*---------NOTICIAS---------*/

.right_col_noticias > div {
    padding-bottom: 25px;
} 

.right_col_serv .ntg-titulo-caja,
.lista-news .ntg-titulo-caja,
.right_col_noticias .ntg-titulo-caja,
.left_col_noticias .ntg-titulo-caja {
    position: relative;
    padding-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 500;
}

/*---------EVENTOS---------*/

.agenda {
    position: relative;
    padding-top: 70px;
}

.agenda .anterior,
.agenda .siguiente {
    position: absolute;
    top: 0;
    z-index: 1;
    color: transparent;
    width: 30px;
    padding: 8px 0;
}

.agenda .anterior {
    left: 0;
}

.agenda .siguiente {
    right: 0;
}

.agenda .anterior:before,
.agenda .siguiente:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(channels-616_right_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.agenda .anterior:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.agenda > .ntg-titulo-caja {
    position: absolute;
    text-align: center;
    top: 0;
    background-color: #ececec;
    padding: 8px 0;
    color: #4a4a4a;
}

.agenda table {
    background-color: #ececec;
}

.agenda table > caption {
   display: none;
}

.agenda th {
    padding: 4px 0 4px 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #035BCA;
    border: 1px solid #035BCA;
}

.agenda tbody td {
    border: 1px solid #035BCA;
    color: var(--secondary);
    padding: 4px;
    vertical-align: top;
    width: 88px;
    font-weight: 600;
}

.agenda tbody td div:first-child {
    font-size: 40px;
    color: #4a4545;
}

.agenda tbody .evento {
    margin-bottom: 1rem;
}

.agenda tbody td .titulo {
    line-height: .9;
    border-bottom: solid 1px #6c757d70;
    padding-bottom: 1rem;
}

.agenda tbody td a {
    font-size: .8rem;
    font-weight: 400;
}

.agenda-responsive {
    display: none;
}

.agenda-responsive .recuadro {
    flex-direction: column;
    padding: 10px 0;
    border-bottom: solid 1px #ececec;
}

.agenda-responsive .titulo-caja {
    position: relative;
    padding: 0;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #4a4545;
}

.agenda-responsive .recuadro a {
    font-weight: 500;
}

@media (max-width: 991.98px) {
    #agenda_portadilla {
        display: none;
    }
    
    .agenda-responsive {
        display: block;
    }

  
}

/*otros*/

.iframe_normatividad .link_iframe {
    width: 100%;
}

.iframe_normatividad .link_iframe iframe,
.iframe_normatividad .link_iframe .iframe-embebido{
    height: 1100px;
}

.header_control_interno .titulo-header {
    position: relative;
    margin-bottom: 2rem;
}

.header_control_interno .titulo-header .titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 2rem;
    margin: auto;
    padding: 0 15px;
    max-width: 1200px;
    width: 100%;
    color: #fff;
    background: linear-gradient(90deg, rgba(0,72,132,0) 0%, rgb(0 72 132 / 85%) 20%, rgb(0 72 132 / 85%) 80%, rgba(0,72,132,0) 100%);
}
@media only screen and (max-width:767.98px) {
    .header_control_interno .titulo-header .titulo {
        position: static;
        background: #004884;
        padding: 15px 15px;
    }
}

.header_control_interno .recuadro {
    background: #F6F8F9;
}

.header_control_interno .recuadro img {
    width: 100%;
}

.header_control_interno .recuadro .descripcion {
    max-width: 1080px;
    font-family: 'Montserrat';
    margin: auto;
    padding: 0px 20px 20px 20px;
    text-align: center;
    color: var(--blue);
    font-size: 1.25rem;
}

#article_i__MT_pa_eidox_micrositio_1 > h3 {
    margin-top: 2rem;
    clear: both;
}

.menu-micrositios {
    justify-content: center;
    max-width: 1240px;
    margin: auto;
    padding-left: 0 !important;
}

.menu-micrositios li:hover:last-of-type ul {
    right: 0;
}

@media only screen and (min-width: 992px) {
    .container-menu-micro {
        width: 100%;
    }
    
    .container-menu-micro .navbar-nav {
        max-width: 1200px;
        width: 100%;
        margin: auto;
        padding: 0 15px !important;
    }

    .container-menu-micro .menu-micrositios {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1280px){
    .menu-micrositios {
        max-width: 2000px;
        margin: auto;
        width: 85%;
    }
}

.main-navbar .menu-micrositios.navbar-nav > li > a {
    text-transform: initial;
    font-size: 0.875rem;
    padding: 10px;
}

.main-navbar .menu-micrositios > li:nth-child(2) > a {
    text-transform: uppercase;
    font-weight: 600;
}

.main-navbar .menu-micrositios.navbar-nav > li#inicio > a {
    color: #035bca;
    font-size: 16px;
}

.menu-micrositios #inicio {
    font-weight: 700;
    margin-right: 30px;
}

#items-menu-micro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
    box-shadow: 0 -2px 3px -2px #004884ab;
}



.sticky #items-menu-micro {
    border-top: none;
}

/* #items-menu-micro > ul > li:first-child a {
    font-weight: 600;
    text-transform: uppercase;
    color: #035bca;
    margin-right: 30px;
} */

.btn-menu-micro {
    display: block;
    width: 90%;
    background-color: #fff;
    border: solid 2px #035bca;
    margin: 20px auto;
    position: relative;
    padding: 10px;
    padding-left: 28px;
    min-height: 45px;
}

.btn-menu-micro:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(channels-616_icon_menu.png);
    background-repeat:no-repeat;
    width: 12px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
}


.btn-menu-micro span {
    font-weight: 600;
    color: #035bca;
}

.menu-movil-micro-cc {
    width: 90%;
    margin: auto;
    margin-bottom: 16px;
    margin-top: -19px;
    background: #e8e8e8;
    z-index: 20;
    -webkit-box-shadow: 7px 9px 8px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 9px 8px -5px rgba(0,0,0,0.3);
    box-shadow: 7px 9px 8px -5px rgba(0,0,0,0.3);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.menu-movil-micro-cc.collapse,
.menu-movil-micro-cc.show {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.informe_pormenorizado > .grupo {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.informe_pormenorizado > .titulo-grupo a {
    color: var(--secondary);
    text-decoration: underline;
}

/*
.informe_pormenorizado > .titulo-grupo {
color: var(--secondary);
}
*/


/*---------NOTICIAS MICROSITIO---------*/

.bg-blue-noticias .ntg-titulo-caja {
    color: #fff;
}

.bg-blue-noticias .left_col_noticias .recuadro .fecha,
.bg-blue-noticias .right_col_noticias .recuadro .fecha {
    color: #fff;
}

.bg-blue-noticias a {
    color: #fff;
}

.bg-blue-noticias a:hover {
    color: #E5EEFB;
}

.banners_micrositio .recuadro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#btnFiltros strong {
    color: #fff;
    font-weight: 100;
    font-size: 16px;
}
#btnFiltros {
    background: var(--secondary);
    border: none;
    color: #fff;
    border-radius: 0;
    max-width: 450px;
    margin: auto;
    margin-bottom: 30px;
}


#recuadros_articulo_12003 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#recuadros_articulo_12003 .recuadro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

#recuadros_articulo_12003 .recuadro .figure {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 15px;
}

#recuadros_articulo_12003 .recuadro .figure:nth-child(even) {
    padding-right: 30px;
}



/************************************************************************************
UTILIDADES
*************************************************************************************/
.border-0 {border:none;}
.margen-0 {
    margin: 0;
}
.margen-bottom-xs {
    margin-bottom: 15px;
}
.margen-bottom-md {
    margin-bottom: 30px;
}
.margen-bottom-lg {
    margin-bottom: 45px;
}
.margen-top-xs {
    margin-top: 15px;
}
.margen-top-md {
    margin-top: 30px;
}
.margen-top-lg {
    margin-top: 45px;
}
.margen-right-xs {
    margin-right: 5px;
}
.margen-right-md {
    margin-right: 30px;
}
.margen-right-lg {
    margin-right: 45px;
}
.margen-left-xs {
    margin-left: 15px;
}
.margen-left-md {
    margin-left: 30px;
}
.margen-left-lg {
    margin-left: 45px;
}
.margen-top-0 {margin-top:0px;}
.padding-0 {padding:0;} 
.padding-izquierda-0 {padding-left:0;}
.padding-derecha-0 {padding-right:0;}
.padding-bottom-xs {
    padding-bottom: 15px;
}
.padding-bottom-md {
    padding-bottom: 30px;
}
.padding-bottom-lg {
    padding-bottom: 45px;
}
.padding-top-xs {
    padding-top: 15px;
}
.padding-top-md {
    padding-top: 30px;
}
.padding-left-xs {
    padding-left: 15px;
}
.padding-left-md {
    padding-left: 30px;
}
.padding-left-lg {
    padding-left: 45px;
}
.padding-right-xs {
    padding-right: 15px;
}
.padding-right-md {
    padding-right: 30px;
}
.padding-right-lg {
    padding-right: 45px;
}

.m-titulos h2:not(:first-of-type) {
    padding-top: 2rem;
}

.m-titulos h3 {
    padding-top: 2rem;
}

/* Agrega cÃƒÂ³digo CSS aquÃƒÂ­ */

h3.titulo-grupo{
    font-size: 1.1rem;
}

div#recuadros_articulo_12007 {
    margin-top: 0;
}

.titulo_grupo_padding h2.ntg-titulo-caja {
    max-width: 2000px;
    width: 85%;
    margin: auto;
}

@media only screen and (max-width: 991.98px){
    header .container-fluid.d-flex {
        flex-direction: column;
        text-align: center;
    }
    .banner-grid-wrapper {
        display: none;
    }
}


/*MENU MOVIL*/


@media screen and (min-width: 1px) and (max-width: 991.98px){
    .main-navbar {
        display: none;
    }
    .menu_superior .items_menu_superior, .menu_superior .buscador_menu_superior {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .btn-menu-movil,
    .btn-menu-micro,
    .container-menu-movil{
        display: none;
    }
}

.container-menu-movil {
    position: fixed;
    left: 0;
    top: 0;
    background: #e8e8e8;
    width: 100%;
    height: 100vh !important;
    left: -100%;
    max-width: 80%;
    min-width: 300px;
    z-index: 20;
    /* overflow: auto; */
    -webkit-box-shadow: 7px 9px 8px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 9px 8px -5px rgba(0,0,0,0.3);
    box-shadow: 7px 9px 8px -5px rgba(0,0,0,0.3);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.container-menu-movil.collapse,
.container-menu-movil.show {
    left: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.btn-menu-movil {
    position: fixed;
    right: 15px;
    top: 45px;
    z-index: 30;
    background: #dcdcdc;
    border-radius: 50%;
    margin: 0;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 7px 9px 8px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 9px 8px -5px rgba(0,0,0,0.3);
    box-shadow: 7px 9px 8px -5px rgba(0,0,0,0.3);
}

.menu_superior_movil{
    background: var(--primary);
    margin: 0;
    border: 0;
}

.menu_superior_movil div {
    margin: auto;
    text-align: center;
}

#menu-movil-micro .items_menu_superior,
#menu-movil-micro .buscador_menu_superior {
    flex: 0 0 100%;
    max-width: 100%;
}

#menu-movil-micro .buscador_menu_superior {
    padding-bottom: 30px;
}

#items-principal ul {
    padding: 0;
}

.menu-movil-micro-cc .menu-micrositios li,
.container-menu-movil .menu-micrositios li,
.container-menu-movil #items-principal li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-movil-micro-cc .menu-micrositios li.current,
.container-menu-movil .menu-micrositios li.current,
.container-menu-movil #items-principal li.current {
    background-color: #fff;
}
.menu-movil-micro-cc .menu-micrositios li.current + li.current,
.container-menu-movil .menu-micrositios li.current + li.current,
.container-menu-movil #items-principal li.current + li.current {
    background-color: transparent;
}

.container-menu-movil .menu-micrositios #inicio {
    margin: 0;
}

.menu-movil-micro-cc .menu-micrositios li > ul,
.container-menu-movil .menu-micrositios li > ul {
    display: none;
}

.menu-movil-micro-cc .menu-micrositios li a,
.container-menu-movil .menu-micrositios li a,
.container-menu-movil #items-principal li a {
    color: #035bca;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px;
    position: relative;
}

.menu-movil-micro-cc .menu-micrositios li a,
.container-menu-movil .menu-micrositios li a,
.container-menu-movil #items-principal li a{
    text-decoration: none;
}

.menu-movil-micro-cc .menu-micrositios li a:active,
.container-menu-movil .menu-micrositios li a:active,
.container-menu-movil #items-principal li a:active {
    background: #fff;
}

.btn-menu-movil span.navbar-toggler-icon {
    background: gray;
    height: 3px;
    width: 45%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.btn-menu-movil span.navbar-toggler-icon:before {
    content: "";
    display: block;
    background: gray;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6px;
}

.btn-menu-movil span.navbar-toggler-icon:after {
    content: "";
    display: block;
    background: gray;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 6px;
}

/*MENU MOVIL (end)*/

.transparencia {
    background: var(--secondary);
    padding: 20px;
    clear: both;
}

.transparencia .titulo {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
}
.transparencia a {
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    .transparencia a {
        display: flex;
        flex-direction: column;
        padding: 0;
        font-size: 1rem;
    }
}

.transparencia a:hover {
    color: #fff;
}

.transparencia a:before {
    content: "";
    display: inline-block;
    background: url(http://css.mintic.gov.co/mt/mintic/new/img/recursos_mesa_trabajo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media only screen and (max-width: 767.98px) {
    .transparencia a:before {
        position: static;
    }
}

.icon-yt:before,
.icon-fb:before,
.icon-ig:before,
.icon-tw:before {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 50%;
    background-position: center;
    background-size: 1rem;
    vertical-align: middle;
    margin-right: 5px;
}
.icon-fb:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M11.344,5.71c0-0.73,0.074-1.122,1.199-1.122h1.502V1.871h-2.404c-2.886,0-3.903,1.36-3.903,3.646v1.765h-1.8V10h1.8v8.128h3.601V10h2.403l0.32-2.718h-2.724L11.344,5.71z'/></svg>");
}
.icon-yt:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M23.495 6.205a3.007 3.007 0 0 0-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 0 0 .527 6.205a31.247 31.247 0 0 0-.522 5.805 31.247 31.247 0 0 0 .522 5.783 3.007 3.007 0 0 0 2.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 0 0 2.088-2.088 31.247 31.247 0 0 0 .5-5.783 31.247 31.247 0 0 0-.5-5.805zM9.609 15.601V8.408l6.264 3.602z'/></svg>");
}
.icon-ig:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z'/></svg>");
}
.icon-tw:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z'/></svg>");
}

/* CSS TEMP */

.main-navbar .navbar-nav > li {
    position: relative;
}

.main-navbar .navbar-nav > li:hover:nth-child(9) > ul {
    right:0
}

#disqus_thread {
	max-width: 800px;
    margin: auto;
}

.destacado .recuadro {
    display: flex;
    flex-wrap: wrap;
}

.destacado .recuadro:not(:nth-child(2)) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid rgba(157,190,255,.3);
}

.destacado .titulo {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
    text-decoration: underline;
}

.destacado .abstract {
    font-family: 'Work Sans';
}

.destacado .ntg-titulo-caja {
    position: relative;
    padding: 0 15px;
    padding-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 500;
}

.binary-foto_marquesina a:last-child,
.titulo_invisible a:last-child {
    display:none;
}

/* RECUADROS VIDEOS MICROSITIOS */

.recuadro-video .recuadro {
    margin-bottom: 30px;
}

.recuadro-video .recuadro:before {
    content: "";
    background: #cccccc;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    display: block;
    height: 100%;
    z-index: -1;
}

.recuadro-video .recuadro:hover:before {
    background: #035bca;
}

.recuadro-video img {
    width: 100%;
}

.recuadro-video .titulo {
    padding: 15px;   
}

.recuadro-video .recuadro:hover .titulo,
.recuadro-video .recuadro:hover .titulo a {
    color: #fff;
}

@media (min-width: 576px) {
    .recuadro-video .recuadro {
        height: 270px;
    }

    .recuadro-video .titulo {
        max-width: 100%;
        color: var(--secondary);
        display: -webkit-box;
        max-height: 86px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
}

/* SLIDER PRINCIPAL */

.carousel {
    max-width: 1600px;
    margin: auto;
}

.carousel .slide-title {
    display: flex;
    align-items: center;
    padding-left: 7rem;
    font-size: 1.5rem;
}

.carousel .slide-title a {
    color: white;
    text-decoration: underline;
    font-weight: 600;
}

.carousel .slide-title a:hover {
    color: var(--light)
}

.carousel ol li:before {
    display: none;
}

.carousel-control-next, .carousel-control-prev {
    width: 80px;
    opacity: 1;
}

.carousel-control-next{
    justify-content: flex-start;
}
.carousel-control-prev {
    justify-content: flex-end;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid var(--primary);
    opacity: 1;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #00488463;
}

.carousel-indicators .active {
    background-color: var(--primary);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 32px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%233366cc' xmlns='http://www.w3.org/2000/svg'><path d='M8.388,10.049l4.76-4.873c0.303-0.31,0.297-0.804-0.012-1.105c-0.309-0.304-0.803-0.293-1.105,0.012L6.726,9.516c-0.303,0.31-0.296,0.805,0.012,1.105l5.433,5.307c0.152,0.148,0.35,0.223,0.547,0.223c0.203,0,0.406-0.08,0.559-0.236c0.303-0.309,0.295-0.803-0.012-1.104L8.388,10.049z'/></svg>");
    background-size: 3rem;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%233366cc' xmlns='http://www.w3.org/2000/svg'><path d='M11.611,10.049l-4.76-4.873c-0.303-0.31-0.297-0.804,0.012-1.105c0.309-0.304,0.803-0.293,1.105,0.012l5.306,5.433c0.304,0.31,0.296,0.805-0.012,1.105L7.83,15.928c-0.152,0.148-0.35,0.223-0.547,0.223c-0.203,0-0.406-0.08-0.559-0.236c-0.303-0.309-0.295-0.803,0.012-1.104L11.611,10.049z'/></svg>");
    background-size: 3rem;
}

.carousel .ntg-button {
    background: transparent;
    border: none;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 1rem;
}
.carousel .ntg-button:focus {
    outline: none;
    border-radius: 50%;
}

@media only screen and (max-width: 991.98px) {
    .carousel {
        padding-bottom: 60px;
        margin-bottom: 1rem !important;
    }

    .carousel .slide-title {
        padding: 2rem 4rem;
        justify-content: center;
        font-size: 1.2rem;
        min-height: 12rem;
    }
    .carousel .slide-title + .text-right {
        text-align: center !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .carousel .slide-title {
        min-height: 18rem;
    }
}
.ntg-pause,
.ntg-play {
    display: flex;
    color: #fff;
    align-items: center;
}
.ntg-pause span,
.ntg-play span {
    font-size: 0.85rem;
    font-weight: 600;
}
.fa-play,
.fa-pause {
    line-height: 0;
    display: block;
}
.fa-pause:before,
.fa-play:before {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
}
.fa-pause:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z'/></svg>");
}
.fa-play:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M11.596 8.697l-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z'/></svg>");
}

@media only screen and (max-width:991.98px) {
    .carousel-control-next, .carousel-control-prev {
        align-items: flex-end;
        padding-bottom: 15px;
        width: 70px;
    }
    .carousel .ntg-button {
        bottom: auto;
        top: 0;
        margin: 0;
    }
}

/* SLIDER BANNERS */


.banners_slider_micrositio {
    padding: 30px 20px;
}

.banners_slider_micrositio .carousel-indicators {
    bottom: -20px;
}

.banners_slider_micrositio .carousel-indicators li {
    background-color: #035bca;
}

.banners_slider_micrositio .carousel-control-prev-icon {
    background-image: none;
    border-top: solid 5px var(--primary);
    border-left: solid 5px var(--primary);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    height: 20px;
    width: 20px;
}

.banners_slider_micrositio .carousel-control-next-icon {
    background-image: none;
    border-top: solid 5px var(--primary);
    border-right: solid 5px var(--primary);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            height: 20px;
            width: 20px;
}

.banners_slider_micrositio .carousel-inner .carousel-item {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.banners_slider_micrositio .carousel-item.active, 
.banners_slider_micrositio .carousel-item-next, 
.banners_slider_micrositio .carousel-item-prev {
    display: flex;
}

/* BARRA ACCESIBILIDAD */

.altoContraste {
    -webkit-filter: invert(1);
    filter: invert(1);
    background-color: #fff;
}

@-moz-document url-prefix() {
    .altoContraste {
        mix-blend-mode: difference;
        background-color: #fff;
        filter: none;
    }
}

.accesibilidad-menu {
    background-color: var(--blue);
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    z-index: 200;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 3px #0000002b;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.accesibilidad-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 36px;
    margin: 0;
}

.accesibilidad-items a {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    transition: all .5s;
    width: 180px;
    padding: 2px 0px;
    text-decoration: none;
}

.accesibilidad-items a:hover {
    background-color: var(--cyan);
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
    padding: 2px 10px;
}

.accesibilidad-items img {
    display: flex;
    width: 26px;
    height: 26px;
    padding: 4px;
    margin: 5px 0;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.accesibilidad-items span {
    font-size: 13px;
    margin-left: 10px;
}

/* BARRA ACCESIBILIDAD FIN*/

/* GALERIA*/

#section_518093736 .col,
#section_518093736 .gallery-item,
#section_518093736 .columns {
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%
}

#section_518093736 .col-fit {
    -ms-flex: 1;
    flex: 1
}

#section_518093736 .col-first {
    -ms-flex-order: -1;
    order: -1
}

#section_518093736 .col-last {
    -ms-flex-order: 1;
    order: 1
}

#section_518093736 .col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#section_518093736 .col-has-radius {
    overflow: hidden
}

@media screen and (min-width: 850px) {
    #section_518093736 .col:first-child .col-inner {
        margin-left: auto;
        margin-right: 0
    }
    #section_518093736 .col+.col .col-inner {
        margin-right: auto;
        margin-left: 0
    }
}

@media screen and (max-width: 549px) {
    #section_518093736 .small-col-first {
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (min-width: 850px) {
    #section_518093736 .large-col-first {
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (max-width: 849px) {
    #section_518093736 .medium-col-first {
        -ms-flex-order: -1;
        order: -1
    }
    #section_518093736 .col {
        padding-bottom: 30px
    }
}

@media screen and (min-width: 850px) {
    #section_518093736 .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid #ececec
    }
    #section_518093736 .row-divided.row-reverse>.col+.col:not(.large-12) {
        border-left: 0;
        border-right: 1px solid #ececec
    }
    #section_518093736 .col-divided {
        padding-right: 30px;
        border-right: 1px solid #ececec
    }
    #section_518093736 .col.col-divided:not(.col-first):last-child {
        border-right: 0;
        padding-right: 0;
        padding-left: 30px;
        border-left: 1px solid #ececec
    }
    .col-border {
        padding-right: 0;
        border-right: 1px solid #ececec
    }
    .col-border+.col,
    .col-divided+.col {
        padding-left: 30px
    }
}

.dark .col-divided {
    border-color: rgba(255, 255, 255, 0.2)
}

.align-equal>.col {
    display: -ms-flexbox;
    display: flex
}

#section_518093736 .align-middle {
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
    vertical-align: middle !important
}

.align-bottom {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
    vertical-align: bottom !important
}

.align-top {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    vertical-align: top !important
}

.align-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-right {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.small-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
}

.small-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
}

.small-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.small-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

.small-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
}

.small-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.small-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
}

.small-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
}

.small-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

.small-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
}

.small-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
}

.small-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.small-columns-1>.col,
.small-columns-1 .flickity-slider>.col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.small-columns-2>.col,
.small-columns-2 .flickity-slider>.col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.small-columns-3>.col,
.small-columns-3 .flickity-slider>.col {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

.small-columns-4>.col,
.small-columns-4 .flickity-slider>.col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.small-columns-5>.col,
.small-columns-5 .flickity-slider>.col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.small-columns-6>.col,
.small-columns-6 .flickity-slider>.col {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
}

.small-columns-7>.col,
.small-columns-7 .flickity-slider>.col {
    max-width: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%
}

.small-columns-8>.col,
.small-columns-8 .flickity-slider>.col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%
}

@media screen and (min-width: 550px) {
    .medium-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }
    .medium-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    .medium-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .medium-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .medium-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }
    .medium-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .medium-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }
    .medium-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }
    .medium-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
    .medium-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
    .medium-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }
    .medium-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .medium-columns-1>.col,
    .medium-columns-1 .flickity-slider>.col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .medium-columns-2>.col,
    .medium-columns-2 .flickity-slider>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .medium-columns-3>.col,
    .medium-columns-3 .flickity-slider>.col {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .medium-columns-4>.col,
    .medium-columns-4 .flickity-slider>.col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .medium-columns-5>.col,
    .medium-columns-5 .flickity-slider>.col {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
    .medium-columns-6>.col,
    .medium-columns-6 .flickity-slider>.col {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    .medium-columns-7>.col,
    .medium-columns-7 .flickity-slider>.col {
        max-width: 14.28571%;
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%
    }
    .medium-columns-8>.col,
    .medium-columns-8 .flickity-slider>.col {
        max-width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
}

@media screen and (min-width: 850px) {
    .large-1 {
        max-width: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%
    }
    .large-2 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    .large-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .large-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .large-5 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }
    .large-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .large-7 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }
    .large-8 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }
    .large-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
    .large-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
    .large-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }
    .large-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .gallery-columns-1 .gallery-item,
    .large-columns-1>.col,
    .large-columns-1 .flickity-slider>.col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .gallery-columns-2 .gallery-item,
    .large-columns-2>.col,
    .large-columns-2 .flickity-slider>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .gallery-columns-3 .gallery-item,
    .large-columns-3>.col,
    .large-columns-3 .flickity-slider>.col {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    .gallery-columns-4 .gallery-item,
    .large-columns-4>.col,
    .large-columns-4 .flickity-slider>.col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .gallery-columns-5 .gallery-item,
    .large-columns-5>.col,
    .large-columns-5 .flickity-slider>.col {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
    .gallery-columns-6 .gallery-item,
    .large-columns-6>.col,
    .large-columns-6 .flickity-slider>.col {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    .gallery-columns-7 .gallery-item,
    .large-columns-7>.col,
    .large-columns-7 .flickity-slider>.col {
        max-width: 14.28571%;
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%
    }
    .gallery-columns-8 .gallery-item,
    .large-columns-8>.col,
    .large-columns-8 .flickity-slider>.col {
        max-width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
}

.has-shadow>.col>.col-inner {
    background-color: #FFF
}

.col-hover-focus .col-inner,
.col-hover-fade .col-inner,
.col-hover-blur .col-inner {
    transition: all, .2s
}

.col-hover-fade .col-inner {
    opacity: .6
}

.col-hover-fade:hover .col-inner {
    opacity: 1
}

.col-hover-blur .col-inner {
    filter: blur(3px)
}

.col-hover-blur:hover .col-inner {
    filter: blur(0px)
}

.col-hover-focus:hover .col-inner {
    opacity: 1
}

.row.row-collapse {
    max-width: 1050px
}

.row.row-small {
    max-width: 1065px
}

.row.row-large {
    max-width: 1110px
}

body.framed,
body.framed header,
body.framed .header-wrapper,
body.boxed,
body.boxed header,
body.boxed .header-wrapper,
body.boxed .is-sticky-section {
    max-width: 1170px
}

@media screen and (min-width: 850px) {
    body.framed {
        margin: 30px auto
    }
}

.flex-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.flex-row-col {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.text-center .flex-row {
    -ms-flex-pack: center;
    justify-content: center
}

.header .flex-row {
    height: 100%
}

.flex-col {
    max-height: 100%
}

.flex-grow {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important
}

.flex-center {
    margin: 0 auto
}

.flex-left {
    margin-right: auto
}

.flex-right {
    margin-left: auto
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-has-center>.nav-row>.flex-col:not(.flex-center),
.flex-has-center>.flex-row>.flex-col:not(.flex-center),
.flex-has-center>.flex-col:not(.flex-center) {
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 849px) {
    .medium-flex-wrap {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
    .medium-flex-wrap .flex-col {
        padding-top: 5px;
        padding-bottom: 5px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media (max-width: 549px) {
    .small-flex-wrap {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
    .small-flex-wrap .flex-col {
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media (min-width: 850px) {
    .col2-set,
    .u-columns {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex
    }
    .col2-set>div+div,
    .u-columns>div+div {
        padding-left: 30px
    }
}

.row-grid .box .image-cover {
    padding: 0;
    height: 100%
}

.grid-col>.col-inner {
    height: 100%
}

#section_518093736  .grid-col .slider:not(.flickity-enabled),
#section_518093736  .grid-col>.col-inner>.img,
#section_518093736  .grid-col>.col-inner>.img div,
#section_518093736  .grid-col>.col-inner>.img .img-inner>img,
#section_518093736  .grid-col .slider>.img,
#section_518093736  .grid-col .flickity-slider>.img,
#section_518093736  .grid-col .col-inner>.img,
#section_518093736  .grid-col .slider-wrapper,
#section_518093736  .grid-col .slider,
#section_518093736  .grid-col .banner,
#section_518093736  .grid-col .box,
#section_518093736  .grid-col .box-image,
#section_518093736  .grid-col .box-image img,
#section_518093736  .grid-col .image-cover,
#section_518093736  .grid-col .image-cover img {
    object-fit: cover;
    width: 100%;
    position: absolute !important;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 0 !important
}

.grid-col .box-image img {
    font-family: 'object-fit: cover;'
}

.grid-col .flickity-viewport {
    height: 100% !important
}

.grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em
}

.gallery {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

#section_518093736 .row>div:not(.col):not([class^="col-"]) {
    width: 100% !important
}

.row.row-masonry,
.row.row-grid {
    display: block
}

.row.row-masonry>.col,
.row.row-grid>.col {
    float: left
}

#section_518093736 .row .gallery,
#section_518093736 .row .row:not(.row-collapse),
#section_518093736 .container .row:not(.row-collapse),
#section_518093736 .lightbox-content .row:not(.row-collapse) {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

#section_518093736 .row .container {
    padding-left: 0;
    padding-right: 0
}

#section_518093736 .slider-wrapper+.row:not(.row-collapse),
#section_518093736 .banner-grid-wrapper+.row:not(.row-collapse),
#section_518093736 .banner+.row:not(.row-collapse),
#section_518093736 .section+.row:not(.row-collapse) {
    margin-top: 30px
}

.row-full-width {
    max-width: 100% !important
}

.row-isotope {
    transition: height .3s
}

.row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width: 549px) {
    .small-row-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 849px) {
    .medium-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.row-collapse {
    padding: 0
}

.row-collapse>.flickity-viewport>.flickity-slider>.col,
.row-collapse>.col {
    padding: 0 !important
}

.row-collapse>.col .container {
    max-width: 100%
}

.row .row-small:not(.row-collapse),
.container .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0
}

.row-small>.flickity-viewport>.flickity-slider>.col,
.row-small>.col {
    padding: 0 9.8px 19.6px;
    margin-bottom: 0
}

.row .row-xsmall:not(.row-collapse),
.container .row-xsmall:not(.row-collapse) {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 0
}

.row-xsmall>.flickity-viewport>.flickity-slider>.col,
.row-xsmall>.col {
    padding: 0 2px 3px;
    margin-bottom: 0
}

@media screen and (min-width: 850px) {
    .row-large {
        padding-left: 0;
        padding-right: 0
    }
    .row .row-large:not(.row-collapse),
    .container .row-large:not(.row-collapse) {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 0
    }
    .row-large>.flickity-viewport>.flickity-slider>.col,
    .row-large>.col {
        padding: 0 30px 30px;
        margin-bottom: 0
    }
}

.row-dashed,
.row-solid {
    overflow: hidden
}

.row-dashed .col,
.row-solid .col {
    position: relative;
    padding: 0
}

.row-dashed .col-inner,
.row-solid .col-inner {
    padding: 15px
}

.row-dashed .col:before,
.row-solid .col:before {
    position: absolute;
    content: " ";
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #ddd
}

.row-dashed .col:after,
.row-solid .col:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #ddd
}

.row-solid .col:before {
    border-left-style: solid
}

.row-solid .col:after {
    border-bottom-style: solid
}

.dark .row-solid .col:before,
.dark .row-solid .col:after,
.dark .row-dashed .col:before,
.dark .row-dashed .col:after {
    border-color: rgba(255, 255, 255, 0.2)
}

.block-html-after-header .row .col {
    padding-bottom: 0
}

.wpb-js-composer .row:before {
    display: block !important
}

#section_518093736 .section {
    position: relative;
    min-height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center
}

.section.dark {
    background-color: #666
}

#section_518093736 .section-bg {
    overflow: hidden
}

#section_518093736 .section-bg,
#section_518093736 .section-content {
    width: 100%
}

#section_518093736 .section-content {
    z-index: 1
}

#section_518093736 .has-parallax {
    overflow: hidden
}

#section_518093736 .container .section,
#section_518093736 .row .section {
    padding-left: 30px;
    padding-right: 30px
}

.is-sticky-section+.sticky-section-helper {
    min-height: 100vh !important;
    background-color: #000
}

.sticky-section-helper+div {
    position: relative;
    background-color: #FFF;
    box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.1)
}

.sticky-section {
    padding: 0 !important;
    height: 100% !important;
    height: 100vh !important;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.is-sticky-section {
    position: fixed !important
}

.badge-container {
    margin: 30px 0 0 0
}

.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 2.8em;
    width: 2.8em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.badge.top {
    left: 0
}

.badge-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #446084;
    line-height: .85;
    color: #fff;
    font-weight: bolder;
    padding: 2px;
    white-space: nowrap;
    transition: background-color .3s, color .3s, border .3s
}

.badge-small {
    width: 2.3em;
    height: 2.3em
}

.badge-small .badge-inner {
    line-height: .7
}

.badge+.badge {
    opacity: .9;
    width: 2.5em;
    height: 2.5em
}

.badge+.badge+.badge {
    opacity: .8
}

.badge-frame .badge-inner,
.badge-outline .badge-inner {
    color: #446084;
    background-color: #fff;
    border: 2px solid currentColor
}

.has-hover:hover .badge-outline .badge-inner {
    border-color: #446084;
    background-color: #446084;
    color: #FFF
}

.badge-outline,
.badge-circle {
    margin-left: -.4em
}

.badge-circle-inside {
    margin-left: 1em
}

.badge-circle+.badge {
    margin-top: -.4em;
    margin-left: -.4em
}

.badge-circle-inside .badge-inner,
.badge-circle .badge-inner {
    border-radius: 999px
}

.badge-frame .badge-inner,
.widget .badge-outline .badge-inner {
    background-color: transparent
}

.badge-frame {
    height: 2em;
    margin-left: -4px
}

.widget .badge {
    margin: 0 !important
}

.dark .widget .badge-outline .badge-inner {
    color: #fff;
    opacity: .7
}

.row-collapse .badge-circle {
    margin-left: 15px
}

.banner {
    position: relative;
    background-color: #446084;
    width: 100%;
    min-height: 30px
}

.banner-bg {
    overflow: hidden
}

.banner-layers {
    max-height: 100%;
    height: 100%;
    position: relative
}

@media (max-width: 549px) {
    .banner-layers {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

.banner-layers>* {
    position: absolute !important
}

.dark .banner a {
    color: #fff
}

.video-bg {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: center center;';
    position: absolute;
    width: 100%;
    height: 100%
}

@media (min-width: 549px) {
    .has-video .bg {
        display: none
    }
}

.box {
    width: 100%;
    position: relative;
    margin: 0 auto
}

.box>a {
    width: 100%;
    display: block
}

.box a {
    display: inline-block
}

.box,
.box-image,
.box-text {
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s
}

.box-image>a,
.box-image>div>a {
    display: block
}

.box-text {
    padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em
}

.has-shadow .box-text {
    padding-left: 1.2em;
    padding-right: 1.2em
}

@media (max-width: 549px) {
    .box-text {
        font-size: 85%
    }
}

.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden
}

.box-overlay .box-image {
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

.box-image-inner {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.box-text.text-center {
    padding-left: 10px;
    padding-right: 10px
}

.box-image img {
    max-width: 100%;
    width: 100%;
    transform: translateZ(0);
    margin: 0 auto
}

.box-label {
    overflow: hidden
}

.box-label .box-text.text-center {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 10% 0
}

.box-label .box-text.text-right {
    right: 0;
    left: auto
}

.box-label .box-text {
    position: absolute;
    bottom: 0;
    width: auto;
    padding: 0;
    margin: 10%;
    padding: .5em 1.5em .55em;
    background-color: #FFF;
    opacity: .95;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1)
}

.box-label:hover .box-text {
    opacity: 1
}

.box-badge {
    overflow: hidden
}

.box-badge .box-text {
    background-color: rgba(255, 255, 255, 0.95);
    padding: .8em 1em 1em;
    position: absolute;
    bottom: 15%;
    transition: background .3s;
    z-index: 1
}

.dark .box-badge .box-text {
    background-color: rgba(0, 0, 0, 0.95)
}

.box-badge:hover .box-text {
    background-color: #446084
}

.box-bounce .box-text {
    padding: 15px 15px 20px;
    z-index: 1
}

.box-bounce:hover .box-text {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    background-color: #fff
}

.dark .box-bounce:hover .box-text {
    background-color: #222
}

.box-bounce:hover .box-image {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box-push .box-text {
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 85%;
    margin: -15% auto 0
}

.box-overlay .box-text,
.box-shade .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em
}

.box-overlay.dark .box-text,
.box-shade.dark .box-text {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.box-none .box-text {
    display: none !important
}

.has-post-icon:hover .box-shade .box-text,
.has-post-icon:hover .box-overlay .box-text {
    opacity: 0 !important
}

.box-text-middle.box-overlay .box-text,
.box-text-middle.box-shade .box-text {
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto !important;
    z-index: 16;
    left: 0;
    right: 0
}

.box-vertical .box-text-middle .box-text {
    position: relative;
    top: auto;
    bottom: auto;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.has-box-vertical .col {
    width: 100% !important;
    max-width: 100% !important
}

@media screen and (max-width: 549px) {
    .box-vertical .box-image {
        width: 100% !important
    }
}

@media screen and (min-width: 550px) {
    .box-list-view .col {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important
    }
    .box-list-view .box,
    .box-vertical {
        display: table;
        width: 100%
    }
    .box-list-view .box .image-right,
    .box-vertical .image-right {
        direction: rtl
    }
    .box-list-view .box .box-image,
    .box-list-view .box .box-text,
    .box-vertical .box-image,
    .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle
    }
    .box-list-view .box .box-text,
    .box-vertical .box-text {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
    .box-list-view .box .box-image,
    .box-vertical .box-image {
        width: 50%
    }
    .box-list-view .box.align-top .box-text,
    .box-vertical.align-top .box-text {
        vertical-align: top
    }
}

.is-shade,
.is-bevel,
.is-gloss {
    overflow: hidden
}

.is-gloss:after,
.is-shade:after,
.is-bevel:after {
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
    width: 150%;
    box-shadow: inset 0 1.2em 0 0 rgba(255, 255, 255, 0.1)
}

.is-shade:after {
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2em 15px 0 rgba(255, 255, 255, 0.2)
}

.is-bevel:after {
    left: 0;
    width: 100%;
    box-shadow: inset -0.01em -0.1em 0 0 rgba(0, 0, 0, 0.15)
}


.text-center .button:first-of-type {
    margin-left: 0 !important
}

.text-right .button:last-of-type,
.text-center .button:last-of-type {
    margin-right: 0 !important
}

.scroll-for-more {
    margin-left: 0 !important
}

.scroll-for-more:not(:hover) {
    opacity: .7
}


.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px
}

.widget .is-divider {
    margin-top: .66em
}

.dark .is-divider {
    background-color: rgba(255, 255, 255, 0.3)
}

.fl-wrap {
    position: relative
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background-color: rgba(0, 0, 0, 0.15);
    transition: transform .3s, opacity .6s;
    pointer-events: none
}

.img .caption {
    position: absolute;
    transition: transform .5s;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    max-height: 100% !important;
    overflow-y: auto;
    bottom: 0;
    padding: 4px 10px;
    font-size: 14px;
    color: #FFF;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3)
}

.img .caption-show,
.img:hover .caption {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

img[data-lazy-srcset]:not(.lazyloaded),
.lazy-load {
    height: 0;
    padding-top: 33%;
    opacity: .3
}

.lazy-load.hide-for-small {
    opacity: 0
}

.product-gallery img.lazy-load,
.product-small img.lazy-load,
.product-small img[data-lazy-srcset]:not(.lazyloaded) {
    background-color: rgba(68, 96, 132, 0.1);
    padding-top: 100%
}

.has-format,
.video-fit,
.image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover
}

.video-fit {
    padding-top: 56.5%
}

.has-equal-box-heights .box-image {
    padding-top: 100%
}

.image-tools {
    padding: 10px;
    position: absolute
}

.image-tools a:last-child {
    margin-bottom: 0
}

.image-tools a.button {
    display: block
}

.image-tools.bottom.left {
    padding-top: 0;
    padding-right: 0
}

.image-tools.top.right {
    padding-bottom: 0;
    padding-left: 0
}

.image-tools .cart-icon {
    position: absolute;
    left: 10px;
    margin: 5px;
    bottom: 100%
}

.image-tools .wishlist-button:hover {
    background-color: #b20000;
    border-color: #b20000
}

@media only screen and (max-device-width: 1024px) {
    .image-tools {
        opacity: 1 !important;
        padding: 5px
    }
}

.overlay-tools {
    margin-top: 10px
}

.overlay-tools a {
    display: inline-block;
    font-size: .8em;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 2px 10px 3px;
    margin-right: 5px;
    border-radius: 99px;
    text-shadow: none;
    transition: all .3s
}

.overlay-tools a:hover {
    background-color: #FFF;
    color: #000 !important
}

.tag-label {
    text-transform: uppercase;
    display: inline-block;
    font-size: .65em;
    line-height: 1;
    letter-spacing: 1.1px;
    font-weight: bold;
    border-radius: 2px;
    padding: 2px 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color .3s, opacity .3s
}

.has-hover:hover .tag-label {
    opacity: 1;
    background-color: #d26e4b
}

.lightbox-content {
    background-color: #fff;
    max-width: 875px;
    margin: 0 auto;
    transform: translateZ(0);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    position: relative
}

.lightbox-content .lightbox-inner {
    padding: 30px 20px
}

.pswp__bg {
    background-color: rgba(0, 0, 0, 0.6)
}

@media (min-width: 549px) {
    .pswp__top-bar {
        background-color: transparent !important
    }
}

.pswp__item {
    transition: opacity .5s;
    opacity: 0
}

.pswp--visible .pswp__item {
    opacity: 1
}

.pswp__caption__center {
    text-align: center
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0;
    transition: opacity .25s
}

.mfp-bg.mfp-ready {
    opacity: .6
}

.mfp-bg.mfp-removing {
    opacity: 0 !important
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-image-holder {
    padding: 40px 6.66%
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    transition: transform .5s, opacity .3s
}

.mfp-content-inner {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2)
}

.mfp-ready .mfp-content {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mfp-ready.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #cccccc
}

.mfp-preloader a:hover {
    color: white
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

.mfp-close {
    cursor: pointer;
    outline: none;
    z-index: 1046;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    padding: 0;
    mix-blend-mode: difference;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    min-height: 0;
    width: 40px;
    -webkit-backface-visibility: hidden;
    height: 40px;
    line-height: 40px;
    font-family: Arial, monospace;
    transition: opacity .3s, transform .3s;
    transform: translateY(50%) translateZ(1px)
}

.mfp-content .mfp-close {
    position: absolute
}

.mfp-ready .mfp-close {
    opacity: .5;
    transform: translateY(0) translateZ(1px)
}

.mfp-removing .mfp-close {
    display: none !important
}

.mfp-close:hover {
    opacity: 1
}

.mfp-close-btn-in .mfp-close {
    top: 0 !important;
    color: currentColor
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: fixed;
    opacity: .6;
    color: #fff;
    mix-blend-mode: difference;
    top: 50%;
    z-index: 1046;
    margin: 0;
    text-align: center;
    width: 50px;
    height: 50px
}

.mfp-arrow i {
    pointer-events: none;
    font-size: 42px !important
}

.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:active {
    top: 50.1%
}

.mfp-arrow-left {
    left: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.mfp-arrow-right {
    right: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mfp-ready .mfp-arrow-right,
.mfp-ready .mfp-arrow-left {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 0;
    padding: 0 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    font-size: 11px;
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
}

.processing,
.loading-spin {
    position: relative
}

.processing:before,
.loading-spin {
    content: '';
    margin: 0px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    opacity: .8;
    border-left: 3px solid #446084;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    pointer-events: none
}

.box-image.processing:before,
.dark .processing:before,
.dark.processing:before,
.dark.loading-spin,
.dark .loading-spin {
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 3px solid #fff !important
}

.box-image.processing:after {
    content: "";
    background-color: #000;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.box-image.processing .image-tools {
    opacity: 0 !important
}

.woocommerce-checkout.processing:before {
    position: fixed
}

.processing:before,
.loading-spin.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99
}

.loading-spin {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.button.loading {
    opacity: 1 !important;
    position: relative;
    color: rgba(255, 255, 255, 0.05);
    pointer-events: none !important
}

.button.loading:after {
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px
}

.is-outline .button.loading:after {
    border-color: #446084
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.off-canvas .mfp-content {
    -ms-scrollbar-base-color: #000;
    -ms-scrollbar-arrow-color: #000;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.off-canvas .nav-vertical>li>a {
    padding-top: 15px;
    padding-bottom: 15px
}

.off-canvas .nav-vertical li li>a {
    padding-top: 5px;
    padding-bottom: 5px
}

.off-canvas .hide-for-off-canvas {
    display: none !important
}

.off-canvas .hide-for-small,
.off-canvas .hide-for-medium {
    display: inline-block !important
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.2s;
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5)
}

.off-canvas-right.dark .mfp-content,
.off-canvas-left.dark .mfp-content {
    background-color: rgba(0, 0, 0, 0.95)
}

.off-canvas-right .mfp-content {
    left: auto;
    right: 0;
    -ms-transform: translateX(270px);
    transform: translateX(270px)
}

.off-canvas-center .nav-vertical>li>a {
    font-size: 1.5em
}

.off-canvas-center .mfp-container {
    padding: 0
}

.off-canvas-center .mfp-content {
    padding-top: 50px;
    max-width: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.off-canvas-center .mfp-content .searchform {
    max-width: 260px;
    margin: 0 auto
}

.off-canvas-center.mfp-bg.mfp-ready {
    opacity: .85
}

.mfp-bg.off-canvas-center:not(.dark) {
    background-color: #fff;
    opacity: .95
}

.off-canvas-center .nav-sidebar.nav-vertical>li {
    border: 0
}

.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    padding-right: 30px;
    padding-left: 30px
}

.off-canvas-center .nav-sidebar.nav-vertical>li .toggle {
    position: absolute;
    top: 15px;
    right: 0
}

.off-canvas-center:not(.dark) .mfp-close {
    color: currentColor
}

.off-canvas.mfp-removing .mfp-content {
    opacity: 0 !important
}

.off-canvas-left.mfp-ready .mfp-content,
.off-canvas-right.mfp-ready .mfp-content {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.has-off-canvas .off-canvas-blur {
    filter: blur(5px)
}

.has-off-canvas .off-canvas-zoom {
    -ms-transform: scale(0.98);
    transform: scale(0.98)
}

.has-off-canvas .current-lightbox-clicked {
    opacity: 0 !important;
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

.has-off-canvas.has-off-canvas-right .current-lightbox-clicked,
.has-off-canvas.has-off-canvas-left .current-lightbox-clicked {
    -ms-transform: translateX(-7px);
    transform: translateX(-7px)
}

.off-canvas .sidebar-menu {
    padding: 30px 0
}

.off-canvas .sidebar-inner {
    padding: 30px 20px
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 20px
}

.slider-wrapper {
    position: relative
}

.slider>.img,
.flickity-slider>.img,
.slider-wrapper:last-child {
    margin-bottom: 0
}

.slider,
.row-slider {
    position: relative
}

.slider-full .flickity-slider>.col {
    padding: 0 !important
}

.slider-load-first {
    transition: max-height 2s;
    max-height: 999px
}

.slider-load-first:not(.flickity-enabled) {
    max-height: 500px
}

.slider-load-first:not(.flickity-enabled)>div {
    opacity: 0
}

.slider:not(.flickity-enabled) {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    width: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.row-slider::-webkit-scrollbar,
.slider::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important
}

.row-slider:not(.flickity-enabled) {
    display: block !important
}

.slider:not(.flickity-enabled)>* {
    display: inline-block !important;
    white-space: normal !important;
    vertical-align: top
}

.slider:not(.flickity-enabled)>a {
    width: 100%
}

.slider>div:not(.col),
.slider>a,
.slider>p,
.slider>a>img,
.slider>img {
    width: 100%
}

.flickity-slider>div:not(.col),
.flickity-slider>a,
.flickity-slider>p,
.flickity-slider>a>img,
.flickity-slider>img,
.flickity-slider>figure {
    width: 100% !important;
    padding: 0;
    margin: 0;
    transition: transform .6s, opacity .6s, box-shadow 0.6s
}

.flickity-slider>.row:not(.is-selected) {
    opacity: 0
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.slider-has-parallax .bg {
    transition: opacity 0.3s !important
}

.is-dragging .flickity-viewport .flickity-slider {
    pointer-events: none
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 40%;
    bottom: 40%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    color: #111;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s
}

.flickity-prev-next-button.next {
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    right: 2%
}

.flickity-prev-next-button.previous {
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    left: 2%
}

.slider-show-nav .flickity-prev-next-button,
.slider:hover .flickity-prev-next-button {
    opacity: 0.7;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.slider .flickity-prev-next-button:hover {
    box-shadow: none;
    opacity: 1
}

.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
    fill: #446084
}

@media (min-width: 850px) {
    .slider-nav-outside .flickity-prev-next-button.next {
        right: auto;
        left: 100%
    }
    .slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: 100%
    }
}

.flickity-prev-next-button:disabled,
button.flickity-prev-next-button[disabled] {
    opacity: 0 !important;
    background: none !important;
    cursor: auto;
    box-shadow: none !important;
    pointer-events: none
}

.flickity-prev-next-button svg {
    position: absolute;
    padding: 5px;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 100%;
    padding: 20%;
    max-height: 100%;
    height: auto;
    transition: all 0.3s;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -10%
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    margin-top: -40px
}

.flickity-prev-next-button svg,
.flickity-prev-next-button .arrow {
    border-color: currentColor;
    fill: currentColor;
    transition: all 0.3s
}

.slider-auto-height,
.animate-height {
    transition: height .2s
}

.flickity-prev-next-button.no-svg {
    color: #111;
    font-size: 26px
}

.slider-no-arrows .flickity-prev-next-button {
    display: none !important
}

.slider-type-fade .flickity-slider {
    -ms-transform: none !important;
    transform: none !important
}

.slider-type-fade .flickity-slider>* {
    opacity: 0.0;
    z-index: 1;
    left: 0 !important
}

.slider-type-fade .flickity-slider>*.is-selected {
    opacity: 1.0;
    z-index: 2
}

.slider-type-fade .flickity-prev-next-button,
.slider-type-fade .flickity-page-dots {
    z-index: 3
}

.flickity-page-dots {
    position: absolute;
    bottom: 15px;
    left: 20%;
    right: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.slider-nav-outside .flickity-page-dots,
.row-slider .flickity-page-dots {
    bottom: 0
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 3px solid #111;
    border-radius: 50%;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .3s
}

.nav-dots-small .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot {
    opacity: 0.2;
    width: 10px;
    height: 10px;
    border: 0;
    background-color: #111
}

.flickity-page-dots .dot:hover {
    opacity: 0.7
}

.flickity-page-dots .dot.is-selected {
    background-color: #111;
    opacity: 1 !important
}

.slider-nav-dots-dashes .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0
}

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    border-radius: 0
}

.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #111
}

.slider-nav-dots-square .flickity-page-dots .dot {
    border-radius: 0
}

.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button .arrow {
    border-radius: 100%;
    border: 2px solid currentColor
}

.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow {
    background-color: #446084;
    border-color: #446084;
    fill: #fff !important
}

.slider-nav-outside.slider-nav-circle .next {
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.slider-nav-outside.slider-nav-circle .previous {
    -ms-transform: translateX(50%) !important;
    transform: translateX(50%) !important
}

.slider-nav-reveal {
    padding-top: 0;
    overflow: hidden
}

.slider-nav-reveal .flickity-prev-next-button:hover,
.slider-nav-reveal .flickity-prev-next-button {
    width: 30px;
    top: -2px;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 -150px 15px 0 rgba(0, 0, 0, 0.3);
    margin: 0 !important
}

.dark .slider-nav-reveal .flickity-prev-next-button {
    border-radius: 99px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF
}

.slider-nav-reveal .flickity-prev-next-button.next {
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    left: auto !important;
    right: -1px !important
}

.slider-nav-reveal .flickity-prev-next-button.previous {
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    transform: translateX(-10%);
    right: auto !important;
    left: -1px !important
}

.slider-nav-light .flickity-prev-next-button {
    color: #fff
}

.slider-nav-light .flickity-prev-next-button svg,
.slider-nav-light .flickity-prev-next-button .arrow {
    fill: #fff
}

.slider-nav-light .flickity-page-dots .dot {
    border-color: #fff
}

.slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: #fff
}

.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #fff
}

.slider-style-container .flickity-slider>*,
.slider-style-shadow .flickity-slider>*,
.slider-style-focus .flickity-slider>* {
    max-width: 1080px;
    margin: 0 auto
}

.slider-style-container:not(.flickity-enabled) .ux_banner,
.slider-style-shadow:not(.flickity-enabled) .ux_banner,
.slider-style-focus:not(.flickity-enabled) .ux_banner {
    opacity: 0 !important
}

.slider-style-container .ux_banner,
.slider-style-shadow .ux_banner,
.slider-style-focus .ux_banner {
    opacity: 1
}

.slider-style-container .flickity-slider>*:not(.is-selected),
.slider-style-shadow .flickity-slider>*:not(.is-selected),
.slider-style-focus .flickity-slider>*:not(.is-selected) {
    opacity: 0.5
}

.slider-style-shadow {
    padding: 15px 0 25px
}

.slider-style-shadow .flickity-slider>*:before {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 100px;
    left: -10%;
    right: -10%;
    background-size: 100% 100%;
    z-index: -2;
    background-image: url("../img/shadow@2x.png")
}

.slider-style-shadow .flickity-slider>*:not(.is-selected) {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    z-index: -1;
    opacity: 1
}

.slider-style-shadow .flickity-slider>*:not(.is-selected):before {
    height: 200px;
    opacity: .5
}

.slider-style-shadow .flickity-slider>.is-selected {
    -ms-transform: scale(0.95);
    transform: scale(0.95)
}

.slider-style-focus {
    background-color: transparent;
    padding: 30px 0
}

.slider-style-focus .flickity-page-dots {
    bottom: 6px
}

.slider-style-focus .flickity-slider>* {
    max-width: 1050px
}

.slider-style-focus .flickity-slider>*:not(.is-selected) {
    -ms-transform: scale(0.93);
    transform: scale(0.93)
}

@media screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
        display: none
    }
    .row-slider .flickity-prev-next-button {
        width: 20px !important;
        opacity: 0.8;
        background-color: transparent !important;
        box-shadow: none !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important
    }
    .row-slider .flickity-prev-next-button svg {
        padding: 3px !important;
        border: 0 !important
    }
    .flickity-page-dots {
        pointer-events: none
    }
}

.text-box {
    max-height: 100%
}

.text-box .text {
    position: relative;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.text-box-square .text,
.text-box-circle .text {
    height: 0;
    padding: 100% 0 0 0 !important;
    background-color: rgba(0, 0, 0, 0.9)
}

.text-box-square .text-inner,
.text-box-circle .text-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.text-box-circle .border,
.text-box-circle .text {
    border-radius: 100% !important
}

/* a {
    color: #334862;
    text-decoration: none
} */

a.plain {
    color: currentColor;
    transition: color .3s, opacity .3s, transform .3s
}

.nav-dark a.plain:hover {
    opacity: .7
}

a.remove:hover,
a.icon-circle:hover {
    color: #000
}

.dark a,
.dark .widget a {
    color: currentColor
}

.dark a:hover,
.dark .widget a:hover {
    color: #fff
}


.next-prev-nav .flex-col {
    padding: .7em 0
}

.next-prev-nav i {
    font-size: 2em;
    margin: 0 10px !important;
    top: -1px;
    vertical-align: middle
}

.next-prev-nav .flex-col+.flex-col {
    border-left: 1px solid #ececec
}



span.widget-title {
    font-size: 1em;
    font-weight: 600
}

.is-normal {
    font-weight: normal
}

.is-bold {
    font-weight: bold
}

.thin-font,
.is-thin {
    font-weight: 300 !important
}

.thin-font strong,
.is-thin strong {
    font-weight: 700 !important
}

.is-italic {
    font-style: italic !important
}

.is-uppercase,
.uppercase {
    line-height: 1.2;
    text-transform: uppercase
}

.is-alt-font,
.alt-font {
    font-family: Georgia
}

.is-xxxlarge {
    font-size: 2.5em
}

.is-xxlarge {
    font-size: 2em
}

.is-xlarge {
    font-size: 1.5em
}

.is-larger {
    font-size: 1.3em
}

.is-large {
    font-size: 1.15em
}

.is-small,
.is-small.button {
    font-size: .8em
}

.is-smaller {
    font-size: .75em
}

.is-xsmall {
    font-size: .7em
}

.is-xxsmall {
    font-size: .6em
}

@media (max-width: 549px) {
    .is-xxlarge {
        font-size: 2.5em
    }
    .is-xlarge {
        font-size: 1.8em
    }
    .is-larger {
        font-size: 1.2em
    }
    .is-large {
        font-size: 1em
    }
}

.fancy-underline {
    position: relative
}

.fancy-underline:after {
    content: "";
    color: green;
    position: absolute;
    left: 0;
    border-radius: 999px;
    right: 0;
    top: 100%;
    height: 9px;
    image-rendering: -webkit-optimize-contrast;
    background: url("../img/underline.png") 50% top no-repeat;
    background-size: 100% 9px
}

span.count-up {
    opacity: 0;
    transition: opacity 2s
}

span.count-up.active {
    opacity: 1
}


.text-boarder-top-bottom-white,
.text-boarder-top-bottom-dark {
    border-top: 3px solid #ffffff;
    padding-top: 15px;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 15px;
    display: inline-block
}

.text-boarder-top-bottom-dark {
    border-color: #000000
}

blockquote {
    position: relative;
    font-size: 1.2em;
    margin: 0 0 1.25em;
    padding: 0 1.25em 0 1.875em;
    border-left: 2px solid #446084;
    font-style: italic;
    color: #333
}

.dark blockquote {
    color: #FFF
}

.container:after,
.row:after,
.clearfix:after,
.clear:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width: 549px) {
    [data-show="hide-for-small"],
    .hide-for-small {
        display: none !important
    }
    .small-text-center {
        text-align: center !important;
        width: 100% !important;
        float: none !important
    }
}

@media (min-width: 550px) {
    [data-show="show-for-small"],
    .show-for-small {
        display: none !important
    }
}

@media (min-width: 850px) {
    [data-show="show-for-medium"],
    .show-for-medium {
        display: none !important
    }
}

@media (max-width: 849px) {
    [data-show="hide-for-medium"],
    .hide-for-medium {
        display: none !important
    }
    .medium-text-center .pull-left,
    .medium-text-center .pull-right {
        float: none
    }
    .medium-text-center .ml {
        margin-left: auto
    }
    .medium-text-center .mr {
        margin-right: auto
    }
    .medium-text-center {
        text-align: center !important;
        width: 100% !important;
        float: none !important
    }
}

@media (min-width: 850px) {
    [data-show="hide-for-large"],
    .hide-for-large {
        display: none !important
    }
}

.full-width,
.expand {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block
}

.pull-right {
    float: "right";
    margin-right: 0 !important
}

.pull-left {
    float: "left";
    margin-left: 0 !important
}

.mb {
    margin-bottom: 30px
}

.mt {
    margin-top: 30px
}

.mr {
    margin-right: 30px
}

.ml {
    margin-left: 30px
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-half {
    margin-bottom: 15px
}

.mt-half {
    margin-top: 15px
}

.mr-half {
    margin-right: 15px
}

.ml-half {
    margin-left: 15px
}

.mb-half:last-child,
.mb:last-child {
    margin-bottom: 0
}

.pb {
    padding-bottom: 30px
}

.pt {
    padding-top: 30px
}

.pb-half {
    padding-bottom: 15px
}

.pt-half {
    padding-top: 15px
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.inner-padding {
    padding: 30px
}

.first-reset *:first-child {
    margin-top: 0
}

.last-reset *:last-child {
    margin-bottom: 0
}

.no-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.text-center>div,
.text-center>div>div,
.text-center .is-divider,
.text-center .star-rating,
.text-center .is-star-rating {
    margin-left: auto;
    margin-right: auto
}

.text-center .pull-right,
.text-center .pull-left {
    float: none
}

.text-right>div,
.text-right>div>div,
.text-right .is-divider,
.text-right .star-rating,
.text-right .is-star-rating {
    margin-left: auto;
    margin-right: 0
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.fixed {
    position: fixed !important;
    z-index: 12
}

.top {
    top: 0
}

.right {
    right: 0
}

.left {
    left: 0
}

.bottom {
    bottom: 0
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important
}

.v-center {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.h-center {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.h-center.v-center {
    left: auto !important;
    bottom: auto !important;
    right: 50%;
    top: 50%;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.is-full-height {
    min-height: 550px;
    height: 100%;
    height: 100vh;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%
}

.bg-top {
    background-position: top;
    object-position: top
}

.circle {
    border-radius: 999px !important;
    object-fit: cover
}

.circle img {
    border-radius: 999px !important;
    object-fit: cover
}

.round {
    border-radius: 5px
}

.has-border {
    border: 2px solid #446084;
    padding: 15px 30px 30px
}

.dashed-border {
    border-style: dashed
}

.success-border {
    border-color: #7a9c59
}

.bt {
    border-top: 1px solid #ececec
}

.bb {
    border-bottom: 1px solid #ececec
}

.bl {
    border-left: 1px solid #ececec
}

.br {
    border-right: 1px solid #ececec
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.is-invisible {
    visibility: hidden;
    opacity: 0
}

.z-1 {
    z-index: 21
}

.z-2 {
    z-index: 22
}

.z-3 {
    z-index: 23
}

.z-4 {
    z-index: 24
}

.z-5 {
    z-index: 25
}

.z-top {
    z-index: 9995
}

.z-top-2 {
    z-index: 9996
}

.z-top-3 {
    z-index: 9997
}

.no-click {
    pointer-events: none
}

.no-wrap {
    white-space: nowrap
}

.inline {
    display: inline
}

.block {
    display: block
}

@media (max-width: 549px) {
    .small-block {
        display: block
    }
}

.inline-block {
    display: inline-block
}

.inline-images img,
img.inline {
    display: inline-block !important
}

.is-well {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.07), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.no-overflow {
    overflow: hidden
}

.op-4 {
    opacity: .4
}

.op-5 {
    opacity: .5
}

.op-6 {
    opacity: .6
}

.op-7 {
    opacity: .7
}

.op-8 {
    opacity: .8
}

@media (max-width: 549px) {
    .sm-touch-scroll {
        overflow-y: none;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.no-scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.no-scrollbar::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@media screen and (max-width: 549px) {
    .x5 {
        left: 5%
    }
    .x15 {
        left: 15%
    }
    .x25 {
        left: 25%
    }
    .x35 {
        left: 35%
    }
    .x45 {
        left: 45%
    }
    .x55 {
        right: 45%
    }
    .x65 {
        right: 35%
    }
    .x75 {
        right: 25%
    }
    .x85 {
        right: 15%
    }
    .x95 {
        right: 5%
    }
    .x0 {
        left: 0%
    }
    .x10 {
        left: 10%
    }
    .x20 {
        left: 20%
    }
    .x30 {
        left: 30%
    }
    .x40 {
        left: 40%
    }
    .x60 {
        right: 40%
    }
    .x70 {
        right: 30%
    }
    .x80 {
        right: 20%
    }
    .x90 {
        right: 10%
    }
    .x100 {
        right: 0%
    }
    .y0 {
        top: 0%
    }
    .y10 {
        top: 10%
    }
    .y20 {
        top: 20%
    }
    .y30 {
        top: 30%
    }
    .y40 {
        top: 40%
    }
    .y60 {
        bottom: 40%
    }
    .y70 {
        bottom: 30%
    }
    .y80 {
        bottom: 20%
    }
    .y90 {
        bottom: 10%
    }
    .y100 {
        bottom: 0%
    }
    .y5 {
        top: 5%
    }
    .y15 {
        top: 15%
    }
    .y25 {
        top: 25%
    }
    .y35 {
        top: 35%
    }
    .y45 {
        top: 45%
    }
    .y55 {
        bottom: 45%
    }
    .y65 {
        bottom: 35%
    }
    .y75 {
        bottom: 25%
    }
    .y85 {
        bottom: 15%
    }
    .y95 {
        bottom: 5%
    }
    .x50 {
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .y50 {
        top: 50.3%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .y50.x50 {
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width: 550px) and (max-width: 849px) {
    .md-x5 {
        left: 5%
    }
    .md-x15 {
        left: 15%
    }
    .md-x25 {
        left: 25%
    }
    .md-x35 {
        left: 35%
    }
    .md-x45 {
        left: 45%
    }
    .md-x55 {
        right: 45%
    }
    .md-x65 {
        right: 35%
    }
    .md-x75 {
        right: 25%
    }
    .md-x85 {
        right: 15%
    }
    .md-x95 {
        right: 5%
    }
    .md-y5 {
        top: 5%
    }
    .md-y15 {
        top: 15%
    }
    .md-y25 {
        top: 25%
    }
    .md-y35 {
        top: 35%
    }
    .md-y45 {
        top: 45%
    }
    .md-y55 {
        bottom: 45%
    }
    .md-y65 {
        bottom: 35%
    }
    .md-y75 {
        bottom: 25%
    }
    .md-y85 {
        bottom: 15%
    }
    .md-y95 {
        bottom: 5%
    }
    .md-x0 {
        left: 0%
    }
    .md-x10 {
        left: 10%
    }
    .md-x20 {
        left: 20%
    }
    .md-x30 {
        left: 30%
    }
    .md-x40 {
        left: 40%
    }
    .md-x60 {
        right: 40%
    }
    .md-x70 {
        right: 30%
    }
    .md-x80 {
        right: 20%
    }
    .md-x90 {
        right: 10%
    }
    .md-x100 {
        right: 0%
    }
    .md-y0 {
        top: 0%
    }
    .md-y10 {
        top: 10%
    }
    .md-y20 {
        top: 20%
    }
    .md-y30 {
        top: 30%
    }
    .md-y40 {
        top: 40%
    }
    .md-y60 {
        bottom: 40%
    }
    .md-y70 {
        bottom: 30%
    }
    .md-y80 {
        bottom: 20%
    }
    .md-y90 {
        bottom: 10%
    }
    .md-y100 {
        bottom: 0%
    }
    .md-x50 {
        left: 50%;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }
    .md-y50 {
        top: 50%;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }
    .md-x50.md-y50 {
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important
    }
}

@media screen and (min-width: 850px) {
    .lg-x5 {
        left: 5%
    }
    .lg-x15 {
        left: 15%
    }
    .lg-x25 {
        left: 25%
    }
    .lg-x35 {
        left: 35%
    }
    .lg-x45 {
        left: 45%
    }
    .lg-x55 {
        right: 45%
    }
    .lg-x65 {
        right: 35%
    }
    .lg-x75 {
        right: 25%
    }
    .lg-x85 {
        right: 15%
    }
    .lg-x95 {
        right: 5%
    }
    .lg-y5 {
        top: 5%
    }
    .lg-y15 {
        top: 15%
    }
    .lg-y25 {
        top: 25%
    }
    .lg-y35 {
        top: 35%
    }
    .lg-y45 {
        top: 45%
    }
    .lg-y55 {
        bottom: 45%
    }
    .lg-y65 {
        bottom: 35%
    }
    .lg-y75 {
        bottom: 25%
    }
    .lg-y85 {
        bottom: 15%
    }
    .lg-y95 {
        bottom: 5%
    }
    .lg-x0 {
        left: 0%
    }
    .lg-x10 {
        left: 10%
    }
    .lg-x20 {
        left: 20%
    }
    .lg-x30 {
        left: 30%
    }
    .lg-x40 {
        left: 40%
    }
    .lg-x60 {
        right: 40%
    }
    .lg-x70 {
        right: 30%
    }
    .lg-x80 {
        right: 20%
    }
    .lg-x90 {
        right: 10%
    }
    .lg-x100 {
        right: 0%
    }
    .lg-y0 {
        top: 0%
    }
    .lg-y10 {
        top: 10%
    }
    .lg-y20 {
        top: 20%
    }
    .lg-y30 {
        top: 30%
    }
    .lg-y40 {
        top: 40%
    }
    .lg-y60 {
        bottom: 40%
    }
    .lg-y70 {
        bottom: 30%
    }
    .lg-y80 {
        bottom: 20%
    }
    .lg-y90 {
        bottom: 10%
    }
    .lg-y100 {
        bottom: 0%
    }
    .lg-x50 {
        left: 50%;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }
    .lg-y50 {
        top: 50%;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }
    .lg-x50.lg-y50 {
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important
    }
}

[data-animate],
.slider [data-animate] {
    will-change: filter, transform, opacity;
    -webkit-backface-visibility: hidden;
    animation-fill-mode: forwards;
    opacity: 0 !important;
    transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in
}

[data-animate="bounceInLeft"],
[data-animate="bounceInUp"],
[data-animate="bounceInDown"],
[data-animate="bounceInRight"],
.slider [data-animate="bounceInLeft"],
.slider [data-animate="bounceInUp"],
.slider [data-animate="bounceInDown"],
.slider [data-animate="bounceInRight"] {
    transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.5s ease-in
}

[data-animate="bounceInLeft"],
.slider [data-animate="bounceInLeft"] {
    transform: translate3d(-300px, 0, 0)
}

[data-animate="blurIn"],
.slider [data-animate="blurIn"] {
    filter: blur(15px)
}

[data-animate="fadeInLeft"],
.slider [data-animate="fadeInLeft"] {
    transform: translate3d(-70px, 0, 0)
}

[data-animate="fadeInRight"],
.slider [data-animate="fadeInRight"] {
    transform: translate3d(70px, 0, 0)
}

[data-animate="bounceInUp"],
[data-animate="fadeInUp"],
.slider [data-animate="bounceInUp"],
.slider [data-animate="fadeInUp"] {
    transform: translate3d(0, 70px, 0)
}

[data-animate="bounceInRight"],
.slider [data-animate="bounceInRight"] {
    transform: translate3d(300px, 0, 0)
}

[data-animate="bounceIn"],
.slider [data-animate="bounceIn"] {
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

[data-animate="bounceInDown"],
[data-animate="fadeInDown"],
.slider [data-animate="bounceInDown"],
.slider [data-animate="fadeInDown"] {
    transform: translate3d(0, -70px, 0)
}

[data-animate="flipInY"],
.slider [data-animate="flipInY"] {
    transform: perspective(400px) rotate3d(0, 1, 0, -90deg) translate3d(15px, 0, 0);
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

[data-animate="flipInX"],
.slider [data-animate="flipInX"] {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg) translate3d(0, -15px, 0);
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

[data-animated="true"],
.slider .is-selected [data-animated="true"],
.row-slider.slider [data-animated="true"] {
    animation-delay: .1s;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1 !important
}

.flickity-slider>*:not(.is-selected) [data-animated="true"] {
    transition: opacity 0.3s !important
}

[data-animate="none"],
.slider [data-animate="none"] {
    opacity: 1 !important
}

[data-animated="true"][data-animate="blurIn"],
.slider [data-animate="blurIn"][data-animated="true"] {
    filter: blur(0)
}

[data-animated="false"] {
    transition: none !important
}

.has-shadow [data-animate],
[data-animate]:hover {
    transition-delay: 0s !important
}

[data-animate-delay="100"] {
    transition-delay: .1s
}

.nav-anim>li {
    transition: transform .3s, opacity .3s;
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0
}

.active .nav-anim>li,
.nav-anim.active>li,
.mfp-ready .nav-anim>li {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nav-anim>li,
.col+.col [data-animate],
[data-animate-delay="200"],
[data-animate]+[data-animate] {
    transition-delay: .2s
}

.nav-anim>li+li,
[data-animate-delay="300"] {
    transition-delay: .3s
}

.nav-anim>li+li+li,
.col+.col+.col [data-animate],
[data-animate-delay="400"],
[data-animate]+[data-animate]+[data-animate] {
    transition-delay: .4s
}

.nav-anim>li+li+li+li,
[data-animate-delay="500"] {
    transition-delay: .5s
}

.nav-anim>li+li+li+li+li,
.col+.col+.col+.col [data-animate],
[data-animate-delay="600"],
[data-animate]+[data-animate]+[data-animate]+[data-animate] {
    transition-delay: .6s
}

.nav-anim>li+li+li+li+li+li,
[data-animate-delay="700"] {
    transition-delay: .7s
}

.nav-anim>li+li+li+li+li+li+li,
.col+.col+.col+.col+.col [data-animate],
[data-animate]+[data-animate]+[data-animate]+[data-animate]+[data-animate],
[data-animate-delay="800"] {
    transition-delay: .8s
}

.nav-anim>li+li+li+li+li+li+li+li,
.col+.col+.col+.col+.col+.col [data-animate],
[data-animate-delay="900"] {
    transition-delay: .9s
}

.nav-anim>li+li+li+li+li+li+li+li+li,
.col+.col+.col+.col+.col+.col+.col [data-animate],
[data-animate-delay="1000"] {
    transition-delay: 1s
}

.slider-type-fade .flickity-slider>*:not(.is-selected) [data-animate] {
    opacity: 0 !important;
    transition: none !important
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes stuckMoveUp {
    0% {
        transform: translateY(100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes stuckFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.is-border {
    border-width: 1px;
    border-style: solid;
    border-color: #ececec;
    position: absolute;
    pointer-events: none;
    border-radius: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.is-dashed {
    border-style: dashed
}

.is-dotted {
    border-style: dotted
}

a.hotspot {
    background-color: #000;
    color: #FFF;
    border-radius: 99px;
    opacity: .8;
    font-weight: bolder;
    display: block;
    padding: 0;
    line-height: 1.5em;
    text-align: center;
    height: 1.5em;
    width: 1.5em;
    transition: all .3s
}

a.hotspot i {
    font-size: .8em
}

a.hotspot:hover {
    opacity: 1;
    color: #000 !important;
    background-color: #fff !important
}

.has-hover .bg,
.has-hover [class*="image-"] img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s
}

.bg-color .bg,
.bg-grayscale:hover .bg,
.has-hover .image-color img,
.has-hover:hover .image-grayscale img {
    filter: grayscale(100%)
}

.bg-color:hover .bg,
.has-hover:hover .image-color img {
    filter: grayscale(0)
}

.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.bg-zoom-long .bg,
.has-hover .image-zoom-long img {
    transition: transform 5s !important
}

.bg-zoom-long .bg,
.has-hover:hover .image-zoom-long img {
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.bg-zoom-fade:hover .bg,
.has-hover:hover .image-zoom-fade img {
    opacity: .7;
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.bg-glow:hover .bg,
.has-hover:hover .image-glow img {
    filter: brightness(1.1)
}

.bg-fade-out:hover .bg,
.has-hover:hover .image-fade-out img {
    opacity: .7
}

.image-fade:hover .bg,
.has-hover:hover .image-fade img {
    opacity: .6
}

.bg-fade-in .bg,
.image-fade-in img {
    opacity: .7
}

.bg-fade-in:hover .bg,
.has-hover:hover .image-fade-in img {
    opacity: 1
}

.bg-blur:hover .bg,
.has-hover:hover .image-blur img {
    filter: blur(5px)
}

.bg-overlay-remove:hover .overlay,
.bg-overlay-add:not(:hover) .overlay,
.has-hover:hover .image-overlay-remove .overlay,
.has-hover:not(:hover) .image-overlay-add .overlay {
    opacity: 0
}

.bg-overlay-remove-50:hover .overlay,
.bg-overlay-add-50:not(:hover) .overlay,
.has-hover:hover .image-overlay-remove-50 .overlay,
.has-hover:not(:hover) .image-overlay-add-50 .overlay {
    opacity: .5
}

.has-mask {
    overflow: hidden;
    transform: translateZ(0px)
}

.mask-circle {
    -webkit-clip-path: circle(50% at center);
    clip-path: circle(50% at center)
}

.mask-angled {
    -webkit-clip-path: polygon(0 calc(0% + 30px), 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 calc(0% + 30px), 100% 0, 100% 100%, 0 100%)
}

.mask-angled-right {
    -webkit-clip-path: polygon(0 0, 100% calc(0% + 30px), 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% calc(0% + 30px), 100% 100%, 0 100%)
}

.mask-arrow {
    -webkit-clip-path: polygon(0 0, calc(50% - 30px) 0, 50% calc(0% + 30px), calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(50% - 30px) 0, 50% calc(0% + 30px), calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%)
}

.mask-angled-large {
    -webkit-clip-path: polygon(0 calc(0% + 60px), 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 calc(0% + 60px), 100% 0, 100% 100%, 0 100%)
}

.mask-angled-right-large {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%)
}

.mask-arrow-large {
    -webkit-clip-path: polygon(0 0, calc(50% - 60px) 0, 50% calc(0% + 60px), calc(50% + 60px) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(50% - 60px) 0, 50% calc(0% + 60px), calc(50% + 60px) 0, 100% 0, 100% 100%, 0 100%)
}

.mask-angled-right,
.mask-arrow,
.mask-angled {
    margin-top: -30px
}

.mask-angled-right-large,
.mask-arrow-large,
.mask-angled-large {
    margin-top: -60px
}

[data-parallax]:not(.parallax-active) {
    opacity: 0
}

[data-parallax] {
    will-change: transform !important
}

[data-parallax-container] {
    overflow: hidden
}

[data-parallax]:not(.parallax-active) .bg {
    opacity: 0
}

.shade {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(to top, #323232 0%, rgba(50, 50, 50, 0) 33%);
    opacity: .3;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .3s
}

.shade-top {
    opacity: .4;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 70%)
}

.box:hover .shade {
    opacity: .5
}

.box-shade:not(.dark) .shade {
    opacity: .8;
    background: rgba(255, 255, 255, 0.2);
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 33%)
}

.show-on-hover,
.hover-slide,
.hover-slide-in,
.hover-zoom,
.hover-zoom-in {
    opacity: 0;
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
    filter: blur(0);
    pointer-events: none
}

.hover-slide {
    transform: translateY(15%) translateZ(0)
}

.hover-slide-in {
    transform: translateY(100%) translateZ(0)
}

.box-text-middle .box-text.hover-slide {
    transform: translateY(-40%) translateZ(0)
}

.hover-fade-out {
    transition: opacity .3s
}

.has-hover:hover .hover-fade-out {
    opacity: 0
}

.hover-invert {
    opacity: 1 !important;
    filter: invert(0)
}

.has-hover:hover .hover-invert {
    filter: invert(100%)
}

.hover-reveal {
    transition: all .6s;
    opacity: 0;
    transform: translateY(15%) translateZ(0);
    max-height: 0
}

.has-hover:hover .hover-reveal {
    opacity: 1;
    max-height: 150px
}

.has-hover:hover .hover-reveal.reveal-small {
    max-height: 30px
}

.hover-blur {
    opacity: 0;
    transition: filter .3s, opacity .3s;
    filter: blur(10px)
}

.has-hover:hover .hover-blur {
    opacity: 1;
    filter: blur(0) !important
}

.hover-zoom {
    transform: scale(1.1) translateZ(0)
}

.box-text-middle .box-text.hover-zoom {
    transform: scale(1.1) translateZ(0) translateY(-50%)
}

.hover-zoom-in {
    transform: scale(0.9) translateZ(0)
}

.box-text-middle .box-text.hover-zoom-in {
    transform: scale(0.9) translateZ(0) translateY(-50%)
}

.hover-bounce {
    opacity: 1 !important;
    transition: transform .3s;
    transform: scale(1) translateZ(0) translateY(10px) !important
}

.has-hover:hover .hover-bounce {
    transform: scale(1) translateZ(0) translateY(0) !important
}

.box-text-middle .hover-bounce {
    transform: scale(1) translateZ(0) translateY(-40%) !important
}

.box-text-middle:hover .box-text.hover-bounce {
    transform: scale(1) translateZ(0) translateY(-50%) !important
}

.has-hover:hover img.show-on-hover {
    opacity: 1
}

.has-hover:hover .hover-slide,
.has-hover:hover .hover-slide-in,
.has-hover:hover .hover-zoom,
.has-hover:hover .hover-zoom-in,
.has-hover:hover .show-on-hover {
    opacity: 1;
    transform: scale(1) translateZ(0) translateY(0) !important;
    pointer-events: inherit
}

.has-hover:hover .show-on-hover.center,
.box-text-middle:hover .show-on-hover.box-text {
    transform: scale(1) translateZ(0) translateY(-50%) !important
}

.slider .has-slide-effect {
    overflow: hidden;
    background-color: transparent !important
}

.slider .has-slide-effect .bg {
    opacity: 0;
    transition: opacity 1s
}

.slide-zoom-in .bg,
.slide-zoom-in-fast .bg {
    -ms-transform: scale(1);
    transform: scale(1)
}

.slide-zoom-out-fast .bg,
.slide-zoom-out .bg {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.has-slide-effect.is-selected .bg {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity 1s, transform 20s ease-out
}

.slide-fade-in.is-selected .bg {
    transition: opacity 3.5s
}

.slide-fade-in-fast.is-selected .bg {
    transition: opacity 1.5s
}

.slide-zoom-in-fast.is-selected .bg,
.slide-zoom-in.is-selected .bg {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.slide-zoom-out-fast.is-selected .bg {
    transition: opacity 1s, transform 5s ease-out
}

.button.tooltip {
    opacity: 1
}

.tooltipster-default {
    border-radius: 5px;
    background: #111;
    color: #fff;
    transition: opacity .2s;
    opacity: 0
}

.tooltipster-default a {
    color: #eee
}

.tooltipster-default:hover {
    color: #FFF
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px
}

.page-wrapper {
    padding-top: 30px;
    padding-bottom: 30px
}

.page-wrapper-full {
    padding-top: 0
}

.is-sticky-column {
    will-change: min-height
}

.is-sticky-column__inner {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform
}

.header,
.header-wrapper {
    width: 100%;
    z-index: 30;
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    transition: background-color .3s, opacity .3s
}

.header-bg-color {
    background-color: rgba(255, 255, 255, 0.9)
}

.header-top,
.header-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap
}

.header.show-on-scroll,
.header.has-transparent,
.header.transparent {
    position: absolute
}

.header.show-on-scroll:not(.stuck),
.header.transparent:not(.stuck) {
    left: auto;
    right: auto
}

.header.show-on-scroll .header-wrapper {
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0
}

.header.show-on-scroll .header-wrapper.stuck {
    visibility: visible;
    opacity: 1
}

.header.transparent .header-wrapper,
.header.transparent .header-bg-image,
.header.transparent .header-bg-color,
.header.transparent .header-bottom {
    box-shadow: none;
    background-color: transparent;
    background-image: none !important
}

.header-bg-image,
.header-bg-color {
    background-position: 50% 0;
    transition: background .4s
}

.header-top {
    background-color: #446084;
    z-index: 11;
    position: relative;
    min-height: 20px
}

.header-main {
    z-index: 10;
    position: relative
}

.header-bottom {
    z-index: 9;
    position: relative;
    min-height: 35px
}

.top-divider {
    margin-bottom: -1px;
    border-top: 1px solid currentColor;
    opacity: 0.1
}

.nav-dark .top-divider {
    display: none
}

.stuck {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto
}

.sticky-jump .stuck {
    animation: stuckMoveDown .6s
}

.sticky-fade .stuck {
    animation: stuckFadeIn .6s
}

.sticky-shrink .stuck .header-main {
    transition: height .8s
}

.stuck .header-inner,
.stuck .logo,
.stuck .logo img {
    padding-top: 0;
    margin-top: 0
}

.header-wrapper:not(.stuck) .logo img {
    transition: max-height .5s
}

.header.show-on-scroll .hide-for-sticky,
.stuck .hide-for-sticky {
    display: none
}

.header-wrapper.stuck,
.header-shadow .header-wrapper,
.layout-shadow #wrapper {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15)
}

.header-block {
    width: 100%;
    min-height: 15px
}

.header-full-width .container {
    max-width: 100% !important
}

.post {
    margin: 0 0 30px
}

.masonery .post {
    margin-bottom: 0
}

.entry-header-text {
    padding: 1.5em 0 1.5em
}

.entry-header-text.text-center {
    padding-left: 1.5em;
    padding-right: 1.5em
}

.entry-header-text-top {
    padding-top: 0
}

.entry-header-text-bottom {
    padding-bottom: 0px
}

.entry-content {
    padding-top: 1.5em;
    padding-bottom: 1.5em
}

.masonery .article-inner .box {
    margin-bottom: 1.5em
}

.article-inner {
    transition: opacity .3s, box-shadow .5s, transform .3s
}

.blog-featured-title+#main .post-sidebar {
    padding-top: 30px
}

.from_the_blog_comments {
    padding-top: 7px;
    opacity: .8
}

.article-inner.has-shadow {
    background-color: #fff
}

.article-inner.has-shadow .entry-content,
.article-inner.has-shadow footer.entry-meta,
.article-inner.has-shadow .entry-header-text,
.article-inner.has-shadow .author-box {
    padding-left: 1.5em;
    padding-right: 1.5em
}

.article-inner.has-shadow .entry-header-text-top {
    padding-top: 1.5em
}

.entry-author {
    padding: 2em 0
}

.banner h2.entry-title {
    font-size: 2em
}

.badge.post-date {
    top: 7%
}

.entry-image img {
    width: 100%
}

.entry-image-float {
    position: relative
}

@media (min-width: 850px) {
    .entry-image-float {
        max-width: 50%;
        float: left;
        margin-right: 2em
    }
    .entry-image-float+.entry-content {
        padding-top: 0
    }
}

.box-blog-post .is-divider {
    margin-top: .5em;
    margin-bottom: .5em;
    height: 2px
}

.bypostauthor {
    display: block
}

.more-link {
    margin-top: 1.5em
}

.updated:not(.published) {
    display: none
}

@media (min-width: 850px) {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em
    }
    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em
    }
    .aligncenter {
        clear: both;
        display: block;
        margin: 0 auto
    }
}

img.size-full.alignnone {
    margin-bottom: 2em
}

.row .entry-content .gallery {
    padding: 0
}

.gallery-caption {
    display: block
}

/* GALERIA FIN*/


/* FIN CSS TEMP */

/*MAPA DEL SITIO*/

.mapa-sitio ul {
    list-style: none;
    padding: 0;
}

.mapa-sitio > ul > li {
    margin: 1.5rem 0;
}

.mapa-sitio > ul > li > a{
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--blue);
}

#petal_gr_interes,
#petal_arq_inst,
#petal_cultura,
#petal_estrategia,
#box_seguimiento {
    transform-origin: center;
    transition: all .2s;
    cursor: pointer;
}

.petal-animate,
#petal_gr_interes:hover,
#petal_arq_inst:hover,
#petal_cultura:hover,
#petal_estrategia:hover {
    transform: scale(1.05);
}

.box-animate,
#box_seguimiento:hover {
    transform: scale(1.07) rotate(5deg);
}

#petal_gr_interes.petal-animate path:first-child {fill:#e42528; opacity: 0.8;}
#petal_arq_inst.petal-animate path:first-child {fill:#009b52; opacity: 0.8;}
#petal_cultura.petal-animate path:first-child {fill:#fdc90a; opacity: 0.8;}
#petal_estrategia.petal-animate path:first-child {fill:#863399; opacity: 0.8;}

#arquitectura .btn_destacado {
    background-color: #3366CC;
    color: #fff !important;
    border: none !important;
    padding: 5px 9px;
    box-shadow: 0 1px 2px 0px #00000038;
}
#arquitectura .btn_destacado:hover {
    background-color: #f42f63;
}

.tabs_mig .ui-widget-content {
    clear: both;
}

.tabs_mig h1.titulo {
    font-size: 1.25rem;
    font-weight: 600;
}


    .tabs_mig svg {
        width: 50%;
        float: left;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
    
    }

    .tabs_mig .tab-content {
        clear: both;
    }
    
    .tabs_mig ul.nav-tabs {
        width: 50%;
        float: left;
        margin-top: 60px !important;
    }
    @media only screen and (max-width:767.98px) {
        .tabs_mig ul.nav-tabs {
            width: 100%;
        }
    }

    .tabs_mig ul.nav-tabs li {
        width: 100%;
    }

    .tabs_mig ul.nav-tabs li:before {
        display:none
    }
    
    .tabs_mig .nav-tabs li a.nav-link.active,
    .tabs_mig .nav-tabs li a {
        display: inline-block;
        width: 100%;
        padding: 0 0;
        overflow: hidden;
        border-left: solid 5px;
    }
    
    .tabs_mig .nav-tabs li a {
        background-color: #e8e8e8;
        text-decoration: none;
    }

    .tabs_mig .nav-tabs li:nth-child(1) a {
        border-left-color: #009b51!important;
    }
    .tabs_mig .nav-tabs li:nth-child(2) a {
        border-left-color: #4956a1!important;
    }
    .tabs_mig .nav-tabs li:nth-child(3) a {
        border-left-color: #fdc90c!important;
    }
    .tabs_mig .nav-tabs li:nth-child(4) a {
        border-left-color: #82258f!important;
    }
    .tabs_mig .nav-tabs li:nth-child(5) a {
        border-left-color: #e42729!important;
    }
    
    .tabs_mig .nav-tabs li a {
        padding: 5px 10px !important;
    }
    .tabs_mig .nav-tabs li:nth-child(1) a.nav-link.active,
    .tabs_mig .nav-tabs li:nth-child(1) a:hover{
        background-color: #009b51 !important;
    }
    .tabs_mig .nav-tabs li:nth-child(2) a.nav-link.active,
    .tabs_mig .nav-tabs li:nth-child(2) a:hover{
        background-color: #4956a1 !important;
    }
    .tabs_mig .nav-tabs li:nth-child(3) a.nav-link.active,
    .tabs_mig .nav-tabs li:nth-child(3) a:hover{
        background-color: #fdc90c !important;
    }
    .tabs_mig .nav-tabs li:nth-child(4) a.nav-link.active,
    .tabs_mig .nav-tabs li:nth-child(4) a:hover{
        background-color: #82258f !important;
    }
    .tabs_mig .nav-tabs li:nth-child(5) a.nav-link.active,
    .tabs_mig .nav-tabs li:nth-child(5) a:hover{
        background-color: #e42729 !important;
    }

    .tabs_mig .nav-tabs li a.nav-link.active,
    .tabs_mig .nav-tabs li a:hover {
        color:#fff !important;
        text-decoration: none;
    }

@media only screen and (max-width: 760px) {
    .tabs_mig > svg {
        width: 100%;
    }
}

@-webkit-keyframes fixed-move-down { 
    0% {top: -80px;}
    100% {top: 0;}
} 

@keyframes fixed-move-down { 
    0% {top: -80px;}
}
  

@media only screen and (min-width: 992px) {

    .main-navbar > div > .navbar-nav > li {
        position: relative;
    }
    
    .main-navbar > div > .navbar-nav > li:hover:before {
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 130px;
        height: 73px;
        margin: auto;
        top: -90px;
        left: -50px;
        right: -50px;
        box-shadow: 0 0px 15px 0px #00488442;
        border-radius: 5px;
        z-index: 30;
    }
    .main-navbar.sticky > div > .navbar-nav > li:hover > ul:before {
        content: "";
        display: block;
        background-size: cover;
        background-position: center;
        width: 100px;
        height: 80px;
        margin: 6px 0 1rem 6px;
        z-index: 30;
    }
    
    .main-navbar.sticky > div > .navbar-nav > li:hover > ul:after,
    .main-navbar > div > .navbar-nav > li:hover:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #434343;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .main-navbar.sticky > div > .navbar-nav > li:hover:before {
        top: 90px;
    }
    .main-navbar.sticky > div > .navbar-nav > li:hover:after  {
        top: 75px;
    }

    .main-navbar li#inicio:hover:after,
    .main-navbar li#inicio:hover:before,
    .main-navbar li#ministro:hover:after,
    .main-navbar li#ministro:hover:before,
    .main-navbar li#servicios:hover:after,
    .main-navbar li#servicios:hover:before,
    .main-navbar li#participacion:hover:after,
    .main-navbar li#participacion:hover:before,
    .main-navbar li#iniciativas:hover:after,
    .main-navbar li#iniciativas:hover:before {
        background-image: url(); display: none;
    }

    .main-navbar.sticky li#atencion:hover:before,
    .main-navbar.sticky li#ministerio:hover:before,
    .main-navbar.sticky li#sala_prensa:hover:before {
        display: none;
    }
    
    .main-navbar.sticky li#ministerio:hover > ul:before, 
    .main-navbar li#ministerio:hover:before {background-image: url(https://css.mintic.gov.co/mt/mintic/img/ministerio.gif);}
    
    .main-navbar.sticky li#normativa:hover > ul:before, 
    .main-navbar li#normativa:hover:before {background-image: url(https://css.mintic.gov.co/mt/mintic/img/normativa.gif);}
    
    .main-navbar.sticky li#sala_prensa:hover > ul:before, 
    .main-navbar li#sala_prensa:hover:before {background-image: url(https://css.mintic.gov.co/mt/mintic/img/sala_prensa.gif);}
    
    .main-navbar.sticky li#atencion:hover > ul:before, 
    .main-navbar li#atencion:hover:before {background-image: url(https://css.mintic.gov.co/mt/mintic/img/atencion_publico.gif);}
    
    .main-navbar.sticky li#transparencia:hover > ul:before, 
    .main-navbar li#transparencia:hover:before{background-image: url(https://css.mintic.gov.co/mt/mintic/img/transparencia.gif);}
    
}

.fc .fc-button-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.fc-h-event {
    background-color: #004884 !important;
    border-color: #004884 !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(51,102,204,0.4) !important;
    border-color: rgba(51,102,204,0.4) !important;
}

.fc-h-event.festivo {
    background-color: #F42E62 !important;
    border-color: #F42E62 !important;
}

@media only screen and (max-width: 767.98px) {
    .fc .fc-toolbar.fc-header-toolbar {
        flex-direction: column;
    }

    .fc-header-toolbar .fc-toolbar-title {
        margin: 1rem 0 !important;
    }
}