/*
    Created on : 13/11/2014, 14:07:08
    Author     : Caio - caiocsalvador@gmail.com
*/

/* ESTILOS PADRONIZADOS */

/*@font-face{
    font-family:'bedinibolditalic';
    src:url("../fonts/bedinibolditalic.woff");
}*/

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html, body {background-color: #fff;}

#bg {width: 100%;}

body, .no-margin {margin: 0;}

.container {
    max-width: 1600px!important;
    width: 90%!important;
    padding: 0 30px!important;
}

#logo {text-indent: -9999px;margin:0;}

#logo a {display: block;}

#desenvolvidopor {
    bottom: 200px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

.img-mask {overflow: hidden;}

.img-mask img {
    min-height: 100%;
    min-width: 100%;
}

.absolute { position: absolute; }
.relative, .center { position: relative}

.pad20 {padding: 20px;}
.pad30 {padding: 30px;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a:hover {text-decoration: none;}


/*  FIM - PADRONIZADOS */
/* ******************************* */

#desenvolvidopor {
    bottom: 200px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #353535;
    line-height: 23.8px;
    text-align: left;
    text-shadow: none;
    text-transform: none;
}
a{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-shadow: none;
    text-transform: none;
}
a:hover{
    font-family: 'Roboto', sans-serif;
}
a, a:hover, a img, a:hover img {
    text-decoration: none;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
ul{
    list-style: none;
}
h1{
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    color: rgb(72, 108, 132);
    text-align: left;
    padding: 30px;
    text-transform: none;
}
h2{
    font-family: 'Roboto', sans-serif;
    text-shadow: none;
    text-transform: none;
}
h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-shadow: none;
    text-transform: none;
}
ul li{
    list-style: none;
}
address{
    color: #fff;
}
.caixa-interna2 h2{
    color: #004b85 ;
    font-size: 18px;
    font-weight: bold;
}
.butao{
    background: #004b85 !important;
}
.logo {
    text-indent: -9999px;
    width: 311px;
    height: 140px;
    background-image: url("../img/logo.png");
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
}
main {
    background:#05172b url("../img/bg.jpg") no-repeat top center;
    padding-bottom: 5px;
    background-size: cover;
}
.main-text{
    margin-top: 230px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}
.caixa-login{
    background-color: #fff;
    border-radius: 5px;
    padding: 35px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.caixa-login h3{
    color: #004b85;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0px;
}
.cont{
    text-align: center;
}
.cont input{
    margin-bottom: 5px;
}
.esqueci{
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 400;
}
.cadastre{
    font-size: 16px;
    color: #fff;
}
/* footer{
    background-color: #004b85;
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-social{
    float: right;
    margin-top: -69px;
}
footer a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
footer p{
    color: #2b72aa;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
}
footer span{
    color: #2b72aa;
    font-size: 16px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.lin1{
    padding-bottom: 30px;
    border-bottom: 2px solid #0565af;
    margin-bottom: 20px;
} */
footer{
    float: left;
    width: 100%;
    background-color: #1f1f1f;
    padding-bottom: 10px;
}
.social-footer{
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.social-footer img{
    float: left;
    margin-right: 31px;
}
.info-estaciona{
    float: left;
    width: 100%;
    background-color: #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
}
.info-estaciona p{
    font-size: 24px;
    text-align:center;
    color: #1f1f1f;
}
.linha-footer{
    float: left;
    width: 100%;
    height: 71px;
    background-image: url("../img/linha-footer.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.cont-footer{
    float: left;
    width: 100%;
    position: relative;
    background-color: #1f1f1f;
}
.cont-roxo{
    width: 1400px;
    margin: 0 auto;
    background-color: #1f1f1f;
}
.logo-footer{
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}
footer p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;    
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer p:first-child{
    border-top: none;
}
footer p b{
    font-weight: 700;
}
footer h3{
    color: #fff;
    font-size: 16px;
    position: relative;
    float: left;
    width: 100%;
}
footer h3:after{
    content: "";
    width: 42px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: 0;
}
/************** INTERNAS *******************/
.caixa-interna{
    background-color: #fff;
    min-height: 600px;
    padding-left: 30px !important;
    padding-right: 20% !important;
    position: relative;
}
.caixa-interna2{
    background-color: #fff;
    padding: 0 30px !important;
    position: relative;
    min-height: 600px;
}
.mulher{
    position: absolute;
    z-index: 2;
    right: -260px;
    top: -185px;
}
.side{
    background-color: #4ecdc4;
    min-height: 600px;
    padding: 0px !important;
}
.interna{
    margin-top: 30px;
    position: relative;
}
main{
    background-image: url("../img/bg.jpg");
    background-position: top center;
    padding-bottom: 5px;
    background-size: auto 100%;
    float: left;
    width: 100%;
}
.side li a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    float: left;
    display: block;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #12dcce;
}
.side li a:hover{
    background-color: #05a89c;
}
.side li{
    text-align: center;
    padding: 0px;
}
.side ul{
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 0px;
}
.caixa-interna p{
    color: #6d8194;
    font-size: 22px;
    text-align: justify;
    line-height: normal;
    margin: 0 0 20px;
}
.caixa-interna2 p{
    color: #004b85;
    font-size: 14px;
    text-align: justify;
    margin-top: 30px;
}
/* label color */
.input-field label {
    color: #004b85 ;
    font-size: 16px ;
    pointer-events: none
}
.input-field label.active{
    color:#cecece !important;}


/*.input-field label {
    color: #004b85 !important;
    font-size: 16px !important;
    pointer-events: none
}
*//* label focus color */
.input-field input[type=text]:focus + label {
    color: #004b85 !important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #004b85 !important;
    box-shadow: 0 1px 0 0 #004b85 !important;
}
/* valid color */
.input-field input[type=text].valid {
    border-bottom: 1px solid #004b85 !important;
    box-shadow: 0 1px 0 0 #004b85 !important;
}
/* invalid color */
.input-field input[type=text].invalid {
    border-bottom: 1px solid #004b85 !important;
    box-shadow: 0 1px 0 0 #004b85 !important;
}
/* icon prefix focus color */
.input-field .prefix.active {
    color: #000;
}
.input-field input{
    border-bottom: 1px solid #004b85 !important;
    color: #004b85 !important;
    font-size: 16px !important;
}
.material-icons{
    color: #004b85 !important;
}
.dropdown-content li > span{
    color: #004b85 !important;
}
select{
    color: #004b85 !important;
}
#carregando{
    width: 100%;
    height: 365px;
    margin-top: -415px; 
    float: left; 
    background-color: rgba(249,248,248,0.8);
    z-index: 5; 
    position: relative;
}
#loaderzao{
    margin: 137px 0 0 385px;
}
.titulo-interna {
    font-size: 30px !important;
    border-bottom: 1px dashed #cecece;
    padding: 0 5px 16px 5px;
    margin-bottom: 15px;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #ed1b2e !important;
}
.titulo-interna-cupom {
    font-size: 20px !important;
    border-bottom: 1px dashed #cecece;
    padding: 0 5px 16px 5px;
    margin-bottom: 15px;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #f58220 !important;
}
.cinza-branco{
    background:#f9f8f8;
    padding:20px 15px 15px 15px;
    border:1px dashed #e4e4e4;
}

.caret{
    display: none !important;
}
.select-dropdown{
    display: none !important;
}
select.initialized{
    display: block;
    float: right;
    width: 200px;
}
/* COL-MD */
@media all and (max-width:1100px) and (min-width:992px){

}
/* COL-SM */
@media all and (max-width:992px) and (min-width:767px){
    
}
/* COL-XS */
@media all and (max-width:767px){
    .container {
        width: 100%!important;
        padding: 0 0!important;
    }
    #desenvolvidopor {
        display: none;
    }
    .caixa-interna p {
        font-size: 18px;
    }
    .social-footer{
        text-align:center;}
    .social-footer img{
    float: none;}
    
    .logo{
        margin-top:0;}
        
    .tit-interna{
        font-size:35px;}

    .info-estaciona p{
        font-size: 16px;
    }
    footer p{
        font-size: 11px;
    }
    .logo-footer {
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 70px;
        margin-bottom: 40px;
    }
    .info-estaciona {
        padding: 10px;
    }
    .cont-footer {
        padding: 0 15px;
    }
}
