/* carregamento de fontes */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    src: local('Montserrat Light'), local('Montserrat-Light'), url("https://fonts.gstatic.com/s/montserrat/v11/IVeH6A3MiFyaSEiudUMXE8u2Q0OS-KeTAWjgkS85mDg.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    src: local('Open Sans Light'), local('OpenSans-Light'), url("https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    src: local('Roboto Light'), local('Roboto-Light'), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* Oculta a 3ª coluna (Preço de Balcão) gerada pelo script do Melhor Envio */
.calcBox .table tbody td:nth-child(3) {
    display: none !important;
}

.calcBox {
    box-sizing: border-box;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.calcBox * {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    line-height: 1.2;
}

.calcBox *,
.calcBox *:before,
.calcBox *:after {
    box-sizing: inherit;
}

.calcBox table {
    border-collapse: collapse;
    border-spacing: 0;
}


.calcBox .wrapper_calc {
    margin: 0 auto;
}

.calcBox .hide {
    display: none;
}

.calcBox .boxForm {
    display: block;
    padding: 15px 0 0 0;
}

@media only screen and (max-width:800px) {
    .calcBox .boxForm {
        margin-bottom: 0;
        padding: 0;
    }
}

.calcBox .boxForm a {
    cursor: pointer;
}

.calcBox .boxForm .form {
    width: 100%;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #c8cdda;
    border-radius: 4px;
    color: #697882;
    font-size: 13px;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 40px;
    outline: none;
    box-sizing: border-box
}

.calcBox .boxForm .row {
    margin: 0 0 20px 0;
}

.calcBox .boxForm .row::after {
    content: '';
    display: table;
    clear: both;
}

.calcBox .boxForm .row--3>div {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
}

.calcBox .boxForm .row--3>div::after {
    content: '';
    display: table;
    clear: both;
}

.calcBox .boxForm .row--3>div:last-child {
    margin-right: 0%
}

.calcBox .boxForm .row--2 {
    padding: 0 50px;
}

.calcBox .boxForm .row--2>div {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

.calcBox .boxForm .row--2>div::after {
    content: '';
    display: table;
    clear: both;
}

.calcBox .boxForm .row--2>div:last-child {
    margin-right: 0%;
}

@media only screen and (max-width:800px) {
    .calcBox .boxForm .row {
        margin: 0;
    }

    .calcBox .boxForm .row--3,
    .calcBox .boxForm .row--2 {
        padding: 0;
    }

    .calcBox .boxForm .row--3>div,
    .calcBox .boxForm .row--2>div {
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
        margin-bottom: 15px;
    }

    .calcBox .boxForm .row--3>div::after,
    .calcBox .boxForm .row--2>div::after {
        content: '';
        display: table;
        clear: both;
    }

    .calcBox .boxForm .row--3>div:nth-child(n),
    .calcBox .boxForm .row--2>div:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none;
    }

    .calcBox .boxForm .row--3>div:nth-child(1n),
    .calcBox .boxForm .row--2>div:nth-child(1n) {
        margin-right: 0%;
        float: right;
    }

    .calcBox .boxForm .row--3>div:nth-child(1n + 1),
    .calcBox .boxForm .row--2>div:nth-child(1n + 1) {
        clear: both;
    }
}

.calcBox .boxForm .small {
    font-size: 60%;
}

.calcBox .boxError {
    background: #fff;
    border: 1px solid #c8cdda;
    border-radius: 4px;
    padding: 10px;
    margin: 20px 20px 0;
    font-size: .875rem;
}

.calcBox .boxError p {
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em;
    margin: 5px;
    color: #3b3f51
}

@media only screen and (max-width:800px) {
    .calcBox .boxError {
        margin-top: 20px;
    }

    .calcBox .boxError p {
        font-size: 12px;
    }
}

.calcBox .table {
    width: 100% !important;
    margin: 0;
}

/*títulos da tabela da calculadora */
.calcBox .table thead {
    background-color: #262626;
    color: #ffffff;
}

.calcBox .table thead td {
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 650;
    text-align: center;
}

.calcBox .table tbody td {
    padding: 10px 5px;
    vertical-align: middle;
  	color: #49606F !important;
}

@media only screen and (max-width:800px) {
    .calcBox .table thead td {
        font-size: 12px;
    }
}

@media only screen and (max-width:360px) {
    .calcBox .table thead td {
        font-size: 10px;
    }
}

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

.calcBox .ttl {
    text-align: center;
    font-family: 'Montserrat';
    color: #00448c;
    margin-bottom: 10px;
}

@media only screen and (max-width:800px) {
    .calcBox .ttl {
        font-size: 30px;
    }
}

.calcBox .boxCeps {
    font-size: 0;
}

.calcBox .boxCeps__cep {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
}

.calcBox .boxCeps__infoAdd {
    text-align: center;
    margin-top: 15px;
}

/* estilos do label do cep*/
.calcBox .boxCeps label {
    color: #575757;
    font-size: .75rem;
    font-weight: 50;
    font-family: 'Roboto';
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
}

.calcBox .boxCeps .infoAdd {
    position: relative;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: .75rem;
    padding: 5px 30px 5px 0;
    text-transform: uppercase;
    color: #3b3f51;
}

.calcBox .boxCeps .infoAdd span {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url("https://static-landings.melhorenvio.com.br/assets/img/seta.png") no-repeat right center;
    background-size: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.calcBox .boxCeps .infoAdd.active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width:800px) {
    .calcBox .boxCeps {
        margin: 0 20px;
    }

    .calcBox .boxCeps__cep {
        width: 100%;
        padding: 10px 0 0;
    }

    .calcBox .boxCeps__infoAdd {
        margin-top: 10px;
    }

    .calcBox .boxCeps .infoAdd {
        font-size: .688rem;
    }
}

@media only screen and (max-width:568px) {
    .calcBox .boxCeps {
        margin: 0 15px;
    }
}

.calcBox .boxInfo {
    margin-top: 30px;
    padding: 0 15px;
    font-size: 0;
}

.calcBox .boxInfo>div {
    width: 20%;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 5px;
}

.calcBox .boxInfo h2 {
    color: #0606FF;
    margin: 0 0 20px 0;
    font-size: 1.125rem;
    text-align: center;
}

/* estilos do label dos demais inputs */
.calcBox .boxInfo label {
    color: #575757;
    font-size: .75rem;
    font-family: 'Roboto';
    display: block;
    max-width: 100%;
    margin-bottom: 5px
}

@media only screen and (max-width:1024px) {
    .calcBox .boxInfo {
        text-align: center;
        margin-top: 0;
    }

    .calcBox .boxInfo>div {
        width: 33%;
        margin-top: 10px;
    }

    .calcBox .boxInfo label {
        text-align: left;
    }
}

@media only screen and (max-width:630px) {
    .calcBox .boxInfo>div {
        width: 50%;
    }

    .calcBox .boxInfo>div:last-child {
        width: 100%;
    }
}

.calcBox .boxResult {
    padding: 0 20px;
    margin-top: 20px;
    color: #575757;
    font-family: 'Open Sans', sans-serif;
    width: 100%;


}

.calcBox .boxResult .result {
    border: 1px solid #d4d4d6;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.calcBox .boxResult h3 {
    font-size: 2.8em;
    margin: 0;


}

.calcBox .boxResult span {
    font-size: .875rem;
    display: block;
    line-height: 1.2em;
}

.calcBox .boxResult span.ttl {
    font-size: 1.1em;
    display: block;
}

.calcBox .boxResult img {
    display: block;
    max-width: 100px;
    margin: 5px auto;
}

.calcBox .boxResult .price {
    font-size: .875rem;
    color: #00448c;
}

.calcBox .boxResult .price--me {
    color: #0063c1;
    font-weight: 700;
}

@media only screen and (max-width:800px) {
    .calcBox .boxResult {
        margin-top: 20px;
        padding: 10px 15px 0;
    }

    .calcBox .boxResult .result {
        margin: 0;
        overflow: hidden;
        overflow-x: auto;
    }

    .calcBox .boxResult span,
    .calcBox .boxResult .price {
        font-size: .75rem;
        line-height: 1.1em;
    }

    .calcBox .boxResult img {
        max-width: 60px;
    }
}


/*botão */
.calcBox .btn {
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
    background: #FFCE00;
    line-height: 1.1em;
    font-family: 'Montserrat', sans-serif;
    color: #0606FF;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    -webkit-transition: all .5s;
    transition: all .5s;
    outline: none;
    overflow: hidden;
    margin: 20px 0 0;
    font-size: 1rem;
}

/*botão hover */


.calcBox .btn:hover {
    background: #f3b331;
    color: #0606FF;
    text-decoration: none;
}

.calcBox .btn:hover:after {
    opacity: 0;
}

@media only screen and (max-width:800px) {
    .calcBox .btn {
        font-size: .75rem;
        margin-bottom: 0;
    }
}