@import url('https://fonts.googleapis.com/css?family=Raleway|Lora');

/*--------------------------- LAYOUT ---------------------------*/

body {
    overflow-x: hidden;
    height: 100%;
    color: #58595B;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 9;
    background:rgba(0,0,0,0.75);
    padding: 12px 12px;
    border-radius: 10px;
    font-size: 1.5em;
    color: #fff;
}

.back-to-top:hover {
    color: #F15A22;
}

.img-center {
    display: block;
    margin: 0 auto;
}

figcaption {
    font-size: 0.8em;
}

.barra-superior {
    background: white;
    border-bottom: 3px solid #F15A22;
    color: #fff;
    padding: 0;
    margin: 0;
}

/* MENU */
#menu-super {
    border: none !important;
    padding: 0;
    margin: 0;
}

.navbar-header {
    background: white;
}

.navbar-nav li a {
    transition: ease 0.25s;
    font-weight: bold;
}

.navbar-nav li a:hover {
    color: #F15A22 !important;
    transition: ease 0.25s;
}

.collapsed {
    background: #F15A22 !important;
    transition: ease-in-out 0.25s; 
}

.menu-collapsed {
    color: #F15A22;
    font-size: 1.5em;
    position: absolute;
    top: 10px;
    display: none;
}

.dropdown-toggle {
    background: #F15A22 !important;
    transition: ease-in-out 0.25s;
}

.navbar-toggle {
    transition: ease-in-out 0.3s;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}

.dropdown-menu {
    background: white !important;
    transition: ease-in-out 0.25s;
}

.dropdown-menu li a:hover {
    color: white !important;
    background: #F15A22 !important;
    transition: ease-in-out 0.25s;
}

/* FIM DO MENU */

#HeaderFrame {
    background: url(../img/corridatrigo.jpg) no-repeat bottom center;
    background-size: cover; 
}


#SecaoKits {
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

#SecaoComoChegar {
    margin: 30px auto;
}

#SecaoFotos {
    background: #efefef;
    padding: 0 0 40px 0;
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.3); 
}

.bloco-info {
    background: #FFF0DC;
    border-bottom: #F15A22 solid 3px;
    border-top: #F15A22 solid 1px;
    width: 23%;
    margin: 1%;
}
    
.botao-vermelho {
    background: #F15A22;
    display: block;
    margin: 20px auto;
    font-size: 1.35em;
    text-transform: uppercase;
    padding: 12px 0;
    max-width: 420px;
    width: 80%;
    border-radius: 4px;
    border: 0;
    color: #fff;
    transition: 0.2s ease-in;
    text-align: center !important;
}

.botao-vermelho:hover {
    background: rgb(146, 47, 11);
    color: #bbb;
    transition: 0.2s ease-in;
    transform: translateY(5px);
}

.tab-trigo li a {
    color: #F15A22 !important;
}

.tab-trigo .active {
    background: #F15A22;
    color: #fff;
    border-radius: 0;
}

.tab-trigo .active a{
    background: #F15A22 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

.percurso {
    border: none;
    width: 100%;
    height: 70vh;
}

.img-gallery {
    width: 100%;
    margin: 0 auto;
}

.img-gallery ul {
    width: 100%;
    margin: 2% 0;
}

.img-gallery ul li { 
    width: 23%;
    margin: 1% !important;
    display:block;
    float: left;
}

.modal-m4c {
    background: #fff;
    border-bottom: 4px solid #266B34;
    border-radius: 0 !important;
}

.modal-content {
    border: none !important;
}

.modal-frame {
    width: 100%;
    height: 70vh;
    border: none;
}

.botao-vermelho-modal {
    background: #F15A22;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 6px 0;
    max-width: 180px;
    width: 30%;
    border-radius: 0;
    border: 0;
    color: #fff;
    transition: 0.2s ease-in;
}

.botao-cinza-modal {
    background: #CCC;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 6px 0;
    max-width: 180px;
    width: 30%;
    border-radius: 0;
    border: 0;
    color: #fff;
    transition: 0.2s ease-in;
}

#patrocinadores {
    margin: 60px auto;
    padding-top: 60px;
    border-top: #999 solid 1px;
}

#patrocinadores div div figure {
    display: table;
    margin: 5px auto;
}

#patrocinadores div div figure a {
    text-decoration: none;
}

#patrocinadores div div figure img {
    display: inline-table;
    margin-top: 5px;
}

.pat-block {
    margin-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

footer {
    width: 100% !important;
    padding: 30px 0 !important;
    margin: 0 !important;
    background: #494643;
}

footer h4 {
    color: #fff;
    padding-bottom: 10px;
}

.footer-block {
    padding: 20px 0;
}

.footer-menu ul {
    display: table;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.footer-menu-1 li a:hover, .footer-menu li a:hover {
    color: #F15A22;
}

.social-menu {
    list-style: none;
    display: table;
    margin: 0;
    padding: 0;
}

.social-menu li {
    display: inline-block;
    margin: 0 10px 0 0;
}

/*--------------------------- TIPOGRAFIA ---------------------------*/

body {
    font-family: 'Raleway', sans-serif !important; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif !important;
}

.preco {
    font-size: 4em;
    color: #F15A22;
}

.bloco-etapa h2 {
    text-align: center;
}

.link-como-chegar {
    text-transform: uppercase;
    color: #F15A22;
    text-align: center;
    font-weight: bolder;
    padding: 15px 0;    
}

#patrocinadores div div h6 {
    font-size: 1.35em !important;
    text-align: center;
}

.bolder-txt {
    font-weight: bolder;
}

.amplify {
    font-size: 150%;
}

footer p, footer a {
    font-size: 1em;
    color: #fff;
}

.parcerias a {
    color: #F15A22;
    font-weight: bold;
    transition: 0.2s ease-in;
}

.parcerias a:hover {
    color: #fff;
    transition: 0.2s ease-in;
    text-decoration: none;
}


.copy-yescom {
    background: #87837E;
    text-align: center;
    color: #fff !important;
    font-size: 0.9em;
}

@media screen and (min-width : 240px) and (max-width: 768px)
{   
    .img-gallery ul li { 
        width: 48%;
        margin: 1% !important;
        display:block;
        float: left;
    }

    .menu-collapsed {
        display: block;
    }

    .bloco-info {
        width: 98%;
        margin: 1%;
    }

    #patrocinadores div div figure {
        display: table;
        margin: 10px auto 45px auto;
    }
    
    #patrocinadores div div figure img {
        display: block;
        margin: 5px auto 20px auto !important;
    }
}