/* Estilos Gerais */

body {
    font-family: 'Montserrat', sans-serif;
}


/* Header */

.header {
    z-index: 10;
    width: 100%;
    position: fixed;
    top: 0;
    padding-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 7px 7px 6px 0px rgba(50, 50, 50, 0.24);
    -moz-box-shadow:    7px 7px 6px 0px rgba(50, 50, 50, 0.24);
    box-shadow:         7px 7px 6px 0px rgba(50, 50, 50, 0.24);
}


.header_menu {
    text-align: right;
}

.header_menu ul li{
    display: inline-block;
    margin-left: 30px;
    margin-top: 45px;
}

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



.header_menu ul li a:hover{
    font-weight: 700;
    
}

#nav {
    visibility: hidden;
}

.sub_bar {
    width: 100%;
    height: 40px;
    background: #000220;
    margin-bottom: 20px;
}

.contact_sub p{
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.sm_sub {
    padding-left: 480px;
}

.icon_phone {
    padding: 0 10px 0 10px;
    max-height: 14px;
}

.icon_insta {
    padding: 2px 10px 0 10px;
    max-height: 15px;
}

.icon_fb {
    padding: 2px 10px 0 3px;
    max-height: 15px;
}





/* Introdução */

.intro {
    width: 100%;
    height: 640px;
    margin-top: -43px;
    background: url('../imgs/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.intro_mobal {
    display: none;
}

.text_banner {
    padding: 130px 0 0 190px;
}

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

.text_banner p {
    margin-top:  30px;
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.6px;
    color: #fff;

}

.text_banner b {
    font-weight: 600;
}

.btn {
    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:hover {
    color: #000220;
    background: #fff;
}


/* Serviços */


.bg-serv {
    padding: 50px 0;
    background: #f2f2f4;
}

.serv {
    padding: 30px 0;

}

.serv_mobal {
    display: none !important;
}

.serv-sfo {
    padding: 60px 0;
    border-radius: 5px;
    transition: 0.35s;
}


.serv-sfo img {
    display: flex;
    margin: 0 auto;
    margin-top: -40px;
}

.serv-sfo h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000220;
    border-left: 4px solid #421440;
    padding-left: 20px;
}

.serv-sfo p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 2.2rem;
}

.serv-sfo h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000220;
}

.btn_orcamento {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #000220;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.6s;
}

.btn_orcamento:hover {
	background-color: #421440;
    -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}


.malha_bg {
    background: url("../imgs/malhasfo.png");
    background-repeat: no-repeat;
    margin-bottom: -380px;
    width: 100%;
    height: 500px;

}

.malha_bg2{
    background: url("../imgs/malhasfo2.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -470px;
    margin-bottom: -520px;
    width: 100%;
    height: 500px;

}

.malha_bg3{
    background: url("../imgs/malhasfo3.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -25px;
    width: 50%;
    height: 250px;

}

.services {
    width: 100%;

}

.services_list {
    margin: 50px 0;
}


.services_list h3 {
    color: #000220;
    font-size: 18px;
    font-weight: 700;
}



.icon_service {
    padding-bottom: 20px;
}

.services p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.2rem;
    padding-top: 20px;
    max-width: 250px;
    max-height: 240px;
}

.services li {
    border-radius: 20px;
    padding: 20px 0 20px 20px;
    background: #f2f2f4;
    margin-bottom: 30px;
    transition: 0.3s;

}

.services li:hover {
    -moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
    -webkit-box-shadow: 7px 7px 6px 0px rgba(50, 50, 50, 0.18);
    -moz-box-shadow:    7px 7px 6px 0px rgba(50, 50, 50, 0.18);
    box-shadow:         7px 7px 6px 0px rgba(50, 50, 50, 0.18);
}

.text_services {
    padding-top: 40px;
    text-align: center;
}

.text_services::after {
    content: "";
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 500px;
    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%);
}

.text_services h3 {
    color: #421440;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 10px;

}

.text_services h2 {
    padding-top: 2px;
    color: #000220;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;

}

.btn_more {
    color: #000220;
    font-weight: 500;
    transition: 0.6s;
}

.btn_more:hover {
    font-weight: 700;
    color: #421440;

}

.see_all {
    display: flex;
    justify-content: center;

}

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

.btn_all:hover {
	background-color: #421440;
    -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

/* Sobre */

.sobre {
    padding: 30px 0;

}

.sobre-sfo {
    padding: 100px 0 100px 0;
    border-radius: 5px;
    transition: 0.35s;
}


.sobre-sfo img {
    max-width: 500px;
    margin-top: -20px;
}

.sobre-sfo h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000220;
    border-left: 4px solid #421440;
    padding-left: 20px;
}

.sobre-sfo p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 2.2rem;
}


.bg-objetivo {
    padding: 50px 0;
    background: #f2f2f4;
}

.sobre-missao {
    padding: 30px;
}

.sobre-missao img {
    margin-top: -50px;
    margin-left: -100px;
    max-width: 500px;
}

.sobre-missao h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000220;
    border-left: 4px solid #421440;
    padding-left: 20px;
}

.sobre-missao p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 2.2rem;
}

.sobre-missao-item {
    margin-top: 70px;
    padding: 30px;
    border-radius: 20px;
    transition: 0.35s;
}

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

.sobre-missao-item h1 {
    display: flex;
    font-size: 28px;
    font-weight: 600;
    color: #000220;
    padding-left: 20px;
}

.sobre-missao-item p {
    font-size: 20px;
    line-height: 2rem;
}

.valores {
    margin-bottom: 30px;
}

.text_sobre {
    text-align: center;
    padding: 100px 0;
}

.text_sobre::after {
    content: "";
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 500px;
    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%);
}

.text_sobre h3 {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 10px;

}

.text_sobre h2 {
    padding-top: 2px;
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;

}

.bg-sobre {
    background: url('../imgs/bannersobre.png');
    width: 100%;
    height: 300px;
}

.banner-mobal {
    display: none;
}

.icone-missao {
    display: flex;
    max-width: 40px;
}

.btn-verserv{
    display: flex;
    justify-content: center;
    
}

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

.ver-servicos:hover {
    background-color: #421440;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-shadow: 0 1px 3px rgb(0 0 0 / 60%);
}

.about {
    margin-top: -150px;
}

.about_mobal {
    display: none;
}

.about_us {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_about {
    margin-left: auto;
    max-width: 550px;
}

.about_text {
    width: 50%;
    background: #f2f2f4;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 25px;
    padding-right: 300px;
    transition: 0.35s;
 
}


.about_text:hover {
    -moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
    -webkit-box-shadow: 7px 7px 6px 0px rgba(50, 50, 50, 0.18);
    -moz-box-shadow:    7px 7px 6px 0px rgba(50, 50, 50, 0.18);
    box-shadow:         7px 7px 6px 0px rgba(50, 50, 50, 0.18)
}

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

.about_text h3 {
    color: #421440;
    font-size: 16px;
    font-weight: bold;
    
}

.about_text p {
    line-height: 1.5rem;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    
}

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

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



/* Diferenciais */

.diferenciais {
    width: 100%;
    margin-bottom: 40px;

}

.icon_diff {
    text-align: center;
    margin-bottom: 10px;
}

.itens_diff {
    margin-top: 50px;
}

.itens_diff h3 {
    padding: 10px 0 10px 0;
    color: #421440;
    font-size: 16px;
    font-weight: 700;
}

.itens_diff p {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 500;
}

.itens_diff ul li{
    text-align: center;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    transition: 0.35s;

}

.itens_diff ul li:hover{
    background: #f2f2f4;
    -moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
    -webkit-box-shadow: 7px 7px 6px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow:    7px 7px 6px 0px rgba(50, 50, 50, 0.12);
    box-shadow:         7px 7px 6px 0px rgba(50, 50, 50, 0.12);

}


.text_diferenciais {
    padding-top: 40px;
    text-align: center;
}

.text_diferenciais:after {
    content: "";
    margin-top: 15px;
    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%);
}


.text_diferenciais h2 {
    padding-top: 2px;
    color: #000220;
    font-size: 32px;
    font-weight: 700;

}

/* Contato */

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

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

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

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

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

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

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

.contato_form button:hover {
    cursor: pointer;
    position: relative;
    bottom: 1px;
    margin-top: 10px;
    color: #fff;
	background: #6f2c7c;
    border: 2px solid #6f2c7c;
}

/* Depoimentos */

.depoimentos {
    width: 100%;
    height: 500px;
}

.text_depoimentos::after {
    content: "";
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 640px;
    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%);
}

.text_depoimentos h3 {
    color: #421440;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 10px;

}

.text_depoimentos h2 {
    text-align: center;
    padding-top: 2px;
    color: #000220;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;

}

.depo_itens {
    margin-top: 50px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    transition: 0.35s;
}

.depo_itens:hover {
    -moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.22); 
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.22);
}

.depo_itens img {
    padding: 15px 0 20px 30px;
}

.depo_itens p {
    font-size: 14px;
    text-align: center;
    padding: 0 30px 30px 30px;
}

.name_depo {
    color: #525252;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px 30px;
}

.empresa_depo {
    color: #421440;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 15px 30px;
}

  .carousel {
    width: 960px;
    margin: 0 auto;
  }

  /* Footer */

  footer {
      width: 100%;
      background: #f2f2f4;
      padding: 30px 0 0 0;
  }


  footer h3 {
      color: #2b2b2b;
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 15px;
  }

  footer h3:after {
    content: "";
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    display: block;
    width: 50px;
    height: 2px;
    background: #421440;

}

  footer ul li {
      padding-bottom: 12px;
  }

  footer ul li a{
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 500;
    transition: 0.10s;
}

footer ul li a:hover{
    color: #000220;
    font-weight: 600;
}

.localization p{
    line-height: 1.5rem;
    color: #2b2b2b;
    max-width: 220px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.localization img {
    padding-right: 10px;
    
}

.localization img:hover {
    position: relative;
    bottom: 2px;

}

.help_icon {
    display: flex;
}

.help_icon h4 {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px 15px;
}

.help p {
    line-height: 1.0rem;
    margin-top: -18px;
    margin-bottom: 25px;
    padding-left: 55px;
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 600;
}

.logo_footer {
  text-align: center;
}

.footer_final:before {
    content: "";
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 960px;
    height: 2px;
    background: #dedee0;

}

.footer_final p{
    text-align: center;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 18px;
}

.footer_final p img {
    max-width: 20px;
    margin: 0 5px 0 3px;
}

/* NAVEGATION */

.navegation {
    margin-top: -20px;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    border-top: 1px solid #d9d9d9;
    border-bottom: 4px solid #421440;
    margin-bottom: 30px;
}


.navegation-links {
    margin-left: 1%;
}


.navegation-links li {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    transition: 0.15s;
}

.navegation-links li::after {
    top: 0;
    height: 100%;
    width: 1px;
    right: 0;
    background-color: #d9d9d9;
    position: absolute;
    transform: skewX(35deg);
    content: "";
}

.navegation ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #000220;
    padding: 10px 0;
}

.navegation-links li:hover {
    -moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

/* SLICK BOTÕES */

.slick-prev{
    left: -35px !important;
}

.slick-next{
    right: -35px !important;
}

.slick-prev:before {
    color: #421440 !important;
}

.slick-next:before {
    color: #421440 !important;
}

/* FORMULÁRIO */

.nao-aparece {
    visibility: hidden;
    height: 0px;
    position: absolute;
}

#form-sucesso {
    text-align: center;
    font-size: 26px;
    color: #31aa39;
}

#form-erro {
    text-align: center;
    font-size: 26px;
    color: #f64540;
}







