﻿body {
    font-family: 'Open Sans',sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #343a40;
    background-color: #fff;
    overflow-x: hidden;
}

.top-bar {
    background-color: #1f2533;
    color: white;
    font-size: 15px;
    padding: 8px 0px;
}

.text-white {
    color: white;
}

.nav-bar {
    background-color: white;
    padding: 0px 0px;
    border-bottom: 1px solid #E0E0E0 !important;
}

.bg-light {
    background-color: #ffffff !important;
}

.nav-btn {
    color: #7A7A7A !important;
    font-weight: 600;
    margin: 0 15px 0 15px;
    font-size: 16px;
}

.nav-btn:hover {
    color: #f37c20;
    font-weight: bold;
}

.nav-btn:active {
    color: #f37c20;
    font-weight: bold;
}

.navbar-brand {
    color: #24b540 !important;
    font-weight: bold;
    font-size: 25px !important;
}

.navbar-brand2 {
    color: #f47d23;
}

.banner {
    width: 100%;
}

.banner-text {
    position: absolute;
    margin-left: 10%;
    padding-top: 6%;
    color: white;
    z-index: 1000000000;
    top: 18%;
}

.btn-banner {
    background-color: #24b540;
    color: white;
    font-weight: bold;
}

.aft-banner {
    background-color: #1f2533;
    color: white;
    padding: 15px 0px;
}

.signup {
    background-color: #1f2533;
    color: white;
    padding: 35px 0px;
}

.g-box {
    background-color: #24b540;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    width: 160px;
    position: absolute;
    top: -25px;
}

.orange {
    color: #f47d23;
}

.domains {
    padding-bottom: 10px;
    border-bottom: 1px solid #f47d23;
    margin-bottom: 10px;
    text-align: center;
}

.btn-org {
    background-color: #f47d23;
    border: 2px solid #f47d23;
    color: white;
}

.btn-brop {
    background: #272727;
    color: white;
    width: 60px;
}

.heading {
    color: #24b540;
    font-weight: bold;
    text-align: center;
}

.smoke {
    background-color: whitesmoke;
    padding: 80px 0px;
}

.price-box {
    background: #fbfbfb;
    text-align: center;
    border: 1px solid silver;
    padding: 25px 15px;
}

.text-org {
    color: #f47d23
}

.gr-line {
    border-bottom: 1px solid #24b540;
    margin: 10px;
}

.price-box-dark {
    background: #1f2533;
    text-align: center;
    color: white;
    border: 1px solid silver;
    padding: 50px 15px;
    margin-top: -25px;
}

.text-gr {
    color: #24b540;
}

.white {
    background-color: white;
    padding: 80px 0px;
}

.bfont {
    font-size: 30px !important;
}

.features {
    color: gray;
    padding: 10px 0px;
}

.bordery {
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    padding: 20px;
    position: relative;
}

.bordery::after {
    background-color: white;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    width: 40px;
}

.bordery::after {
    bottom: -1px;
    right: -1px;
}

.bordery::before {
    top: -1px;
    left: -1px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
}

#quote-carousel .carousel-indicators li {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    color: #f47d23;
}

.item blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: right;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #f47d23;
}

.testi {
    background-color: #1a2634;
    color: white;
    font-weight: 100;
    padding: 20px;
    margin-bottom: 0px;
}

.down-ar {
    font-size: 80px !important;
    color: #1a2634;
    line-height: 0 !important;
    margin-top: 8px;
    text-align: center;
}

.text-dark {
    color: #1a2634;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 30px !important;
    border: 1px solid transparent;
}

.dark {
    background-color: #3a3a3a;
    padding: 50px 0px;
}

.nsavbar-brand {
    color: #24b540;
    font-weight: bold;
    font-size: 25px !important;
}

.darker {
    background-color: #1d1d1d;
    padding: 20px 0px;
}

.login {
    font-size: 14px;
    text-align: right;
}

.navi {
    position: absolute;
    right: 8%
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em !important;
    height: 1.2em !important;
}

.wordpress {
    position: absolute;
    z-index: -1;
}

.wordpress-bg {
    background-image: url(../img/wordpress.jpg);
    padding-top: 9%;
    height: 250px;
}

.icons {
    font-size: 22px;
    color: white;
    font-weight: bold;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.input-group {
    margin-top: 4%;
}

input.dark-bg {
    background: #272727;
}

#fh5co-footer i.fa {
    color: #fff;
    font-size: 30px;
}

#fh5co-legal a {
    color: #fff;
}

#fh5co-legal a.text-gr {
    color: #24b540;
}

table {
    width: 100%;
}

.js .animate-box {
    opacity: 0;
}

@media (max-width: 786px) {

    .login {
        font-size: 14px;
        text-align: center;
    }

    .navbar-brand {
        color: #24b540 !important;
        font-weight: bold;
        font-size: 20px !important;
        padding-left: 10px;
    }

    .navi {
        position: inherit;
        right: 8%;
        margin-left: 5%;
    }

    .aft-banner {
        background-color: #1f2533;
        color: white;
        padding: 15px 5%;
    }

    .bordery {
        border-right: 0px solid gainsboro;
        border-bottom: 0px solid gainsboro;
        padding: 20px;
        position: relative;
    }

    .wordpress {
        position: absolute;
        z-index: -1;
        width: 220%;
        margin-left: -50%;
    }

    body {
        font-family: 'Raleway', sans-serif !important;
        overflow-x: hidden;
    }

    .signup {
        background-color: #1f2533;
        color: white;
        padding: 35px 5%;
    }

    .h2,
    h2 {
        font-size: 1.6rem;
    }

    .h3,
    h3 {
        font-size: 1.3rem;
    }

    .price-box {
        background: #fbfbfb;
        text-align: center;
        border: 1px solid silver;
        padding: 25px 15px;
        margin-bottom: 45px;
    }

    .price-box-dark {
        background: #1f2533;
        text-align: center;
        color: white;
        border: 1px solid silver;
        padding: 50px 15px;
        margin-top: -25px;
        margin-bottom: 25px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(74, 74, 74, 0.5);
        border-color: rgba(0, 0, 0, .1);
        margin-right: 10px;
    }

    .mtext-center {
        text-align: center;
    }

    .icons {
        font-size: 22px;
        color: white;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: -10px;
    }
}

/* ADICIONADO */
.text-align-left {
    text-align: left !important;
}

.text-align-center {
    text-align: center !important;
}

.text-align-right {
    text-align: right !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
    .mobile-margin-right-5 {
        margin-right: 5px !important;
    }

    .mobile-margin-right-10 {
        margin-right: 10px !important;
    }

    .mobile--right-20 {
        margin-right: 20px !important;
    }

    .mobile-margin-right-30 {
        margin-right: 30px !important;
    }

    .mobile-margin-right-40 {
        margin-right: 40px !important;
    }

    .mobile-margin-right-50 {
        margin-right: 50px !important;
    }

    .mobile-margin-left-5 {
        margin-left: 5px !important;
    }

    .mobile-margin-left-10 {
        margin-left: 10px !important;
    }

    .mobile-margin-left-20 {
        margin-left: 20px !important;
    }

    .mobile-margin-left-30 {
        margin-left: 30px !important;
    }

    .mobile-margin-left-40 {
        margin-left: 40px !important;
    }

    .mobile-margin-left-50 {
        margin-left: 50px !important;
    }

    .mobile-margin-top-5 {
        margin-top: 5px !important;
    }

    .mobile-margin-top-10 {
        margin-top: 10px !important;
    }

    .mobile-margin-top-20 {
        margin-top: 20px !important;
    }

    .mobile-margin-top-30 {
        margin-top: 30px !important;
    }

    .mobile-margin-top-40 {
        margin-top: 40px !important;
    }

    .mobile-margin-top-50 {
        margin-top: 50px !important;
    }

    .mobile-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .mobile-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .mobile-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .mobile-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    .mobile-margin-bottom-40 {
        margin-bottom: 40px !important;
    }

    .mobile-margin-bottom-50 {
        margin-bottom: 50px !important;
    }

    .modal-body-default {
        overflow-y: auto;
        max-height: 360px;
    }

    .btn-block-responsive {
        display: block !important;
        width: 100%;
    }

    .btn-responsive {
        padding: 2px 4px;
        font-size: 80%;
        line-height: 1;
        border-radius: 3px;
    }
}

input.error,
select.error,
textarea.error,
input.error:focus,
select.focus,
textarea.error:focus {
    outline: red groove thin;
}

.error {
    color: red;
    font-weight: normal;
}

.no-margin-left-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-padding-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pulse-loading-ajax {
    transform-origin: 50% 50%;
    animation: 0.990099s linear 0s infinite normal forwards running;
    /*animation: pulse 0.990099s linear infinite;*/
    animation-direction: alternate;
    -webkit-animation-name: pulse-loading-ajax;
    animation-name: pulse-loading-ajax;
}

@-webkit-keyframes pulse-loading-ajax {
    0% {
        -webkit-transform: scale(0.86);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.86);
    }
}

@keyframes pulse-loading-ajax {
    0% {
        transform: scale(0.86);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.86);
    }
}

.ekko-lightbox-nav-overlay a span,
.ekko-lightbox-nav-overlay a:last-child span {
    color: #000 !important;
}

#system-message-container {}

#system-message dt {
    font-weight: bold;
}

#system-message dd {
    margin: 0 0 15px 0;
    font-weight: bold;
    text-indent: 0px;
    padding: 0
}

#system-message dd ul {
    color: #000;
    list-style: none;
    padding: 0px;
}

#system-message dd ul li {
    line-height: 1.5em
}

/* System Standard Messages */
#system-message dt.message {
    position: absolute;
    top: -2000px;
    left: -3000px;
}

#system-message dd.message ul {
    background: #fff url(../images/system/notice-info.png) no-repeat;
    padding-left: 40px;
    padding: 10px 10px 10px 40px;
    border: 2px solid #90B203;
    border-radius: 10px
}

#system-message dd.message ul li {
    background: none !important
}

/* System Error Messages */
#system-message dt.error {
    position: absolute;
    top: -2000px;
    left: -3000px;
}

#system-message dd.error ul {
    background: #fff url(../images/system/notice-alert.png) no-repeat;
    padding-left: 40px;
    padding: 10px 10px 10px 40px;
    border: 2px solid #990000;
    border-radius: 10px
}



/* System Notice Messages */
#system-message dt.notice {
    position: absolute;
    top: -2000px;
    left: -3000px;
}

#system-message dd.notice ul {
    background: #fff url(../images/system/notice-note.png) no-repeat;
    padding-left: 40px;
    padding: 10px 10px 10px 40px;
    border: 2px solid #FAA528;
    border-radius: 10px
}

#system-message dd.notice ul {
    color: #000;
    margin: 10px 0
}

#system-message {
    margin-bottom: 0px;
    padding: 0;
}

#system-message dt {
    font-weight: bold;
}

#system-message dd {
    font-weight: bold;
    padding: 0;
}

.top-container {
    display: block;
    height: 45px;
    color: #ffffff;
    background-image: linear-gradient(50deg, #4193DC 78%, #4193DC 31%);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E0E0E0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 0px 5px 0px;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #818a91;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.elementor-grid-item a i {
    color: #fff;
}

.elementor-social-icons-wrapper {
    color: #fff;
}

.elementor-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    color: #fff;
}

.elementor-icon-list-icon {
    color: #04EA18;
}

.elementor-icon-list-text {
    color: #fff;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.rodape-container {
    display: block;
    color: #ffffff;
    background-image: linear-gradient(50deg, #4193DC 78%, #4193DC 31%);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E0E0E0;
    margin-top: 30px;
    margin-bottom: 0px;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    padding: 20px;
    ;
}

.com-users-login {
    width: 300px;
    margin: auto;
}

.label-obrigatorio:after {
    content: "*";
    color: red;
}

.filtro {
    margin-bottom: 20px;
    background-color: #f1f3f5;
    padding: 20px;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%), 0 -1px 0 0 rgb(0 0 0 / 10%);
}

.btn-filtro {
    padding-left: 20px;
    padding-right: 20px;
}

.width-100 {
    width: 100%;
}

.card-label-prova {
    margin-bottom: 0px;
}

.questao-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.questao-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    flex: 1 1;
    font-weight: bold;
}

.questao-value {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1;
    flex: 2 1;
}

.tab-content {
    padding: 20px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.tab-icon {
    font-size: 20px;
    margin-right: 8px;
    color: #4193DC;
}

.icone-botao {
    margin-right: 5px;
}

.badge-custom-padding {
    padding: 3px 15px 3px 15px;
}

.font-size-14 {
    font-size: 14px;
}

.btn-logout {}

.dropdown-menu {
    min-width: 13rem !important;
}

.contratar-main {
    padding: 40px
}

.contratar-card {
    border-color: #fff;
    border-radius: 0;
    background-color: #f2f2f2;
    margin-bottom: 0;
    padding: 10px;
    margin-bottom: 5px
}

.contratar-title {
    font-size: 1.5em;
    color: #34265f;
    margin: 10px 0
}

.contratar-informative-badge {
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 12px 15px
}

.contratar-informative-badge p {
    font-size: 11px;
    text-transform: uppercase;
    color: #878787;
    font-weight: 900;
    margin: 0;
    padding: 0 15px
}

.contratar-small {
    font-size: 9px;
    text-transform: uppercase;
    color: #878787;
    font-weight: 900;
    display: block;
    line-height: 150%;
    padding: 10px 0
}

.mercadopago-button {
    display: inline-block;
    font-weight: 400 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.password-container {
    position: relative;
}

.password-container input[type="password"],
.password-container input[type="text"] {
    width: 100%;
    padding: 12px 36px 12px 12px;
    box-sizing: border-box;
}

.password-container .fa-eye,
.password-container .fa-eye-slash {
    position: absolute;
    top: 40px;
    right: 4%;
    cursor: pointer;
    color: lightgray;
    font-size: 18px;
}
/**
CSS Melhor Preço
**/
.portal-loja-empresa-logo-grid {
    height: 32px;
    width: 96px;
}

.portal-loja-card {
    height: 124spx;
    max-width: 165px;
    min-width: 152px;
}

.portal-card-header,
.portal-card-footer {
    padding: 5px !important;
    text-align: center;
    display: grid;
}

.portal-loja-card-body {
    padding: 0px !important;
    text-align: center;
}

.portal-loja-grid {
    width: 100%;
    height: 96px;
}
.portal-card-footer
{
    text-align: center;
}
.portal-card-footer-text {
    font-size: 14px;
    font-weight: bold;
}
.portal-loja-card-name
{
    font-size: 12px;
}
.portal-loja-badge-ofertas
{
    position: absolute;
    top: 3px;
    right: 3px;
}