/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 0; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
p.p1{
  font: 'Arial' !important;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }


}
@media(max-width:584px){
        .logofoot{
          padding-top:10px;
          padding-bottom:10px;
          min-height: 50px !important;
          max-height: 70px !important;
          text-align: center;
        }
        span.titFile {
          display: block;
        }
      
    }
@media(min-width:700px){
        .jogotopas{
          display: block;
        }
}
@media(max-width:700px){
         .jogotopas{
          display: none;
        }
}
.logofoot{
      padding-top:10px;
      padding-bottom:10px;
      padding-left: 10px;
      max-width: 300px;
      float:right;
      min-height: 75px;
      max-height: 80px;
        }

/* CODE */

/*QUALIDADES*/
span.titQualidade {
    display: block;
    font-size: large;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    padding-left: 10px;
    background-color: #004070;
    margin-top: 10px;
    font-weight: bolder;
}
span.titZona {
    display: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
    color: #807b7b;
    background-color: whitesmoke;

}

span.titFile {
    padding: 25px;
    display: inline-block;
}

span.glyphicon.glyphicon-file {
    padding-right: 5px;
    color: #004070;
}

.titFile a {
    color: #004070;
}

  p.warning-flash{
    display: none;
  }

.consumos_btn {
    color: white;
    background-color: #044273;
    text-align: left;
    padding: 15px;
    position: relative;
    top: -1px;
}
/*TIMELINE BTNS NAVAEGAÇÃO 790px*/
@media(min-width:790px){
	.cd-timeline-navigation{
		display: none;
	}
}
@media(max-width:790px){
  p.warning-flash{
    display: block;
  }
}

    li p {
    text-align: justify;
}
    p {
      text-align: justify;
    }

    .legenda-slider {
        position: relative;
        font-size: 32px;
        text-transform: uppercase;
        background-color: rgba(0,64,112,0.4);
        text-align: center;
        padding: 10px;
        top: -30px;
    }

    #formPesquisa{
        color: #484848;
        float: right; 
        margin-top: 2%;
        margin-bottom: 1%;
        display: inline-block;
    }

    #formPesquisa input{
        padding: 0px 5px;
        background: #eaeaea;
        color: #484848;
        border: 1px  solid #ccc;
        font-size: 13px;
        font-family: Arial, sans-serif;
        overflow: auto;
        height: 30px;
    }

    #formPesquisa input:focus{
        background: #fff;
        -webkit-box-shadow: 0px 0px 3px rgba(234,76,136,.4);
        -moz-box-shadow: 0px 0px 3px rgba(234,76,136,.4);
        -o-box-shadow: 0px 0px 3px rgba(234,76,136,.4);
        box-shadow: 0px 0px 3px rgba(234,76,136,.4);
    }

    #logo-bar{
        width: 100%;
        height: 150px;
        background-color: green;
    }

    #logo{
        /*display: inline-block;*/
        position: relative;
        float:left;
        padding-top: 15px;
        padding-bottom: 20px; display: inline-block;
    }

    #logo:hover{ opacity: 0.8;}

    .wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }


    .description{ 
    display: none;
    background-color: #05548d;
    color: #fff;
    height: 100%;
    cursor: pointer;
    }
    .col-md-4:hover .description{
    display : block;
    }
    .top-header{ position:relative; display: inline-block; padding-left: 0; height: 33px; width: 100%; border-bottom: 1px solid #EFF2F5; }
    .small{ padding-top: 10px; color:#ccc; }
    .small2{ position:relative;top: 5px; text-decoration: none;color:#ccc; }
    .left_footer{text-align: left;}
    .right_footer{text-align:  right;}
    .left_header{float: left;}
    .right_header{float: right;}
    a:hover {text-decoration: none;}

    .small{ padding-top: 10px; }
    .mid-header{ min-height: 112px; padding-top: 27px; padding-bottom: 17px; border-bottom: 1px solid #EFF2F5; }


/*CSS MENU EXTRA*/
    .dropdown-submenu {
        position: relative;
      }
      .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
      }
      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
      }
      .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
      }
      .dropdown-submenu.pull-left {
        float: none;
      }
      .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
      }
      .dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/*NAV BAR - DESKTOP MOBILE*/
.navbar-inverse{
  border: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-top:none;
    border:none;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: white;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
    color: white;
}
@media screen and (max-width: 780px) {
   .dropdown-menu>li>a {
    white-space: normal;
    }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #9d9d9d;
    }
  .dropdown-menu>li>a.submenu {
    margin-left: 15px;
    /*color: #636363 !important;*/
    }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: #05548d;
    color:white;
    }

}

.menufooter_left{
  text-align: left;
}

.menufooter_right{
  text-align: right;
}


@media screen and (max-width: 985px) {
  .menufooter_left{
  text-align: center;
  font-size: 11px;
}

.menufooter_right{
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
}
  .left_footer{
  text-align: center;
  font-size: 11px;
}

.right_footer{
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
}
}
@media print {
    .left_header{display: none;}
    .top-header{border: none}
    .print-btn{display: none;}
    #formPesquisa{display: none;}
    #myCarousel{display: none;}
    .youtube-canal{display: none;}
    .well{display: none;}
    .copy-right{display: none;}
    .breadcrumb{display: none;}
    .marcas{display: none;}
}

.youtube_video{
  display:inline-block;
  padding:10px;
}
@media screen and (max-width: 321px) {
  .youtube_video{
  display:inline-block;
}
}