body {
	font-family: 'Roboto', Arial, sans-serif;
	background-color: #FFF;
}

.header {
    background-color: #e9ff74;
}

.header-evento-title {
    font-family: 'Lexend', sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 0.3rem;
    line-height: 1;
}

.header-evento-desc {
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFF;
    width: 90%;
    margin: 0 auto 1.5rem;
}

.header-evento-desc2 {
    background-color: #e8ff7d;
    border-radius: 4px;
    color: #1b1f24;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 auto 1.2rem;
    width: 240px;
    padding: 0.3rem 0;
}

@media (max-width: 1700px) {
    .header-evento-desc {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .header-evento-title {
        line-height: 1.2;
    }
}

.header-left {
    background-color: #5400c8;
    border-bottom-right-radius: 150px;
    position: relative;
    padding-bottom: 5rem;

    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.header-evento-img {
    width: 520px;
    margin-top: 8rem;
    margin-bottom: 1rem;
}

@media (min-width: 993px) and (max-width: 1600px) {
    .header-evento-img {
        width: 350px;
        margin-top: 12rem;
        margin-bottom: 5rem;
    }
}

@media (max-width: 992px) {
    .header-left {
        padding-top: 3rem;
    }

    .header-evento-img {
        width: 330px;
        margin-top: 6rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 330px) {
    .header-evento-img {
        width: 260px;
        margin-top: 6rem;
    }
}

.logo-evento {
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: .5rem;
    margin-left: 3rem;
}

@media (max-width: 992px) {
    .logo-evento {
        width: 90px;
        margin-top: 0;
        margin-left: 20px;
    }
}

.header-evento-item {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 3rem;
}

.header-evento-item img {
    width: 80px;
    margin-bottom: 1rem;
}

@media (max-width: 992px) {
    .header-evento-item {
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    .nav-header {
        margin-top: 2rem;
    }

    .nav-header .nav-item {
        width: 100%;
        text-align: center;
    }
}

a.nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #1d200e;
    font-size: 17px;
}

.section {
    background-color: #1b1f24;
    color: #FFF;
    padding: 4rem 0;
    position: relative;
}

.section-title {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
}

.section-subtitle {
    font-size: 2.2rem;
}

@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1.8rem;
    }
}

.section-title-img__gopher-love {
    width: 130px;   
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.section-title-img__gopher-balloons {
    position: absolute;
    bottom: -90px;
    left: 50%;
    margin-left: 300px;
    width: 210px;
    z-index: 1;
}

.section-title-img__gopher-location {
    position: absolute;
    bottom: -11px;
    width: 170px;
    left: 50%;
    margin-left: -310px;
    z-index: 1;
}

.section-title-img__gopher-pink {
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: 260px;
    width: 140px;
    z-index: 1;
}

@media (max-width: 992px) {
    .section-title-img__gopher-love,
    .section-title-img__gopher-balloons,
    .section-title-img__gopher-location,
    .section-title-img__gopher-pink {
        display: none;
    }
}

.section-title__icon-heart {
    width: 70px;
    margin: 0 1rem;
}

.box-palestrante {
    background-color: #2b2c32;
    border: 1px solid #46474b;
    border-radius: 20px;
    height: auto;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 2rem;
}

@media (max-width: 978px) {
    .box-palestrante {
        width: 100%;
    }
}

.box-palestrante .box-palestrante-desc {
    padding: 1.5rem;
    text-align: left;
    line-height: 1.5;
}

.box-palestrante .box-palestrante-desc .title-s1 {
    font-size: 18px;
    margin-bottom: 5px;
}

.box-palestrante .box-palestrante-desc .title-s2 {
    font-size: 15px;
    margin-bottom: 3px;
}

.box-palestrante .box-palestrante-desc .title-s3 {
    font-size: 15px;
}

.box-palestrante .box-palestrante-links {
    padding: 1.5rem;
}

.box-palestrante .link-icon,
.timeline-desc .link-icon {
    color: #707070;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
}

.box-palestrante .link-icon {
    display: block;
    margin-top: 5px;
}

.link-icons-palestrantes {
    float: right;
    margin-top: -25px;
}

@media (max-width: 992px) {
    .link-icons-palestrantes {
        text-align: center;
        float: none;
        margin-top: 10px;
    }

    .box-palestrante .link-icon {
        display: inline-block;
        vertical-align: middle;
        margin: 0 .5rem;
    }
}

.link-icon-github {
    position: relative;
    top: 1px;
}

.box-palestrante .link-icon:hover,
.box-palestrante .link-icon:focus,
.timeline-desc .link-icon:hover,
.timeline-desc .link-icon:focus {
    color: #fff;
}

.badge-palestrantes {
    padding: 7px 8px;
    font-weight: 500;
    margin-bottom: 5px;
}

.bg-hands-on {
    background-color: #e9ff74;
    color: #1b1f24;
}

.bg-mesa-redonda {
    background-color: #fd692b;
}

.bg-palestrante {
    background-color: #6398ff;
}

.box-palestrante-img {
    width: 100%;
}

.box-developers {
    background-color: #2b2c32;
    border: 1px solid #46474b;
    border-radius: 20px;
    height: auto;
    margin-bottom: 1rem;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.box-developers .box-palestrante-desc {
    padding: 1rem;
    text-align: center;
    line-height: 1.5;
}

.box-developers .box-palestrante-desc .title-s1 {
    font-weight: 600;
}

.box-developers .box-palestrante-desc .title-s2 {
    font-size: 14px;
}

.section-patrocinadores,
.section-developers {
    padding: 2rem;
}

.patrocinador-logo {
}

.link-patrocinadores {
    display: inline-block;
    vertical-align: top;
    margin: 0 2rem;
    text-decoration: none;
}

@media (max-width: 992px) {
    .patrocinador-logo {
    }

    .link-patrocinadores {
        margin: 0 1.5rem 3rem;
    }
}

.patrocinador-logo__inter {
    height: 95px;
}

.patrocinador-logo__orbi {
    height: 107px;
}

.patrocinador-logo__s3wf {
    height: 112px;
}

@media (max-width: 992px) {
    .patrocinador-logo__s3wf {
        height: 80px;
    }
}

.patrocinador-logo__engineering {
    height: 150px;
}

.patrocinador-logo__brz {
    height: 98px;
}

.section-local-desc {
    background-color: #565993;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
}

.section-local-desc .section-local-desc-container {
    width: 65%;
    margin: 5rem auto;
}

@media (max-width: 992px) {
    .section-local-desc .section-local-desc-container {
        width: 90%;
        font-size: 1.2rem;
        margin: 2rem auto;
    }
}

.section-local-desc-logo {
    margin-bottom: 2rem;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    height: 92px;
}

.section-local-img {
    position: relative;
}

.section-local-img > img {
    width: 100%;
}

.section-local-address * {
    display: inline-block;
    vertical-align: middle;
}

.section-local-icon,
.section-local-address {
    display: inline-block;
    vertical-align: middle;
}

.section-local-icon {
    width: 10%;
    max-width: 30px;
    margin-right: 20px;
}

.section-local-address {
    width: 80%;
}

.section-local-img-curtain {
    background-color: rgba(86, 89, 147, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.whatsapp-fixed-icon {
    position: fixed;
    right: 12px;
    bottom: 12px;
}

.whatsapp-fixed-icon img {
    width: 50px;
}

.footer {
    background-color: #1b1f24;
    border-top: 1px solid #414345;
    padding: 2rem;
    color: #797a7b;
    font-size: 18px;
}

@media (max-width: 992px) {
    .footer {
        font-size: 15px;
        text-align: center;
    }
}

.footer a {
    color: #797a7b;
    text-decoration: none;
}

.footer a:hover,
.footer a:focus {
    color: #fff;
}

.footer .footer-menu {
    padding: 0;
    display: block;
    list-style: none;
    float: right;
}

.footer .footer-menu > li {
    display: inline-block;
    margin-left: 2rem;
    vertical-align: middle;
}

@media (max-width: 992px) {
    .footer .footer-menu {
        float: none;
        text-align: center;
        margin-top: 30px;
    }

    .footer .footer-menu > li {
        display: block;
        font-size: 18px;
        margin-left: 0;
        padding: 10px 0;
    }
}


/* 

BUTTONS

*/

.btn-header-action { 
    color: #ffffff; 
    background-color: #FC561B; 
    border-color: #FC561B; 
} 

.btn-header-action:hover, 
.btn-header-action:focus, 
.btn-header-action:active, 
.btn-header-action.active, 
.open .dropdown-toggle.btn-header-action { 
    color: #ffffff; 
    background-color: #E13D03; 
    border-color: #E13D03; 
} 

.btn-header-action:active, 
.btn-header-action.active, 
.open .dropdown-toggle.btn-header-action { 
    background-image: none; 
} 

.btn-header-action.disabled, 
.btn-header-action[disabled], 
fieldset[disabled] .btn-header-action, 
.btn-header-action.disabled:hover, 
.btn-header-action[disabled]:hover, 
fieldset[disabled] .btn-header-action:hover, 
.btn-header-action.disabled:focus, 
.btn-header-action[disabled]:focus, 
fieldset[disabled] .btn-header-action:focus, 
.btn-header-action.disabled:active, 
.btn-header-action[disabled]:active, 
fieldset[disabled] .btn-header-action:active, 
.btn-header-action.disabled.active, 
.btn-header-action[disabled].active, 
fieldset[disabled] .btn-header-action.active { 
    background-color: #FC561B; 
    border-color: #FC561B; 
} 

.btn-header-action .badge { 
    color: #FC561B; 
    background-color: #ffffff; 
}

.btn-inscreva-se {
    font-family: 'Lexend', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 2.5rem;

    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.16);
}

.btn-inscreva-se-menu {
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem;
    margin-left: 100px;
}

@media (max-width: 992px) {
    .btn-inscreva-se-menu {
        margin: 2rem 0;
        width: 70%;
    }
}

/* 

Timeline - Cronograma 

*/

.timeline-container {
    background-color: #1b1f24;
    margin: 15px;
}

.timeline-item {
    border-left: 1px solid #FFF;
    position: relative;
    padding-left: 5rem;
    padding-bottom: 3rem;
}

@media (max-width: 992px) {
    .timeline-item {
        padding-left: 1.5rem;
        padding-bottom: 0.5rem;
    }
}

.timeline-item.timeline-default {
    border-left-color: #cb06f1;
}

.timeline-item.timeline-palestra {
    border-left-color: #6398ff;
}

.timeline-item.timeline-hands-on {
    border-left-color: #e9ff74;
}

.timeline-item.timeline-mesa-redonda {
    border-left-color: #fd692b;
}

.timeline-item.timeline-success {
    border-left-color: #b0ff66;
}

.timeline-time {
    background-color: #FFF;
    border-radius: 30px;
    padding: .3rem 1rem;
    position: absolute;
    top: 0;
    left: -65px;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .timeline-time {
        left: -15px;
    }
}

.timeline-circle-border {
    background-color: #1b1f24;
    border: 1px solid #CCC;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    left: -96px;
    top: 50px;
}

.timeline-inner-circle {
    background-color: #FFF;
    border-radius: 15px;
    margin: 4px;
    height: 20px;
    width: 20px;
}

@media (max-width: 992px) {
    .timeline-circle-border {
        left: -40px;
    }
}

.timeline-item.timeline-default .timeline-circle-border {
    border-color: #cb06f1;
}

.timeline-item.timeline-palestra .timeline-circle-border {
    border-color: #6398ff;
}

.timeline-item.timeline-hands-on .timeline-circle-border {
    border-color: #e9ff74;
}

.timeline-item.timeline-mesa-redonda .timeline-circle-border {
    border-color: #fd692b;
}

.timeline-item.timeline-success .timeline-circle-border {
    border-color: #b0ff66;
}

.timeline-item.timeline-default .timeline-inner-circle {
    background-color: #cb06f1;
}

.timeline-item.timeline-palestra .timeline-inner-circle {
    background-color: #6398ff;
}

.timeline-item.timeline-hands-on .timeline-inner-circle {
    background-color: #e9ff74;
}

.timeline-item.timeline-mesa-redonda .timeline-inner-circle {
    background-color: #fd692b;
}

.timeline-item.timeline-success .timeline-inner-circle {
    background-color: #b0ff66;
}

.timeline-dot {
    background-color: #FFF;
    border-radius: 30px;
    padding: 7px;
    position: absolute;
    top: 95px;
    left: -88px;
}

.timeline-dot.timeline-dot-border {
    top: 55px;
    padding: 12px;
    left: -93px;
}

.timeline-dot.timeline-dot-end {
    top: 40px;
    padding: 7px;
    left: -88px;
}

@media (max-width: 992px) {
    .timeline-dot {
        left: -32px;
    }

    .timeline-dot.timeline-dot-border {
        padding: 10px;
        left: -34px;
    }

    .timeline-dot.timeline-dot-last {
        top: 20px;
        left: -31px;
    }
}

.timeline-item.timeline-default .timeline-time,
.timeline-item.timeline-default .timeline-dot {
    background-color: #cb06f1;
}

.timeline-item.timeline-palestra .timeline-time,
.timeline-item.timeline-palestra .timeline-dot {
    background-color: #6398ff;
}

.timeline-item.timeline-hands-on .timeline-time,
.timeline-item.timeline-hands-on .timeline-dot {
    background-color: #e9ff74;
    color: #1b1f24;
}

.timeline-item.timeline-mesa-redonda .timeline-time,
.timeline-item.timeline-mesa-redonda .timeline-dot {
    background-color: #fd692b;
}

.timeline-item.timeline-success .timeline-time,
.timeline-item.timeline-success .timeline-dot {
    background-color: #b0ff66;
    color: #1b1f24;
}

.timeline-item-content {
    color: #f2f2f2;
    font-size: 21px;
    padding: 0;
    position: relative;
}

@media (max-width: 992px) {
    .timeline-item-content {
        font-size: 16px;
        padding: 0 0 20px;
    }
}

.timeline-item-content-title {
    padding: 50px 0 20px;
}

.timeline-details {
    background-color: #2b2c32;
    border-radius: 8px;
    color: #f2f2f2;
    padding: .5rem;
    margin-bottom: 1.5rem;
}

.timeline-avatar {
    width: 100%;
    padding: .5rem;
    margin: 10px;
}

.timeline-item.timeline-mesa-redonda .timeline-avatar {
    width: 50%;
    margin: 0 auto;
}

@media (min-width: 993px) and (max-width: 1400px) {
    .timeline-avatar {
        margin: 15px;
        padding: 0;
    }
}

@media (max-width: 992px) {
    .timeline-avatar {
        margin: 0 auto;
    }
}

.timeline-avatar > img {
    width: 100%;
    border-radius: 100%;
    display: block;
    margin: 0;
    border: 1px solid #f2f2f2;
}

@media (max-width: 992px) {
    .timeline-avatar > img {
        max-width: 100px;
        margin: 0 auto;
    }
}

.timeline-desc {
    padding: 1rem;
}

.timeline-desc h4 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .timeline-desc h4 {
        font-size: 20px;
    }
}

.timeline-desc p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.timeline-desc .fa {
    font-size: 20px;
    margin-right: 10px;
}

/********** Flipdown (Countdown style) **********/

.countdown-timer-container {
    margin-bottom: 2rem;
    text-align: center;
    padding: 4rem 0 3rem;
}

.cdt-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}

.cdt-title-2 {
    background-color: #5600c5;
    font-size: 1.5rem;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 1rem;
    text-align: left;
    padding: 1.6rem;
    border-radius: 8px;
    line-height: 2;

    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.cdt-title-icon {
    display: inline-block;
    width: 50px;
    margin-right: 12px;
    text-align: center;
}

.flipdown {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .countdown-timer-container {
    }

    .flipdown {
    }
}

.flipdown .rotor {
    margin: 0 2px 0 0;
}

.flipdown .rotor-group {
    
}

/*
.flipdown .rotor {
    width: 80px;
    height: 120px;
}

.flipdown .rotor:after {
    width: 80px;
    height: 120px;
}

.flipdown .rotor-leaf {
    width: 80px;
    height: 120px;
}

.flipdown .rotor-leaf-rear {
    width: 80px;
    height: 120px;    
}

.flipdown .rotor-leaf-front {
    width: 80px;
    height: 120px;
}

.flipdown .rotor-top {
    width: 80px;
    height: 120px;
    line-height: 120px;
}

.flipdown .rotor-bottom {
    width: 80px;
    height: 120px;
}
*/


/* Font styles */
.flipdown.flipdown__theme-dark {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/* Rotor heading */
.flipdown.flipdown__theme-dark .rotor-group-heading {
    font-weight: 600;
}

/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #1b1f24;
}

/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #1b1f24;
}

/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #e8ff7d;
    background-color: #1b1f24;
}

/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #e8ff7d;
    background-color: #1b1f24;
}

/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
    /* border-top: 1px solid #e8ff7d; */
    border: 0 none;
}