html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 5px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  margin-top: 10px;
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#icon{
  width: 3.5%;
  height: 20px;
}

#icon2{
  width: 3%;
  height: 21px;
  margin-bottom: 0.3%;
}

#logo{
  width: 16.5%;
  height: 40px;
  margin-bottom: 2.5%;
 }

#fundo_artigo{
  width: 100%;
  height:100%;
  display: block;
}

#links-fixos{
  width: 5%;
  padding:5px;
  position:fixed;
  top: 570px;
  border-radius: 50%;
  margin-left: 94%;
}

#inventario{
  height: 400px;
}

.caixa{
  background-color: rgba(255, 255, 255, 0.822);
  width: 22%;
  height: 350px;
  margin-left: 3%;
}

#imagem-art{
  height: 157px;
  width: 100%
}


/* 
---------------------------------------------
responsividade
--------------------------------------------- 
*/

@media (max-width: 992px){
  section.contact-us .right-info ul li span {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
  }
  }

/* Responsividade 767*/
@media (max-width: 767px) {
  .caixa {
    background-color: rgba(255, 255, 255, 0.822);
    width: 70%;
    height: 350px;
    margin-left: 3%;
  }

  section.contact-us .right-info {
    background-color: #102039;
    border-radius: 20px;
    padding: 40px;
    height: 550px;
    width: 85%;
    margin-left: 7.5%;
  }

  section.contact-us .right-info ul li span {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
  }

  #links-fixos{
    width: 18%;
    padding:5px;
    position:fixed;
    top: 700px;
    border-radius: 50%;
    margin-left: 79%;
  }

  #logo{
    width: 0%;
    height: 0px;
   }

   .main-banner .caption {
    position: absolute;
    top: 40%;
    transform: translateY(1%);
  }

  .main-banner .caption h6 {
    margin-top: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
  }

  .main-banner .caption h2 {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
  }

  .main-banner .caption p {
    color: #fff;
    font-size: 0px;
    max-width: 0px;
    line-height: 0px;
  }

  .templatemo-item-col {
		width: 100%;
	}
}

/* Responsividade 384*/
@media (max-width: 384px){
.header-area {
    background-color: #102039;
    height: 85px;
    box-shadow: none;
    text-align: center;
}

.header-area .main-nav .logo {
  font-size: 17px;
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #102039;
  padding: 10px 28px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

#links-fixos{
  width: 18%;
  padding:5px;
  position:fixed;
  top: 590px;
  border-radius: 50%;
  margin-left: 79%;
}

#logo{
  width: 0%;
  height: 0px;
 }

 .main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(1%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 0;
}

.main-banner .caption h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0px;
}

.main-banner .caption p {
  color: #fff;
  font-size: 0px;
  margin-top: 0px;
  line-height: 0px;
}

.section-heading h2 {
  line-height: 30px;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

strong {
  font-weight: bolder;
}

.caixa {
  background-color: rgba(255, 255, 255, 0.822);
  width: 80%;
  height: 350px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  font-size: 38px;
}

#inventario{
  height: 230px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 10px;
  color: #1f272b;
  transition: all .3s;
}
}

/* Responsividade 432*/
@media (max-width: 432px){
  .header-area {
      background-color: #102039;
      height: 85px;
      box-shadow: none;
      text-align: center;
  }  
  
  .header-area .main-nav .logo {
    font-size: 30px;
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #102039;
  padding: 10px 28px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

#links-fixos{
  width: 15%;
  padding:5px;
  position: fixed;
  top: 450px;
  border-radius: 50%;
  margin-left: 83%;
}

#logo{
  width: 0%;
  height: 0px;
 }

 .main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(1%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 0;
}

.main-banner .caption h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0px;
}

.main-banner .caption p {
  color: #fff;
  font-size: 0px;
  margin-top: 0px;
  line-height: 0px;
}

.section-heading h2 {
  line-height: 30px;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

strong {
  font-weight: bolder;
}

.caixa {
  background-color: rgba(255, 255, 255, 0.822);
  width: 50%;
  height: 350px;
  display: flex;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  font-size: 38px;
}

#inventario{
  height: 230px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 15px;
  color: #1f272b;
  transition: all .3s;
}
.main-banner .captionPagina {
  position: absolute;
  top: 20%;
  transform: translateY(-1%);
}
.main-banner .captionPagina {
  position: absolute;
  top: 20%;
  transform: translateY(-1%);
}
  }
  
/* Responsividade 633*/
  @media (max-width: 633px){
    #links-fixos{
      width: 15%;
      padding:5px;
      position:fixed;
      top: 630px;
      border-radius: 50%;
      margin-left: 83%;
    }

    .caixa {
      background-color: rgba(255, 255, 255, 0.822);
      width: 45%;
      height: 390px;
      margin-left: 3%;
    }

    section.contact-us .right-info ul li span {
      display: block;
      font-size: 15px;
      color: #fff;
      font-weight: 700;
  }
  }


  @media (max-width: 343px){
    .header-area .main-nav .logo {
      font-size: 24px;
  }

  .caixa {
    background-color: rgba(255, 255, 255, 0.822);
    width: 70%;
    height: 350px;
    margin-left: 3%;
  }

  section.contact-us .right-info ul li span {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
  }
  }


    @media (max-width: 585px){
      .header-area .main-nav .logo {
        font-size: 22px;
    }
    }

    @media (max-width: 1170px){
      .header-area .main-nav .logo {
        font-size: 22px;
    }
    }

    @media (max-width: 1080px){
      .header-area .main-nav .logo {
        font-size: 20px;
    }
    }

    @media (max-width: 1248px){
      .header-area .main-nav .logo {
        font-size: 24px;
    }
    }

 @media (max-width: 1125px){
      .header-area .main-nav .logo {
        font-size: 22px;
    }
    }

    @media (max-width: 750px){
      .header-area .main-nav .logo {
        font-size: 24px;
    }
    }

    @media (max-width: 1440px){
      .header-area .main-nav .logo {
        font-size: 23px;
    }
    }


    @media (max-width: 1200px){
      #links-fixos{
        width: 15%;
        padding:5px;
        position:fixed;
        top: 620px;
        border-radius: 50%;
        margin-left: 83%;
      }
    }

    #fundo_artigo{
      width: 100%;
      height:100%;
    }

    #foto-capa{
      width: 100%;
      height: 100%;
    }

    .main-banner .captionPagina {
      position: absolute;
      top: 20%;
      transform: translateY(-20%);
    }

    .main-banner .captionPagina h6 {
      margin-top: 0px;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      letter-spacing: 1px;
    }

    .main-banner .captionPagina h3 {
      margin-top: 0px;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 620;
      color: #fff;
      letter-spacing: 1px;
    }

    .main-banner .captionPagina h2 {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 800;
      color: #fff;
      letter-spacing: 1px;
    }

    .main-banner .captionPagina h2 em {
      font-style: normal;
      color: #f5a425;
      font-weight: 900;
    }
    
    .main-banner .captionPagina p {
      color: #fff;
      font-size: 16px;
      max-width: 1100px;
    }

    .main-banner .captionPagina .main-button-red {
      margin-top: 30px;
    }

    .fotoPagina {
      position: relative;
      text-align: center;
      color: white;
    }
    
    .bottom-left {
      position: absolute;
      bottom: 8px;
      left: 16px;
    }
    
    @media (max-width: 1024px){
      .sub-header .left-content p {
        color: #fff;
        padding: 8px 0px;
        font-size: 10px;
      }
    }


    
    @media (max-width: 1186px){
      .sub-header .left-content p {
        color: #fff;
        padding: 2px 0px;
        font-size: 11px;
      }
    }

    @media (max-width: 400px){
    .sub-header .left-content p {
    color: #fff;
    padding: 2px 3px;
    font-size: 11px;
    }
  }

  @media (max-width: 400px){
    .sub-header .left-content p {
    color: #fff;
    padding: 2px 5px;
    font-size: 10.7px;
    }

    #imagem-art {
      height: 147px;
      width: 100%;
  }

  }

  @media (max-width: 414px){

    #imagem-art {
      height: 150px;
      width: 100%;
  }

  .caixa {
    background-color: rgba(255, 255, 255, 0.822);
    width: 45%;
    height: 377px;
    margin-left: 3%;
}

    .sub-header .left-content p {
      color: #fff;
      padding: 2px 5px;
      font-size: 10.7px;
  }
    #foto-capa{
      width: 100%;
      height: 100%; 
      margin-top:50px;
    } 

    #icon2 {
      height: 18px;
  }

    section.contact-us .right-info ul li span {
      display: block;
      font-size: 15px;
      color: #fff;
      font-weight: 700;
      width: 280px;
  }

  #fundo_artigo{
    width: 100%;
    height:100%;
  }

  .main-banner .captionPagina p {
    color: #fff;
    font-size: 16px;
    max-width: 1100px;
    text-align: justify;
    margin-right: 15px;
}

  }


  @media screen and (max-width:435px){
    #fotoCapa{
      width: 100%;
      height: 100%; 
      margin-top:25%;
    } 

    #fundo_artigo{
      width: 100%;
      height:1370px;
    }

  }
  @media screen and (max-width:320px){
    #fotoCapa{
      width: 100%;
      height: 100%; 
      margin-top:20%;
    } 

    #fundo_artigo{
      width: 100%;
      height:1630px;
    }

  }

  @media screen and (max-width:1220px){
    #fotoCapa{
      width: 100%;
      height: 100%; 
      margin-top:20%;
    } 
  }

  @media screen and (max-width:768px){
    #fotoCapa{
      width: 100%;
      height: 100%; 
      margin-top:0%;
    } 
  }

  @media screen and (max-width:1024px){
    #fotoCapa{
      width: 100%;
      height: 100%; 
      margin-top:0%;
    } 
  }

  @media screen and (max-width:990px){
  .col-12 {
    flex: 0 0 auto;
    width: 90%;
    margin-top: 6%;
}}

@media (max-width: 430px){
    .sub-header .left-content p {
    color: #fff;
    padding: 2px 6px;
    font-size: 10.7px;
}
.caixa {
  background-color: rgba(255, 255, 255, 0.822);
  width: 45%;
  height: 370px;
  margin-left: 3%;
}

#imagem-art {
  height: 136px;
  width: 100%;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  width: 270px;
}

section.heading-pageSaude h6 {
  margin-top: 0px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 630;
  color: #fff;
  letter-spacing: 1px;
}
}

@media (max-width: 412px){
.sub-header .left-content p {
    color: #fff;
    padding: 2px 3px;
    font-size: 10px;
  }
  .caixa {
    background-color: rgba(255, 255, 255, 0.822);
    width: 45%;
    height: 365px;
    margin-left: 3%;
}
}

@media (max-width: 410px){
  .sub-header .left-content p {
      color: #fff;
      padding: 2px 3px;
      font-size: 10.2px;
    }}
    

@media (max-width: 932px){
  .sub-header .left-content p {
      color: #fff;
      padding: 2px 3px;
      font-size: 11.2px;
  }}


@media (max-width: 667px){
  .sub-header .left-content p {
      color: #fff;
      padding: 2px 3px;
      font-size: 10px;
}

#links-fixos {
  width: 15%;
  padding: 5px;
  position: fixed;
  top: 600px;
  border-radius: 50%;
  margin-left: 83%;
}
}

@media (max-width: 896px){
  .sub-header .left-content p {
    color: #fff;
    padding: 2px 3px;
    font-size: 11px;
}

#links-fixos {
  width: 15%;
  padding: 5px;
  position: fixed;
  top: 630px;
  border-radius: 50%;
  margin-left: 83%;
}
}

@media (max-width: 375px){
  }