/*******************/
/***** fuentes *****/
/*******************/

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oxygenlight';
    src: url('../fonts/oxygen-light-webfont.eot');
    src: url('../fonts/oxygen-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oxygen-light-webfont.woff') format('woff'), url('../fonts/oxygen-light-webfont.ttf') format('truetype'), url('../fonts/oxygen-light-webfont.svg#oxygenlight') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*****************/
/***** RESET *****/
/*****************/

body {
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

html.ax-scroll {
    scroll-behavior: smooth;
}

/*********************/
/* TITULOS GENERALES */
/*********************/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #575757;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h1 {
    background: url(../Images/title_line.jpg) left bottom no-repeat;
    color: #333;
    font-family: "Open Sans";
    font-size: 20px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 22px;
    padding: 0px 55px 24px 0px;
    text-transform: uppercase;
}

h2 {
    color: #676666;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 25px;
}

h3 {
    color: #44a925;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 20px;
}


h4 {}

h5 {}

.heading_wrapper h2 {
    text-align: right;
}

.heading_wrapper h2 span {
    color: #353535;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
}

a,
a:visited {
    color: #606060;
    font-size: 15px;
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:active {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    color: #676666;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: "trebuchet MS", verdana, Helvetica, arial;
}

ol li {
    color: #676666;
    font-family: "trebuchet MS", verdana, Helvetica, arial;
    font-size: 14px;
    /*list-style-type:none;*/
    margin: 0;
    padding: 0;
}

img {
    display: block;
    max-width: 100%;
}

p {
    color: #676666;
    font-family: "trebuchet MS", verdana, Helvetica, arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 25px;
}

hr {}

strong,
b {
    font-size: 14px;
    font-family: "trebuchet MS", verdana, Helvetica, arial;
}

.DNNEmptyPane {
    padding: 0 !important;
    display: none !important;
}





/******************/
/***** HEADER *****/
/******************/

.ax-header {
    background: url(../Images/bkg_top_menu.jpg) repeat-x;
}


/********/
/* LOGO */
/********/

.ax-logo {
    position: relative;
    z-index: 1;
}

.ax-logo img {
    width: 100%;
}


/*************/
/* MENU TOP */
/************/

.ax-menu_top ul {
    text-align: right;
}

.ax-menu_top ul li {
    display: inline-block;
    position: relative;
}

.ax-menu_top ul li::after {
    color: #fff;
    content: "|";
    font-size: 9px;
    left: -3px;
    position: absolute;
    top: 0;
}

.ax-menu_top ul li:first-child::after {
    content: "";
}

.ax-menu_top ul li a {
    color: #fff;
    display: block;
    font-size: 9px;
    padding: 0 10px;
    text-transform: uppercase;
}

.dnnEditState .ax-menu_top ul li a {
    color: #383838;
}

/*********/
/* REDES */
/*********/

.ax-transversal {
    padding-top: 30px;
    text-align: right;
}

.ax-content-networks ul li {
    display: inline-block;
    vertical-align: middle;
}

.ax-content-networks ul li a {
    background: url(../Images/social-network-top.png) no-repeat;
    display: block;
    font-size: 0px;
    height: 35px;
    width: 35px;
}

.ax-content-networks ul li.ax-tw-top a {
    background-position: 0px 0px;
}

.ax-content-networks li.ax-yt-top a {
    background-position: -35px 0px;
}

.ax-content-networks ul li.ax-fb-top a {
    background-position: -70px 0px;
}

.ax-content-networks ul li.ax-ing-top a {
    background-position: -105px 0px;
}

.ax-content-networks ul li a:hover {
    opacity: 0.6;
}


/*********************/
/* ICONO AUDIO */
/*********************/
.ax-content-networks ul .ax-audio > a {
    background: url(../Images/icon-audio2.png) no-repeat;
    background-position-x: 7px;
}

.icon-audio {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.ax-tooltip {
    position: absolute;
    padding: 10px 16px;
    pointer-events: none;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    background: #00777e00;
    white-space: nowrap;
    z-index: 1;
    width: auto;
    top: 25px;
}

.ax-tooltip p {
    margin: 0;
    color: rgba(255, 255, 255, 0);
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
}

.icon-audio:hover .ax-tooltip,
.icon-audio:focus .ax-tooltip {
    background: #171717c2;

}

.ax-font-small:hover .ax-tooltip,
.ax-font-small:focus .ax-tooltip {
    background: #171717c2;

}

.ax-font-big:hover .ax-tooltip,
.ax-font-big:focus .ax-tooltip {
    background: #171717c2;

}

.icon-audio:hover .ax-tooltip p,
.icon-audio:focus .ax-tooltip p {
    color: #fffdfd;

}

.ax-font-big:hover .ax-tooltip p,
.ax-font-big:focus .ax-tooltip p {
    color: #fffdfd;
}

.ax-font-small:hover .ax-tooltip p,
.ax-font-small:focus .ax-tooltip p {
    color: #fffdfd;
}

.icon-audio {
    position: relative;
    top: 2px;
}

.icon-audio svg {
    fill: #44a925;
    stroke: #44a925;
    top: 6px;
    position: relative;
    left: 42%;
}

/*********************/
/* PROGRAMA TU VIAJE */
/*********************/

.ax-content-google {
    background-color: rgba(108, 177, 45, 0.9);
    display: none;
    opacity: 0.98;
    padding: 20px 15px;
    position: absolute;
    width: 234px;
    z-index: 1;
}

.dnnEditState .ax-content-google {
    display: block;
    position: inherit;
}

.ax-content-travel img {
    cursor: pointer;
}

.ax-contentGoogleTransit p {
    color: #fff;
    font-family: "bebas_neueregular";
    font-size: 28px;
    line-height: 27px;
    text-align: center;
}

.ax-contentGoogleTransit p:nth-child(2) {
    color: #373636;
}

.ax-contentGoogleTransit figure:nth-of-type(1) {
    margin: 0 0 25px;
}

.ax-bottom-travel {
    background: rgba(0, 0, 0, 0) url("../Images/bkg_sInt.png") no-repeat scroll center bottom;
    bottom: -47px;
    display: block;
    height: 47px;
    left: 0;
    position: absolute;
    width: 264px;
}

.dnnEditState .ax-bottom-travel,
.showControlBar .ax-bottom-travel {
    display: none;
}

/*ZOOM*/
.ax-modalmask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.ax-modalmask:target {
    opacity: 1;
    pointer-events: auto;
}

.ax-modalbox {
    width: 30%;
    position: relative;
    padding: 32px 20px 13px 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.ax-movedown {
    margin: 0 auto;
}

.ax-modalmask:target .ax-movedown {
    margin: 1% auto;
}

.ax-close {
    background: #606061;
    color: #FFFFFF !important;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    font-size: 16px;
}

.ax-close:hover {
    color: #222;
}

.zoom {
    display: inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection {
    background-color: transparent;
}

#ex2 img:hover {
    cursor: url(grab.cur), default;
}

#ex2 img:active {
    cursor: url(grabbed.cur), default;
}

.zoom {
    width: 100% !important;
}

img.zoomImg {
    width: 150% !important;
    height: auto !important;
}

/*ZOOM*/




/**********/
/* SEARCH */
/**********/

.ax-search {
    position: relative
}

.ax-search input {
    background: #e1e1e1;
    border: medium none;
    border-radius: 20px 10px 10px 20px;
    height: 32px;
    padding: 8px 10px 7px;
    outline: none;
    margin: 0px;
}

.ax-search-button {
    background: rgba(0, 0, 0, 0) url("../Images/sprite.png") no-repeat scroll;
    font-size: 0;
    height: 35px;
    position: absolute;
    right: 0;
    top: -2px;
    width: 35px;
}

.searchInputContainer a.dnnSearchBoxClearText {
    display: none;
}

.searchInputContainer {
    margin: 0 5px 0 0;
}


/*************/
/* MAIN MENU */
/*************/

.ax-content-tools {
    display: none;
}

.ax-menu ul {
    padding: 30px 0 0;
    text-align: right;
}

.ax-menu ul li {
    display: inline-block;
}

.ax-menu > ul > li:first-child,
.ax-menu > ul > li:nth-child(9),
.ax-menu > ul > li:nth-child(10),
.ax-menu > ul > li:nth-child(11),
.ax-menu > ul > li:nth-child(12),
.ax-menu > ul > li:nth-child(13) {
    display: none;
}

.ax-menu ul li a {
    color: #606060;
    font-family: "open_sanslight";
    font-size: 13px;
    padding: 4px 6px;
    text-transform: uppercase;
    transition: none;
}

.ax-menu > ul > li > a:hover {
    border-top: 2px solid #47bb24;
}

.ax-menu li.selected > a {
    border-top: 2px solid #47bb24;
}

@media screen and (min-width:670px) {

    .ax-menu ul li ul,
    .ax-menu ul li ul ul {
        display: none;
    }

    .ax-menu ul li:hover > a {
        border-top: 2px solid #47bb24;
    }

    .ax-menu > ul > li:hover > ul {
        display: block;
        background: #fff;
        text-align: left;
        margin: auto;
        position: absolute;
        z-index: 1;
        padding: 10px 1%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .ax-menu > ul > li > ul > li {
        display: block;
        vertical-align: top;
    }

    /*.ax-menu > ul > li > ul a {
    color: #77b829;
}*/

    .ax-menu > ul > li > ul a:before {
        content: "-";
        display: inline-block;
        margin-right: 5px;
    }

    .ax-menu > ul > li > ul a:hover {
        border-top: none;
        border-bottom: 2px solid #77b829;
    }

    .ax-menu > ul > li > ul li.selected a {
        border-top: none;
        border-bottom: 2px solid #77b829;
    }
}


/****************/
/**** BANNER ****/
/****************/

.ax-main-banner .ax-row {
    background: #f8f9f9 none repeat scroll 0 0;
    position: relative;
}

.ax-content-banner {
    border-bottom: 4px solid #49ae2a;
    position: relative;
    top: -22px;
}

.ax-content-banner.ax-banner-home-internal {
    top: 0px;
}

.ax-content-banner .chameleon_slider.NewsOne {
    border: none;
    border-radius: 0px;
}

.ax-content-banner .chameleon_slider .main_panel {
    border-radius: 0px;
}

.ax-content-banner .chameleon_slider .main_panel .items_wrapper .item_container > img {
    left: 0px !important;
}

.dnnEditState .ax-content-banner {
    position: inherit;
    top: 0px;
}

.dnnEditState .ax-main-banner .ax-row {
    z-index: 0;
}

.ax-content-banner .media_link {
    background: none !important;
}

.ax-bannerHome.ax-responsive-banner {
    display: none;
}

.dnnEditState .ax-bannerHome.ax-responsive-banner {
    display: block;
    width: 40%;
}

.chameleon_slider.NewsOne .pagination .pages_container li {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll center;
    background-position: -28px -137px;
    height: 13px;
    opacity: 0.7;
    width: 13px;
}

.chameleon_slider.NewsOne .pagination .pages_container li.current,
.chameleon_slider.NewsOne .pagination .pages_container li:hover {
    background-position: -8px -137px;
}




/***********************/
/***** MIGA DE PAN *****/
/***********************/

.ax-breadcrumbs {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
}

.ax-breadcrumbs span {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.ax-breadcrumbs .ax-first a {
    display: inline-block;
}


.ax-breadcrumbs a {
    background: rgba(0, 0, 0, 0) url("../images/breadcrumbs_circle.png") no-repeat scroll center bottom;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    padding: 0 20px 10px;
    text-transform: uppercase;
}

.ax-content-breadcrumbs {
    background: rgba(0, 0, 0, 0) url("../images/breadcrumbs.jpg") no-repeat scroll left bottom;
    height: 45px;
    display: inline-block;
}

.ax-content-breadcrumbs img {
    display: inline-block;
    margin: 1px 0 0;
}


.ax-first {
    margin: 0 0 0 10px;
}



/***********************/
/**** MENU LATERAL ****/
/**********************/

.ax-sidebar ul li {
    border-bottom: 1px dotted #b3b2b2;
    margin: 0 0 0 20px;
    position: relative;
}

.ax-sidebar ul li::after {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -60px -6px;
    content: "";
    height: 20px;
    left: -25px;
    position: absolute;
    top: 9px;
    width: 20px;
}

.ax-sidebar ul li:hover:after {
    background-position: -100px -6px;
}

.ax-sidebar ul li a {
    display: block;
    font-family: trebuchet ms;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 0 6px 10px;
    transition: none;
}

.ax-sidebar ul li:hover {
    background: #44a925 none repeat scroll 0 0;
}

.ax-sidebar ul li:hover a {
    color: #fff;
}

.ax-title-sidebar {
    margin: 10px 0;
}

.ax-title-sidebar span {
    color: #757575;
    display: block;
    font-family: bebas_neueregular;
    font-size: 25px;
    text-transform: uppercase;
}


.ax-sidebar ul li ul {
    background: #44a925 none repeat scroll 0 0;
    border-right: 2px solid #286b05;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 1;
}

.ax-sidebar ul li ul li {
    border: none;
}

.ax-sidebar ul li ul li::after,
.ax-sidebar ul li ul li:hover::after,
.ax-sidebar ul li ul li.selected::after {
    background-position: -120px -5px;
}

.ax-sidebar ul li ul li:hover > a {
    background: #35831d;
}

.ax-sidebar ul li ul li a {
    color: #fff;
}

.ax-sidebar ul li ul {
    display: none;
}

.ax-sidebar ul li:hover > ul {
    display: block;
}

.ax-sidebar ul li.selected::after {
    background-position: -100px -6px;
}

.ax-sidebar ul li.selected a {
    background: #44a925 none repeat scroll 0 0;
    color: #fff;
}

.ax-sidebar li.item-id-811,
.ax-sidebar li.item-id-740 {
    display: none;
}


/******************************************/
/***** TABS HOME - TWITTER - FACEBOOK *****/
/******************************************/

.ax-tab-main {
    background: #fff;
    /*float: left;
    width: 500px;*/
}

.ax-content {
    position: relative;
    width: 100%;
}

.ax-content-tab {
    display: inline-block;
    padding: 10px 0 0 30px;
    width: 50%;
}

.ax-accordion {
    display: none;
}

.ax-tabs {
    border-bottom: 1px solid #dedfe4;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.ax-tabs li {
    display: inline-block;
}

.ax-tabs li a {
    color: #878889;
    display: block;
    font-family: "open_sanslight";
    font-size: 15px;
    line-height: 18px;
    padding: 12px 8px;
    text-transform: uppercase;
    transition: none 0s ease 0s;
    white-space: nowrap;
}

.ax-tabs li.ax-active a,
.ax-tabs li:hover a {
    border-bottom: 2px solid #49ae2a;
    color: #49ae2a;
}

.ax-tab-content {
    padding: 20px 10px 0;
}


.ax-container-news-home {
    background: #f8f9f9;
    margin: 0;
    padding: 80px 0;
    width: 100%;
}

.ax-container-twitter,
.ax-container-facebook {
    border-left: 2px solid #eeecec;
    border-right: 2px solid #eeecec;
    box-sizing: border-box;
    /*float: left;
		padding: 0 10px;
		width: 239px;*/
}

.ax-container-twitter iframe,
.ax-container-facebook .fb-page.fb_iframe_widget {
    width: 100% !important;
    min-width: 100% !important;
    height: 770px !important;
}

.ax-container-facebook .fb-page.fb_iframe_widget span,
.ax-container-facebook .fb-page.fb_iframe_widget span iframe,
.ax-container-facebook .fb-page.fb_iframe_widget span iframe ._2p3a {
    width: 100% !important;
    min-width: 100% !important;
}

.ax-news-home {
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    float: right;
    font-size: 0;
    margin: 0 0 15px;
    padding: 0 0 15px;
    vertical-align: top;
    width: 51%;
}

.ax-content-news .ax-news-home:first-child,
.ax-content-news.ax-news-2-col .ax-news-home:nth-child(3) {
    border-bottom: medium none;
    border-right: 1px solid #f2f2f2;
    float: left;
    margin: 0 15px 15px 0;
    padding: 0 15px 15px 0;
    width: 45%;
}

.ax-content-news.ax-news-2-col .ax-news-home {
    border: none;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 15px;
    padding: 0 15px 15px;
    width: 100%;
    min-height: 355px;
}

.ax-content-news.ax-news-2-col .ax-news-home:last-child {
    border: none;
}

.ax-content-news .ax-news-home a {
    color: #302f2f;
    cursor: pointer;
    display: block;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    transition: none 0s ease 0s;
}

.ax-content-news .ax-news-home a:hover {
    color: #49ae2a;
}

.ax-content-news .ax-news-home:first-child a,
.ax-content-news.ax-news-2-col .ax-news-home a {
    font-size: 15px;
    margin: 0 0 5px;
}

.ax-content-news .ax-news-home:first-child a:first-child,
.ax-content-news.ax-news-2-col .ax-news-home a:first-child {
    width: 100%;
}

.ax-content-news .ax-news-home a:first-child {
    display: inline-block;
    vertical-align: top;
    width: 55px;
}

.ax-content-news .ax-news-home:first-child a img,
.ax-content-news.ax-news-2-col .ax-news-home a img {
    margin: 0 auto 10px;
    max-width: 100%;
    min-height: 108px;
    width: 100%;
}

.ax-news-home a img {
    max-width: 55px;
    min-height: 55px;
    width: 100%;
}

.ax-text-news {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 0 0 15px;
    width: 179px;
}


.ax-content-news .ax-news-home:first-child .ax-text-news,
.ax-content-news.ax-news-2-col .ax-news-home .ax-text-news {
    padding: 0;
    width: 100%;
}

.ax-content-news .ax-news-home p {
    color: #302f2f;
    font-family: "open_sanslight";
    font-size: 12px;
    line-height: 12px;
}

.ax-content-news .ax-news-home:first-child p,
.ax-content-news.ax-news-2-col .ax-news-home p {
    font-size: 14px;
}


.ax-content-news .ax-news-home .ax-text-news a {
    width: 100% !important;
}

.ax-btn-news {
    float: right;
    margin: 0 0 15px;
}

.ax-btn-news a {
    background: #302f2f url("../Images/more_news.jpg") no-repeat scroll right center;
    color: #fff;
    font: 11px "Open Sans";
    padding: 0 30px 0 10px;
}


.ax-title-twitter,
.ax-title-facebook {
    border-bottom: 1px solid #e4e4e4;
    color: #383838;
    font-family: "open_sanslight";
    font-size: 15px;
    margin: 0 0 20px;
    padding: 10px 0 10px 10px;
    text-align: center;
    text-transform: uppercase;
}

.ax-title-twitter {
    background: url("../Images//icon-tw.png") no-repeat scroll 15px 3px;
}

.ax-title-facebook {
    background: url("../Images//icon-fb.png") no-repeat scroll 15px 3px;
}

.dnnEditState .ax-tab {
    display: block !important;
}

._2lqh {
    display: none !important;
}




/* TABS NEWS */
.ax-tab .ax-news-container {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 15px;
    padding: 0 15px 15px;
    width: 100%;
    min-height: 355px;
    box-sizing: border-box;
}

.ax-tab .ax-news-container .ax-news-image {
    width: 100%;
}

.ax-tab .ax-news-container .ax-news-content {
    padding: 0;
    width: 100%;
}

.ax-tab .ax-news-container .ax-news-content h2 {
    margin: 10px 0 0;
}

.ax-tab .ax-news-container .ax-news-content a {
    font-family: "Open Sans";
    font-size: 13px;
}

.ax-tab .ax-news-container .ax-entradilla,
.ax-tab .ax-news-container .ax-entradilla p {
    color: #302f2f;
    font-family: "open_sanslight";
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

.ax-noticias-metro .ax-more-info,
.ax-tab .ax-news-container .ax-more-info {
    display: none;
}






/***************************/
/***** DESTACADOS HOME *****/
/***************************/

.ax-item-home {
    text-align: center;
}

.ax-item-home a {
    display: block;
    opacity: 0.7;
}

.ax-item-home a:hover {
    opacity: 1;
}


.ax-item-home p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto;
    width: 65%;
}

.ax-item-home p a {
    color: #353535;
    display: inline;
    font-weight: bold;
    font-size: 12px;
    opacity: 1;
}

.ax-item-home a img {
    margin: 0 auto;
}




/********************/
/***** TV METRO *****/
/********************/

.ax-container-newsTv {
    background: #f8f9f9;
    margin: 0 0 100px;
    padding: 30px 0;
}

.ax-tv_metro span {
    color: #302f2f;
    cursor: default;
    display: block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 25px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.ax-tv_metro span:hover,
.ax-noticias-metro h1:hover {
    color: #49ae2a;
}

.ax-grid_4.ax-tv_metro {
    border-right: 3px solid #eeecec;
    padding: 10px 1% 55px;
}



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

.user_dashboard a {
    margin: 0 10px 0 10px;
}

.ax-grid_4.ax-tv_metro iframe {
    height: 160px;
    width: 90%;
}

.ax-news-container {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b7b7b7;
}

.ax-container-newsTv .ax-news-container {
    margin: 0 0 0 35px;
    padding: 0;
    border: none;
}

.ax-news-container h2 {
    margin-bottom: 0;
}

.ax-news-image,
.ax-news-content {
    display: inline-block;
    vertical-align: top;
}

.ax-news-image {
    width: 35%;
}

.ax-container-newsTv .ax-news-image {
    width: 45%;
}

.ax-news-content {
    box-sizing: border-box;
    padding: 0 0 0 20px;
    width: 65%;
}

.ax-container-newsTv .ax-news-content {
    width: 55%;
}

.ax-news-content h2 a {
    color: #302f2f;
    font-family: Arial, Helvetica, sans-serif;
}

.ax-news-content h2 a:hover {
    color: #49ae2a;
}

.ax-entradilla {
    color: #4f4f4f;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 15px;
}

.ax-more-info a {
    color: #000;
    font-family: trebuchet MS;
    font-size: 13px;
}

.ax-noticias-metro {
    position: relative;
}

.ax-noticias-metro .ax-btn-news {
    bottom: -40px;
    float: none;
    position: absolute;
    right: 22%;
}

.ax-noticias-metro h1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: default;
    font-size: 30px;
    margin: 0;
    padding: 0 0 18px 35px;
}

.ax-internal-image {
    margin: 0 0 20px;
}

.ax-internal-image img {
    margin: 0 auto;
    width: auto;
}

.ax-center-content .ax-content-news h2 {
    margin: 0;
    text-transform: none;
}

.ax-center-content .ax-content-news h2 a {
    color: #606060;
}

.ax-center-content .ax-content-news .ax-entradilla {
    margin: 0 0 25px;
}

.ax-center-content .ax-content-news .ax-entradilla a {
    color: #44a925;
    text-transform: uppercase;
}

/* InglÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©s */


.DnnModule.DnnModule-DNN_HTML.DnnModule-6907.DnnVersionableControl,
.DnnModule.DnnModule-DNN_HTML.DnnModule-6906.DnnVersionableControl,
.DnnModule.DnnModule-DNN_HTML.DnnModule-7026.DnnVersionableControl {
    display: none;
}

/************************************************************************************/
/***** ESTO SE DEBE CAMBIAR CUANDO SE CAMBIE EL NOMBRE DE LA PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂGINA DE NOTICIAS *****/
/************************************************************************************/
form[action="/al-dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­a/noticias-metro"] .DnnModule.DnnModule-DNN_HTML.DnnModule-6907.DnnVersionableControl,
form[action="/al-dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­a/noticias-metro"] .DnnModule.DnnModule-DNN_HTML.DnnModule-6906.DnnVersionableControl,
form[action="/al-dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­a/noticias-metro"] .DnnModule.DnnModule-DNN_HTML.DnnModule-7026.DnnVersionableControl {
    display: block;
}

/************************************************************************************/
/***** ESTO SE DEBE CAMBIAR CUANDO SE CAMBIE EL NOMBRE DE LA PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂGINA DE NOTICIAS *****/
/************************************************************************************/


.ax-internal-information {
    color: #676666;
    font-family: "trebuchet MS", verdana, Helvetica, arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 25px;
}



/**************************/
/***** MAPA DEL SITIO *****/
/*************************/

.ax-site-map {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    width: 100%;
}

.ax-site-map #dnn_pnav li {
    list-style-type: none;
    padding: 0 20px 0 0;
}

.ax-site-map #dnn_pnav a {
    color: #575757;
    display: block;
}

.ax-site-map #dnn_pnav > li ul {
    margin: 10px 0 10px 20px;
}


.ax-site-map #dnn_pnav > li > a {
    border-bottom: 1px solid #229200;
    color: #575757;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
}

.ax-site-map #dnn_pnav > li > ul > li > a {
    font-weight: bold;
}

.ax-site-map #dnn_pnav a {
    color: #676666;
    font: 14px "trebuchet MS", verdana, Helvetica, arial;
}


.ax-site-map #dnn_pnav > li > ul > li > ul > li a {
    font-size: 12px;
    line-height: 15px;
}












/********************************/
/***** REDES SOCIALES ABAJO *****/
/********************************/

.ax-networks-bottom ul {
    text-align: center;
}

.ax-networks-bottom ul li {
    display: inline-block;
    margin: 0 25px 0 0;
}

.ax-networks-bottom .social-network ul li:first-child {
    border-left: medium none;
}

.ax-networks-bottom ul li a {
    background: url(../Images/social-network.png) no-repeat;
    display: block;
    font-size: 0px;
    height: 50px;
    width: 50px;
}

.ax-networks-bottom ul li a:hover {
    opacity: 0.6;
}


.ax-networks-bottom ul li.ax-tw a {
    background-position: 0 0;
}

.ax-networks-bottom ul li.ax-yt a {
    background-position: -82px 0;
}

.ax-networks-bottom ul li.ax-fb a {
    background-position: -164px 0;
}

.ax-networks-bottom ul li.ax-ing a {
    background-position: -243px 0;
}



/*********************************/
/***** ATENCIÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“N AL CIUDADANO *****/
/*********************************/

.ax-grid_12.ax-attention {
    margin: 40px 0;
}

.ax-attention ul {
    text-align: center;
}

.ax-attention ul li {
    display: inline-block;
    position: relative;
}


.ax-attention ul li::after {
    color: #313131;
    content: "|";
    font-size: 12px;
    left: -3px;
    position: absolute;
    top: 0;
}

.ax-attention ul li:first-child::after {
    content: "";
}


.ax-attention ul li a {
    color: #313131;
    cursor: pointer;
    display: block;
    font-family: open_sanslight;
    font-size: 12px;
    padding: 0 40px;
    text-transform: uppercase;
}

.ax-attention ul li a:hover {
    color: #49ae2a;
}

.ax-hello {
    text-align: center;
}

.ax-hello img {
    margin: 0 auto;
}

.ax-hello .DNNModuleContent a {
    color: #313131;
    display: block;
    font-size: 24px;
    margin: 10px 0 5px;
}


.ax-container.ax-container-internal {
    margin: 30px auto;
}


/*****************************/
/***** CONTENIDO CENTRAL *****/
/*****************************/

.ax-center-container a,
.ax-right-container a {
    color: #44a925;
    font-size: 15px;
}

.ax-container.ax-interna {
    position: relative;
}

.ax-center-container ul li {
    padding: 0 0 0 13px;
    position: relative;
}

.ax-center-container ul li::after {
    background: url(../Images/sprite.png) no-repeat;
    background-position: -154px -13px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 6px;
}

.dnnEditState .ax-center-container ul li::after {
    background: none;
}

.ax-center-container iframe {
    width: 100%;
}

/*************************************/
/***** CONTENIDO COLUMNA DERECHA *****/
/*************************************/

.ax-right-container {
    padding: 0 2%;
}

.ax-right-container h2 {
    color: #757575;
    font-family: bebas_neueregular;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: normal;
}

.ax-right-container h3 {
    color: #0d0d0d;
    font-size: 12px;
    letter-spacing: normal;
}

.ax-right-container p {
    border-bottom: 1px dotted #b3b2b2;
    margin: 0 0 20px;
    padding: 0 0 20px;
}






/************************************/
/***** CAMBIAR TAMAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œO DE FUENTE *****/
/************************************/

.ax-center-container {
    position: relative;
}

.ax-font {
    position: absolute;
    right: 0;
    top: 20px;
    display:none;
}

.ax-font ul li {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    position: inherit;
}

.ax-font ul li::after {
    background: none;
}

.ax-font li a {
    background: url(../Images/sprite.png) no-repeat;
    color: transparent;
    display: block;
    height: 20px;
    width: 21px;
}

.ax-font li a.ax-font-small {
    background-position: -37px -54px;
}

.ax-font li a.ax-font-big {
    background-position: -57px -54px;
}


/****************/
/***** CHAT *****/
/****************/

.ax-chat-online {
    bottom: 0;
    position: fixed;
    right: 0;
}

.dnnEditState .ax-chat-online,
.showControlBar .ax-chat-online {
    position: inherit;
}




/**********************************/
/***** RESULTADOS DE BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡SQUEDA *****/
/**********************************/

.searchSkinObjectPreview {
    display: none !important;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
    display: none;
}

.dnnSearchResultPager.dnnSearchResultPagerTop {
    display: none !important;
}

.dnnSearchResultItem-Others,
.dnnSearchResultItem-Description {
    display: none;
}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset {
    margin: 0 0 25px 0;
}

.dnnSearchResultItem-Subset .dnnSearchResultItem-Title a,
.dnnSearchResultItem-Title a {
    font-family: "Open Sans";
    color: #0d0d0d;
    text-transform: uppercase;
}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Description {
    color: #444;
    font-family: trebuchet ms;
    font-size: 14px;
}

.dnnSearchResultItem-Link a {
    color: #44a925 !important;
}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Description b {
    color: #444;
    font-weight: normal;
}


/******************/
/***** FOOTER *****/
/******************/

.ax-footer-top {
    background: url("../Images/green_pattern.jpg") repeat scroll 0 0;
    padding: 20px 0;
}

.ax-information-site p {
    color: #fff;
    font-family: trebuchet ms;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.ax-grid_12.ax-footer-bottom {
    margin: 25px 0;
}

.ax-rights-reserved p {
    color: #5d5d5d;
    font-size: 12px;
    line-height: 18px;
}

.ax-logos-footer a {
    display: inline-block;
    padding: 0 15px;
}



/********************/
/***** CLEARFIX *****/
/********************/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* IE6&7 */
}






















































































/*CONSULTAS*/
.Filtros,
#PanelContenido,
.ModMetroModificarSuscripcionC,
.ModMetroCompletarSuscripcionC,
.ModMetroContactenosC,
.ModMetroVerSolicitudesVisitasSITC .mail_table,
#mod_travel,
#panelCargando,
.PanelCrearEditar,
.ModMetroFormularioPQRC,
.ModMetroConsultarRadicadoPQRC {
    font: 13px 'Open Sans';
    text-transform: uppercase;
}

.ModMetroFormularioArteMetroC p,
.ModMetroFormularioVisiteSITC p,
.ModMetroCompletarSuscripcionC p,
.ModMetroContactenosC p {
    margin: 0;
}

.ModMetroBuscarExtraviadoC .Filtros > span,
.ModMetroCargarExtraviadoC .Filtros > span,
.ModMetroConsultaRadicadoContactenosC #PanelContenido span,
.ModMetroModificarSuscripcionC span,
.ModMetroCompletarSuscripcionC span,
.ModMetroContactenosC span,
.ModMetroVerSolicitudesVisitasSITC .mail_table span,
#mod_travel span,
#panelCargando,
.PanelCrearEditar span,
.ModMetroFormularioPQRC span,
.ModMetroConsultarRadicadoPQRC span {
    float: left;
    color: #444444;
}

.ModMetroModificarSuscripcionC input[type="text"],
.ModMetroCompletarSuscripcionC input[type="text"],
.ModMetroContactenosC input[type="text"],
.ModMetroContactenosC textarea,
.ModMetroVerSolicitudesVisitasSITC input[type="text"],
#mod_travel input[type="text"],
#mod_travel input[type="password"],
.PanelCrearEditar input[type="text"],
.ModMetroFormularioPQRC select,
.ModMetroFormularioPQRC textarea,
.ModMetroFormularioPQRC input[type="text"],
.ModMetroConsultarRadicadoPQRC input[type="text"] {
    height: 40px;
    margin: 10px 0 0;
    width: 100%;
}

.PanelCrearEditar select {
    height: 40px;
    margin: 10px 0 0;
    width: 100%;
}

.rbDecorated,
.ModMetroConsultaRadicadoContactenosC input[type="submit"],
.ModMetroModificarSuscripcionC input[type="submit"],
#mod_travel input[type="submit"],
.ModMetroFormularioPQRC input[type="submit"],
.ModMetroConsultarRadicadoPQRC input[type="submit"] {
    background: #383838;
    background-image: none !important;
    color: #FFFFFF !important;
    font: 24px 'bebas_neueregular' !important;
    height: auto;
    padding: 10px 25px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.ax-mensaje-f {
    width: 100%;
    margin-bottom: 20px;
}

.ax-resultados {
    margin-top: 20px;
    font: 16px 'Open Sans';
    float: left;
    color: #444444;
    font-family: sans-serif;
}

.ax-resultados span {
    margin-bottom: 10px;
    float: left;
}

.ClaseCamposRequeridos {
    margin-bottom: 10px;
    width: 100%;
    color: #32353C;
    text-transform: initial !important;
    float: left;
}

/*CARGAR EXTRAVIADOS*/
.ModMetroCargarExtraviadoC .Filtros {
    margin-bottom: 65px;
}

.ModMetroCargarExtraviadoC .options-upload .messageUpload {
    color: #e80202;
    float: left;
    margin: 10px 0;
    width: 100%;
    font-size: 13px;
}

.ModMetroCargarExtraviadoC .options-upload ul li {
    margin: 0 0 20px;
    padding: 0;
}

.ModMetroCargarExtraviadoC .options-upload ul li:after {
    display: none;
}

.ModMetroCargarExtraviadoC .ruFileWrap.ruStyled {
    border: 1px solid #CCCCCC;
    height: 36px;
    width: 100%;
}

.ModMetroCargarExtraviadoC .options-upload .RadUpload {
    width: 100%;
}

.ModMetroCargarExtraviadoC .options-upload input.ruFileInput {
    width: 98%;
}

.ModMetroCargarExtraviadoC .options-upload input[type="text"] {
    width: 98%;
    height: 30px;
    border: none;
}

.ModMetroCargarExtraviadoC .options-upload input.ruButton {
    display: none;
}

/*DOCUMENTOS EXTRAVIADOS*/
.ModMetroConsultaRadicadoContactenosC #PanelContenido input[type="text"],
.ModMetroBuscarExtraviadoC .Filtros input[type="text"],
.ModMetroCargarExtraviadoC .Filtros input[type="text"] {
    height: 40px;
    margin: 10px 0 20px;
    width: 100%;
}

.ModMetroBuscarExtraviadoC .Filtros .RadButton,
.ModMetroCargarExtraviadoC .Filtros .RadButton,
.ModMetroCargarExtraviadoC .options-upload .RadButton {
    background: none;
    height: auto;
}

.ClaseBuscarDocumento {
    background: #FAFAFA;
    border: 1px solid #DBDBDB;
    margin-bottom: 5px;
    padding: 10px 2% 5px;
    display: inline-block;
    width: 96%;
}

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

.ClaseBuscarDocumento div span {
    float: none;
}

.ClaseBuscarDocumento div span:first-child {
    font-weight: bold;
}

.RadDataPager_Default {
    background: none;
    border: none;
}

.rdpPageFirst,
.rdpPageLast {
    background: url(/Portals/1/Images/main/sprite.png) 0px -305px no-repeat !important;
    height: 24px !important;
    width: 65px !important;
    outline: none;
}

.rdpPageLast {
    background-position: -41px -337px !important;
    margin-left: 14px !important;
}

.rdpPagePrev,
.rdpPageNext {
    background: url(/Portals/1/Images/main/sprite.png) -69px -303px no-repeat !important;
    height: 26px !important;
    width: 26px !important;
    outline: none;
}

.rdpPageNext {
    background-position: 0px -334px !important;
}

.RadDataPager a {
    font: 13px 'Open Sans';
}

.RadDataPager a:hover {
    color: #49b02a !important;
}

.rdpCurrentPage {
    color: #49b02a !important;
    text-decoration: underline !important;
    background-image: none !important;
}

.RadDataPager a:hover,
.RadDataPager a:hover span,
.rdpCurrentPage span:hover,
.rdpCurrentPage span {
    background: none !important;
}

/*CONSULTA DE SOLICITUD*/
.RadConsultaRadicado {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.RadConsultaRadicado div {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.RadConsultaRadicado div span {
    float: none !important;
}

/*COMPLETAR SUSCRIPCION*/
.ModMetroCompletarSuscripcionC #panelCheckbox,
.ModMetroCompletarSuscripcionC #panelCheckbox span .ModMetroContactenosC #panelCheckbox,
.ModMetroContactenosC #panelCheckbox span {
    float: none;
    text-transform: initial !important;
}

#Boletines > div {
    margin: 15px 0 10px !important;
}

#Boletines div {
    margin: auto;
    text-transform: initial;
}

/*AUTENTICAR EL CORREO CORPORATIVO*/
#PanelMensaje {
    margin-top: 15px;
}

/*FORMULARIOS*/
.ModMetroFormularioArteMetroC > div,
.ModMetroFormularioVisiteSITC > div {
    max-width: 550px;
    margin-top: 30px;
}

.ModMetroFormularioArteMetroC div,
.ModMetroFormularioVisiteSITC div,
.ModMetroModificarSuscripcionC div,
.ModMetroCompletarSuscripcionC div,
.ModMetroContactenosC div,
.PanelCrearEditar div,
#mod_travel div {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    color: #32353C;
    font: 13px 'Open Sans';
}

.ModMetroFormularioArteMetroC span,
.ModMetroFormularioVisiteSITC span {
    text-transform: uppercase;
}

.ModMetroFormularioArteMetroC input[type="text"],
.ModMetroFormularioVisiteSITC input[type="text"],
.ModMetroFormularioVisiteSITC textarea {
    float: right;
    height: 40px;
    padding: 0 7px;
    text-transform: uppercase;
    width: 90%;
    max-width: 320px;
}

.validacion,
.validacion span {
    color: #FF0000 !important;
    font-size: 12px;
    float: left;
    text-transform: initial !important;
    width: 100%;
}

.validacion > span {
    margin-bottom: 10px;
}

#panelCheckbox,
#panelCheckbox span {
    font: 13px 'Open Sans';
    text-transform: inherit;
    margin-bottom: 0 !important;
}

#panelCheckbox a {
    color: #6CB12D;
    font-size: 13px;
}

.ModMetroFormularioArteMetroC input[type="submit"],
.ModMetroFormularioVisiteSITC input[type="submit"],
.ModMetroCompletarSuscripcionC input[type="submit"],
.ModMetroVerSolicitudesVisitasSITC > div > input[type="submit"],
.ModMetroContactenosC input[type="submit"] {
    background: #383838;
    color: #FFFFFF;
    font: 24px 'bebas_neueregular';
    padding: 10px 25px;
    border: 0px;
    cursor: pointer;
    float: right;
    margin-left: 14px;
    outline: none;
}

#panelCaptcha input[type='submit'] {
    margin-bottom: -70px;
    margin-top: 24px;
    position: relative;
}

#panelCaptcha input[type='text'] {
    margin: 10px 0px;
    width: 100%;
    max-width: 100%;
}

/*ARTE METRO*/
.ModMetroFormularioArteMetroC input[type="file"] {
    background: url(/Portals/1/Images/main/btn_seleccioneArchivo.jpg) #383838 no-repeat;
    text-indent: -10000px;
    cursor: pointer !important;
    height: 48px;
    float: right;
    color: transparent;
}

/*VISITE SIT*/
.ModMetroFormularioVisiteSITC textarea,
.ModMetroFormularioPQRC textarea {
    height: 100px;
}

.ModMetroFormularioVisiteSITC table label {
    color: #32353C;
    font: 13px 'Open Sans';
    text-transform: uppercase;
}

.ModMetroFormularioVisiteSITC .RadPicker {
    float: right;
}

.ModMetroFormularioVisiteSITC .riSingle .riTextBox[type="text"] {
    width: 146%;
    margin-right: 5%;
}

/*VER SOLICITUDES*/
.ModMetroVerSolicitudesVisitasSITC a {
    transition: none !important;
}

.mail_table {
    margin: 20px 0;
}

/*ADMINISTRACION BOLETINES*/
.ModMetroAdminBoletinesC #ClaseBotonCrear input[type="submit"],
.ModMetroAdminBoletinesC .rgAltRow input[type="submit"],
.ModMetroAdminBoletinesC .rgRow input[type="submit"],
#BotonAdmin input {
    background: #383838;
    color: #FFFFFF;
    font: 24px 'bebas_neueregular';
    padding: 10px 25px;
    border: 0px;
    cursor: pointer;
    outline: none;
}

#BotonAdmin input {
    margin-right: 5px;
}

#ClaseBotonCrear {
    margin-bottom: 20px;
}

/*TABLAS*/
.ModMetroCargarExtraviadoC .RadGrid_Default {
    border: none;
    width: 100%;
    outline: none;
    color: #444444;
}

.ModMetroCargarExtraviadoC thead {
    display: none;
}

.ModMetroCargarExtraviadoC .RadGrid_Default > table > tbody td {
    color: #444444;
    font: 12px "trebuchet MS", verdana, Helvetica, arial;
    vertical-align: middle;
    line-height: 17px;
    display: block;
    border: 1px solid #DADADA;
    border-bottom: none;
    position: relative;
    padding-left: 37%;
    width: 100% !important;
    box-sizing: border-box;
    text-align: left;
}

.ModMetroCargarExtraviadoC .RadGrid_Default > table > tbody td:last-child {
    border-bottom: 1px solid #DADADA;
}

.ModMetroCargarExtraviadoC .RadGrid_Default > table > tbody td::before {
    font: 11px 'Open Sans';
    width: 54%;
    color: #ffffff;
    text-align: center;
    padding: 1%;
    text-transform: uppercase;
    display: inline-block;
    margin-left: -60%;
    vertical-align: top;
    margin-right: 4%;
}

.ModMetroCargarExtraviadoC .RadGrid_Default > table > tbody td:nth-of-type(1):before {
    content: "Encontrado en la estaciÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n";
}

.ModMetroCargarExtraviadoC .RadGrid_Default > table > tbody td:nth-of-type(2):before {
    content: "PAC";
}

.ModMetroCargarExtraviadoC .RadGrid_Default > table > tbody td:nth-of-type(3):before {
    content: "Tipo de documento";
}

.ModMetroCargarExtraviadoC .RadGrid_Default > table > tbody td:nth-of-type(4):before {
    content: "NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºmero de documento";
}

.ModMetroCargarExtraviadoC .RadGrid_Default > table > tbody td:nth-of-type(5):before {
    content: "Nombre del propietario";
}

.ModMetroCargarExtraviadoC .RadGrid_Default > table > tbody td:nth-of-type(6):before {
    content: "Reclamarlo en";
}

.ModMetroCargarExtraviadoC .RadGrid_Default > table > tbody tr {
    margin-bottom: 20px;
    display: block;
    background: -webkit-linear-gradient(left, #6abe28 35%, #ffffff 0%);
    background: -moz-linear-gradient(left, #6abe28 35%, #ffffff 0%);
    background: -ms-linear-gradient(left, #6abe28 35%, #ffffff 0%);
    background: linear-gradient(to right, #6abe28 35%, #ffffff 0%);
}

/*TABLAS*/
.ModMetroVerSolicitudesVisitasSITC .RadGrid_Default,
.ModMetroVerSuscriptoresC .RadGrid_Default,
.ModMetroAdminBoletinesC .RadGrid_Default,
.ModArkixScheduleStationManageC .RadGrid_Default {
    border: 1px solid #DADADA;
    width: 100% !important;
    overflow-x: auto;
    outline: none;
    color: #444444;
}

.ModMetroVerSolicitudesVisitasSITC .RadGrid_Default .rgHeader,
.ModMetroVerSuscriptoresC .RadGrid_Default .rgHeader,
.ModMetroAdminBoletinesC .RadGrid_Default .rgHeader,
.ModArkixScheduleStationManageC .RadGrid_Default .rgHeader {
    background: #6ABE28;
    border-bottom: 0px;
    border-right: 1px solid #fff;
    font: 12px "Open Sans";
    padding: 5px 10px;
    text-transform: uppercase;
}

.ModMetroVerSolicitudesVisitasSITC .RadGrid_Default .rgHeader:last-child,
.ModMetroVerSuscriptoresC .RadGrid_Default .rgHeader:last-child,
.ModMetroAdminBoletinesC .RadGrid_Default .rgHeader:last-child,
.ModArkixScheduleStationManageC .RadGrid_Default .rgHeader:last-child {
    border-right: none;
}

.ModMetroVerSolicitudesVisitasSITC .RadGrid_Default .rgHeader a,
.ModMetroVerSuscriptoresC .RadGrid_Default .rgHeader a,
.ModMetroAdminBoletinesC .RadGrid_Default .rgHeader a,
.ModArkixScheduleStationManageC .RadGrid_Default .rgHeader a {
    color: #fff;
    font: 11px "Open Sans";
}

.ModMetroVerSolicitudesVisitasSITC .RadGrid_Default td,
.ModMetroVerSuscriptoresC .RadGrid_Default td,
.ModMetroAdminBoletinesC .RadGrid_Default td,
.ModArkixScheduleStationManageC .RadGrid_Default td {
    border-right: 1px solid #ccc;
    font: 12px "trebuchet MS", verdana, Helvetica, arial;
    padding: 5px 10px;
    color: #444444;
}

.ModMetroVerSolicitudesVisitasSITC .RadGrid_Default td:last-child,
.ModMetroVerSuscriptoresC .RadGrid_Default td:last-child,
.ModMetroAdminBoletinesC .RadGrid_Default td:last-child {
    border-right: none;
}

.ModMetroVerSolicitudesVisitasSITC .RadGrid_Default tfoot td,
.ModMetroVerSuscriptoresC .RadGrid_Default tfoot td,
.ModMetroAdminBoletinesC .RadGrid_Default tfoot td,
.ModArkixScheduleStationManageC .RadGrid_Default tfoot td {
    background: #fff;
}

.ModMetroVerSuscriptoresC .RadGrid_Default .rgCommandRow td {
    border: none;
}












/*PAGINADOR TABLAS*/
.RadGrid_Default .rgPagerCell {
    background: #ffffff;
    border: none !important;
}

.RadGrid_Default .rgPagerCell .rgWrap {
    padding: 0 1%;
}

.RadGrid_Default .rgPagerCell .rgAdvPart {
    display: none;
}

.RadGrid_Default .rgPagerCell .rgPageFirst,
.RadGrid_Default .rgPagerCell .rgPageLast {
    background: rgba(0, 0, 0, 0) url(/Portals/1/Images/main/sprite.png) no-repeat scroll 0 -303px;
    height: 24px;
    width: 65px;
}

.RadGrid_Default .rgPagerCell .rgPageLast {
    background-position: -27px -335px;
}

.RadGrid_Default .rgPagerCell .rgPagePrev,
.RadGrid_Default .rgPagerCell .rgPageNext {
    background: url(/Portals/1/Images/main/sprite.png) -69px -376px !important;
    height: 26px !important;
    width: 26px !important;
}

.RadGrid_Default .rgPagerCell .rgPageNext {
    background-position: 0px -407px !important;
}

.RadGrid_Default .rgPagerCell .rgNumPart a.rgCurrentPage,
.RadGrid_Default .rgPagerCell .rgNumPart a.rgCurrentPage:hover,
.RadGrid_Default .rgPagerCell .rgNumPart a.rgCurrentPage span,
.RadGrid_Default .rgPagerCell .rgNumPart a.rgCurrentPage span:hover,
.RadGrid_Default .rgPagerCell .rgNumPart a span:hover,
.RadGrid_Default .rgPagerCell .rgNumPart a:hover span,
.RadGrid_Default .rgPagerCell .rgNumPart a:hover {
    color: #49b02a !important;
    text-decoration: underline !important;
    background: none !important;
    cursor: pointer;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.RadGrid_Default .rgPagerCell .rgNumPart a {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}





/*Programador de viajes*/
.arkix-filter {
    font-size: 16px;
}

.arkix-filter span {
    color: #444444;
    font: 13px 'Open Sans';
    text-transform: uppercase;
}

.arkix-filter .RadComboBox {
    max-width: 100%;
}

.arkix-search-option {
    background: url(/ArkixScheduleResources/core/search.png) center no-repeat;
    border-radius: 8px;
    height: 40px;
    width: 40px;
}

.arkix-create-option {
    background: url(/ArkixScheduleResources/core/create.png) center no-repeat;
    border-radius: 8px;
    height: 40px;
    width: 40px;
}

.arkix-result {
    margin-top: 40px;
}

.ModArkixScheduleStationManageC .RadGrid_Default td {
    border: none;
    text-transform: uppercase;
}

.arkix-edit-option {
    background: url(/ArkixScheduleResources/core/edit.png) center no-repeat;
    padding: 14px 18px;
}

.arkix-edit-near-option {
    background: url(/ArkixScheduleResources/core/near.png) center no-repeat;
    padding: 14px 18px;
}

.arkix-delete-option {
    background: url(/ArkixScheduleResources/core/delete.png) center no-repeat;
    height: 40px;
    width: 40px;
    border: 0;
}

.arkix-detail-option {
    background: url(/ArkixScheduleResources/core/image.png) center no-repeat;
    height: 40px;
    width: 40px;
    border: 0;
}

.arkix-images-detail {
    background-color: #FFFFFF;
    border-radius: 13px;
    box-shadow: 1px 0 6px 1px #FFFFFF;
    display: none;
    left: 29%;
    padding: 43px;
    position: fixed;
    top: 20%;
    z-index: 5001;
}


table {
    width: 100% !important;
    text-align: center;
    font-family: "trebuchet MS", verdana, Helvetica, arial;
    border-collapse: collapse;
}

table tr td {
    padding: 10px 5px;
}

table.rayada tr:nth-child(even) {
    background-color: #ededed;
}

table p {
    margin: 0;
}

.sisI img {
    display: initial;
}

.sisI td {
    background: #fff;
    border: 1px solid #44a925;
    border-collapse: collapse;
}


.ModArkixScheduleStationSearchC {
    display: none;
}

/* CONTADOR Y ACTUALIZACION */
.contadorDeVisitas,
.fechaUltimaActualizacion {
    color: #fff;
    font-family: trebuchet ms;
    font-size: 12px;
    line-height: 18px;
}

/* SISTEMA INTEGRADO */
.ax-lineas p {
    margin: 0;
}

.ax-lineas table {
    border: 1px solid#44a925;
}

.ax-lineas table tr:nth-child(odd) {
    background: #e6eed5;
}

.ax-lineas table tr td {
    border: 1px solid#44a925;
    padding: 10px;
}

.ax-lineas ul {
    margin-left: 10px;
}

/* CALENDARIO */
.ui-datepicker {
    background: #6ABE28;
    color: #FFFFFF;
    font-family: trebuchet ms;
    padding: 14px;
}

.ui-corner-all {
    color: #FFFFFF;
    font: 14px 'Open Sans';
}

.ui-datepicker-title {
    margin-top: 14px;
}

.ui-datepicker-calendar {
    margin-top: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ui-datepicker-calendar span {
    margin: 0 5px;
}

.ui-datepicker-calendar td {
    padding: 3px 0 !important;
}

.ui-state-default {
    color: #fff !important;
}

/* PROVEEDORES */
.ModMetroVerBienesC,
.ModMetroDetalleContratacionC,
.ModMetroInscribirC,
.ModMetroVerMasInscribirC,
.ModMetroRegistrarseC {
    font-size: 16px;
}

.ClaseDetalle,
.ClasePasos,
.ofert-a,
.ofert-b,
.ClaseContrato,
.tituloRegistrarse {
    margin-bottom: 30px;
}

.ClaseEncabezadoPasos {
    color: #44a925;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 20px;
    display: inline-block;
}

.ModMetroDetalleContratacionC .RadButton,
.ModMetroVerMasInscribirC .RadButton,
.ModMetroVerBienesC .RadButton {
    background: none;
}

.ClaseContrato input,
.ClaseBotonesRegistro input {
    background: #383838;
    background-image: none !important;
    color: #FFFFFF !important;
    font: 24px 'bebas_neueregular' !important;
    height: auto;
    padding: 10px 25px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    display: block;
}

.ClaseBotonesRegistro input,
.ModMetroVerBienesC .RadButton {
    width: auto !important;
    display: inline-block !important;
}

.ModMetroVerBienesC .RadButton {
    float: none !important;
}

.ModMetroRegistrarseC div > span,
.ModMetroVerBienesC .Filtros span {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    color: #32353C;
    font: 13px 'Open Sans';
    text-transform: uppercase;
}

.ModMetroRegistrarseC input,
.ModMetroRegistrarseC textarea,
.ModMetroVerBienesC .Filtros input,
.ModMetroVerBienesC .Filtros select {
    height: 40px;
    width: 100%;
}

.ModMetroRegistrarseC div .ClaseRequerido {
    display: none !important;
}

.tituloRegistrarse span {
    color: #44a925 !important;
    font-size: 20px !important;
    float: none !important;
    display: block;
}

.ModMetroRegistrarseC .ClaseCamposRequeridos {
    font: 13px 'Open Sans';
    margin-top: 15px;
}


/* ConsultaPQR */
.consultarradicado_respuesta {
    margin-top: 20px;
}

.consultarradicado_respuesta div {
    float: left;
    width: 100%;
}

.consultarradicado_respuesta div span:first-child {
    font-weight: bold;
    margin-right: 5px;
}

.panelPQR .labelPQR {
    margin-top: 10px;
}







/* Error 404 */
.ax-error {
    text-align: center;
}

.ax-error p:first-child {
    font-size: 90px;
    line-height: 90px;
    color: #77b829;
}

.ax-error .ax-button {
    color: #ffffff;
    background: #77b829;
    padding: 9px 21px;
    font-weight: bold;
    display: inline-block;
}

/* GalerÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­a */
.edn_article_gallery {
    text-align: center;
}

.edn_article_gallery li {
    display: inline-block;
}

.edn_article_gallery li:after {
    display: none;
}

/* Menu CategorÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­as */
.ModEasyDNNnewsCategoriesMenuC .edn_module_box {
    margin: 0 0 20px;
    border: solid 1px #44a925;
}

.ModEasyDNNnewsCategoriesMenuC .edn_module_box .edn_module_title {
    background: #44a925;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: normal;
    padding: 5px 10px;
    margin: 0px;
    text-transform: none;
}

.ModEasyDNNnewsCategoriesMenuC .edn_module_box ul {
    padding: 0;
    margin: 0;
    clear: both;
}

.ModEasyDNNnewsCategoriesMenuC .edn_module_box ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: solid 1px #44a925;
}

.ModEasyDNNnewsCategoriesMenuC .edn_module_box ul li div {
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.ModEasyDNNnewsCategoriesMenuC .edn_module_box ul li div .category {
    color: #3c3c3c;
    text-decoration: none;
    font-weight: normal;
    display: inline;
    line-height: 19px;
}

.ModEasyDNNnewsCategoriesMenuC .edn_module_box ul li div .articlecount {
    font-weight: normal;
    padding: 0;
    background: #44a925;
    border-radius: 100%;
    float: right;
    display: inline;
    color: #fff;
    font-size: 10px;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.ModEasyDNNnewsCategoriesMenuC .edn_module_box ul li div .rss,
.ModEasyDNNnewsCategoriesMenuC .edn_module_box ul li div a,
.ModEasyDNNnewsCategoriesMenuC .edn_module_box .level_0 > div {
    display: none;
}

.article_pager .page {
    color: #fff;
    margin: 0 5px;
    background: silver;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}

.article_pager .active.page {
    background: #44a925;
}

.article_pager .prev,
.article_pager .first,
.article_pager .next,
.article_pager .last {
    margin: 0 2px;
    border: 1px solid #44a925;
    padding: 0 5px;
}

/* pop up formulario pqrs  */


.pop-up-form-pqrs .tad-modalmask {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.pop-up-form-pqrs .tad-modalbox {
    background-color: #ffffff;
    max-width: 500px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
    padding: 40px;
    z-index: 99999;
    margin-top: 120px;
}

.pop-up-form-pqrs .tad-modalclose {
    float: right;
    position: relative;
    top: -20px;
    background-color: #b17c81;
    padding: 6px 11px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: bold;
    right: -20px;
    cursor: pointer;
}

/* Overwritten active, hover and green styles of jQueryui */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #49ae2a !important;
    border: 1px solid #49ae2a !important;
}

/* Change and force color in tabs titles */

.ui-accordion-header {
    color: #333333 !important;
}


/*  Custom general styles for pages template  */

input[type=submit] {
    color: white;
    background: #74a62d;
    border-radius: 5px;
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.4s ease;
}


input[type=submit]:hover {
    background: #383838;
    transition: all 0.4s ease;
}

select {
    height: 40px;
    margin: 8px 0 0;
    width: 50%;
    cursor: pointer;
}

input {
    margin: 10px;
    padding: 5px;
    border-radius: 8px;
}

label {
    font-size: 14px;
    margin: 6px;
    padding: 10px;
}

.procesos-wrapper {
    text-align: center;
    margin: 45px 0;
}

.procesos-item {
    background: #44a925 !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 5px 10px !important;
    margin: 5px 7px;
}

/* Hide contrato module from page https://www.metrodemedellin.gov.co/proveedoresycontratistas */

.Ocultar {
    display: none !important;
}

/* Hide Pop up form page https://www.metrodemedellin.gov.co/proveedores-y-contratistas/procesos-2018 */

[action="/proveedores-y-contratistas/procesos-2018"] .RadWindow_Default,
[action="/proveedores-y-contratistas/procesos-2018"] .TelerikModalOverlay {
    display: none !important;
}

.article.details {
    display: flex;
    flex-direction: column;
}

.article.details h1 {
    order: -5;
}

.article.details > .article_image {
    order: -4;
}

.article.details .edn_article_gallery {
    order: -3;
    padding: 50px 0;
}

/*GENTE METRO*/
.ax-gente-metro {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    background: #F6F6F6;
    margin: 20px 2% 20px 0px;
    box-sizing: border-box;
    font-size: 0;
    height: 180px;
}

.ax-gente-metro .ax-content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding: 92px;
    box-sizing: border-box;
}

.ax-gente-metro .ax-content-item h2 {
    color: #232323;
    line-height: 26px;
    font-size: 21px;
    margin: 0 0 5px 0;
}

.ax-gente-metro .ax-content-item {
    position: absolute;
    top: 62px;
    max-width: 160px;
    transform: translate(-50%, -50%);
    left: 62%;
    top: 50%;
}

.ax-gente-metro .ax-content-item p {
    color: #232323;
    line-height: 16px;
    font-size: 15px;
    margin-bottom: 0;
}

.ModMetroAutenticacionCorreoC #mod_travel .ax-content-info-princ p {
    margin: 10px 0;
    text-transform: none;
}

.ModMetroAutenticacionCorreoC #mod_travel .ax-content-info-princ {
    margin: 0;
}

.ModMetroAutenticacionCorreoC #mod_travel .ax-content-info-princ .titulo {
    font-size: 23px;
    text-align: center;
    margin: 9px 0 20px 0;
    font-weight: 900;
}

.ModMetroAutenticacionCorreoC #mod_travel .ax-content-info-princ p > span {
    float: none;
    color: red;
}

/* GENTE METRO NEWS IMG IZQUIERDA */


.eds_news_GenteMetro > div .ax-left_image {
    width: 48%;
    display: inline-block;
}

.eds_news_GenteMetro > div .ax-content-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-top: 6px solid #dbb700;
}



.eds_news_GenteMetro .ax-separador {
    background: #DBB700;
    width: 21px;
    height: 21px;
    position: absolute;
    left: -3%;
    border-radius: 50px;
    top: -12px;
}

.eds_news_GenteMetro > div {
    position: relative;
}

.eds_news_GenteMetro .ax-titulo {
    padding: 0 30px;
    box-sizing: border-box;
    background: none;
    margin: 17px 0 18px 0px;
    font-size: 31px;
    color: #47BB24;
}

.eds_news_GenteMetro .ax-info {
    padding: 0 30px;
}

.eds_news_GenteMetro .ax-titulo > span {
    color: #232323;
}

.eds_news_GenteMetro .ax-separador:before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background: #fff;
    border-radius: 50px;
    margin: 4px auto 0 auto;
}


/*LANDING GRUPO USUARIOS*/

/*COLORES TEXTO - ESTILOS GLOBALES*/
.ax-blanco {
    color: #fff;
}

.ax-interna-gente p {
    font-size: 17px;
    line-height: 24px;
}

.ax-amarillo {
    color: #FFD860;
}

.dnnEditState .DNNEmptyPane {
    display: block !important;

}

.ax-titulo strong {
    font-size: 60px;
    display: block;
}

/*SECCION 1*/
.ax-bg-titulo {
    text-align: center;
}

.ax-titulo-prin h1 {
    background: none;
    padding: 0;
    font-size: 41px;
    font-weight: inherit;
    position: relative;
    width: 100%;
    display: block;
    font-weight: bold;
}

.ax-titulo-prin h1:before {
    content: "";
    background-image: url(/Portals/1/gurpo-interes/nube2.png);
    display: block;
    width: 140px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.4;
    top: 36px;
    right: 96%;
}

.ax-titulo-prin h1:after {
    content: "";
    background-image: url(/Portals/1/gurpo-interes/nube1.png);
    display: block;
    width: 140px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 100%;
    top: 35px;
    opacity: 0.5;
}

.ax-titulo-prin h1 > span {
    display: block;
    font-weight: 800;
}

.ax-titulo-prin p {
    max-width: 73%;
    margin: 0 auto;
}

.ax-bg-titulo {
    background: #6dbe55;
    padding: 24px 0;
    position: relative;
    background: rgb(109, 190, 85);
    background: linear-gradient(90deg, rgba(109, 190, 85, 1) 35%, rgba(92, 158, 73, 1) 100%);
}

.ax-bg-titulo:after {
    content: "";
    background-image: url(/Portals/1/gurpo-interes/separado-abajo.png);
    display: block;
    width: 100%;
    position: absolute;
    height: 50%;
    background-size: 101%;
    background-repeat: no-repeat;
    top: 99%;
}


/*SECCION 2*/

.ax-content-usarios {
    position: relative;
    margin: 134px 0;
}

.ax-img-top {
    position: absolute;
    right: -9%;
    top: -20%;
    width: 30%;
}


.ax-contenedor-info1 h2 strong {
    font-size: 60px;
    display: block;
}

.ax-contenedor-info1 {
    position: relative;
}

.ax-img-letf {
    position: absolute;
    top: 4%;
    width: 33%;
    left: -10%;
}

.ax-conteiner-gente {
    max-width: 1124px;
    margin: 0 auto;
}

.ax-pasos {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 28px;
    box-sizing: border-box;
    margin-right: 3%;
    margin-bottom: 52px;
}

.info-pasos p {
    margin-top: 20px;
    padding-right: 10px;
}

.ax-img-letf + .ax-conteiner-gente {
    /* padding: 0 101px; */
    box-sizing: border-box;
    margin-left: 27%;
}

.ax-conteiner-gente.ax-dos-col .ax-pasos:nth-child(1) {
    width: 53%;
    margin-right: 0;
}

.ax-img-letf + .ax-conteiner-gente .ax-pasos {
    width: 29%;
}


.ax-contenedor-info1 .ax-conteiner-gente.ax-dos-col {
    margin-left: 28%;
}

.ax-interna-gente p strong.ax-fuente-mas {
    display: block;
    font-size: 29px;
}

.ax-conteiner-gente.ax-dos-col {
    max-width: 930px;
}

.ax-conteiner-gente.ax-dos-col .ax-pasos:nth-child(2) {
    width: 46%;
    margin-right: 0;
    /* margin-left: 2%; */
}

.ax-borde-derecha {
    border-right: 1px solid;
}

.ax-interna-gente p strong {
    font-size: initial;
}

.ax-contenedor-info1 h2 + p {
    text-align: center;
}

.ax-contenedor-info1 h2 {
    max-width: 992px;
    display: block;
    margin: 51px auto;
}

/*SECCION 3*/


.ax-gente-info {
    position: relative;
    padding: 24px 0;
    background: rgb(92, 158, 73);
    background: linear-gradient(90deg, rgba(92, 158, 73, 1) 0%, rgba(109, 190, 85, 1) 86%);
}

.ax-content-gente {
    position: relative;
}

.ax-content-gente .ax-gente-info:before {
    content: "";
    background-image: url(/Portals/1/gurpo-interes/separado-superior.png);
    display: block;
    width: 100%;
    position: absolute;
    height: 14%;
    background-size: 101%;
    background-repeat: no-repeat;
    z-index: -1;
    top: -14vh;
}

.ax-content-imagenes {
    position: relative;
}


.ax-content-imagenes .img-gente-left {
    position: absolute;
    width: 31%;
    left: -6%;
    top: -71%;
}

.ax-content-imagenes .img-gente-right {
    width: 25%;
    right: -4%;
    position: absolute;
    top: -257px;
}

.ax-gente-info h2 {
    text-align: center;
}


.ax-content-imagenes .ax-conteiner-gente {
    text-align: center;
    margin: 78px auto 0 12%;
}

.ax-contenedor-info-3 .ax-content-imagenes .ax-conteiner-gente .ax-pasos:nth-child(2) {
    width: 55%;
}

.ax-content-imagenes .ax-conteiner-gente .ax-pasos p {
    text-align: left;
}

.ax-content-imagenes .ax-conteiner-gente h2 {
    margin-bottom: 83px;
}

.ax-gente-info .ax-borde-derecha {
    border-right: 1px solid #ffffff5e;
}

.ax-gente-info .ax-conteiner-gente.ax-dos-col {
    max-width: 1132px;
}

/*SECCION-4*/
.ax-img-right {
    width: 26%;
    right: 5%;
    position: absolute;
    top: -181px;
}

.ax-content-proveedores {
    margin: 109px 0;
}

.ax-proveedores-info {
    position: relative;
}

.ax-contenedor-info-3 {
    margin-bottom: 138px;
}

.ax-contenedor-info-3 {}

.ax-contenedor-info4 h2 {
    margin-bottom: 133px;
}


.ax-contenedor-info4 > .ax-conteiner-gente .ax-pasos {
    width: 39%;
}

.ax-contenedor-info4 > .ax-conteiner-gente .ax-pasos:nth-child(1) {
    width: 31%;
}

.ax-margin {
    margin-left: 5%;
}

.ax-comunidad-info {
    position: relative;
    padding: 24px 0;
    background: rgb(109, 190, 85);
    background: linear-gradient(90deg, rgba(109, 190, 85, 1) 18%, rgba(92, 158, 73, 1) 99%);
    margin-bottom: 138px;
}

.ax-contenedor-info5 .ax-content-imagenes .ax-conteiner-gente h2 {
    text-align: left;
}

.img-comunidad-left {
    position: absolute;
    width: 27%;
    left: -6%;
    top: -27%;
}

.img-comunidad-right {
    width: 25%;
    right: -4%;
    position: absolute;
    top: -257px;

}

.ax-pasos-new .ax-pasos:nth-child(1) {
    width: 35%;
}

.ax-pasos-new {
    margin-left: 10%;
}

.ax-pasos-new .ax-pasos:nth-child(2) {
    width: 41%;
}

.ax-contenedor-info4 {
    margin-bottom: 91px;
}

.ax-content-item1 h2 {
    margin-left: 12%;
}

.ax-contenedor-info4 .ax-conteiner-gente .ax-margin {
    margin-left: 5%;
}

.ax-content-item2 .ax-pasos {
    width: 28%;
}

.ax-content-item3 span {
    display: inline-block;
    width: 9%;
}

.ax-content-item3 .ax-pasos {
    width: 50%;
    padding: 0;
    margin: 0 0 51px 0%;
    vertical-align: middle;
}

.ax-contenedor-info5 .ax-borde-derecha {
    border-right: 1px solid #ffffff5e;
}

.ax-contenedor-info5 {
    padding-top: 72px;
}

.ax-contenedor-info5 .ax-pasos img,
.ax-contenedor-info5 span > img {
    width: 66px;
}

.ax-comunidad-info:before {
    content: "";
    background-image: url(/Portals/1/gurpo-interes/separado-abajo2.png);
    display: block;
    width: 104%;
    position: absolute;
    height: 14%;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    top: 100%;
    left: -4%;
}

.ax-video {
    position: relative;
    margin: 90px 0;
    display: none;
}

.ax-iframe-gente {
    text-align: center;
    margin: 119px 0;
    display: block;
    position: relative;
}

.ax-iframe-gente h2:before {
    content: "";
    display: block;
    width: 32%;
    height: 234px;
    background-image: url(/Portals/1/gurpo-interes/deco-video.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 64%;
    z-index: -1;
}

.img-video-right {
    width: 30%;
    right: -5%;
    position: absolute;
    z-index: 1;
    top: -267px;
}

.ax-iframe-gente iframe {
    width: 58% !important;
}

.video-deco2:before {
    content: "";
    display: block;
    width: 100%;
    height: 141px;
    background-image: url(/Portals/1/gurpo-interes/nube3.png);
    background-repeat: no-repeat;
    background-size: 44% auto;
    background-position: right;
    opacity: 0.1;
}

.video-deco2 {
    /* position: relative; */
}




/*SECCION-5*/

.ax-infografia {


    position: relative;
    padding: 24px 0;
    background: rgb(109, 190, 85);
    background: linear-gradient(90deg, rgba(109, 190, 85, 1) 18%, rgba(92, 158, 73, 1) 99%);
}


.ax-infografia:before {
    content: "";
    background-image: url(/Portals/1/gurpo-interes/separado-abajo2.png);
    display: block;
    width: 104%;
    position: absolute;
    height: 14%;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    top: 100%;
    left: -4%;
}

.ax-content-video {
    /* margin-bottom: 84px; */
}

.ax-img-info img {
    width: 66px;
}

.ax-img-info {
    display: inline-block;
    vertical-align: middle;
}

.ax-info-content1 {
    width: 1024px;
    margin: 37px auto;
}

.info-text {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
}

.img-info-left {
    width: 20%;
    position: absolute;
    left: 0;
    top: 104px;
}

.ax-info-content-2 {
    position: relative;
}

.img-info-right {
    position: absolute;
    width: 33%;
    right: -5%;
    top: -29px;
}

.ax-info.ax-cg2 {
    max-width: 754px;
    margin: 57px auto 26px auto;
}

.ax-info-content-2 .ax-blanco.ax-margin {
    box-sizing: border-box;
    max-width: 685px;
    margin: 4px auto 51px 18%;
}

.ax-info.ax-cg4 .ax-img-info img {
    width: 100%;
}

.ax-info-content-2 .info-text {
    width: 70%;
    vertical-align: top;
}

.ax-info.ax-cg3 {
    max-width: 914px;
    margin: 0 auto;
}

.ax-info-content-3 .ax-container-gente.ax-margin {
    max-width: 916px;
    margin: 19px auto;
}

.ax-info.ax-cg4 {
    max-width: 1278px;
    margin: 47px auto;
}

.ax-info.ax-cg4 .ax-img-info {
    width: 30%;
    vertical-align: middle;
}

.ax-info.ax-cg4 .info-text {
    width: 60%;
}

.ax-info.ax-cg4 .info-text img {
    width: 137px;
}

.ax-info-content-4 {
    position: relative;
}

.img-info-bottom {
    width: 30%;
    position: absolute;
    right: -7%;
}

.ax-cg5 {
    max-width: 874px;
    margin: 0px 0 auto 14%;
}

.ax-titulo-final {
    text-align: center;
    margin: 59px 0;
}


.ax-contenedor-info7 .ax-blanco.ax-titulo {
    margin: 49px 0;
    text-align: center;
}

.ax-contenedor-info7 .ax-iframe-gente {
    margin: 45px 0;
}

.ax-iframe-gente h2 {
    margin: 49px 0;
    text-align: center;
    position: relative;
    display: block;
}

.ax-content-infografia.ax-row {
    margin-bottom: 98px;
    display: none;
}

.ax-contenedor-info6 h2 {
    text-align: center;
    margin: 27px 0;
}

.ax-contenedor-info6 {
    position: relative;
}

/*MODULO GENTE METRO LOGIN*/

.ax-titulo-gm h1 {
    padding: 0;
    background: none;
    margin: 17px 0 18px 0px;
    font-size: 39px;
    color: #47BB24;
}

.ax-titulo-gm {
    text-align: center;
}

.ax-titulo-gm h1 > span {
    color: #232323;
}

.ModMetroAutenticacionCorreoC .ClaseCamposRequeridos span {
    font-size: 12px;
    float: none;
}

.ModMetroAutenticacionCorreoC .ax-requerido {
    color: red !important;
}

.ModMetroAutenticacionCorreoC span {}

.ModMetroAutenticacionCorreoC #mod_travel .ax-contenedoner-boton input[type="submit"] {
    border-radius: 10px;
    font: 17px 'Open Sans' !important;
    font-weight: bold !IMPORTANT;
    background: #232323;
}


.ModMetroAutenticacionCorreoC #mod_travel input[type="text"],
.ModMetroAutenticacionCorreoC #mod_travel input[type="password"] {
    background: #F6F6F6;
    border: 1px solid #70707014;
    height: auto;
    padding: 12px 44px;
    box-sizing: border-box;

    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 10px center;
}


.ModMetroAutenticacionCorreoC #mod_travel input[type="text"] {
    background-image: url('/Portals/0/Images/icon-user.png');
}

.ModMetroAutenticacionCorreoC #mod_travel input[type="password"] {
    background-image: url('/Portals/0/Images/icon-contra.png');
}


.ax-contenedoner-boton {
    text-align: center;
}

form[action="/gentemetro"] .ax-font {
    display: none;
}

/*NEWS ITEMS ACCSESIBILIDAD*/

.ModEasyDNNnewsC .ax-acecsibilidad-imagen {
    background: #6cb01b;
    width: 30px;
    padding: 7px 7px;
    box-sizing: border-box;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ModEasyDNNnewsC .ax-pop-up-accseibilidad {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #1f1f1f9c;
    z-index: 4;
    display: none;
}

.ModEasyDNNnewsC .ax-contenido-accesibilidad {
    width: calc(50% - 3%);
    background: #fff;
    border-radius: 8px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ModEasyDNNnewsC li.ax-accesibilidad-item img {
    display: inline-block;
    width: 50px;
    margin-right: 2%;
    cursor: auto;
}

.ModEasyDNNnewsC li.ax-accesibilidad-item {
    text-align: left;
    padding: 15px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.ModEasyDNNnewsC .ax-contenido-accesibilidad > span {
    font-size: 21px;
    padding: 4px 0;
    background: #6cb01b;
    position: absolute;
    right: 0;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    box-sizing: border-box;
    top: -10px;
    color: #fff;
    display: block;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

.ModEasyDNNnewsC .ax-info-accesibilidad ul li {
    display: block;
    font-size: 0px;
    height: 35px;
    width: 35px;
}

.ModEasyDNNnewsC .ax-info-accesibilidad {
    text-align: left;
    margin-left: 8%;
    display: inline-block;
    vertical-align: middle;
}

.ModEasyDNNnewsC .ax-contenido-accesibilidad > span:hover,
.ax-contenido-accesibilidad > span:active {

    background: #484848;
    border: 1px solid #fff;

}

.ModEasyDNNnewsC .ax-acecsibilidad-imagen:hover,
.ax-acecsibilidad-imagen:active {
    background: #484848;
}


.ModEasyDNNnewsC .ax-titulo-pop-up {
    text-align: center;
    background: #484848;
    padding: 13px 0;
}

.ModEasyDNNnewsC .ax-titulo-pop-up h2 {
    margin: 0;
    color: #fff;
}

.ModEasyDNNnewsC .ax-toltip-titulo {
    display: none;
}


.ModEasyDNNnewsC .ax-audio > a {
    background: url(../Images/icon-audio2.png) no-repeat;
    background-position: 14px 5px;
    display: block;
    font-size: 0px;
    height: 35px;
    width: 35px;
}

.ModEasyDNNnewsC .icon-audio {
    text-align: left;
    display: inline-block;
    width: 100%;
}


.ModEasyDNNnewsC .ax-audio {
    display: inline-block;
    vertical-align: middle;
}

.ModEasyDNNnewsC li.ax-audio {
    display: none;
}

.ModEasyDNNnewsC .canten-accsesibilidad {
    text-align: left;
}

.ModEasyDNNnewsC .ax-font {
    position: relative;
    display: inline-block;
    top: 7px;
    left: 3%;
}


.ModEasyDNNnewsC .canten-accsesibilidad {
    text-align: left;
    top: -6px;
    position: relative;
}

.ModEasyDNNnewsC .ax-font li a {
    background: none;
}

.ModEasyDNNnewsC .ax-font li a:before {
    display: block;
    position: absolute;
    color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    padding: 1px 0px;
    top: -1px;
}

.ModEasyDNNnewsC .ax-font li a.ax-font-big:before {
    content: "+A";
}

.ModEasyDNNnewsC .ax-font li a.ax-font-small:before {
    content: "-A";
    font-size: 11px;
    top: -1px;
    padding: 1px 4px;
}

.ModEasyDNNnewsC .ax-font ul li {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 2px 2px;
    position: inherit;
    background: #6cb01b;
    border-radius: 50px;
    text-align: center;
    width: 20px;
    height: 20px;
}

.ModEasyDNNnewsC li.ax-accesibilidad-item img + span {
    font-weight: bold;
    box-sizing: border-box;
}

/*NEW TRANSPARENCIA*/
.eds_news_transparencia {
    margin-left: 4%;
}

.ax-titulo-verde {
    background: none;
    padding: 0;
    margin: 20px 0;
    color: #8dba38;
    font-weight: 900;
    font-size: 23px;
}

.ax-ml {
    margin-left: 5%;
}

.ax-content-texto-transp h2 a:hover {
    color: #518d46;
    font-weight: 900;
}

.ax-content-item-transp {
    width: 33%;
    display: inline-block;
    border-left: 1px solid #E2E2E2;
}

.ax-content-item-transp .content {
    padding: 16px 17px;
    box-sizing: border-box;
}

.ax-icono-transp {
    display: inline-block;
    vertical-align: top;
}

.ax-content-texto-transp {
    width: 79%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
}

.ax-icono-transp img {
    display: none;
}

.ax-icono-transp.icono-descarga-verde img:nth-child(1),
.ax-icono-transp.icono-descarga-gris img:nth-child(2),
.ax-icono-transp.icono-ver-naranja img:nth-child(3) {
    display: block;
}

.ax-content-texto-transp.descargar {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    margin-left: 5%;
}

.ax-content-texto-transp h2 {
    color: #414042;
    margin: 0px 0;
}

.ax-content-texto-transp h2 a {
    font-size: 14px;
    line-height: 19px;
}

/*TASB TRASPARECIAS*/
.ax-transparencia .ax-contendedor-tabs ul li {
    width: 31%;
    display: inline-block;
    vertical-align: middle;
    background: #AAAAAA;
    margin: 15px 2% 15px 0;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 50px;
    position: relative;
    height: 57px;
    font-size: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ax-transparencia .ax-contendedor-tabs ul {
    counter-reset: section;
    list-style-type: none;
    text-align: inherit;
}

.ax-transparencia .ax-contendedor-tabs ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 67%;
    white-space: initial;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.ax-transparencia .ax-tabs li.ax-active a,
.ax-transparencia .ax-tabs li:hover a {
    border: none;
}

.ax-transparencia .ax-contendedor-tabs ul li:before {
    content: "";
    display: inline-block;
    width: 56px;
    background: #414042;
    height: 56px;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: -4%;
    border-radius: 50px;
    counter-increment: section;
    content: counters(section, ".") " ";
    text-align: center;
    line-height: 59px;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ax-transparencia .tab-text {
    display: block;
    line-height: 16px;
}

.ax-transparencia .ax-contendedor-tabs ul li.ax-active,
.ax-transparencia .ax-contendedor-tabs ul li:hover {
    background: #8DBA38;
}

.ax-transparencia .ax-contendedor-tabs ul li.ax-active:before,
.ax-transparencia .ax-contendedor-tabs ul li:hover:before {
    width: 64px;
    background: #518D46;
    height: 64px;
    top: -5px;
    line-height: 64px;
}

.ax-arriba {
    background: url(/Portals/1/Images/transparencia/iconos/icono-arriba.png) no-repeat;
    text-indent: -9999px;
    width: 74px;
    height: 155px;
    position: fixed;
    bottom: 0px;
    right: 26px;
    visibility: hidden;
    opacity: 0;
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
    -ms-transition: 1s ease all;
}

.ax-arriba-visible {
    visibility: visible;
    opacity: 1;
}


/* Oculta el item 1980 */
.item-id-1980 {
    display: none !important;
}

/*LOGIN PROVEEDORES Y CONTRATISTA CERTIFICADOS*/
form[action="/proveedores-y-contratistas/ingreso-proveedores"] .ax-font {
    display: none;
}

.ax-content-form-prov .ModAuthenticationC .LoginPanel {
    float: none;
    margin: 39px auto;
    width: 50%;
}

.ax-content-form-prov .ModAuthenticationC input[type="text"],
.ax-content-form-prov .ModAuthenticationC input[type="password"] {
    background: #F6F6F6;
    border: 1px solid #70707014;
    height: auto;
    padding: 12px 44px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 10px center;
    box-shadow: none;
    width: 100%;
}

.ax-content-form-prov .ModAuthenticationC input[type="text"] {
    background-image: url(/Portals/0/Images/icon-user.png);

}

.ax-content-form-prov .ModAuthenticationC input[type="password"] {
    background-image: url(/Portals/0/Images/icon-contra.png);


}

.ax-content-form-prov .ModAuthenticationC .dnnLabel {
    display: block;
    float: none;
    width: 100%;
    text-align: revert;
}

.ax-content-form-prov .ModAuthenticationC .dnnLabel label {
    color: #444444;
}

.ax-content-form-prov .ModAuthenticationC .dnnLabel label:before {

    content"*";
    display: block;

}

.ax-content-form-prov .ModAuthenticationC .dnnLabel label:after {
    content: "*";
    display: inline;
    margin-left: 1%;
    position: relative;
    color: red;
    font-weight: bold;
}


.ax-content-form-prov .ModAuthenticationC .dnnForm .dnnFormItem + .dnnFormItem + .dnnFormItem > a {
    color: #FFF;
    border-radius: 10px;
    font: 17px 'Open Sans' !important;
    font-weight: bold !IMPORTANT;
    background: #232323;
    text-shadow: none;
    box-shadow: none;
    width: 30%;
    margin: 0 3%;
}

.ax-content-form-prov .ModAuthenticationC .dnnForm .dnnFormItem > span {
    display: none;
}

.ax-content-form-prov .ModAuthenticationC .dnnForm .dnnFormItem + .dnnFormItem + .dnnFormItem {
    margin: 20px 0;
}


.ax-content-form-prov .ModAuthenticationC .dnnForm .dnnFormItem + .dnnFormItem + .dnnFormItem > .dnnLoginActions .dnnActions li > a {
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    font: 17px 'Open Sans' !important;
    font-weight: bold !IMPORTANT;
    background: #bababa;
    text-shadow: none;
    box-shadow: none;
}

.ax-content-form-prov .ModAuthenticationC .dnnForm .dnnFormItem + .dnnFormItem + .dnnFormItem > .dnnLoginActions .dnnActions li {
    float: none;
    margin-left: 6%;
    width: 100%;
}

.ax-content-form-prov .ModAuthenticationC .dnnForm .dnnFormItem + .dnnFormItem + .dnnFormItem > .dnnLoginActions {
    display: block;
    text-align: left;
}

.ax-content-form-prov .ModAuthenticationC .dnnForm .dnnFormItem + .dnnFormItem + .dnnFormItem > .dnnLoginActions .dnnActions li > a:hover {
    background: #44a925;
}

.ax-content-form-prov .ModAuthenticationC .dnnForm .dnnFormItem + .dnnFormItem + .dnnFormItem > a:hover {
    background: #44a925;
    border-color: #fff;
}

/*MODULO CERTIFICADO PROVEEDORES*/
.ModCertificadoProveedoresC .ax-resultados {
    float: none;
    width: 100%;
}

.ModCertificadoProveedoresC .ax-resultados {
    width: 100%;
    float: none;
}

.ModCertificadoProveedoresC .ax-content-resultados {
    width: 100%;
}

.ModCertificadoProveedoresC .ax-filtros span {
    font-size: 16px;
    display: block;
    margin: 9px 0;
    color: #575757;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.ModCertificadoProveedoresC .ax-filtros select {
    width: 100%;
    background: #6c757d !important;
    color: #fff !important;
}

.ModCertificadoProveedoresC .ax-filtros select:hover {
    background: #47BB24 !important;
    color: #fff !Important;
    border-color: #fff;
}

.ModCertificadoProveedoresC .ax-filtros select.btn-secondary:not(:disabled):not(.disabled).active,
.ModCertificadoProveedoresC .ax-filtros select.btn-secondary:not(:disabled):not(.disabled):active,
.ModCertificadoProveedoresC .show > .btn-secondary.dropdown-toggle {
    background: #47BB24 !Important;
    color: #fff !important;
    border-color: #f9f9f9;
    box-shadow: none;
}

.ModCertificadoProveedoresC .ax-resultados table tbody > tr:nth-child(1) th {
    background-color: #44a925 !important;
}

.ModCertificadoProveedoresC .ax-resultados table tbody > tr > th {
    padding: 15px 0;
}

.ModCertificadoProveedoresC .ax-resultados table tbody > tr:nth-child(even) {
    background-color: #e3e3e3 !important;
}

.ModCertificadoProveedoresC .ax-content-btn {
    text-align: center;
    margin: 45px 0 12px 0px !important;
}

.ModCertificadoProveedoresC .ax-content-btn input {
    width: 20%;
    border-radius: 10px;
    font: 17px 'Open Sans' !important;
    color: #FFFFFF !important;
    padding: 10px 12px;
    border: 0;
    background: #74a62d;
    display: inline-block;
    vertical-align: top;
}

.ModCertificadoProveedoresC .ax-content-btn input[type=button] {
    background-color: #999 !important;
}

.ModCertificadoProveedoresC .ax-content-btn input[type=button]:hover {
    background-color: #383838 !important;
}

.ModCertificadoProveedoresC .ax-nombre-prov h2 {
    text-align: center;
    display: block;
}

.ModCertificadoProveedoresC .ax-nombre-prov {
    width: 100%;
    margin: 20px 0;
}

.ModCertificadoProveedoresC .btn-primary:not(:disabled):not(.disabled):active {
    background: #383838;
}

.ModCertificadoProveedoresC .ax-content-btn input[type=submit]:hover {

    background: #383838 !Important;
}

.ModCertificadoProveedoresC .ax-filtros.ax-input input[type=number] {
    border: 2px solid #6c757d;
    border-radius: 4px;
    width: 100%;
    height: 43px;
    font-size: 15px;
    color: #606060;
}

/*REDISEÃ‘O VIAJA CON NOSOTROS*/

/*COLORES LINEAS*/
.azul {
    background: #215CA0;
}

.naranja {
    background: #EB8530;
}

.fucsia {
    background: #E61771;
}

.amarillo {
    background: #F7C439;
}

.verde-claro {
    background: #B9CF47;
}

.morado {
    background: #8322A7;
}

.verde-oscuro {
    background: #44A925;
}

.azul-claro {
    background: #11707C;
}

.azul-claro2 {
    background: #64A9B0;
}

.marron {
    background: #8E6329;
}
.rosado{
    background: #e3807b;
}
.rojo{
   background:#b01330; 
}
/*ESTILOS TABS NEWS SITEMAS INTEGRADO*/
.ax-content-tabs {
    background: white;
}

/*ESTILOS NUEVOS ATENCION AL CIUDADANO*/
.ax-atencion {
    margin-top: 73px;
}

.ax-atencion h2 {
    color: #6BB42E;
    font-size: 25px;
}

.ax-atencion h2 span {
    display: block;
    font-size: 35px;
    margin-top: 10px;
}

.ax-atencion p {
    margin: 40px 0;
}



.ax-atencion p a {
    color: #44A925;

}

.ax-atencion h2:before {
    content: "";
    background-image: url('/Portals/1/Images/Viaje-con-nosotros/icon1-vjn.png');
    display: block;
    width: 13px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 80%;
}


.ax-atencion h2:after {
    content: "";
    background-image: url('/Portals/1/Images/Viaje-con-nosotros/icon2-vjn.png');
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 92%;
    position: absolute;
    right: 1%;
}

/*ESTILOS NUEVOS HORARIOS*/
.ax-horarios {
    width: 46%;
    display: inline-block;
    vertical-align: top;
}

.ax-btn {
    background: #44a925;
    text-align: center;
    color: #fff;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 11px;
}

.ModDNNHTMLC .ax-horarios:nth-child(3) {
    margin: 0px 0 0 5%;
}

.ax-horarios ul li.texto-horario span {
    margin: 7px 0;
    color: #676666;
    font-family: "trebuchet MS", verdana, Helvetica, arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.ax-horarios ul li {
    display: block;
}

.ax-horarios ul li {
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
    font-size: 17px;
}


.ax-horarios .ax-btn + p {
    margin: 10px 0;
    text-align: center;
}

.ax-horarios ul {
    text-align: center;
    padding: 0 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: text-bottom;
}

.ax-horarios ul li:after {
    display: none;
}

.ax-horarios .ax-btn + p.ax-titulo-lin {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.ax-horarios ul li p {
    margin: 7px 0;
}

.ax-horarios li.ax-info {
    display: block;
}

.ax-horarios .ax-btn + p + ul,
.ax-horarios .ax-btn + p + ul + ul,
.ax-horarios .ax-btn + p + ul + ul + ul {
    margin: 0px 0;
    text-align: left;
}

.ax-horarios.ax-horarios.full ul {
    text-align: left;
    padding: 0;
}

/*TABLA VIAJE CON NOSOTROS SISTEMA INTEGRADO*/


table.ax-tb-sistema-int tr td {
    background: #fff;
    border: 2px solid #1d1d1b85;
    border-collapse: collapse;
}

table.ax-tb-sistema-int tr td p a {
    color: #606060;
}

table.ax-tb-sistema-int tr .ax-td-vacio {
    border: 1px solid transparent;
}

.ax-estr-tabs {
    display: flex;
    width: 100%;
    cursor: pointer;
}

.ax-tab-titulo {
    display: inline-block;
    padding: 9px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
}

.ax-tab-titulo h2 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    margin: 0 0 0 8px;
}

.ax-tab-titulo h2 strong {
    display: block;
    font-size: 38px;
    margin: 4px 0 0 0px;
}

.ax-icon-linea:before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.ax-icon-linea.metro:before {
    background-image: url('/Portals/1/Images/Viaje-con-nosotros/icon-metro.png');
}

.ax-icon-linea.metro-cable:before {
    background-image: url('/Portals/1/Images/Viaje-con-nosotros/icon-metro-cable.png');
}

.ax-icon-linea.metro-plus:before {
    background-image: url('/Portals/1/Images/Viaje-con-nosotros/icon-bus.png');
}
.ax-icon-linea.tranvia:before {
    background-image: url('/Portals/1/Images/Viaje-con-nosotros/icon-tranvia.png');
}

.ax-icon-linea {
    width: 90%;
    background: #171717;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: text-bottom;
}
.ax-img-tabs {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ax-flecha-tab {
    padding: 11px;
    box-sizing: border-box;
    position: relative;
    height: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

.ax-flecha-tab:before {
    content: "";
    width: 26px;
    height: 40px;
    display: block;
    color: #fff;
    font-size: 80px;
    z-index: 1;
    background-image: url(https://www.metrodemedellin.gov.co/Portals/1/Images/Viaje-con-nosotros/icon-flecha-tab.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 14px auto 0px auto;
}

.ax-tabs-sit .ax-acordion-content .ax-content-tabsl {
    background: none;
}

.ax-summary-acordion {
    display: none;
}

.ax-accordion-container {
    margin: 20px 0;
}


.ax-flecha-tab.fa-minus:before {
    transform: rotate(180deg);
    margin: 4px auto 0px auto;
}

.fa-minus {
    padding: 0 11px;
}

.ax-flecha-tab.fa-minus {
    background: #171717;
}


/*ESTILOS TABS MAPAS*/

.ax-tabs-estandasr .ax-tab-titulo {
    width: 90%;
    background: black;
    padding: 10px;
    /* height: 55px; */
    position: relative;
}

.ax-tabs-estandasr .ax-tab-titulo h2 {
    font-size: 24px;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
.ax-tabs-estandasr .ax-tab-titulo:before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background-image: url(/Portals/1/Images/Viaje-con-nosotros/icon-metro.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 8px auto;
    /* position: absolute; */
    /* left: 2%; */
    /* top: 12px; */
    vertical-align: middle;
 }
.ax-tabs-estandasr .ax-flecha-tab {
    height: auto;
    /* padding: 11px; */
    position: relative;
    padding: 25px;
}

.ax-tabs-estandasr .ax-img-tabs {
    background: #FFD503;
    width: 7%;
    padding: 1px 0;
    box-sizing: border-box;
    position: relative;
}

.ax-tabs-estandasr .ax-img-tabs img {
    width: 29px;
    /* display: block; */
    /* margin: 0 auto; */
    /* padding: 8px 0; */
    box-sizing: border-box;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.ax-tabs-estandasr .ax-flecha-tab:before {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 29%;
}

.ax-tabs-estandasr .ax-flecha-tab.fa-minus:before {
    margin: -20px auto 0 auto;
}

.ax-tabs-estandasr .ax-estr-tabs.active .ax-tab-titulo {
    background: #FFD503;
}

.ax-tabs-estandasr .ax-estr-tabs.active .ax-img-tabs {
    background: #171717;
}
/*TABLA LINEAS SISTEMA INTEGRADO*/
table.ax-tabla-redonda{
  background: #1D1D1B;
  border: 1px solid #1D1D1B;
  border-radius: 26px;
  font-size: 12px;
  border-collapse: initial;
}

.ax-tabla-redonda tr:first-child td:first-child{
  border-radius: 20px 0 0 0;
}

.ax-tabla-redonda tr:first-child td:last-child{
  border-radius: 0 20px 0 0;
}

.ax-tabla-redonda tr:last-child td:first-child{
  border-radius: 0 0 0 20px;
}

.ax-tabla-redonda tr:last-child td:last-child{
  border-radius: 0 0 20px 0;
}
.ax-lineas  table.ax-tabla-redonda tr td{
  background: white;
  border: 1px solid #1D1D1B;
}

.ax-lineas  table.ax-tabla-redonda tr td.verde-claro{
  background: #6DBF24;
}

.ax-lineas  table.ax-tabla-redonda tr td.verde-oscuro{
  background: #44A925;
}
.ax-lineas table.ax-tabla-redonda tr td h3{
    margin: 0;
}
.ax-tabla-redonda tr:first-child td.verde-claro:first-child,.ax-tabla-redonda tr:first-child td.verde-oscuro:first-child{
    background: white;
}

.ax-tabla-redonda tr:first-child td.verde-claro:first-child h3,.ax-tabla-redonda tr:first-child td.verde-claro:first-child p {
    color: #44a925;
}
.ax-lineas  table.ax-tabla-redonda tr td.verde-claro p, .ax-lineas  table.ax-tabla-redonda tr td.verde-oscuro p{
  color:fff;
}
/*ESTILOS TABS LINEAS SISTEMA INTEGRADO*/

.ax-tabs-lineas .ax-icon-linea {
    width: 146%;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ax-tabs-lineas .ax-icon-linea:before {position: absolute;left: 3%;width: 30px;height: 30px;top: 12px;}

.ax-tabs-lineas .ax-icon-linea h2 {
    margin: 15px 0 9px 0;
    color: #fff;
    position: relative;
    left: 9%;
    font-size: 22px;
}

.ax-tabs-lineas .ax-icon-linea + i:before {
    height: 26px;
    margin: 5px auto 0px auto;
}

.ax-tabs-lineas  .ax-flecha-tab {
    height: 10vh;
}

.ax-tabs-lineas  .ax-tab-titulo h2 {
    font-size: 15px;
    margin: 0;
}

.ax-tabs-lineas  .ax-tab-titulo h2 strong {
    font-size: 29px;
    margin: 0px 0 0 0px;
}

.ax-tabs-lineas  .ax-tab-titulo.azul {
    padding: 5px 10px;
}
.ax-tabs-lineas  .ax-flecha-tab.fa-minus:before {
    height: 26px;
    margin: 13px auto 0px auto;
}

.ax-tabs-lineas  .ax-content-tabsl.azul .ax-estr-tabs.active .ax-icon-linea {
      background: #215CA0;

}
.ax-tabs-lineas  .ax-content-tabsl.naranja .ax-estr-tabs.active .ax-icon-linea {
    background: #EB8530;

}
.ax-tabs-lineas  .ax-content-tabsl.fucsia .ax-estr-tabs.active .ax-icon-linea {
    background: #E61771;

}
.ax-tabs-lineas  .ax-content-tabsl.amarillo .ax-estr-tabs.active .ax-icon-linea {
    background: #F7C439;

}
.ax-tabs-lineas  .ax-content-tabsl.verde-claro  .ax-estr-tabs.active .ax-icon-linea {
    background: #B9CF47;


}
.ax-tabs-lineas  .ax-content-tabsl.morado .ax-estr-tabs.active .ax-icon-linea {
    background: #8322A7;
}
.ax-tabs-lineas  .ax-content-tabsl.verde-oscuro .ax-estr-tabs.active .ax-icon-linea {
    background: #44A925;

}
.ax-tabs-lineas  .ax-content-tabsl.azul-claro .ax-estr-tabs.active .ax-icon-linea {
         background: #11707C;


}
.ax-tabs-lineas  .ax-content-tabsl.azul-claro2 .ax-estr-tabs.active .ax-icon-linea {
      background: #64A9B0;

}
.ax-tabs-lineas  .ax-content-tabsl.marron .ax-estr-tabs.active .ax-icon-linea {
       background: #8E6329;

}
.ax-tabs-lineas  .ax-content-tabsl.rosado .ax-estr-tabs.active .ax-icon-linea {
      background: #e3807b;

}
.ax-tabs-lineas  .ax-content-tabsl.rojo .ax-estr-tabs.active .ax-icon-linea {
        background:#b01330; 

}

/*ESTILOS JUNTA DIRECTIVA*/

/*LISTA DE COLORES JUNTA DIRECTIVA*/


.ax-2item .ax-item-color {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}

.ax-2item {
    position: relative;
    margin: 50px 0;
}

.ax-item-color ul li {
    background: #6AB11C;
    display: block;
    margin: 10px 0;
    padding: 8px 10px;
    color: #fff;
    border-radius: 14px;
    line-height: 18px;
    box-sizing: border-box;
    position: relative;
}

.ax-item-color ul li:nth-child(even) {
    background: #F8BA0B;
    color: black;
}

.ax-2item .ax-item-color + .ax-item-color .ax-decoracion-top:before {
    content: "";
    display: block;
    width: 70px;
    height: 50px;
    background-image: url(/Portals/1/Images/junta-directiva/deco-arri-derecha.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 90%;
    top: -33px;
    background-size: 100%;

}

.ax-2item .ax-item-color + .ax-item-color {
    padding: 0px 0 0 20px;
}

.ax-decoracion-top {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.ax-2item .ax-item-color + .ax-item-color .decoracion-bottom:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/Portals/1/Images/junta-directiva/deco-arri-izquierda.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: 100%;
    right: 4%;
}

.ax-2item .ax-item-color .decoracion-bottom {
    position: relative;
}

.ax-2item > .ax-item-color .decoracion-bottom.izquierda:before {
    content: "";
    display: block;
    width: 124px;
    height: 124px;
    background-image: url(/Portals/1/Images/junta-directiva/deco-abaj-derecha.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -62px;
    background-size: 100%;
    right: 0;
    z-index: -1;
}

.ax-2item > .ax-item-color .decoracion-bottom.izquierda:after {
    content: "";
    background: #f8ba0b;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50px;
    margin: 10px 0;
}

.ax-decoracion-top.derecha:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/Portals/1/Images/junta-directiva/deco-arri-izquierda.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    background-size: 100%;
    right: 18%;
}

.ax-decoracion-top.derecha:after {
    content: "";
    background: #6bb434;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50px;
    margin: 10px 0;
    position: absolute;
    right: 10%;
    bottom: 15px;
}

.ax-2-colum {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.ax-2-colum ul li {
    margin: 20px 0;
}

.ax-bg-verde {
    background: #6AB11C;
    padding: 20px 20px;
}

.ax-bg-verde p {
    color: #fff;
    margin: 0;
}

.ax-2item.ax-m0 {
    margin: 0;
}

.ax-titulo-junta {
    margin: 20px 0;
}

.ax-center {
    text-align: center;
}

.ax-titulo-junta-bold {
    font-size: 29;
    font-weight: 900;
}

.ax-2-colum ul li.ax-m5 {
    margin: 0 0 0 5%;
}

.ax-bg-gris {
    background: #E2E2E2;
}

.ax-pading {
    padding: 30px;
    position: relative;
}

.ax-btn2 {
    width: 200px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 900;
    padding: 10px;
}

.ax-text-blanco {
    color: #fff !important;
}

.ax-font-26 {
    font-size: 26px;
}

.ax-bg-negro {
    background: #231F20;
}

.ax-contetnt-full-6-right .ax-bg-verde p {
    margin-bottom: 25px;
}

.ax-contetnt-full-6-right,
.ax-contetnt-full-6-left {
    padding: 0;
    overflow: hidden;
}

.ax-linea {
    width: 40px;
    height: 102%;
    background: #6ab11c;
    position: absolute;
    transform: skew(0deg, 76deg);
    transform-origin: right;
    top: 0;
    z-index: 11;
    right: 0;
}

.ax-border-left {
    border-left: 1px solid #6BB434;
}

.ax-2-colum.ax-border-left {
    width: 47%;
}


.ax-padding-letf {
    padding: 0 0 0 26px;
}

/*ESTLOS NEWS JUNTA DIRECTIVA*/
.ax-img-perd {
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
    width: 100%;
    border-radius: 50%;
    position: relative;
}

.ax-contenedor-img {
    text-align: center;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0px 2% 19px 0;
    border: 18px solid #6dbe55;
    border-radius: 54%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ax-contenedor-img  img {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 57%;
    min-height: 100%;
    min-width: 100%;
    max-width: 114%;
    max-height: 150%;
}

.ax-hover {
    position: absolute;
    top: 0px;
    width: 260px;
    height: 89%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #06060682;
    transform: rotate(93deg);
    right: -20%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 0px;
}

.ax-botones-des {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.ax-contenedor-img:hover .ax-hover {
    background: #06060682;
    transform: rotate(154deg);
    right: -20%;
    opacity: 1;
}


.ax-contenedor-img:before {
    background: #06060682;
    content: "";
    display: block;
    width: 119%;
    height: 119%;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    top: -17px;
    right: -9%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.ax-contenedor-img:hover:before {
    opacity: 1;
}

.ax-contenedor-img:hover .ax-botones-des {
    opacity: 1;


}

.ax-botones-des a {
    background-color: #6dbe55;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
}

.ax-botones-des a:before {
    background-image: url(/Portals/1/Images/junta-directiva/Lupa-Ã­cono.PNG);
    background-repeat: no-repeat;
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-size: 99%;
    top: 0;
    position: absolute;
    left: 0%;
}

.ax-botones-des a:hover {
    background: #f8ba0b;
}

.ax-botones-des p {
    margin: 6px 0;
    color: #fff;
    font-size: 18px;
}


.ax-junta-directiva {
    width: 24%;
    display: inline-block;
    padding: 0 0 0 5%;
    box-sizing: border-box;
    margin: 23px 0;
    position: relative;
    vertical-align: top;
}

.ax-junta-directiva:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/Portals/1/Images/junta-directiva/deco-arri-izquierda.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    background-size: 100%;
    left: 100%;
}

.ax-junta-directiva:after {
        content: "";
    display: block;
    width: 20px;
    height: 28px;
    background-image: url(/Portals/1/Images/junta-directiva/deco-arri-izquierda.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    right: 67%;
    top: 58%;
}


.ax-info-junta h2 {
    margin: 0;
    color: #9C27B0;
    font-weight: 900;
    font-size: 20px;
}

.ax-info-junta {
    text-align: center;
}

.ax-info-junta h3 {
    margin: 0;
    color: #575757;
}

.ax-info-junta h4 {
    font-weight: 900;
    font-size: 19px;
}

.ax-info-junta h4.amarrillo {
    color: #FCBA20;
}

.ax-info-junta h4.verde {
    color: #6dbe55;
}

/*NEWS DETALLE*/
.ax-detalle-junta .ax-container-detalle.ax-bg-verde  h2 {
    font-size: 43px;
    color: #fff;
    width: 90%;
    line-height: 50px;
    margin: 30px auto;
    position: relative;
    box-sizing: border-box;
    text-shadow: -2px 4px 12px #00000094;
}
.ax-detalle-junta .ax-container-detalle .ax-contenedor-img {
    width: 18%;
    position: absolute;
    transform: translate(-28%, -7%);
    left: 64%;
    border: 10px solid #fff;
    top: 16%;
}

.ax-detalle-junta .ax-container-detalle.ax-bg-verde {
    position: relative;
    height: 129px;
}

.ax-detalle-junta .ax-container-detalle .ax-contenedor-img:before {
    display: none;
}

.ax-detalle-junta .ax-container-detalle.ax-bg-verde:before {
    background-image: url(/Portals/1/Images/junta-directiva/deco-detalle.png);
    background-size: 103%;
    background-position: right;
    background-repeat: no-repeat;
    content: "";
    width: 290px;
    height: 248px;
    position: absolute;
    right: 0;
    top: 0;
}

.ax-detalle-junta .ax-container-detalle .ax-contenedor-img img {
    left: 50%;
}


.ax-detalle-junta .ax-content-detalle.ax-container-detalle {
    box-sizing: border-box;
    width: 100%;
    font-size: 0px;
    max-width: 1000px;
    margin: 20px auto;
}

.ax-detalle-junta .EDN_cf_all_fields_container {
    display: none;
}

.ax-detalle-junta .ax-content-detalle.ax-container-detalle h2 {
    font-size: 32px;
    color: #6F247F;
}

.ax-detalle-junta .ax-txt-morado {
    color: #6F247F;
    font-size: 20px;
}

.ax-detalle-junta .ax-content-detalle .ax-info-detalle-junta h2 {
    font-size: 27px;
    color: #676666;
}

.ax-detalle-junta .ax-content-detalle .edn_subTitle {
    font-size: 24px;
    
    color: black;
}

/*ESTILOS EMISOsRA */
#video-controls {
      padding: 10px;
      background-color: #000000;
      border-radius: 15px;
      display: flex;
      background-image: url('https://www.metrodemedellin.gov.co/Portals/1/Images/emisora-metro/bg-emisora.png');
      background-size: 75%;
      width: 96%;
      background-position: right 60%;
      background-repeat: no-repeat;
  }

  #video-controls button {
      border: none;
      margin: 10px;
      padding: 18px 18px;
      color: white;
      font-size: 18px;
      background: #44a925;
      cursor: pointer;
      font-size: 0;
      width: 22px;
      background-size: 18px;
      /* width: 100%; */
      background-repeat: no-repeat;
      display: block;
      border-radius: 40px;
      background-position: center;
  }

  #video-controls input[type='range'] {
      display: block;
      width: 70%;
      background: none;
  }

  #video-controls input[type='range']:focus {
      outline: none;
  }

  #video-controls input[type='range'],
  #video-controls input[type='range']::-webkit-slider-runnable-track,
  #video-controls input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none;
  }

  #video-controls input[type=range]::-webkit-slider-thumb {
      background-color: #44a925;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin-top: -5px;
  }

  #video-controls input[type=range]::-moz-range-thumb {
      background-color: #44a925;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin-top: -5px;
  }

  #video-controls input[type=range]::-ms-thumb {
      background-color: #44a925;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin-top: -5px;
  }

  #video-controls input[type=range]::-webkit-slider-runnable-track {
      background-color: #333;
      height: 5px;
      -webkit-appearance: none;
      background-image: linear-gradient(to right, #44a925 calc(var(--value)*100%), #ccccca 0);
  }

  #video-controls input[type=range]:focus::-webkit-slider-runnable-track {
      outline: none;
  }

  #video-controls input[type=range]::-moz-range-track {
      -webkit-appearance: none;
      background-image: linear-gradient(to right, #44a925 calc(var(--value)*100%), #ccccca 0);
      height: 5px;
  }

  #video-controls input[type=range]::-ms-track {
      background-color: #777;
      height: 3px;
  }

  div.jp-audio {
      margin: 0 auto;
  }

  .jp-controls li:after {
      display: none;
  }

  .jp-controls li a {
      /* transition: unset; */
  }

  .jp-stop,
  .jp-volume-max,
  .jp-toggles {
      display: none !important;
  }

  div.jp-audio div.jp-type-playlist a.jp-mute,
  div.jp-audio div.jp-type-playlist a.jp-unmute {
      margin-left: 214px !important;
      width: 30px;
      height: 30px;
      margin-top: 6px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      /* border-radius: 40px; */
      /* background-color: #44a925; */
      margin-left: 25px !important;
      position: absolute;
      background-image: url(https://www.metrodemedellin.gov.co/Portals/1/Images/emisora-metro/icon-volumen.png);
  }
  div.jp-audio.jp-state-muted div.jp-type-playlist a.jp-mute{

  }

  div.jp-type-playlist div.jp-playlist a.jp-playlist-current,
  div.jp-type-playlist div.jp-playlist a:hover {
      color: #44a925 !important;
  }

  div.jp-play-bar,
  .jp-volume-bar-value {
      background: #44A925 !important;
  }

  .jp-playlist ul li:after {
      display: none !important;
  }

  #video-controls .play {
      background-image: url(https://www.metrodemedellin.gov.co/Portals/1/Images/emisora-metro/icon-play.png);
  }

  #video-controls .pause {
        background-image: url(https://www.metrodemedellin.gov.co/Portals/1/Images/emisora-metro/icon-pause.png);
  }
  
  
  #video-controls #mute {
      background-image: url(https://www.metrodemedellin.gov.co/Portals/1/Images/emisora-metro/icon-volumen.png);
  }
  #video-controls .mute {
      background-image: url(https://www.metrodemedellin.gov.co/Portals/1/Images/emisora-metro/icon-mute.png) !important;
      background-size: 12px;
  }


  input#volume-bar {
      margin: 10px 0 10px 2%;
      padding: 5px;
      border-radius: 8px;
      width: 40%;
  }

  .ModAdvancedAudioPlayerC {
      background-color: #000000;
      border-radius: 15px;
      background-image: url(https://www.metrodemedellin.gov.co/Portals/1/Images/emisora-metro/bg-emisora.png);
      background-size: 100%;
      /* width: 96%; */
      background-position: right 12%;
      background-repeat: no-repeat;
	  display: none;
  }

  .jp-play-bar:before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      position: absolute;
      background: #44A925;
      writing-mode: lef;
      /* left: 0; */
      right: 0;
      border-radius: 40px;
      top: -3px;
      /* width: 100%; */
      z-index: 5;
  }

/* LANDING INNOVACION */
  
.ax-no-pading {
    padding: 0;
}
.verde-text {
    color: #229200;
}

.ax-inv-content-lista1 > div, .ax-inv-content-lista2 > div {
    display: inline-block;
    vertical-align: top;
}
.ax-inv-img.full {
    width: 28%;
}
.ax-inv-texto {
    width: 50%;
    margin-left: 5%;
}
.ax-inv-img {
    width: 24%;
}
.ax-h2-inv {
    font-size: 22px;
    line-height: 49px;
}
.ax-inv-content-lista1 .ax-inv-texto {
    width: 40%;
    margin-left: 6%;
}
.ax-naranja {
    background: #e79c15;
}

.ax-inv-content-grafica {
    position: relative;
    padding: 80px 0;
}

.ax-inv-content-grafica .ax-inv-texto h2 {
    color: #f8ec62;
}


.ax-inv-content-grafica .ax-inv-texto p {
    color: #fff;
}
.ax-inv-content-grafica .ax-inv-texto p {
    text-align: left;
}

.ax-icon-nubeinv:before {
    content: "";
    width: 124px;
    height: 131px;
    /* background: red; */
    display: block;
    position: absolute;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.ax-icon-nubeinv.izquierda:before {
    right: 88%;
    top: 53px;
    background-image: url('https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/nube-izquierda.jpg');
}

.ax-icon-nubeinv.centro:before {
right: 44%;
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/nube-prueba.jpg);
    top: -23px;
    width: 249px;
    height: 153px;
}

.ax-icon-nubeinv.derecha:before {
    right: 0;
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/nube-derecha.jpg);
    top: -58px;
    width: 277px;
    height: 451px;
}


.ax-inv-content-grafica .ax-container p {
    font-size: 16px;
    color: #fff;
    text-align: center;


}

.ax-inv-content-grafica .ax-container p strong {
    font-size: 16px;
        color: #fff;
            text-align: center;


}

.ax-inv-content-lista2 {
    margin:34px auto 67px auto;
}
.ax-inv-content-grafica .ax-inv-content-lista2 {
    margin: 34px auto 0 auto;
}

/*RETOS*/
.ax-lits-retos {
    width: 27.33%;
    display: inline-block;
    margin: 0px;
    padding: 38px 0;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.ax-text-retos h2 {
    color: #fff;
    font-size: 30px;
    line-height: 37px;
    padding: 40px 60px 20px 60px;
    box-sizing: border-box;
    margin: 0;
    font-weight: revert;
    text-shadow: 1px 1px 0 #545454;
    text-align: left;
}
.ax-flecha-retos:before {
    content: "";
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/flecha.png);
    width: 66px;
    height: 73px;
    display: block;
    background-repeat: no-repeat;
    background-size: 81%;
}
.ax-flecha-retos {
    padding: 21px 60px 0px 60px;
    box-sizing: border-box;
}
.ax-inv-content-retos {
    text-align: center;
	margin-bottom: 70px;
}
.titulo-retos {
    text-align: center;
    margin: 44px 0;
}
.titulo-retos p {
    font-size: 16px;
}
.azul-bg {
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/azul.png);
}

.amarillo-bg {
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/amarillo.png);
}

.rojo-bg {
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/rojo.png);
}

.verde-bg {
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/verde.png);
}

.fuscia-bg {
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/fuscia.png);
}
.ax-flecha-retos a {
    cursor: pointer;
}
/*INFO-FINAL*/
.ax-verde {
    background: #34b30c;
}
.blanco-text {
    color: #ffff;
}
.ax-inv-content-item > div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 14px 50px;
}
.icon-chulo:before {
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/icon-chulo.jpg);
    width: 90px;
    display: inline-block;
    height: 75px;
    background-size: contain;
    margin-right: 15px;
}
.inline {
    display: inline-block;
    vertical-align: middle;
}
.ax-conten-infofinal .ax-inv-content-item p {
    padding: 29px 0 0 21px;
}

.ax-conten-infofinal {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/bg-arboles.jpg);
    background-size: 94%;
    background-position: center bottom;
    padding: 50px 0 106px 0;
}
/*DETALLE INTERNA RETOS */
.ax-inv-content-lista3 > div {
    display: inline-block;
    vertical-align: top;
}
.ax-inv-content-lista3 > .ax-inv-img.full {
    width: 47%;
}
.ax-inv-content-lista3 .ax-inv-texto {
    width: 38%;
    margin-left: 15%;
    padding: 50px 24px;
    box-sizing: border-box;
}
.ax-inv-borde {
    border-bottom: 1px solid #9e9e9e;
}
.ax-inv-content-lista3 .ax-inv-texto > div h2 {
    margin: 0 0 10px 0px;
}
.ax-inline-element h2, .ax-inline-element p {
    display: inline-block;
}

.ax-inline-element p {
    margin-left: 9%;
}


/*LISTA DETALLE INTERNA RETOS  */

.ax-inv-content-right img {
    margin-bottom: 47px;
}

a.ax-btn-inv {
    background: #b82149;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 11px;
    margin: 97px 0;
}

.ax-btn-inv:hover {
    background: #e79c15;
    color: #fff;
    cursor: pointer;
}
.ax-content-btn-responsive {
    display: none !important;
    width: 100% !important;
}

.ax-inv-content-item > div ul {
    margin-bottom: 25px;
}

.ax-inv-content-item > div ul li {
    color: #676666;
    font-family: "trebuchet MS", verdana, Helvetica, arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 25px;
    position: relative;
    padding: 0 0 0 18px;
    box-sizing: border-box;
}

.ax-inv-content-item > div h3 {
    margin: 0 0 6px 0;
    color: #2f2f2f;
    font-size: 15px;
}

.ax-inv-content-item > div ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #47bb24;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 57px;
    top: 5px;
}

.ModEasyDNNnewsC .ax-inv-content-item h2 {
    line-height: 32px;
}

.ModEasyDNNnewsC .ax-inv-content-item {
    margin: 0 auto 76px auto;
}




.ax-inline-element h2, .ax-inline-element p {
    display: inline-block;
}

.ax-inline-element p {
    margin-left: 9%;
}



/*LISTA DETALLE INTERNA RETOS BG FINAL ARBOLES LATERALS  */

.ax-conten-infofinal.bg-arboles {
    background-image: none;
}

.ax-conten-infofinal.ax-verde.bg-arboles:before {
    content: "";
    position: relative;
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/icon-arbol-1.jpg);
    background-size: 94%;
    background-position: center bottom;
    display: block;
    width: 204px;
    height: 434px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -7px;
}
.ax-conten-infofinal.ax-verde.bg-arboles:after {
    content: "";
    position: relative;
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/icon-arbol-2.jpg);
    background-size: 94%;
    background-position: center bottom;
    display: block;
    width: 204px;
    height: 434px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: -7px;
}

.ax-conten-infofinal.bg-arboles p {
    padding: 0;
}

.ax-inv-content-item-form div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 14px 50px;
    vertical-align:middle;
}
/*DETALLE INNOVACION RETOS INFO*/
.ax-inv-content-info-detalle img {
    margin: 30px 0;
}

.ax-inv-content-info-detalle img + img {
    width: 64%;
    max-width: 64%;
}

.ax-flex-img {
    display: flex;
}

.ax-flex-img img {
    width: 40%;
}

.ax-inv-content-fuentes {
    width: 64%;
    margin: 0 auto;
}

.ax-conten-infofinal.ax-verde.bg-detalle-arboles:before {
    content: "";
    position: relative;
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/arbol-detalle.jpg);
    background-size: 94%;
    background-position: center bottom;
    display: block;
    width: 17%;
    height: 338px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -7px;
}

.ax-conten-infofinal.ax-verde.bg-detalle-arboles:after {
    content: "";
    position: relative;
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/icon-mano-4.jpg);
    background-size: 94%;
    background-position: right bottom;
    display: block;
    width: 18%;
    height: 312px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 28px;
    right: 0%;
}

.ax-conten-infofinal.ax-verde.bg-detalle-arboles {
    background-image: none;
}

.text-center {
    text-align: center;
}

.ax-inv-content-fuentes a {
    display: inline-block;
    margin: 6px 0;
    position: relative;
    cursor: pointer;
}

.ax-inv-content-fuentes a:before {
    content: "";
    position: relative;
    background-image: url(https://www.metrodemedellin.gov.co/portals/1/Images/landing-innovacion/icon-fuente.png);
    background-size: 94%;
    background-position: center bottom;
    display: block;
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.ModEasyDNNnewsC .ax-inv-content-item-detalle table tr, .ModEasyDNNnewsC .ax-inv-content-item-detalle table tr td {
    border: #676666 1px solid;
}

.ModEasyDNNnewsC .ax-inv-content-item-detalle table tr th {
    padding: 20px;
}
