﻿/*
    UTILS
*/
.no-padding {
    padding: 0 !important;
}

.no-margin {
}

/*
    FONTES
*/
@import url("https://fonts.googleapis.com/css?family=Lato");

@import url('https://fonts.googleapis.com/css?family=Exo+2');

body {
    font-family: 'Lato', sans-serif;
    background-color: #e7e7e7;
    width: 100%;
}

/**
* Estilo do body
*/
.body-content {
    padding-top: 60px;
}

/**
* Estilo do menu principal
*/

.navbar-inverse {
    background-color: #fff;
    -webkit-box-shadow: -1px 2px 19px -10px rgba(69,69,69,1);
    -moz-box-shadow: -1px 2px 19px -10px rgba(69,69,69,1);
    box-shadow: -1px 2px 19px -10px rgba(69,69,69,1);
    border: none;
}

/*Aumenta a heigth do menu*/
.navbar-nav > li > a {
    color: #707070 !important;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-nav {
    margin: 0 15px;
}

.navbar-inverse .navbar-nav > li:hover, .navbar-inverse .navbar-nav > li:focus {
    /*transition: ease-in 0.2s;*/
    background-color: #006d38;
    color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
}

.navbar-inverse .navbar-nav > .open, .navbar-inverse .navbar-nav > .open:hover, .navbar-inverse .navbar-nav > .open:focus {
    background-color: #006d38;
    color: #fff !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff !important;
    background: transparent;
}

.nav .dropdown-menu {
    background-color: #006d38;
    background-clip: initial;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.nav .dropdown-menu {
    border-radius: 0 !important;
    padding: 0 0;
}

    .nav .dropdown-menu > li {
        /*padding-left: 10px;
    padding-right: 10px;*/
    }

        .nav .dropdown-menu > li:not(:last-child) > a {
            border-bottom: 1px solid #10a85b !important;
        }

        

        .nav .dropdown-menu > li > a {
            padding: 10px 10px;
            color: #fff;
            line-height: 2em;
        }

            .nav .dropdown-menu > li > a:hover, .nav .dropdown-menu > li > a:focus {
                /*transition: ease 0.4s;*/
                /*background-color: #024a27;*/
                /*padding: 10px 25px;*/
                background-color: #02542b;
            }

.nav > li > a {
    border-right: 1px solid #cacaca;
    padding: 0 10px 0px 10px;
    min-width: 80px;
    text-align: center;
}

.nav > li:last-child > a {
    border-right: none;
}

.navbar-tipo-midia > li:nth-last-child(2) > a {
    border-right: none;
}

.nav > li {
    padding-top: 30px;
    height: 80px;
}

.nav li:hover a {
    color: #fff !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-right: 1px solid #cacaca;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin: 0 15px;
}

/* Menu mobile */
.navbar-toggle {
    border-color: #006e38 !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #006e38 !important;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #00793e;
}

/* footer */
footer {
    background: #006e38;
    clear: both;
    min-height: 300px;
    /*position: absolute;*/
    width: 100%;
    /*bottom: 60px;*/
    position: relative;
    z-index: 7;
}

.footer-title {
    color: #9de0bc;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    font-weight:700;
}

.footer-padding {
    padding: 40px;
}

.footer-hr {
    margin-top: 20px;
    border-top: 2px solid #62b78b;
}

.rodape-menu {
    background: #00793e;
    height: 60px;
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 7;
}

.rodape-menu-links {
    float: left;
    margin: 21px auto 0;
    padding: 0 0 0 51px;
}

    .rodape-menu-links a {
        color: #fff;
        font-family: Arial;
        font-size: 14px;
        border-right: 1px solid;
        padding: 0 9px 0 6px;
    }

        .rodape-menu-links a:last-child {
            border: 0;
            padding: 0 10px 0 6px;
        }

.rodape-assinatura {
    float: left;
    margin: 17px 0 0 5px;
}

    .rodape-assinatura p, .rodape-assinatura p a {
        color: #fff;
        font-family: Arial;
        font-size: 11px;
        margin: 0;
    }

        .rodape-assinatura p:last-child {
            margin: 2px 0 0;
        }

.rodape-bloco-info-modile {
    display: none;
}

.rodape-bloco {
    background: url(../Images/icone-facebook.svg) no-repeat 0 12px / 60px 60px;
    float: left;
    margin: 58px 0 0 89px;
    width: 290px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear,0 0,0 100%,from(black),to(rgba(0,0,0,0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25),rgba(0,0,0,0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25),rgba(0,0,0,0)) 1 100%;
    -o-border-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25),rgba(0,0,0,0)) 1 100%;
    border-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.25),rgba(0,0,0,0)) 1 100%;
}

.rodape-bloco-youtube {
    background: url(../Images/icone-youtube.svg) no-repeat 0 12px / 60px 60px;
    margin: 58px 0 0 90px;
    width: 300px;
}

.rodape-bloco-agblog {
    background: url(../Images/icone-agblog.svg) no-repeat 0 12px / 60px 60px;
    border: 0;
    width: 269px;
}

.rodape-bloco-titulo {
    float: left;
    margin: -17px 0 0 74px;
}

    .rodape-bloco-titulo h1 {
        color: #fff;
        font-family: Arial;
        font-size: 30px;
        font-weight: 400;
        letter-spacing: -2.5px;
        line-height: 13px;
    }

        .rodape-bloco-titulo h1 span {
            font-weight: 700;
        }

.rodape-bloco:hover {
    background: url(../Images/icone-facebook-colorido.svg) no-repeat 0 12px / 60px 60px;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

.rodape-bloco-youtube:hover {
    background: url(../Images/icone-youtube-colorido.svg) no-repeat 0 12px / 60px 60px;
}

.rodape-bloco-agblog:hover {
    background: url(../Images/icone-agblog-colorido.svg) no-repeat 0 12px / 60px 60px;
}

.logo-faixa-topo {
    text-align: center;
}

/* logo - TODO: Adicionar estilização para mobile */
#logoSvg {
    margin: 20px auto 0;
    width: 190px;
}

@media screen and (max-width: 1315px) {
    .logo-faixa-topo {
        text-align: right;
    }
}

/* HOME - BANNER */
.banner {
    min-height: 600px;
    /*background: linear-gradient(rgba(0,0,0,0.54),rgba(0,0,0,.64)), url(../Images/bg.jpeg) no-repeat center center fixed;*/
    background-size: cover;
}

    .banner .wrapper-search-form {
        /*margin-top: 260px;*/
        /*position: fixed;*/
        z-index: 3;
        /*margin-left: 315px;*/
        margin: 210px auto 0;
    }

    .banner .count-text {
        color: #fff;
        font-weight: 300;
        margin-bottom: 60px;
    }

        .banner .count-text > span {
            font-weight: 700;
            font-size: 50px;
            font-family: 'Exo 2', sans-serif;
        }

    .banner .btn-options {
        border-radius: 0;
        border: none;
        background: #fff !important;
        border: 1px solid #ccc;
        border-left: none;
    }

    .banner .btn-options-menu {
        right: 87px;
    }

    .banner .input-lg, .banner .btn-lg {
        height: 62px;
    }

    .banner .btn-options {
        /*height: 60px;*/
    }

    .banner .input-search {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding-left: 30px !important;
        outline: none;
        box-shadow: none !important;
        border: 1px solid #ccc !important;
        border-right: none;
    }

        .banner .input-search:focus {
            border-right: none !important;
        }

        .banner .input-search::placeholder {
            font-style: italic;
        }

    .banner .btn-search {
        color: #fff;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        background: rgba(34,135,20,1);
        background: -moz-linear-gradient(top, rgba(34,135,20,1) 0%, rgba(40,98,32,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,135,20,1)), color-stop(100%, rgba(40,98,32,1)));
        background: -webkit-linear-gradient(top, rgba(34,135,20,1) 0%, rgba(40,98,32,1) 100%);
        background: -o-linear-gradient(top, rgba(34,135,20,1) 0%, rgba(40,98,32,1) 100%);
        background: -ms-linear-gradient(top, rgba(34,135,20,1) 0%, rgba(40,98,32,1) 100%);
        background: linear-gradient(to bottom, rgba(34,135,20,1) 0%, rgba(40,98,32,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228714', endColorstr='#286220', GradientType=0 );
        border: 1px solid #286220;
        padding-left: 32px;
    }

        .banner .btn-search:focus {
            outline: none;
        }

        .banner .btn-search > span > svg {
            width: 23px;
            margin-right: 20px;
            margin-top: 6px;
        }

.wrapper-banner-rodape .banner-rodape {
    min-height: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.7);
    margin-top: 270px;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 7;
}

    .wrapper-banner-rodape .banner-rodape > h3 {
        line-height: 32.333px;
        font-size: 18px;
        font-weight: 800;
    }

.wrapper {
    z-index: 7;
    position: relative;
    min-height: 100%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    /*margin-bottom: -50px;*/
}

.wrapper-content {
    z-index: 7;
    position: relative;
    background-color: #e7e7e7;
    -webkit-box-shadow: 6px -25px 98px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px -25px 98px -14px rgba(0,0,0,0.75);
    box-shadow: 6px -25px 98px -14px rgba(0,0,0,0.75);
}


/* Categorias -Home */

.container-categorias {
    margin-left: 34%;
}

.wrap-filtros-home {
    color: #000;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 30px;
    width: 50%;
    margin: 60px auto;
}

.wrap-filtros-home > ul {
    margin-bottom: 15px;
    /*margin-left: 44px;*/
    width: 100%;
}

.wrap-filtros-home > ul > li > a {
    color: #000;
    padding-right: 33px;
    text-decoration: none;
    cursor: pointer;
}

.wrap-filtros-home > ul > li > a.active {
    font-weight: bold;
}

.wrap-filtros-home > ul > li {
    float: left;
    list-style: none;
    text-align: center;
    width: 33%;
}

.wrap-filtros-home > ul > li > a:hover {
    text-decoration: underline;
}

.wrap-filtros-home > ul > li:not(:first-child) {
    list-style: disc;
    float: left;
}

.wrap-categorias {
    transition: opacity 1s;
    opacity: 1;
}

.wrap-categorias[class*="-remove"] {
    transition: none;
    opacity: 0;
}

/* Categorias - Card */
.card {
    min-height: 290px;
    background-color: #f2f2f2;
    padding-top: 5px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
}

    .card .card--header .card--header--title {
        width: 80%;
        float: left;
        padding-left: 5px;
    }

        .card .card--header .card--header--title > h3 {
            font-weight: 200;
        }

    .card .card--header .card--header--actions {
        width: 20%;
        float: left;
        margin-top: 25px;
    }


    .card .card--body .card--body--slot {
        width: 33.333333%;
        float: left;
        padding-left: 5px;
        padding-bottom: 10px;
    }


.card--header--actions > i {
    cursor: pointer;
}


.card--header--actions > a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding-left: 10px;
    /*display: none;*/
    transition: all .2s ease-in-out;
}

.card--header--actions > card-arrow:hover a {
    display: block;
}


.card .card--body .card--body--slot img {
    transition: all .2s ease-in-out;
    /*max-width: 215px !important;*/
}

.card .card--body .card--body--slot .carousel-item:hover img {
    /*max-width: initial;
     width: 120%;
     position:relative;
     z-index:999;
     margin-top: -5%;*/
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.35);
}



/* Principais TAGs - HOME */
.container-principais-tags {
    min-height: 400px;
    /*background: linear-gradient(rgba(0,0,0,0.74),rgba(0,0,0,.74)), url(../Images/F891256-P.jpeg) no-repeat center center fixed;*/
    background-size: cover;
    z-index: 7;
    position: relative;
}


.principais-tags--title {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    /*padding-left: 45px;*/
    padding: 15px 0;
    /*margin-top: 50px;*/
    cursor: pointer;
    margin: 50px auto 0;
    text-align: center;
    width: 25%;
}

    .principais-tags--title h3 {
        margin: 0;
    }

.wrap-tags {
    margin-top: 50px;
    text-align: center;
    color: #fff;
}


/* Sugestões de busca - Home */
.wrap-sugestao-busca {
    color: #000;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 30px;
    width: 30%;
    margin: 60px auto;
}


    .wrap-sugestao-busca > ul {
        margin-bottom: 15px;
        margin-left: 44px;
    }

        .wrap-sugestao-busca > ul > li > a {
            color: #000;
            /*padding-right: 33px;*/
            text-decoration: none !important;
            cursor: pointer;
        }

        .wrap-sugestao-busca > ul > li {
            float: left;
            list-style: none;
        }

            .wrap-sugestao-busca > ul > li > a:hover {
                text-decoration: underline;
            }

            .wrap-sugestao-busca > ul > li:not(:first-child) {
                list-style: disc;
            }

.container-sugestao-busca {
    margin-bottom: 30px;
}

    .container-sugestao-busca span, .container-sugestao-busca span a {
        font-size: 16px;
        padding-left: 15px;
        padding-bottom: 15px;
    }

        .container-sugestao-busca span a {
            text-decoration: none;
        }

.slide, .track {
    width: auto !important;
}

.ui-carousel .carousel-prev .carousel-btn {
    left: -37px !important;
}

.ui-carousel .carousel-next .carousel-btn {
    right: -37px !important;
}

.track-wrapper {
    overflow: unset !important;
}


.cursor-pointer {
    cursor: pointer;
}


.link-pesquisa-ativo {
    color: #10a85b !important;
}

/*.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgba(34,135,20,1);
}*/

#resultado-busca {
    background-color: #e7e7e7;
    margin-top: 200px;
}

.subnav {
    margin-top: 80px;
    box-shadow: none;
    background-color: #a1a1a1;
    color: #fff;
}

.subnav-ul > li:not(:last-child) {
    /*padding-top: 20px;*/
    cursor: pointer;
    padding-left: 25px;
    padding-right: 28px;
}

.subnav-ul > li:last-child > a {
    top: -13px;
    cursor: pointer;
    color: #fff !important;
    position: relative;
    top: -2px;
    left: 10px;
}

    .subnav-ul > li:last-child > a > svg {
        position: relative;
        top: 5px;
        margin-left: 10px;
        margin-right: 20px;
    }

    .subnav-ul > li:last-child > a > input {
        color: #707070;
        border-radius: 4px;
        border: 1px solid #cacaca;
        height: 30px;
        padding: 10px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

.subnav-ul > li:last-child:hover {
    background: none !important;
}

.subnav-ul > li:not(:last-child) > a {
    color: #fff !important;
    position: relative;
    top: -23px;
    cursor: pointer;
    border-right: none !important;
}

.subnav-ul .open > a, .subnav-ul .open > a:hover, .subnav-ul .open > a:focus {
    border-right: none !important;
}

.subnav-ul .dropdown-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #10a85b !important;
}

.subnav-ul .dropdown-header {
    color: #fff;
    margin-top: 15px;
    font-size: inherit;
}

    .subnav-ul .dropdown-header:after {
        content: "";
        display: inline-block;
        height: 0.5em;
        vertical-align: bottom;
        width: 60%;
        margin-right: -100%;
        margin-left: 10px;
        border-top: 1px solid #10a85b;
        color: #10a85b;
    }

.subnav-ul > li > a > svg {
    position: relative;
    top: 18px;
}

.bg-green {
    background-color: #006d38;
}


.subnav-direita > li:last-child:hover {
    background: none !important;
}

.subnav-direita > li > a {
    color: #fff !important;
}


    .subnav-direita > li > a.link-with-icon {
        border-right: none !important;
        position: relative;
        top: -25px;
    }

        .subnav-direita > li > a.link-with-icon > svg {
            position: relative;
            top: 15px;
            margin-right: 10px;
        }


.subnav-direita > li:last-child > a {
    border-left: 1px solid #cacaca !important;
}

/* Página Meus Downloads */
.bloco-itens {
    min-height: 500px;
    margin: 0 auto;
    width: 100%;
}

.filtro {
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    height: 60px;
    margin: 141px auto 0;
    padding: 16px 0 0 69px;
    text-align: center;
    width: 463px;
}

    .filtro ul {
        margin: 0;
        padding: 0;
    }

        .filtro ul li {
            float: left;
            list-style: none;
            padding-right: 36px;
        }

            .filtro ul li:not(:first-child) {
                list-style: disc;
            }

            .filtro ul li a {
                color: #000;
                font-size: 18px;
                letter-spacing: 0.5px;
            }

            .filtro ul li.item-ativo a {
                font-weight: bold;
            }

            .filtro ul li a:hover {
                text-decoration: underline;
            }

.itens {
    margin: 61px auto 0;
    width: 100%;
}

.item-quadro {
    background: #dadada;
    height: 254px;
    padding: 40px 34px;
    width: 100%;
}

.item-quadro-imagem {
    background: #cecece;
    float: left;
    height: 178px;
    width: 269px;
}

.item-quadro-texto {
    float: left;
    display: grid;
    margin: 70px 0 0;
}

.item-quadro-texto {
    margin-left: 90px;
}

    .item-quadro-texto span:first-child {
        color: #10a85b;
        font-size: 16px;
        font-weight: bold;
    }

/* bar height */
.styled .switcher-line:before {
    height: 20px;
}
/* bar backgrounds */
.styled .switcher-line:before {
    background: #e35144;
}

.styled .active .switcher-line:before {
    background: #4ecb32;
}
/* icons opacity */
.styled .switcher-label.false,
.styled .active .switcher-label.true {
    opacity: 1;
}

.styled .switcher-label.true,
.styled .active .switcher-label.false {
    opacity: .4;
}


#loading-bar .bar {
    background: #006d38 !important;
}

.padding-30px {
    padding: 30px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.tags-detalhes-midia {
    border: 1px solid #a6a6a6;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 30px;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
    display:inline-block;
}

    .tags-detalhes-midia a {
        color: green;
        font-weight: 600;
        text-align: center;
    }

.titulo-categoria-detalhes {
    margin: 0 10px 0 0;
}

.titulo-detalhe-midia {
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px;
    font-weight: 500;
}

.color-green {
    color: #10a85b;
}

.color-white {
    color: #fff;
}

.btn-baixar-img {
    padding: 20px 20px;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    color: #006d38;
    font-weight: bold;
    font-size: 25px;
    margin-top: 50px;
}

    .btn-baixar-img:hover {
        color: #006d38;
    }


.modal-login-logo {
    width: 80%;
    display: block;
    margin: 0 auto;
}


.login-form {
    background: #f2f2f2;
    padding: 35px;
    width: 80%;
    margin: 0 auto;
}


    .login-form .form-control {
        border-radius: 30px;
    }

    .login-form a.btn {
        width: 120px;
        border-radius: 30px;
    }

.form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
}

.logo-multimix-rodape-login {
    width: 35%;
    margin: o auto;
    display: block;
    margin: 0 auto;
}


/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 8px;
        pointer-events: none;
    }

/* align glyph */
.left-addon .glyphicon {
    left: 3px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/* align button at bottom */
.vertical-align-bottom {
    vertical-align: bottom !important;
}

.modal-open-login-form {
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

/* Busca Simples */

#barraBusca {
    display: block;
    height: 0;
    padding: 0;
}

.input-group.busca-simples {
    margin: 28px 0 0 10px;
    position: absolute;
    /*width: 316px;*/
    width: 250px;
}

    .input-group.busca-simples .input-group-btn button {
        background: #707070;
        color: #fff;
        font-size: 14px;
        height: 26px;
        padding: 0 3px;
    }

    .input-group.busca-simples input {
        background: #e9e9e9;
        border: 0;
        border-radius: 80px;
        font-size: 15px;
        height: auto;
        padding: 4px 4px 3px 20px;
    }

    .input-group.busca-simples .input-group-btn.open ul.dropdown-menu.dropdown-menu-right.btn-options-menu {
        min-width: 90px;
    }

    .input-group.busca-simples ul > li {
        background-color: #fff;
        color: #333;
    }

#barraBusca .busca-simples button, #barraBusca .busca-simples .input-group-btn.open ul.dropdown-menu.dropdown-menu-right.btn-options-menu .navbar-inverse .navbar-nav > li {
    /*color: #333 !important;*/
}

.input-group.busca-simples ul > li > a {
    background-color: #fff;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
}

.input-group.busca-simples ul > li a:hover {
    color: #fff !important;
}

.input-group.busca-simples button {
    border-radius: 0;
}

    .input-group.busca-simples button:last-child {
        background: #e9e9e9;
        /*border: 1px solid #286220;*/
        border: 0;
        color: #fff;
        border-radius: 0 30px 30px 0;
        padding: 5px 10px 5px 7px;
    }

        .input-group.busca-simples button:last-child svg {
            width: 16px;
        }

            .input-group.busca-simples button:last-child svg path {
                fill: #707070;
            }


.link-tags, .link-tags:hover {
    color: #fff;
    text-decoration: none;
}


.midias-similares {
    color: #000 !important;
    border: 1px solid #000;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    margin: 0 auto;
}


.detalhe-midia-resolucao > label {
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 0 34px;
    position: relative;
}

    .detalhe-midia-resolucao > label:not(:last-child) {
        border-bottom: 1px solid #10a85b !important;
    }

    .detalhe-midia-resolucao > label input[type="radio"] {
        position: absolute;
        display: none;
        cursor: pointer;
    }

    .detalhe-midia-resolucao > label .radio-custom {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border-radius: 50%;
    }

        .detalhe-midia-resolucao > label .radio-custom:after {
            content: "";
            position: absolute;
            display: none;
        }

    .detalhe-midia-resolucao > label input[type="radio"]:checked ~ .radio-custom:after {
        display: block;
    }

    .detalhe-midia-resolucao > label .radio-custom:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: green;
    }

.alerta-download-form {
    padding: 35px;
    width: 80%;
    margin: 0 auto;
}

    .alerta-download-form .form-control {
        background: #f2f2f2;
        border: none !important;
        resize: none;
        height: 200px;
    }

    .alerta-download-form a.btn {
        border-radius: 30px;
    }

.imagem-ordem-home {
    float: left;
    margin-top: 20px;
    padding-right: 5px;
}

    .imagem-ordem-home:last-child {
        padding-right: 0px;
    }

.container-imagem-bloco-home {
    margin: 0 auto;
    width: 954px;
}

.titulo-categoria-busca-home h3 {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 20px;
    display: block;
    margin-top: 15px;
}

.container-sugestao-busca a {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

    .container-sugestao-busca a:hover {
        text-decoration: none;
    }

li.dropdown.bg-green.display-none {
    display: none;
}

.margin-top-40px {
    margin-top: 40px !important;
}


.display-flex {
    display: flex !important;
}

.margin-rigth-10px {
    margin-right: 10px;
}

.font-bold {
    font-weight: bold !important;
}

.margin-top-60px {
    margin-top: 60px !important;
}


.margin-top-80px {
    margin-top: 80px !important;
}


.right-caret {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #ffffff;
    display: inline-block;
    height: 0;
    vertical-align: central;
    width: 0;
    margin-left: 2px;
}

.dropdown-menu > li > a {
    border-right: none !important;
}

.dropdown-menu > li.open > a {
    background: #006d38 !important;
}

.dropdown-menu-submenu {
    background: #2d9061 !important;
    text-decoration: none;
    border-radius: 0 !important;
    padding: 0 0;
    background-clip: initial;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-menu-submenu > li > a {
    padding: 10px 10px;
    color: #fff;
    line-height: 2em;
    display: block;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
    transition:.1s ease-in;
}

.dropdown-menu-submenu > li > a:hover {
    text-decoration: none;
    background-color: #02542b;
}

.dropdown-menu-submenu > li:not(:last-child) > a {
    border-bottom: 1px solid #10a85b !important;
}


.content {
    /*position: relative;
    margin:
        
        
        auto;
    overflow: hidden;
    border-radius: 12px;*/
}

.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    /*border-radius: 12px;*/
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    /*padding-left: 1em;
    padding-right: 1em;*/
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.content-card {
    background-color: #fff;
}

#gallery {
    min-height: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
    /*flex: 25%;*/
    max-width: 25%;
    padding: 0 4px;
}

#gallery img, #gallery a img {
    /* Just in case there are inline attributes */
    margin-top: 8px;
    vertical-align: middle;
    /*border-radius: 12px;*/
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        /*flex: 50%;*/
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        /*flex: 100%;*/
        max-width: 100%;
    }
}


.underline-ag {
    border-bottom: 3px solid #006e38;
}

.masonry {
    display: flex;
    width: 100%;
}

.masonry--h {
    flex-flow: row wrap;
}

.masonry--v {
    flex-flow: column wrap;
    max-height: 1080px;
}

.masonry--h,
.masonry--v {
    margin-left: -8px; /* Adjustment for the gutter */
    counter-reset: brick;
}

.masonry-brick {
    overflow: hidden;
    /*border-radius: 5px;*/
    margin: 0 0 8px 8px; /* Some Gutter */
    /*background-color: #333;*/
    color: white;
    position: relative;
}

    .masonry-brick:after {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5000;
        transform: translate(-50%, -50%);
        /*counter-increment: brick;*/
        /*content: "<svg width='40px' height='40px' fill='#fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31.891 31.891' style='enable-background:new 0 0 31.891 31.891;' xml:space='preserve'> <g> <path d='M30.543,5.74l-4.078-4.035c-1.805-1.777-4.736-1.789-6.545-0.02l-4.525,4.414c-1.812,1.768-1.82,4.648-0.02,6.424 l2.586-2.484c-0.262-0.791,0.061-1.697,0.701-2.324l2.879-2.807c0.912-0.885,2.375-0.881,3.275,0.01l2.449,2.42 c0.9,0.891,0.896,2.326-0.01,3.213l-2.879,2.809c-0.609,0.594-1.609,0.92-2.385,0.711l-2.533,2.486 c1.803,1.781,4.732,1.789,6.545,0.02l4.52-4.41C32.34,10.396,32.346,7.519,30.543,5.74z' /> <path d='M13.975,21.894c0.215,0.773-0.129,1.773-0.752,2.381l-2.689,2.627c-0.922,0.9-2.414,0.895-3.332-0.012l-2.498-2.461 c-0.916-0.906-0.91-2.379,0.012-3.275l2.691-2.627c0.656-0.637,1.598-0.961,2.42-0.689l2.594-2.57 c-1.836-1.811-4.824-1.82-6.668-0.02l-4.363,4.26c-1.846,1.803-1.855,4.734-0.02,6.549l4.154,4.107 c1.834,1.809,4.82,1.818,6.668,0.018l4.363-4.26c1.844-1.805,1.852-4.734,0.02-6.547L13.975,21.894z' /> <path d='M11.139,20.722c0.611,0.617,1.611,0.623,2.234,0.008l7.455-7.416c0.621-0.617,0.625-1.615,0.008-2.234 c-0.613-0.615-1.611-0.619-2.23-0.006l-7.457,7.414C10.529,19.103,10.525,20.101,11.139,20.722z' /> </svg>"; transition: font-size .25s, opacity .25s ease-in-out;*/
        font-weight: 700;
        opacity: .5;
        font-size: 1.25em;
    }

.masonry-brick:hover:after {
    font-size: 2.25em;
    opacity: 1;
}

.masonry-brick--h {
    flex: auto;
    height: 250px;
    min-width: 150px;
}

.masonry-brick--h-noflex {
    flex:none !important;
    height: 250px;
    min-width: 150px;
}

    @media only screen and (min-width: 1024px) {
        /* Horizontal masonry bricks on desktop-sized screen */
        .masonry-brick--h:nth-child(4n+1) {
        width: 250px;
    }

    .masonry-brick--h:nth-child(4n+2) {
        width: 325px;
    }

    .masonry-brick--h:nth-child(4n+3) {
        width: 180px;
    }

    .masonry-brick--h:nth-child(4n+4) {
        width: 380px;
    }

    /* Adjusting vertical masonry height on desktop-sized screen */
    .masonry--v {
        max-height: 1600px;
    }

    /* Vertical masonry bricks on desktop-sized screen */
    .masonry-brick--v {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    /* Horizontal masonry bricks on tabled-sized screen */
    .masonry-brick--h:nth-child(4n+1) {
        width: 200px;
    }

    .masonry-brick--h:nth-child(4n+2) {
        width: 250px;
    }

    .masonry-brick--h:nth-child(4n+3) {
        width: 120px;
    }

    .masonry-brick--h:nth-child(4n+4) {
        width: 280px;
    }

    /* Adjusting vertical masonry height on tablet-sized screen */
    .masonry--v {
        max-height: 2000px;
    }

    /* Vertical masonry bricks on tablet-sized screen */
    .masonry-brick--v {
        width: 50%;
    }
}

.masonry-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*filter: brightness(50%);*/
}
