h1, h2, h3, h4, h5 {
    font-family: 'Lato', sans-serif;
}
.titles{
border-top: 6px solid #FFDB15
}
mark {     
    background-color: #FFDB15;
    padding: 7px;
    line-height: 40px;
}
.txt-spkr {
    padding-top: 13px;
}
.banner>.uml-banner {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	background-image: url('http://www.mercadolibre.com/org-img/mkt/charlas/mla/2016/img/bkgr2.jpg');
	background-repeat: repeat;
}
.container2 {
	max-width: 80%;
	margin: 0 auto;
	width: 100%
}
.img-sponsors {
    margin-bottom: 40px;
}
.container2 .blue-bg {
	background-color: rgba(62,82,161,.8)
}
.container2 img {
	max-width: 100%;
	margin: 0 auto;
	width: 100%
}
.uml-banner .evento {
	margin-top: 0;
}
.margin-1 {
	margin-top: 1rem;
}
.btn-comprar {background-color:#FFDB15; padding:2rem; display:block}
.btn-comprar:hover {opacity:.8}
.cupos {background-color:#FFDB15; display:block; margin-top:1rem; padding:1rem; text-align:center}
.cupos-2 {background-color:#FFDB15; display:block; margin-top:1rem; padding:1rem; text-align:center}
.cupos img {

    }

 @media screen and (max-width: 1199px) {
.banner>.uml-banner {
	height: 550px;
}
}
@media screen and (max-width: 992px) {
.banner>.uml-banner {
	height: 500px;
}
}
 @media screen and (max-width: 768px) {
.container2 {
	max-width: 400px;
	margin: 0 auto;
	width: 100%
}

.banner>.uml-banner {
	height: 500px;
	padding-top: 80px

}
.container2 img {
	max-width: 572px;
	margin: 0 auto;
	width: 100%;
    padding: 0 20px;
}
.bg-img {
    background-color: #ffdc00;
}
.margin-1, .uml-banner .evento {
	margin-top: 0;
	margin-bottom: 0
}
}
@media screen and (max-width: 488px) {
.banner>.uml-banner {
	height: 500px;
}
}
@media screen and (max-width: 390px) {
.banner>.uml-banner {
    height: 500px;}
}
@media screen and (max-width: 600px) {
.white-bg {
    padding: 0 1rem 1.5rem 1rem !important;
}
.banner>.uml-banner {
    height: 350px;
    padding-top: 0;
}
}
#carousel-custom {
	margin: 0 auto;
	width: 100%;
	height: auto
}
#carousel-custom .carousel-indicators {
	margin: 10px 0 0;
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}
#carousel-custom .carousel-indicators li {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0 !important;
	width: auto;
}
#carousel-custom .carousel-indicators li img {
	display: block;
	opacity: 0.5;
	width: 100px;
	height: auto
}
#carousel-custom .carousel-indicators li.active img {
	opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
	opacity: 0.75;
}
#carousel-custom .carousel-outer {
	position: relative;
}




/* Drop Down*/
.icoPdf { border:0px !important; border-radius: 0 !important; margin:10px auto; display: block}
span.btnagotado {
    background-color: #ffffff;
    margin: 6%;
    padding: 2% 8%;
    font-size: 1.8em;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
}

.ata { padding-left:0px !important}
.center { 
	width: 110px;
	margin: auto;
	line-height: 43px;
}
.white {color:#fff}
#comprar {
    width: 485px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.entradas {
    margin-top: 10% !important;
}
.btncomprar a{
    display: block; 
    float: left;
    
    border: 2px solid #293584;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 400;
    color: #293584;
    display: inline-block;
    text-decoration: none;

    margin: 0 0 10px 50px
}
.btncomprar a:hover{
    border: 2px solid #606060;
    color: #606060;    
}
.precio {
    display: block;
    float: left;
    
    padding: 5px;
    font-size: 24px;
    color: #293584; 
    margin: 0 10px;
    
}
.boxdescuento { 
    display: block;
    padding: 30px 10px;
    margin-bottom: 20px;
    background-color: #FFDB15;
    text-align: center;
    border-left: 10px solid #000;
    border-right: 10px solid #000;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    display: block;    
    float: left;
    
    width: 150px;
    margin: 0 auto;
    padding: 10px 15px;

    /* Styles */
    background: #F3F3F3;
    border-left: 2px dotted grey;
    cursor: pointer;
    outline: none;
    
    
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}

.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: -1px;
    right: 0px;

    /* Styles */
    background: white;
	padding-left:0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    /*border-left: 2px dotted grey;*/
    border: none;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*.wrapper-dropdown-2 .dropdown li:nth-child(1) a { 
    border-left-color: #00ACED;
}

.wrapper-dropdown-2 .dropdown li:nth-child(2) a {
    border-left-color: #4183C4;
}

.wrapper-dropdown-2 .dropdown li:nth-child(3) a {
    border-left-color: #3B5998;
}

.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}*/

/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a {
    color: white;
    background: #999999
}

/* Active state */

.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}



/* Section Agenga*/

.uml-calendar{
    margin: 0rem 0 3rem 14rem;
	border-left: 3px solid #000;
	width:85%;
}


.uml-calendar  .sala h5{
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}

.uml-calendar  .sala p{
    font-size: 14px;
}

.uml-calendar  .timeline{
    padding: 20px 0;
}

.uml-calendar  .timeline .evento{
    position: relative;
}

.uml-calendar  .timeline .evento .hora{
    position: absolute;
    left: -150px;
    width: 112px;
    top: 22px;
    display: inline-block;
    text-align: right;
    color: #808285;
    font-size: 14px;
    font-weight: bold;
}
.uml-calendar  .timeline .evento .icone{
    position: absolute;
    color: #fff;
    display: inline-block;
    background: #7d7d7d;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    font-size: 19px;
    left: -34px;
    top: 15px; /*-5px*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.uml-calendar  .timeline .evento .icone i{
    vertical-align: middle;
}
.uml-calendar  .timeline .evento .conteudo{
    padding: 10px;
    margin-left: 10px;
    background: #fff;
	border-bottom: 1px dotted #ccc;}

.uml-calendar  .timeline .evento .conteudo h4{
    font-size: 16px;
    line-height: 24px;
}
.uml-calendar  .timeline .evento .conteudo h4{
    display: block;
    position: relative;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
.uml-calendar  .timeline .evento .conteudo h4 span{
    font-weight: 400;
    color: #7d7d7d;
    clear: left;
    display: block;
    padding-left: 1rem;}

.uml-calendar  .timeline .evento .conteudo h4 i{
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    background: #7d7d7d;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}

.speakers-center {
	padding: 0px;
    font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 16px;
    }
.organizadores {	text-align:center; margin:0; padding:0
}
.organizadores li  {	display: inline-block;
	margin: 0% 3% 3% 3%;
	width:20%;
	vertical-align:top;
}
.img-center {
	display: block;
	margin: auto;
}
@media screen and (max-width: 768px){

.uml-calendar {
    margin: 0rem 0 3rem 2rem;
}

.organizadores li  {	
	margin: 0% 2% 3% 2%;
	width:28%;
}

}

/**** MEDIA QUERIES ****/
@media screen and (max-width: 600px){
    #comprar {
        width: 100%;
        margin: 15px auto;
        text-align: center;
    }
    .precio {margin: 5px 5px; font-size:18px}
    .btncomprar a{
        float: none;
        margin: 10px auto;
    }
	.scala { max-width:100%;}
	.default { width:100%; height: 1080px;}
	.hora, .fila { width:100%; text-align:center}
	.fila { margin:0px; padding: 10px 0px}
	.scolor { border: none; background-color:#F7F7F7}
}