*{
  margin: 0;
  padding: 0;
  font-family: "montserrat",sans-serif;
}
header{
  height: 100px;
  background: #f3f3f3;
  padding: 0 20px;
  color: #fff;
}



.titulos1{
    color:#11435A;
}

.titulos2{

}

.tamanho18{
  font-size:18;
}

.ajuste-titulo{
  position: relative;
}

.textojustificado{
  text-align: justify;
  line-height: 150%;
}

.p-equipa{
  font-size: 18px;
margin-right: 1.5%;

}

.logo{
  line-height: 10px;
  float: left;
  text-transform: uppercase;
  margin-top: 0.5%;
  margin-left: -2%
}

.menu{
  float: right;
  line-height: 100px;
}
.menu a{
  color: black;
  text-transform: capitalize;
  text-decoration: none;
  padding: 0 10px;
  transition: 0.4s;
}
.show-menu-btn,.hide-menu-btn{
  transition: 0.4s;
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.show-menu-btn{
  float: right;
}
.show-menu-btn i{
  line-height: 100px;
}
.menu a:hover,
.show-menu-btn:hover,
.hide-menu-btn:hover{
  color: #3498db;
}



#chk{
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}

.content{
  padding: 0 20px;
}
.content img{
  width: 100%;
  max-width: 700px;
  margin: 20px 0;
}
.content p{
  text-align: justify;
}

@media screen and (max-width:1229px) {
  li p{
     right: 22.5%;
  }

  .show-menu-btn,.hide-menu-btn{
    display: block;
    color:#48555F;
    position: relative;

  }

  .ajuste-iframe{
  position: relative;
 
  
  width: auto;
  height: auto;
  margin-bottom: 3%
}
  
  .menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #f3f3f3;
    right: -100%;
    top: 0;
    text-align: center;
    padding: 80px 0;
    line-height: normal;
    transition: 0.7s;
    z-index: 10;
  }

  .SobreNos .zindex{
    z-index: -1111;
  }

  .facebook-div .zindex2{
    z-index: 0;
  }

  .logo{
    position: absolute;
    width: 90%;
    max-width: 450px;

  height: auto;
  }
  .menu .lilog {
 display: inline-flex;
 
position: relative;text-align: center;
top:20px;
margin-left: -110%;
 }

 .menu .lilog span{
  left: 0%;
  top: -27px;
 }

.menu .lilog .icon-wp{
  position: relative;
margin-top: 8%;
}

  .menu a{
    display: block;
    padding: 20px;
  }
.hide-menu-btn{
  color:#48555F;
  position: absolute;
 top:40px;
 right: 40px;
}
  }
  #chk:checked ~ .menu{
    right: 0;
  }
}

@media screen and (max-width:298px) {
.menu .lilog .icon-wp{
    position: relative;
    top:20px;
    left:-40%;
  }
}

@media screen and (max-width:516px) {
    .show-menu-btn i{
      position: relative;
    margin-top: 30%;
    }
}

.body_aj{
    overflow-x:hidden;
    font-family: sans-serif;
}


* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}


.slideshow-container {
  /*max-width: 1000px*/
  width: fill;
  position: relative;
  margin: auto;
  z-index: -1111;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;

}

.active {
  background-color: #717171;
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 500px) {
  .text {font-size: 11px}
  .dot{
   
  }
  .slideshow-container{
    margin-bottom:-7%;
  }
}


.SobreNos{
  /*margin-top: -5%;*/
  margin-left: 0.5%;
  margin-bottom: -3%;
}

.icon-wp{

     background: url('workplace.png') no-repeat ; 
    display:block;
  margin-left:6px;
    height: 25px;
width: 35px;
top: -20px;
margin-top: 34px;
  
    
}

.logo_b{
  overflow: hidden;
  width: 22.5%;
  height: auto;
  border: 1px solid #ddd;
min-width:289px;
}

.side_text{
  margin-top: 0.5%;
  margin-bottom: 2%;
  padding: 0;
  display: block;
  line-height: 150%

}

.menu li{
   list-style-type:none;

}

 .menu .lilog{
    list-style-type:none;
   display: inline;
  }

.menu .lilog a {
  color: #666;
  text-align: center;
  text-decoration: none;
  font-size:18px;
  position: relative;
  left: 68%;
  top: -30px;
  display: inline-flex;
   margin-bottom: 20px;
}

.menu .lilog span {
  color: #666;
  text-align: center;
  text-decoration: none;
  font-size:20px;
  position: relative;
   left: 68%;
top: -30px;
  
}



.menu .lilog a:hover{
  text-decoration: underline;
}

.facebook-div{
  display: inline-flex;

}

.aside{
  margin-left: 5%;
}

@media screen and (max-width:986px) {
.facebook-div{
  display:inline-block;
height: auto;
  width: auto;
}

.aside{
  display: inline-block;
  height: auto;
  width: auto;
}

#home_img  {
  width: 60%;
}

}

#table_parceiros,tr,td{
  border: 1px solid black;
  border-collapse: collapse;
}

#table_parceiros{
  float: left;
  margin-bottom: 0;
}

#table_parceiros tr{
  height: 125px;
  width: 250px;
}

#parceiro1{
  height: 20%;
  display: block;
}

.list_parceiros{
  margin-left: 18%;
  padding-left: 5px;
  display: none;
}

.list_parceiros li{
  margin-left: 2%;
  line-height: 150%;
}


.parceiros{
  margin-left: 0.5%;
}

.list_produtos{
  display: none;
  margin-left: 0.5%;
}

.lista1{
  list-style-type: disc;
  margin-left: 1%;
}

.side_text2{
  margin-top: 2.8%;
  margin-bottom: 2%;
  padding: 0;
  display: block;
  line-height: 150%
}

#nav-images{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-shrink: 0;
  width: 100%;
  margin-top: 1%;
  margin-right: -5%;
  overflow-x: scroll;
  overflow-y: hidden;
}

#nav-images li{
  float: left;
  display: block;
  border-right: 1px solid black;
  width: 210px;
  height: 160px;

}

.img-parceiros{
max-width: 80%;
  margin-bottom:1%; 
    margin-left: auto; 
      margin-right: auto; 
        margin-top:1%; 
display:block;
}

.wrapper{
  width:100%;
  height:350px;
  overflow:hidden;
  margin-bottom: 5%;
}

.frame{
  height:100%;
  width:100%;
  max-width: 100%;
}

#main_img{
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: zoomeffect 25s infinite;
  -moz-animation: zoomeffect 25s infinite;
  animation: zoomeffect 25s infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes zoomeffect{
		0%{
			background-position:center;
		  transform:scale(1,1);
		}
		50%{
			background-position:center;
		  transform:scale(1.1,1.1);
		}
		100%{
			background-position:center;
		  transform:scale(1,1);
		}
}

@keyframes zoomeffect{
		0%{
			background-position:center;
		  transform:scale(1,1);
		}
		50%{
			background-position:center;
		  transform:scale(1.1,1.1);
		}
		100%{
			background-position:center;
		  transform:scale(1,1);
		}
}

@media screen and (max-width:1229px) {
  .wrapper{
    height:250px;
  }
}

.panel-heading {
    padding: 0
}
.panel-heading a {
    display: block;
    padding: 20px 10px;
}
.panel-heading a.collapsed {
    background: #fff
}
.panel-heading a {
    background: #f7f7f7;
    border-radius: 5px;
}
.panel-heading a:after {
    content: '-'
}
.panel-heading a.collapsed:after {
    content: '+'
}
.nav.nav-tabs li a,
.nav.nav-tabs li.active > a:hover,
.nav.nav-tabs li.active > a:active,
.nav.nav-tabs li.active > a:focus {
    border-bottom-width: 0px;
    outline: none;
}
.nav.nav-tabs li a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tab-pane {
    background: transparent;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: -1px;
}



/* used for sidebar tab/collapse*/
@media (max-width: 991px) {
  .visible-tabs {
    display: none;
  }
}

@media (min-width: 992px) {
  .visible-tabs {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .hidden-tabs {
    display: none !important;
  }
}

#wp{
text-transform: none;
}


#ref{
	text-decoration: none;
	color: white;
}