/* 
    Document   : layout
    Author     : Filipe Murteira
    Description:
        Estilo geral da página
*/


/* Webfont: Miso */


/*@font-face {
    font-family: 'Miso';
    src: url('fonts/Miso.eot');  IE9 Compat Modes 
    src: url('fonts/Miso.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
         url('fonts/Miso.woff') format('woff'),  Modern Browsers 
         url('fonts/Miso.ttf') format('truetype'),  Safari, Android, iOS 
         url('fonts/Miso.svg#Miso') format('svg');  Legacy iOS 
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

 Webfont: Miso-Bold 
@font-face {
    font-family: 'Miso';
    src: url('fonts/Miso-Bold.eot');  IE9 Compat Modes 
    src: url('fonts/Miso-Bold.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
         url('fonts/Miso-Bold.woff') format('woff'),  Modern Browsers 
         url('fonts/Miso-Bold.ttf') format('truetype'),  Safari, Android, iOS 
         url('fonts/Miso-Bold.svg#Miso-Bold') format('svg');  Legacy iOS 
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
 Webfont: Miso-Light 
@font-face {
    font-family: 'Miso';
    src: url('fonts/Miso-Light.eot');  IE9 Compat Modes 
    src: url('fonts/Miso-Light.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
         url('fonts/Miso-Light.woff') format('woff'),  Modern Browsers 
         url('fonts/Miso-Light.ttf') format('truetype'),  Safari, Android, iOS 
         url('fonts/Miso-Light.svg#Miso-Light') format('svg');  Legacy iOS 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
html,
body {
    /*font-family: 'Miso', sans-serif;*/
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000000;
    font-size: 15px;
    height: 100%;
    background-color: #ffffff;
}

#topoLinguas {
    padding-top: 10px;
    padding-bottom: 5px;
}

#topoLinguas .linguas a {
    color: #878786;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}

#topoLinguas .linguas a:hover,
#topoLinguas .linguas a.active {
    color: #1c1c1b;
}


/* Topo Menu */

.spacerTop {
    display: none;
}

#topoMenu {
    position: relative;
    text-align: right;
    padding-top: 0px;
}

#topoMenu .container {
    position: relative;
}

#topoMenu .logotipo {
    position: absolute;
    left: 15px;
    top: -4px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#topoMenu.scroll-to-fixed-fixed {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0cecd
}

#topoMenu.scroll-to-fixed-fixed .logotipo {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#topoMenu .menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#topoMenu .menu ul li {
    display: inline-block;
}

#topoMenu .menu ul li a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

#topoMenu .menu ul li a.active,
#topoMenu .menu ul li a:hover {
    color: #bebfc3;
}

@media (max-width: 768px) {
    #topoMenu .logotipo {
        display: inline-block;
        margin-bottom: 10px;
    }
    #topoMenu .menu ul li {
        text-align: center;
        display: block;
        margin-left: 0px;
    }
    #topcontrol {
        text-align: right;
    }
    #topcontrol img {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #topoMenu .menu.collapse {
        display: inline-block;
        visibility: visible;
    }
    #topoMenu .menu ul li {
        margin-left: 30px;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #topoMenu .menu ul li {
        margin-left: 50px;
    }
}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #topoMenu .menu ul li {
        margin-left: 50px;
    }
}


/* Conteudo */

#conteudo {
    margin-top: 30px;
    font-size: 15px;
    position: relative;
    background-color: #ffffff;
}

#conteudo a {
    color: #000000;
}

#conteudo h1:first-child {
    margin-top: 0px;
}

#conteudo h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    font-weight: 300;
}

#conteudo h1 * {
    font-weight: 300;
    font-size: 30px !important;
}

#conteudo h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 28px;
    font-weight: 300;
}

#conteudo h2 * {
    font-weight: 300;
    font-size: 28px !important;
}

#conteudo hr {
    border: 0;
    height: 1px;
    background-color: #1c1c1b;
    width: 70%;
}

#conteudo .estiloHover {
    position: relative;
}

#conteudo .estiloHover img {
    position: relative;
}

#conteudo .estiloHover .texto {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 20px;
}

#conteudo .estiloHover .texto > div {
    display: table;
    width: 100%;
    height: 100%;
}

#conteudo .estiloHover .texto > div > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

#conteudo .estiloHover:hover .texto {
    opacity: 0;
}

#conteudo .destaqueHome {
    display: block;
    /*background-color: #bebfc3;*/
    color: #FFFFFF;
    text-align: center;
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#conteudo .destaqueHome img {
    width: 100%;
}


/*#conteudo .destaqueHome span{
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}*/

#conteudo .destaqueHome:hover {
    opacity: 0.5;
}

#conteudo .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

#conteudo #slide_destaques {
    margin-top: 30px;
}

.carousel-inner {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

#slide_destaques.carousel.galerias .carousel-control.right {
    background-image: url("../img/seta_dir_b.png");
    background-position: 80% 50%;
}

#slide_destaques.carousel.galerias .carousel-control.left {
    background-image: url("../img/seta_esq_b.png");
    background-position: 20% 50%;
}

@media (min-width: 768px) {
    #slide_destaques.carousel.galerias .carousel-control.right {
        width: 10px;
        right: -25px;
        background-position: 0px 35px;
    }
    #slide_destaques.carousel.galerias .carousel-control.left {
        left: -25px;
        width: 10px;
        background-position: 0px 35px;
    }
}

#slide_destaques img {
    margin-bottom: 10px;
}

#slide_destaques {
    /*font-size: 14px;*/
}


/* Rodape */

#rodape {
    margin-top: 50px;
    margin-bottom: 10px;
}

#rodape .extra {
    padding-top: 15px;
}

#rodape .extra ul {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#rodape .extra ul li {
    display: inline-block;
    margin-right: 25px;
}

#rodape .extra a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

#rodape .extra a:hover {
    color: #bebfc3;
}

#rodape .copy {
    color: #bebfc3;
    /*    font-size: 14px;*/
    border-top: 1px solid #d0cecd;
    padding-top: 10px;
    margin-top: 20px;
}

#rodape .links {
    display: inline-block;
}

#rodape .links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#rodape .links li {
    display: inline-block;
}

#rodape .links a {
    color: #bebfc3;
    margin-left: 50px;
    text-decoration: none;
}

#rodape .links a.active,
#rodape .links a:hover {
    color: #000000;
}

#rodape .copy .share a {
    background-color: #bebfc3;
    color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

#rodape .copy .share a:hover {
    color: #000000;
}

#rodape img.apoios {
    display: inline-block;
}


/* theme */

#newsletterForm.fv-form-bootstrap .fv-icon-no-label {
    right: 40px;
}

.form-control {
    border: 1px solid #a0a09f;
    border-radius: 0px;
    font-size: 16px;
}

textarea.form-control {
    resize: none;
}

.btn-primary {
    color: #fff;
    background-color: #a0a09f;
    border-color: #a0a09f;
    border-radius: 0px;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #000000;
}

.panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*Ricardo Oliveira - Hardgama Set2017*/


/* styles unrelated to zoom */

p.zoomzoom {
    position: absolute;
    top: 3px;
    right: 45px;
    color: #555;
    font: bold 13px/1 sans-serif;
}


/* these styles are for the demo, but are not required for the plugin */

.RICzoom {
    display: inline-block;
    cursor: zoom-in;
}


/* magnifying glass icon */

.RICzoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/icon.png");
}

.RICzoom img {
    display: block;
}

.RICzoom img::selection {
    background-color: transparent;
}


/*RIC Peekaboo*/

div#peekaboo {
    position: fixed;
    bottom: 30px;
    left: -400px;
    width: 350px;
    padding: 15px;
    background-color: #f0f0f0;
    z-index: 9999;
}

.itemNoticia .link a {
    background-color: #727272;
    color: #FFFFFF;
    padding: 8px;
    text-decoration: none;
    float: right
}

.itemNoticia .link a:hover {
    color: black;
}