/*  Para Tablets */
@media only screen and (min-width: 788px) and (max-width: 979px) {

  body {
    overflow-x: hidden;
  }



/* Header Tablet */

.sub_bar {
  display: none;
}

.intro {
  margin-top: 0;
}

.nav img {
  margin: 0 auto;
}

.header {
  display: none;
}

#header {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav {
  visibility: visible;
}

#menu {
  display: flex;
  gap: 2rem;
}



#menu a {
  font-size: 16px;
  font-weight: 500;
  color: #000220;
  padding: 10px 0;
  transition: 0.15s;
}

#menu a:hover {
    font-weight: 700;
    
}

#btn-mobile {
  display: none;
}


/* Section Intro Tablet */

.intro {
  display: none;
}

.intro_mobal {
  display: block;
}

.intro_mobal {
  width: 100%;
  padding-bottom: 50px;
  background: linear-gradient(90deg, rgba(66,20,64,1) 0%, rgba(41,12,40,1) 50%, rgba(17,5,16,1) 100%);
}


.text_banner_mobal h1 {
  padding: 40px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 5px rgb(0, 0, 0, 0.25);
  
}

.text_banner_mobal p {
  padding: 0 40px;
  margin-bottom: 40px;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #fff;


}

.btn_mobal {
  margin: 0 0 30px 40px;
  padding: 10px 20px 10px 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
}

.btn_mobal:hover {
  color: #000220;
  background: #fff;
}

/* Section Services Tablet */

.malha_bg {
  display: none;
}

.malha_bg2 {
  display: none;
}

.malha_bg3 {
  display: none;
}

.services_list li {
  padding: 20px;

}

.services_list p {
  font-size: 13px;
}


/* Section Sobre */

.about {
  display: none;
}

.about_mobal {
  display: block;
  background: #f2f2f4;
  padding: 40px 40px;
}

.about_text_mobal h2 {
  color: #000220;
  font-size: 24px;
  font-weight: 700;
  
}

.about_text_mobal h3 {
  color: #421440;
  font-size: 16px;
  font-weight: bold;
  
}
 
.about_text_mobal p {
  line-height: 1.3rem;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  
}

.btn_about_mobal {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #000220;
  padding: 10px 20px;
  border-radius: 10px;
  transition: .2s;
}

.btn_about_mobal:hover {
	background-color: #421440;
}

/* Section Contato Smartphone */

.contato {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
  background: url('../imgs/bgcontato.png');
  background-repeat: no-repeat;
}

.contato h2 {
  text-align: center;
  margin: 30px 0 5px 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.contato h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}

.contato_form input {
display: inline-block;
width: 100%;
border-radius: 15px;
border: 1px solid #fff;
padding: 12px 10px;
margin-bottom: 20px;
outline: none;
font-size: 14px;
}

.contato_form #email {
  margin-left: 0px;
}

.contato_form textarea {
height: 100px;

}

.contato_form button {
  color: #fff;
  margin-top: 10px;
  margin-left: 42%;
  background: none;
  padding: 10px 35px;
  border: 2px solid #fff;
  border-radius: 10px;
  transition: 0.3s;
}

/* Footer */

.footer_final:before {
  width: 100%;

}

/* PÁGINA QUEM SOMOS */

.navegation {
  margin-bottom: 0;
}

.banner-mobal {
  display: block;
}

.sobre-missao img{
  display: none;
}

}

/* FINAL TABLET */

/*  Para Smartphone */
@media only screen and (max-width: 787px) {


body {
  overflow-x: hidden;
}

/* Header Smartphone */

.sub_bar {
  display: none;
}

.intro {
  margin-top: 0;
}

.intro_mobal {
  display: block;
}

.nav img {
  margin: 0 auto;
}

.header {
  display: none;
}

#header {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav {
  visibility: visible;
}

#menu {
  display: block;
  position: absolute;
  width: 100%;
  top: 129px;
  right: 0;
  gap: 1rem;
  background: #fff;
  height: 0;
  transition: .6s;
  z-index: 1000;
  visibility: hidden;
  overflow-y: hidden;
}

#nav.active #menu {
  height: calc(100vh - 129px);
  visibility: visible;
  overflow-y: auto;
}

#menu li {
  padding: 1rem 0;
  margin: 0 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

#menu a {
  font-size: 16px;
  font-weight: 500;
  color: #000220;
  padding: 10px 0;
  transition: 0.15s;
}


#menu a:hover {
  font-weight: 700;
  
}

#btn-mobile {
  display: flex;
  padding: .5rem 1rem;
  font-size: 1rem;
  border: none;
  background: none;
  cursor: pointer;
  gap: .5rem;
}

#hamburguer {
  color: #421440;
  display: block;
  border-top: 2px solid;
  width: 20px;
}

#hamburguer::after, #hamburguer::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  margin-top: 5px;
  transition: .3s;
  position: relative;

}

#nav.active #hamburguer {
  border-top-color: transparent;
}

#nav.active #hamburguer::before {
  transform: rotate(135deg);
}

#nav.active #hamburguer::after {
  transform: rotate(-135deg);
  top: -7px;
  
  
}

/* Section Intro Smartphone */

.intro {
  display: none;
}

.intro_mobal {
  width: 100%;
  padding-bottom: 50px;
  background: linear-gradient(90deg, rgba(66,20,64,1) 0%, rgba(41,12,40,1) 50%, rgba(17,5,16,1) 100%);
}


.text_banner_mobal h1 {
  padding: 40px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 5px rgb(0, 0, 0, 0.25);
  
}

.text_banner_mobal p {
  text-align: left;
  padding: 0 20px 0 40px;
  margin-bottom: 40px;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #fff;

}


.btn_mobal {
  margin: 0 0 30px 40px;
  padding: 10px 20px 10px 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
}

.btn_mobal:hover {
  color: #000220;
  background: #fff;
}

/* Section Serviços */

.malha_bg {
  display: none;
}

.malha_bg2 {
  display: none;
}

.malha_bg3 {
  display: none;
}

.btn_all {
  margin-top: -20px;
}

.text_services::after {
  content: "";
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 300px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(168,168,168,1) 50%, rgba(255,255,255,0.0578606442577031) 100%);
}

/* Section Sobre Smartphone */

.about {
  display: none;
}

.about_mobal {
  display: block;
  background: #f2f2f4;
  padding: 40px 40px;
}

.about_text_mobal h2 {
  color: #000220;
  font-size: 24px;
  font-weight: 700;
  
}

.about_text_mobal h3 {
  color: #421440;
  font-size: 16px;
  font-weight: bold;
  
}
 
.about_text_mobal p {
  line-height: 1.3rem;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  
}

.btn_about_mobal {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #000220;
  padding: 10px 20px;
  border-radius: 10px;
  transition: .2s;
}

.btn_about_mobal:hover {
	background-color: #421440;
}

/* Section Contato Smartphone */

.contato {
  width: 100%;
  height: 500px;
  margin-bottom: 0;
  background: url('../imgs/bgcontato.png');
  background-color: #f2f2f4;
  background-repeat: no-repeat;
}

.contato h2 {
  text-align: center;
  margin: 30px 0 5px 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.contato h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}

.contato_form input {
display: inline-block;
width: 100%;
border-radius: 15px;
border: 1px solid #fff;
padding: 12px 10px;
margin-bottom: 20px;
outline: none;
font-size: 14px;
}

.contato_form #email {
  margin-left: 0px;
}

.contato_form textarea {
height: 100px;

}

.contato_form button {
  color: #fff;
  margin-top: 10px;
  margin-left: 29%;
  background: none;
  padding: 5px 35px;
  border: 2px solid #fff;
  border-radius: 10px;
  transition: 0.3s;
}



/* Section Depoimentos Smartphone */

.depoimentos {
  display: none;
}

.text_depoimentos h2 {
  font-size: 26px;

}

.text_depoimentos::after {
  width: 300px;
}


/* Footer */

.footer_final:before {
  width: 100%;

}

/* PÁGINA QUEM SOMOS */

.navegation {
  display: none;
}

.banner-mobal {
  display: block;
}

.text_sobre h3 {
  margin-top: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
}

.text_sobre::after{
  width: 300px;
}

.sobre-sfo {
  padding: 0;
}

.sobre-missao {
  margin-top: 40px;
  padding: 0;
}

.sobre-missao-item {
  margin-top: 0px;
  padding: 20px 0;
}

.sobre-missao-item:hover{
  background: #f1f1f1;
  -moz-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
  -webkit-box-shadow: 7px 7px 6px 0px rgba(50, 50, 50, 0);
  -moz-box-shadow:    7px 7px 6px 0px rgba(50, 50, 50, 0);
  box-shadow:         7px 7px 6px 0px rgba(50, 50, 50, 0);
}

.sobre-missao-item h1{
  display: block;
  padding-left: 0;
  text-align: center;
}

.sobre-missao-item p{
  text-align: center;
}

.sobre-missao img {
  margin: 0 auto;
  max-width: 300px;
}

/* PÁGINA SERVIÇOS */

.serv_mobal {
  display: block !important;
}

.serv_mobal img {
  width: 100%;

}

}

