@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    /* width: 200px; */
    font-family: Raleway, sans-serif;
    /* color: #1656a8; */
    color: #FC7649;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu>ul>li.active>ul {
    display: block;
}

.align-right {
    float: right;
}

#cssmenu>ul>li>a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #666;
    background: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-bottom: 1px solid #f1f1f1;
}

#cssmenu>ul>li>a:hover {
    color: #FC7649;
}

#cssmenu ul>li.has-sub>a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 9px;
    width: 1px;
    background: #FC7649;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#cssmenu ul>li.has-sub>a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 9px;
    height: 1px;
    background: #FC7649;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#cssmenu ul>li.has-sub.open>a:after,
#cssmenu ul>li.has-sub.open>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #FC7649;
    background: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul ul li a {
    padding-left: 32px;
    background: #fff;
}

#cssmenu ul ul li a:hover {
    color: #FC7649;
}

#cssmenu ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #FC7649;
}

#cssmenu ul ul>li.has-sub>a:before {
    top: 20px;
    background: #FC7649;
}

.topo {
    padding: 15px 0;
}

.social {
    padding-top: 10px;
}

.social li {
    display: inline;
}

.social li a {
    color: #fff;
    margin-right: 10px
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.mr-15 {
    margin-right: 15px;
}

.btn-outline-color {
    color: #FC7649;
    border-color: #FC7649;
}

.btn-outline-color:hover {
    color: #fff;
    background-color: #FC7649;
    border-color: #FC7649;
}

.btn-outline-color:focus,
.btn-outline-color.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-color.disabled,
.btn-outline-color:disabled {
    color: #FC7649;
    background-color: transparent;
}

.card-text {
    font-size: 14px;
}

.fullHeight {
    height: 100vh;
}

#map-canvas {
    width: 100%;
}

#map-canvas {
    height: 100%;
}

.txt-color {
    color: #FC7649;
}

.pd-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-promo {
    background-color: #fff;
    color: #65A87C;
    border: 1px solid #65A87C;
}

.box-menu {
    padding: 29px 0;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    background-color: #65A87C;
}

.loader {
    width: 45px !important;
    height: auto;
    margin-left: 10px;
    padding-top: 20px;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}

.text-detalhe {
    color: #333333;
    font-size: 18px;
}

.pt-altera {
    padding-top: 37px;
}

.font-valor {
    font-size: 24px;
}

.font-table {
    font-size: 12px !important;
}

.subtotal,
.total {
    text-align: right;
}

.div-frete {
    width: 25%;
}

.box-menu-mobile {
    display: none !important;
}

#resultadofrete {
    text-align: right !important;
}

/*@media (max-width: 575.98px) { ... }*/
@media (max-width: 767.98px) {
    #valortotal {
        text-align: right;
    }

    .subtotal,
    .total,
    .logo-centertech,
    .btns-topo {
        text-align: center !important;
    }

    .div-frete {
        width: 75%;
    }

    .footer-links {
        text-align: center;
        margin-bottom: 30px;
    }

    #cssmenu {
        display: none;
    }

    .box-menu {
        display: none !important;
    }

    .box-menu-mobile {
        display: block !important;
        border-bottom: 5px solid #fff;
        cursor: pointer;
    }

    #resultadofrete {
        text-align: center !important;
    }
}

.filtro {
    font-size: 14px;
}

.subtitu-filtro {
    padding: 10px 0 5px;
    margin-bottom: 20px;
    cursor: pointer;
    z-index: 2;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    background: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-bottom: 1px solid #f1f1f1;
}

/*@media (max-width: 991.98px) { ... }*/
/*@media (max-width: 1199.98px) { ... }*/