@charset "UTF-8";

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Light.ttf);
}
@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Regular.ttf);
}
@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Bold.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/OpenSans-Bold_0.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/OpenSans-ExtraBold_0.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/OpenSans-ExtraBoldItalic_0.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/OpenSans-Light_0.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/OpenSans-Regular_0.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/OpenSans-Semibold_0.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/OpenSans-SemiboldItalic_0.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-ExtraBold.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-ExtraLight.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Heavy.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Light.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-SemiBold.ttf);
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Thin.ttf);
}


/* Large desktop */
@media (min-width: 1020px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1021px) {
 
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

 }

/* Landscape phones and down */
@media (max-width: 640px) {
    .tags{
        display: none !important;
    }
    .responsHeader .logomobile{
        margin-top: 5px;
        margin-left: 8px;
        margin-bottom: 5px;
    }
    .logoTop{
        width: 90%;
    }
    .resumoSite{
        margin-top: 50px;
    }
    .responsHeader{
        z-index: 99999999;
        position: fixed;
        top: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #000000;
    }
    .hamburguer{
        margin-top: 15px;
    }
    .responsNav{
        display: none;
        -moz-animation: responsNav 1.5s;
        -webkit-animation: responsNav 1.5s; /* Chrome, Safari, Opera */
        animation: responsNav 1.5s;
    }

    /* Chrome, Safari, Opera */
    @-moz-keyframes responsNav {
        from {opacity: 0;}
        to {opacity: 1;}
    }
    @-webkit-keyframes responsNav {
        from {opacity: 0;}
        to {opacity: 1;}
    }

    /* Standard syntax */
    @keyframes responsNav {
        from {opacity: 0;}
        to {opacity: 1;}
    } 
    .responsNav{
        position: relative;
        z-index: 0;
    }
    .navmain li{
        color: #FFFFFF;
        border-top: 1px dotted #404040 !important;
        display: block !important;
        padding: 15px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        transition: all, 1.0s !important;
    }
    .navmain li a{
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
    }
    .vlightbox1{
        text-align: center !important;
        width: 100% !important;
    }
    .vlightbox1 img{
        text-align: center !important;
        width: 100% !important;
    }
    .tServicos{
        line-height: 35px;
        text-align: left;
    }
    .imgEmpresa, .imgEmpresa2, .imgLocalizacao{
        margin-top: 25px !important;
    }
    .tSlide{
        width: 100% !important;
        font-size: 25px !important;
    }
    table th, table td{
        padding: 10px !important;
        border: 1px solid #FFFFFF !important;
        font-size: 12px !important;
    }
    .stSlide{
        width: 100% !important;
    }
    .stprincipal{
        font-weight: 600 !important;
        margin-top: 0px !important
    }

    .tprincipal{
        line-height: 35px;
        font-size: 22px !important;
    }
    .pInternas, .stInternas{
        font-weight: 600 !important;
        font-size: 18px !important;
    }
    .contEmpresa{
        margin-top: 110px !important;
    }
    .tInternas{
        font-size: 22px !important
    }
    .central{
        margin-top: 50px !important;
        background-color: #FFFFFF !important
    }
    .capacel{
        margin-top: 50px;
    }
}







/*CSS PADRÃO*/
body{
    margin: 0px;
    padding: 0px;
}
img{
    max-width: 100%;
    transition: all 0.5s;
}
a, span, li{
    font-family: 'Roboto', sans-serif;
	text-decoration: none !important;
	transition: all 0.5s;
    font-size: 14px;
}
ul{
	list-style: none;
    padding: 0px;
    margin: 0px;
}
p,h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-weight: 400;
    color: #000000;
	line-height: 22px;
}


/*HOME*/
header{
    position: relative;
    z-index: 99999;
}
.logo{
    margin-top: 15px;
}
.menutop{
    margin-top: 46px;
}
.menutop li{
    margin: 0px;
    display: inline-block;
}
.menutop li a{
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
}
.menutop li a:hover{
    background-color: #ED1C24
}
.falecom{
    border: 1px solid #FFFFFF;
}
/*Slides*/
#slide{
    position: absolute !important;
    width: 100%;
    z-index: 0 !important;
    top: 0px;
    text-align: center;
    background-color: #FFFFFF;
}
.sobreHomee{
    margin-top: 480px;
}
.camposlide{
    text-align: center;
    width: 100%;
    height: 642px;
}
.botoeSlide a:hover{
    background-color: rgba(0,0,0,0.8) !important;
}
.inner-slide{
    margin-top: -70px !important;
    padding-top: 20px;
    padding: 0px;
    margin: 0 auto;
    width: 1024px;
}
.slide01{
    padding-top: 200px;
    background-position: center;
    display: block;
    height: 452px !important;
    background-color: #FFFFFF;
    background-image: url(../imgs/slide01.jpg);
    background-repeat: no-repeat;
}
.slide02{
    padding-top: 200px;
    background-position: center;
    display: block;
    height: 452px !important;
    background-color: #FFFFFF;
    background-image: url(../imgs/slide02.jpg);
    background-repeat: no-repeat;
}

#prev, #next{
    background-color: rgba(237,28,36,0.5);
    padding: 13px;
    border-radius: 50%;
    padding-top: 9px;
    font-weight: 300;
    padding-bottom: 9px;
    color: #FFFFFF;
    font-size: 25px;
    text-decoration: none;
    position: absolute;
    top: -325px;
}
#prev:hover, #next:hover{
    background-color: rgba(237,28,36,1);
    color: #FFFFFF;
}
#prev{
    float: left;
    padding-left: 30px;
    margin-left: -40px;
}

#next{
    float: right;
    padding-right: 30px;
    margin-right: -40px;
}
.slidepager{
    float: right;
    z-index: 2 !important;
    position: relative;   
    top: -150px;
    text-align: center;
}
.slidepager a{
    box-shadow: 1px 1px 50px #CCCCCC;
    background-color: rgba(0,0,0,0);
    color: #760A0F;
    margin: 5px;
    font-size: 1px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    padding: 8px;
    padding-left: 8px;
    padding-right: 8px;
    transition: all 0.5s;
}
.slidepager a:hover{
    background-color: #ED1C24;
    color: #ED1C24;

}
.slidepager a.activeSlide{
    background-color: #ED1C24;
    color: #ED1C24;

}
.tSlide{
    text-shadow: 1px 1px 1px #000000;
    text-align: left;
    line-height: 45px;
    font-weight: 800 !important;
    width: 521px;
    color: #FFFFFF;
    font-family: 'Raleway';
    font-size: 45px;
}
.inner-slide .tSlide{
    font-size: 35px;
}
.stSlide{
    text-shadow: 1px 1px 1px #000000;
    text-align: left;
    line-height: 35px;
    font-weight: 600;
    width: 521px;
    color: #FFFFFF;
    font-family: 'Raleway';
    font-size: 20px;
    margin-bottom: 25px;
}
.opensans{
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
}
.botoeSlide li{
    display: inline-block;
    float: left;
    margin: 5px;
}
.botoeSlide li a{
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid #FFFFFF;
}
.botoeSlide li a.bgcinza{
    background-color: #475258;
}
.resumoSite{
    transition: all 0.5s;
    border: 1px solid #EEEEEE;
    padding: 20px;
    text-align: center;
}
.resumoSite fieldset h1{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.resumoSite fieldset h2{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.resumoSite:hover{
    box-shadow: 1px 1px 50px #CCCCCC;
}
.resumoSite:hover a{
    background-color: red;
    color: #FFFFFF;
    -moz-animation: botoesHome 2.5s;
    -webkit-animation: botoesHome 2.5s; /* Chrome, Safari, Opera */
    animation: botoesHome 2.5s;
    }

    /* Chrome, Safari, Opera */
    @-moz-keyframes botoesHome {
        from {box-shadow: 1px 1px 50px #CCCCCC;}
        to {box-shadow: 1px 1px 50px #FFFFFF;}
    }
    @-webkit-keyframes botoesHome {
        from {box-shadow: 1px 1px 50px #CCCCCC;}
        to {box-shadow: 1px 1px 50px #FFFFFF;}
    }

    /* Standard syntax */
    @keyframes botoesHome {
        from {box-shadow: 1px 1px 50px #CCCCCC;}
        to {box-shadow: 1px 1px 50px #FFFFFF;}
    } 
.resumoSite img{
    width: 82px;
    height: 78px;
}
.resumoSite fieldset a{
    position: relative;
    background-color: #FFFFFF;
    top: 22px;
    padding: 8px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 4px;
    color: #ED1C24;
    font-weight: 600;
    border: 1px solid #ED1C24;
}
.resumoSite fieldset a:hover{
    background-color: #ED1C24;
    color: #FFFFFF;
    border: 1px solid #ED1C24;
}
.servicosHome{
    text-align: center;
    margin-top: 110px;
    background-color: #F9F9FA;
    border-top: 1px solid #E8E8EC;
    border-bottom: 1px solid #E8E8EC;
    padding-top: 50px;
    padding-bottom: 50px;
}
.iconservicos{
    margin-bottom: 70px;
}
.tServicos{
    font-size: 30px;
    color: #465258;
    margin-bottom: 40px;
    font-weight: 700;
}
.servicosHomein .tServicos::before{
    content: "> ";
}
.pServicos{
    line-height: 30px;
    color: #444651;
    font-size: 18px;
    font-weight: 300;
}
.pServicosLed{
    line-height: 17px;
    color: #444651;
    font-size: 18px;
    font-weight: 300;
}
.servicosHomein{
    text-align: justify;
    padding: 26px;
    padding-bottom: 0px;
}
.servicosHomein h1{
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
    margin-bottom: 16px;
}
.servicosHomein p{
    font-size: 16px;
}
.divClick{
    cursor: pointer;
}
.sobreHome{
    margin-top: 80px;
    text-align: center;
}
.lermais{
    font-weight: 500;
    color: #EC1B24;
}
.lermais:hover{
    color: #EC1B24;
    text-decoration: underline !important;
}
.bannerHome{
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-attachment: fixed;
    background-image: url(../imgs/slide022.jpg);
}
.bgParallax{
    transition: all 1s;
}
.ledd h1{
    text-align: center;
}
.ledr{
    background-color: red;
    color: #FFFFFF
}
.tBanner h1{
    text-shadow: 1px 1px 1px #000000;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    font-family: 'Raleway', sans-serif;
}
.tBanner h2{
    text-shadow: 1px 1px 1px #000000;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Raleway', sans-serif;
}
.bannerHome p{
    text-shadow: 1px 1px 1px #000000;
    margin-top: 20px;
    color: #FFFFFF;
    font-weight: 200;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Raleway', sans-serif;
}
.imgBanner{
    position: absolute;
    bottom: -300px;
    right: 0px;
}
.formHome h2{
    margin-left: 15px;
    margin-bottom: 30px;
    margin-top: -30px;
}
.formHome h1{
    margin-left: 15px;
}
.campo{
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #8194A3;
    outline: none;
    font-size: 18px;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    width:100%;
    padding: 15px;
    padding-left: 50px;
    transition: all 0.5s;
}
.campo:focus{
    padding-left: 60px;
    box-shadow: 1px 1px 50px #CCCCCC;
}
textarea{
    font-size: 18px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #DDDDDD;
    margin-top: 3px;
    margin-bottom: 20px;
    width:100%;
    height: 100px;
    padding: 15px;
    padding-left: 50px;
    transition: all 0.5s;
}
textarea:focus{
    padding-left: 60px;
    box-shadow: 1px 1px 50px #CCCCCC;
}
.botaoenviar{
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    padding: 10px;
    background-color: #465258;
    border: none;
    transition: all 0.5s;
    border-radius: 4px;
}
.botaoenviar:hover{
    background-color: #075192;
}
.input_nome{
    background-image: url(../imgs/back_input_nome.jpg);
    background-repeat: no-repeat;
}
.input_telefone{
    background-image: url(../imgs/back_input_telefone.jpg);
    background-repeat: no-repeat;
}
.input_email{
    background-image: url(../imgs/back_input_email.jpg);
    background-repeat: no-repeat;
}
.input_empresa{
    background-image: url(../imgs/back_input_empresa.jpg);
    background-repeat: no-repeat;
}
.input_cidade{
    background-image: url(../imgs/back_input_cidade.jpg);
    background-repeat: no-repeat;
}
.input_funcionarios{
    background-image: url(../imgs/back_input_funcionarios.jpg);
    background-repeat: no-repeat;
}
.text_mensagem{
    background-image: url(../imgs/back_input_mensagens.jpg);
    background-repeat: no-repeat;
}
footer{
    margin-top: 80px;
    text-align: center;
    background-color: #F9F9FA;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: #E2E2E7;
}
footer p{
    line-height: 29px;
    margin-top: 20px;
    color: #535353;
}
footer p strong{
    line-height: 35px;
    font-size: 25px;
}

/*Empresa*/
.topInterna{
    position: fixed;
    left: 0px;
    z-index: 99;
    top: 0px;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}
.topInterna nav ul{
    margin-top: 10px;
}
.topInterna nav ul li{
    margin: 10px;
    display: inline-block;
}
.topInterna nav ul li a{
    color: #000000;
    font-size: 13px;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
}
.topInterna nav ul li a:hover{
    background-color: #ED1C24;
    color: #FFFFFF;
}
.falecominterna{
    border: 1px solid #000000 !important;
}
.secaoMenu{
    border-left: 1px dotted #CCCCCC;
    padding-left: 1px;
}
.secaoMenu{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.secaoMenu small{
    font-size: 8px;
}
.imgEmpresa{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 85px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../imgs/bannerempresa.jpg);
}
.port{
    padding: 20px;
    transition: all 0.5s;
    border: 1px solid #DDDDDD
}
.port:hover{
    box-shadow: 1px 1px 50px #CCCCCC
}
.imgEmpresa2{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 85px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../imgs/banner2.jpg);
}
.tprincipal{
    text-align: center;
    color: #66747D;
    font-size: 55px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.falecominternasecaoMenu{
    font-size: 18px;
    font-weight: 600;
}
.falecominternasecaoMenu small{
    font-size: 10px
}
.stprincipal{
    text-align: center;
    font-size: 17px;
    margin-top: 40px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    color: #1F2527;
    margin-bottom: 20px;
}
.contEmpresa{
    margin-top: 200px;
}
.tEsq{
    margin-top: -100px;
}

.stEsq{
}

.tInternas{
    text-align: left;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #465258;   
}
.stInternas{
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    color: #465258;   
}
.pInternas{
    font-family: 'Raleway', sans-serif;
    color: #1F2527;
    font-size: 30px;
    font-size: 16px;
    font-weight: 500;
}
.sobre{
    margin-top: 20px;
}
/*localizacao*/
.imgLocalizacao{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 85px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../imgs/bannerlocalizacao.jpg);
}
iframe{
    margin-top: 30px;
}
.linhagaleria{
    margin-bottom: 40px;
}
.menina{
    margin-left: 40px;
    margin-top: -272px;
    text-align: center;
}
.central{
    text-align: center !important;
    margin-top: 274px;
    background-color: #FAD100;
    padding-bottom: 80px;
}
.infcont{
    margin-top: -60px;
}
.central .tInternas, .central .stInternas{
    text-align: center !important;
}
.central .stInternas{
    color: #000000;
}
.fones{
    margin: 0 auto !important;
    text-align: center !important;
}
.central p{
    font-size: 30px;
}
.central p small{
    font-size: 10px;
}
table{
    text-align: left;
    width: 100%;
    margin-top: 48px;
    border: 1px solid #CCCCCC;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 200;  
    color: #000000;
}
thead{
    background-color: #36B5E7;
    color: #FFFFFF;
}
table th, table td{
    padding: 20px;
    border: 4px solid #FFFFFF;
}
.cinz{
    background-color: #F1F5F6;
}
.cinz2{
    background-color: #EDEDEB;
}

.list_table{
    margin-left: 50px;
    float: left;
}
.facelink{
    background-color: blue !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 0px !important;
}
.imgled{
    margin-top: 30px
}
.grifado{
    font-size: 50px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 3px;
    background-color: red;   
        -moz-animation: led 1s infinite;
        -webkit-animation: led 1s infinite; /* Chrome, Safari, Opera */
        animation: led 1s infinite;

    }

    /* Chrome, Safari, Opera */
    @-moz-keyframes led {
        0% {background-color: red;}
        25% {background-color: blue;}
        50% {background-color: red;}
        75% {background-color: blue;}
        100% {background-color: red;}
    }
    @-webkit-keyframes led {
        0% {background-color: red;}
        25% {background-color: blue;}
        50% {background-color: red;}
        75% {background-color: blue;}
        100% {background-color: red;}
    }

    /* Standard syntax */
    @keyframes led {
        0% {background-color: red;}
        25% {background-color: blue;}
        50% {background-color: red;}
        75% {background-color: blue;}
        100% {background-color: red;}
    } 

.imgBanner{
    display: none;
}
    
.loading{
    margin-top: 15%;
    text-align: center;
}

.sucesso{
    text-align: center;
    margin-top: 150px;
}
.sucesso .tprincipal{
    font-size: 23px;
}
#preloader{
    position: absolute;
    left: 50%;
    margin-top: -44px;
    margin-left: -46px;
    top: 50%;
    background: #FFFFFF;
}
#conteudo{
    transition: all 1.5s;
    opacity:0;
}


#preloader{
    -moz-animation: load 3s;
    -webkit-animation: load 3s; /* Chrome, Safari, Opera */
    animation: load 3s;
}

/* Chrome, Safari, Opera */
@-moz-keyframes load {
    from {transform:scale(0.1,0.1);}
    to {transform:scale(1);}
}
@-webkit-keyframes load {
    from {transform:scale(0.1,0.1);}
    to {transform:scale(1);}
}

/* Standard syntax */
@keyframes corpoSite {
    from {transform:scale(0.1,0.1);}
    to {transform:scale(1);}
}


.tags{
    padding-top: 24px;
    background-color: #F9F9F9;
    text-align: center !important;
    font-size: 11px;
    margin-top: 50px;
    padding-bottom: 50px;
}
.tags ul{
    margin: 20px;
}
.tags section li h1, .tags section li h2, .tags section li h3, .tags section li h4, .tags section li h5, .tasection ul li h6{
    color: #949494;
    float: left;
    margin: 0px;
    display: inline-block;
    margin: 6px;
    font-size: 14px !important;
    border-radius: 4px;
    background-color: #EEEEEE;
    padding: 5px;
}
.tMain{
    color: #3764CC;
    font-size: 25px;
    font-family: 'Oswald';
    font-weight: 200; 
    margin-top: 30px; 
}


.simbweb img{
    margin-top: 30px;
    border-radius: 15px 5px 15px 5px;
    padding: 10px;
    transition: all 0.5s;
    background-color: #FFFFFF;
}
.simbweb img:hover{
    border-radius: 5px 15px 5px 15px;
    padding: 10px;
    background-color: #FFFFFF;
}
