/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/


.banner-image
{
    /*     background: url("../images/banner.jpg") 50% 0px no-repeat;          -webkit-background-size: cover !important;     -moz-background-size: cover !important;     -o-background-size: cover !important;     background-size: cover !important;     background-position: 0 0;     background-repeat: no-repeat;     z-index: 1;     position: relative;     background-size: 100% 100% !Important;     */
}


/* Large devices (Large desktops 1200px and up) */
@media (max-width:1000px)
{

    .banner-image
    {
        /*     background: url("../images/banner-sm.jpg");     background-size: 100% 100% !Important; */
    }
}
/* Large devices (Large desktops 1200px and up) */
@media (max-width:501px)
{

    .banner-image
    {
        /*     background: url("../images/banner-xs.jpg") 50% 0px no-repeat;     background-size: 100% 100% !Important; */
    }
}



.translucent-bg.blue:after
{
    background-color: rgb(255, 175, 73);
}

.default-bg.orange
{
    background-color: #090D3A;
}
.default-bg.orange h1
{
    color: #ffffff;
}


.nav-pills > li > a
{
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #7D7D7D;
    color: #090D3A;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    background-color: white;
}



.translucent-bg:after
{
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.default-bg h1, .default-bg h2, .default-bg h3, .default-bg h4, .default-bg h5, .default-bg h6, .translucent-bg h1, .translucent-bg h2, .translucent-bg h3, .translucent-bg h4, .translucent-bg h5, .translucent-bg h6
{
    color: #000000;
}


.bg-image-3
{
    background: url("../images/mapa.jpg") 50% 0px no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}


.fundoRodape
{
    background-color: #383838;
    color: #ffffff;
    font-size: 12px;
    padding: 30px;
}



/* CAPTION IMG */
/* ============================================= */
a.thumbnail.with-caption p
{
    display: none;
}

.post-content
{
    background: none repeat scroll 0 0 #FD8F02;
    opacity: 0.5;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    bottom: 0px;
    margin-top: 55%;
    padding: 5px;
    padding-left: 10px;
}
.thumbnail
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
img
{
    position: relative;
    margin: 0 auto;
    display: table;
}
.caption
{
    text-align: center;
    color: #FFF !important;
    font-size: large !important;
}


/* Excelencia LightBox */
/* ================================================================ */

.lightboxMask
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.88);
    display: none;
    padding-top: 20px;
}

.lightboxMask a.thumbnail:hover, .lightboxMask a.thumbnail:focus, .lightboxMask a.thumbnail.active
{
    border-color: #fff;
}

.lightboxMask a:hover
{
    color: #fff;
}

.lightboxMask a.thumbnail
{
    background-color: transparent !important;
    border: 0;
}


.lightboxMask .setas
{
    position: fixed;
    top: 50%;
}
.lightboxMask .setas:hover
{
    cursor: pointer;
}
.lightboxMask .setaleft
{
    left: 0;
}
.lightboxMask .setaright
{
    right: 0;
}
.lightboxMask .fechar
{
    right: 20px;
    top: 20px;
    width: 20px;
}



/* MENU MOBILE */
/* ====================================== */
@media (max-width:767px)
{
    .navbar-default .navbar-collapse
    {
        border-color: #e7e7e7;
        background-color: rgba(0, 0, 0, 0.89);
    }
}


/* Texto Banner */


/* Large devices (Large desktops 1200px and up) */
@media (max-width:750px){.banner-caption h1{font-size: 40px;}}
@media (max-width:650px){.banner-caption h1{font-size: 35px;}}
@media (max-width:580px){.banner-caption h1{font-size: 30px;} .colLogo{padding:0 !Important;}}
@media (min-width:1200px){.banner-caption h1{padding-top: 30px;}}
.bannerleft{
    background-color: #D18002;
    position: absolute;
    height: 100%;
    width: 50%;}
.bannerright{
    background-color: #0A0E39;
    position: absolute;
    height: 100%;
    width: 50%;
    right:0;}