/* HEADER */
.navcontain {
    height: 0px;
}

.pretty.navbar {
    background: #e51d25;
    width: 74%;
    margin-top: 40px;
    height: 80px;
    float: right;
    background-position: left;
    background-size: auto;
    box-shadow: 0 0px 0px #e51d25!important;
    z-index: 9999;
}

.gumby-no-touch .navbar ul li:hover > a, .gumby-touch .navbar ul li.active > a {
    position: relative;
    background: transparent;
    color: #6f6f6f;
    z-index: 1000;
}


.navbar .logo {
    display: inline-block;
    margin: 9px 2.12766% 0 0;
    padding: 0;
    height: 60px;
    line-height: 58px;
}

.navbar ul li > a {
    display: block;
    padding: 12px 0px;
    white-space: nowrap;
    color: #fff;
    text-shadow: none;
    height: 60px;
    line-height: 58px;
    font-size: 15px;
    font-weight: 600;
}

.skiplink {
    display: inline-block;
    width: 100%;
    background: transparent;
}

li.skiplink {
    width: auto;
}

/* HEADER */




/* BEGIN PACE */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #e51d25;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}


/* END PACE */





/* FONTS */
h1, h2, h3, h4, h5, a, p, li, span {font-family: 'Muli', sans-serif;}

.fontzero {
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    font-size: 0!important;
}
/* END FONTS */







/* BG INICIAL */
.bg_artique_home {
    margin-top: -40px;
}

h2.font_banner {
    color: #ffffff;
    font-size: 80px;
    font-weight: bold;
    text-align: left;
    padding-top: 0px;
    line-height: 0.9em;
}

.about_bg_artique {
    padding-top: 300px;
}


.medium.primary.btn.btn_projeto {
    width: 250px;
    height: 60px;
    background: transparent;
    border: 2px solid #e5131b;
    border-radius: 10px;
}

.btn.medium a.font_projeto {
    color: #e5131b;
    padding: 9px 0px;
    font-weight: bold;
    font-size: 30px;
}

.medium.primary.btn.btn_projeto:hover {
    transition: color .3s ease-in, background .5s ease-in;
    cursor: pointer;
    background: #e5131b;
}

.btn.medium a.font_projeto:hover {
    color: #fff;
    padding: 9px 0px;
    font-weight: bold;
    font-size: 30px;
}

.panel.masthead-panel video {
    max-width: 100%;
    margin-top: -150px;
    width: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    display: none;
    margin-bottom: 30px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
}


/* END BG INICIAL */






/* BG QUEM SOMOS */

.about_artique {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 80px;
}

h2.font_somos {
    color: #e5131b;
    font-size: 50px;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 20px;
}

h2.font_sub_somos {
    color: #e51d25;
    font-size: 30px;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 0px;
    font-weight: normal;
}


p.font_somos_sub {
    color: #6f6f6f;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.1em;
    margin-top: 30px;
}
/* END BG QUEM SOMOS */






/* BG PLANEJAMENTO */
.about_planejamento {
    background: #ff1720;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 40px;
}


h2.font_planejamentos {
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 0px;
}


/* END PLANEJAMENTO */


/* BG SERVICOS */

.servicos_artique {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
    text-align: center;
}

.nome_servicos {
    padding-top: 80px;
    padding-bottom: 80px;
}


h2.font_servicos {
    color: #e51d25;
    font-size: 50px;
    text-align: left;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 0px;
}

h4.font_sub_servicos {
    color: #e51d25;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 60px;
}
/* END SERVICOS */





/* PROJETOS */
.chamada_projetos {
    z-index: 9999;
    position: relative;
}
.projetos_artique {
    margin-top: -8px;
}


h2.font_projetos_slide {
    color: #e61d26;
    font-size: 60px;
    position: absolute;
    margin-top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.chamada_bottom_projetos {
    z-index: 9999;
    position: relative;
}

h2.font_sub_projetos_slide {
    margin-top: -116px;
    margin-left: 90px;
    z-index: 99999;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
/* SLICK */


.slide {
  padding: 0 0px;
  box-sizing: border-box;
}
.slide img {
  max-width: 100%;
  position: relative;
  transform: scale(0.9);
  transition: all 1s ease-out;
  opacity: 0.5;
}
.slide.slick-center img {
 
  transition: all 1s ease-out;
  opacity: 1;
}

  .slick-center .slide-h3{
    color: #FFF;
  }
  .slider-center{
    width: 600px;  
    height:150px;
    margin: 0px auto;    
    text-align: center;
  }
  .slide-h3{
    margin: 0% 0 0% 0;
    padding: 0% 0%;
    background: #008ed6;
  }
  .slider div{
    margin-right: 0px;
  }


.slider div h3#m_slider {
    margin-right: 30px;
}


  .slick-slide-center{
    opacity: .6;
  }
  .slick-center{
    display: block;
    max-width: 10% !important;
    max-height:20% !important;
    opacity: 1;


  }
/* END SLICK */


/* PROJETO */
















/* BG DEPOIMENTO */
.bg_depoimentos {
    background: #e51d25;
    width: 100%;
    height: auto;
    padding: 40px;
    margin-top: -16px;
}

h2.font_depoimento_sub {
    margin-bottom: 94px;
}


p.font_sub_depoimento {
    color: #ffffff;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 0px;
    line-height: 1.1em;
    text-align: left;
    font-style: italic;
}

h2.font_depoimento {
    color: #ffffff;
    font-size: 50px;
    text-align: left;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 60px;
}

p.font_nome_depoimento {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.1em;
    margin-top: 20px;
    font-style: italic;
}

p.font_nome_sub_depoimento {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
    line-height: 1.1em;
    margin-top: 11px;
}
/* END DEPOIMENTO */


/* MAPS */
#map {
    width: 100%;
    height: 500px;
}



.contact-content {
    position: relative;
    left: 0%;
    top: -450px;
    text-align: center;
    width: 100%;
    padding: 30px;
    height: auto;
    margin-left: 0px;
    background: transparent;
}

h3.title {
    color: #e51d25;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 60px;
}
/* END MAPS */



/* FOOTER */
.footer_artique {
    background: #edebec;
    width: 100%;
    height: auto;
    margin-top: -230px;
}


p.font_footer {
    color: #e51d25;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.2em;
    text-align: left;
    margin-left: 22px;
}


img.icon_phone {
    margin-left: 14px;
    margin-top: 27px;
}

p.font_tel {
    float: left;
    margin-left: 72px;
    margin-top: -50px;
    color: #6d6e70;
    font-weight: bold;
    font-size: 20px;
}

img.icon_face {
    margin-left: 14px;
    margin-top: -12px;
}

p.font_face {
    float: left;
    margin-left: 76px;
    margin-top: -53px;
    color: #6d6e70;
    font-weight: bold;
    font-size: 20px;
}

a.icon_phone {
    color: #6d6e70;
    font-weight: bold;
}

a.font_face {
    color: #6d6e70;
}

img.logo_artique_footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* END FOOTER */


/* RODAPE */
.rodape {
    background: #e51d25;
    width: 100%;
    height: 65px;
    margin-top: -65px;
}
.chamada_rodape {
    text-align: center;
    padding-top: 15px;
}


.skiplink > a.font_footer {
    color: #e51d25;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.2em;
    text-align: left;
    margin-left: -18px;
}

a.font_footer {
    color: #e51d25;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.2em;
    text-align: left;
    margin-left: 0px;
}
/* END RODAPE */




/* FORMULARIO ARTIQUE */

li.field {
    list-style: none;
}

.field .input {
    position: relative;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #cccccc;
    height: 46px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 0px;
}


h2.font_contato {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 20px;
    text-align: left;
}

h3.font_sub_contato {
    color: #e51d25;
    font-size: 30px;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 40px;
    font-weight: normal;
    text-align: left;
}

.formulario_artique {
    background: #e51d25;
    width: 100%;
    height: auto;
    padding: 80px;
}

.chamada_formulario {
    text-align: center;
}




::-webkit-input-placeholder {
  color: #fff;
  font-weight: 200;
}
::-moz-placeholder { 
  color: #fff;
  font-weight: 200;
}
:-ms-input-placeholder { 
  color: #fff;
  font-weight: 200;
}
:-moz-placeholder {
  color: #fff;
  font-weight: 200;
}

.btn-draw {
    position: relative;
    display: inline-block;
    font-weight: bolder;
    font-size: 10px;
    color: #fff;
    border-bottom: 2px solid #ffff;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.btn-draw:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition-delay: 0.6s;
}
.btn-draw > span {
    position: relative;
    display: block;
    padding: 0.5em;
    color: inherit;
    font-size: 2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 900;
}
.btn-draw > span:before, .btn-draw > span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.btn-draw > span:before {
  height: 2px;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition-delay: 0.4s;
}
.btn-draw > span:after {
  height: 100%;
  width: 2px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-delay: 0.2s;
}
.btn-draw:hover:after, .btn-draw:hover > span:before, .btn-draw:hover > span:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.btn-draw:hover:after {
  transition-delay: 0s;
}
.btn-draw:hover > span:before {
  transition-delay: 0.2s;
  color: #e51d25;
}
.btn-draw:hover > span:after {
  transition-delay: 0.4s;
}
.btn-draw:hover {
  color: #fff;
  background-color: #e61d25;
  transition-delay: 0.6s;

}


/* END FORMULARIO ARTIQUE */



/* MOBILE */
@media only screen and (max-width: 767px){
.about_bg_artique {
    padding-top: 140px;
}

h2.font_banner {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    padding-top: 0px;
    line-height: 0.9em;
}

.medium.primary.btn.btn_projeto {
    width: 170px;
    height: auto;
    background: transparent;
    border: 2px solid #e5131b;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.about_artique {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10PX;
}

h2.font_somos {
    color: #e5131b;
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.1em;
    padding-bottom: 20px;
}

h2.font_sub_somos {
    color: #e51d25;
    font-size: 25px;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 0px;
    font-weight: normal;
}

p.font_somos_sub {
    color: #6f6f6f;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.1em;
    margin-top: 30px;
}

.about_planejamento {
    background: #ff1720;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10PX;
}

.servicos_artique {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
}

h2.font_servicos {
    color: #e51d25;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 0px;
}

.nome_servicos {
    padding-top: 10px;
    padding-bottom: 10px;
}

p.font_sub_servicos {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.1em;
    text-align: center;
}

.chamada_bottom_projetos {
    z-index: 9999;
    position: relative;
    display: none;
}

h2.font_projetos_slide {
    margin-top: 0px;
    text-align: center;
    left: 127px;
    z-index: 99999;
    position: absolute;
    display: none;
    color: #e5131b;
    font-weight: bold;
    font-size: 30px;
}

.photos_artique {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
}

h2.font_about_photo {
    color: #e51d25;
    font-size: 30px;
    font-weight: bold;
    padding-top: 40px;
    line-height: 1.1em;
    padding-bottom: 10px;
    text-align: left;
    margin-left: 0px;
}

p.font_sub_about_photo {
    color: #e51d25;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 30px;
    line-height: 1.1em;
    text-align: left;
    margin-left: 0px;
}

.bg_depoimentos {
    background: #e51d25;
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: -46px;
}

h2.font_depoimento {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.1em;
    padding-bottom: 10px;
}

h2.font_depoimento_sub {
    margin-bottom: 0px;
}

h3.title {
    color: #e51d25;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 130px;
    line-height: 1.1em;
    padding-bottom: 0px;
}

.footer_artique {
    background: #edebec;
    width: 100%;
    height: auto;
    margin-top: -289px;
    padding: 10px;
}

h2.font_planejamentos {
    color: #6f6f6f;
    font-size: 22px;
    padding-top: 20px;
    line-height: 1.1em;
    padding-bottom: 20px;
}

img.logo_q_footer {
    display: none;
}

#map {
    width: 100%;
    height: 300px;
}

.rodape {
    background: #e51d25;
    width: 100%;
    height: 65px;
    margin-top: 0px;
}

.navbar ul {
    position: absolute;
    display: block;
    width: 100% !important;
    height: 0;
    max-height: 0;
    top: 78px;
    left: 0;
    overflow: hidden;
    text-align: center;
    background: #e51d25;
}

.navbar ul.active {
    height: auto;
    max-height: 600px;
    z-index: 999998;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-box-shadow: 0 2px 2px #252728;
    -webkit-box-shadow: 0 0px 0px #fff;
    box-shadow: 0 0px 0px #fff;
}

.navbar a.toggle:hover {
    background: #e51d25;
}

.navbar a.toggle:active, .navbar a.toggle.active {
    background: #e51d25;
}

.navbar a.toggle {
    top: 18%;
    right: 4%;
    width: 46px;
    position: absolute;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #e51d25;
    height: 40px;
    line-height: 38px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 30px;
    font-size: 1.875rem;
}

.pretty.navbar a.toggle:active, .pretty.navbar a.toggle.active {
    background-image: none;
    background-size: 0%;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, color-stop(0%, #fff), color-stop(0%, #fff));
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    -moz-box-shadow: 0 0px 0px #fff;
    -webkit-box-shadow: 0 0px 0px #fff;
    box-shadow: 0 0px 0px #fff;
}

.pretty.navbar a.toggle:hover {
    background-image: none;
    background-size: 0%;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, color-stop(0%, #fff), color-stop(0%, #fff));
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
}

.pretty.navbar a.toggle:active, .pretty.navbar a.toggle.active {
    background-image: none;
    background-size: 0%;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, color-stop(0%, #fff), color-stop(0%, #fff));
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    -moz-box-shadow: 0 0px 0px #fff;
    -webkit-box-shadow: 0 0px 0px #fff;
    box-shadow: 0 0px 0px #fff;
}

.pretty.navbar a.toggle {
    border: none;
    background-image: none;
    background-size: 0%;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, color-stop(0%, #ff), color-stop(0%, #fff));
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    -moz-box-shadow: inset 0 0px 0px #fff, inset 0 0px 0px #fff, inset 0px 0 0px #fff, inset 0px 0 0px #fff, 0 0px 0px #fff;
    -webkit-box-shadow: inset 0 0px 0px #fff, inset 0 0px 0px #fff, inset 0px 0 0px #fff, inset 0px 0 0px #fff, 0 0px 0px #fff;
    box-shadow: inset 0 0px 0px #fff, inset 0 0px 0px #fff, inset 0px 0 0px #fff, inset 0px 0 0px #fff, 0 0px 0px #fff;
}

.pretty.navbar a.toggle i {
    text-shadow: none;
}

.pretty.navbar {
    background: #e51d25;
    width: 100%;
    margin-top: 40px;
    height: 80px;
    float: right;
    background-position: left;
    background-size: auto;
    box-shadow: 0 0px 0px #e51d25!important;
    z-index: 9999;
}

.bg_artique_home {
    padding-top: 90px;
}

img.icon_phone {
    margin-left: 0px;
    margin-top: 27px;
}

img.icon_face {
    margin-left: 0px;
    margin-top: -12px;
}

.formulario_artique {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
}


h3.font_sub_contato {
    color: #e51d25;
    font-size: 20px;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 40px;
    font-weight: normal;
    text-align: left;
}

h2.font_contato {
    color: #e5131b;
    font-size: 30px;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1.1em;
    padding-bottom: 20px;
    text-align: left;
}


p.font_sub_depoimento {
    color: #ffffff;
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 0px;
    line-height: 1.1em;
    text-align: left;
    font-style: italic;
}

p.font_nome_sub_depoimento {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
    line-height: 1.1em;
    margin-top: 0px;
}


.btn.medium a.font_projeto {
    color: #e5131b;
    padding: 9px 0px;
    font-weight: bold;
    font-size: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    display: block;
    margin-bottom: 30px;
}

.panel.masthead-panel video {
    max-width: 100%;
    display: none;
    margin-top: -150px;
}


}

/* END MOBILE */