﻿
@media (min-width: 1200px) {

    .menutopo {
        width: 1172px;
    }
}

@media (min-width: 1200px) {

    .navbar-left {
        margin-left: 47px;
    }
}

.borda {
    background-color: #E8E8E8;
    padding-bottom: 6px;
    border-radius: 0px 0px 70px 70px;
}

@media (min-width: 1200px) {
    .borda {
        background-color: #E8E8E8;
        padding-bottom: 6px;
        border-radius: 0px 0px 70px 70px;
        margin-left: -17px;
    }
}

@media (max-width: 767px) {
    .borda {
        background-color: #222222 !important;
        padding-bottom: 0px;
        border-radius: 0px 0px 0px 0px;
    }
}

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

::-webkit-scrollbar {
    width: 10px;
    background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

body {
    background-color: #151516 !important;
}


.colored-divider {
    width: 100%;
    height: 4px;
    background: #e0b42c;
    background: -moz-linear-gradient(left, #e0b42c 0%, #e5963c 18%, #e76888 38%, #ab85b0 58%, #63a7c9 78%, #7dc242 100%);
    background: -webkit-linear-gradient(left, #e0b42c 0%,#e5963c 18%,#e76888 38%,#ab85b0 58%,#63a7c9 78%,#7dc242 100%);
    background: linear-gradient(to right, #e0b42c 0%,#e5963c 18%,#e76888 38%,#ab85b0 58%,#63a7c9 78%,#7dc242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5963c', endColorstr='#e76888',GradientType=1);
    position: relative;
    bottom: 0;
    z-index: 1;
    float: left;
}

.carousel .item img {
    min-width: 100%;
    height: 90%;
    margin-top: -42px;
}

.tamanho {
    font-size: 50px;
}


.tamanho2 {
    font-size: 25px;
}

.tituloassinatura {
    font-size: 26px;
    text-align: center;
    width: 100%;
    color: gold;
    background-color: #151516;
    margin-top: 4px;
    position: absolute;
    z-index: 1;
}

@media(max-width: 480px) {

    .tituloassinatura {
        font-size: 20px;
    }
}

.col-md-3 {
    width: 16%;
    margin: 0px 0px 16px 0px;
    float: left
}

@media(max-width: 600px) {


    .carousel .item img {
        min-width: 100%;
    }

    .tamanho {
        font-size: 30px;
    }

    .tamanho2 {
        font-size: 14px;
    }
}




figure span {
    background: black;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 40%;
    width: 43px;
    height: 43px;
    z-index: 5;
    border-radius: 15px;
}

.next {
    right: 10px;
}

    .next:before, .next:after {
        left: 21px;
    }

    .next:before {
        -webkit-transform: rotate(-42deg);
        top: 5px;
    }

    .next:after {
        -webkit-transform: rotate(-132deg);
        top: 19px;
    }

    .next:before, .next:after, .prev:before, .prev:after {
        content: "";
        height: 20px;
        background: #fff;
        width: 1px;
        position: absolute;
    }

.prev {
    left: 10px;
}

    .prev:before, .prev:after {
        left: 18px;
    }

    .prev:before {
        -webkit-transform: rotate(42deg);
        top: 5px;
    }

    .prev:after {
        -webkit-transform: rotate(132deg);
        top: 19px;
    }

figure:hover span {
    opacity: 0.76;
    filter: alpha(opacity=76);
}

figure {
    max-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px;
    margin-bottom: 0px;
    z-index: 0;
}

.trs {
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

#slider {
    position: relative;
    z-index: 1;
}

    #slider a {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    #slider img {
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-top: 0px;
    }

@media (max-width: 600px) {

    #slider img {
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-top: 0px;
    }
}

.ativo {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

@media(max-width: 404px) {

    .titulopropaganda2 {
        padding-left: 0px;
        color: white;
        font-family: "Kaushan Script","Lato","arial";
        font-size: 14px !important;
        background-color: #151516;
        width: 100%;
        margin-bottom: -11px;
        bottom: 0;
        left: 0;
        line-height: 55px;
        height: 55px;
        z-index: 1;
        text-align: center;
    }
}

.titulopropaganda1 {
    padding-left: 0px;
    color: white;
    font-family: "Kaushan Script","Lato","arial";
    font-size: 22px;
    background-color: #151516;
    width: 100%;
    margin-bottom: -11px;
    bottom: 0;
    left: 0;
    line-height: 55px;
    height: 55px;
    z-index: 1;
    text-align: center;
    position: relative;
}

.titulopropaganda2 {
    padding-left: 0px;
    color: white;
    font-family: "Kaushan Script","Lato","arial";
    font-size: 22px;
    background-color: #151516;
    width: 100%;
    margin-bottom: -11px;
    bottom: 0;
    left: 0;
    line-height: 55px;
    height: 55px;
    z-index: 1;
    text-align: center;
    position: relative;
}

.titulopropaganda3 {
    padding-left: 0px;
    color: white;
    font-family: "Kaushan Script","Lato","arial";
    font-size: 22px;
    background-color: #151516;
    width: 100%;
    margin-bottom: -11px;
    bottom: 0;
    left: 0;
    line-height: 55px;
    height: 55px;
    z-index: 1;
    text-align: center;
    position: relative;
}

.titulopropaganda4 {
    padding-left: 0px;
    color: white;
    font-family: "Kaushan Script","Lato","arial";
    font-size: 22px;
    background-color: #151516;
    width: 100%;
    margin-bottom: -11px;
    bottom: 0;
    left: 0;
    line-height: 55px;
    height: 55px;
    z-index: 1;
    text-align: center;
    position: relative;
}

.titulopropaganda5 {
    padding-left: 0px;
    color: white;
    font-family: "Kaushan Script","Lato","arial";
    font-size: 22px;
    background-color: #151516;
    width: 100%;
    margin-bottom: -11px;
    bottom: 0;
    left: 0;
    line-height: 55px;
    height: 55px;
    z-index: 1;
    text-align: center;
    position: relative;
}

.titulopropaganda6 {
    padding-left: 0px;
    color: white;
    font-family: "Kaushan Script","Lato","arial";
    font-size: 22px;
    background-color: #151516;
    width: 100%;
    margin-bottom: -11px;
    bottom: 0;
    left: 0;
    line-height: 55px;
    height: 55px;
    z-index: 1;
    text-align: center;
    position: relative;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}


    .navbar-inverse .navbar-nav > li > a:hover {
        color: orange;
    }


@media(max-width: 460px) {

    .col-md-3 {
        width: 50%;
        margin: 0px 0px 35px 0px;
        float: left;
    }
}


@media (min-width: 461px) and (max-width: 991px) {

    .col-md-3 {
        width: 25%;
        margin: 0px 0px 16px 0px;
        float: left;
    }
}

@media (max-width: 600px) {

    #fullcarousel-example {
        height: 50%;
        margin-bottom: -48px !important;
        margin-top: 51px !important
    }
}


@media (max-width: 767px) {

    #fullcarousel-example {
        margin-bottom: -48px !important;
        margin-top: 2px !important;
    }
}




@media (max-width: 767px) {

    .imagem img {
        width: 158px !important;
        margin-left: 14px;
        margin-bottom: -45px;
    }
}

.imagem img {
    width: 185px;
}


.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
    opacity: 0.9;
}

@media(max-width: 315px) {

    .navbar-header {
        width: 110% !important;
    }
}



@media (min-width:767px) and (max-width: 1199px) {

    #fullcarousel-example {
        margin-top: 2px;
    }
}


@media (min-width: 768px) {

    .col-sm-6 {
        width: 25% !important;
    }
}


@media (max-width: 767px) {

    .col-sm-6 {
        text-align: center;
    }
}


@media (min-width: 600px) and (max-width: 767px) {

    .color-a {
        margin-top: 48px;
    }
}

@media (min-width: 1200px) {

    .espaco {
        margin-top: 60px;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {

    .espaco {
        margin-top: 80px;
    }
}


@media (min-width: 294px) and (max-width: 767px) {

    .espaco {
        margin-top: 43px;
    }
}


@media (min-width: 600px) and (max-width: 600px) {

    #fullcarousel-example {
        margin-bottom: 0px !important;
        margin-top: 5px !important;
    }
}


@media(max-width: 600px) {

    #fullcarousel-example {
        height: 98%;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}


.configuracao {
    width: 100%;
    margin: 0px 0px 16px 0px;
    float: left;
}

    .configuracao img {
        width: 350px;
        border-radius: 5px;
        height: 230px;
    }


/*---------------Monitor-----------------*/

.monitor {
    position: relative;
    top: 0px;
    left: 0px;
}



.tamanho {
    width: 100%;
    height: auto;
}


.topo {
    margin-top: 105px;
}

@media(min-width: 768px) and (max-width: 1199px) {

    .topo {
        margin-top: 156px;
    }
}

@media(max-width: 767px) {

    .topo {
        margin-top: 50px;
    }
}

.descricao {
    width: 37%;
    margin-left: 590px;
    height: 70px;
    position: fixed;
    margin-top: 49px;
    font-size: 20px;
}

.texto p {
    font-size: 20px;
    font-family: serif !important;
    color: white !important;
}

@media(max-width: 600px) {

    .texto p {
        font-size: 16px !important;
        font-family: serif !important;
        color: white !important;
    }

    .texto h1 {
        font-size: 24px !important;
        font-family: serif !important;
        color: white !important;
    }
}

.texto {
    width: 40%;
}

    .texto h1 {
        font-size: 30px;
        font-family: serif !important;
        color: white !important;
    }

#ajusteimages {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 98%;
    height: 98%;
}

@media(min-width: 992px) and (max-width: 1199px) {

    #ajusteimages {
        position: absolute;
        top: 4px;
        left: 5px;
        width: 98%;
        height: 97%;
    }
}

@media(max-width: 600px) {

    #ajusteimages {
        position: absolute;
        top: 5px;
        left: 0px;
        width: 100%;
        height: 98%;
    }
}

@media(max-width: 767px) {

    .campovideo {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.campovideo {
    padding-left: 0px;
    padding-right: 28px;
}

h1 {
    font-family: serif !important;
}

h2 {
    font-family: serif !important;
}

p {
    font-family: serif !important;
}


#corposlide {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
}


#subcorposlide {
    margin: 10px 0px !important;
    margin-left: 0px !important;
    width: 60% !important;
    float: left !important;
    height: 75% !important;
}


@media (min-width:450px) and (max-width: 991px) {
    #subcorposlide {
        margin: 10px 0px !important;
        margin-left: 0px !important;
        width: 100% !important;
        float: left !important;
        height: 75% !important;
    }
}


@media (min-width:350px) and (max-width: 449px) {
    #subcorposlide {
        margin: 10px 0px !important;
        margin-left: 0px !important;
        width: 100% !important;
        float: left !important;
        height: 50% !important;
    }
}

@media (max-width:349px) {
    #subcorposlide {
        margin: 10px 0px !important;
        margin-left: 0px !important;
        width: 100% !important;
        float: left !important;
        height: 40% !important;
    }
}



@media (max-width: 991px) {
    .texto {
        width: 100%;
    }
}

@media (min-width: 1100px) and (max-width: 1338px) {
    .texto p {
        font-size: 18px;
        font-family: serif !important;
        color: white !important;
    }
}

@media (min-width: 991px) and (max-width: 1099px) {
    .texto p {
        font-size: 16px;
        font-family: serif !important;
        color: white !important;
    }
}
