@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i');



.bg-none{
    background:  transparent !important;
}
.border-none{
    border: none !important;
}

.closebtn
{
    border-radius: 50px !important;
    cursor: pointer;
    font-size: 20px;
}
.jingleframe
{
    width: 100%;
    height: 164px;
}

.modal iframe
{
    background: url('../imagens/loader.svg') center center no-repeat #343a40;

    position: relative;
}
.closeheader
{
    position: relative;

    margin-bottom: -15px !important;

    z-index: 33;

    left: 15px;
}




.p-0
{
    padding: 0 !important;
}

.m-0
{
    margin: 0 !important;
}


.portbox {
    background: url('../imagens/loader.svg') center center no-repeat #343a40;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
    position: relative;

}

.portbox a, .portbox a div, .portbox a span {
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0) !important;

    text-decoration: none;
    text-align: center;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    font-size: 15px;
    line-height: 80px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}

.portbox a:hover {
    line-height: 15px;
}

.portbox a:hover div {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

.portbox a span {
    background: #ffa600;
    opacity: 0;
    z-index: 5;
}

.portbox a:hover span {
    opacity: .8;
}

.portbox a b {

    z-index: 11;
    position: absolute;

}

.iframeloaderpo {
    padding-bottom: 94px !important;
}

.portbox a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.destaqueportbox .portbox img {
    padding-bottom: 11px;
}

.dividers {
    height: 70px;
    background: url("../imagens/patterndark.png") center center;
}

.bottomcapa .dividers {
    height: 35px;
    background: url("../imagens/patternwhite.png") center center;
}

.bg-darken {
    background-color: #24282d !important;
}

.bg-dark .dividers, .bg-darken .dividers {
    background: url("../imagens/patternwhite.png") center center;
}

.dividers.dvyellow {
    background: url("../imagens/patternyellow.png") center center !important;
}

.dividers.dvdark {
    background: url("../imagens/patterndark.png") center center !important;
}

.dividerblock.bg-dark .dividers {
    position: relative;
    top: -35px;

}

.dividerblock-top .dividers {
    top: 0 !important;
}

.dividerblock-bottom .dividers {
    top: -35px !important;
    position: relative;
}

.formcontatct-control {
    border-radius: 0 !important;
    border: none;
    background: rgba(0, 0, 0, .3) !important;
    color: #fff !important;
}

.btn-contact {
    border-radius: 0;
    font-weight: 700;
}

.redessociais {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block;
    font-size: 25px;
    list-style: none !important;
}

.redessociais li {
    display: inline-block;
    margin: 0 3px;
}

.redessociais li a {
    display: inline !important;
    padding: 0 !important;
    color: #fff !important;

}

.redessociais li a:hover {

    color: #ffc107 !important;
}

textarea.formcontatct-control {
    height: 165px;
    resize: none;
}

.formcontatct-control:focus {
    background: rgba(0, 0, 0, .6) !important;
}

.formcontatct-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
}

.formcontatct-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
    opacity: 1; /* Firefox */
}

.formcontatct-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
    opacity: 1; /* Firefox */
}

.dividerblock {
    height: 35px;
    overflow: hidden;
}

.bottomcapa {
    left: 0;
    right: 0;
    position: absolute;
    z-index: 41;
    bottom: 0;
}




#menubar1 {
    top: 0;
}

#menubar2 {
    top: 50%;
    margin-top: -2px;
}

.menuul li a {
    color: #333;
    font-size: 15px;
    text-decoration: none !important;
    line-height: 30px;
    display: block;
    font-weight: 500;
    cursor: pointer;
}

.menuul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 0;

    border-bottom: 3px solid #ffc000;
    width: 200px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
}

.menuul li a:hover {
    background: #eee;
}

.menuul:before {

    background: rgba(0, 0, 0, 0) url("../imagens/toposeta.png") no-repeat scroll center top;
    content: "a";
    font-size: 0;
    padding: 10px 17px 0 0;
    position: absolute;
    right: 10px;
    top: -10px;

}

.btnrespaberto #menubar1 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}

.btnrespaberto #menubar2 {
    opacity: 0;
}

.btnrespaberto #menubar3 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;
}

#menubar3 {
    bottom: 0;
}

.bg-none{
    background:  transparent !important;
}
.border-none{
    border: none !important;
}

.closebtn
{
    border-radius: 50px !important;
    cursor: pointer;
    font-size: 20px;
}
.jingleframe
{
    width: 100%;
    height: 164px;
}

.modal iframe
{
    background: url('../imagens/loader.svg') center center no-repeat #343a40;

    position: relative;
}
.closeheader
{
    position: relative;

    margin-bottom: -15px !important;

    z-index: 33;

    left: 15px;
}
button, a {
    cursor: pointer;
}

/* Responsividade */

/* MD */
@media (max-width: 1199px) {
    .iframeloaderpo {
        padding-bottom: 79px !important;
    }
}

/* SM */
@media (max-width: 991px) {

}

/* XS */
@media (max-width: 767px) {

    body {
        font-size: 15px;
    }

}

/* XXS */
@media (max-width: 500px) {

    .col-xxs-12 {
        width: 100% !important;
    }

}
.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.modal-content
{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
box-shadow: 0 5px 15px rgba(0,0,0,0);
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}


.text-white
{
    color: #fff !important;
}
/* Inverse */

/* SM */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 992px) {

}

/* LG */

@media (min-width: 1200px) {

}