body{
    
}

body.vestebem-routes-webview-index header,
body.vestebem-routes-webview-index .copyright,
body.vestebem-routes-webview-index footer.page-footer,
body.vestebem-routes-webview-index .btn-modal,
body.vestebem-routes-webview-index .recomendacao-texto{
    display: none!important;
}

@media (min-width: 1024px){
    .page-header,
    .navigation{
        z-index: 1;
    }
}

.hidden{
    display: none!important;
}

.recomendacao-texto,
.estoque-texto{
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 10px;
    width: fit-content;
    display: none;
    font-size: 12px;
}

.estoque-texto.sucesso,
.recomendacao-texto.sucesso{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.estoque-texto.erro,
.recomendacao-texto.erro{
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.btn{
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.4px;
    border-radius: 4px;
    padding: 15px 25px;
    display: block;
    max-width: 100%;
}

.btn-default{
    background: #D3E7FB;
    color: #2485EA;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus{
    color: #2485EA;
}

.btn-primary{
    background: #2485EA;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited{
    color: #fff;
}

.overflow-hidden{
    overflow: hidden;
}

.text-center{
    text-align: center;
}

.d-flex{
    display: flex;
}

.align-items-center{
    align-items: center;
    color: #80848A !important;
    font-size: 12px;
}

.justify-content-between{
    justify-content: space-between;
}

@media screen and (min-width: 1024px){
    .d-flex-desktop{
        display: flex;
    }

    .align-items-center-desktop{
        align-items: center;
    }
    
    .justify-content-between-desktop{
        justify-content: space-between;
    }
}

.page{
    display: none;
}

#page_inicio{
    display: block;
}

#page_loading{
    padding: 20px;
    text-align: center;
}

#page_loading .titulo{
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #132177;
}

#page_loading p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #80848A;
}

@media screen and (min-width: 1024px){
    #page_loading{
        padding: 150px 20px;
    }
}

.container{
    width: 100%;
    max-width: 990px;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.container .description {
    margin-top: 10px;
    margin-bottom: 20px;
}

.linha{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

.coluna,
.colunas{
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.5rem;
}

.coluna p {
    color: #383838;
    font-size: 16px;
}

.genero + label, .genero + label {
    margin-right:10px;
    border-radius:4px;
    padding:10px 40px 10px 20px;
    float:left;
    border:1px solid #C3CBD9;
    max-width: 100px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

input.genero{
    display:none;
    visibility: hidden;
    position: absolute;
}

.genero:checked + label{
    color:#2485EA;
    border:1px solid #2485EA;
}

.sm-seis.colunas{
    flex: 0 0 50%;
    max-width: 50%;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 50;
    /* visibility: hidden;
    opacity: 0; */
    transition: 0.7s;
    display: none;
}
.modal {
    position: fixed;
    top: 2.5%;
    left: 2.5%;
    width: 95%;
    min-height: 300px;
    /* margin-left: -2.5%; */
    /* margin-top: -150px; */
    background: #f2f1f7;
    border-radius: 4px;
    border: #ccc;
    z-index: 100;
    /* visibility: hidden;
    opacity: 0; */
    transition: 0.5s ease-out;
    transform: translateY(45px);
    display: none;
    overflow: scroll;
    max-height: calc(100vh - 10px);
    color: #000!important;
}

body.vestebem-routes-webview-index .modal{
    top: 0;
    left: unset;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    border-radius: 0;
}

.active {
    /* visibility: visible;
    opacity: 1; */
    display: block;
}
.active + .modal {
    /* visibility: visible;
    opacity: 1; */
    display: block;
    transform: translateY(0);
    z-index: 999;
}

@media (min-width: 1024px){
    .modal{
        width: 900px;
        left: 50%;
        margin-left: -450px;
        height: auto;
        overflow: hidden;
    }

    body.vestebem-routes-webview-index .modal{
        width: 900px;
        left: 50%;
        max-height: calc(100vh - 10px);
        min-height: auto;
        top: 2.5%;
        border-radius: 4px;
    }
}

@media screen and (min-width: 400px){
    .container{
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 750px){
    .container{
        width: 100%;
    }

    .uma.coluna,
    .uma.colunas{
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .duas.colunas{
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .tres.colunas{
        flex: 0 0 25%;
        max-width: 25%;
    }

    .quatro.colunas{
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .cinco.colunas{
        flex: 0 0 41.66666666%;
        max-width: 41.66666666%;
    }

    .seis.colunas{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sete.colunas{
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .oito.colunas{
        flex: 0 0 66.666666%;
        max-width: 66.6666666%;
    }

    .nove.colunas{
        flex: 0 0 75%;
        max-width: 75%;
    }

    .dez.colunas{
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .onze.colunas{
        flex: 0 0 91.66666666%;
        max-width: 91.66666666%;
    }

    .doze.colunas{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1024px){
    .desktop-doze{
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
}

.form-group{
    margin-bottom: 15px;
    position: relative;
}

.form-group label{
    display: block;
}

.form-group input,
.form-group select{
    margin-top: 5px;
}

.page-main{
    padding: 0!important;
}

.column.main{
    width: 100%!important;
}

.header_mobile{
    background: #fff;
    padding: 10px 0;
    /* margin-bottom: 30px; */
}

.header_mobile img{
    margin: 0 5px;
}

.banner img{
    display: block;
    min-width: 100%;
    max-width: 100%;
}

.banner #banner_desktop{
    display: none;
}

@media (min-width: 1024px){
    .banner img{
        min-width: auto;
        width: auto;
        margin: 0 auto;
    }

    .banner #banner_mobile{
        display: none;
    }

    .banner #banner_desktop{
        display: block;
    }
}

#preview{
    display: none;
}

@media (min-width: 1024px){
    #preview{
        display: block;
        padding: 15px;
    }
    
    #previewImg{
        width: 100%;
        height: 516px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #fff;
    }
}

.inicio{
    background-color: #f2f1f7;
    padding: 30px 0;
}

.inicio h1{
    font-size: 28px;
    font-weight: normal;
    color: #132177;
    margin-bottom: 15px;
}

.inicio input,
.inicio select{
    height: 42px;
    line-height: 30px;
    border: 0;
    border-radius: 4px;
    width: -webkit-fill-available;
    color: #383838;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 3.00024H3C1.89543 3.00024 1 3.89567 1 5.00024V17.0002C1 18.1048 1.89543 19.0002 3 19.0002H15C16.1046 19.0002 17 18.1048 17 17.0002V5.00024C17 3.89567 16.1046 3.00024 15 3.00024Z' stroke='%232485EA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 1V5' stroke='%232485EA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 1V5' stroke='%232485EA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.00024H17' stroke='%232485EA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    border-width: thin;
    left: -10px;
    position:absolute;
}

input[type="date"] {
  padding-left: 50px;
}

#numero{
    margin-right: 5px;
}

.inicio select{
    line-height: initial;
}

.inicio .unidade-medida{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.inicio .idade{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #80848A;
    font-size: 12px;
    margin-bottom: 0px;
}

.inicio input[type=submit]{
    background-color: #2485EA;
    color: #fff;
    border-radius: 4px;
    padding: 10px 25px;
    height: auto;
    line-height: normal;
}

.coluna-genero {
    margin-bottom: 20px;
}

.col-provador {
    padding: 0px !important;
}

@media (min-width: 1024px){
    .inicio{
        padding: 15px 0;
    }

    .inicio h1{
        font-size: 28px;
        line-height: 126.3%;
    }

    .inicio .idade{
        text-align: left;
    }
}

.ajustes{
    background: #E5E5E5;
    padding: 0 15px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.ajustes .ajuste{
    margin-bottom: 20px;
}

.ajustes .owl-controls{
    margin-top: 10px !important;
    margin-bottom: 10px;
    display: flex;
}

.ajustes .owl-nav{
    /* position: absolute; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ajustes .owl-dots{
    bottom: 0!important;
}

.owl-theme .owl-controls .owl-nav .owl-prev{
    display: none;
}

.ajustes .owl-nav .owl-prev,
.ajustes .owl-nav .owl-next{
    transform: translateY(-10px);
    z-index: 1000;
    text-indent: unset!important;
    background: none!important;
    width: auto!important;
    display: flex!important;
    align-items: center;
    color: #2485EA!important;
    position: relative!important;
    height: auto!important;
    box-shadow: none;
}

.ajustes .owl-nav .owl-prev::before{
    position: relative!important;
    top: 0!important;
    left: 0!important;
    background-position: center;
}

.ajustes .owl-nav .owl-next::before{
    display: none!important;
}

.ajustes .owl-nav .owl-prev::before{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 26px;
    height: 25px;
    content: "";
    background-image: url(../img/arrow.png) !important;
    background-repeat: no-repeat, repeat !important;
    text-indent: 0;
    border-top: none;
    transform: none;
}

.ajustes .owl-nav .owl-next::after{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 26px;
    height: 25px;
    content: "";
    background-image: url(../img/arrow.png) !important;
    background-repeat: no-repeat, repeat !important;
    text-indent: 0;
    border-top: none;
    transform: rotate(180deg);
    background-position: center;
}

.ajustes .owl-dots{
    display: none!important;
}


.ajustes .ajuste img{
    margin-bottom: 10px;
}

.ajustes .ajuste .box{
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin: 10px;
    display: inline-block;
}

.ajustes .ajuste .box .ajuste-medida{
    display: flex;
    align-items: center;
}

.ajustes .ajuste .box .ajuste-medida input{
    width: 85%;
}

.ajustes .ajuste .box .ajuste-medida output{
    margin: 0 5px;
    font-size: 18px;
    font-weight: bold;
}

.ajustes .ajuste .box h1{
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #132177;
    margin-bottom: 10px;
}

.ajustes .ajuste .box p{
    font-size: 16px;
    line-height: 18px;
    color: #383838;
}

@media (min-width: 400px){
    .ajustes .btn{
        margin: 20pxs;
    }
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1L1 6L6 11' stroke='%232485EA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.ajustes .owl-nav .owl-next::after {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1L1 6L6 11' stroke='%232485EA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #C3CBD9;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 3px solid #2485EA;
  height: 23px;
  width: 23px;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}

.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
    background: #2485EA;
    border: 0px;
}

.owl-theme.owl-carousel .owl-controls .owl-dot span {
    background: #C3CBD9;
    border: 0px;
}

.owl-next, .owl-prev {
    font-size: 16px !important;
}

.owl-carousel .owl-stage-outer {
    padding: 0px !important;
}

@media (min-width: 1024px){
    .ajustes{
        background: none;
        padding-top: 100px;
    }

    #ajustes .ajuste img{
        display: none!important;
    }

    .ajustes .btn{
        width: fit-content;
        margin-left: auto;
        margin-top: 20px;
    }

    .ajustes .ajuste .box p{
        font-size: 14px;
        line-height: 24px;
    }
}

.recomendacao{
    background: #1A45A3;
    padding: 15px;
    margin-top: 15px;
}

@media (min-width: 400px){
    .recomendacao{
        padding: 30px 15px;
    }
}

.recomendacao #aviso p{
    color: #fff;
}

.recomendacao .box_branco{
    background: #FFFFFF;
    box-shadow: 0px 1.01601px 2.03202px rgba(70, 68, 83, 0.1);
    border-radius: 0px 0px 8.12807px 8.12807px;
    border-top: 1.01601px dashed #C3CBD9;
    padding: 10px 15px;
    position: relative;
}

.recomendacao .box_branco p:first-of-type{
    font-style: normal;
    font-weight: normal;
    font-size: 12.0022px;
    line-height: 14px;
    color: #1A45A3;
    margin-bottom: 0px;
}

.recomendacao .box_branco::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: -8px;
    border-radius: 50%;
    background-image: url(../img/estrela.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 5px;
}

.recomendacao .box_branco .tamanho_recomendado{
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    text-align: center;
    color: #1A45A3;
}

.recomendacao .resultado{
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.recomendacao .nivel_conforto{
    margin-top: 20px;
    padding: 15px;
    background-color: #132177;
    border-radius: 4px;
    color: #fff;
}

.recomendacao .nivel_conforto p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.recomendacao .nivel_conforto .medidas{
    display: flex;
}

.recomendacao .nivel_conforto .medidas > div{
    margin-right: 15px;
    display: none;
}

.medidas .owl-nav{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.medidas .owl-nav .disabled{
    visibility: hidden;
}

.medidas .owl-nav .owl-next,
.medidas .owl-nav .owl-prev{
    border: none;
    padding: 0;
    position: relative;
    z-index: 100;
}

.medidas .owl-nav .owl-next span,
.medidas .owl-nav .owl-prev span{
    font-size: 32px;
}

.recomendacao .nivel_conforto .medidas .busto{
    margin-right: 25px;
}

.nivel_conforto .medidas .nivel{
    position: relative;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.nivel_conforto .medidas .nivel::before{
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    /* background-color: #2CBF59; */
    margin-right: 10px;
    /* position: absolute;
    top: 5px;
    left: 0; */
    
}

.nivel_conforto .medidas .nivel.fits::before{
    background-color: #2CBF59;
}

.nivel_conforto .medidas .nivel.tigth::before,
.nivel_conforto .medidas .nivel.loose::before{
    background: #F6A037;
}

.nivel_conforto .medidas .nivel.too_tigth::before,
.nivel_conforto .medidas .nivel.too_loose::before{
    background: #E51717;
}

@media (min-width: 1024px){
    .recomendacao{
        padding: 15px;
        margin-top: 15px;
        border-radius: 4px;
    }

    .recomendacao .box_branco{
        padding: 15px;
    }

    .recomendacao .nivel_conforto{
        display: flex;
        align-items: center;
    }

    .recomendacao .nivel_conforto p{
        padding-right: 15px;
        width: 25%;
    }
}

#medidas.owl-theme .owl-nav {
    display: block!important;
}

.outros_tamanhos{
    /* margin-left: -20px;
    margin-right: -20px; */
    background: #fff;
    padding: 15px;
    margin-top: 15px;
}

@media (min-width: 400px){
    .outros_tamanhos{
        padding: 25px;
    }
}

.outros_tamanhos .header{
    font-size: 14px;
}

.outros_tamanhos h1{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    margin-bottom: 15px;
    color: #383838;
}

.outros_tamanhos .d-flex a{
    text-align: right;
}

.outros_tamanhos .medidas .medida span{
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    border: 2px solid #F0F2F8;
    border-radius: 4px;
    display: block;
    width: 70%;
    
}

.outros_tamanhos .medidas .center .medida span,
.outros_tamanhos .medidas .selected .medida span{
    border: 2px solid #2485EA;
}

.outros_tamanhos .nivel_conforto .medidas{
    display: flex;
    margin-top: 15px;
}

.outros_tamanhos .nivel_conforto .medidas > div{
    margin-right: 25px;
    display: none;
}

.outros_tamanhos .nivel_conforto .medidas .busto{
    margin-right: 25px;
}

.outros_tamanhos .nivel_conforto .medidas .nivel{
    position: relative;
    display: flex;
    align-items: center;
}

.outros_tamanhos .nivel_conforto .medidas .nivel::before{
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    /* background-color: #2CBF59; */
    margin-right: 10px;
    /* position: absolute;
    top: 5px;
    left: 0; */
    
}

.outros_tamanhos .owl-prev{
    left: -15px!important;
    background: none!important;
}

.outros_tamanhos .owl-next{
    right: -15px!important;
    background: none!important;
}

.page footer{
    padding: 15px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.editar_medidas {
    color: #2485EA;
}

@media (min-width: 400px){
    .page footer{
        display: block;
        
        padding: 20px 0;
    }

    .page footer .btn-primary{
        margin-top: 10px;
    }
}

@media (min-width: 1024px){
    .page footer{
        margin-top: 20px;
        padding: 0;
        background: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page footer .btn{
        width: 35%;
    }

    .page footer .btn-primary{
        margin-top: 0px;
    }
}



.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #132177;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

.footer.page-footer{
    display: none!important;
}

@media(min-width: 1024px){
    .footer.page-footer{
        display: block!important;
    }    
}