/* 
    Created on : 17/06/2016, 21:23:42
    Author     : Abner Gonçalves
*/
@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
}

body { margin: 0; } 
h2 {
    font-family: 'Quicksand', sans-serif;
    margin-top: -27px;
    margin-left: 39px;
    text-shadow: 0 0 5px #FFF, 0 0 10px #C1C1C1;
    color: #004499;
    position: relative;
}
/************ Bone *************/

#subHead {
    background-color: #000;
    margin: auto;
    height:5px;
    width:100%;
    text-align: right;
}
/****************************************/
#subHeader{ 
    height:105px;
    border-bottom: 2px solid #C1C1C1;
}
/************ Bone *************/
.boxPrinc {
    margin: auto;
}
.boxMiddle {
    width: 1150px;
    margin: auto;
}
/************ Header *************/
#header{
    margin:auto;
    width: 85%;
    height: 50px;
}
#logo {
    background-image: url(../imagens/logo.png); 
    /*background-color: #008433;*/ 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110px;
    float:left;
    width: 20%;
    height:100px;
    margin-left:40px;
}

.menu1 {
    width: 70%;
    height:62px;/*Tamanho não visível, evitar alterar*/
    position: relative;
    padding-top:45px;
    float:left;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.menu1 img {
    margin-top: -30px;
    width: 170px;
}

.menu1 a{
    text-decoration: none;
    color: #004499;
    padding-top:52px;
    padding-bottom:48px;
    padding-left:30px;
    padding-right:30px;
}
.menu1 a:hover{
    text-decoration: none;
    padding-top: 45px;
    padding-bottom: 48px;
    -webkit-box-shadow: inset -1px -1px 64px -9px #303099;
    -moz-box-shadow: inset -1px -1px 64px -9px #303099;
    box-shadow: inset -1px -1px 44px -10px rgba(50, 50, 203, 0.5);
    -webkit-transition: 450ms ease-in-out;
    -moz-transition: 450ms ease-in-out;
    -o-transition: 450ms ease-in-out;
    -ms-transition: 450ms ease-in-out;
    color: #0066BB;
}
.menu1 a:visited{
    text-decoration: none;
    color: #009944;
    padding-top: 50px;
    margin-left: 50px;
}
.menu1 a:visited:hover{
    text-decoration: none;
    color: #000;
    padding-top: 50px;
    margin-left: 50px;
}

/************ Slide *************/
div#slider {
    overflow: hidden; 
}
div#slider figure img { 
    width: 20%;
    height: 500px;
    float:left;
}   
div#slider figure { 
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite; 
}
/************ Serviços *************/
#servicosGer {
    background-color: #F9F9F9;
    margin-top: 180px;
    height:630px;
}
#servicos {
    max-width: 1200px;
    width:87%;
    margin-left: 9%;
}
#servicos ul{
    margin-top: -10px;
}
#servicos li{
    list-style: circle;
    margin-top: 5px;
}
#servicosFotos {
    background-image: url(../imagens/servicos.png);
    background-size: 510px;
    float:left;
    height:510px;
    width: 510px;
    margin-left: 20px;
}
#servicosDesc {
    float:left;
    width: 54%;
    font-family: sans-serif;
    font-size: 19px;
    color:#383838;
    margin-top:-20px;
    height: 100%;
}
.servicosHeader{
    margin-left:10px;
    font-family: serif;
    float:left;
    font-weight: bold;
    color:#383838;
}
.servicosHead{
    margin-left:10px;
    margin-top:-20px;
    font-family: serif;
    float:left;
    font-size: 14px;
    font-weight: bold;
    color:#585858;
}
.headerSeparator{
    width:90px;
    height:10px;
    float:left;
    margin-left: 8px;
    border: 1px #E8E8E8 solid;
}
.headerSep{
    background-color: #FD5353;
    width:70px;
    height:1px;
    float:left;
    margin-left: 8px;
}
@-moz-document url-prefix() {
    .headerSeparator{
        width:30px;
        height:10px;
        float:left;
        margin-left: 8px;
        border: 1px #E8E8E8 solid;
    }
    .headerSep{
        background-color: #FD5353;
        width:10px;
        height:1px;
        float:left;
        margin-left: 8px;
    }
    .menu {
        width:89%;
        height:55px;/*Tamanho não visível, evitar alterar*/
        position: relative;
        padding-top:32px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
    }
}
/************ Serviços *************/
#servicesDesc {
    margin-left:10px;
    margin-top: -15px;
}
.servicesHead {
    color:#CD3333;
    font-family: serif;
    font-weight: bold;
}
.servicesBody {
    margin-top:-10px;
    color:#383838;
    font-family: serif;
}
/************ Empresa *************/
#empresa {
    background-color: #FDFDFD;
    width:100%;
    height:455px;
}
#empresa p{
    color: black;
}
#empresaFotos {
    background-image: url(../imagens/empresa.png);
    background-size: 580px;
    border-radius: 10px;
    float:left;
    height:455px;
    width: 50%;
}
#empresaDesc {
    float:left;
    width: 45%;
    font-family: sans-serif;
    font-size: 18px;
    color:#383838;
    margin-left:50px;
    margin-top:-20px;
}
/************ Segurança e Qualidade *************/
#seguranca {
    background-color: #FDFDFD;
    width:100%;
    height:500px;
    margin-top:75px;
}
#seguranca1 {
    background-image: url(../imagens/berkley.png);
    background-size: 270px;
    background-repeat: no-repeat;
    height:430px;
    float:left;
    margin-top:80px;
    width:33%;
}
#seguranca2 {
    background-image: url(../imagens/lideransat.png);
    background-size: 270px;
    background-repeat: no-repeat;
    float:left;
    height: 430px;
    margin-top:110px;
    margin-left:15px;
    width:33%;
}
#seguranca2p {
    width:330px;
    float:left;
    height: 195px;
}
#seguranca2img {
    width:350px;
    float:left;
    height: 200px;
    margin-left:5px;
    background-image: url(../imagens/empresa.png);
}
#seguranca3 {
    float: right; 
    height:430px;
    width:31%;
    margin-top:105px;
    background-image: url(../imagens/pamcary.png);
    background-size: 300px;
    background-repeat: no-repeat;
}

/************ Contato *************/
#contato {
    background-image: url("../imagens/bgcontato.png");
    background-position: center;
    background-color: #FDFDFD;
    width:100%;
    border-bottom: 1px solid #E8E8E8;
    height:605px;
    margin-top:60px;
}
#contatoDesc {
    margin-left: 7%;
    float:left;
    margin-top:13px;
}
#contatoEndDesc {
    float: left;
    margin-right: 30px;
}
#contatoEndDesc p{
    color: #383838;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    font-size: 15px;
}
#contatoMaps {
    margin-left: 20px;
}
#contatoFone {
    margin-left: 15px;
    float:left;
}
#contatoFoneDesc {
    margin-top: 40px;
    margin-left: 20px;
    float:left;
}
#contatoFoneDesc p{
    font-family: sans-serif;
    font-size: 17px;
}
#contatoFoneImg {
    margin-left: 90px;
    height:85%;
    float:left;
    margin-top:50px;
}
#contatoFoneImg img {
    margin-bottom: 60px;
}
.contatoFoneHead {
    font-family: serif;
    color:#004499;
    font-weight: bold;
    margin-bottom: -10px;
}
.contatoFoneBody {
    margin-left: 15px;
    font-size: 15px;
    font-family: sans-serif;
    color: #444444;
}
/************ Footer *************/

#footer {
    width: 100%;
    background-color: #383838;
    height:50px;
}
#footerDesc{
    margin-left: 35%;
    color: #222222;
    font-weight: bold;
    float:left;
}
/******* Separator *******/
.separatorServicos {
    height:15px;
    width:6%;
    margin-right: -10px;
    margin-top:-25px;
    background-color: #004499;
    position: relative;
    float:right;
}
.separatorServicos h2{
    color:#000000;
    margin:17px 10px 10px -90px;
    width: 85px;
    padding-left: 10px;
    height: 30px;
    border-radius:15px 15px 15px 15px;
    text-shadow: 0 0 5px #FFF, 0 0 10px #C1C1C1;
}
.separatorEmpresa {
    height:60px;
    width:16px;
    margin-top:-15px;
    background-color: #0066BB;
    position: relative;
}
.separatorSeguranca {
    height:50px;
    width:17px;
    margin-top:-20px;
    margin-left: -10px;
    margin-right: 10px;
    background-color: #000000;
    position: relative;
    float:left;
}
.separatorSeguranca h2 {
    margin-top:0px;
    margin-left:25px;
    width: 450px;
    padding-top:20px;
}
.separator4 {
    height:50px;
    width:15px;
    margin-top:-20px;
    margin-right: -29px;
    background-color: #CD3333;
    position: relative;
    float:right;
}
.separator4 h2{
    color:#008844;
    margin:20px 0px 0px -140px;
    width: 85px;
    height: 30px;
    text-shadow: 0 0 5px #FFF, 0 0 10px #C1C1C1;
}

@media screen and (max-width: 1026px) {

    .menu1 a{
        text-decoration: none;
        color: black;
        padding-top:52px;
        padding-bottom:48px;
        padding-left:5px;
        padding-right:5px;
    }

}

@media screen and (max-width: 700px) {

    .menu1 a{
        visibility: hidden;
    }

    #logo {
        background-image: url(../imagens/logo.png); 
        /*background-color: #008433;*/ 
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100px;
        float:left;
        width: 100px;
        height:100px;
        margin-left:245px;
    }

    #subHeader{
        margin:auto;
        width: 690px;
        height: 105px;
    }

    div#slider {
        width: 690px;
        visibility: hidden;
        height: 0px;
    }
    div#slider figure img { 
        width: 690px;
        visibility: hidden;
        height: 0px;
    }   
    div#slider figure { 
        width: 690px;
        height: 0px;
        visibility: hidden; 
    }

    #empresa {
        background-color: #FDFDFD;
        width:690px;
        height:735px;
    }
    #empresa p{
        color: black;
    }
    #empresaFotos {
        background-image: url(../imagens/empresa.png);
        background-size: 450px;
        border-radius: 10px;
        float:left;
        margin-left:23%;
        height:350px;
        width: 350px;
    }
    #empresaDesc {
        float:left;
        width: 633px;
        font-family: sans-serif;
        font-size: 18px;
        color:#383838;
        margin-left:10px;
        margin-top:10px;
    }

    /************ Serviços *************/
    #servicosGer {
        background-color: #F9F9F9;
        width:690px;
        height: 1050px;
    }   
    #servicos {
        width: 653px;
        margin-left: 10%;
    }
    #servicos ul{
        margin-top: -10px;
    }
    #servicos li{
        list-style: circle;
        margin-top: 5px;
    }
    #servicosFotos {
        background-image: url(../imagens/servicos.png);
        background-size: 350px;
        float:left;
        height:350px;
        width: 350px;
        margin-top: -905px;
        margin-left: 20%;
    }
    #servicosDesc {
        float:left;
        width: 623px;
        font-family: sans-serif;
        font-size: 19px;
        color:#383838;
        margin-top:370px;
        height: 100%;
    }
    .separatorServicos {
        background-color: #004499;
        float:left;
    }
    .separatorServicos h2{
        color:#000000;
        margin-left:10px;
        text-shadow: 0 0 5px #FFF, 0 0 10px #C1C1C1;
    }

    #seguranca {
        background-color: #FDFDFD;
        width:690px;
        height:400px;
        margin-top:35px;
    }
    #seguranca1 {
        background-image: url(../imagens/berkley.png);
        background-size: 230px;
        background-repeat: no-repeat;
        float:left;
        margin-left:5%;
        margin-top:50px;
        width:250px;
        height: 100px;
    }
    #seguranca2 {
        background-image: url(../imagens/lideransat.png);
        background-size: 250px;
        background-repeat: no-repeat;
        float:left;
        margin-top:75px;
        margin-left:8%;
        width:250px;
    }
    #seguranca3 {
        float: left; 
        width:250px;
        margin-left: 7%;
        margin-top:-330px;
        background-image: url(../imagens/pamcary.png);
        background-size: 250px;
        background-repeat: no-repeat;
    }
    .separatorSeguranca h2 {
        margin-top:0px;
        margin-left:25px;
        width: 690px;
        padding-top:20px;
    }
    /************ Contato *************/
    #contato {
        background-image: url("../imagens/bgcontato.png");
        background-size: 690px;
        background-position: center;
        background-color: #FDFDFD;
        width:690px;
        border-bottom: 1px solid #E8E8E8;
        height:455px;
    }
    #contatoDesc {
        width:690px;
        float:left;
    }
    #contatoDesc h2{
        margin-top:-175px;
    }
    #contatoEndDesc {
        float: left;
        margin-top:-150px;
        margin-left:25px;
    }
    #contatoEndDesc p{
        color: #383838;
        font-weight: bold;
        text-align: center;
        font-family: sans-serif;
        font-size: 15px;
    }
    #contatoMaps {
        visibility: hidden;
    }
    #contatoFone {
        margin-left: 15px;
        float:left;
    }
    #contatoFoneDesc {
        margin-top: -430px;
        margin-left: 100px;
        float:left;
    }
    #contatoFoneDesc p{
        font-family: sans-serif;
        font-size: 17px;
    }
    #contatoFoneImg {
        margin-left: 40px;
        float:left;
        margin-top: -420px;
    }   
    #contatoFoneImg img {
        margin-bottom: 60px;
    }
    #footer {
        width: 690px;
        height:120px;
        background-color: #383838;
    }
    #footerDesc{
        margin-top:-70px;
        margin-left:130px;
        font-weight: bold;
        color:red;
        float:left;
    }
    .boxMiddle {
        width: 690px;
        margin: auto;
    }

}

@media screen and (max-width: 480px) {

    #logo {
        background-image: url(../imagens/logo.png); 
        /*background-color: #008433;*/ 
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80px;
        float:left;
        width: 80px;
        height:80px;
        margin-left:125px;
    }

    #subHeader{
        margin:auto;
        width: 370px;
        height: 85px;
    }

    div#slider {
        width: 370px;
        visibility: hidden;
        height: 0px;
    }
    div#slider figure img { 
        width: 370px;
        visibility: hidden;
        height: 0px;
    }   
    div#slider figure { 
        width: 370px;
        height: 0px;
        visibility: hidden; 
    }

    #empresa {
        background-color: #FDFDFD;
        width:370px;
        height:735px;
    }
    #empresa p{
        color: black;
    }
    #empresaFotos {
        background-image: url(../imagens/empresa.png);
        background-size: 250px;
        border-radius: 10px;
        float:left;
        margin-left:23%;
        height:200px;
        width: 200px;
    }
    #empresaDesc {
        float:left;
        width: 353px;
        font-family: sans-serif;
        font-size: 18px;
        color:#383838;
        margin-left:10px;
        margin-top:10px;
    }

    /************ Serviços *************/
    #servicosGer {
        background-color: #F9F9F9;
        width:370px;
        height: 1150px;
    }   
    #servicos {
        width: 353px;
        margin-left: 4%;
    }
    #servicos ul{
        margin-top: -10px;
    }
    #servicos li{
        list-style: circle;
        margin-top: 5px;
    }
    #servicosFotos {
        background-image: url(../imagens/servicos.png);
        background-size: 200px;
        float:left;
        height:200px;
        width: 200px;
        margin-top: -1075px;
        margin-left: 20%;
    }
    #servicosDesc {
        float:left;
        width: 340px;
        font-family: sans-serif;
        font-size: 19px;
        color:#383838;
        margin-top:230px;
        height: 100%;
    }
    .separatorServicos {
        background-color: #004499;
        float:left;
    }
    .separatorServicos h2{
        color:#000000;
        margin-left:10px;
        text-shadow: 0 0 5px #FFF, 0 0 10px #C1C1C1;
    }

    #seguranca {
        background-color: #FDFDFD;
        width:370px;
        height:400px;
        margin-top:35px;
    }
    #seguranca1 {
        background-image: url(../imagens/berkley.png);
        background-size: 230px;
        background-repeat: no-repeat;
        float:left;
        margin-left:11%;
        margin-top:50px;
        width:250px;
        height: 100px;
    }
    #seguranca2 {
        background-image: url(../imagens/lideransat.png);
        background-size: 250px;
        background-repeat: no-repeat;
        float:left;
        margin-top:20px;
        margin-left:13%;
        width:250px;
    }
    #seguranca3 {
        float: left; 
        width:250px;
        margin-left: 14%;
        margin-top:-330px;
        background-image: url(../imagens/pamcary.png);
        background-size: 250px;
        background-repeat: no-repeat;
    }
    .separatorSeguranca h2 {
        margin-top:0px;
        margin-left:25px;
        width: 370px;
        padding-top:20px;
    }
    /************ Contato *************/
    #contato {
        background-image: url("../imagens/bgcontato.png");
        background-size: 370px;
        background-position: center;
        width:370px;
        border-bottom: 1px solid #E8E8E8;
    }
    #contatoDesc {
        width: 330px;
        float:left;
    }
    #contatoDesc h2{
        margin-top:-270px;
    }
    #contatoEndDesc {
        float: left;
        margin-top:-250px;
        margin-left:-150px;
    }
    #contatoEndDesc p{
        color: #383838;
        font-weight: bold;
        text-align: center;
        font-family: sans-serif;
        font-size: 15px;
    }
    #contatoMaps {
        visibility: hidden;
    }
    #contatoFone {
        margin-left: 15px;
        float:left;
    }
    #contatoFoneDesc {
        margin-top: -430px;
        margin-left: 100px;
        float:left;
    }
    #contatoFoneDesc p{
        font-family: sans-serif;
        font-size: 17px;
    }
    #contatoFoneImg {
        margin-left: 40px;
        float:left;
        margin-top: -420px;
    }   
    #contatoFoneImg img {
        margin-bottom: 60px;
    }
    #footer {
        width: 370px;
        height:120px;
        background-color: #383838;
    }
    #footerDesc{
        margin-top:-70px;
        margin-left:30px;
        font-weight: bold;
        color:red;
        float:left;
    }
    .boxMiddle {
        width: 370px;
        margin: auto;
    }
}
