body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#a2a2a2;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

a:link,a:focus,a:active,a:visited{
    color:#57b5c9;
    font-weight: bold;
}

a {
    color: #57b5c9;
    cursor:pointer;
}

p a {
    color: #57b5c9 !important;
    font-weight: 700;
}

small i {
    color: #6b6b6b;
    font-weight: 100;
}

.header {
    background: #54a898;
    min-height: 126px;
    border-bottom: 7px solid #57b5c9;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 2px 15px #6b6b6b;
}

.jspContainer{
	overflow:visible;
}

.js .content {
    top: 200px;
}

.menu-button{
	top:147px;
}

.bb-custom-wrapper nav span{
	top:127px;
}

.menu-panel{
	top:124px;
}
.sponsors.col-xs-2 {
    width: 16%;
    position: relative;
    top: 40px;
}

.sponsors.col-xs-2 img {
    display: inline-block;
    vertical-align: middle;
    mix-blend-mode: multiply;
}

.menu-button{
    background: #54a898;
}

.menu-button:hover {
    background: #9dd1c9;
}

.bb-custom-wrapper nav span{
	background: #57b5c9;
	font-weight: 300;
    font-size: 25px;
}

.bb-custom-wrapper nav span:hover{
	background: #12354f
}

.menu-panel {
    background: #57b5c9;
}
.menu-toc li a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    padding: 8px 20px;
    cursor: pointer;
    background: #57b5c9;
    border-bottom: 1px solid #9dd1c9;
    font-weight: 100;
}
.menu-toc li a:hover, .menu-toc li.menu-toc-current a {
    background: #57b5c9;
}
.menu-panel div a{
	color: #12354f;
}
.content h2 {
    font-weight: 700;
    font-size: 36px;
    padding: 0;
    color: #54a898;
    margin: 0 0 10px;
    text-align: left;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
}

.content h3{
	color:#12354f;
	text-transform:uppercase;
	font-size:30px;
	margin-top: -8px;
}


.scroller {
    padding: 10px 5% 10px 3%;
}
.js .content:after {
    top: 0;
    bottom: 0;
    background: none;
    background: none;
    background: none;
    background: none;
}
.content p {
    font-size: 19px;
    color: #12354f;
    line-height: 1.6;
    font-weight: 400;
    padding: 5px 0;
    text-align: justify;
}

small{
	color:#54a898;
	font-size: 15px;
	font-weight:600;
}

.content h4{
	font-size:23px;
	color:#12354f;
	font-weight:600;
	text-transform: uppercase;
}

.modal-backdrop{
    z-index:-1;
}

.modal-dialog {
    width: 76%;
    margin: 157px auto;
}

.container{
    padding-left:0;
    padding-right:0;
}

img.ico{
    width:27px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #57b5c9;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ddd;
    border-radius: 10px;
    /* margin-left: 6px; */
    margin-bottom: 9px;
}

p.note {
    color: #6b6b6b;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    border-top: 1px dashed #ddd;
    margin-top: 20px;
}

small.referencias {
    color: #6b6b6b;
    font-weight: 400;
    font-size: 14px;
}

.btn-primary {
    color: #fff;
    background-color: #57b5c9;
    border-color: #57b5c9;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 0;
}

.btn-primary:hover,.btn-primary:focus, .btn-primary.focus,.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #9dd1c9;
    border-color: #9dd1c9;
}

.modal-content{
    border-radius:0;
}

ul.blue{
    font-size: 19px;
    color: #12354f;
}

#item3 .content {
    overflow-y: scroll !important;
}

.jspContainer {
    overflow: visible;
    height: 100% !important;
}

hr.green {
    border-top: 4px solid #57b5c9;
}

.content ul li {
    font-size: 19px;
    color: #12354f;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0;
    text-align: justify;
}

@media (max-width:768px){
	.header{
		padding:10px;
		min-height:100px;
	}
	.sponsors.col-xs-2 {
    padding-left: 0;
    padding-right: 4px;
    width: 16%;
    margin: auto;
    top:0;
    }
	.col-md-7.col-xs-12.pull-right {
    margin-top: 14px;
    border-top: 1px dashed #666;
    padding-top: 7px;
	}
	.menu-panel {
    top: 114px;
	}
    .modal-dialog {
    margin: 215px auto;
    }
    .content p{
        text-align:left;
    }
    .container{
        margin-top:20px;
    }
}
