﻿/* Arquivo de sobreposição para o desenvolvedor */

/*Personalização do protótipo*/
.section.inicio-cadastro .kv.desktop .semanaturbo {
    position: absolute;
    z-index: 4;
    top: 18%;
    left: 1%;
    width: 26%;
    transition: all 0.3s ease-in-out;
}
.section.inicio-cadastro .kv.desktop .img-semanaturbo {
    width: 100%;
    max-width: 400px;
    transition: all 0.3s ease-in-out;
}

/*.section.inicio-cadastro .kv.mobile .semanaturbo {
    position: absolute;
    z-index: 4;
    top: 2%;
    left: 2%;
    width: 30%;
    transition: all 0.3s ease-in-out;
}
.section.inicio-cadastro .kv.mobile .img-semanaturbo {
    width: 100%;
    max-width: 400px;
    transition: all 0.3s ease-in-out;
}*/



/*Geral*/
#loader {
    z-index: 999999999 !important;
}


/* Select2 */
.select2-container{
    display: block!important;
    width: auto!important;
}

.select2-container--default .select2-selection--single:focus{
    outline-color: #ffd998;         
}

.select2-container--default .select2-selection--single{
    padding: 1.5rem 2rem 1.5rem 2rem!important;
    height: 42px!important;
    border-radius: 0.7rem !important;
    border: none!important;
    margin: 15px 0px 6px 0px!important;
    font-size: 1.3rem!important;
    line-height: 1!important;
    background: var(--c-gray)!important;
    font-family: 'Grotesca', Arial, sans-serif!important;
    font-weight: 400!important;
    color: var(--c-black)!important;
    width: 100%;
    text-transform: none;
    overflow: hidden;
    outline-color: var(--c-white);
    outline-width: 0;
    outline-offset: 0;
    outline-style: solid;
    transition: all 0.3s ease-in-out;
}

.select2-container--open .select2-dropdown {
    top: -1px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    word-break: break-all!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    font-family: 'Grotesca', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0.4rem;
    border: 1px solid var(--c-black) !important;
    background: #e9e9e9;
    outline: none;
    padding: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    position: relative;
    top: -7px;
    color: var(--c-black)!important;
    font-family: 'Grotesca', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0;
    text-shadow: none;
    text-transform: none;
    letter-spacing: var(--form-control-letter-spacing);
    text-align: left;
    padding-left: 0!important;
}

@media (max-width: 991px){
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px!important;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered{
    overflow: hidden;
    word-break: break-all;
    white-space: initial;
}

.select2-container--default .select2-results__option--disabled {
    color: var(--c-black)!important;
    background: var(--c-gray2)!important;
    padding: 1rem!important;
    font-weight: 800!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    opacity: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    color: var(--c-black)!important;
    background: var(--c-yellow1)!important;
    padding: 1rem !important;
    font-weight: 800!important;
}

.select2-results__option--selectable{
    color: var(--c-black);
    font-size: 1.6rem;
    padding: 1rem !important;
}

.select2-results__option{
    color: var(--c-black);
    font-family: 'Grotesca', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    text-shadow: none;
    text-transform: none;
}

.select2-dropdown{
    border: 0px solid #ffffff!important;
    border-radius: 50rem;
    overflow: hidden;
}

label#ProdutoQtdError,
label#ProdutoItemError,
label#erroProduto ,
label#erroProdutoGranel {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Grotesca", Arial, sans-serif;
  font-weight: 800;
  margin-top: 1px;
  margin-bottom: 8px;
  padding: 0rem;
  background: transparent;
  color: #ff494b;
}

.select2-results ::-webkit-scrollbar-thumb {
    background: var(--c-yellow1)!important;
    border-radius: 5rem!important;
}


/*Mapa*/
.mapa img {
    display: none;
}

@media (max-width: 991px){
    .mapsvg svg {
        width: 80%!important;
        margin-top: 50px!important;
    }
}

/*Ajustes no cookies*/
.cmp-revoke-consent {
    position: static!important;
    padding: 0!important;
}


/*Página: Aguarde New */
.aguardenew {
    background: #0021C7!important;
}
@media (max-width: 991px){
    .aguardenew {
        padding-top: 3rem !important;
    }
}

.aguardenew .section {
    background: #0021C7;
}

/*Logo*/
.aguardenew .logo {
    position: absolute;
    top: 2%;
    right: 1.5%;
}
.aguardenew .logo img {
    max-width: 150px;
}
@media (max-width: 991px){
    .aguardenew .logo {
        position: relative;
        top: inherit;
        right: inherit;
    }
    .aguardenew .logo img {
        max-width: 150px;
    }
}

.aguardenew .section .padding {
    padding: 5rem 5rem 2rem 5rem!important;
}
@media (max-width: 991px){
    .aguardenew .section .padding {
        padding: 4rem 3rem 2rem 3rem!important;
    }
}

/*Aviso*/
.aguardenew .section .padding .aviso {
    position: relative;
    padding: 4rem 6.5rem;
    background: #efb234;
    border-radius: 2rem;
}
.aguardenew .section .padding .aviso p {
    padding: 0px;
    margin-bottom: 1rem;
    font-size: 2.8rem;
    line-height: 1;
    font-family: "GrotescaCondensed", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--c-white);
    text-align: center;
    margin-bottom: 0rem;
}
.aguardenew .section .padding .aviso p.text-marrom {
    color: #342100;
}
@media (max-width: 991px){
    .aguardenew .section .padding .aviso {
        padding: 3rem 3rem;
    }
    .aguardenew .section .padding .aviso p {
        font-size: 2rem;
        line-height: 1.2;
    }
}
@media (min-width: 992px) and (max-width: 1100px){
    .aguardenew .section .padding .aviso {
        padding: 4rem 4rem;
    }
    .aguardenew .section .padding .aviso p {
        font-size: 2.2rem;
    }
}




/*App*/
.aguardenew .section .padding .app {
    font-size: 2.4rem;
    padding: 0px;
    line-height: 120%;
    color: var(--c-white);
    font-family: "GrotescaCondensed", Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4rem;
}



/*Footer*/
.aguardenew .footer {
    background: #0021C7;
}

.aguardenew  .footer .padding {
    padding: 3rem 3rem;
}

.aguardenew .footer p {
    font-family: "GrotescaCondensed", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.4rem;
}

/* Contador */
#aguardenew .countdown {
    position: relative;
    z-index: 9;
    margin-top: 0px;
    width: 850px;
    margin-bottom: 0;
}

#aguardenew .countdown .count {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#aguardenew .countdown .count > div {
    font-size: 1.6rem;
    padding: 0px;
    line-height: 100%;
    color: var(--c-white);
    font-family: "GrotescaCondensed", Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#aguardenew .countdown .digits {
    height: 132px;
    background: #8bd2ef !important;
    border-radius: 6px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: "Grotesca", Arial, sans-serif;
    font-weight: 400;
    overflow: hidden;
    margin: 7px;
}

#aguardenew .countdown .time {
    font-size: 2.4rem;
    padding: 0px;
    line-height: 100%;
    color: #8bd2ef;
    font-family: "GrotescaCondensed", Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#aguardenew span.line {
  position: absolute;
  z-index: 0;
  left: 12.6%;
  top: 43px;
  content: "";
  width: 77.7px;
  height: 1px;
  border: 1px solid #5b5b5b;
}

#aguardenew .countdown .digits span {
    color: #ffffff;
    margin-top: 7px;
}

@media (max-width: 991px) {
  #aguardenew .countdown {
    position: relative;
    top: inherit;
    bottom: inherit;
    right: inherit;
    z-index: 9;
    margin-bottom: inherit;
    margin-top: inherit;
    width: 100%;
  }
}

#aguardenew .countdown .info {
    font-size: 2rem;
    padding: 0px;
    line-height: 120%;
    color: var(--c-white);
    font-family: "GrotescaCondensed", Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#aguardenew .countdown .descricao {
  font-size: 1.3rem;
  padding: 0px;
  line-height: 1.3;
  color: var(--c-yellow1);
  font-family: "Grotesca", Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: none;
  text-shadow: 0px 0px 11px #fdc200;
}

#aguardenew .countdown .descricao2 {
  font-size: 1.4rem;
  padding: 0px;
  line-height: 1.3;
  color: var(--c-yellow1);
  font-family: "Grotesca", Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: none;
  text-shadow: 0px 0px 11px #fdc200;
}

#aguardenew .countdown .digits div {
    font-size: 90px;
    color: white;
    background: #14A4DE;
    font-family: "GrotescaCondensed", Arial, sans-serif;
    font-weight: 800;
    width: 120px;
    height: 61px;
    line-height: 120px;
    z-index: 1;
    position: relative;
    border-radius: 0;
    border-bottom: 1px solid #072262;
    margin: 0;
    letter-spacing: -5px;
    opacity: 1;
}