/* 
 * 1. Google Font
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
/* 
 * 2.0 Global Style
 */
html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.scrolloff {
    pointer-events: none;
}

body {
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #000;
}

    a:focus {
        outline: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: 2.3px;
}

p {
    margin: 0 0 30px;
}

ul li {
    font-weight: 700;
    margin-bottom: 10px;
}

.navbar-custom .container {
    width: 98%;
}


.custom-list-icon, .list-arrow-right {
    list-style-type: none;
    padding: 0;
}

    .custom-list-icon li, .list-arrow-right li {
        position: relative;
        padding-left: 20px;
    }

        .custom-list-icon li::before, .list-arrow-right li::before {
            position: absolute;
            left: 0;
            color: #4e4e4e;
            font-family: "Ionicons";
        }

.social-block {
    list-style-type: none;
    padding: 0;
}

    .social-block li {
        display: inline-block;
    }

        .social-block li a {
            display: inline-block;
            height: 32px;
            width: 32px;
/*            color: #4e4e4e; */
			color: #3b5998;
        }

            .social-block li a i {
                font-size: 1.5em;
            }

            .social-block li a:hover, .social-block li a:focus {
                color: #000;
            }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn {
    border: 0;
    border-radius: 0;
    padding: 6px 28px;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 48px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.6;
}

    .form-control:focus {
        box-shadow: none;
        border-color: #ccc;
        background-color: #f8f8f8;
    }

.valign-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section .payments {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

    section .payments dd {
        font-size: 14px;
    }

header div.payments {
    margin: 80px auto;
    padding: 0 30px;
    width: 80%;
    color: #000;
    background: #fff;
    opacity: 0.8;
    text-align: left;
    border-radius: 5px;
}

    header div.payments .btn {
        width: 300px;
        max-width: 100%;
        padding: 5px 10px;
        margin-bottom: 20px;
    }

.section {
    padding: 70px 0;
}

.section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
}

    .section-title span {
        text-transform: lowercase;
    }
/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-700 {
    font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}

.mt60 {
    margin-top: 60px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
    content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-white {
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
}

    .btn-white:hover {
        color: #fff;
        background: #000;
        border: 1px solid #fff;
    }

.btn.inpage {
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.btn-black {
    color: #fff;
    background-color: #000;
    width: 100%;
    border: 1px solid transparent;
}

    .btn-black:hover, .btn-black:focus {
        color: #000;
        background-color: #fff;
        border: 1px solid #000;
    }

.black {
    color: #000 !important;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2 {
    position: relative;
}

    .bg-image::before, .bg-image-1::before, .bg-image-2::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.bg-image-1 {
    background: url(../media/images/backgrounds/bg-1.jpg) no-repeat center center/cover;
	/*background: url('../media/1796/background.jpeg') no-repeat center center/cover;*/
	/*background: url('../media/1934/agroglifos-banner.jpeg') no-repeat center center/cover;*/
}

    .bg-image-1::before {
        background-color: rgba(0, 0, 0, 0.7);
    }

.bg-image-2 {
    background: url(../media/images/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
}

    .bg-image-2::before {
        background-color: rgba(0, 0, 0, 0.7);
    }

@media (min-width: 768px) {
    .section {
        padding: 90px 0;
    }

    .section-title {
        color: #313131;
        letter-spacing: 2.3px;
        margin: 0 0 60px;
        text-transform: uppercase;
        text-align: left;
    }
}
/* 
 * 4.0 Navigation
 */
.navbar-header {
    max-width: 100%;
    box-sizing: border-box;
}

.navbar-custom {
    border: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

    .navbar-custom .navbar-nav li {
        margin: 0;
    }

    .navbar-custom .navbar-nav > li > a {
        /*color: #fff;*/
		color:#000;
		text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid transparent;
    }

        .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
            background-color: transparent;
            border-color: rgba(255, 255, 255, 0.5);
        }

    .navbar-custom .navbar-nav > .active > a {
        border-color: rgb(255, 255, 255);
    }

.navbar-toggle {
    border: 0;
    border-radius: 0;
    margin-top: 2px;
}

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-solid {
    background-color: #000 !important;
    padding: 0 !important;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.site-branding {
    float: left;
    margin-top: 0;
    margin-left: 10px;
}

    .site-branding .navbar-brand {
        color: #fff;
    }

    .site-branding .logo {
        /*color: #fff;*/
		color:#000;
		text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff;
        font-size: 18px;
        font-weight: 700;
        margin-right: 5px;
        letter-spacing: 3px;
        /*text-transform: uppercase;*/
    }

        .site-branding .logo:focus, .site-branding .logo:hover {
            text-decoration: none;
        }

/* 
 * 5.0 Site Header
 */
.site-header {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    text-align: center;
}

    .site-header::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .site-header .intro {
        color: #fff;
        position: relative;
        top: 33vh;
        text-align: center;
        /*text-transform: uppercase;*/
        width: 100%;
        z-index: 1;
        padding: 0 15px;
    }

        .site-header .intro h1 {
            margin-top: 0px;
            font-size: 45px;
            color: #fadc00;
            font-weight: 900;
            text-shadow: 0 0 14px #000, 0 0 14px #000, 0 0 14px #000;
        }

        .site-header .intro h2 {
            margin-top: 0px;
            font-size: 32px;
            font-weight: 600;
            text-shadow: 0 0 13px #000, 0 0 13px #000, 0 0 13px #000;
        }

        .site-header .intro p {
            font-size: 26px;
            margin-bottom: 10px;
            font-weight: 600;
            text-shadow: 0 0 12px #000, 0 0 12px #000, 0 0 12px #000;
        }

@media (max-width:768px) {
    .site-header .intro {
        top: 10vh;
    }

        .site-header .intro h1 {
            font-size: 20px;
        }

        .site-header .intro h2 {
            font-size: 16px;
        }

        .site-header .intro p {
            font-size: 12px;
        }
}

@media (min-width: 768px) {
    .navbar-custom {
        background-color: transparent;
        padding-top: 30px;
    }

    .site-branding {
        margin-top: 6px;
        margin-left: 0;
    }
}
/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about .section-title {
    margin: 0 0 25px;
}

.about figure {
    margin-bottom: 25px;
}

/* 
 * 6.2 Section: Facts
 */
.facts {
    padding: 100px 0;
}

    .facts i {
        color: #fff;
        font-size: 3em;
    }

    .facts h3 {
        color: #fff;
        text-align: center;
        /*text-transform: uppercase;*/
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

/* 
 * 6.3 Section: Speaker
 */

.group-break {
    display: block;
    float: none;
    clear: both;
    height: 15px
}

.speakers.thumb {
    float: left;
    margin: 0 15px 5px 0;
}

.speaker {
    text-align: center;
    color: #313131;
    margin: 25px 0;
}

    .speaker.isHighlight-no-line {
        margin-bottom: 20px;
    }

    .speaker.isHighlight {
        margin-bottom: 20px;
        border-bottom: 1px solid #000;
        display: flex;
    }

        .speaker.isHighlight figure {
            margin: 0 25px 20px 0;
            width: 40%;
        }

            .speaker.isHighlight figure img {
                width: 100%;
                padding: 10px;
                border: 1px solid #000;
            }

        .speaker.isHighlight .speaker-details {
            width: 60%;
        }

        .speaker.isHighlight .speaker-details {
            text-align: left;
        }

    .speaker h5, .speaker h6, .speaker h3 {
        text-transform: uppercase;
    }

    .speaker h4 {
        margin-top: 15px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .speaker p {
        margin-bottom: 5px;
    }

        .speaker p.uppercase {
            text-transform: uppercase;
        }

    .speaker img:hover {
        opacity: .7;
    }

@media (max-width:768px) {
    .speaker.isHighlight {
        flex-wrap: wrap;
    }

        .speaker.isHighlight figure {
            width: 100%;
        }

        .speaker.isHighlight .speaker-details {
            width: 100%;
        }
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    width: 100%;
    background: #000;
    padding: 10px 0;
}

/* 
 * 6.4 Section: Registration & Pricing
 */
.registration-info-img {
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width:768px) {
    .registration-info-img {
        width: 80%;
        margin-bottom: 60px;
    }
}

@media (max-width:768px) {
    .registration-info-img {
        width: 100%;
        margin-bottom: 30px;
    }
}

.registration {
    background-color: #fff;
}

    .registration .section-title {
        text-align: center;
    }
/* 
 * 6.5 Section: Contribution
 */
.contribution {
    text-align: center;
    color: #fff;
    padding: 50px 0;
}

.modal-content {
    border-radius: 0;
}
/* 
 * 6.5.1 Section: Important Date
 */
.important-date {
    background-color: #f8f8f8;
}

table, th, td {
    border: 1px solid #ededed;
    border-collapse: collapse;
    color: #000;
}

th {
    padding-left: 15px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    letter-spacing: 2.3px;
    vertical-align: top;
}

th, td {
    text-align: left;
    vertical-align: middle;
}

td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-weight: 400;
}

@media (min-width: 768px) {
    th {
        padding-left: 25px;
        width: 30%;
    }

    td {
        padding-left: 10px;
    }

        td.future-events-text {
            width: 50%;
        }

        td:last-child {
            width: 20%px;
            vertical-align: top;
        }
}
/*
 *  Section: Future Events
*/
.future-events-table {
    width: 100%;
}

    .future-events-table .future-event-banner {
        margin: 0 15px 15px 0;
        width: 98%;
        box-sizing: border-box;
    }
/* 
 * 6.6 Section: Schedule
 */
.outer-tabs {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    color: #FFF;
    cursor: pointer;
    background-color: #000;
    border-color: #000;
    border-bottom-color: transparent;
}

.nav-tabs > li {
    width: 33.3333333333%;
}

    .nav-tabs > li > a {
        border-radius: 0;
        text-transform: uppercase;
        text-align: center;
        border: 1px solid #ededed;
        margin-right: 0;
        padding: 15px;
        background-color: #f5f5f5;
        transition: all 0.2s ease-in-out;
    }

.inner-tabs .nav-tabs > li > a {
    border-color: transparent;
    border-bottom-color: #ededed;
    background-color: #fbfbfb;
}

    .inner-tabs .nav-tabs > li.active > a, .inner-tabs .nav-tabs > li.active > a:focus, .inner-tabs .nav-tabs > li.active > a:hover, .inner-tabs .nav-tabs > li > a:focus, .inner-tabs .nav-tabs > li > a:hover, .inner-tabs .nav-tabs > li > a:active {
        border-color: transparent;
        border-bottom-color: #000;
        background-color: inherit;
        color: #000;
    }

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

.full-width {
    width: 100%;
    position: relative;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

    .full-width:after {
        position: absolute;
        content: "\f3d0";
        right: 0;
        font-family: 'Ionicons';
        color: #000;
        transition: all 0.2s ease-in-out;
    }

.collapsed > .full-width:after {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.panel {
    background-color: transparent;
}

.schedule_item .panel-heading {
    min-height: 130px;
    margin: 0px 5px 15px 0;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #ddd;
}

.panel-default {
    border-color: transparent;
}

.schedule .panel-group {
    padding: 0 60px;
}

.panel-group .panel {
    border-radius: 0;
}

.thum-s {
    margin: 0 15px 15px 0;
}

.time {
    font-size: 16px;
    letter-spacing: .4px;
    text-transform: uppercase;
    font-weight: 700;
}

.schedule_item {
    border-bottom: 1px solid #D8D8D8;
    padding-top: 10px;
}

.panel-body {
    margin-bottom: 20px;
}



.schedule-box {
    position: relative;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    margin: 25px 0 0;
}

    .schedule-box::before {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border: 1px solid #fff;
    }

/* 
 * 6.7 Section: Schedule
 */
.partner {
    background-color: #f8f8f8;
}

    .partner .partner-box {
        display: block;
        opacity: 0.8;
        height: 150px;
        width: 150px;
        margin: 25px auto;
        -webkit-transition: 0.5s all linear;
        transition: 0.5s all linear;
    }

        .partner .partner-box:hover {
            opacity: 1;
        }

    .partner .partner-box-1 {
        background: url(../media/images/partner/partner-1.png) no-repeat center center/contain;
    }

    .partner .partner-box-2 {
        background: url(../media/images/partner/partner-2.png) no-repeat center center/contain;
    }

    .partner .partner-box-3 {
        background: url(../media/images/partner/partner-3.png) no-repeat center center/contain;
    }

    .partner .partner-box-4 {
        background: url(../media/images/partner/partner-4.png) no-repeat center center/contain;
    }

    .partner .partner-box-5 {
        background: url(../media/images/partner/partner-5.png) no-repeat center center/contain;
    }

    .partner .partner-box-6 {
        background: url(../media/images/partner/partner-6.png) no-repeat center center/contain;
    }

    .partner .partner-box-7 {
        background: url(../media/images/partner/partner-7.png) no-repeat center center/contain;
    }

    .partner .partner-box-8 {
        background: url(../media/images/partner/partner-8.png) no-repeat center center/contain;
    }

/* 
 * 6.8 Section: FAQ
 */
.faq .panel-heading {
    cursor: pointer;
}

.faq .faq-toggle.collapsed::before {
    font-family: "Ionicons";
    content: "\f218";
    -webkit-transition: 0.5s linear ease-out;
    transition: 0.5s linear ease-out;
    position: absolute;
    left: 15px;
}

.faq .faq-toggle::before {
    position: absolute;
    left: 15px;
    font-family: "Ionicons";
    content: "\f209";
}

.faq .panel-group .panel + .panel {
    margin-top: 15px;
}

.faq .panel-default > .panel-heading {
    color: #FFF;
    background-color: #000000;
    border-color: #000;
    border-radius: 0;
    padding: 0;
}

    .faq .panel-default > .panel-heading a {
        position: relative;
        display: block;
        text-decoration: none;
        padding: 15px 15px 15px 35px;
    }

/* 
 * 6.9 Section: photos
 */
.classic-button {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
}

.grid {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .grid::after {
        content: '';
        display: block;
        clear: both;
    }

.grid-item {
    float: left;
    overflow: hidden;
    padding: 3px;
    margin: 0;
    width: 100%;
    position: relative;
}

    .grid-item:hover .photo-overlay {
        margin-top: 0;
    }

.photo-overlay {
    margin-top: -100%;
    transition: all 0.4s ease-in-out;
    padding-top: calc(50% - 170px);
    vertical-align: middle;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    background-color: transparent;
}

.nivo-lightbox-image:hover {
    cursor: zoom-out;
}

.photo-overlay h2 {
    text-transform: uppercase;
}

.classic-button:hover {
    background-color: transparent;
    color: #fff;
}

li.grid-item {
    position: relative;
}

@media (min-width: 768px) {
    .grid-item-sm-6 {
        width: 50%;
    }

    .grid-item-sm-3 {
        width: 25%;
    }

    .section-title {
        margin: 0 0 30px;
    }

    figure {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .schedule-box {
        margin: 0;
    }

    .grid-item-md-6 {
        width: 50%;
    }

    .grid-item-md-3 {
        width: 25%;
    }
}

address {
    line-height: 2.428571;
    color: #000;
    font-weight: 400;
}
/* 
 * 7.0 Site-footer
 */
.site-footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 30px 0 10px;
}

    .site-footer .site-info {
        font-weight: 400;
        margin-bottom: 10px;
        letter-spacing: 2.3px;
    }

        .site-footer .site-info a {
            color: #fff;
        }

    .site-footer .social-block li a {
        color: #fff;
    }

        .site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
            opacity: 0.8;
        }
/*Submisson form*/
#submission section {
    text-align: left;
    padding: 0 50px 50px;
}

#submission p {
    color: #000;
}

#submission .btn-black {
    padding: 14px 28px
}

.pdf {
    margin: 0;
    padding: 0;
}

    .pdf span {
        font-size: 50px;
    }

.input-group-addon {
    background-color: #000;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
}
/*
Sponsorship
*/
.sponsors {
    text-align: center;
}

    .sponsors img {
        border: 1px solid #ddd;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

.sponsor-caption {
    background-color: #000;
    font-size: 16px;
    color: #fff;
    /*text-transform: uppercase;*/
    padding: 15px;
    margin-top: 0;
}
/*
Countdown jquery
*/
.countdown {
    padding: 60px 0;
    background-color: #000;
}

    /*.countdown .col-md-2 {
        background-color: #181818;
    }*/

    .countdown .section-title {
        color: #fff;
    }

@media (min-width: 768px) {
    .countdown .section-title {
        text-align: right;
        margin: 0;
    }
}

.is-countdown {
    background-color: #000;
    color: #fff;
    border-color: transparent;
}

.countdown-section {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.7px;
}

.countdown-amount {
    border-bottom: 2px solid #262626;
    padding-bottom: 10px;
}

.countdown-period {
    margin-top: 20px;
}

.regs .True {
    display: block;
}

.regs .False {
    display: none;
}


.packages-wrapper .packages {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    .packages-wrapper .packages li {
        /*width: calc(100% / 3.1);*/
		width:33%;
		margin: 0 auto;
		text-align:center;
    }

        .packages-wrapper .packages li input[type=radio] {
            display: none;
        }

        .packages-wrapper .packages li label {
            position: relative;
            overflow: hidden;
            border: 1px solid #ccc;
            border-radius: 10px;
            font-size: 1em;
            transition: all 0.3s ease-in-out;
            box-sizing: border-box;
            min-height: 400px;
            width: 100%;
        }

    .packages-wrapper .packages label span {
        transition: all 0.3s ease-in-out;
        display: block;
        width: 100%;
        color: #4e4e4e;
    }

    .packages-wrapper .packages label:hover {
        box-shadow: 0 0 8px #f8f8f8;
        border: 2px solid #313131;
    }

.packages-wrapper .package label:hover span {
    color: #313131;
}

.packages-wrapper .packages li input[type=radio]:checked + label {
    box-shadow: 0 0 12px #4e4e4e;
    border: 2px solid #000;
}

    .packages-wrapper .packages li input[type=radio]:checked + label span {
        color: #000;
    }

.packages-wrapper .package-title {
    /*text-transform: uppercase;*/
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #ccc;
    background: #f3f1f1;
}

.packages-wrapper .package-summary, .packages-wrapper .package-included {
    font-size: 1.5em;
    text-align: center;
    padding: 10px 20px;
    font-weight: 300;
}

.packages-wrapper .package-price-promotion {
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
    color: #000 !important;
    text-shadow: 0 0 1px #ccc;
}

.packages-wrapper .package-price {
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
    color: #f8871a !important;
}

.packages-wrapper .package-price-slash {
    font-size: 1.2em;
    line-height: 1em;
    text-align: center;
    font-weight: 300;
    padding: 0 5px;
    color: #4e4e4e !important;
    text-decoration: line-through;
}

.packages-wrapper .package-recommended {
    position: absolute;
    right: -90px;
    top: 10px;
    transform: rotate(30deg);
    background: #4e4e4e;
    color: #fff;
    padding: 5px 90px;
    font-size: 0.8em !important;
}

.regs input {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}

    .regs input[type=password] {
        width: 100%;
        height: 38px;
        padding: 5px 10px;
        color: #000;
        background: #fff;
        box-sizing: border-box;
    }

    .regs input.input-hidden {
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .regs input[type=radio]:checked + label > img {
        background: transparent;
        border: 2px solid transparent;
    }

.regs .spinner img {
    width: 24px;
    height: 24px;
}

.regs label {
    margin: 0 !important;
}

.regs img {
    border: 2px solid transparent;
    height: 70px;
    transition: 500ms all;
}

.regs button[type=submit] {
    width: 200px !important;
    font-size: 2em;
    padding: 5px 10px;
}

.regs ul {
    width: 100%;
    /*height: 280px;*/
    list-style: none;
    margin: 0;
    padding: 0;
}

    .regs ul h3 {
        font-weight: 600;
        font-size: 1.2em;
        text-shadow: 0 0 5px #000;
        margin-bottom: 20px;
        text-align: center;
    }

    .regs ul li {
        width: auto;
    }

        .regs ul li details {
            font-size: 0.8em;
            margin-left: 20px;
            color: #646567;
            transition: all 0.3s ease-in-out;
        }

        .regs ul li.split-box {
            box-sizing: border-box;
        }

        .regs ul li.addons {
            float: left;
            width: 75%;
            font-size: 1.2em;
        }

            .regs ul li.addons ul {
                margin: 0 25px;
            }

        .regs ul li.payments {
            float: right;
            width: 22%;
        }

            .regs ul li.payments h6 {
                margin-bottom: 5px;
            }

            .regs ul li.payments p {
                padding: 0;
                margin: 0;
                text-align: center;
            }

            .regs ul li.payments div {
                text-align: center;
            }

            .regs ul li.payments span {
                color: #EE7F00;
                font-size: 2em;
                font-weight: 800;
            }

        .regs ul li.button-line {
            float: right;
        }

.regs .split-half-half input {
    width: 50%;
}

.regs .split {
    display: flex;
}

.regs .split-two-thirds input:first-of-type {
    width: calc(66.66666667%);
}

.regs .split-two-thirds input:last-of-type {
    width: calc(33.33333333%);
}

.regs .split-thirds input {
    width: calc(33.33333333%);
}

.loading {
    display: none;
}

    .loading img {
        height: 24px;
    }

section.signup {
    background: #f2f2f2;
    padding: 30px 0;
}

    section.signup .col-sm-6 {
        height: 60px;
    }

.signup-wrapper {
    width: 100%;
    display: flex;
}

    .signup-wrapper input[type=email], .signup-wrapper input[type=text] {
        width: 60%;
        border: 1px solid #ccc;
        box-sizing: border-box;
        padding: 0 10px;
        height: 52px;
    }

    .signup-wrapper button {
        width: 40%;
    }

@media (min-width: 768px) {
    section.signup .section-title {
        line-height: 52px;
    }
    /*Row display middle*/
    .countdown .row {
        display: table;
    }

    .countdown [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width:768px) {
    .site-title {
        display: none;
        width: 0;
    }

    .packages-wrapper .packages li {
        width: 100%;
    }

    .important-date th {
        display: table-row;
        border-bottom: none;
    }

        .important-date th ~ td:nth-child(2), .future-events-registration {
            display: none;
        }
}


/**umb_name:Vermelho*/
.red {
    color: #FF0000;
}



/**umb_name:Título*/
h1 {
    font-size: 25px;
    font-weight: 900;
}

/** Lightbox **/
#dialog-backdrop {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 9999;
}

#alert {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#announcement {
    box-sizing: border-box;
    text-align: center;
    padding: 2px 2px 2px 2px;
    background-color: #fff;
    margin: -300px auto;
    top: 50%;
    width: 800px;
    height: 600px;
    opacity: 1;
    color: #000;
    border-radius: 4px;
    text-shadow: 0 0 2px #ccc;
    position: relative;
}

    #announcement img {
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        height: 100%;
    }

    #announcement #close-alert {
        border: 1px solid #ccc;
        background: transparent;
        position: absolute;
        border-radius: 4px;
        right: 0px;
        top: 0;
        color: #ccc;
        width: 20px;
        height: 20px;
        line-height: 20px;
        padding: 0px 5px;
        ;
        background: #fff;
        transition: all 0.2s ease;
        cursor: pointer;
    }

        #announcement #close-alert:hover {
            background-color: #980000;
            border: 1px solid #fff;
            color: #fff;
        }

.posts-slider-wrapper {
    margin: -20px 0 40px 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    color: #000;
}

    .posts-slider-wrapper .left-column {
        padding: 0px;
    }

        .posts-slider-wrapper .left-column h6 {
            text-transform: uppercase;
            margin: 0px;
            text-align: center;
            background: #000;
            color: #FFF;
            height: 45px;
            line-height: 45px;
        }

    .posts-slider-wrapper .posts-slider {
        list-style: none;
        margin-bottom: 0px;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        line-height: 45px;
    }

        .posts-slider-wrapper .posts-slider .carousel-item span a {
            color: #0056b3;
            text-transform: uppercase;
        }

    .posts-slider-wrapper .slider-arrows {
        padding: 0px;
        text-align: right;
    }

        .posts-slider-wrapper .slider-arrows a {
            width: initial;
        }

            .posts-slider-wrapper .slider-arrows a img {
                background: none;
                width: initial;
                height: initial;
            }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
    }

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateX(0);
    }

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #000;
    text-align: center;
    opacity: 0.5;
    font-size: 40px;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #ccc;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

@media (max-width:768px) {
    #dialog-backdrop, #alert {
        display: none !important;
    }
}

/**umb_name:Paragrafo*/
.Paragrafo{font-size:12px;
font-weight:500;
line-height:16px;
color:#000;
background:transparent;}
	
	
.social-block li a,
.ion-social-facebook {
	color: #3b5998;
}


.slick-prev:before,
.slick-next:before
{
    color: rgb(0, 80, 170) !important;
}

.especial {
	visibility: hidden;
}


