/*Regras globais - INÍCIO*/

html{
    position: relative;
    min-height: 100%;
    overflow-x: hidden !important;

}

body{
    font-size:16px;
    font-family: 'Raleway', sans-serif;
    color:#000;
    padding-bottom: 40px; 
    margin: 0 0 270px; 

}

.container{
    max-width:1170px;
}


#cabecalho{
    /*background-image: url('/uploads/cronograma_eventos_2017/layout/novo/fundo_topo.jpg');*/
    background-image: url('/uploads/cronograma_eventos_2017/layout/2020/fundo_topo.png');
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 201px;  
    position: relative;
    z-index: 2;
    transition: all .2s ease-in-out;
}

#cabecalho:hover{
    background-position: bottom;
}

#cabecalho_mobile{
    width: 100%;
    height: auto;
    background-size: cover;
   /* z-index: 2;*/
    /*position: relative;*/
    background-size: cover;
    /*background-position: top;*/
    
}

#caixa_bem_vindo_home{
    border: solid 1px #F47C2E;
    padding: 4% 4% 4% 4%;
    margin-top: 11%;
    height: auto;    
}

#caixa_bem_vindo_home_mobile{
    border: solid 1px #F47C2E;
    padding: 4% 4% 4% 4%;   
    height: auto;    
}

.botao_faca_orcamento{
    background-image: linear-gradient(#F58635, #F47C2E);
    padding: 4% 4% 4% 4%;
    color: #FFFFFF;  
    width: 100%;
    height: auto;
}


#logomarca{
    transition: all .2s ease-in-out;
}

#logomarca:hover{
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); 
}

#menu{
    background-color: #000;    
    color:#fff;
    display: block;
    position: relative; 
    min-height: 76px;
    z-index: 100;
    transition: all .2s ease-in-out;
}

#menu:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 44, 145, 0.75);
    -moz-box-shadow:    0px 0px 20px 0px rgba(50, 44, 145, 0.75);
    box-shadow:         0px 0px 20px 0px rgba(50, 44, 145, 0.75);
}

.menu_site{
    color:#fff;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;  
    padding-top: 28px;
    font-weight: bold;
    padding-right:35px;
}

.menu_site:hover{
    color:#fff0c5;  
    text-decoration: none;
    opacity: 0.9;

}

.menu_sites_redes{
    padding-top: 20px;
}

.menu_sites_redes a:hover{
    opacity: 0.9;
}


.conteudo{
    padding-top:40px;
    padding-bottom: 0px;
}


#rodape{
    background-image: url('/uploads/cronograma_eventos_2017/layout/novo/fundo_rodape.jpg');
    background-size: cover;
    background-position: top;
    width: 100%;
    min-height: 270px;  
    text-align: center;
    padding-top: 45px;  
    left: 0 !important;
    bottom: 0 !important;
    position: absolute;
    overflow: hidden;
    transition: all .2s ease-in-out;
}


#rodape_2020{
    background-image: url('/uploads/cronograma_eventos_2017/layout/2020/fundo_rodape.png');
    background-size: cover;
    background-position: top;
    width: 100%;
    min-height: 240px;  
    text-align: center;
    padding-top: 45px;  
    left: 0 !important;
    bottom: 0 !important;
    position: absolute;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

#rodape_2020_mobile{
    background-image: linear-gradient(#FF6601, #FF0C65);
    height: auto;
    background-size: cover;
    width: 100%;        
    bottom: 0 !important;
    position: absolute;
    overflow: hidden;
}

#rodape:hover{
    background-position: right;
}

#rodape b{
    font-size:18px;
    font-weight: bold;
}

#rodape_box_interno_inferior{
    background-color: #000;
    padding:25px;
    color:#fff;
    display: block;
    position: relative;
    top:25px;
    transition: all .1s ease-in-out;
}

#rodape_box_interno_inferior:hover{
    background-color: #121212;
    color:#fff0c5;
    text-decoration: none;
    opacity: 0.9;
    transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 44, 145, 0.75);
    -moz-box-shadow:    0px 0px 20px 0px rgba(50, 44, 145, 0.75);
    box-shadow:         0px 0px 20px 0px rgba(50, 44, 145, 0.75);
}

#rodape_box_interno_inferior b{
    font-size:16px;
}


#rodape_interno{
    background-image: url('/uploads/cronograma_eventos_2017/layout/novo/fundo_rodape_interno.jpg');
    background-size: cover;
    background-position: top;
    width: 100%;
    min-height: 61px;

}

#espacamento_topo_home_mobile{       
}

h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
}

h1{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #f5989d;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}

a{
    color:#000;
}

a:hover{
    text-decoration: none;
}

.btn{
    background-color: #9e0039;
    color:#fff;
    font-weight: bold;
    border: none;
}


/*Regras globais - FIM*/


/*Regras da Página Inicial - INÍCIO*/

#super_banner{
    position:relative;
    z-index: 0;
    top: -37px;
}

#area_seu_sonho_nossa_realidade{

    padding-top:35px;
    padding-bottom:35px;
    border-top-style: solid;
    border-top-color: #F47F30;
    border-top-width: 2px;    
    border-bottom-style: solid;
    border-bottom-color: #F47F30;
    border-bottom-width: 2px;
}

#area_seu_sonho_nossa_realidade h1{    
    border:none;
    text-align: center;    
}

#area_seu_sonho_nossa_realidade a{
    display: block;
    background-color: #9e0039;
    color:#fff;
    padding: 28px;
    text-align: center;
    font-weight: bold;
}

#area_seu_sonho_nossa_realidade a:hover{    
    background-color: #b50b48;
    color:#fff0c5;
    text-decoration: none;
    opacity: 0.9;

}

#imagem_area_seu_sonho_nossa_realidade{   
    transition: all .2s ease-in-out;
}

#imagem_area_seu_sonho_nossa_realidade:hover{
    transform: scale(1.05);
}


#area_noticias_home{
    padding-top:0px;
    padding-bottom:35px;    
}

#area_noticias_home_mobile{
    padding-top:0px;
    padding-bottom:10px;
}

.noticia_item{    
    margin-bottom: 20px;
    padding-top: 30px;
}

.noticia_item:hover{    
    opacity: 0.8;   
}

.noticia_item_foto{    
    width: 100%;
    height: 198px;
    background-position: top;
    background-size: cover;
    margin-bottom: 24px;
    border-style: solid;
    border-width: 1px;
    border-color:#959595;
    background-color: #12256d;
}

#noticias_ver_todas{
    color:#f58634;
    text-decoration: underline;
    font-weight: bold;
}

#noticias_ver_todas:hover{
    color:#da9f73;    
}

#bem_vindo_orcamento{
    display: block;
}

#bem_vindo_orcamento:hover{
    opacity: 0.9;
}

#area_ultimos_eventos{
    padding-top:35px;

}

#area_ultimos_eventos h1{    
    border:none;
    text-align: center;    
}

.box_fotos{
    text-align:center;
    transition: all .2s ease-in-out;
    margin-bottom: 20px;
}

.box_fotos:hover{
    transform: scale(1.05);
}

.box_video{
    transition: all .2s ease-in-out; 
    padding:16px; border-color:#c7b299; border-style: solid; border-width: 1px;
    margin-bottom: 25px;
}

.box_video:hover{
    background-color: #ffdc81; 
    transform: scale(1.05);
}

/*Regras da Página Inicial - FIM*/

#menu_novo_2020{
    margin-top: -1%;
}