@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
html,
body {
    margin: 0;
    padding: 0;
}

#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;
}

#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: #1656a8;
}

#cssmenu ul>li.has-sub>a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 9px;
    width: 1px;
    background: #1656a8;
    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: #1656a8;
    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: #1656a8;
    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: #1656a8;
}

#cssmenu ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #1656a8;
}

#cssmenu ul ul>li.has-sub>a:before {
    top: 20px;
    background: #1656a8;
}

.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: #1656a8;
    border-color: #1656a8;
}

.btn-outline-color:hover {
    color: #fff;
    background-color: #1656a8;
    border-color: #1656a8;
}

.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: #1656a8;
    background-color: transparent;
}

.card-text {
    font-size: 14px;
}

.fullHeight {
    height: 100vh;
}

#map-canvas {
    width: 100%;
}

#map-canvas {
    height: 100%;
}

.txt-color {
    color: #1656a8;
}

.pd-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-promo {
    background-color: #fff;
    color: #ffffff;
    border: 1px solid #587897;
}

.box-menu {
    padding: 9px 0;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #587897;
}

.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;
}

.btns-topo,
.box-busca {
    margin-top: 25px !important;
}


/*@media (max-width: 575.98px) { ... }*/

.topo-site {
    height: 40px;
    font-size: 14px !important;
}


/*@media (max-width: 1199.98px) { ... }*/

.menu-info {
    font-size: 14px;
}

.link-drop {
    color: #999999 !important;
    margin: 0 !important;
    padding: 0;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: 1px solid #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    color: #587897;
    font-size: 14px;
}

@media screen and (min-width: 992px) {
    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        /*padding: .5rem .5rem;*/
        margin: 0.1rem 0;
        padding: 0.1rem;
    }
    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        /*  height of nav-item  */
        top: 40px;
    }
    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block!important;
    }
}

.btn-link i {
    font-size: 26px !important;
}

.menu-horizontal {
    min-height: 50px;
}

@media (max-width: 991.98px) {
    .topo-site {
        height: auto;
    }
    .btns-topo {
        margin-top: 25px !important;
    }
    .box-busca {
        margin-top: 15px !important;
    }
    .box-busca button i {
        display: none;
    }
    .btns-topo button {
        padding: 0;
    }
    .logo img {
        margin-top: 15px;
    }
    .menu-info {
        display: inline;
    }
    .menu-info .nav-item {
        display: inline-block;
        margin-left: 15px;
    }
    .navbar .dropdown-menu {
        background: none !important;
        border: none !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #668cb1;
    }
    .link-drop {
        color: #ffffff !important;
    }
}

@media (max-width: 767.98px) {
    #valortotal {
        text-align: right;
    }
    .subtotal,
    .total,
    .logo,
    .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;
    }
    .btn-buscar {
        width: 100%;
    }
    .box-busca button i {
        display: initial;
    }
}

.card-img {
    text-align: center;
    width: 250px;
    height: 250px;
}

.card-img img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 250px;
}