/*Helpers*/
.clear{clear: both;}
.hr{
    background: #FC503B;
    /* padding: 1px; */
}

/*Resets*/
a:hover{text-decoration: none;}

/*Colors*/

/*Fonts Sizes*/

/*BackGrounds*/



/**************************************
Layout
**************************************/
/*header*/
.header{
    padding: 30px 5px;
    /* float: left; */
    width: 100%;
    /* background: #c4daef; 
    background-image: url("/assets/site/imgs/fundo_azul.jpg");
    background-repeat: no-repeat;*/
}
.menu{
    /* background: #ccc; */
    margin: 0px;
    padding: 0px;
}
ul.menu{
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 12px;
}
ul.menu li{
    /* display: inline; */
    text-align: center;
}
ul.menu li a{}
ul.menu li h1{
    font-size: 18px;
    margin: 4px;
    color: #FFF;
    font-weight: bold;
}
img.img-menu{
    max-width: 100px;
}
a:hover{text-decoration: none;}



.clear{clear: both;}
.img-logo{
    max-width: 250px;
    /* float: left; */
}
.img-logo-mobile{
    max-width: 300px;
    /* float: left; */
}
.form-search{
    width: 100%;
    margin-top: 26px;
    position: relative;
}
.form-search input{
    border: 1px solid #004c4c;
    border-radius: 2px;
    padding: 10px 10px;
    width: 100%;
    color: #FC503B;
    z-index: 0;
    position: relative;
}
.form-search button.btn-search{
background: #004c4c;
border: 0px;
color: #FFF;
float: right;
position: absolute;top: 0;right: 0;
z-index: 1;padding: 11px 30px;}
.login{
    background: #ccc;
    padding: 5px 20px;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
    margin-top: 26px;
    float: left;
}



/*corpo do site */
body {
	background-image: url("/assets/site/imgs/fundo_azul.jpg");
    background-size:100% /*100%*/;
	background-repeat: no-repeat;
}


/*sessao carousel*/
section.carousel{}
.image-carousel{
    float: center;
    position: relative;
}

/*sessao sombra carousel*/
section.sombra-carousel{
    margin-top: -33px;
}

/*sessao thumb carousel*/
section.tcarousel{}
.image-tcarousel{
    float: center;
    position: relative;
}

/*section faixa 1*/
section.faixa1{}
.title{
    font-size: 24px;
    font-family: Verdana;
    color: #004c4c;
}
.list-faixa1-l{
    margin-left: -46px;
}
.list-faixa1-c{
    margin-left: 106px;
}
.list-faixa1-r{
    margin-left: -60px;
}
.img-faixa1{
    width: 100%;
    z-index: 0;
    position: relative;
}
.title-faixa1{
    font-size: 20px;
    margin: 4px 0px;
    color: #000;
    text-align: center;
    float: left;
    width: 100%;
}
.image-faixa1{
    float: left;
    position: relative;
}
.hover-img-faixa1{
    z-index: 1;
    position: absolute;
    width: 100%;
    float: left;
    top: 0;
    text-align: center;
    height: 100%;
    background: #c4daef;
    opacity: 0;
}
.hover-img-faixa1:hover{
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out 0s;
}
.hover-img-faixa1 i{
    color: #FFF;
    font-size: 30px;
    background: #004d4d;
    padding: 10px;
    border-radius: 100%;
    margin-top: 20%;
}
.hover-img-faixa1 i:hover{color: #c4daef}
.albun{min-height: 174px;}

/*section albuns*/
section.albuns{}
.title{
    font-size: 24px;
    font-family: Verdana;
    color: #004c4c;
}
.list-albuns{}
.img-albun{
    width: 100%;
    z-index: 0;
    position: relative;
}
.img-albun2{
    width: 60%;
    z-index: 0;
    position: relative;
}
.title-albun{
    font-size: 20px;
    margin: 4px 0px;
    color: #000;
    text-align: center;
    float: left;
    width: 100%;
}

.title-albun2{
    z-index: 2;
    font-size: 40px;
    margin: 4px 0px;
    color: #000;
    text-align: center;
    float: left;
    width: 100%;
}

.image-album{
    float: left;
    position: relative;
}
.hover-img-album{
    z-index: 1;
    position: absolute;
    width: 100%;
    float: left;
    top: 0;
    text-align: center;
    height: 100%;
    background: #c4daef;
    opacity: 0;
}

.hover-img-album:hover{
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out 0s;
}
.hover-img-album i{
    color: #FFF;
    font-size: 30px;
    background: #004d4d;
    padding: 10px;
    border-radius: 100%;
    margin-top: 20%;
}
.hover-img-album i:hover{color: #c4daef}
.albun{min-height: 174px;}


/*section estilos*/
.estilos{}
.estiulos-mu{}
a.estilo{
    margin: 5px 6px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    float: left;
}
a.estilo:hover{
    color: #004d4d;
}


/*Footer*/
.footer{
    background: #e6e6e6;
    padding: 20px;
    margin-top: 60px;
}
.text-footer{
    color: #808080;
    font-weight: bold;
}
.social a{
    color: #808080;
    font-size: 20px;
    margin: 6px;
}

