﻿@font-face {
   font-family: 'MyriadPro';
   src: url('http://www.locsanlogistica.com.br/Fonts/MyriadPro.eot');
   src: url('http://www.locsanlogistica.com.br/Fonts/MyriadPro.eot?#iefix') format('embedded-opentype'),
        url('http://www.locsanlogistica.com.br/Fonts/MyriadPro.woff') format('woff'),
        url('http://www.locsanlogistica.com.br/Fonts/MyriadPro.ttf') format('truetype'),
        url('http://www.locsanlogistica.com.br/Fonts/MyriadPro.svg#MyriadPro') format('svg');
   src: local('MyriadPro.ttf'), url('http://www.locsanlogistica.com.br/Fonts/MyriadPro.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'MankSans2';
   src: url('http://www.locsanlogistica.com.br/Fonts/MankSans.eot');
   src: url('http://www.locsanlogistica.com.br/Fonts/MankSans.eot?#iefix') format('embedded-opentype'),
        url('http://www.locsanlogistica.com.br/Fonts/MankSans.woff') format('woff'),
        url('http://www.locsanlogistica.com.br/Fonts/MankSans.ttf') format('truetype'),
        url('http://www.locsanlogistica.com.br/Fonts/MankSans.svg#MankSans') format('svg');
   src: local('MankSans.ttf'), url('http://www.locsanlogistica.com.br/Fonts/MankSans.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body 
{
    margin: 0;
   
    overflow-x: hidden;
}

html, body
{
    height: 100%;
    min-height: 800px;
     
}

.all
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-height: 100%;
    margin-bottom: -54px;
}

*
{
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    outline:none;
    text-decoration: none;
    border: none;
    line-height: 17px;
}
.Message
{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    z-index: 999;
}
.Message > *
{
    position: relative;
    margin: 0 auto;
    background: gray;
    font-family: NeoSansIten, Arial;
    color: White;
    font-size: 9pt;
    min-width: 100px;
    max-width: 500px;
    text-align: center;
    moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    padding: 10px 20px 10px 20px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6), 0px 12px 15px -10px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6), 0px 12px 15px -10px rgba(0,0,0,0.5) inset;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6), 0px 12px 15px -10px rgba(0,0,0,0.5) inset;
    z-index: 99;
}

.top
{
    position: relative;
    height: 101px;
    background-color: #ffffff;
}

.top > div
{
    position: relative;
    
    width: 800px;
    margin: 0 auto;
}

.top > div > img
{
    position: relative;    
    top: 23px;
    left: 60px;
}

.menu{
    float: right;    
    margin-top: 45px;
}

.menu > a
{
    position: relative;
    
    display: inline-block;
    width: 100px;
    text-align: center;
    font-family: Trebuchet MS;
    text-transform: uppercase;
    font-size: 8pt;
    color: #2b4872;
}

.menu > a:before
{
    content: "";
    
    position: absolute;
    display: block;
    left: 0;
    top: -1px;
    bottom: -1px;
    border-left: solid 1px #c9d0da;
}

.menu > a:first-child:before
{
    display: none;
    
}

.menu > a.selected
{
    font-weight: bold;
    
}

.menu > a.selected:after
{
    content: "";
    
    position: absolute;
    display: block;
    border: solid 6px transparent;
    border-top-color: #2b4872;
    border-left-width: 4px;
    border-right-width: 4px;
    left: 48px;
    top: 18px;
}

.banner
{
    position: relative;
    display: block;
    height: 236px;
    background-color: #ededed;
    background-image: url('../../Images/bgtop.png');
    border: solid 8px #ededed;
    border-left: none;
    border-right: none;
}

.banner:before{
    content: "";
    
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 124px;
    bottom: 0;
    box-shadow: 0 20px 20px -10px rgba(0,0,0,0.08) inset;
    -webkit-box-shadow: 0 20px 20px -10px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 20px 20px -10px rgba(0,0,0,0.08) inset;
}

.bannercontent:before{
    content: "";    
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -8px;
    bottom: -8px;
    box-shadow: 0 30px 20px -10px rgba(0,0,0,0.08) inset,0 -30px 40px -10px rgba(0,0,0,0.03) inset;
    -webkit-box-shadow: 0 30px 20px -10px rgba(0,0,0,0.08) inset,0 -30px 40px -10px rgba(0,0,0,0.03) inset;
    -moz-box-shadow: 0 30px 20px -10px rgba(0,0,0,0.08) inset,0 -30px 40px -10px rgba(0,0,0,0.03) inset;
}
.bannercontent
{
    position: relative;
    width: 100%;
    content: "";
    display: block;
    margin: 0 auto;
    background: url('../../Images/banner.jpg') no-repeat center center;
    height: 100%;
}

.login
{
    position: relative;
    display: none;
    float: right;
    font-family: Trebuchet MS;
    color: #a7a7a7;
    font-size: 8pt;
    margin: 20px 35px 0 0;
    z-index: 1;
    margin-right: 420px;
}

.login > span 
{
 
}

.login > input 
{
    background-color: #cdcdcd;
    border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 3px 6px 5px -5px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 3px 6px 5px -5px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 3px 6px 5px -5px rgba(0, 0, 0, 0.4) inset;
    border: NONE;
    color: #ffffff;
    padding: 2px 10px;
    margin-left:10px;
    
}

.meio 
{
    position: relative;
    content: "";
    top: -15px;
    display: block;
    background-color: #2b4872;
    width: 100%;
    height: 100%;
    
    
}

 .alocsan
 {
    position: relative;
    display: inline-block;
   
    text-align: justify;
    width: 276px;
    vertical-align: top;
}
 
 .alocsan > span
 {
    display: block;
    text-transform: uppercase;
 
    font-size: 11pt;
    margin-bottom: 15px;
}
 

.textoalocsan
 {
    width: 256px;
 
    background-color: #24416b;
    padding: 7px 20px;
    text-indent: 30px;
    font-size: 8pt;
    line-height: 17px;
    font-weight: lighter;
}


 .textoalocsan > span
 {
 }
 
 .alocsan > span.continuelendo
 {
    float: right;
    position: relative; 
    display: block;
    font-size: 8pt;
    width: 100%;
    text-transform: lowercase;
    text-align: right;
    padding-right: 0px;
    
    margin-top: 14px;
}
.alocsan > span.continuelendo:after
{
    content: "";
    position: absolute;
    border: solid 3px transparent;
    border-left: solid 6px #FFF;
    top: 6px;
    right: -20px;
}
 
 .seta
 {
    float: right;
    position:relative;
    display: inline-block;
    border: solid 3px transparent;
    border-left-color: #ffffff;
    border-left-width: 9px;
    border-top-width: 4px;
    left: 18px;
    margin-top: -35px;
 }
 
 .alocsan > div.contato
 {
    font-size: 8pt;
 
    text-align: right;
    width: 290px;
    height: 60px;
    padding-top: 18px;
    border-top: dotted 2px #bbbdc0;
    float : left;
}
.alocsan > div.contato b
{
    
    position: relative;
    font-size: 9pt;
    
    font-weight: lighter;
}
.alocsan > div.contato > span > span
{
    display: block;
    margin-top: 15px;
    
}
 .seta1
 {
    float: right;
    position:relative;
    display: block;
    border: solid 3px transparent;
    border-left-color: #ffffff;
    border-left-width: 9px;
    border-top-width: 4px; 
    bottom: -5px;
    left: 21px;
}
 
 .locsan
 {
    position: relative;
    display: block;
    width: 820px;

 
    height: 410px;
    margin: 0 auto;
    font-family: Trebuchet MS;
    font-size: 15pt;
    text-transform: uppercase;
}

.locsan > span > h1
{
    font-weight: normal;
}
 
 .locsan > div.texto
 {
    position: relative;
 
    display: inline-block;
    width: 526px;
    float: left;
    background-color: #24416b;
    font-size: 9pt;
    text-transform: none;
    text-align: justify;
    padding: 15px 20px;
    height: 329px;
}
 
 .locsan > div.fotoslocsan
 {
    position: relative;
 
    display: inline-block;
    float: right;
    left: 20px;
    width: 244px;
    height: 358px;
    overflow: hidden;
}

.locsan > div.fotoslocsan > div.barra
{
    width: 244PX;
    height: 40px;
    background-color: #ffffff;
    opacity: 0.45;
    margin-top: -50px;
}

.locsan > div.fotoslocsan > div.bolinhas
{
    padding-right: 10px;
    width: 244px;
    position: relative;
    display: block;
    margin: 0 auto;
    top: -26px;
    left: 90px;
}
 
 .locsan > div.fotoslocsan > div.bolinhas > a
{
    position: relative;

    display: block;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    margin: 0 auto;
    float: left;
    margin-right: 3px;
    box-shadow: 10px 10px 10px rgba(0.0.0.0.5) inset;
    -webkit-box-shadow: 10px 10px 10px rgba(0.0.0.0.5) inset;
    -moz-box-shadow: 10px 10px 10px rgba(0.0.0.0.5) inset;
}

 .locsan > div.fotoslocsan > div.bolinhas > a.selected
{
    background-color: #2b4872;
}

 .locsan > div.fotoslocsan > img
 {
    position: relative; 
    display: block;
}
 .reserveja
 {
    position: relative; 
    display: block;
    float: left;
}
 
 .reserveja > span
 {
    font-size: 10pt;
 
    text-transform: uppercase;
}
 
 .reserveja > img 
 {
    padding-top: 10px;
 }
 
 .rodape
 {
    position: relative; 
    display: block;
    background-color: #24416b;
    width: 100%;
    height: 54px;
    text-align: center;
     font-family: Trebuchet MS;
    font-size: 8pt;
    color: #ffffff;
    border-bottom: solid #2b4872 5px;
}
 
 .rodape > div
 {
    position: relative;
    display: block;
    width: 800px;
    text-align: center;
    margin: 0 auto;
    top: 15px;
}
.rodape > div > img
{
    position: relative;
    
    float: left;
    vertical-align: top;
}
.rodape > div > span
{
    display: inline-block;
    vertical-align: top;
    
    padding-top: 8px;
}
.rodape > div > a
{
    float: right;
    
}

.MasterMain
{
    position: relative;
    width: 800px;
    min-height: 500px;
    display: block;
    margin: 0 auto;
    font-family: Trebuchet MS;
    color: #FFF;
    padding-bottom: 42px;
    padding-top:40px;
}
.MasterMain:before
{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5000px;
    right: -5000px;
    background: #2b4872;
}

.meiocontato
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 800px;
    height: 315px;
}

.meiocontato > div.contatoinput
{
    position: relative;
    display: block;
    width: 368px;
    height: 316px;
    margin-left: 30px;
}

.meiocontato > div.contatomapa
{
    position: relative;
    display: block;
    width: 372px;
    height: 313px;
    float: right;
    top: -335px;
}

.meiocontato > div.contatomapa > iframe
{
   height: 313px;
   border:none;
   width: 372px;
}

.contatodados
{
    position: relative;
    display: block;
    width: 800px;
    height: 133px;
    margin-top: 50px;
}

.contatodados > div.textodados
{
    position: relative;
    display: block;
    float: right;
    font-size: 8pt;
    left: 370px;
    text-align: right;
    padding-top: 10px;
    width: 368px;
    border-top: dotted 2px #e6e7e8;
    color: #e6e7e8;
}

 .meiocontato > div.contatoinput > input
 {
    width: 300px;
 
    background-color: #24416b;
    border: none;
    height: 40px;
    font-family: Trebuchet MS;
    color: #ffffff;
    padding-left: 15px;
    margin-bottom: 12px;
}

 .meiocontato > div.contatoinput > textarea
 {
    width: 300px;
    background-color: #24416B;
    border: none;
    height: 110px;
    font-family: Trebuchet MS;
    color: #FFF;
    padding-left: 15px;
    padding-top: 13px;
}

 .meiocontato > div.contatoinput > .btEnviar
 {
    width: 90px;
 
    background-color: #FFFFEF;
    border: none;
    height: 25px;
    font-family: Trebuchet MS;
    color: #24416b;
    float: right;
    border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px -5px 11px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0px -5px 11px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0px -5px 11px rgba(0,0,0,0.3) inset;
    margin-right: 50px;
    margin-top: 12px;
}


.fundodetalhe
{
    position: absolute;
    width: 5000px;
    height: 5000px;
    background-color: #2b4872;
    left: -420px;
    top: -350px;
    opacity: 0.7;
    z-index: 2;
    margin: 0 auto;
}

.detalhe
{
    position: absolute;
    width: 734px;
    height: 413px;
    background-color: #e8e8e8;
    z-index: 3;
    margin: 0 auto;
    margin-left: 34px;
    margin-top: 141px;
}

.detalhe > div.barra
{
    position: relative;

    display: block;
    width: 734px;
    height: 36px;
    background-color: #2b4872;
}

.detalhe > div.barra > div.fechar
{
    position: relative;

    display: block;
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    font-family: Trebuchet MS;
    font-size: 13pt;
    color: #2b4872;
    text-align: center;
    font-weight: bold;
}

.detalhe > div.barra > div.fechar > div.x
{
    position: relative;
    bottom: 2px;
}

.detalhe > div.conteudo
{
    position: relative;

    display: block;
    margin: 0 auto;
    width: 697px;
    height: 258px;
    background-color: #ffffff;
    margin-top: 20px;
}

.detalhe > div.conteudo > div.detalhedocarro
{

}

.detalhe > div.conteudo > div.detalhedocarro > div.fotocarro > div.bolinhas2
{
    display: block;
    position: relative;
    width: 74px;
    height: 15px;
    z-index: 3;
    margin: 0 auto;
}

.detalhe > div.conteudo > div.detalhedocarro > div.fotocarro > div.bolinhas2 > div.flag2
{
    position: relative;
    
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    float: left;
    margin-right: 3px;
}

.detalhe > div.conteudo > div.detalhedocarro > div.fotocarro > div.bolinhas2 > div.flag2[n="1"]
{
    background-color: #231f20;
}

.detalhe > div.conteudo > div.detalhedocarro > div.fotocarro > div.bolinhas2 > div.flag2[n="2"]
{
        border: solid 1px #bcbdc0;
    background-color: #edecec;
}

.detalhe > div.conteudo > div.detalhedocarro > div.fotocarro > div.bolinhas2 > div.flag2[n="3"]
{
    background-color: #bcbdc0;
}

.detalhe > div.conteudo > div.detalhedocarro > div.fotocarro > div.bolinhas2 > div.flag2[n="4"]
{
    background-color: #b69c31;
}

.detalhe > div.conteudo > div.detalhedocarro > div.fotocarro
{
    position: relative;

    display: block;
    width: 357px;
    height: 233px;
    border-right: solid #a1a1a1 1px;
    top: 12px;
}

.detalhe > div.conteudo > div.detalhedocarro > div.textodetalhe
{
    position: relative;
    display: block;
    float: right;
    width: 312px;
    height: 194px;
    margin-top: -220px;
    color: #2b4872;
}

.detalhe > div.conteudo > div.detalhedocarro > div.textodetalhe > span > h3
{
    font-size: 12pt;
}

.detalhe > div.conteudo > div.detalhedocarro > div.textodetalhe > span
{
    font-size: 11pt;
}

.detalhe > div.paginacao
{
    position: relative;
    display: block;
    width: 734px;
    height: 28px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.detalhe > div.paginacao > div.textopaginacao > span
{
    color: #2b4872;
    font-size: 13pt;
    font-weight: bold;
}

.detalhe > div.paginacao > div.textopaginacao
{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 314px;
    height: 23px;
    float: center;
}

.detalhe > div.paginacao > div.setaesquerda
{
    float: left;
    position:relative;
    display: block;
    border: solid 3px transparent;
    border-right-color: #2b4872;
    border-right-width: 10px;
    border-bottom-width: 10px; 
    border-top-width: 10px;
    margin-left: 190px;
}

.detalhe > div.paginacao > div.setadireita
{
    float: right;
    position:relative;
    display: block;
    border: solid 3px transparent;
    border-left-color: #2b4872;
    border-left-width: 10px;
    border-bottom-width: 10px; 
    border-top-width: 10px;
    margin-right: 190px;
    margin-top: -22px;
}