/* VARIAVEIS CSS */

:root {
    
    --cor-texto-branco: #fff;
    --cor-texto-preto: #000;
    --cor-texto-azul: #0071AD;
    --cor-titulo: #00416b;   
    --cor-texto-amarelo: #ffd400;
    --cor-texto-cinza: #807569;
    --cor-cinza-escuro: #D1CCC7;
    --cor-texto-vermelho:#D50000;
    --cor-texto-laranja: #f39200;
    --cor-link-hover: #a65718;
    
    
    /* cores de fundo */
    
    --cor-fundo-branco: #fff;
    --cor-fundo-azul: #0083CA;
    --cor-texto-azul-escuro: #0071AD;;
    --cor-fundo-cinza: #efedea;
    --cor-fundo-cinza-claro: #F8F8F8;
    --cor-fundo-cinza-medio: #f0f0f0;
    --cor-fundo-amarelo: #ffd400;
    --cor-fundo-cinza-escuro: #D1CCC7;
    --cor-borda-cinza: #bdb4ab ;
    --cor-borda-cinza-suave:#fafafa;
}


.portlet_cards .texto_card a {
    color: #0071ad;
    font-weight: bold;
}

body.template-homeview .conteudo-inicial #main-container{
    background-color: var(--cor-borda-cinza-suave);
}


/* Títulos dos Portles da página principal do portal */


.portlet.portlet_acesso_rapido .titulo-detalhe,
.portlet_cards .texto_card h3,
.portlet-solucoes-que-aproximam .solucoes-que-aproximam .card-solucoes-que-aproximam .texto-solucoes-que-aproximam h3,
.portlet.portlet_noticias .titulo-noticias h3 {   
    font-weight: bold;
    color: #00416b;
    line-height: 2.8rem;
    font-size: 2.2rem;
}

.portlet-solucoes-que-aproximam .solucoes-que-aproximam .card-solucoes-que-aproximam .texto-solucoes-que-aproximam h3,
.portlet.portlet_cards .texto_card h3,
.portlet.portlet_cards .cardsMenu h3,
.portlet.portlet_noticias .titulo-noticias h3{
    margin: 0;
}


.portlet.portlet_acesso_rapido .titulo-detalhe {   
    margin: 25px 0 0 25px;
}


/* Espaçamento interno dos portlets */

.portlet_cards .texto_card,
.cardsMenu .cor_de_fundo_b.texto_card,
.texto-solucoes-que-aproximam {    
    padding: 30px 16px 30px 16px;    
}

/* Fim espaçamento interno dos portlets */


.portlet.portlet_cards .card-solucoes-que-aproximam p,
.portlet.portlet_cards .cardCarrossel p,
.portlet.portlet_cards .cards p  {
    padding: 15px 0 0 0;
    width: 100%;
}


.portlet.portlet_cards .cardsMenu p,
.portlet.portlet_cards .produtoDia p{
    padding: 15px 15px 0 20px;
}


/* Card genérico */


.portlet.portlet_acesso_rapido{
    padding: 10px; 
    background-color: var(--cor-fundo-cinza-medio); 
}

.acesso-rapido-links {
    display: flex;
    flex-wrap: wrap;  
    align-items: center;
    overflow: hidden;
    scroll-behavior: smooth;
    justify-content: center;
}

.acesso-rapido-busca span{
    font-size: 2.4rem;
    color:var(--cor-texto-azul);
    display: flex;
    width: 100%;
    align-items: center;
    padding: 25px 15px 0 85px;
    font-weight: bold;
}

.acompanhar-objeto-acesso-rapido{
    border-bottom: 2px solid var(--cor-texto-amarelo);
    display: flex;  
    justify-content: center;
    align-items: center;
    padding: 5px 10px 0;
}

.acesso-rapido-busca img{
    width: 25%;
    max-width: 75px;
    max-height: 75px;
}

.acesso-rapido-links ul.lista-icone {
    width: 100%;
    
    /* Aqui */
    /* padding: 10px; */
    padding: 0 0 20px;

    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* Aqui */
    /* margin:0; */
}

.acesso-rapido-links .lista-icone li {
    list-style-type: none;
    /* Aqui */
    width: 25%;    
}

.acesso-rapido-links .lista-icone li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 2px;
    width: 100%;
    min-width: 117px;
}

.acesso-rapido-links .lista-icone li img {
    width: 7.5rem;
    margin:0; 
}

.acesso-rapido-links .lista-icone li span {
    /* Aqui */
    /* width: 100%; */
    width: 80%;
    color:var(--cor-texto-azul);
    font-size: 13px;
}

.acesso-rapido-links .lista-icone .info-link,
#portal-footer .row .col-xs-12.col-sm-12{
    padding: 0;
}

.portlet.portlet_acesso_rapido .acompanhar-objeto-acesso-rapido input[type="text"]{
    height: 50px;
}

.portlet.portlet_acesso_rapido .campo {
    width: 92%;
    position: relative;    
}

.portlet.portlet_acesso_rapido .campo .bt-link-ic {
    position: absolute;
    right: 3px;
    top: 1rem;
}

.portlet.portlet_acesso_rapido  .campo input[type=text] {
    font-size: 1.3rem;
}

.portlet.portlet_acesso_rapido .lista-icone li a:hover span:last-of-type{
    color: #a65718;
}


/* Telas desktop maiores que 769px */

@media screen and (min-width: 769px) {
    
    .acesso-rapido-links ul.lista-icone {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
}

/* Telas entre 414px e 768px */

@media screen and (min-width: 415px) and (max-width: 768px) {
    
    .acesso-rapido-links ul.lista-icone {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 769px) {
    .portlet_acesso_rapido{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; 
        overflow: hidden;
    }    
    
    .portlet_acesso_rapido form {
        border-right: 2px solid var(--cor-texto-amarelo);
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    
    .portlet_acesso_rapido h3.titulo-detalhe{
        width: 100%;
    } 
    
    .portlet_acesso_rapido form.acesso-rapido-busca + div.acesso-rapido-links {
        width: 50%;
    }
    
    .portlet_acesso_rapido {
        padding: 30px;
    }
    
    .portlet.portlet_acesso_rapido .largura-maxima{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center; 
    }
    
    .acesso-rapido-busca span {
        padding: 15px 15px 0 95px;
    }
    
    .acompanhar-objeto-acesso-rapido {
        /* Aqui */
        /* padding: 0 40px 30px 20px; */
        padding: 0 40px 15px 20px;
        border: none;
    }
    
    .portlet.portlet_acesso_rapido .acompanhar-objeto-acesso-rapido input[type="text"] {
        height: 60px;
    }
    
    .portlet.portlet_acesso_rapido .titulo-detalhe {       
        margin-top: 10px;
    }
    
    .portlet.portlet_acesso_rapido .campo .bt-link-ic {       
        top: 1.5rem;
    }
    
    .portlet.portlet_acesso_rapido  .campo input[type=text] {
        font-size: 1.6rem;
    }
}


/* Início do tratamento do Portlet para Card Genérico, Card Carrossel', 'Cards Menu' e 'Produto do Dia */

.section-homepage .portlet {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 2.5rem;
}

.section-homepage .portlet.portlet_banner{
    margin-top: 0;
}

.portlet.portlet_banner .bannerInterno{
    margin-top: 2.5rem;
}


section.portlet.portlet_cards{
    border-right: 0px;    
    border-left: 0px;
}

.portlet.portlet_cards .largura-maxima{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portlet_cards .texto_card{
    width: 100%;    
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;    
}

.portlet_cards .texto_card.cor_de_fundo_a,
.portlet_cards > div.cor_de_fundo_a{
    background-color: var(--cor-fundo-amarelo);   
}

.portlet_cards .texto_card.cor_de_fundo_c,
.portlet_cards  > div.cor_de_fundo_c{
    background-color: var(--cor-fundo-cinza-medio);
}

.portlet_cards .produtoDia .texto_card.cor_de_fundo_c,
.portlet_cards  > .produtoDia.cor_de_fundo_c{
    background-color: var(--cor-borda-cinza-suave);
}


.portlet_cards .texto_card.cor_de_fundo_b,
.portlet_cards  > div.cor_de_fundo_b{
    background-color: var(--cor-fundo-branco);
}

.portlet_cards .texto_card a.bt,
.portlet_cards .texto_card a.bt:visited{
    color: var(--cor-texto-branco);
    text-decoration: none;
    margin: 15px auto 5px;
}

.portlet_cards .texto_card .glyphicon{
    display: none;
}

.portlet_cards .card-imagem-esquerda,
.portlet_cards .card-imagem-direita{
    width: 100%;
    order: 1;
}

.portlet_cards .card-imagem-esquerda img,
.portlet_cards .card-imagem-direita img{
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
}

.portlet.portlet_cards .cardsMenu h3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 70px;   
    padding: 0 10px 0 20px;     
}

.produtoDia .titulo-card-menu {
    width: 85%;
}

.cardsMenu .titulo-card-menu,
.produtoDia .titulo-card-menu,
.titulo-noticias{
    background-size: cover;
    background-position: right;    
    background-repeat: no-repeat;
    width: 100%;
}

.cardCarrossel  .card-imagem-direita,   
.cardCarrossel  .card-imagem-esquerda{
    display: flex;
    justify-content:center;
    align-items: center;
    
}


.portlet.portlet_cards .cardCarrossel  img[data-cards-proxima-imagem],
.portlet.portlet_cards .cardCarrossel  img[data-cards-imagem-anterior]{   
    width: 30px !important;
    height: 30px !important;
    position: relative;
    filter: contrast(10%) brightness(200%);
}

.portlet.portlet_cards .cardCarrossel  img[data-cards-proxima-imagem]{  
    left: -36px;
}

.portlet.portlet_cards .cardCarrossel img[data-cards-imagem-anterior]{
    left: 36px;
}

.portlet.portlet_cards .produtoDia h3,
.portlet.portlet_noticias .titulo-noticias h3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 70px;    
    padding: 0 20px;   
}


.portlet.portlet_cards .cardsMenu .card-link {
    margin: 16px 16px 16px 20px;
}


.portlet.portlet_cards .cardsMenu p{
    padding: 25px 15px 0 20px;    
}

.portlet.portlet_cards .cardsMenu .card-link {
    padding: 0 0 15px 0;
    width: 80%;
    border-bottom: 1px solid var(--cor-borda-cinza);
}

.portlet.portlet_cards .produtoDia .texto_card,
.portlet.portlet_cards .cardsMenu .texto_card{
    padding: 0 0 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.portlet.portlet_cards .cardsMenu .card-link:last-child {
    border-bottom: none;
}    


@media screen and (min-width: 576px) {
    .portlet_cards .texto_card{
        width: 65%;
        order: 1;
        justify-content: center;        
    }
    
    .portlet_cards .texto_card a {
        margin-top: 5.5rem;
    }
    .portlet_cards .card-imagem-esquerda,
    .portlet_cards .card-imagem-direita{
        width: 34%;
        order: 1;
    }
    
    .portlet_cards .card-imagem-esquerda img{
        border-radius: 0.5rem 0 0 0.5rem;
    }
    .portlet_cards .card-imagem-direita img{
        border-radius: 0 0.5rem 0.5rem 0;
    }
    .portlet_cards .cardsMenu .texto_card,
    .portlet_cards .cardCarrossel .texto_card{
        margin-top: 0;
    }
    
    .portlet.portlet_cards .cardsMenu h3,
    .portlet.portlet_cards .produtoDia h3,
    .portlet.portlet_noticias .titulo-noticias h3 {
        padding-left: 6rem    
    }
    
    .portlet.portlet_cards .card-solucoes-que-aproximam p, 
    .portlet.portlet_cards .cardsMenu p,
    .portlet.portlet_cards .produtoDia p{
        padding: 25px 0 0 6rem;
    }
    
    .portlet.portlet_cards .produtoDia .texto_card {
        width: 50%;
    }
    
    .portlet.portlet_cards .produtoDia .card-imagem-direita {
        width: 50%;    
    }
    
    .portlet.portlet_cards .produtoDia .card-link.bt,
    .portlet.portlet_cards .cardsMenu .card-link {
        margin: 16px 16px 16px 6rem;
    }
    
    .portlet.portlet_cards .cardsMenu .card-link:last-child {
        padding: 0;
        margin-bottom: 0;    
    }
    
    .portlet_cards .texto_card,
    .cardsMenu .cor_de_fundo_b.texto_card{
        padding-left: 3rem;
    }
    
    .portlet_cards .cardCarrossel .card-imagem-esquerda,
    .portlet_cards .cardCarrossel .card-imagem-direita{
        position: relative;
    }
    
    .portlet.portlet_cards .cardCarrossel img[data-cards-proxima-imagem]{  
        position: absolute;
        left: 90%;
        top: 45%;
    }
    
    .portlet.portlet_cards .cardCarrossel img[data-cards-imagem-anterior]{
        position: absolute;
        left: 4%;
        top: 45%;
    }
    
    .portlet.portlet_cards .produtoDia .texto_card,
    .portlet.portlet_cards .cardsMenu .texto_card{
        padding: 0 15px 30px 0;        
    }
    
}

/* Fim do tratamento do Portlet para Card Genérico, Card Carrossel', 'Cards Menu' e 'Produto do Dia */


/* Início do tratamento do Portlet Soluções que Aproximam */

.portlet-solucoes-que-aproximam .solucoes-que-aproximam{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--cor-fundo-branco);
}

.portlet-solucoes-que-aproximam .solucoes-que-aproximam .card-solucoes-que-aproximam p{
    text-align: center;   
}

.portlet-solucoes-que-aproximam .solucoes-que-aproximam .card-solucoes-que-aproximam{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.portlet-solucoes-que-aproximam .solucoes-que-aproximam .card-solucoes-que-aproximam img{
    width: 100%;
}

.portlet-solucoes-que-aproximam .solucoes-que-aproximam .card-solucoes-que-aproximam .texto-solucoes-que-aproximam {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.portlet-solucoes-que-aproximam .solucoes-que-aproximam .card-solucoes-que-aproximam .texto-solucoes-que-aproximam h3{
    align-self: center;
    padding-bottom: 20px;
}

.portlet-solucoes-que-aproximam .solucoes-que-aproximam .card-solucoes-que-aproximam .texto-solucoes-que-aproximam .link-solucoes-que-aproximam{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: var(--cor-fundo-branco);
}


a.bt.link-solucoes-que-aproximam:hover {
    text-decoration: none;
}


.portlet-solucoes-que-aproximam .glyphicon {
    display: none;
}


@media screen and (min-width: 576px) {
    
    .portlet-solucoes-que-aproximam .solucoes-que-aproximam .card-solucoes-que-aproximam{
        width: 30%;        
    }
    
}

/* Fim do tratamento do Portlet Soluções que Aproximam */



/* Início do tratamento do Portlet Banner */
.banner-home .oculta-elemento{
    display: none;
}

.banner-home img.banner-home-p{
    max-width: 767px;
    max-height: 576px;
    width: 100%;
}

.banner-home img.banner-home-g {
    display: none;
}



@media screen and (min-width: 768px) {
    .banner-home img.banner-home-g {
        display: block;
        max-width: 1920px;
        max-height: 450px;
        width: 100%;
        margin: auto;
    }
    
    .banner-home img.banner-home-p {
        display: none;
    }
}

/* Fim do tratamento do Portlet Banner */

/* Início do tratamento para os bullets do banner principal */

.bannerPrincipal .circulo {
    margin-left: 1rem;
    width: 10px;
    height: 10px;
    border: 2px solid var(--cor-fundo-branco); /* Cor da borda */
    border-radius: 50%; /* Transforma o quadrado em um círculo */
}

.circulo-preenchido {
    background-color: var(--cor-fundo-branco); /* Cor de fundo */
}

.controle-imagem{
    display: flex;
}

.portlet.portlet_banner .banner-home{
    position: relative;
}

.portlet.portlet_banner .bannerPrincipal .controle-imagem{
    position: absolute;
}


.portlet.portlet_banner .bannerPrincipal{
    border-bottom: 10px solid var(--cor-fundo-amarelo);
    position: relative;
    border-radius: inherit;
}

.portlet.portlet_banner .bannerPrincipal .posicao_do_texto .paragrafo-titulo {
    font-weight: bold;
    color: #00416b;
    margin-bottom: 0.2rem;
    line-height: 1.2em;
    font-size: 1.424em;
}

.portlet.portlet_banner .bannerPrincipal .posicao_do_texto .paragrafo-descricao {
    margin: 0;
}

.portlet.portlet_banner .bannerPrincipal .posicao_do_texto{
    padding: 10px 16px;
}

@media screen and (min-width: 768px) {
    .portlet.portlet_banner .bannerPrincipal .posicao_do_texto{
        position:absolute;
        width: 50%;
        bottom: 15%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0px 16px;
    }
    
    .portlet.portlet_banner .bannerPrincipal .posicao_do_texto.esquerda{
        left: 0px;
        
    }
    
    .portlet.portlet_banner .bannerPrincipal .posicao_do_texto.esquerda .paragrafo-titulo,
    .portlet.portlet_banner .bannerPrincipal .posicao_do_texto.esquerda .paragrafo-descricao{
        text-align: right;
    }
    
    .portlet.portlet_banner .bannerPrincipal .posicao_do_texto.direita{
        right: 0px;
        justify-content: flex-end;
    }
    
    .portlet.portlet_banner .bannerPrincipal .posicao_do_texto.direita .paragrafo-titulo,
    .portlet.portlet_banner .bannerPrincipal .posicao_do_texto.direita .paragrafo-descricao{
        text-align: left;
    }
    
    .portlet.portlet_banner .bannerPrincipal .posicao_do_texto.centralizado{
        left: 25%;
    }
    
    .portlet.portlet_banner .bannerPrincipal .posicao_do_texto.centralizado .paragrafo-titulo,
    .portlet.portlet_banner .bannerPrincipal .posicao_do_texto.centralizado .paragrafo-descricao{
        text-align: center;
    }
    
}

/*Fim do tratamento para os bullets e texto do banner principal */



/* Início do tratamento para o portlet noticias dos correios */

.portlet.portlet_noticias .conteudo-noticias i.link-https:after{
    display: none; 
}

.portlet.portlet_noticias .conteudo-noticias {
    display: flex;
    padding: 0 15px;
    min-height: 22rem;
}

.portlet.portlet_noticias .conteudo-noticias .bloco-noticia{
    padding: 0 10px;
    margin-top: 3rem;
}

.portlet.portlet_noticias .bloco-noticia a:hover{
    text-decoration: none;
    color: var(--cor-link-hover);
}

section.portlet.portlet_noticias .glyphicon {
    display: none;
}


section.portlet.portlet_noticias .glyphicon{
    display: none;
}


@media screen and (min-width: 576px) {
    
    .portlet.portlet_noticias .titulo-noticias {        
        width: 60%;
    }
    .portlet.portlet_noticias .conteudo-noticias {
        min-height: auto;
        padding:0;
    }
    
    .portlet.portlet_noticias .conteudo-noticias .bloco-noticia{
        width: 100%;
        padding-left: 35px;
    }
    
    .portlet.portlet_noticias .conteudo-noticias .bloco-noticia h4{
        margin-top: 0;
    }
    
    .portlet.portlet_noticias .conteudo-noticias .bloco-noticia h5{
        margin: 20px 0;
    }  
    
}




/* Fim do tratamento para o portlet noticias dos correios */



/* INICIO SIMULADOR PREÇOS E PRAZOS - MOBILE FIRST*/


.portlet.Portlet_Precos_E_Prazo{
    width: 100%;
    margin-top: 20px;   
}

.titulo-texto-calc,         
.texto-calc,       
.inserir-dados-calc,
.inserir-dados-origem-calc,
.inserir-dados-destino-calc,
.simulador-calc{
    font-family: 'Trebuchet MS', 'arial', 'helvetica', 'Open Sans', sans-serif; 
    color: var(--cor-texto-azul);
}

.titulo-texto-calc{
    font-weight: bold;
}


.titulo-texto-calc, .texto-calc{
    padding: 5px 5px 5px 9px;
}


.container-form-calc{
    display: flex;
    flex-wrap: wrap;
}


.simular-frete{
    display: flex;
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
    width: 70%;
    cursor: pointer;
}

.simular-frete p{     
    font-family: 'Trebuchet MS', 'arial', 'helvetica', 'Open Sans', sans-serif;  
    color: var(--cor-texto-branco);   
    background: var(--cor-texto-azul); 
    width: 95%;
    height: 5rem;
    display: flex;    
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0 0 0;
    border-radius: 3px;  
}

.simular-frete p:hover{
    background: #00416b;
}

.container-calculadora {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    background-color: var(--cor-fundo-cinza);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.formulario-calc {
    background: var(--cor-fundo-cinza); 
    padding: 10px;        
}  

.formulario-calc label {
    padding-left: 0.3rem
}

.altura-largura-comprimento-calc{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.altura-largura-comprimento-calc input[type="text"]{
    font-size: 14px;
    padding: 5px;
    width: 63%;
    margin-left: 0.8rem;
}

.titulo-texto-calc{
    font-size: 2.4rem;    
    text-decoration: none;   
    width: 100%;
}

.origem-destino-calc {
    font-size: 1.58rem; 
    display: flex;    
    margin-bottom: 10px;
    width: 100%;
}

.imagem-calc {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    flex-direction: column;
    padding: 5px 0 5px 5px;
    width: 10%;
}

.dimensoes-calc {  
    font-size: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;   
    align-items: center;
    width: 90%;
}

.botao-simulador{   
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}

.lista-mensagem-erro{   
    width: 100%;
    display: flex;   
    flex-wrap: wrap;
}


.simulador-calc {    
    font-size: 1.2rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;   
}

.inserir-dados-calc {    
    padding: 5px;
    text-align: left;            
    flex: 1 0 calc(32% - 10px);    
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inserir-dados-origem-calc,
.inserir-dados-destino-calc {    
    padding: 5px;
    text-align: left;
    width: 100%;
}


.inserir-dados-destino-calc {    
    padding: 5px;
    text-align: left;
}

.selecionar-dados-calc{
    padding: 0 5px;
}

.inserir-dados-calc label,
.selecionar-dados-calc label {
    margin-bottom: 0.2rem;
}

#peso{
    border-radius: 0;
}      

.inserir-dados-calc input[type="number"] {
    width: 100%;
    height: 34px;
    padding: 5px;
    border: 1px solid #ccc; 
}

.inserir-dados-calc select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;    
}

.para-outros-formatos-container p{
    font-size: 16px;
    margin: 0;
    padding: 2rem 3rem;
}

.imagem-container {
    overflow: hidden;
}

.imagem-icone {       
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
}

.origem-destino-calc  input[type="number"], input[type="password"], textarea, select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #696969;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.para-outros-formatos-container .link-outros-formatos{
    text-decoration: none;
}

.link-outros-formatos{
    padding: 0; 
    border: 0;
    margin-left: -2px;
}


/* Desabilitar imagens para telas grandes desktop */

.imagem-principal-p.oculta-elemento{
    display: flex;
}

.imagem-principal-g.oculta-elemento{  
    display: none;
}



/* Desabilitar as setas em todos os elementos number */

/*Navegadores Chrome e Edge */
.container-calculadora input[type="number"]::-webkit-inner-spin-button,
.container-calculadora input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Navegador Firefox */
.container-calculadora input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}


/* MENSAGENS DE ALERTA  */


.paragrafo-mensagem-erro{
    color: var(--cor-texto-vermelho);   
    font-size: 1.2rem;
    line-height: 1.5;
    display: flex;
    align-content: stretch;
    padding: 3px 5px 0 5px;      
    margin: 0;
    display: flex;
    width: 100%;
}

.mensagem-erro[label-simulacao="label-simula"] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--cor-texto-vermelho);
    font-size: 1.2rem;
}


.portlet.Portlet_Precos_E_Prazo .item-obrigatorio{
    border-color: var(--cor-texto-vermelho);      
}        

.para-outros-formatos-container i.link-https:after{
    display: none; 
}

.botoes-calc i.link-https:after{
    display: none; 
}
.mensagem-revisao-preco{
    margin-left: 15%;
    margin-right: 15%;
}

.mensagem-revisao-preco .glyphicon{
    display: none;
}


.mensagem-revisao-preco p{
    font-size: 1.25rem;
    text-align: center;
}

@media screen and (min-width: 576px)  {
    .mensagem-revisao-preco{
        margin-left: auto;
        margin-right: auto;
    }  
}

/* TELAS GRANDES - DESKTOP */
@media screen and (min-width: 992px)  {  
    
    .imagem-calc {
        margin-top: 2rem;
        align-items: flex-start;
        width: 10%;
    }
    
    .container-calculadora{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        min-height: 40rem;
    }
    
    .portlet.Portlet_Precos_E_Prazo {                
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .altura-largura-comprimento-calc{ 
        flex-direction: row;        
    }
    
    .altura-largura-comprimento-calc input[type="text"]{
        padding: 6px 12px;
        font-size: 14px;
    }
    
    .formulario-calc {
        width: 65%;
        height: 100%;
        padding: 2rem 8rem;
    }
    
    .imagem-icone {
        width: 5rem;
    }   
    
    .dimensoes-calc {              
        display: flex;
        flex-wrap: wrap;                
        justify-content: space-between; 
        width: 90%;
        padding-left: 5px;
    }    
    
    .inserir-dados-calc {         
        flex-direction: column;    
        align-items: flex-start;
    }
    
    .altura-largura-comprimento-calc input[type="text"]{
        margin: 0;        
        width: 100%;
    }
    
    .selecionar-dados-calc{
        padding: 5px 5px 15px 5px;
    }
    
    .simular-frete {   
        display: flex;    
        justify-content: flex-end;
        width: 25%;
    }
    
    .para-outros-formatos-container{               
        order: 1;   
        width: 30%;            
    }            
    
    .simular-frete p{                
        width: 100%;
        margin: 0 5px 0 0;
    } 
    
    .botao-simulador {      
        flex-direction: row-reverse;  
        align-items: center; 
        justify-content: space-between;   
    }
    
    .lista-mensagem-erro{        
        order: 2;
        width: 45%;
        min-height: 12rem;
        align-content: flex-start;
    }
    
    .para-outros-formatos-container p{
        padding: 2rem 0.5rem;
    }
    
    
    .origem-destino-calc {            
        margin-bottom: 0;
        
    }
    
    /* Desabilitar imagens para telas pequenas - mobile */
    
    .imagem-principal-p.oculta-elemento{                
        display: none;
    }
    
    .imagem-container{       
        width: 35%;        
    }
    
    .imagem-principal-g.oculta-elemento{                
        display: flex;
        width: 100%;
        height: 42rem;
        object-fit: cover;
    }   
    
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
    
    .formulario-calc {
        padding: 2rem 3rem;
    }   
    
}



@media screen and (min-width: 576px) and (max-width: 767px) {
    
    .imagem-calc {     
        width: 7rem;
    }
    
    .altura-largura-comprimento-calc input[type="text"] {
        width: 76%;
    }
    
    .dimensoes-calc{
        width: 87%;
    }   
    
    .simular-frete p {
        width: 60%;
    }
    
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    
    .origem-destino-calc {       
        margin-bottom: 0;
    }
    
    .formulario-calc {
        padding: 2rem 3rem;
    }
    
    .inserir-dados-calc {
        flex-direction: column;
        align-items: flex-start;
    } 
    
    .altura-largura-comprimento-calc {
        flex-direction: row;
    }
    
    .dimensoes-calc {
        width: 90%;
    }
    
    .imagem-calc {
        width: 10%;
        margin-top: 2rem;
    }
    
    .altura-largura-comprimento-calc input[type="text"] {        
        width: 100%;
        margin-left:0;         
    }
    
    
    .botao-simulador {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
    
    .lista-mensagem-erro {
        order: 2;
        width: 40%;
        min-height: 12rem;
        align-content: flex-start;
    }
    
    .para-outros-formatos-container p {
        padding: 2rem 1rem;
        justify-content: center;
    }
    
    .para-outros-formatos-container {
        order: 1;
        width: 36%;
    }
    
    .simular-frete {
        display: flex;
        justify-content: flex-end;
        width: 24%;
    }
    
    .simular-frete p {       
        margin: 0 5px 0 0;       
    }
    
    .imagem-icone {
        width: 5rem;        
    }    
}

/* TELAS MUITO PEQUENAS */

@media screen and (max-width: 322px) {
    
    .imagem-icone {
        width: 5rem;
    }
    
    .formulario-calc {              
        padding: 5px;
    }
    
    .simular-frete {
        width: 65%;
    }
    
    .titulo-texto-calc,
    .texto-calc,
    .inserir-dados-calc,
    .inserir-dados-origem-calc,
    .inserir-dados-destino-calc,
    .simular-frete{
        padding: 5px 2px;
    }
    
    .inserir-dados-calc label span{
        display: none;
    }
    
}


@media screen and (max-width: 357px) {            
    .inserir-dados-calc label span{
        display: none;
    }
    
}

@media screen and (max-width: 275px) {            
    .simular-frete {
        width: 58%; 
    }
}



/* FIM SIMULADOR PREÇOS E PRAZOS*/


/* TELA DE RESPOSTAS SIMULADOR DE PREÇOS */


.respostas-calc{
    display: flex;
    flex-wrap: wrap;
    align-items: center;            
    padding: 10px;
    justify-content: space-between;
}

.cards-resposta-calc{
    display: flex;
    width: 100%;    
    justify-content: center;
    align-items: center;
}

.mensagem_prazo, 
.mensagem_prazo span, 
.produtos_encontrado img,
.produtos_encontrado {
    background-color: var(--cor-fundo-branco);
}


.produtos_encontrado{    
    display: flex;
    flex-direction: column;            
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.produtos_encontrado img{
    width: 75%;
}

.mensagem_prazo
{ 
    color: var(--cor-texto-cinza);
} 

.mensagem_prazo span,
.mensagem_preco_agencia span,
.mensagem_preco_agencia { 
    color: var(--cor-texto-preto);
    font-weight: bold;
} 

.mensagem_prazo {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    width: 100%;
}

.mensagem_prazo span,
.mensagem_preco_ppn span{          
    font-size: 3rem;
}


.mensagem_preco_ppn{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    width: 100%;
    color: var(--cor-texto-laranja);
    font-size: 1.25rem;
}

.mensagem_preco_ppn span{           
    margin: 5px 0 10px 0;            
    width: calc(100% - -10px);
    display: flex;
    justify-content: center;
    background: var(--cor-texto-laranja);
    color: var(--cor-texto-branco);
    font-weight: bold;
    padding: 0 5px;
}


.mensagem_preco_agencia{
    display: none;
    flex-direction: column;
    align-items: center;           
    width: 100%;
    padding: 5px;
}

.mensagem_preco_agencia span{            
    margin: 5px 0 20px 0;
    font-size: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    background: var(--cor-cinza-escuro);
    padding: 5px;
    width: calc(100% - -10px);
}

.resposta-precos-e-prazos{
    display: flex;  
    justify-content: center;    
    padding: 5px 5px 5px 0px;
}

.botoes-calc{  
    display: flex;
    flex-direction: column;           
    justify-content: center;
    align-items: center;
    width: 100%;
} 


.botao-simular,
.botao-postagem{
    margin: 10px 5px;
    background: var(--cor-texto-azul);
    color: var(--cor-texto-branco);
    height: 5rem;
    border: none;
    overflow: hidden;    
    text-overflow: ellipsis;
}

.botao-simular{ 
    border-radius: 5px;
    width: 50%;
}

.botao-postagem{
    border-radius: 5px;
    width: 75%;
}

.link-botao-postagem {    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.respostas-calc button.botao{
    background: none;
    border: none;
    box-shadow: none;
}

.respostas-calc button.botao:focus {
    outline: none;
}

.botao-simular:hover,
.botao-postagem:hover,
.botao-simular:focus,
.botao-postagem:focus {
    background: #00416b;
    color: var(--cor-texto-branco);  
    outline: none;  
    border: none;
}

.botao-postagem:active {
    outline: none; /* Remove a borda de foco */
}

.oculta-elemento{
    display: none;
}

/* Telas Grandes - Desktop */

@media screen and (min-width: 992px) {  
    
    .mensagem_preco_ppn {
        font-size: 1.25rem;
        padding: 5px;
    }
    
    
    .respostas-calc {
        width: 65%;  
        padding: 2rem 3rem;
    }  
    
    
    .titulo-texto-calc {
        width: 100%;
    }
    
    .texto-calc {
        width: 100%;
    }
    
    .produtos_encontrado {
        margin: 0 5px 0 5px;
        width: 100%;
    }
    
    .botoes-calc{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 10px;
    }
    
    
    .link-botao-postagem {               
        width: 35%;
    }
    
    
    .link-botao-postagem:hover, 
    .link-botao-postagem:hover button{
        text-decoration: none;
    }  
    
    
    button.botao-postagem {   
        width: 100%;
    }
    
    .reposta-precos-e-prazos {
        width: 85%;
    }
    
    .botao-simular{
        width: 25%;
    }
    
}   


/* TELAS TABLET  */


@media screen and (min-width: 415px) and (max-width: 991px) {
    
    .produtos_encontrado {
        margin: 0 5px 0 5px;
    }
    
    .botoes-calc{               
        margin-top: 10px;
    }
    
    .mensagem_preco_ppn {             
        font-size: 1.2rem;
    }
    
    .botao-simular {
        width: 35%;
    }
    
    .botao-postagem{
        width: 50%;
    }
    
}


@media screen and (min-width: 577px) and (max-width: 991px) {
    
    .botoes-calc{
        display: flex;
        flex-wrap: wrap;    
        flex-direction: row;
    }            
    
    .botao-simular {
        width: 25%;
    }
    
    .mensagem_preco_ppn {             
        font-size: 1.5rem;
        padding: 5px;
    }
    
}

@media screen and (min-width: 576px){
    .inserir-dados-calc label span{
        display: inline-block;
    }
    
}
/* FIM TELA DE RESPOSTAS SIMULADOR DE PREÇOS */

/* Portlet Acesso Rapido - barra de navegação */
.slick-dots-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 2px;
    justify-content: center; 
}

.slick-dots {
    margin: 0 2px;
    font-size: 35px;
    color: var(--cor-cinza-escuro);
}

.slick-dots-blue {
    color: var(--cor-texto-azul);
}

.portlet_acesso_rapido .acesso-rapido-links .slick-dots-container{
    position: absolute;
    align-self: flex-end;
}
