h1, h2, h3, h4, h5, h6 { margin-bottom: 0 }
p { margin: 0}

/* Font weitht values */
.fw-100 { font-weight: 100 }
.fw-200 { font-weight: 200 }
.fw-300 { font-weight: 300 }
.fw-400 { font-weight: 400 }
.fw-500 { font-weight: 500 }
.fw-600 { font-weight: 600 }
.fw-700, .bold { font-weight: 700 }
.fw-800 { font-weight: 800 }
.fw-900 { font-weight: 900 }

.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font22 { font-size: 22px; }

.font-color { color: #5C5E62; }
/*HOVER LINK*/
a:hover { text-decoration: none; color: #001A5A }
/* HOVER IMG POINTS*/

.img-disabled {
    opacity: 0.7;
}

.nav-link-bottom-left.active {
    content: "";
    display: block;
    padding-bottom: 10px;
    margin-top: 12px;
    background-image: url("../img/hover-points.png");
    background-size: 19px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.menu-contato-left a:active {
    content: "";
    display: inline-block;
    /*background-image: url("../img/Oval.png");*/
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.menu-contato-left a:hover {
    font-size: 16px !important;
}

/*ACTIVE POINTS LINK*/
.nav-link-main.active {
    content: "";
    display: block;
    padding-bottom: 10px;
    margin-top: 12px;
    background-image: url("../img/hover-points.png");
    background-size: 19px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.nav-link-right-top.active {
    content: "";
    display: block;
    padding-bottom: 10px;
    margin-top: 14px;
    background-image: url("../img/hover-points.png");
    background-size: 19px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.mar-r10 { margin-right: 16px; }

.h2-text { color: #5C5E62; font-size: 22px }
.text-title :first-child { margin-bottom: 15px; }

.center-c { display: block; margin-right: auto; margin-left: auto}

.triangle {
    width: 7px;
    height: 7px;
    background-image: url("../img/Triangle.png");
}

.text-orange { color: #CA611F }
.bg-orange { background-color: #CA611F }

.btn-agil {
    width: 169px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #001A5A;
    color: #fff;
    cursor: pointer;
}
.btn-agil:hover {
    background-color: #fff;
    border: 1px solid #001A5A;
    color: #001A5A;

}

.bordr-left {
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.hr-new1 {
    border-top: 1px solid #CDCDCD;
    width: 100%;
    margin-top: 30px;
}

.hr-new2 {
    border-top: 1px solid #CDCDCD;
    width: 100%;
    margin-top: 30px;
}


.height-4x {
    height: auto;
}

/*SLIDE RANGE*/
.slider{
    margin-top: 10px;
    background: linear-gradient(to right, #CA611F 0%, #CA611F 0%, #fff 0%, #fff 100%);
    border: solid 1px #CA611F;
    border-radius: 8px;
    height: 23px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 34px;
    height: 34px;
    background: #CA611F;
    cursor: pointer;
    border-radius: 50%;
}

/*BOOTSTRAP*/
.modal-lg {
    width: 600px !important;
    min-height: 450px !important;
}

.modal-title { color: #5C5E62}
.navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(1, 1, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}

/*GRAVATAR*/
.gravatar {
    border: 1px solid #9B9B9B;
    margin-right: 15px;
    border-radius: 10px;
}

.sidebar-logout {
    color: #CA611F !important;
    font-weight: bold;
}

/* POST CONTENT */
.post-content p {
    color: #5C5E62;
    margin: 20px 0;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
}

.post-content ol > li {
    color: #5C5E62;
    margin-left: 20px;
}

.post-content ul > li {
    color: #5C5E62;
    margin-left: 15px;
    list-style: url("../img/Oval.png");
}

.post-content h3 {
    color: #5C5E62;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.post-content blockquote {
    margin-left: 30px;
    padding-left: 20px;
    font-style: italic;
    border-left: 1px dotted #ccc;
}

.post-content img {
    max-width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;

    border-top: 5px solid #5C5E62;
}

.main-menu-arrow {
    width: 6px;
    height: 6px;
    margin-top: 6px;
    margin-left: 3px;
    border-radius: 2px;
}

.ma-main-nav {
    margin-top: 10px;
    margin-left: -5px;
}

.ma-secondary-nav {
    margin-top: 11px;
    margin-left: -7px;
    margin-right: 10px;
}

.ma-authenticated {
    margin-top: 0px !important;
    margin-left: 0px !important;
    z-index: 2;
}

.nw-icon-fix {
    width: 7px !important;
    margin-bottom: 4px !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #FFF;
    background-image: url("../img/Oval.png");
    background-size: 4px 4px;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 170px;
    color: #5C5E62 !important;
    padding-bottom: 5px;
}

.sale-code {
    font-size: 16px;
    padding: 20px;
    border: 2px dotted #cb6341;
    text-align: center;
    font-weight: 900;
    color: #cb6341;
    margin-top: 40px;
}

.sale-date {
    text-transform: uppercase;
    color: #5b5e63;
    font-size: 14px;
    margin-bottom: 50px;
}

/*.dropdown-menu {*/
    /*box-shadow: 1px 1px #EEE;*/
/*}*/