/*
    Project : ONDI BIENAL
    Email: alaintm79@gmail.com
*/

/* INDEX
------------------------------------------------------------------------------
$GLOBAL

$HEADER

$CONTENT

$SIDEBAR

$FOOTER

$UTILS
------------------------------------------------------------------------------*/

/* $GLOBAL
------------------------------------------------------------------------------*/
html{
    font-size:100%;
}

html, body{
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "opensans", sans-serif;
    font-size: 16px;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

/* $HEADER
------------------------------------------------------------------------------*/
header{
    background-color: #1b6d85;
}

header > img{
    display: block;
    margin: 0 auto;
}

.navbar {
    border-radius: 0;
    border: 0;
    background-color: #20B1E6;
}

.navbar a{
    color: #fff;
}

@media(min-width: 765px){
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #26235A;
}

.nav > li.active > a{
    text-decoration: none;
    background-color: #fff;
    color: #26235A;
    font-weight: bold;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border:1px solid #fff;
}

@media(max-width:1025px){
    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 5px;
    }
}

/* $CONTENT
------------------------------------------------------------------------------*/
.content{
    min-height: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.content-title{
    margin-top: 25px;
    margin-bottom: 35px;
}

.content-info p{
    text-align: justify;
}

@media(max-width: 764px){
    .content{
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .content-title{
        margin-top: 0;
    }

    .content-info div{
        margin-bottom: 15px;
    }
}

/* CONFERENCISTAS */
.conferencista-index{
    border-bottom: 1px solid #201D4D;
    color: #201D4D;
    font-weight: lighter;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    width: 40px;
}

.conferencista-index-list{
    color: #E85895;
}

.conferencista-index-list a{
    color: #E85895;
    margin-right: 15px;
}

.conferencista-index-list li{
    margin-bottom: 15px;
}

.conferencista-nombre{
    font-weight: bold;
    font-size: 28px;
}

.conferencista-img > img{
    margin-top: 50px;
    padding-bottom: 10px;
}

.conferencista-img-graffoto{
    position: relative;
    top: 245px;
}

@media(max-width: 767px){
    .conferencista-img-graffoto{
        position: relative;
        top: 255px;
    }
}

.conferencista-cargo{
    font-weight: bold;
    font-size: 16px;
}

.conferencista-agencia{
    margin-top: 25px;
    margin-bottom: 35px;
}

.conferencista-curriculum{}

.conferencista-has-male{
    color: #0071BA;
}

.conferencista-has-female{
    color: #E94A84;
}

.conferencista-social > ul{
    min-height: 35px;
}

.conferencista-social > .conferencista-has-male{
    border-left: 1px solid #0071BA
}

.conferencista-social > .conferencista-has-female{
    border-left: 1px solid #E94A84
}

.conferencista-social .fa-stack{
    margin-top: 2px;
}

.conferencista-social-url{
    padding-top: 15px;
}

/* COMITE ORGANIZADOR */
.comite .dl-horizontal dt {
    float: left;
    width: 225px;
    margin-right: 15px;
    overflow: hidden;
    clear: left;
    text-align: right;
    white-space: normal;
}

.comite .dl-horizontal dd {
    margin-bottom: 15px;
}

@media(max-width: 991px){
    .comite .dl-horizontal dt {
        float: none;
        width: inherit;
        margin-right: 0;
        overflow: visible;
        clear: none;
        text-align: left;
        white-space: normal;
    }

    .comite .dl-horizontal dd {
        margin-left: 0;
    }

    .comite-fix{
        display: none;
    }

    .comite-fix + dd{
        margin-top: -15px;
    }
}

/* CATALOGO */

.catalogo img{
    width: 100%;
}

.catalogo a:hover{
    opacity: 0.9;
}

.catalogo-info-descarga{
    color: #B4B4B4;
    text-align: right !important;
    margin-bottom: 25px;
}

.catalogo-info-descarga a{
    color: #B4B4B4;
}

.catalogo-footer{
    margin-top: 25px;
}

.catalogo-footer-title{
    color: #27245D;
    font-weight: bold;
}

.catalogo-footer-creditos{
    color: #20B1E6;
    font-size: 14px;
}

/* PP&D */
.ppd .nav-tabs > li.active > a,
.ppd .nav-tabs > li.active > a:hover,
.ppd .nav-tabs > li.active > a:focus {
    color: #27215D;
    cursor: default;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #DDD transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    font-weight: bold;
}

.ppd .nav > li > a:hover,
.ppd .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #26235A;
}

.ppd .nav-tabs > li > a {
    color: #e85895;
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0px 0px 0px 0px;
}

.ppd-title{
    color: #E74983;
    font-weight: bold;
    margin-top: 25px;
    font-size: 18px;
    margin-bottom: 50px;
}

.ppd-programa{
    border: 1px solid #e85895;
    margin-bottom: 25px;
}

.ppd-logo{
    margin-top: 50px;
}

.ppd-objetivo{
    margin-top: 50px;
}

.ppd-antes{
    border-bottom: 2px solid #E85895;
    padding-bottom: 25px;
    margin-bottom: 45px;
}

.ppd-antes-first {
    border-top: 2px solid #E85895 !important;
    padding-top: 45px;
}

.ppd-antes-lugar{
    background: url(../img/circle.png) center center no-repeat;
    height: 145px;
    vertical-align: middle;
    padding-top: 50px;
}

.ppd-antes-lugar p{
    color: #A54992;
    font-weight: bold;
    text-align: center !important;
}

.ppd-antes-title{
    color: #1DB3E6;
    font-weight: bold;
    font-size: 18px;
}

.ppd-antes-1{
    background: url(../img/numeros/01.png) right center no-repeat;
    min-height: 145px;
    vertical-align: middle;
}

.ppd-antes-2{
    background: url(../img/numeros/02.png) right center no-repeat;
    min-height: 145px;
    vertical-align: middle;
}

.ppd-antes-3{
    background: url(../img/numeros/03.png) right center no-repeat;
    min-height: 145px;
    vertical-align: middle;
}

.ppd-antes-4{
    background: url(../img/numeros/04.png) right center no-repeat;
    min-height: 145px;
    vertical-align: middle;
}

.ppd-antes-5{
    background: url(../img/numeros/05.png) right center no-repeat;
    min-height: 145px;
    vertical-align: middle;
}

.ppd-antes-6{
    background: url(../img/numeros/06.png) right center no-repeat;
    min-height: 145px;
    vertical-align: middle;
}

.ppd-credito{
    color: #20B1E6;
    font-size: 14px;
}

.ppd-antes-7{
    background: url(../img/numeros/07.png) right center no-repeat;
    min-height: 145px;
    vertical-align: middle;
}

/* TALLERES */
.talleres .panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: url(../img/arrow-down.jpg) -10px -0px no-repeat #fff;
}

.talleres .panel-heading {
    padding: 10px 15px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #F03FA9;
    margin-left: 35px;
}

@media(max-width:479px){
    .talleres .panel {
        background: none;
    }

    .talleres .panel-heading {
        margin-left: 0;
    }
}

.talleres .panel-group .panel-heading + .panel-collapse > .panel-body,
.talleres .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #ddd;
}

.taller-title{
}

.taller-title h2{
    font-size: 34px;
    font-weight: bold;
    margin-top: 35px;
    margin-left: 75px;
}

.taller-title a{
    display: block;
    min-height: 152px;
    color: #F03FA9;
    font-weight: bold;
}

.taller-title a:hover,
.taller-title a:focus,
.taller-title a:active{
    text-decoration: none;
}

@media(max-width:479px){
    .taller-title a {
        display: block;
        min-height: 0;
        color: #F03FA9;
        font-weight: bold;
    }

    .taller-title h2 {
        font-size: 34px;
        font-weight: bold;
        margin-top: 35px;
        margin-left: 0;
        text-align: center;
    }
}

.taller-index{
    color: #E74983;
    font-weight: bold;
    margin-top: 35px;
}

.taller-index li{
    margin-bottom: 10px;
}

.taller-index-right{
    border-left: 1px solid #E74983;
    padding-left: 25px;
}

.taller-index-left{
    border-right: 1px solid #E74983;
    padding-right: 25px;
    text-align: right;
}

.taller-1{
    background: url(../img/talleres/taller-01.png) center left no-repeat;
}

.taller-2{
    background: url(../img/talleres/taller-02.png) center right no-repeat;
}

.taller-3{
    background: url(../img/talleres/taller-03.png) center left no-repeat;
}

.taller-4{
    background: url(../img/talleres/taller-04.png) center right no-repeat;
}

.taller-5{
    background: url(../img/talleres/taller-05.png) center left no-repeat;
}

.taller-6{
    background: url(../img/talleres/taller-06.png) center right no-repeat;
}

.taller-7{
    background: url(../img/talleres/taller-07.png) center left no-repeat;
}

@media(max-width:479px){
    .taller-1{
        background: none;
    }

    .taller-2{
        background: none;
    }

    .taller-3{
        background: none;
    }

    .taller-4{
        background: none;
    }

    .taller-5{
        background: none;
    }

    .taller-6{
        background: none;
    }

    .taller-7{
        background: none;
    }
}

/* EVENTO */
.conferencia{
    margin-bottom: 35px;
}

.conferencia li{
    margin-bottom: 10px;
}

.conferencia-title{
    color: #e85895;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}

.conferencia-expositor{
    color: #A0A0A0;
    font-size: 19px;
}

.conferencia-expositor > img{
    margin-left: 10px;
}

.conferencista-cargo{
    color: #A0A0A0;
    font-size: 19px;
}

/* PONENCIAS */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e85895;
  outline: 0;
}

.comision-title{
    color: #26225D;
    font-size: 24px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 50px;
}
.ponencia-title a{
    color: #e85895;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}

.ponencia-descargar a{
    background: url('../img/ic_dowload-16.png') bottom right no-repeat;
    color: #26225D;
    font-style: italic;
    font-weight: normal;
    padding-right: 40px;
    font-size: 18px;
}

.ponencia-descargar a:hover{
    background: url('../img/ic_dowload-17.png') bottom right no-repeat;
}

.ponencia-ponente{
    color: #ADADAD;
    font-size: 18px;
    margin-bottom: 15px;
}

.ponencia-ponente a{
    color: #ADADAD;
}

.ponencia-detail-label{
    color: #e85895;
    font-weight: bold;
    margin-top: 15px;
}

.ponencia-detail-title{
    color: #e85895;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 25px;
}

.ponencia-detail-descargar{
    background: url(../img/ic_dowload-14.png) center center no-repeat;
    display: block;
    height: 61px;
    width: 61px
}

.ponencia-detail-descargar:hover{
    background: url(../img/ic_dowload-15.png) center center no-repeat;
}

/* $FOOTER
------------------------------------------------------------------------------*/
.organizadores{
    background-color: #ccc;
}

.organizadores img{
    display: block;
    margin: 0 auto;
}

footer{
    background-color: #E85895;
    min-height: 250px;
}

.footer{
    padding: 35px 25px 0px;
}

.footer-contact {
    color: #26235A;
    font-size: 12px;
    font-weight: bold;
}

.footer-contact a{
    text-decoration: none;
    color: #26235A;
}

.footer-contact .lead{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-menu li{
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: bold;
}

.footer-menu a{
    color: #26235A !important;
    font-weight: bold;
}

.footer-talleres .lead{
    color: #26235A;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-talleres a{
    color: #26235A !important;
    font-weight: bold;
}

.footer-talleres li{
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: bold;
}

.footer-eventos .lead{
    color: #26235A;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-eventos a{
    color: #26235A !important;
    font-weight: bold;
}

.footer-eventos li{
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: bold;
}

.footer-copyright{
    padding-top: 35px;
    padding-bottom: 5px;
}

.footer-copyright > p{
    color: #26235A;
    font-weight: bold;
}

@media(max-width: 767px){
    footer .lead{
        margin-top: 25px;
    }

    .footer-contact{
        margin-bottom: 25px;
    }
}

/* $UTILS
------------------------------------------------------------------------------*/
.stat {
    font-size: 48px;
    line-height: 1;
}

.blue{
    background-color: blue;
}

.green{
    background-color: green;
}

.red{
    background-color: red;
}

.omega{
    margin-right: 0 !important;
}

.alpha{
    margin-left: 0 !important;
}

.my-modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*Bootstrap 3.3.0 Snippet by mrmccormack*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}
