/* css Victor Carvalho */


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

@font-face {
    font-family: 'Bevan';
    src: url('fonts/Bevan.eot');
    src: url('fonts/Bevan.eot') format('embedded-opentype'),
         url('fonts/Bevan.woff2') format('woff2'),
         url('fonts/Bevan.woff') format('woff'),
         url('fonts/Bevan.ttf') format('truetype'),
         url('fotns/Bevan.svg#Bevan') format('svg');
}

@font-face {
    font-family: 'Hero';
    src: url('fonts/Hero.eot');
    src: url('fonts/Hero.eot') format('embedded-opentype'),
         url('fonts/Hero.woff2') format('woff2'),
         url('fonts/Hero.woff') format('woff'),
         url('fonts/Hero.ttf') format('truetype'),
         url('fotns/Hero.svg#Hero') format('svg');
}

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?bgf0pv');
    src:url('fonts/icomoon.eot?#iefixbgf0pv') format('embedded-opentype'),
        url('fonts/icomoon.woff?bgf0pv') format('woff'),
        url('fonts/icomoon.ttf?bgf0pv') format('truetype'),
        url('fonts/icomoon.svg?bgf0pv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
   
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e600";
}

.icon-twitter:before {
    content: "\e601";
}

.icon-google:before {
    content: "\e602";
}

.icon-skype:before {
    content: "\e603";
}

.icon-linkedin:before {
    content: "\e604";
}

.icon-circle-linkedin:before {
    content: "\e605";
}

.icon-circle-email:before {
    content: "\e606";
}

.icon-circle-phone:before {
    content: "\e607";
}

.icon-seta:before {
    content: "\e608";
}

.icon-lab:before {
    content: "\e609";
}

html,
body {
    padding: 0;
    margin: 0;
}

video {
    display: block;    
}

::selection {
    background: #2c7c7b;
    color: #fff;
}

p,
a,
span,
strong {
    font-family: Hero, Verdana, sans-serif;
    color: #555;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

.wrap {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

header {
    display: block;
    width: 100%;
    height: 346px;
  
    overflow: hidden;
}

.header-video {
    background: url("img/bg-header2.jpg") no-repeat;
    background-size: cover;
}

.logo {
    display: block;
    margin: 30px auto 0 auto;
}


header .wrap { 
    max-width: 1200px;    
    max-height: 346px;
    
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    
}

.links-contato {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 20px;
}

.links-contato li {
    display: inline-block;
    margin: 0 3px;
}

.links-contato a {
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-size: 40px;
    color: rgba(255,255,255,0.3);
    
    -webkit-transition: color .5s;
    transition: color .5s;
}

.links-contato a:hover {
    color: rgba(255,255,255,1);
    
    -webkit-transition: color .5s;
    transition: color .5s;
}


video#bgvid { 
    width: 100% !important;
    height: auto !important;
}


.intro h1 {
    font-family: Bevan, Georgia, serif;
    font-weight: normal;
    font-size: 25px;
    color: #555;
    text-align: center;
    max-width: 638px;
    margin: 60px auto;
    line-height: 1.4;
}

.intro p {
    font-family: Hero, Verdana, sans-serif;
    font-size: 18px;
    color: #555;
    text-align: center;
}

.icon-seta {    
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    color: #aaa;

    -webkit-transition: transform 1s;    
    transition: transform 1s;
}

.icon-seta:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);

    -webkit-transition: transform 1s;    
    transition: transform 1s;
}

.portfolio-list {
    display: block;
    width: 100%;
    padding: 0;
    margin: 50px 0 0 0;
    list-style: none;

    
    text-align: center;
}

.portfolio-item {
    display: inline-block;
    width: 300px;
    padding: 0;
    margin: 25px 0 0 20px;
    position: relative;
    overflow: hidden;

   
    border-radius: 20px;

    vertical-align: top; 

    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.portfolio-item:nth-child(3n+1) {
    margin: 25px 0 0 0;
}

.portfolio-item img {
    display: block;
    max-width: 100%;

    border-radius: 20px;

    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);

    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.portfolio-item a  {
    display: block;
    width: 300px;
    height: 300px;
    
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    
    line-height: 300px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}


.portfolio-item:hover img {
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);

    -webkit-transition: transform 1s; 
    transition: transform 1s;   
}


.portfolio-item:hover {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}


.bio {
    width: 100%;    
    padding: 60px 0;
    margin: 100px 0 0 0;
    background: #fff url("img/bg-bio.jpg") no-repeat fixed top center;
    background-size: 100%;
}

.bio p {
    color: #fff;
}

.perfil {
    display: none;
}

.bio .texto {
    width: 58%;
    font-size: 21px;
    line-height: 32px;
    color: #fff;
}

.bio p {
    margin: 0 0 20px 0; 
}

.btn {
    display: inline-block;
    padding: 10px 30px;
    margin: 20px 0 0 0;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    font-size: 22px;
    background: transparent;
    
    -webkit-transition: background .5s, color .5s;
    transition: background .5s, color .5s;
}

.btn:hover {
    background: #fff;
    color: #555;

    -webkit-transition: background .5s, color .5s;
    transition: background .5s, color .5s;
}


.btn-curriculo {
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    font-size: 24px;
    background: transparent;

    -webkit-transition: background .5s, color .5s;
    transition: background .5s, color .5s;
}

.btn-curriculo:hover {
    background: #fff;
    color: #555;

    -webkit-transition: background .5s, color .5s;
    transition: background .5s, color .5s;
}


footer {
    padding: 35px 0 30px 0;
}

.logo-footer,
.contatos,
.social {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contatos {
    margin: 0 0 0 20px;
}

.contatos-item {
    margin: 0 0 7px 0;
}

.contatos-item a {
    text-decoration: none;
    color: #555;

    -webkit-transition: color .5s;
    transition: color .5s;
}

.contatos-item a:hover {
    color: #000;
}

.social-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;

    font-size: 20px;
}


.social-item .icon-facebook:hover {
    color: #3b5998;
}

.social-item .icon-twitter:hover {
    color: #5ea9dd;
}

.social-item .icon-google:hover {
    color: #da4835;
}

.social-item .icon-skype:hover {
    color: #00aff0;
}

.social-item .icon-linkedin:hover {
    color: #007bb6;
}

.social-item a {
    -webkit-transition: color .5s;
    transition: color .5s;
}

.logo-mobile {
    display: none;
}


.lab {
    float: right;
    margin: 20px 0 0 0;
    text-decoration: none;
    color: #ccc;

    -webkit-transition: color .5s;
    transition: color .5s;
}

.icon-lab {
    font-size: 40px;
}

.lab span {
    display: inline-block;
    vertical-align: middle;
    margin: -20px 0 0 5px;

    color: inherit;
}

.lab:hover {
    color: #555;

    -webkit-transition: color .5s;
    transition: color .5s;
}


/*
-----------------------------------------------
    Páginas portfolio
-----------------------------------------------
*/

.logo-home {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 30;
    border: 0;
}

.logo-home img {
    border: 0;
}

.cover-projeto {
    width: 100%;
    height: 450px;
    background: #007bb6;

    background: -webkit-gradient(229deg, #396ae9, #3b4d7a, #07c0ff);
    background: -webkit-linear-gradient(229deg, #396ae9, #3b4d7a, #07c0ff);
    background: -moz-linear-gradient(229deg, #396ae9, #3b4d7a, #07c0ff);
    background: -o-linear-gradient(229deg, #396ae9, #3b4d7a, #07c0ff);
    background: -ms-linear-gradient(229deg, #396ae9, #3b4d7a, #07c0ff);
    background: linear-gradient(229deg, #396ae9, #3b4d7a, #07c0ff);

    background-size: 600% 600%;

    -webkit-animation: gradientfx 90s ease infinite;
    -moz-animation: gradientfx 90s ease infinite;
    -o-animation: gradientfx 90s ease infinite;
    animation: gradientfx 90s ease infinite;
}

.projeto-web1motoboy,
.projeto-app1motoboy {
    background: #269494;

    background: -webkit-gradient(229deg, #f9612d, #8cb758, #269494);
    background: -webkit-linear-gradient(229deg, #f9612d, #8cb758, #269494);
    background: -moz-linear-gradient(229deg, #f9612d, #8cb758, #269494);
    background: -o-linear-gradient(229deg, #f9612d, #8cb758, #269494);
    background: -ms-linear-gradient(229deg, #f9612d, #8cb758, #269494);
    background: linear-gradient(229deg, #f9612d, #8cb758, #269494);

    background-size: 600% 600%;
}

.projeto-explicafacil {
    background: #ffeb00;

    background: -webkit-gradient(229deg, #ffeb00, #81d12b, #ff9600);
    background: -webkit-linear-gradient(229deg, #ffeb00, #81d12b, #ff9600);
    background: -moz-linear-gradient(229deg, #ffeb00, #81d12b, #ff9600);
    background: -o-linear-gradient(229deg, #ffeb00, #81d12b, #ff9600);
    background: -ms-linear-gradient(229deg, #ffeb00, #81d12b, #ff9600);
    background: linear-gradient(229deg, #ffeb00, #81d12b, #ff9600);

    background-size: 600% 600%;
}


.projeto-femac {
    background: #ee2864;

    background: -webkit-gradient(229deg, #35dc97, #384053, #ee2864);
    background: -webkit-linear-gradient(229deg, #35dc97, #384053, #ee2864);
    background: -moz-linear-gradient(229deg, #35dc97, #384053, #ee2864);
    background: -o-linear-gradient(229deg, #35dc97, #384053, #ee2864);
    background: -ms-linear-gradient(229deg, #35dc97, #384053, #ee2864);
    background: linear-gradient(229deg, #35dc97, #384053, #ee2864); 

    background-size: 600% 600%;
}

.projeto-recanto {
    background: #87b5de;

    background: -webkit-gradient(229deg, #87b5de, #c8a372, #0854aa);
    background: -webkit-linear-gradient(229deg, #87b5de, #c8a372, #0854aa);
    background: -moz-linear-gradient(229deg, #87b5de, #c8a372, #0854aa);
    background: -o-linear-gradient(229deg, #87b5de, #c8a372, #0854aa);
    background: -ms-linear-gradient(229deg, #87b5de, #c8a372, #0854aa);
    background: linear-gradient(229deg, #87b5de, #c8a372, #0854aa); 

    background-size: 600% 600%;
}



@-webkit-keyframes gradientfx {
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}

@-moz-keyframes gradientfx {
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}

@-o-keyframes gradientfx {
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}

@keyframes gradientfx { 
    0%{background-position:0% 88%}
    50%{background-position:100% 13%}
    100%{background-position:0% 88%}
}


.img-projeto {
    display: block;    
    max-width: 80%;
    
    margin: 0 auto;
    
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.projeto-mobile {
    max-width: 45%;
}

.projeto h1,
.projeto h2 { 
    font-weight: normal;
    color: #555;
    margin: 0 auto;
    text-align: center;
 }


.projeto h1 {
    font-family: Bevan, Georgia, serif;    
    font-size: 30px;
    padding: 0 10px;
    margin: 30px auto 0 auto;
}

.projeto h2 {
    padding: 0 10px;
    font-family: Hero, Verdana, sans-serif;
    font-size: 22px;
}

.projeto .info-titulo {
    display: block;
    font-size: 14px;
    color: #999;
    padding: 0 10px;
    margin: 10px auto;
    text-align: center;
}

.projeto hr {
    width: 200px;
    height: 1px;
    margin: 30px auto;

    border: 0;
    background: #999;
}

.projeto p {    
    max-width: 620px;
    padding: 0 10px;
    margin: 0 auto 25px auto;

    font-size: 18px;
    line-height: 24px;
}

.projeto figure {
    display: block;
    width: 90%;
    max-width: 600px;
    margin: 10px auto 30px auto;
}

.projeto figcaption {
    font-family: Georgia, serif;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: #777;
}

.img-canvas {
    
    width: 100%;        
    border-radius: 20px;

}

.wrap-slider {
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
    overflow-x: scroll;

    background: #333;
}

.wrap-slider td {    
    padding: 20px;
}

.wrap-slider img {
    width: 250px;

    border-radius: 4px;
}


.show-box {
    padding: 5%;
    margin: 50px 0;
    background: #333;

    text-align: center;
}

.show-box img {
    display: block;   
    max-width: 80%;
    margin: 10% auto 0 auto;

    border-radius: 4px;
}

.show-box img:first-child {
    margin: 0 auto;
}

.expandir-pagina {
    display: block;
    font-family: Hero, Verdana, sans-serif;
    font-size: 16px;
    color: #999;
    text-decoration: none;
    
    -webkit-transition: color .5s;
    transition: color .5s;
}


.expandir-pagina:hover {
    color: #fff;
    -webkit-transition: color .5s;
    transition: color .5s;
}




.btn-visitar {
    display: block;
    max-width: 250px;
    padding: 10px 30px;
    margin: 40px auto 80px auto;

    text-align: center;
    font-size: 24px;
    text-decoration: none;
    color: #30825e;
    
    background: transparent;

    border: 2px solid #30825e;
    border-radius: 50px;
    
    -webkit-transition: background 1s, color .5s;
    transition: background 1s, color .5s;

}

.btn-visitar:hover {
    background: #30825e;

    background: -webkit-gradient(126deg, #388a31, #2c7c7c);
    background: -webkit-linear-gradient(126deg, #388a31, #2c7c7c);
    background: -mozlinear-gradient(126deg, #388a31, #2c7c7c);
    background: -o-linear-gradient(126deg, #388a31, #2c7c7c);
    background: -ms-linear-gradient(126deg, #388a31, #2c7c7c);
    background: linear-gradient(126deg, #388a31, #2c7c7c);

    background-size: 500%;
    color: #fff;

    

    -webkit-animation: gradientfx 5s ease infinite;
    -moz-animation: gradientfx 5s ease infinite;
    -o-animation: gradientfx 5s ease infinite;
    animation: gradientfx 5s ease infinite;
    
    -webkit-transition: background 1s, color .5s;
    transition: background 1s, color .5s;
}




.banner-projeto {
    width: 100%;    
    padding: 40px; 
    margin: 100px 0 0 0;  
   
    background-size: cover; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000;
}

.banner-web1motoboy {
     background-image: url("../img/banner-web1motoboy.jpg"); 
}

.banner-parkinout {
    background-image: url("../img/banner-parkinout.jpg"); 
}

.banner-app1motoboy {
    background-image: url("../img/banner-app1motoboy.jpg"); 
}

.banner-explicafacil {
    background-image: url("../img/banner-explicafacil.jpg"); 
}

.banner-femac {
    background-image: url("../img/banner-femac.jpg"); 
}

.banner-recanto {
    background-image: url("../img/banner-recanto.jpg"); 
}


.voltar-portfolio {
    color: rgba(255,255,255,0.5);
    text-decoration: none;

    -webkit-transition: color .5s;
    transition: color .5s;
}

.voltar-portfolio:hover {
    color: rgba(255,255,255,1);
    text-decoration: none;

    -webkit-transition: color .5s;
    transition: color .5s;
}


.banner-projeto h3 {
    margin: 40px 0 0 0;
    font-family: Hero, Verdana, sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;

    color: #fff;

}

.banner-projeto h3 span {
    font-size: 22px;

    color: #fff;
}



.img-full {
    background: #333;
}

.img-full .voltar-portfolio {
    display: inline-block;
    padding: 130px 0 0 0;
}


.img-full .show-box {
    padding: 30px 0;
    margin: 0 auto;
}



@media screen and (max-width: 1004px) {
    
    .portfolio-item:nth-child(3n+1) {
        margin: 0 0 0 0;
    }

    .portfolio-item {
        width: 45%;
        height: 45%;
        max-width: 300px;
        margin: 0 0 25px 0;

        vertical-align: top;
        
    }     

    .portfolio-item a {
        width: 100%;
        height: 100%;
        line-height: 20px;

        padding-top: 45%;
    }

    .portfolio-item:nth-child(2n+1) {
        margin: 0 25px 25px 0;
    } 

    .bio { 
        margin: 50px 0 0 0;
        background-size: 150%;
    }

    footer {
        padding: 20px 0 0 0;
    }

    .logo-footer {
        display: none;
    }

    .contatos {
        display: block;
        padding: 0;
        margin: 0;

        text-align: center;
    }

    .contatos-item {
        margin: 0 0 10px 0;

        font-size: 22px;        
    }

    .social-item {
        font-size: 40px;
        margin: 0 5px;
    }

    .logo-mobile {
        display: block;
        margin: 20px auto;
    }

    .lab {
        position: absolute;
        bottom: 3px;
        right: 4px;
        margin: 0;
        float: none;

        font-size: 10px;
    }

    .icon-lab { font-size: 30px; }

    .lab span { display: none; }

    .banner-projeto {
        background-attachment: scroll;
        background-size: 150%;
        background-position: -200px -200px;
    }

}


@media screen and (max-width: 815px) {

    .bio { background-size: 180%; }

    .banner-projeto {       
        background-size: 120%;
        background-position: -100px -100px;
    }

}


@media screen and (max-width: 700px) {

    .banner-projeto { background-position: -50px -50px; }

}



@media screen and (max-width: 600px) {
    
    #bgvid { display: none; }

    header {        
        background: #000 url("img/bg-header2.jpg") no-repeat center center;
        background-size: cover;
    }

    .logo {
        width: 250px;
        margin: 15px auto 20px auto;
    }

    .links-contato {
        width: 189px;
        position: static;
        margin: 0 auto;
    }

    .links-contato li {
        display: inline-block;
        margin: 0 5px;
    }

    .links-contato a {
        font-size: 50px;
        width: 50px;
        height: 50px;
    }

    .intro h1 {
        padding: 0 10px;
        margin: 20px auto;        
    }

    .portfolio-item { margin: 0 0 15px 0; }

    .portfolio-item:nth-child(2n+1) { margin: 0 15px 15px 0; }

    .bio {
        padding: 30px 0;
        margin: 30px 0 0 0;

        background: url("img/bg-bio-mobile.jpg") no-repeat scroll;
        background-size: cover; 
    }

    .perfil {
        display: block;
        width: 100px;
        margin: 0 auto 20px auto;
        
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 100px;
    }

    .bio .texto {
        width: 100%;
        font-size: 18px;
    }


    .btn-curriculo {
        display: block;
        max-width: 330px;
        padding: 20px 30px;
        margin: 40px auto 20px auto;

        text-align: center;
        font-size: 25px;

        border-radius: 50px;
    }
    
    .wrap-slider img { width: 200px; }

    .banner-projeto {       
        background-size: 190%;
        background-position: -300px -50px;
    }

}


@media screen and (max-width: 500px) {
    
    .cover-projeto { height: 370px; }

}


@media screen and (max-width: 400px) {

    header {
        height: 300px;
        background: #000 url("img/bg-header2.jpg") no-repeat center center;
        background-size: cover;
    }

    .logo { width: 200px; }    

    .intro h1 {
        font-size: 18px;
        margin: 20px auto;
        padding: 0 5px;
    }

    .intro p { padding: 0 20px; }

    .portfolio-item a { 
        padding-top: 35%;
        padding: 35% 5% 0 5%;       
        line-height: 22px;
        font-size: 18px;        
    }

    .cover-projeto { height: 300px; }

    .btn-visitar { margin: 40px auto; }
    
    .banner-projeto { padding: 30px 20px; }

    .banner-projeto h3 { font-size: 22px; }

    .banner-projeto h3 span { font-size: 18px; }

    .banner-projeto {       
        margin: 40px 0;
        background-size: 200%;
        background-position: -300px -50px;
    }
        
}