/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
.row,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    font-weight: 400;
    /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    /*padding-bottom: 40px;*/
    /*    color: #737c85;*/
    color: #737c85;
    background-color: #F6F6F6;
    /* font-weight: 400;
     */

    /* font-family:'Nunito',sans-serif */

    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666666;
    margin-top: 30px;
    margin-bottom: 20px;
}

ul {
    font-size: 1em;
}

p {
    /* margin-top: 20px;
    margin-bottom: 20px; */
    font-size: 1.5em;
}

.h1-conteudo {
    margin-bottom: 20px;
}



hr {
    border-top: 1px solid #f00;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.desktop-header {
    width: 100%;
    background-color: #FFFFFF;
}
.navbar-fixed-top{
    margin: 0;
    background-color: #FFFFFF;
}



.navbar-inverse {
    background-color: transparent;
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-nav {
    margin-top: 25px;
    padding: 0px;
}

#nav-menu-destaque {
    margin-top: 0px !important;
}

#nav-menu-destaque>li {
    padding: 0 20px;
    height: 80px;
    /* border-right: 1px solid #ff0000; */
}

#nav-menu-destaque>li:last-child {
    border-right: none;
}

#nav-menu-destaque>li a>i {
    font-size: 32px;
    position: relative;
    bottom: -8px;
}

#nav-menu-destaque>li a>span {
    margin-top: 0px;
    line-height: 1.4em;
    font-weight: 400;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.navbar-inverse .navbar-nav>li>a {
    color: #333333;
}

.nav>li>a {
    /*color: #000;*/
    /*font-weight: bold;*/
    text-transform: uppercase;
    /*font-size: 13px;*/
    /*font-weight: 700;*/
    letter-spacing: 1px;
    display: block;
    /*color: #333333;*/

}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #696868;
    /*background-color: #696868;*/
}

.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a {
    color: #696868;
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #cc0000;
}

/*menu dropdown*/
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    /*background-color: none;*/
    /*border-color: #333333;*/
    color: #696868;
}

.dropdown-menu {
    background-color: #fff;
}

/*ativa o hover no menu superior*/
.dropdown:hover .dropdown-menu {
    display: block;
}

/*list group*/
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #666;
    border-color: #666;
}

section.container-conteudo {
    /*margin-top: 180px;*/
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 400px;
}





/*CUSTOMIZE OLIRUM
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */


.fundocinza {
    background-color: rgb(34, 34, 34);
}


/* cores do menu principal */

/* Estilo para os links do menu */
.navbar-nav .menus {
    font-size: 16px;
    color: #ff0000; /* Cor vermelha */
    text-decoration: none; /* Remove o sublinhado padrão */
    font-weight: bold; /* Deixa o texto em negrito */
    transition: color 0.3s ease, text-shadow 0.3s ease; /* Transição suave para cor e sombra */
    position: relative; /* Necessário para a sombra */
}

/* Sombra de texto */
.navbar-nav .menus::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;   
    z-index: -1; /* Coloca a sombra atrás do texto */
    transition: opacity 0.3s ease;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
}

/* Efeito ao passar o mouse */
.navbar-nav .menus:hover {
    color: #cc0000; /* Cor mais escura ao passar o mouse */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Sombra de texto ao passar o mouse */
}

.navbar-nav .menus:hover::before {
    opacity: 1; /* Torna a sombra visível ao passar o mouse */
}

/*
.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left  {
        height: 80px;
        width: 80px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding-top: 22px;
        border: 1px solid #fff;
        color: #fff;
        background-color: #d9534f;
}
*/
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    font-size: 50px;
}

.headermidias {
    text-align: right;
    /*color: #333333;*/
    /*background-color: #696868;*/
    /*background-color: #ebebeb;*/
    /* background-color: #f4f4f4; */
    height: 50px;
    /*    border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #fff;*/
    padding-top: 0px;
    padding-bottom: 20px;
    font-weight: 400;
}

.logotop {
    /* margin-bottom: 10px; */
}

#menutopo {
    /*    border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #C00;*/
}

.menutopo {
    /*    position:fixed;
        margin-top: 0px !important;*/

}

.btn-primary {
    color: #fff;
    background-color: #ff0000;
    border-color: #ffffff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f91b1b;
    border-color: #fff;
}

a {
    color: #d9534f;
    text-decoration: none;
}

a:hover {
    color: #b94441;
}


label.error {
    color: #EA5200;
    font-size: 0.8em;
}


/*FIM CUSTOMIZE OLIRUM
-------------------------------------------------- */

/*LISTA PERSONALIZADA*/

.attractive-list {
    list-style-type: none; /* Remove os marcadores padrão */
    padding: 0; /* Remove o padding padrão */
    margin: 20px 0; /* Adiciona margem superior e inferior */
    font-family: 'Arial', sans-serif; /* Define a fonte */
}

.attractive-list li {
    background-color: #f8f9fa; /* Cor de fundo suave */
    border: 1px solid #d1d1d1; /* Borda sutil */
    border-radius: 5px; /* Bordas arredondadas */
    padding: 15px 15px 15px 40px;
    margin-bottom: 10px; /* Espaçamento entre os itens */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transições suaves */
    position: relative; /* Para posicionar o pseudo-elemento */
}

.attractive-list li:hover {
    transform: translateY(-5px); /* Efeito de "flutuação" ao passar o mouse */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Sombra ao passar o mouse */
}

.attractive-list li::before {
    content: '✔'; /* Ícone de verificação */
    color: #28a745; /* Cor do ícone */
    font-size: 1.5rem; /* Tamanho do ícone */
    position: absolute; /* Posiciona o ícone */
    left: 10px; /* Distância da esquerda */
    top: 50%; /* Centraliza verticalmente */
    transform: translateY(-50%); /* Ajusta a posição do ícone */
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */
.carousel {
    height: 400px;
    margin-bottom: 0px;
    background: #333333;
    margin-top: 81px;
    /*position: relative;*/

}

/*.carousel > .carousel-inner {
    background-color: rgba(0,0,0,0.5);   
}*/
.carousel-caption .btn {
    /* text-shadow: none; */
    /* color: #ea0505; */
    border-radius: 50px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 400px;
    /*background-image: url(../../../img/bg_midias_footer.png);*/
    padding-top: 0px;

}


.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
    /*
    height: 500px;
    */
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    position: initial;
    padding-top: 50px;
    width: 100%;
    height: 400px;
    z-index: 10;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0px;
}

.carousel-caption h3 {
    font-size: 2.5em;
    color: #ffffff;
    /*    color: #D9534F;
        text-shadow: 1px 1px 1px #fff;*/
    padding: 5px;
    /*background-image: url(../../../img/bg_midias_footer.png);*/
    /*    opacity:0.90;
        -moz-opacity: 0.90;
        filter: alpha(opacity=90);*/

}

.carousel-caption p {
    color: #ffffff;
    padding: 5px;
    /*    color: #fff;
        background-image: url(../../../img/bg_midias_footer.png);
        opacity:0.90;
        -moz-opacity: 0.90;
        filter: alpha(opacity=90);*/
}



.carousel .carousel-indicators li {
    border: 1px solid #fff;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.carousel-indicators .active {
    background-color: #ff0000;
}

.carousel .carousel-indicators li {
    border: 1px solid #fff;
}

.carousel-indicators .active {
    background-color: #ff0000;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing {
    padding-top: 40px;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    /*font-weight: normal;*/
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.featurette-image {

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}

a.list-group-item.selecionado {
    color: #d9534f;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
}





.hoverzoom {
    position: relative;
    overflow: hidden;
}

.hoverzoom-c2 {
    height: 150px;
}

.hoverzoom>img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.hoverzoom:hover>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    border: 1px solid #ddd;
}

.hoverzoom .retina {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    text-align: center;
    padding: 30px;

    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.hoverzoom:hover .retina {
    opacity: 1;
    box-shadow: inset 0 0 100px 50px rgba(0, 0, 0, .5);

}

.hoverzoom .retina p {
    color: #fff;
    font-size: 100%;
}

.hoverzoom .retina h2 {
    font-size: 100%;
    color: #fff;
}

.retina a {
    height: 80px;
    width: 80px;
    margin-top: 20px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../../../img/icon_top.png);

    background-color: #d9534f;
    background-repeat: no-repeat;
    background-position: center 50%;
    /* transições (animações)*/
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;


}


.hoverzoom:hover .retina a {
    /*rotação*/
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

}

footer {
    margin-top: 0px;
    padding: 0px;
    background-image: url(../img/bg_navbar3.png);
}

#footer-media {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(67, 67, 67, 0.7)), url('../img/img-bg-footer.jpg'); /* Substitua pela URL correta da sua imagem */
    background-size: cover; /* Faz a imagem cobrir todo o fundo */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Evita que a imagem se repita */
    padding-top: 60px;
    padding-bottom: 60px;
}

/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/
.visible {
    opacity: 1 !important;
}

.animatebox {
    background: #cccccc;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    margin: 30px auto 60px;
    padding: 80px 0;
    text-align: center;
    max-width: 500px;
    width: 100%;
    color: #777777 !important;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 360px) {
    /*    .carousel-inner > .item > img {
            left:-50%;
        }*/
}

@media (max-width: 767px) {
    .carousel {
        margin-top: 0;

    }

    .carousel-inner>.item>img {

        /*top:-50%;*/
        left: -60%;
    }
    .parallaxBar{
        margin-top: 0px !important;
    }
}

@media (max-width: 980px) {
    .carousel-caption {
        top: 0px;
    }

    .carousel-inner>.item>img {
        /*        visibility: hidden;
                height: 0px;*/

        min-width: max-content;
        min-height: 100%;
        position: absolute;
        /*top:-50%;*/
        /*left:-50%;*/
        /*        margin-top:-50px;
                margin-left:-50px;*/
    }
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 0px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;

    }

    .featurette-heading {
        font-size: 50px;
    }

}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }


}