/*Reset margens*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto";
}

.container{
    max-width: 1280px;
    padding: 0 2%;
    margin: 0 auto;
}

/*
input[type=submit],
input[type=text],
input[type=email],
textarea{
    appearance: none;
    -webkit-appearance: none;
}
*/


body{
    background: rgb(230, 230, 230);
}

.clear{clear: both;}

/*Header do meu site*/
header{
    background-image: url(../imagens/bg.jpg);
    min-height: 450px;
    padding: 30px 0;
    background-size: cover;
    background-position: center;
}
.logo{
    position: relative;
    z-index: 2;
    /*background-image: url(../imagens/logo.png);*/
    background-size: 100% 100%;
    float: left;
    width: 132px;
    height: 20px;
    color: white;
}

nav.desktop{
    float: right;
}

nav.desktop ul{
    list-style-type: none;
}

nav.desktop li{
    display: inline-block;
    margin: 0 15px;
}

nav.desktop a{
    text-decoration: none;
    color: white;
}

nav li.btn-nav{
    padding: 3px 8px;
    border-radius: 20px;
    border: 1px solid white;
}

/*Menu mobile*/
nav.mobile{
    
    display: none;
    float: right;
}

nav.mobile ul{
    background: #31475e;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 70px 0 30px 0;
    top: 0px;
    display: none;
    text-align: center;
}

nav.mobile h3{
    position: relative;
    z-index: 2;
    color: white;
    cursor: pointer;
    font-size: 26px;
}

nav.mobile li{
    padding: 10px 0;
}

nav.mobile li.btn-nav{
    padding: 4px 10px;
    display: inline-block;
}

nav.mobile a{
    display: block;
    color: white;
    text-decoration: none;
}

div.chamada-header{
    padding: 110px 0;
}

div.chamada-header h2{
    color: white;
    font-size: 47px;
    font-weight: normal;
}

div.chamada-header p{
    color: white;
    font-size: 17px;
    margin-top: 10px;
    max-width: 600px;
}

div.chamada-header form{
    margin-top: 10px;
}

div.chamada-header input[type=email]{
    display: inline-block;
    border-radius: 100px;
    background: white;
    width: 237px;
    height: 35px;
    border: 0;
    padding-left: 10px;
}

div.chamada-header input[type=email]:focus{outline: 0;}

div.chamada-header input[type=submit]{
    width: 181px;
    height: 43px;
    border-radius: 100px;
    background-color: #ff5f27;
    color: white;
    cursor: pointer;
    border: 0;
}

section.descricao-loren1{
    text-align: center;
    padding: 30px 0;
}

section.descricao-loren1 p{
    display: inline-block;
    max-width: 680px;
    font-weight: lighter;
    font-size: 22px;
    font-style: italic;
}

section.descricao-loren2{
    padding: 50px 0;
}

section.descricao-loren2 > .container{
    
    max-width: 960px;
}

.texto-descricao{
    padding: 0 15px;
    float: left;
    width: 55%;
}

.texto-descricao h3{
    color: #31475e;
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
}

.texto-descricao p{
    margin-top: 15px;
    color: #6a7c92;
    font-size: 15px;
    line-height: 25px;
}

section.descricao-loren2 img{
    float: left;
    width: 45%;
    max-width: 500px;
}

section.descricao-loren3{
    padding: 30px 0 60px 0;
}

section.descricao-loren3 > .container{
    max-width: 960px;
    background-image: url(../imagens/bg2.jpg);
    background-size: cover;
    min-height: 350px;
    position: relative;
}

.box-depoimento{
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 70%;
    max-width: 506px;
    background: white;
    padding: 10px 30px;
    box-shadow: 0 8px 20px 0 rgba(200, 200, 200, 0.7);
}

.box-depoimento p{
    font-size: 18px;
    color: #31475e;
    font-weight: lighter;
}

section.servicos{
    padding: 25px 0;
    
}

section.servicos > .container{
    max-width: 1100px;
    
}

.title-servicos{
    text-align: center;
}

.title-servicos h3{
    color: #31475e;
    font-size: 22px;
    font-weight: normal;
}

.flex-servicos{
    display: flex;
    flex-wrap: wrap;
}

.box-servico{
    border: 10px solid rgb(230, 230, 230);
    background: white;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
    width: 33.3%;
}

.box-servico img{
    width: 100%;
}

.box-servico-wraper{
    padding: 20px;
}

.box-servico-wraper h2{
    color: #31475e;
    font-size: 20px;
    font-weight: normal;
}

.box-servico-wraper p{
    margin: 8px 0;
    line-height: 1.6;
    font-weight: lighter;
    color: #6a7c92;
    font-size: 15px;
}

.box-servico-wraper a{
    display: inline-block;
    border: 1px solid #6a7c92;
    color: #6a7c92;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 20px;
}

section.formulario{
    padding: 30px 0;
}

section.formulario h2{
    text-align: center;
    font-weight: normal;
    color: #31475e;
}

section.formulario form{
    margin-top: 10px;
}

section.formulario > .container{
    max-width: 960px;
}

section.formulario input[type=text]{
    width: 100%;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #ebebeb;
    margin-top: 8px;
    padding-left: 10px;
}

section.formulario input[type=text]:focus{outline: 0;}

section.formulario textarea{
    width: 100%;
    height: 120px;
    resize: vertical;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    margin-top: 8px;
    padding: 10px;
}

section.formulario input[type=submit]{
    width: 130px;
    height: 38px;
    color: white;
    cursor: pointer;
    border: 0;
    margin-top: 10px;
    border-radius: 100px;
    background-color: #ff5f27;
    box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
}

footer{
    margin: 50px 0;
}

.box-footer{
    float: left;
    width: 33.3%;
    padding: 0 15px;
}

.box-footer h2{
    font-size: 22px;
    font-weight: normal;
    color: #31475e;
}

.box-footer p{
    font-size: 15px;
    margin-top: 10px;
    color: #31475e;
    font-weight: 300;
}

.box-footer form{
    margin-top: 10px;
}

.box-footer button{
    width: calc(20% - 10px);
    margin-left: 10px;
    max-width: 63px;
    height: 43px;
    border: 1px solid #31475e;
    border-radius: 50px;
    background: white;
}

.box-footer input[type=text]{
    width: 80%;
    padding-left: 10px;
    max-width: 208px;
    height: 43px;
    border-radius: 100px;
    background-color: #f7f7f7;
    border: 1px solid #bfbfbf;
}

.box-footer input[type=text]:focus{outline: 0;}

.box-footer i{
    color: #31475e;
}


/*Responsivo*/
@media screen and (max-width:1024px){
    .box-depoimento{
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        width: 80%;
        transform: translate(-50%, -50%);
    }
    nav.desktop{display: none;}
    nav.mobile{display: block;}
    div.chamada-header{
        text-align: center;
    }
    div.chamada-header p{
        display: inline-block;
    }
    div.chamada-header input[type=email]{
        margin-bottom: 10px;
    }
}

section.portfolio{
    padding: 20px 0;
    background: white;
}

section.portfolio h2{
    text-align: center;
    font-weight: normal;
    color: #31475e;
}

section.portfolio > .container{
    max-width: 960px;
    padding: 15px 0;
    background-color: #f7f7f7;
}

.empresas{
    padding: 0 10px;
    margin: 20px 0;
    display: flex;

    flex-wrap: wrap;
}

.empresa-single{
    align-items: center;
    justify-content: center;
    display: flex;
    border-style: solid;
    border-color: #ececec;
    border-width: 1px 0 1px 1px;
    width: 25%;
    padding: 10px 0;
}

.empresas .empresa-single:last-child{
    border: 1px solid #ececec;
}

@media screen and (max-width: 768px){
    .box-footer{
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .empresas .empresa-single{
        width: 100%;
        max-width: 640px;
        margin: 15px auto;
        border: 1px solid #ececec;
    }
    .box-servico{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .texto-descricao{
        display: block;
        float: none;
        width: 100%;
    }
    section.descricao-loren2 img{
        display: block;
        margin: 0 auto;        
        width: 100%;
        float: none;
        margin-top: 10px;
        max-width: 500px;
    }
}

