
/*--------------------------- LAYOUT ---------------------------*/

body {
    overflow-x: hidden;
    height: 100%;
    background: #efefef;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 9;
    background:#482800;
    padding: 12px 12px;
    border-radius: 10px;
    font-size: 1.5em;
    color: #FFCA29;
}

.back-to-top:hover {
    color: #CC9A1F;
}

.img-center {
    display: block;
    margin: 0 auto;
}

figcaption {
    font-size: 0.8em;
}

.titulos {
    width: 100%;
    padding: 10px 7px;
    background: #482800 url(../img/fundo_titulo.png) right center no-repeat;
    border-bottom: #fbc723 3px solid;
    display: block;
}
    
.botao-red {
    background: linear-gradient(#482800, #634422);
    background: -moz-linear-gradient(#482800, #634422);
    background: -webkit-linear-gradient(#482800, #634422);
    display: block;
    margin: 10px auto;
    font-size: 1.35em;
    padding: 7px 10px;
    width: 80%;
    max-width: 360px;
    border-radius: 30px;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #FFCA29;
    transition: 0.2s ease-in;
    text-align: center !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.botao-red:hover, .botao-red:active, .botao-sm:hover, .botao-sm:active {
    transition: 0.2s ease-in;
    transform: translateY(5px);
    background: linear-gradient(#2D1D0D,#634422);
    background: moz-linear-gradient(#2D1D0D,#634422);
    background: webkit-linear-gradient(#2D1D0D,#634422);
    color: #FFCA29;
    text-decoration: none;
}

.botao-sm {
    background: linear-gradient(#482800, #634422);
    background: -moz-linear-gradient(#482800, #634422);
    background: -webkit-linear-gradient(#482800, #634422);
    display: block;
    margin: 10px auto;
    font-size: 1.15em;
    width: auto;
    border-radius: 30px;
    border: none;
    font-family: 'Raleway', sans-serif;
    text-align: center !important;
    font-weight: 800;
    color: #FFCA29;
    transition: 0.2s ease-in;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

/* MENU */

#menu-dezmilhas {
    background: url(../img/header.png) no-repeat top center;
    height: 221px;
}

/* FIM DO MENU */

#QuadroIntro {
    background: #fbc723 url(../img/bg.jpg) center bottom;
    background-size: cover;
    padding: 0;
    position: relative;
}

.menu-superior {
    float: right;
}

.menu-superior li {
    display: inline-table;
    margin: 0 5px;
    float: right;
}


.menu-principal {
    display: block;
    position: absolute;
    right: -20px;
}

.menu-principal .navbar {
    background: transparent;
    border: none;
    padding-top: 30px;
}

#menu-principal ul li {
    margin: 0;
}

#menu-principal li a {
    color: #fbc723;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    display: inline;
    margin: 0;
    border-radius: 30px;
    transition: ease-in-out 0.2s;
}

#menu-principal li a:hover {
    background: #fbc723;
    color: #482800;
    transition: ease-in-out 0.2s;
}

.dropdown-menu {
    border-top: #fbc723 solid 3px;
}

.dropdown-menu li {
    padding: 2px 0 10px 0 !important;
}

.dropdown-menu li a{
    text-align: center !important;
    border-radius: 0 !important;
    width: 100% !important;
    font-weight: normal !important;
    text-transform: capitalize!important;
    font-size: 1em !important;
    color: #482800 !important;

} 

.dropdown-menu li a:hover{
    border-radius: 0 !important;
    background: transparent !important;
    color: #fbc723 !important;
}

.img-gallery li {
    display: block;
    float: left;
    width: 23%;
    margin: 1%;
}

.banner-animado {
    background: #fbc723 url(../img/familia.jpg) no-repeat center;
    padding: 7px;
    margin: 25px 0;
    text-align: center;
    border-bottom: solid 5px #482800;
}

.banner-animado a h2{
    color: #482800;
    font-weight: bolder;
    font-size: 2em;
    transition: ease-in-out 0.2s;
}

.banner-animado a h2:hover{
    transform: scale(1.2,1.2);
    transition: ease-in-out 0.2s;
}

.banner-animado a:hover{
    text-decoration: none;
}

#SecaoKits {
    background: url(../img/onda-superior.png) no-repeat top center, #A53F32 url(../img/onda-inferior.png) no-repeat bottom center; 
    padding: 120px 0 40px 0;
    color: #fff;
}

#SecaoKits figcaption {
    text-align: center;
}

#SecaoChocoTour {
    background: url(../img/chocobar-sup.png) repeat-x top center, #fbc723 url(../img/chocobar-inf.png) repeat-x bottom center; 
    padding: 60px 0 0 0;
    color: #482800;
    text-align: justify;
}


.bloco-info {
    background: #fbd331;
    width: 18%;
    margin: 1%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(255,255,255,0.5);
}

.bloco-info-gd {
    background: #fbd331;
    width: 98%;
    margin: 1%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(255,255,255,0.5);
}

.bloco-info h3 {
    color: #EA2127;
    text-align: center;
}

.bloco-info p {
    color: #666;
    text-align: center;
}

.content-block {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}

.bloco-atracoes {
    border-radius: 3px 7px 25px 3px;
    float: left;
    padding-left: 1%;
    width: 47%;
    margin: 1.5%;
    height: 200px;
    border-left: 3px solid #fbd331;
}

#atracao-1 {
    background: #fff url(../img/atracao-1.jpg) center right no-repeat;
    background-size: contain;
}

#atracao-2 {
    background: #fff url(../img/atracao-2.jpg) center right no-repeat;
    background-size: contain;
}

#atracao-3 {
    background: #fff url(../img/atracao-3.jpg) center right no-repeat;
    background-size: contain;
}

#atracao-4 {
    background: #fff url(../img/atracao-4.jpg) center right no-repeat;
    background-size: contain;
}

/* #SecaoPercurso {
    background: url(../img/curva-top.jpg) no-repeat top center, #fbd331 url(../img/curva-bottom.jpg) no-repeat bottom center;
    padding: 90px 0;
} */

.percurso {
    border: none;
    width: 100%;
    height: 70vh;
}

.col-5 {
    width: 14,1%;
    margin: 1%;
    display: block;
    float: left;
}

#patrocinadores {
    margin: 60px auto;
    padding-top: 40px;
    background: #fff;
    border-radius: 20px;
}

#patrocinadores div div figure {
    display: table;
    margin: 10px auto 45px auto;
}

#patrocinadores div div figure img {
    display: inline-table;
    margin-top: 5px;
}

.modal-header {
    background: #482800 url(../img/fundo_titulo.png) center no-repeat;
    border-bottom: #CC9A1F 3px solid;
    border-radius: 5px 5px 0 0!important;
    color: #fbc723;
}

.modal-content {
    border: none !important;
    color: #444 !important;
}

.modal-frame {
    width: 100%;
    height: 70vh;
    border: none;
}

.close-btn {
    font-size: 2em;
    padding-top: 10px;
    margin: 0 10px;
    color: #fbc723;
    opacity: 1;
}

footer {
    width: 100% !important;
    padding: 90px 0 30px 0 !important;
    margin: 0 !important;
    background:#fbd331 url(../img/curva-top.jpg) no-repeat top center;
}

footer h4 {
    color: #666;
    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: #9c252e;
}

.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: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}

.titulos{
    font-family: 'Raleway', sans-serif;
    color: #fbc723;
    font-weight: 600;
    font-size: 1.85em;
}

.header-claim {
    color: #482800;
    text-align: center;
    font-size: 3em;
}

.preco {
    font-size: 4em;
    color: #C81A30;
    margin-top: 0;
    margin-bottom: 0;
}

.legenda {
    margin-top: 10px;
    font-size: 0.8em;
    text-align: center !important;
    display:block;
}

.data-evento h2 {
    font-size: 4em;
}

.data-evento h3 {
    font-size: 3em;
}

.bloco-etapa h2 {
    text-align: center;
}

.link-como-chegar {
    text-transform: uppercase;
    color: #ec1c24;
    text-align: center !important;
    font-weight: bolder;
    padding: 15px 0;
    transition: ease-in-out 0.2s;
}

#patrocinadores h6 {
    text-align: center!important;
    color: #000;
    font-size: 1.35em;
}

.bolder-txt {
    font-weight: bolder;
}

.amplify {
    font-size: 150%;
}

footer p, footer a {
    font-size: 1em;
    color: #666;
}

.copy-yescom {
    padding: 17px 80px 10px 80px !important;
    border-top: 3px solid #700D12;
    background: #9E0F12;
    text-align: center;
    color: #000 !important;
    font-size: 0.9em;
}

.copy-yescom a {
    color: #000 !important;
    font-weight: bolder;
}

@media screen and (min-width : 768px) and (max-width: 1024px)
{
    #logo-dez-milhas {
        width: 30%;
    }

    .hashtag {
        width: 360px;

    }
    
    .menu-principal {
        display: block;
        float: none;
        width: 50% !important;
        position: fixed;
        top: 40px;
        right: 5px;
        z-index: 9;
    }
}

@media screen and (min-width : 240px) and (max-width: 767px)
{   
    #QuadroIntro {
        margin-top: 50px;
    }

    .menu-superior {
        display: block;
        float: none;
        position: fixed;
        top: 5px;
        left: 5px;
        z-index: 10;
    }

    .menu-superior li a {
        box-shadow: none;
    }   
    
    .menu-principal {
        display: block;
        float: none;
        width: 100% !important;
        position: fixed;
        top: 0;
        right: 5px;
        z-index: 9;
    }

    .navbar-header {
        background: #FFCA29 !important;
    }
    
    .menu-principal .navbar {
        border: none;
        padding-top: 0;
    }

    .navbar-header button {
        border: none;
        background: #EA2127;
        transition: ease-in-out 0.2s;
    }

    .navbar-header button:hover, .navbar-header button:active, .navbar-header button:focus  {
        background: #700D12 !important;
        transition: ease-in-out 0.2s;
    }

    #menu-principal li a {
        color: #482800;
    }
    
    #menu-principal li a:hover, #menu-principal li a:active, #menu-principal li a:focus {
        background: none;
        transition: ease-in-out 0.2s;
    }

    .navbar-header button .icon-bar {
        background: #fff !important;
    }
    
    #menu-principal ul {
        margin: 0;
        background: #efefef;
    }
    
    .dropdown {
        background: #fbc723;
        border-right: solid 5px #EA2127;
        border-radius: 0;
        padding: 10px 0;
        margin: 2px 0;
        width: 100%;
    }

    .dropdown a {
        font-size: 16px !important;
        font-weight: 600;
    }

    .dropdown a:hover {
        color: #EA2127 !important;
    }
    
    .dropdown-menu li a {
        color: #482800 !important;
        font-size: 16px !important;
        text-transform: uppercase;
        display: inline;
        margin: 0;
        padding: 10px 0;
        border-radius: 0;
        transition: ease-in-out 0.2s;
    }

    .sumiu {
        display: none !important;
    }

    #logo-dez-milhas {
        max-height: 180px;
        margin: 0 auto;
    }

    .botao-sm {
        display: block;
        margin: 5px auto;
        font-size: 0.8em;
        width: auto;
        border-radius: 20px;
        border: none;
        font-family: 'Raleway', sans-serif;
        text-align: center !important;
        font-weight: 800;
        color: #FFCA29;
        transition: 0.2s ease-in;
        box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    }

    .hashtag {
        max-width: 50% !important;
        margin: 0 auto;
    }

    .hashtag {
        max-width: 50% !important;
        margin: 0 auto;
    }
    
    .container {
        width: 95% !important;
    }

    #QuadroIntro {
        height: auto;
        padding: 0;
    }
    
    .bloco-info {
        width: 92%;
        margin: 4%;
        padding: 1px 15px 6px 15px;
    }
    
    .bloco-info-gd {
        width: 92%;
        margin: 4%;
    }

    .bloco-info h3 {
        font-size: 1.5em;
    }

    .bloco-atracoes {
        width: 92%;
        height: auto;
        text-align: center;
        margin: 20px 4%;
        padding-top: 260px;
        padding-right: 10px;
    }

    #atracao-1 {
        background: #fff url(../img/atracao-1.jpg) center top no-repeat;
        background-size: contain;
    }

    #atracao-2 {
        background: #fff url(../img/atracao-2.jpg) center top no-repeat;
        background-size: contain;
    }

    #atracao-3 {
        background: #fff url(../img/atracao-3.jpg) center top no-repeat;
        background-size: contain;
    }

    #atracao-4 {
        background: #fff url(../img/atracao-4.jpg) center top no-repeat;
        background-size: contain;
    }
    
    .bloco-atracoes img {
        display: block;
        margin-top: 0;
    }

    .col-5 {
        width: 48%;
        margin: 1%;
        display: block;
        float: left;
    }

    .copy-yescom {
        padding: 17px 15px 10px 15px !important;
    }
}