::-webkit-scrollbar
{
    width: 15px;

    background: none;
}

::-webkit-scrollbar-thumb
{
    background: #cfcfcf;
}

::-webkit-scrollbar-track
{
    background: rgba(255, 255, 255, .2);
}

::-moz-scrollbar
{
    width: 15px;

    background: none;
}

::-moz-scrollbar-thumb
{
    background: #cfcfcf;
}

::-moz-scrollbar-track
{
    background: rgba(255, 255, 255, .2);
}


/*fontes*/

body
{
    font-family: 'Myriad Pro', Arial, sans serif;
    font-size: 1.35em;

    overflow-x: hidden;
}


/*TOPO*/

.staticHeader
{
    position: fixed;
    left: 0;

    width: 100%;
}

.fixar
{
    position: fixed;

    transition: opacity .5s;

    opacity: 0;
}

.container
{
    position: relative;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: left .4s ease-in-out;
       -moz-transition: left .4s ease-in-out;
        -ms-transition: left .4s ease-in-out;
         -o-transition: left .4s ease-in-out;
            transition: left .4s ease-in-out;
}

.container.open-sidebar
{
    left: 440px;
}

.swipe-area
{
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;

    background: #ccc;
}

#sidebar
{
    position: absolute;
    z-index: 9999;
    left: -440px;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 440px;
    height: 100%;

    background: #ccc;
}

#sidebar ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

#sidebar ul li
{
    margin: 0;

    background-color: #eee;
}

#sidebar ul li a
{
    font-size: 16px;
    font-weight: 100;

    display: block;

    padding: 15px 20px;

    -webkit-transition: background .3s ease-in-out;
       -moz-transition: background .3s ease-in-out;
        -ms-transition: background .3s ease-in-out;
         -o-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
    text-decoration: none;

    color: #333;
    border-bottom: 1px solid #ddd;
}

#sidebar ul li:hover a
{
    color: #000;
    background: #f37934;
}

.main-content
{
    position: relative;
    z-index: 9999;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.main-content .content
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    padding-left: 60px;
}

.main-content .content h1
{
    font-weight: 100;
}

.main-content .content p
{
    line-height: 160%;

    width: 100%;
}

.main-content #sidebar-toggle
{
    position: relative;
    display: block;
    float: left;
    border-radius: 3px;
    background: transparent;
}

.main-content #sidebar-toggle .bar
{
    display: block;

    width: 18px;
    height: 2px;
    margin-bottom: 3px;

    border-radius: 1px;
    background-color: #fff;
}

.main-content #sidebar-toggle .bar:last-child
{
    margin-bottom: 0;
}

.topo
{   
    position: fixed;
    z-index: 999;
    height: 60px;
    background-color: #de5d08;
}




.fixar:hover
{
    opacity: 1;
}

.searchIcon
{
    font-size: 1.5em;
    padding: 5px;

    cursor: pointer;
}

.searchIcon:hover
{
    border-bottom: 2px solid #fff;
}

#searchForm
{
    display: none;
}

#searchForm > div
{
    background-color: #000;
}

#searchForm > div > form > input
{
    font-size: 2em;

    width: 100%;
    height: 100%;
    padding-left: 10px;

    color: orange;
    border: none;
    outline: none;
    background-color: #000;
}

#searchForm > div > form > input::-webkit-input-placeholder
{
    font-size: 1em;

    color: orange;
}


/*MENU*/

.logotipo-cufa img
{
    margin-top: 8px;
    margin-left: 480px;

    cursor: pointer;
    transform: scale(.85);
}


/*MENU PÁGINA SOBRE*/

.mostrar-menu
{
    position: absolute;

    margin-left: 45%;
}

.logotipo-cufa-sobre img
{
    margin-top: 8px;
    margin-left: 480px;

    cursor: pointer;
    transform: scale(.85);
}


/*fim barra página sobre*/




.box
{
    position: absolute;
    z-index: 1;
    top: -157px;
    left: -25px;

    visibility: hidden;

    width: 200px;
    height: 158px;

    background: #cfcfcf;
}

.twitter-follow-button
{
    position: absolute;
    top: 65px;
    left: 59px;

    width: 390px;
}

.box:after
{
    position: absolute;
    z-index: 9;
    top: 137px;
    left: 80px;

    width: 50px;
    height: 50px;

    content: '';

    background: url(../img/seta-redes-sociais.png) no-repeat center;
}

.politica-privacidade
{
    position: absolute;
    top: 530px;
    left: 445px;

    width: 150px;
    height: 50px;

    background: url(../img/politica-privacidade-icone.png) no-repeat center;
}

.seja-voluntario
{
    position: absolute;
    top: 530px;
    left: 300px;

    width: 150px;
    height: 50px;

    background: url(../img/seja-voluntario-icone.png) no-repeat center;
}

.fale-conosco
{
    position: absolute;
    top: 530px;
    left: 160px;

    width: 150px;
    height: 50px;

    background: url(../img/fale-conosco-icone.png) no-repeat center;
}

.sobre-cufa
{
    position: absolute;
    top: 530px;
    left: 20px;

    width: 150px;
    height: 50px;

    background: url(../img/sobre-cufa.png) no-repeat center;
}



/*NOTICIAS PAGINA PRINCIPAL HOME*/


#noticias-destaque
{
    height: 900px;
    padding: 50px;
    background-color: #fff;
}

#overlay
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0,.4);
}

#overlay:hover
{
    background-color: rgba(0,0,0,.7);
}

#noticia-destaque-1, #noticia-destaque-4, #noticia-destaque-7, #noticia-destaque-10
{
    overflow: hidden;
    height: 400px;

    border: 1px solid #ebebeb;
    border-radius: 4px;
}

#noticia-destaque-2, #noticia-destaque-3, #noticia-destaque-5, #noticia-destaque-6, #noticia-destaque-8, #noticia-destaque-9, #noticia-destaque-11, #noticia-destaque-12
{
    overflow: hidden;
    height: 200px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}


#titulo-destaque-principal
{
    font-size: 2.2em;
    font-weight: bolder;

    position: relative;
    top: 275px;
    z-index: 15;

    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .4);
}

#titulo-destaque-secundarias
{
    position: relative;
    top: 140px;
    font-size: 1.5em;
    font-weight: bolder;
    position: relative;
    z-index: 15;

    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .4);
}


.left-slide {
    position: absolute;
    top: 50%;
    left: 30px;
    color: #de5d08;
    font-size: 2.5em;
    width: auto;
    height: auto;
    z-index: 10;
}

.right-slide {
    position: absolute;
    top: 50%;
    right: 30px;
    color: #de5d08;
    font-size: 2.5em;
    width: auto;
    height: auto;
    z-index: 10;
}

.right-slide:hover,.left-slide:hover {
    color: #000;
    cursor: pointer;
}

.slide-two {
    display: none;
}



/*ESTRUTURA NOTÍCIAS*/


/*Aqui começa as notícias thumb (pequenas)*/

.ultimas-arte h3
{
    font-family: 'Myriad Pro';
    font-size: 22px;
    font-weight: bolder;

    width: 230px;
    height: 40px;
    margin: 120px auto;
    margin-bottom: -90px;

    text-align: center;

    color: #f1c40f;
    border-bottom: 5px solid #f1c40f;
    border-radius: 2px;
}

.ultimas-acao h3
{
    font-family: 'Myriad Pro';
    font-size: 22px;
    font-weight: bolder;

    width: 230px;
    height: 40px;
    margin: 120px auto;
    margin-bottom: -90px;

    text-align: center;

    color: #2ecc71;
    border-bottom: 5px solid #2ecc71;
    border-radius: 2px;
}

/*Fim thumb primeiras tres noticias*/


/*thumbs noticias*/

#thumb-noticia {
    /* height: 220px; */
    padding: 20px 5px;
    /* overflow: hidden; */
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}

#imagem-thumb {
   
}

#imagem-thumb img {
    width: 80%;
}

#titulo-thumb {
    margin-top: 0px;
    font-weight: bolder;
    font-size: 1.8em;
   
    color: #de5d08;
}

#texto-thumb {

}

#btn-mais-thumbs
{
    background-color: #de5d08;
    margin: auto;
    margin-bottom: 10px;
    width: 200px;
    height: 30px;
    color: #fff;
    font-weight: bolder;
    border-radius: 3px;
}


/*FIM THUMBS - NOTICIAS*/


/*EVENTOS BOX*/
#eventos-box {
    height: 350px; 
   margin-left: 1.7%;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
}

#eventos-box h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}





.ver-mais-noticias-thumb
{
    margin-top: 110px;

    background: #ccc;
}

.ver-mais-noticias-thumb ul
{
    position: absolute;
    top: -42px;
    left: 540px;

    list-style: none;
}

.ver-mais-noticias-thumb ul li a
{
    font-family: 'Myriad Pro';
    font-size: 1.8em;

    padding: 10px;

    text-decoration: none;

    color: #ccc;
    border-bottom: 5px solid #ccc;
}


/*FIM*/

.divisao
{
    position: absolute;
    top: 420px;
    left: 73px;

    width: 985px;
    height: 1px;

    background: #eee;
}

.divisao2
{
    position: relative;
    top: 90px;
    left: 60px;

    width: 985px;
    height: 1px;

    background: #eee;
}


/*TOOLTIP ALEMANHA*/

div > .tooltip,
li > .tooltip,
a > .tooltip,
span > .tooltip
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip,
li:hover > .tooltip,
a:hover > .tooltip,
span:hover > .tooltip,
a .tooltip:hover,
span .tooltip:hover,
li .tooltip:hover,
div .tooltip:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -20px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;

    opacity: 1;
}

.tooltip
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -20px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/*TOOLTIP ÁUSTRIA*/

div > .tooltip2,
li > .tooltip2,
a > .tooltip2,
span > .tooltip2
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip2,
li:hover > .tooltip2,
a:hover > .tooltip2,
span:hover > .tooltip2,
a .tooltip2:hover,
span .tooltip2:hover,
li .tooltip2:hover,
div .tooltip2:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -13px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;

    opacity: 1;
}

.tooltip2
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -13px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/**/


/*TOOLTIP ARGENTINA*/

div > .tooltip3,
li > .tooltip3,
a > .tooltip3,
span > .tooltip3
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip3,
li:hover > .tooltip3,
a:hover > .tooltip3,
span:hover > .tooltip3,
a .tooltip3:hover,
span .tooltip3:hover,
li .tooltip3:hover,
div .tooltip3:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -16px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;

    opacity: 1;
}

.tooltip3
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -16px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/**/


/*TOOLTIP BOLÍVIA*/

div > .tooltip4,
li > .tooltip4,
a > .tooltip4,
span > .tooltip4
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip4,
li:hover > .tooltip4,
a:hover > .tooltip4,
span:hover > .tooltip4,
a .tooltip4:hover,
span .tooltip4:hover,
li .tooltip4:hover,
div .tooltip4:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -13px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;

    opacity: 1;
}

.tooltip4
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -16px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/*TOOLTIP BRASIL*/

div > .tooltip5,
li > .tooltip5,
a > .tooltip5,
span > .tooltip5
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip5,
li:hover > .tooltip5,
a:hover > .tooltip5,
span:hover > .tooltip5,
a .tooltip5:hover,
span .tooltip5:hover,
li .tooltip5:hover,
div .tooltip5:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -8px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;

    opacity: 1;
}

.tooltip5
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -8px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/*TOOLTIP COLÔMBIA*/

div > .tooltip6,
li > .tooltip6,
a > .tooltip6,
span > .tooltip6
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip6,
li:hover > .tooltip6,
a:hover > .tooltip6,
span:hover > .tooltip6,
a .tooltip6:hover,
span .tooltip6:hover,
li .tooltip6:hover,
div .tooltip6:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -20px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;

    opacity: 1;
}

.tooltip6
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -20px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/*TOOLTIP Hungria*/

div > .tooltip7,
li > .tooltip7,
a > .tooltip7,
span > .tooltip7
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip7,
li:hover > .tooltip7,
a:hover > .tooltip7,
span:hover > .tooltip7,
a .tooltip7:hover,
span .tooltip7:hover,
li .tooltip7:hover,
div .tooltip7:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -14px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;

    opacity: 1;
}

.tooltip7
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -14px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/*TOOLTIP ITÁLIA*/

div > .tooltip8,
li > .tooltip8,
a > .tooltip8,
span > .tooltip8
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip8,
li:hover > .tooltip8,
a:hover > .tooltip8,
span:hover > .tooltip8,
a .tooltip8:hover,
span .tooltip8:hover,
li .tooltip8:hover,
div .tooltip8:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -8px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;

    opacity: 1;
}

.tooltip8
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -8px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/*TOOLTIP ESPANHA*/

div > .tooltip9,
li > .tooltip9,
a > .tooltip9,
span > .tooltip9
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip9,
li:hover > .tooltip9,
a:hover > .tooltip9,
span:hover > .tooltip9,
a .tooltip9:hover,
span .tooltip9:hover,
li .tooltip9:hover,
div .tooltip9:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -18px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;

    opacity: 1;
}

.tooltip9
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -18px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/*TOOLTIP ESTADOS UNIDOS*/

div > .tooltip10,
li > .tooltip10,
a > .tooltip10,
span > .tooltip10
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip10,
li:hover > .tooltip10,
a:hover > .tooltip10,
span:hover > .tooltip10,
a .tooltip10:hover,
span .tooltip10:hover,
li .tooltip10:hover,
div .tooltip10:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -38px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;

    opacity: 1;
}

.tooltip10
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -38px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/*TOOLTIP VENEZUELA*/

div > .tooltip11,
li > .tooltip11,
a > .tooltip11,
span > .tooltip11
{
    visibility: hidden;

    -webkit-transition: .9s;
       -moz-transition: all .3s;
         -o-transition: all .3s;

    opacity: 0;
}

div:hover > .tooltip11,
li:hover > .tooltip11,
a:hover > .tooltip11,
span:hover > .tooltip11,
a .tooltip11:hover,
span .tooltip11:hover,
li .tooltip11:hover,
div .tooltip11:hover
{
    display: inline;
    visibility: visible;
    overflow: visible;

    margin-top: -40px;
    margin-left: -25px;

    -webkit-transition: .3s;
       -moz-transition: all .3s;
         -o-transition: all .3s;

    opacity: 1;
}

.tooltip11
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;

    position: absolute;
    z-index: 10;

    margin-top: 120px;
    margin-left: -25px;
    padding: 10px;

    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #16a085;

         -o-border-radius: 5px;
}


/* -- BG PARCEIROS -- */

#bg-parceiros
{
    display: block;

    width: 100%;
    max-width: 100%;
    height: 500px;

    background: #ecf0f1;
}

#bg-parceiros > article > h4
{
    font-family: 'Myriad pro', arial;

    position: absolute;
    top: 5px;
    left: 80px;

    color: #98a3a3;
}

#slide-patrocinios
{
    position: absolute;
    top: 70px;

    overflow: hidden;

    width: 100%;
}

.slide
{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}

.link-todos-parceiros
{
    float: right;

    width: 240px;
    height: 50px;
}

.link-todos-parceiros h5
{
    font-family: 'Myriad pro', arial;

    width: 210px;

    color: #16a085;
}

.link-todos-parceiros h5 img
{
    vertical-align: -7px;
}


/*COMENTARIOS REDES SOCIAIS*/

#comentarios-sociais
{
    width: 100%;
    max-width: 100%;
    height: 585px;
    margin-top: 20px;

    background: #fff;
}

#coluna-comentarios-sociais
{
    margin-right: 120px;
}


/*FACEBOOK*/

.facebook-comentarios
{
    display: block;
    overflow: auto;

    height: 600px;
}

.facebook-comentarios > figure
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;

    text-align: center;

    border-bottom: 1px solid #ccc;
}


/*TWITTER*/

.twitter-timeline
{
    height: 400px;
}

.twitter-comentarios > figure
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;

    text-align: center;

    border-bottom: 1px solid #ccc;
}


/*INSTAGRAM*/

.google-comentarios
{
    height: 500px;
}

.google-comentarios > figure
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;

    text-align: center;

    border-bottom: 1px solid #ccc;
}


/*PROMOÇÕES APLICATIVO JAÉ*/

.promocoes
{
    height: auto;
    min-height: 420px;

    background: #ecf0f1;
}

.promocoes:before
{
    position: absolute;
    top: 19px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background: #ccc;
}

.promocoes > h4
{
    font-family: 'myriad pro', arial;

    width: 160px;
    margin: 20px auto 0 auto;
    padding-top: 10px;

    text-align: center;

    color: #16a085;
    border-top: 4px solid #24a58c;
}

.jae-logo
{
    height: 300px;
    margin-top: 25px;
    padding-left: 50px;

    border-right: 1px solid #ccc;
    background: url(../img/logo-jae.png) no-repeat center;
}

.jae-texto
{
    height: 300px;
    margin-top: 30px;
    margin-left: 15px;
}

.jae-texto p
{
    font-family: 'Myriad Pro', Arial;

    padding-top: 20px;

    color: #9ea8a8;
}

.telas-aplicativo
{
    width: 350px;
    height: 300px;
    margin-top: 30px;
    margin-left: 70px;

    background: url(../img/imagem-iphone-telas.png) no-repeat -8px 0;
}

.links-rodape
{
    height: 130px;
}

.menu-rodape
{
    height: 40px;
    margin: 40px 0 0 0;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.menu-rodape ul
{
    margin-top: 10px;

    list-style: none;

    text-align: center;
}

.menu-rodape ul li
{
    display: inline-block;

    margin-left: 10px;
}

.menu-rodape ul li a
{
    text-decoration: none;

    color: #98a3a3;
}

.menu-rodape ul li a:hover
{
    padding-bottom: 9px;

    border-bottom: 2px solid #ccc;
}

.rodape
{
    height: 70px;

    background: #f37934;
}

.rodape h4
{
    font-family: 'verdana', Arial;
    font-size: 10pt;

    padding-top: 20px;

    text-align: center;

    color: white;
}


/*SOBRE A CUFA*/

.sobre-cufa-segunda-pagina
{
    height: 677px;

    background: #2c3e50;
}

.sobre-cufa-segunda-pagina > p
{
    font-size: .9em;

    width: 780px;
    margin-top: 170px;
    margin-left: 270px;
    padding: 15px;

    color: #fff;
}


/**/

.sobre-cufa-terceira-pagina
{
    height: 677px;

    background: #2980b9;
}

.sobre-cufa-terceira-pagina > p
{
    font-size: .9em;

    width: 780px;
    margin-top: 170px;
    margin-left: 270px;
    padding: 15px;

    color: #fff;
}


/**/


/*PÁGINA sobre-cufa*/

.margem-menu
{
    margin-bottom: 30px;
}

#container
{
    width: 1351px;
    height: auto;
    /*altura automática porque colocaremos conteúdo dentro de nossos sites*/
    margin: auto;

    background: greenyellow;
    /*centraliza todo o conteúdo ao tirar o zoom*/
}

#pagina1
{
    /*coloca um background na div*/
    float: left;
    /*flutua o conteúdo para a esquerda - todas as divs internas devem ter isso para se adaptar*/

    width: 100%;
    /*tem uma largura máxima referida ao container que tem largura de 1351px*/
    height: 677px;

    background: #ecf0f0;
    /*altura definida, não podemos usar height auto*/
}

.texto-sobrecufa
{
    width: 600px;
    height: 600px;
    margin: 90px auto;
    padding: 15px;

    background: #ccc;
}


/***/

#pagina2
{
    float: left;

    width: 100%;
    height: 677px;

    background: #dbdbdb;
}

.texto-historia
{
    width: 600px;
    height: 600px;
    margin: 90px auto;
    padding: 15px;

    background: #ccc;
}


/**/

#pagina3
{
    float: left;

    width: 100%;
    height: 677px;

    background: #ecf0f0;
}

.texto-ideologia
{
    position: relative;
    top: 190px;
    left: 27.8%;

    width: 600px;
    min-width: 100px;
    max-width: 600px;
    height: 490px;
    padding: 15px;

    background: #ccc;
}


/**/


/*#pagina4 {
    background: #C0392B;
    float: left;
    width: 100%;
    height: 677px;
}*/

#navigation-menu
{
    position: fixed;

    margin-top: 338.5px;
}

#navigation-menu:before
{
    position: absolute;
    top: -75px;
    left: 230px;

    width: 2px;
    height: 250px;

    content: '';

    background: #98a3a3;
}

#navigation-menu ul li
{
    margin-top: 10px;

    list-style-image: url(../img/list-image.png);
}

#navigation-menu ul li:hover
{
    list-style-image: url('../img/list-image-hover.png');

    cursor: pointer;
}

#navigation-menu ul li a
{
    font-size: 1.3em !important;
    font-weight: 500;

    color: #f39c12;
}

#navigation-menu ul li a:hover
{
    text-decoration: none;
}


/*NEWS LETTER E BARRA DE BUSCA*/

.news
{
    float: right;

    width: 50px;
    height: 40px;
    margin-top: -29px;
    margin-left: 20px;
    padding-top: 2px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}

.news:hover
{
    background-color: #e0580b;
}

.fa-envelope h6
{
    margin-top: 10px;

    text-align: center;
}

#newsletter
{
    position: absolute;
    z-index: 9999;
    top: 90%;
    left: 40%;

    display: none;

    width: 300px;
    height: 150px;

    text-align: center;

    background-color: #fff;
}

#newsletter input[type='email']
{
    font-family: 'Bebas Neue', arial, sans serif;
    font-size: 1em;

    top: -5px;
    left: 190px;

    width: 190px;
    padding-left: 5px;

    letter-spacing: 3px;

    color: #fff;
    border: none;
    outline: none;
    background-color: #000;
}

#newsletter input[type='email']::-webkit-input-placeholder
{
    color: #ecf0f0;
}

#newsletter input[type='submit']:hover
{
    text-shadow: 1px 1px 1px #fff;
}

.fechar-news
{
    font-size: 1.1em;

    float: right;

    width: 30px;
    margin-top: -40px;
    margin-right: 5px;
    padding: 1px;

    cursor: pointer;

    color: #fff;
    background-color: #98a3a3;
}


/**-barra de busca-**/

.buscar
{
    float: right;

    width: 250px;
    height: 40px;
    margin-top: -25px;
    margin-left: 20px;
    padding-top: 2px;

    cursor: pointer;
    text-align: center;
}

.buscar-campo
{
    width: 180px;

    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    background-color: #f37934;
}

.buscar-campo:focus,
.buscar-campo:active
{
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    background-color: #f37934;
}

::-webkit-input-placeholder
{
    font: 12px verdana, arial, sans-serif;

    color: #000;
}


/*fim news e barra de busca*/


/*acessar email*/

.email
{
    float: right;

    width: 80px;
    height: 40px;
    margin-top: -29px;
    margin-left: 20px;
    padding-top: 2px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}

.email:hover
{
    background-color: #e0580b;
}


/**/


/*BOTÃO VER MAIS NOTÍCIAS*/

#mais
{
    display: block;

    width: 20%;
    margin: auto;
    margin-bottom: 20px;

    color: #fff;
    border-radius: 2px !important;
    background-color: #de5d08;
}

#mais:hover
{
    text-decoration: none;

    background-color: #000;
}

#status
{
    float: right;

    width: 200px;
    margin-right: 42%;

    text-align: center;
}


/* Icon Down */

@-webkit-keyframes hvr-icon-down
{
    0%,
    50%,
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    25%,
    75%
    {
        -webkit-transform: translateY(6px);
                transform: translateY(6px);
    }
}

@keyframes hvr-icon-down
{
    0%,
    50%,
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    25%,
    75%
    {
        -webkit-transform: translateY(6px);
                transform: translateY(6px);
    }
}


/* Icon Down */

.hvr-icon-down
{
    position: relative;

    display: inline-block;

    padding-right: 2.2em;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    vertical-align: middle;

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-down:before
{
    font-family: FontAwesome;

    position: absolute;
    right: 1em;

    padding: 0 1px;

    content: '\f01a';
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.hvr-icon-down:hover:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:active:before
{
    -webkit-animation-name: hvr-icon-down;
            animation-name: hvr-icon-down;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}


/* MODAL HOME*/

#mascara
{
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    /*css 3*/

    display: none;

    width: 100%;
    height: 100%;

    opacity: .9;
    background-color: #000;
}

.fechar
{
    float: right;

    width: 30px;
    padding: 5px;

    text-align: center;

    color: #fff;
}

.fechar:hover
{
    color: #fff;
}


/*MODAL WINDOWS*/


/*janela1*/

#janela1,
#janela2,
#janela3,
#janela4,
#janela5,
#janela6
{
    position: fixed;
    z-index: 9900;
    top: 50%;
    left: 50%;

    display: none;

    width: 900px;
    height: auto;

    background-color: #fff;
}

#janela1 h4,
#janela2 h4,
#janela3 h4,
#janela4 h4,
#janela5 h4,
#janela6 h4
{
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 15px;

    text-align: center;

    color: #fff;
    background-color: #f37934;
}

#janela1 p,
#janela2 p,
#janela3 p,
#janela4 p,
#janela5 p,
#janela6 p
{
    font-size: 1.1em;

    width: 450px;
    height: auto;
    margin-top: 50px;
    margin-left: 20px;

    color: #000;
}

#janela1 img,
#janela2 img,
#janela3 img,
#janela4 img,
#janela5 img,
#janela6 img
{
    float: right;

    width: 400px;
    margin-top: -10px;
}


/*FALE CONOSCO */

#principal-faleconosco
{
    width: 1000px;
    height: auto;
    margin: auto;
    margin-bottom: 130px;
    padding-top: 100px;
}

.form-contato-principal
{
    margin-left: 550px;
}

#mapa-principal
{
    float: left;

    width: 500px;
}

.input-fale
{
    font-family: 'Ubuntu', sans-serif;

    height: 30px;
    margin-bottom: 20px;

    color: #333;
    border: none;
    border-bottom: 2px solid #f90;
    outline: none;
    background: transparent;
}

.area-fale
{
    font-family: 'Ubuntu', sans-serif;

    color: #333;
    border: none;
    background: #dbdbdb;
}


/*.botao-fale{
    font-family: 'Ubuntu', sans-serif;
    background: #DBDBDB;
    border: none;
    height: 30px;
    width: 150px;
    color: #333;

}
.botao-fale:hover{

box-shadow:#DE5D08 2px 2px 2px 2px;
    color: #333;
     font-family: 'Ubuntu', sans-serif;
}*/


/*button pk*/


/*PÁGINA Parceiros*/

#parceiros-responsive
{
    /*OCUPANDO TELA INTEIRA*/
    position: absolute;

    width: 100%;
    height: 100%;

    background-image: url('../img/bg-parceiros-img.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

#parceiros-blocos
{
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.mini-parceiros
{
    float: left;

    width: 120px;
    height: 80px;
    margin-top: 40px;
    margin-left: 43px;

    border: 3px solid #0d815c;
    box-shadow: 0 0 20px #000;
}

.mini-parceiros img
{
    overflow: hidden;

    width: 100%;
}

.largurasite
{
    width: 100%;
    /* E UMA LARGURA EM PORCENTAGEM */
    /*MUITO IMPORTANTE*/
    max-width: 1200px;
    /* SEMPRE TERÁ QUE TER UM MÁXIMO DE LARGURA */
    margin: auto;
}

.img-arrow
{
    float: right;
}


/*PARCEIROS DA HOME PAGE*/

.parceiros-homepage
{
    float: left;

    width: 160px;
    height: 100px;
    margin-top: 20px;
    margin-left: 25px;

    background-color: #fff;
}


.parceiros-homepage img
{
    width: 100%;
}



.btn-inscricao-curso
{
    float: left;

    width: 200px;
    height: 40px;
    margin-left: 550px;
    padding: 10px;

    cursor: pointer;
    text-align: center;

    border-bottom: 3px solid #24a58c;
    background-color: #1cc7a6;
}

.btn-inscricao-curso:hover
{
    background-color: #16a085;
}

.btn-inscricao-curso a
{
    text-decoration: none;

    color: #fff;
}


/*PÁGINA NOTAS*/

#notas
{
    height: 1000px;

    background-color: #fff;
}

.blocos
{
    height: 500px;
    margin-top: 100px;

    background-color: transparent;
}

.caixa
{
    height: 350px;
    margin-left: 80px;

    border: 2px dashed #ccc;
    border-radius: 3px;
    background-color: #fff;
}

.caixa h2
{
    padding-bottom: 10px;

    border-bottom: 1px solid #eee;
}

#nota-completa
{
    height: auto;

    background-color: #fff;
}

.bloco-completo
{
    height: auto;

    background-color: transparent;
}

.caixa-completa
{
    height: auto;
    margin-left: 90px;

    border-radius: 3px;
    background-color: #fff;
}

.caixa-completa h2
{
    padding-bottom: 10px;

    border-bottom: 1px solid #eee;
}

.panel-body
{
    height: auto !important;
}


/*Media Screens*/
@media screen and (max-width: 990px)
{
    .thumb-noticia-4
    {
        width: 100%;
        height: 120px;
        margin: -4px;
        margin-top: 70px;
        margin-bottom: 120px;
    }
}
.bloco{width:100%; display:inline-block;}
.box-noticias{margin-bottom:10px; padding-bottom:10px; border:1px solid #ECF0F1}
.box-noticias H4{color:#000; margin-bottom:5px;}
.box-noticias p{}
img.max{width:100%}