html,
button,
input,
select,
textarea {
    color: #727272;
}

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

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

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

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font: 16px/26px "din_light";
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.footer-container,
.main aside {
    border-top: 20px solid #e2e2e2;
}

.header-container {
    background-image: url("../img/img_fondo_header.png");
    background-size: cover;
    width: 100%;
    min-height: 100%;
}

.header-container2 {
    background-image: url("../img/img_fondo_header2.png");
    background-size: cover;
    width: 100%;
    max-height: 100%;
}

.header-container3 {
    background-image: url("../img/img_fondo_header3.png");
    background-size: cover;
    width: 100%;
    max-height: 100%;
}

/* ===============
    Inicia Para todo el sitio 
   =============== */
div.texto_header {
    color: #FFF;
    font-family: "din_light";
    font-size: 2em;
    float: right;
    margin-top: -10%;
    margin-left: 24%;
    line-height: 35px;

}

span.texto_secun_header {
    color: #FFF;
    font-family: "din_bold";
}

div#boton_confirmar_asistencia {
    width: 200px;
    height: 40px;
    background-color: #ff692e;
    border-radius: 4px;
    border-bottom: solid 6px #cb592c;
    float: right;
    margin-right: 142px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF;
    font-family: "din_condensed";
    font-size: 1.6em;
    padding: 20px 0px 0px 30px;
    cursor: pointer;
}

div#contenedor_salon {
    float: left;
    width: 520px;
    height: auto;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 7px;
    border: solid 1px #e5e5e5;
    padding: 30px;
}

div#boton_ver_agenda_dia {
    width: 180px;
    height: 40px;
    background-color: #27b358;
    border-radius: 4px;
    border-bottom: solid 6px #1a9344;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF;
    font-family: "din_condensed";
    font-size: 1.6em;
    padding: 20px 10px 0px 10px;
    cursor: pointer;
}

div#boton_ver_transmicion_dia {
    width: 220px;
    height: 40px;
    background-color: #ff692e;
    border-radius: 4px;
    border-bottom: solid 6px #cb592c;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF;
    font-family: "din_condensed";
    font-size: 1.6em;
    padding: 20px 0px 0px 10px;
    cursor: pointer;
}

div#boton_ver_transmicion_dia:hover {
    background-color: #ff7d2e;
    border-bottom: solid 6px #cb6b2c;
}

div#boton_ver_agenda_dia:hover {
    background-color: #31c565;
    border-bottom: solid 6px #00a73a;
}

div#boton_confirmar_asistencia:hover {
    background-color: #ff7d2e;
    border-bottom: solid 6px #cb6b2c;
}

div.contenedor_twitter {
    width: 100%;
    height: 71px;
    float: left;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    color: #FFF;
}

.lineas_colores {
    width: 100%
    min-height: 10px;
}

.linea_color1 {
    width: 11.1%;
    height: 10px;
    background-color: #008d7f;
    float: left;
}

.linea_color2 {
    width: 11.1%;
    height: 10px;
    background-color: #00a94f;
    float: left;
}

.linea_color3 {
    width: 11.1%;
    height: 10px;
    background-color: #2cb34a;
    float: left;
}

.linea_color4 {
    width: 11.1%;
    height: 10px;
    background-color: #0079c1;
    float: left;
}

.linea_color5 {
    width: 11.1%;
    height: 10px;
    background-color: #009ddd;
    float: left;
}

.linea_color6 {
    width: 11.1%;
    height: 10px;
    background-color: #42c4dd;
    float: left;
}

.linea_color7 {
    width: 11.1%;
    height: 10px;
    background-color: #61116a;
    float: left;
}

.linea_color8 {
    width: 11.1%;
    height: 10px;
    background-color: #ee2b75;
    float: left;
}

.linea_color9 {
    width: 11.1%;
    height: 10px;
    background-color: #f78f1e;
    float: left;
}

.icono_proposito {
    float: left;
    margin-right: 20px;
    margin-top: 50px;
}
.icono_conferencista {
    float: left;
    margin-right: 20px;
    margin-top: 40px;
}

.linea_titulo {
    width: 100%;
    float: left;
    border-bottom: solid 1px #42c5da;

}

.titulo_objetivo {
    float: left;
    margin-top: 45px;
}

.footer-container,
.main aside {
    background: #75b847;
}

.img_aside_congreso {
    float: left;
    margin-left: -51px;
}

#div_contenedor_ciudades {
    width: 269px;
    height: 383px;
    float: left;
    border-radius: 5px;
    border: solid 2px #eee;
    margin-top: 20px;
    margin-right: 50px;
    background-color: rgba(204, 204, 204, 0.24);
}

#div_contenedor_conferencistas {
    width: 254px;
    height: 154px;
    float: left;
    border-radius: 5px;
    border: solid 1px #eee;
    margin-top: 80px;
    margin-bottom: 70px;
    margin-right: 50px;
    background-color: #FFF;
}

#div_contenedor_conferencistas:hover {
    background-color: #efefef;
}

#contenedor_medellin {
    width: 269px;
    height: 55px;
    float: left;
    color: #FFF;
    background-color: #ee2873;
    border-radius: 5px 5px 0 0;
}

.ver_programacion_medellin {
    width: 219px;
    height: 40px;
    background-color: #ee2873;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: "din_condensed";
    font-size: 1.5em;
    border-bottom: solid 6px #ca195c;
}

.ver_programacion_bucaramanga:hover, .ver_programacion_pereira:hover, .ver_programacion_manizales:hover, .ver_programacion_bogota:hover, .ver_programacion_cali:hover, .ver_programacion_barranquilla:hover, .ver_programacion_cartagena:hover, .ver_programacion_medellin:hover {
    opacity: 0.8;

}

#contenedor_cartagena {
    width: 269px;
    height: 55px;
    float: left;
    color: #FFF;
    background-color: #059ed8;
    border-radius: 5px 5px 0 0;
}

.ver_programacion_cartagena{
    width: 219px;
    height: 40px;
    background-color: #059ed8;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: "din_condensed";
    font-size: 1.5em;
    border-bottom: solid 6px #0477a2;
}

.ver_mas_info{
    width: 219px;
    height: 40px;
    background-color: #27b358;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: "din_condensed";
    font-size: 1.5em;
    border-bottom: solid 6px #1a9344;
}

.ver_mas_info:hover {
    background-color: #31c565;
    border-bottom: solid 6px #00a73a;
}

#contenedor_barranquilla {
    width: 269px;
    height: 55px;
    float: left;
    color: #FFF;
    background-color: #27b358;
    border-radius: 5px 5px 0 0;
}

.ver_programacion_barranquilla {
    width: 219px;
    height: 40px;
    background-color: #27b358;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: "din_condensed";
    font-size: 1.5em;
    border-bottom: solid 6px #1a9344;
}

#contenedor_cali {
    width: 269px;
    height: 55px;
    float: left;
    color: #FFF;
    background-color: #611266;
    border-radius: 5px 5px 0 0;
}

.ver_programacion_cali {
    width: 219px;
    height: 40px;
    background-color: #611266;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: "din_condensed";
    font-size: 1.5em;
    border-bottom: solid 6px #47094b;
}

#contenedor_bogota {
    width: 269px;
    height: 55px;
    float: left;
    color: #FFF;
    background-color: #42c5da;
    border-radius: 5px 5px 0 0;
}

.ver_programacion_bogota {
    width: 219px;
    height: 40px;
    background-color: #42c5da;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: "din_condensed";
    font-size: 1.5em;
    border-bottom: solid 6px #169db2;
}

#contenedor_manizales {
    width: 269px;
    height: 55px;
    float: left;
    color: #FFF;
    background-color: #008d7f;
    border-radius: 5px 5px 0 0;
}

.ver_programacion_manizales {
    width: 219px;
    height: 40px;
    background-color: #008d7f;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: "din_condensed";
    font-size: 1.5em;
    border-bottom: solid 6px #00766a;
}

#contenedor_pereira {
    width: 269px;
    height: 55px;
    float: left;
    color: #FFF;
    background-color: #f78e3b;
    border-radius: 5px 5px 0 0;
}

.ver_programacion_pereira {
    width: 219px;
    height: 40px;
    background-color: #f78e3b;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: "din_condensed";
    font-size: 1.5em;
    border-bottom: solid 6px #ef720f;
}

#contenedor_bucaramanga {
    width: 269px;
    height: 55px;
    float: left;
    color: #FFF;
    background-color: #0872ad;
    border-radius: 5px 5px 0 0;
}

.ver_programacion_bucaramanga {
    width: 219px;
    height: 40px;
    background-color: #0872ad;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: "din_condensed";
    font-size: 1.5em;
    border-bottom: solid 6px #095884;
}

#contenido_objetivo1 {
    width: 250px; 
    height: 330px; 
    float: left; 
    margin-right: 40px; 
    text-align: center; 
    padding: 30px;
    background-color: #f3f3f3;
}

#contenido_objetivo2 {
    width: 228px; 
    height: 400px; 
    float: left; 
    margin-right: 40px; 
    text-align: center; 
    padding-top: 30px;
}


#contenedor_arbol_cuidado {
    width: 100%;
    height: 470px;
    background-color: #b7c72f;
    float: left;
}

/* ===============
    Termina - Para todo el sitio
   =============== */

.title {
    color: white;
}

/* ==============
    Menú movil
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: "din_condensed";
    font-size: 23px;
    color: white;
    /* background: #e44d26;*/
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    Main móvil
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
    color: #727272;
    font-family: "din_light";
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}


.ie7 .title {
    padding-top: 20px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

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

/* ====================
    Menú intermediario
   ==================== */

    nav a {
        float: left;
        width: 27%;
        /*margin: 0 1.7%;*/
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    intermediario IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

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

/* ====================
    Efectos CSS3
   ==================== */

    .header-container,
    .main aside {
        
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 70%;
        margin-top: 10px;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 100%;
    }

    .article_contenedor_ciudades {
        width: 100%;
        float: left;
    }

    .main aside {
        float: right;
        width: 28%;
        margin-top: 40px;
    }
}

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

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}