/* CSS Eazy Digital*/
@font-face{
    font-family: Raleway-Black;
    src: url(../font/raleway/Raleway-Black.ttf)
}
@font-face{
    font-family: Raleway-Medium;
    src: url(../font/raleway/Raleway-Medium.ttf)
}
@font-face{
    font-family: Raleway-Regular;
    src: url(../font/raleway/Raleway-Regular.ttf)
}


/*Paleta de cores EAZYDIGITAL*/
:root {
    --azul-claro: #0575E6;
    --azul-escuro: #021B79;
    --cinza-formulario: #aeacb1;
    --vermelhow: #ff0018;
   }


/*preloader****************/
#preloader{position:fixed;top:0; left:0;right:0;bottom:0;
    background: #0575E6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index:9999;height:100%;width:100%;}
#status{width:920px;height:532px;position:absolute;left:50%;top:50%;margin:-266px 0 0 -460px;background:url(../img/tail-spin.svg) center no-repeat;}

/*Video Background 
* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section{
    color: white;
    /*background: blue;
    margin: 0 auto;
    text-align: center;
}
*/
video {
    width: 100%;
}
#video{
    background: url(../img/video_bg.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
}
.youtube{
    width: 35px;
    position: absolute;
    top: 25px;
    right: 30px;
}
.youtube img{
    width: 100%;
}
.youtube a{
    display: block;
    overflow: hidden;
    transition: 0.3s linear;
    opacity: 0.6;
}
.youtube a:hover{
    display: block;
    overflow: hidden;
    opacity: 1;
    transition: 0.3s linear;
    transform: scale(1.05);
}
#sobre{
    background: url(../img/sobre_bg.jpg) no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
    border-top: var(--azul-escuro) 15px solid;
    border-bottom: var(--azul-escuro) 15px solid;
    background-size: cover;
}
.afalcon{
    position: absolute;
    color: white;
    top: 20vh;
    left: 25vh;
    max-width: 40%;
}
.afalcon h3{
    font-size: 50px;
    font-family: Raleway-Black;
}
.afalcon p{
    font-size: 20px;
    font-family: Raleway-Medium;
}
#projetos{
    background: #aeacb1;
    /*height: 100vh;*/
    width: 100%;
    border-top: var(--azul-escuro) 15px solid;
    border-bottom: var(--azul-escuro) 15px solid;
}
#carousel-mobile{
    display: none;
}
#servicos{
    background: white;
    color: #000;
    height: 800px;
    width: 100%;
    padding: 50px 0;
}
.servicetitle{
    color: var(--azul-escuro);
    font-size: 50px;
    font-family: Raleway-Black;
    margin-bottom: 20px;
}
.subtitle{
    color: var(--azul-escuro);
    font-size: 20px;
    font-family: Raleway-Black;
    line-height: 120%;
    padding: 10px 0;
}
.description{
    font-size: 16px;
    font-family: Raleway-Medium;

}
.imgbox{
    overflow: hidden;
    max-width: 380px;
}
.imgbox{
    display: block;
}
.imgbox img{
    width: 100%;
    transition: 0.3s ease-in-out;
}
.imgbox img:hover{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}
#pecas{
    background: white;
    color: #000;
    height: 800px;
    width: 100%;
    padding: 50px 0;
}
.dimensions{
    float: left;
}
.titulopeca{
    font-family: Raleway-Black;
    font-size: 20px;
    margin: 40px 0 0;
    color: var(--azul-escuro);
    border-bottom: #cdcdcd 1px solid;
}
.tipopeca {
    color: dimgray;
    font-family: Raleway-Black;
    margin: 15px 0;
    overflow: hidden;

}
.tipopeca img{
    width: 100%;
}
.tamanhhopeca ul{
    padding: 0;
    margin: 0;
}
.tamanhhopeca ul li{
    font-size: 16px;
    list-style: none;

}

.fotosecadores img{
    width: 100%;
}
.fotoservices{
    max-width: 300px;
    text-align: center;
    margin: 0 auto 30px;
}
.fotoservices img{
    width: 100%;
}
.fotoservice img{
    width: 100%;
}



#contato{
    /*background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 
    background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: url(../img/contato_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 100px 0 130px;
}
#contato h3{
    font-family: Raleway-Black;
    font-size: 30px;
    color: white;
}
#contato span{
    float: left;
    display: block;
    overflow: hidden;
}
#contato span img{
    width: 100%;
}

span.endereco, span.telefone, span.email{
    color: white;
    font-family: Raleway-Medium;
    font-size: 25px;
    float: right;
}
span.endereco-icon, span.telefone-icon, span.email-icon{
    width: 60px;
    margin: auto 20px auto 35px;
}
.espaco{
    margin: 35px 0;
    display: flex;
    justify-content: center;
}
span.email{
    margin-top: 10px;
}


/*menu fixoo*/
nav.menufixo{
    position: fixed;
    height: 85px;
    width: 100%;
    z-index: 9000;
    top: 0;
}
nav.menufixo div.nav_bg{
    height: 85px;
    width: 100%;
    background: black;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
}
div.logotop{
    width: 170px;
    position: absolute;
    top: 10px;
    left: 10%;
}
div.logotop a{
    overflow: hidden;
    display: block;
    transition: 0.3s ease-in-out;
}
div.logotop a:hover{
    overflow: hidden;
    display: block;
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}
div.logotop img{
    width: 100%;
}
#menuprincipal {
    padding: 0;
    margin: 0 10% 0 auto;
    float: right;
}
#menuprincipal li{
    float: left;
    padding: 0 20px;
    list-style: none;
    margin: 33px auto 0;
    transition: 0.3s ease-in-out;
}
#menuprincipal li a{
    display: block;
    overflow: hidden;
    color: white;
    font-family: Raleway-Medium;
    transition: 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
#menuprincipal a:hover{
    text-decoration: none;
    transition: 0.3s ease-out;
    border-bottom: white 2px solid;
}

#menuToggle
{
  display: none;
  position: relative;
  top: 30px;
  left: 30px;
  max-width: 200px;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: cdcdcd;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100%;
  margin: -100px 0 0 -30px;
  padding: 125px 0 50px 30px;
  
  background: var(--azul-escuro);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}








.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 50px !important;
    height: 50px !important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1.0 !important;
}



/*mapa do site*/
.sitemap{
    text-align: center;
    padding: 40px 0 58px;
    background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
}
.sitemap ul{
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.sitemap li{
    text-decoration: none;
    float: left;
    padding: 0 15px;
}
.sitemap li a{
    display: block;
    overflow: hidden;
    padding: 0;
    color: white;
    font-weight: bold;
    transition: 0.3s linear;
    border-bottom: transparent 2px solid;
    font-size: 18px
}
.sitemap a:hover{
    text-decoration: none;
    border-bottom: white 2px solid;
    transition: 0.3s linear;
}
.correcao{
    margin-top: -40px;
}
.maptitle{
    font-family: Raleway-Black;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 15px;
    color: whitesmoke;
}

.ezfooter{
    overflow: hidden;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.ezfooter a{
    display: block;
    overflow: hidden;
    opacity: 0.7;
    transition: 0.5s linear;
    color: white;
}
span.por, span.ezimg {
    display: block;
    overflow: hidden;
    float: left;

}
span.por{
    line-height: 33px;
    margin-right: 5px;
    font-size: 12px;
}
span.ezimg{
    width: 45px;
}
.ezfooter a:hover{
    opacity: 1;
    transition: 0.5s linear;
}



.pattern{
    width: 100%;
    height: 100vh;
    z-index: 10;
    position: absolute;
    top: 0;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQYV2NkwATGjGhixgwMDGeRBcECIEUwQbgATBBFACQIAK/DBDnJPrkGAAAAAElFTkSuQmCC) repeat;
}






/*SERVICOS/PECAS PAGE******************/
div.rodape{
    background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    min-height: 200px;
    color: white;
    position: relative;
}
div.rodape span{
    display: block;
    float: left;
}
div.rodape span img{
    width: 100%;
}
.rodape span.endereco-icon, .rodape span.telefone-icon, .rodape span.email-icon{
    width: 60px;
    margin: auto 20px auto 5px;
}
.rodape span.endereco, .rodape span.telefone, .rodape span.email{
    color: white;
    font-family: Raleway-Medium;
    font-size: 15px;
    float: left;
}
.rodape span.telefone, .rodape span.email{
    margin-top: 20px;
}

div.headerpage{
    background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    height: 85px;
    color: white;
}
div.galeria{
    background: white;
    min-height: 800px;
    width: 100%;
    padding: 50px 0;
}

div.bgblack{
    background: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
}
.copyright{
    color: white;
    opacity: 0.8;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
}

.menupecas li{
    list-style: none;
}

.menupecas a{
    font-size: 20px;
    color: #021B79;
    font-family: Raleway-Black;
    border-left: #0575E6 2px solid;
    padding-left: 10px;
}
.menupecas a:hover{
    transition: 0.3s ease-in;
    border-left: #021B79 2px solid;
}
/****************************************ir ao topo*************************************************/
div.ir_ao_topo {
    position: fixed;
    right: 0; bottom: 163px;
    transform: translate(100%, 0px);
    z-index: 1000;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
  }
  div.ir_ao_topo img{
      width: 100%;
  }
  div.ir_ao_topo.fixo {
    right: 40px;
    transform: translate(0, 0px);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
  }
  
    div.ir_ao_topo a {
      width: 50px;
      height: 50px;
      display: block;
      -webkit-transition: 0.5s linear;
      transition: 0.5s linear;
    }
    div.ir_ao_topo a:hover {
      cursor: pointer;
      -webkit-transition: 0.5s linear;
      transition: 0.5s linear;
    }