/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 4, 2013 */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,100,300,500,700,900,100italic,300italic,400italic,500italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

/* helpers */

body {
    color: #656565;
    font-family: roboto, sans-serif;
    font-weight: 300;
}

a {
    color: #fff;
}

a:hover {
    color: #23527c;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.25em;
}




.nav>li>a {
    padding: 10px 10px;
}

.navbar-default .navbar-nav>li>a {
    color: #656565;
    border: 1px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #3a9fc3;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #9f4e4e;
    background-color: #FFF;
    border: 1px solid transparent;
}


.menu-box-header {
    background-color: #af1d27;
    color: #FFF;
    border-radius: 10px;
    left:30px;
}

.menu-box-header:hover {
    background-color: #3a9fc3;
}


.mtop30 {
    margin-top: 30px;
}

.mtop20 {
    margin-top: 20px;
}

.contagem li {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
    position: relative;
    color: #FFF;
}

.contagem li:first-child {
    margin-left: 0px;
}

.contagem li::before {
    content: ":";
    position: absolute;
    left: -23px;
    color: #fff;
    font-size: 50px;
    top: -15px;
    font-family: times;
}

.contagem li:first-child:before {
    content: "";
}

.contagem li span {
    font-size: 50px;
    clear: all;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #af1d27;
}

.redbutton {
    background-color: #339966;
    color: #fff;
    border-radius: 10px;
    display: block;
    font-size: 1.5em;
    line-height: 2em;
    font-weight: 400;
    text-align: center;
    padding: 10px;
}

.redbutton:hover {
    background-color: #23527c;
    color: #fff;
    text-decoration: none;
}

.ico-social a {
    font-size: 2em;
    padding-left: 10px;
    text-align: center;
}

.card-palestrantes {
    background-color: rgba(17, 110, 147, 0.5);
    ;
    border-radius: 22px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 60px -31px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 60px -31px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 60px -31px rgba(0, 0, 0, 1);
    height: 100%;
    min-height: 100%;
}

.modal-content {
    border-radius: 20px;
    overflow: hidden;
}

.modal-header {
    background-color: #07a3c4;
}

.modal-header2 {
    background-color: #af1d27;
}

.modal-title {
    color: #FFF;
}

.close {
    opacity: 10;
    color: #FFF;
}

.btn-default {
    color: #f9f9f9;
    background-color: #07a3c4;
    border-color: transparent;
}

.btn-default:hover {
    color: #fff;
    background-color: #18476A;
    border-color: transparent;
}

.circulo-palestrantes-mascara {
    width: 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    align-self: center;
    overflow: hidden;
    display: block;
}

.palestrante-imagem:hover {
    width: 110%;
    transition: 1s;
    align-self: center;
}

.palestrantes-titulo {
    font-size: 1.3em;
    color: #18476A;
}

.dia-botao {
    background-color: #3A9FC3 !important;
    border: none !important;
    padding-top: 14px;
    padding-bottom: 14px;
}

.tirar-borda {
    border: none;
}

.cor-titulo-dia {
    color: #fff;
}


}
.programa {
    color: #753131;
    font-size: 20px;
}
.fundo-box {
    background-color: #3a9fc31a;
    color: #23527c;
    font-weight: 400;
    border-top-color: #ddc5bd !important;
    font-size: 1.2em;
}
.espaco-lista-programas {
    margin: 15px 0;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */

    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */

    content: "\e113";
    /* adjust as needed, taken from bootstrap.css */

    float: right;
    /* adjust as needed */

    color: #18476A;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */

    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
}

/*-----  End of HELPERS  ------*/
#highlight {
    color: $highlight;
    font-size: 1.25rem;
}
.img-content-hover {
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    display: none;
    padding: 1rem;
    background: $white;
    font-weight: 400;
    margin-top: 1.25rem;
    margin-left: -2rem;
}
.title {
    color: $black;
    font-size: 1.5rem;
    font-weight: 700;
}
.category {
    font-size: 1rem;
    color: $gray;
}
.img-content {
    display: none;
}
.social,
.copyright {
    margin: 1rem;
}
.social li {
    display: inline-block;
}
footer {
    padding: 1rem 0;
    background: $footer;
    text-align: center;
}
@supports (display: grid) {
    .gallery .grid {
        grid-gap: 1rem;
    }
}
@media(min-width: $md) {
    nav ul {
        justify-content: flex-end;
    }
}
@media screen and (max-width: 1024px) {
    img:hover {
        transform: none;
    }

    .img-container {
        height: 100%;
        &:hover .img-content-hover {
            display: none;
        }
    }

    .img-content {
        display: block;
        padding: 1rem 0;
    }
}