@charset "utf-8";

/*Font the project*/
@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), local('Roboto-Regular'), url(../font/robotoregular.ttf)
}
@font-face {
  font-family: 'RobotoBold';
  src: local('RobotoBold'), local('Roboto-bold'), url(../font/robotobold.ttf)
}


html, body{
    margin: 0;
    font-family: 'roboto', sans-serif;
    height: 100%;
}

/*Standards*/
h1{
    font-size: 45px;
    font-weight: 100;
    color: #1d81fb;
}
p{
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}
img{
    display: block;
    border: 0;
}
.float{
    display: inline-block;
    vertical-align: top;
}

.button{
    background: #ff6c00;
    margin: 0;
    padding: 20px 0 20px 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
.button a{
    padding: 20px 40px 20px 40px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: none;
}
.button1{
    background: #1d81fb;
    margin: 0;
    padding: 20px 0 20px 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.button1 a{
    padding: 20px 40px 20px 40px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: none;
}

.button-line{
    border: 2px solid #ffffff;
    background: transparent;
}

.page{
    max-width: 1920px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.tabela-geral{
    width: 100%;
    text-align: center;
    border-spacing: 0;
    border: 1px solid #e2e2e2;
    margin: 40px 0 40px 0;
    text-align: center;
}
.tabela-geral thead tr th{
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    font-family: 'robotoBold', sans-serif;
}
.tabela-geral thead tr th span{
    font-size: 12px;
    font-weight: 100;
}
.tabela-geral tr td{
    padding: 20px;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.tabela-geral thead tr,
.tabela-geral tbody tr:nth-child(even){
    background: #f8f8f8;
}
.tabela-geral tbody tr:nth-child(odd){
    background: #ffffff;
}



.bg-1{
    background: url("/img/bg/bggraph.jpg") no-repeat center top;
    background-attachment: scroll;
    background-size: cover;
    padding: 80px 0 80px 0;
}
.bg-1 h1,
.bg-1 p{
    color: #ffffff;
    text-align: center;
}
.bg-1 h1{
    font-size: 30px;
    margin: 0 0 5px 0;
}

.bg-color-1{
    background: #f7f9fa;
}



.chamapagina{
    border-top: 1px solid #eeeeee;
    text-align: center;
    padding: 80px 0 80px 0;
}
.chamapagina h1{
    margin: 0;
}
.chamapagina p{
    margin: 10px 0 10px  0;
}
.chamapagina .button{
    margin-top: 40px;
}


/*Tablet*/
@media (max-width: 900px){
    .page{width: 768px;}
    #mobility{height: 300px;}
    #mobility img{width: 400px;margin: 0;}
    #mobility h1{font-size: 35px;}
    #paymentmethodsindex h1{font-size: 35px}
}
/*SmartPhone*/
@media (max-width: 767px){
    .page{width: 480px;}
    #mobility{text-align: center; height: 420px;}
    #mobility img{width: 400px;margin: 0;}
    #mobility h1{font-size: 25px;}
    #mobility p{font-size: 14px; margin: 0;}
    #paymentmethodsindex h1{font-size: 25px}
    #paymentmethodsindex img{width: 90px}
    #stepsforbuy .steps img{width: 110px;}
}



/*Header*/
#header{
    border-top: 3px solid #0c64ce;
    height: 115px;
    position:relative;
    width: 100%;
    background: #ffffff;
    z-index: 1;
}

#header img{
    float: left;
}
#header .buttonaccess{
    margin: 40px 0 0 0;
    float: right;
    list-style: none;
    padding: 0;
}
#header .buttonaccess li{
    margin-left: 10px;
    font-size: 12px;
    padding: 8px 0 8px 0;
    color: #ffffff;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}
#header .buttonaccess li a{
    padding: 8px 15px 8px 15px;
    color: #ffffff;
    text-decoration: none;
}
#header .buttonlogin{
    background: #1d81fb;
}
#header .buttonregister{
    background: #ff6c00;
}

#menuprincipal{
    position:relative;
    width: 100%;
    background: #1256a9;
}
#menuprincipal ul{
    list-style: none;
    padding: 0;
}
#menuprincipal ul li{
    display: inline-block;
    margin: 0;
}
#menuprincipal a{
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 15px;
}
#menuprincipal a:hover{
    background: #2165b8
}

.menu-mobile{
    display: none;
    cursor: pointer;
}



/*Slider*/
#slider{
    /*background: url("/img/slider/bg-paymentmobile.jpg") no-repeat center;*/   
    /*background: #02c1c2 url("/img/bg/bg-parceiro-paghiper-boleto.jpg") no-repeat center bottom;*/
    background: #02c1c2 url("/img/bg/bg-boleto-paghiper.jpg") no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
    min-height: 700px;
    height: 100%;
    max-height: 100%;
}
#slider .text-impact{
    width: 480px;
    color: #ffffff;
    top: 35%;
    padding-left: 20px;
    position: absolute;
}
#slider .text-impact h1{
    font-family: 'Roboto-bold', sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #ffffff;
    letter-spacing: -2px;
    text-shadow: 2px 2px 0 #000000;
}
#slider .text-impact p{
    font-size: 30px;
    letter-spacing: -1px;
    text-shadow: 1px 1px 0 #000000;
    line-height: 35px;
    color: #ffffff;
}
#slider .text-impact .button{
    margin-top: 40px;
    margin-bottom: 40px;
}
#slider .downpage{
    width: 40px;
    margin-left: -20px;
    left: 50%;
    position: absolute;
    top: 95%;
}
@media (max-height: 600px){
    #slider .downpage{
        top: 650px;
    }
}



#mobility{
    margin: 150px 0 0 0;
}
#mobility div div{
    padding-top: 25px;
}
#mobility img{
    margin: 0 35px 0 0;
    float: left;
}
#mobility h1{
}
#mobility .button{
    margin-top: 50px;
    padding: 10px 0 10px 0;
}
#mobility .button a{
    padding: 10px 20px 10px 20px;
}

#paymentmethodsindex{
    background: #fbfbfb -webkit-linear-gradient(#f7f7f7, #fbfbfb);
    background: #fbfbfb -moz-linear-gradient(#f7f7f7, #fbfbfb);
    background: #fbfbfb -ms-linear-gradient(#f7f7f7, #fbfbfb);
    background: #fbfbfb -o-linear-gradient(#f7f7f7, #fbfbfb);
    background: #fbfbfb linear-gradient(#f7f7f7, #fbfbfb);
    text-align: center;
    padding: 100px 0 100px 0;
    margin: 150px 0 0 0;
}
#paymentmethodsindex h1{
    margin: 5px 0 5px 0;
}
#paymentmethodsindex p{
    margin: 0 0 40px 0;
}
#paymentmethodsindex img{
    display: inline-block;
    margin: 7px 11px 7px 11px;
    border:1px solid #eeeeee;
    background: #ffffff;
    width: 80px;
}

#stepsforbuy{
    text-align: center;
    background: #0c64ce;
    padding: 100px 0 100px 0;
}
#stepsforbuy h1{
    margin: 0 0 15px 0;
    color: #ffffff;
}
#stepsforbuy .steps{
    width: 210px;
    display: inline-block;
    margin: 0 15px 0 15px;
    
}
#stepsforbuy .steps img{
    width: 160px;
    display: inline-block;
    margin: 0 25px 0 25px;
}
#stepsforbuy .steps h2{
    color: #ffffff;
    font-size: 16px;
    font-family: 'roboto', sans-serif;
    font-weight: 100;
    margin: 0 0 10px 0;
}

/*Footer*/
#foot{
    padding: 30px 0 30px 0;
    height: auto;
    background: #f7f9fa;
}
#foot .page{
    max-width: 1000px;
    width: 100%;
}
#foot div ul{
    margin-top: 10px;
    list-style: none;
    padding: 0;
    width: 100%;
}
#foot div ul li{
    font-size: 15px;
    display: inline-block;
    padding: 0 5px 10px 0;
    font-weight: bold;
    vertical-align: top;
    font-family: 'robotoBold', sans-serif;
}
#foot div ul li ul{
}
#foot div ul li ul li{
    display: block;
    font-weight: 100;
    font-size: 12px;
}
#foot div p{
    margin-left: 5px;
    line-height: 20px;
    color: #333333;
}
#foot div p strong{
    font-size: 16px;
}
#foot .menu{
    padding-right: 15px;
    color: #333333;
    border-right: 1px solid #e2e2e2;
    padding-right: 30px;
    width: 70%;
}
#foot .menu p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
#foot .menu a{
    text-decoration: none;
    color: #333333;
}
#foot .secury{
    padding-left: 20px;
    padding-top: 10px;
    width: 300px;
    float: left;
}
#foot .secury img{
    display: block;
    float: left;
}
#foot .secury p{
    margin-top: 20px;
    margin-left: 5px;
    font-size: 10px;
}

#foot .contato{
    margin-left: 20px;
    margin-top: 30px;
}

.social{
    margin-top: 10px;
    padding-left: 20px;
}
.social p{
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 5px 0;
    font-family: 'robotoBold', sans-serif;
}
.social img{
    display: inline-block;
    margin-left: 5px;
    width: 50px;
}

.contrato{
    border: 1px solid #dfdfdf;
    width: 95%;
    margin: 0 0 50px 0;
    min-height: 300px;
    height: auto;
    max-height: 700px;
    overflow: auto;
    top: 0;
    padding: 20px;
    display: block;
}
.contrato p{
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0 5px 0;
    text-align: justify;
}

.simulador-tarifa{
/*    position: fixed;*/
    top: 0;
    /*width: 100%;*/
/*    left: -300px;
    margin-left: 50%;*/
    margin: 0 auto;
    z-index: 9999;
    background: #ffffff;
    display: block;
    /*border: 1px solid #dfdfdf;*/
/*    display: none;*/
    top: 5%;
    max-height: 90%;
    overflow: auto;
    padding: 60px 0 80px 0;
}
.simulador-tarifa h1{
    font-size: 30px;
    margin: 0;
}
.simulador-tarifa p{
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}

.simulador-tarifa .simulador-tarifa-conteudo{
    margin: 40px 40px 20px 40px;
}
.simulador-tarifa .simulador-tarifa-conteudo .fechar{
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    cursor: pointer;
    font-size: 30px;
    padding: 10px;
    background: #eeeeee;
    border: 1px solid #dfdfdf;
    color: #6a6a6a;
    font-family: 'robotoBold', sans-serif;
}

.simulador-tarifa label{
    margin: 5px 0 10px 0;
    display: block;
}
.simulador-tarifa label p{
    display: inline-block;
    width: 30%;
    padding-right: 10px;
    text-align: right;
}
.simulador-tarifa label,
.simulador-tarifa input{
}
.simulador-tarifa input{
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 16px;
}
.simulador-tarifa .price{
    background: #ffffff url("/img/icon/price.png") no-repeat -1px;
    padding-left: 40px;
    width: 100px;
}

.simulador-tarifa .form{
    margin-top: 20px;
    padding-top: 20px; 
    padding-bottom: 20px;
    background: #f7f7f7;
    margin-bottom: 30px
}
.simulador-tarifa .simulador-exibe-tarifa{
    display: none;
    padding: 30px 0 20px 0;
    border-top: 1px solid #dfdfdf;
    text-align: center;
}
.simulador-tarifa .simulador-exibe-tarifa div{
    text-align: left;
}
.simulador-tarifa .simulador-exibe-tarifa h2{
    margin: 0;
    font-size: 22px;
    font-family: 'robotoBold', sans-serif;
}
.simulador-tarifa .simulador-exibe-tarifa h1{
    font-size: 120px;
    font-weight: bold;
    letter-spacing: -3px;
    margin: 0;
    font-family: 'robotoBold', sans-serif;
}
.simulador-tarifa .simulador-exibe-tarifa p{
    margin: -10px 0 0 0;
    font-size: 18px;
}
.simulador-tarifa .simulador-exibe-tarifa p strong{
    font-family: 'robotoBold', sans-serif;
}

.simulador-tarifa .simulador-exibe-tarifa .button{
    margin-bottom: 0;
    margin-top: 15px;
}

.fundo-preto{
    position: fixed;
    z-index: 9998;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}




@media screen and (min-width: 601px) and (max-width: 765px){
    .menu-mobile{
        display: block;
    }
    
    #menuprincipal{
        z-index: 9999;
        display: none;
    }
    #menuprincipal ul li{
        display: block;
    }
}






@media screen and (min-width: 200px) and (max-width: 600px){
    /*PAGINA PRINCIPAL*/
    #header{
    }
    .page{
        width: 100%;
    }
    
    #menuprincipal{
        z-index: 9999;
        display: none;
    }
    #menuprincipal ul li{
        display: block;
    }
    
    #slider{
        width: 100%;
    }
    #slider .text-impact {
        width: 95%;
    }
    #slider .text-impact h1{
        font-size: 45px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    #slider .text-impact p{
        font-size: 18px;
        line-height: 24px;
        margin-top: 5px;
    }
    #slider .text-impact .button {
        margin-top: 5px;
        margin-bottom: 40px;
    }
    
    #mobility {
        margin-top: 60px;
        margin-bottom: 60px;
        width: 100%;
        height: auto;
    }
    #mobility img {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    #mobility h1 {
        font-size: 30px;
        float: none;
    }
    #mobility p {
        font-size: 16px;
        padding: 0 10px 0 10px;
        float: none;
    }
    #mobility .button {
        margin-top: 30px;
        font-size: 18px;
        float: none;
    }
    
    #paymentmethodsindex {
        margin: 0;
        padding: 60px 0 60px 0;
    }
    #paymentmethodsindex h1{
        font-size: 30px;
    }
    #paymentmethodsindex p{
        font-size: 16px;
    }
    #paymentmethodsindex img {
        float: none;
        display: inline-block;
        margin: 7px 5px 7px 5px;
        border: 1px solid #eeeeee;
        background: #ffffff;
    }
    #stepsforbuy .steps {
        width: 80%;
    }
    #stepsforbuy .steps p{
        font-size: 18px;
    }
    
    
    #foot div ul li {
        float: none;
        font-size: 18px;
    }
    #foot .menu {
        border: none;
    }
    
    
    /*LOGIN*/
    #login {
        height: auto;
        width: 100%;
    }
    
    
    .menu-mobile{
        display: block;
    }
    
    #inf-boleto .page{
        width: 100%;
    }
    #inf-boleto .page img{
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    #inf-boleto .page .conteudoboleto{
        width: 100%;
        margin: 0;
    }
    
    #inf-boleto table tbody tr td{
        display: block;
        width: 99%;
        padding: 30px 0 30px 0;
    }
    #inf-boleto table tbody tr td .mais{
        margin: -50px 0 0 45%;
    }
    
    #codigo-api{
        display: none;
    }
    
    #codigo-api .page{
        width: 100%;
    }
    #codigo-api .page .api{
        width: 93%;
        padding: 2.5%;
        overflow: auto;
    }
    
    .simulador-tarifa{
        left: 0;
        margin: 0;
        width: 100%;
    }
    .simulador-tarifa .simulador-tarifa-conteudo .fechar{
        position: fixed;
        top: 30px;
    }

    .simulador-tarifa label p{
        width: 100%;
        text-align: left;
    }
    .simulador-tarifa .simulador-tarifa-conteudo .form{
        padding: 20px;        
    }
    .simulador-tarifa .simulador-tarifa-conteudo input{
        display: block;
    }
    .simulador-tarifa .simulador-tarifa-conteudo .price{
        display: block;
        padding-left: 40px;
    }
    .simulador-tarifa .simulador-exibe-tarifa h1{
        font-size: 65px;
    }
    
    
    
}

@media screen and (min-width: 200px) and (max-width: 379px){
    #header .buttonaccess{
        margin-top: 25px;
        margin-right: 5px;
    }
    #header .buttonaccess li{
        display: block;
        float: none;
        margin: 0 0 5px 0;
        text-align: center;
    }
    
    #menuprincipal{
        z-index: 9999;
        display: none;
    }
    
    #menuprincipal ul li{
        display: block;
    }
    
    
    .menu-mobile{
        display: block;
    }
}


@media screen and (min-width: 321px) and (max-width: 560px){
    #header .buttonaccess{
        margin-top: 25px;
        margin-right: 5px;
    }
    #header .buttonaccess li{
        display: block;
        float: none;
        margin: 0 0 5px 0;
        text-align: center;
    }
}

@media screen and (min-width: 200px) and (max-width: 320px){
    #header .buttonaccess{
        margin-top: 0;
        margin-right: 5px;
        width: 100%;
    }
    #header .buttonaccess li{
        display: inline-block;
        margin: 0 0 5px -4px;
        text-align: center;
        width: 50%;
        border-radius: 0;
    }
}


.mensagem-erro{
    background: #f1593a;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-family: 'robotoBold', sans-serif;
}
.mensagem-sucesso{
    background: #379a26;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-family: 'robotoBold', sans-serif;
}
.mensagem-erro p,
.mensagem-sucesso p{
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.mensagem-erro img,
.mensagem-sucesso img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 40px;
}


#consentBoxAvisoRejeitar {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 160px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: fixed;
    z-index: 9999;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 50%;
    height: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}


#consentBox {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 160px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: fixed;
    z-index: 9999;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 50%;
    height: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#consentContent .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.consentButton, .rejectButton {
    padding: 12px 30px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.consentButton {
    background: #2165b8;
    margin-right: 10px;
}

.rejectButton {
    color: #111211;
    background: transparent;
    border: 2px solid #2165b8;
    text-decoration: none;
}


@media (max-width: 800px) {
    #consentBoxAvisoRejeitar {
        background: #ffffff;
        border-radius: 15px;
        position: fixed;
        z-index: 9999;
        font-family: Arial, sans-serif;
        margin: 0;
        bottom: 40px;
        width: 50%;
        left: 50%;
        transform: translateX(-52%);
    }

    #consentBox {
        background: #FFFFFF;
        padding: 10px 165px;
        border-radius: 15px;
        position: fixed;
        z-index: 9999;
        font-family: Arial, sans-serif;
        bottom: 40px;
        width: 50%;
        left: 50%;
        transform: translateX(-52%);
    }

    #consentContent .buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .consentButton, .rejectButton {
        padding: 15px 30px;
        color: #fff;
        font-size: 14px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .consentButton {
        background: #2165b8;
        margin-right: 10px;
    }

    .rejectButton {
        color: #111211;
        background: transparent;
        border: 2px solid #2165b8;
        text-decoration: none;
    }
}


