/*




http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

p {
  font-size: 14px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #contact {
  padding-top: 120px;
}

#img-services {
  
  display: flex;
  justify-content: center;
  

}

#img-services img{
  
  height: 70px;
  width: auto;
  padding: 5px;
  

}






/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.tit-header {
  z-index: 999999999999; 
  text-align: center; 
  
  font-size: 20px;
  font-weight: bold;


}

.top-header {
  background: linear-gradient(to bottom, #1181f7, #0961d1);
  color: white;
  padding: 10px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #191970;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 40px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-header .logo {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.main-header .logo img {
  height: 70px;
  width: auto;
  margin-left: 10px;
  margin-top: 10px;
  
}

#escrito-logo {

  height: 100px;
  width: auto;  
  margin: 0 !important;

}

.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #191970;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #191970;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #191970;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}


/*------------------------------------------------------
	Modal de aviso
--------------------------------------------------------*/

.modaldoneaviso {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  flex-direction: column;
  align-items: center;
  padding: 10px;
  transform: translate(-50%, -50%) translateY(0);
  overflow: hidden;
  margin-top: 80px;
}

@keyframes slideIn {
  0% {
    transform: translate(-50%, -50%) translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
  }
}


.modaldoneaviso.aparecer {
    display: flex;
    animation: slideIn 1s ease-in-out forwards;
}

.modaldoneaviso p{
  color: green;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.modaldoneaviso img {
  flex: 0.1;
  width: 400px;
  height: 30px;
  margin: 10px;
}

@media only screen and (max-width: 760px) {
  .modaldoneaviso img {
    flex: 0.1;
    width: 200px;
    height: 30px;
    margin: 10px;
  }

}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 80px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #191970;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #191970;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	cards
--------------------------------------------------------*/

.card {
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
  margin: 20px;
  display: flex;
  justify-content: flex-start;
  justify-content: center;
  align-items: center;

}

.card h5 {
  color: #5a5a5a;
  font-size: 18px;
  text-align: center;
  margin: 10px;
  padding: 10px;
  font-weight: bold;
}

.card img{
  height: 230px;
  width: 70% !important;
  padding: 10px;
}


/*------------------------------------------------------
	banner
--------------------------------------------------------*/

.banner {
  display: flex;
  flex-direction: row;
  height: 600px;
  justify-content: center;
  background-color: #ffffff; 
  background-image: url('https://www.lajespremold.com.br/assets/images/banners/img-test.png');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  position: relative;
  background-position: center 50px;
}

.banner img{
  animation: slideLeft 2s ease;
  height: 450px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 100px;
  
}


.card-banner {
  background-color: #ffffff;
  border-radius: 5px;
 
  margin-left: 50px;
  margin-top: 250px;
  margin-bottom: 50px;
  padding: 20px;
  margin-right: 80px;
  box-shadow: 2px 1px 4px #717171;
  border: 1px solid #e0e0e0;
  animation: slideLeft 2s ease;
}

.banner-qualidade {
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 550px;
  width: auto;
  height: auto;
  border: 1px solid #0961d1;
  padding: 20px;
  margin: 20px;


}

.banner-qualidade h1{
  font-size: 18px;
  font-weight: bold;


}

.row3{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.banner-qualidade h1{
  text-align: center;
  margin: 10px;
  

}

@keyframes slideLeft {
  from {
    transform: translateX(-600%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideTop {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.card-banner p{
  color: black;
  text-align: center;
  font-size: 18px;

}

#btnzap {
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  box-shadow: 2px 1px 5px 0px #717171;
  margin: 5px;
  border: none;
  padding: 10px;
  justify-content: center;

  
}

#btnzap:hover{
  background-color: #73c5ff;
  
 
  
}

#btnzap p{
  font-size: 16px;
  
  
}

#btnzap img{
  height: 20px;
  width: auto;
  margin-right: 15px;
  
}

#btnzap i{
  display: flex;
  height: 20px;
  width: auto;
  margin-right: 15px;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
}


.titulo {
  margin-top: 250px;
  color: black;
  

}

.titulo h1{
  animation: slideLeft 2s ease;
  font-size: 24px;
  margin-top: 20px;
  color: #dbf5ff;
  text-align: center;
  font-weight: bold;
  background: rgba(27, 26, 26, 0.7);
  padding: 10px;
  position: relative;
  
  -webkit-text-stroke: 0.1px #4f4f4f; /* Largura e cor do contorno */
 

}

/*------------------------------------------------------
	Etapas desenvolvimento 
--------------------------------------------------------*/

#etapas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #1181f7, #0961d1);
}

.slideLeft {
  animation: slideLeft 1s ease;
}

#etapas .textos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  color: #fff;
}

#etapas .textos h4{
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}

#etapas .textos p{
  
  text-align: center;

}

.circulo {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  margin-right: 20px;
  box-shadow: 2px 1px 4px #717171;
  border: 1px solid #e0e0e0;
  width: 300px;
  align-items: center;
  
}

.circulo p{
  
  font-size: 14px;
  margin-top: 20px;
  
  padding: 10px;
  text-align: center;
}

.circulo img{
  width: 100px;
  height: auto;
  border-radius: 50%; 
  margin-top: 50px;
}

.circulo h1{
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}
 

.circulo2 {
  display: flex;
  background-color: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.circulo2 img{
  width: 100px;
  height: 100px;
  border-radius: 50%; 
  margin-top: 50px;
}

.circulo2 h1{
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}

.circulo2 p{
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
  padding: 10px;
}

.row2 {
  display: flex;
  flex-direction: row;


}




/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/


#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #191970;
  font-size: 24px;
  float: left;
  margin-right: 0px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}


/*------------------------------------------------------
	Por que comprar conosco
--------------------------------------------------------*/




/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {

  padding-bottom: 80px;
  margin-top: 100px;
  background: linear-gradient(to bottom, #1181f7, #0961d1);

}
#portfolio .title-section h2 {
  color: white;
}
#portfolio .portfolio-thumb {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;

}
#portfolio .portfolio-thumb img {
  width: 230px;
  height: 200px;
  padding: 10px;
  flex: 1;

}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	PRODUTOS Styles 
--------------------------------------------------------*/

#produtos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 60px;
}






/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

#about .textos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  
  color: #000000;
}

#about .textos h4{
  text-align: center;
  color: #000000;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}

#about .textos p{
 padding: 100px;
 text-align: center;
 font-size: 16px;

}

#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #191970;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  height: 100px;
  width: auto;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #191970;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}


/*------------------------------------------------------
	lista de materiais
--------------------------------------------------------*/

.lista-materiais {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  

}

.lista-materiais p{
  color: #ffff;

}

.lista-materiais img{
  margin-left: 100px; 
  height: 450px;
  width: auto;

}

.lista-materiais ul{
  list-style-type: square;
  color: #ffff;
}


/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #191970;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  margin-top: 114px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}


.img-1{
  margin-top: 90px;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}



.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../static/images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  background: linear-gradient(to bottom, #1181f7, #0961d1);
  color: white;
  padding: 25px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}


.google-iframe {
    height: 300px;
    width: 445px;
    border: 1px;

}




/********************************
IPAD LANDSCAPE (1024x768)

********************************/




@media only screen and (max-width: 1124px) {
    .google-iframe {

        width: 360px;
        border: 1px;

    }
    .img-1{
        margin-top: 90px;
    }
    
}


@media only screen and (max-width: 1470px) {
 
  .circulo {
    width: 200px;

  }
}


/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .row2{
    flex-direction: column;
    
  }

  .circulo{
    margin: 10px;
    width: 300px;
    
  }  
  .google-iframe {

        width: 360px;

    }
    .img-logo img {
      height: 100px;
      width: auto;
      
    }
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 0;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
  .img-1{
    margin-top: 80px;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
    .google-iframe {

        width: 225px;

    }
  
    .row2{
      flex-direction: column;
      
    }
  
    .circulo{
      margin: 10px;
      
    }
  .portfolio-thumb {
    margin: 70px;
    flex-direction: column !important;
  }

  #portifolio .portfolio-thumb {
    flex-direction: row;logo
  }

  .main-header .logo img {
    height: 60px;
    width: auto;
    
  }
  .flex-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 190px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
.img-1{
  margin-top: 30px;
}

}

/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/



@media (max-width: 525px) {
  .lista-materiais {
    
    flex-direction: column;
    
  
  }

  .lista-materiais img{
    margin-left: 0; 
    height: 250px;
    width: auto;
  
  }
  .row2{
    flex-direction: column;
    
  }

  .circulo{
    margin: 10px;
    
  }

  .card {
    
    margin: 1px;
  
  }
  
  .card h5 {

      font-size: 12px;

  }

  .google-iframe {

        width: 300px;

    }

  .main-header .logo img {
    height: 60px;
    width: auto;
    
  }

  .flexslider {
    margin-top: 80px;
  }
  #about .textos p{
    padding: 40px;
  }

.card img{
  height: 150px;
  
}



}