
/*--------------------------- LAYOUT ---------------------------*/

@font-face {
    font-family: 'swis721_btroman';
    src: url('../font/tt0003m_-webfont.woff2') format('woff2'),
         url('../font/tt0003m_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'earthwerkregular';
    src: url('../font/earthwerk-regular-webfont.woff2') format('woff2'),
         url('../font/earthwerk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../font/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../font/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'scadaregular';
    src: url('../font/scada-regular-webfont.woff2') format('woff2'),
         url('../font/scada-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'carbonblack';
    src: url('../font/carbon_bl-webfont.woff2') format('woff2'),
         url('../font/carbon_bl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    overflow-x: hidden;
    height: 100%;
    background: #efefef;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 9;
    background:#FFCA29;
    padding: 12px 12px;
    border-radius: 10px;
    font-size: 1.5em;
    color: #EA2127;
}

.back-to-top:hover {
    color: #700D12;
}

.img-center {
    display: block;
    margin: 0 auto;
}

figcaption {
    font-size: 0.8em;
}

.titulos {
    width: 100%;
    padding: 10px 7px;
    background: #FFCA29 url(../img/fundo_titulo.png) right center no-repeat;
    border-bottom: #CC9A1F 3px solid;
    display: block;
}
    
.botao-red {
    /*background: linear-gradient(#EA2127, #BE202E);
    background: -moz-linear-gradient(#EA2127, #BE202E);
    background: -webkit-linear-gradient(#EA2127, #BE202E);*/
    background-color:#EA2127;
    display: block;
    margin: 10px auto;
    font-size: 1.35em;
    padding: 7px 10px;
    width: 80%;
    max-width: 360px;
    /*border-radius: 30px;*/
    border: none;
    font-family: 'scadaregular';
    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);*/
}

.saibamais_style {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.saibamais_style a {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.caret-saibamais {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 15px dashed;
    border-top: 4px solid\9;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -2px;
}



.btn_ico_menu1 {
    /*right: 36em;*/
    float: left;
    margin-right:15px; 
    margin-left: 490px;  
}

.btn_ico_menu2 {
    /*right: 37em;*/
    float: left; 
}

.ico_menu_adjust {
    max-width: 40px !important;
    margin-top: -15px;
}

.ico_menu_adjust-rs {
    max-width: 40px !important;
    margin-top: -15px;
}
.ico_menu_adjust-rs-margin {
    margin-right: 30px !important; margin-left: 30px !important;
}


.botao-red:hover, .botao-red:active, .botao-sm:hover, .botao-sm:active {
    transition: 0.2s ease-in;
    transform: translateY(5px);
    background: linear-gradient(#BE202E, #9E0F12);
    background: moz-linear-gradient(#BE202E, #9E0F12);
    background: webkit-linear-gradient(#BE202E, #9E0F12);
    color: #FFCA29;
    text-decoration: none;
}

.botao-sm {
    background: linear-gradient(#EA2127, #BE202E);
    background: -moz-linear-gradient(#EA2127, #BE202E);
    background: -webkit-linear-gradient(#EA2127, #BE202E);
    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: auto;
}

/* FIM DO MENU */

#QuadroIntro {
    background: #fbc723 url(../img/bg.png) center bottom;
    background-size: cover;
    padding: 0;
    position: relative;
    margin-bottom:30px; 
    /*background-position-x: 0px;*/
}

.menu-superior {
    float: right;
}

.menu-superior li {
    display: inline-table;
    margin: 0 5px;
    float: right;
}


.menu-principal {
    display: block;
   /* position: absolute;*/
    right: 0;
    background-color: #EA2127;
}

.menu-principal .navbar {
    background: transparent;
    border: none;
    /*padding-top: 30px;*/
}

.navbar {
     margin-bottom: 0px !important;
}

#menu-principal ul li {
    margin: 0 -20PX 0 0;;
}

#menu-principal li a {
    font-weight: 0;
    font-size: 1.25em !important;
    font-family: 'carbonblack';
    text-transform: uppercase;
    display: inline;
    margin: 0;
    transition: ease-in-out 0.2s;
}

.force-white {
    color: white !important;
}

.force-white a {
    color: white !important;
}

.size-font-fa {
    font-size: 28px !important;
    font-weight: 100 !important;
}

.force-white a:hover {
    color: #FFCC2E;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent !important;
}

#menu-principal li a:hover {
    color: #FFCC2E !important;
    background: transparent;
    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: #EA2127;
} 

.dropdown-menu li a:hover{
    border-radius: 0 !important;
    background: transparent !important;
    color: #fbc723 !important;
}

.banner-animado {
    background: #fbc723 url(../img/familia.jpg) no-repeat center;
    padding: 7px;
    margin: 25px 0;
    text-align: center;
    border-bottom: solid 5px #EA2127;
}

.banner-animado a h2{
    color: #EA2127;
    font-weight: bolder;
    font-size: 2em;
    text-shadow: 0 2px 0 #CC9A1F;
    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;
}

.img-gallery{
    margin: 60px auto;
}

.img-gallery h3 {
    text-align: center;
}

.img-gallery a{
    float: left;
    width: 14.66%;
    margin: 1%;
    display: block;
    border-bottom: #9c252e 3px solid;
    transition: ease-in-out 0.3s;
}

.img-gallery a:hover {
    border-bottom: #c81a30 3px solid;
    transition: ease-in-out 0.3s;
    transform: scale(1.3,1.3);
}

#SecaoKits {
    background: url(../img/onda-superior.png) no-repeat top center, #e8e8e8 url(../img/onda-inferior.png) no-repeat bottom center; 
    padding: 120px 0 125px 0;
    color: #888888;
}

#SecaoKits figcaption {
    text-align: center;
}

#SecaoChocoTour {
    background: url(../img/chocobar-sup.png) repeat-x top center, #700D12 url(../img/chocobar-inf.png) repeat-x bottom center; 
    padding: 60px 0 0 0;
    color: #fff;
    text-align: justify;
}

#youtube-video { width: 100%; height: auto; }


.bloco-info {
    background: #fbd331;
    width: 23%;
    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;
}

#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: #FFCA29 url(../img/fundo_titulo.png) center no-repeat;
    border-bottom: #CC9A1F 3px solid;
    border-radius: 5px 5px 0 0!important;
}

.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: #BE202E;
    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;
}

iframe {
    margin: 0 auto 40px auto;
}

/*--------------------------- 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: #482800;
    font-weight: 600;
    font-size: 1.85em;
}

.header-garotoda {
    color: white;
    text-align: right;
    font-size: 1.6em;
    font-family: 'scadaregular', sans-serif !important;
    font-weight: 500;
    border: rgba(194,57,33,1) 1px solid;
    background: rgba(194,57,33,1);
    background: -moz-linear-gradient(top, rgba(194,57,33,1) 0%, rgba(234,33,39,1) 22%, rgba(234,33,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,57,33,1)), color-stop(22%, rgba(234,33,39,1)), color-stop(100%, rgba(234,33,39,1)));
    background: -webkit-linear-gradient(top, rgba(194,57,33,1) 0%, rgba(234,33,39,1) 22%, rgba(234,33,39,1) 100%);
    background: -o-linear-gradient(top, rgba(194,57,33,1) 0%, rgba(234,33,39,1) 22%, rgba(234,33,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(194,57,33,1) 0%, rgba(234,33,39,1) 22%, rgba(234,33,39,1) 100%);
    background: linear-gradient(to bottom, rgba(194,57,33,1) 0%, rgba(234,33,39,1) 22%, rgba(234,33,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c23921', endColorstr='#ea2127', GradientType=0 );
}

.header-garotoda a {
    color: white;
    text-decoration: none;
    font-family: 'scadaregular', sans-serif !important;
    font-weight: 500;
}


.header-garotoda-2 {
    color: #fecc2c;
    text-align: right;
    font-size: 1.4em;
    font-family: 'carbonblack', sans-serif !important;
    background-color: #482800;
}

.header-garotoda-2 a {
    color: #fecc2c;
    text-decoration: none;
    font-family: 'carbonblack', sans-serif !important;
}

.btn-garoto {
    display: inline-block;
    padding: 12px 12px 11px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none; 
}


.header-claim {
    color: #472C12;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 2.5em !important; 
    font-family: 'earthwerkregular', sans-serif !important;
    line-height: 50px;
}

.style-font {
    font-family: 'swis721_btroman';
    font-size: 1.3em;
    font-weight: bolder;
    color: #472C12;
}

.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;
}

.adjust-top-menu {margin-top: 25px;}

.adjust-garotada-link {margin-top: 50px; float: right; padding: 0;}

.no-padding {padding: 0 !important;}

.ico_menu_adjust-sm {display: none !important; width: 25%; float: right;}
.btn_ico_menu1-sm {display: none  !important;}
.btn_ico_menu2-sm {display: none  !important;}

.adjust-top-container {margin-top: 0px;}


#countdown {
    padding: 5px 20px;
    /*width: 100%;*/
    background: transparent;
    font-weight: bolder;
    text-align: center !important;
}
#countdown h2{
    color: #472C12;
    font-family: 'earthwerkregular', sans-serif !important;
    font-size: 36px;
    margin: 0;
    text-align: center;
}


.padding-countdown {
    padding-left: 29%;	padding-right: 25%;
}
/*
.bloco-horario {
	width: 12.285%;
	margin: 0 1%;
	float: left;
}*/

.days, .hours, .minutes, .seconds, .comma {
	color: #472C12;
	font-size: 36px;
    text-align: center;
    font-family: 'earthwerkregular', sans-serif !important;
}

.timeRefDays, .timeRefHours, .timeRefMinutes, .timeRefSeconds {
    color: #472C12 !important;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'earthwerkregular', sans-serif !important;
}

.margin-nali {
    margin-right: 10px !important;
}

.show-and-no {
    display:inherit;
}

.dropdown-menu {
    padding-right: 10px !important;
}

.ajust-btn-garto {
    
    margin-top: inherit;
    
}

.show-mobile-no {
    display: none !important;
}

.show-mobile-yes {
    display: inherit;
}

.video-h {
    height: 450px !important;
}

/*------MEDIAS QUERIES---------------------------------------------------------------------MEDIAS QUERIES--------------------------------------*/

@media screen and (min-width : 1252px) and (max-width: 1252px)
{
    .btn_ico_menu1 {
        margin-left: 38px !important;  
    }
}

@media screen and (min-width : 1280px) and (max-width: 1280px)
{
    .btn_ico_menu1 {
        margin-left: 70px !important;  
    }

    #QuadroIntro {
       /* background-position-x: -465px !important;*/
    }

}

@media screen and (min-width : 1366px) and (max-width: 1366px)
{
    #QuadroIntro {
        /*background-position-x: -410px !important;*/
    }
}


@media screen and (min-width : 1024px) and (max-width: 1366px)
{
    #menu-principal li a {font-size: 13px} 
    .size-font-fa { font-size: 30px; font-weight: 100 !important;} 

    .ico_menu_adjust-sm {display: none !important; width: 25%; float: right;}
    .btn_ico_menu1-sm {display: none  !important;}
    .btn_ico_menu2-sm {display: none  !important;}

    .btn_ico_menu1 {
        margin-left: 95px;  
    }

    #QuadroIntro {
        /*background-position-x: -456px;*/
    }
}

@media screen and (min-width : 800px) and (max-width: 1160px)
{
    .ico_menu_adjust {display: none !important;}
    .btn_ico_menu1 {display: none !important;}
    .btn_ico_menu2 {display: none !important;}

    .ico_menu_adjust-sm {display: block !important; width: 25%; float: right;}
    .btn_ico_menu1-sm {display: block  !important;}
    .btn_ico_menu2-sm {display: block  !important;}

    .col-md-12-adjust {width: auto !important;}
    .force-adjust {margin-top:0px !important;}
    .header-garotoda {margin-top: 42px;}
    .adjust-top-menu {margin-top: 0px;}
    #menu-principal li a {font-size: 16px !important;}
    .size-font-fa { font-size: 30px !important; font-weight: 100 !important;}
    .bloco-info {width: 31% !important; padding: 10px; min-height: auto;}
    
}

@media screen and (min-width : 768px) and (max-width: 768px)
{

    .show-mobile-no {
        display: none !important;
    }

    #QuadroIntro {
       /* background-position-x: -1120px !important;*/
    }  

    .adjust-garotada-link {
        margin-top: -5px !important;
        margin-right: 15px;
    }

    #menu-principal li a {font-size: 0.78em !important;} 

    .menu-principal {
       
        float: right;
   
    }

    .ajust-btn-garto {
        float: right;
        margin-top: 6px;
        padding: 0;
    }

    .ico_menu_adjust-rs {
        max-width: 30px !important;
        margin-top: -9px;
    }

    .days, .hours, .minutes, .seconds, .comma {   
        margin-left: 44%;
        margin-right: 44%;
    }

    .header-claim {
        line-height: 70px;
    }

    .show-and-no {
        display:none !important;
    }
}

@media screen and (min-width : 780px) and (max-width: 1000px)
{

    .menu-principal {
        float: right;
    }

    .adjust-logo-sm {width: 20%;}

    .btn-garoto {
        margin-top: 0px !important;
        float: right;
    }

    .ajust-btn-garto {
       padding: 0 !important;
    }

    .adjust-garotada-link {
        margin-top: 0 !important;
        margin-right: 10px;
    }
}

@media screen and (min-width : 768px) and (max-width: 1024px)

{
    
    .show-mobile-no {
    display: none !important;
}

    .header-garotoda-2 {
        font-size: 1.1em;
    }

    .adjust-garotada-link {
        margin-top: 10px;
    }

    .btn-garoto {
        padding: 17px 12px 11px 12px;
        margin-top: -9px;
    }

    #logo-dez-milhas {
        width: 100%;
    }

    #QuadroIntro {
       /* background-position-x: -756px;*/
    }
    
    .menu-principal {
        display: block;
        /*float: none;*/
       /* width: 100% !important; */
        top: -10px;
        z-index: 9;      
    }
    .no-padding {padding: 0 !important;}
    .header-garotoda {margin-top: 5px;}

    .bloco-info {
        width: 100%;
        margin: 1%;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(255,255,255,0.5);
        min-height: auto;
        padding: 10px 0;
    }

    .ico_menu_adjust {display: none !important;}
    .btn_ico_menu1 {display: none !important;}
    .btn_ico_menu2 {display: none !important;}

    .ico_menu_adjust-sm {display: block !important; width: 20%; float: right; margin-top: 8px;}
    .btn_ico_menu1-sm {display: block  !important;}
    .btn_ico_menu2-sm {display: block  !important;}

    #menu-principal li a {font-size: 7px;} 
    .size-font-fa { font-size: 10px; font-weight: 100 !important;} 

}

@media screen and (min-width : 300px) and (max-width: 414px)
{ 
    .video-h {
        height: 250px !important;
    }
}


@media screen and (min-width : 240px) and (max-width: 767px)
{ 
    
    .navbar-collapse {
        position: absolute !important;
    }

    .adjust-garotada-link {
        margin-top: -35px;
    }

    .show-mobile-yes {
        display: none;
    }

    .show-and-no {
        display:none !important;
    }

    .show-mobile-no {
        display: block !important;
    }

    .timeRefDays, .timeRefHours, .timeRefMinutes, .timeRefSeconds { 
        font-size: 15px;
    }
    

    .padding-countdown {
        padding-left: 2%;	padding-right: 0%;
    }
    
    .header-claim {
        line-height: 70px;
    }

    #QuadroIntro {
       /* background-position-x: -1636px;*/
       background: #fbc723 center bottom !important;
    }

    .days, .hours, .minutes, .seconds, .comma { 
        margin-left: 0%;
        margin-right: 0%;
        font-size: 30px;
    }

    .adjust-top-container {margin-top: -60px;}

    #menu-dezmilhas {height:260px;}

    .ico_menu_adjust {display: none !important;}
    .btn_ico_menu1 {display: none  !important;}
    .btn_ico_menu2 {display: none  !important;}

    .ico_menu_adjust-sm {display: block !important; width: 25%; float: right;}
    .btn_ico_menu1-sm {display: block  !important;}
    .btn_ico_menu2-sm {display: block  !important; margin-top: 65px;}
    
    #QuadroIntro {
        margin-top: 0px;
        height: auto;
        padding: 0;
    }

    #menu-principal li a:hover{color: #b59226 !important;}

    .adjust-top-menu { margin-top: 0px;} 
    
    .adjust-logo-sm {width: 35%; margin: 0; padding: 0; position: absolute; top:30px;}

    .header-garotoda {font-size: 1.2em;}
    
    .menu-principal {
        display: block;
        float: none;
        /*width: 100% !important;
        position: absolute;*/
        top: 0;       
        z-index: 9;
        background-color: transparent;
        padding: 0;
    }

    .menu-superior li a {
        box-shadow: none;
    }   
    
    /*.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: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;
        width: 250px;
    }

    .ico_menu_adjust-rs-margin {
         margin-right: 0px !important; 
         margin-left: 0px !important;
    }
    
    .ico_menu_adjust-rs {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .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;
        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);
    }

    
    .container {
        width: 95% !important;
    }

    .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;
    }
}