
.btn {
    font-size: 0.875rem;
}

.bd-callout {
    padding: 0.2rem 1rem 0rem 1rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

h3.lined::after {
    background-color: #67AC5B;
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #67AC5B;
}

.modal {
    z-index: 10000;
}

#main, .container_large {
    width: 100% !important;
    max-width: 1500px !important;
    padding: 10px !important;
    margin: auto;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}

#map .btn .material-icons {
    font-size: 1.4rem;
}

#map .bmd-form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 11px;
}

#map .bmd-form-group input::-moz-placeholder { /* Firefox 19+ */
    font-size: 11px;
}

#map .bmd-form-group input:-ms-input-placeholder { /* IE 10+ */
    font-size: 11px;
}

#map .bmd-form-group input:-moz-placeholder { /* Firefox 18- */
    font-size: 11px;
}

#mapa .bmd-form-group .form-control,
#mapa .bmd-form-group label,
#mapa .bmd-form-group input::placeholder {
    line-height: 1.1;
    font-size: 11px;
}

#mapa input::placeholder {
    font-size: 11px;
}

#AgristampMapInfoWindow_container input:focus, #AgristampMapInfoWindow_container textarea:focus {
    border: 2px solid #7DB1FF;
}

#AgristampMapInfoWindow_container .AgristampMapInfoWindow_button {
    background-color: #53986e;
    color: #ffffff;
    padding: 3px 10px;
    border: 2px double #cccccc;
    cursor: pointer;
}

.AgristampMapInfoWindow_button:hover {
    background-color: #53986e;
    border-color: #05439F;
}

i.help {
    font-size: 16px;
}

.main-raised {
    margin: -100px 10px 0px;
}

@media (max-width: 400px) {
    .main-raised {
        margin: -60px 0px;
    }

    #pac-input {
        left: 2px !important;
        top: 40px !important;
        width: 99% !important;
    }
}

.space {
    height: 50px;
    display: block;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.bd-callout-warning-red {
    border-left-color: #f44336;
}

.nav-tabs-navigation .nav-tabs .nav-link,
.nav-tabs-navigation .nav-pills .nav-link {
    padding: 10px 15px;
    font-weight: 500;
    border: 0;
}

.nav-tabs-navigation .nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 10px 10px 0px;
}

.nav-tabs-navigation .nav-tabs .nav-item .nav-link.active {
    border: 0px;
}

.nav-tabs-navigation .nav-tabs .nav-link.active:hover,
.nav-tabs-navigation .nav-tabs .nav-link.active:focus {
    border-color: #999;
}

.nav-tabs-navigation .nav-tabs .nav-item .nav-link,
.nav-tabs-navigation .nav-tabs .nav-item .nav-link:hover,
.nav-tabs-navigation .nav-tabs .nav-item .nav-link:focus {
    color: #495057 !important;
    border: 0px;
}

.talhao_nome {
    font-size: 18px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

label.text-danger {
    display: block;
    padding: 5px;
}

.termos-box {
    height: 300px;
    width: 100%;
}

.readerarea {
    height: 200px;
    width: 100%;
    overflow: auto;
    border: 1px solid #bbb;
    padding: 8px;
    background: #fff;
    /*display: -moz-box;*/
    /*display: -webkit-box;*/
    /*display: box;*/
    /*display: -ms-flexbox;*/
    margin-bottom: 51px;
}

.readerarea::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.readerarea::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.readerarea::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.readerarea::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.AgristampMap_Menu:hover {
    text-decoration: underline;
}

.talhoes .select2-container {
    max-width: 100px !important;
}

.modal {
    z-index: 2000
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.5);
}

#talhoes, #area {
    display: none;
}

.wizard li.send_email {
    /* margin-right: 20px; */
}

.wizard {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    padding: 0px;
}



.btn-footer-action{
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    border-radius: 3px !important;
}

.btn-footer-action:hover{
    color: white !important;
}

.buttonsFooter{
    display: flex;
    align-items: center;
    gap: 1rem;
}



.btn-style-back{
    display: flex !important;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.btn-style-back:hover{
    transform: scale(1.04);
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.label {
    color: #495057;
}

.result {
    position: sticky;

    padding: 10px;
    border-radius: 5px;
    background: #fff;

    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.137);
    -moz-box-shadow: 4px 4px 15px  rgba(0, 0, 0, 0.137);
    box-shadow: 4px 4px 15px  rgba(0, 0, 0, 0.137);
}

.result .box {
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    margin: 10px;
    line-height: 1;
}

.fixed-result {
    position: sticky;
    top: 95px;
}

.result h3 {
    margin: 0px 0px 0px 0px;
    line-height: 1.5em;
}

.result h4 {
    margin: 0px 0px 0px 0px;
    font-size: 1.2rem;
    line-height: 1.5em;
}

.result p {
    margin: 0px;
    line-height: 1em;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner,
.spinner:before {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.spinner:before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

.spinner-absolute {
    position: absolute;
    bottom: 11px;
    right: 4px;
    margin-top: -10px;
    margin-left: -10px;
}

/* Animations */

.spinner-add,
.spinner-remove {
    animation-fill-mode: both;
    animation-duration: .4s;
}

.spinner-add {
    animation-name: spinner-add;
}

@keyframes spinner-add {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.spinner-remove {
    animation-name: spinner-remove;
}

@keyframes spinner-remove {
    to {
        transform: scale(0);
    }
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: 1050; */
    /* width: 100%; */
}

.fullscreen {
    z-index: 11000 !important;
    width: 100% !important;
}

.checkout-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fafbfa;
}

.checkout {
    background-color: #fff;
    border: 1px solid #eaefe9;

    font-size: 14px;
}

.panel {
    margin-bottom: 0px;
}

.checkout-step {

    border-top: 1px solid #f2f2f2;
    color: #666;
    font-size: 14px;
    padding: 30px;
    position: relative;
}

.checkout-step-number {
    border-radius: 50%;
    border: 1px solid #666;
    display: inline-block;
    font-size: 12px;
    height: 32px;
    margin-right: 26px;
    padding: 6px;
    text-align: center;
    width: 32px;
}

.checkout-step-title {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
}

.checout-address-step {
}

.checout-address-step .form-group {
    margin-bottom: 18px;
    display: inline-block;
    width: 100%;
}

.checkout-step-body {
    padding-left: 60px;
    padding-top: 30px;
}

.checkout-step-active {
    display: block;
}

.checkout-step-disabled {
    display: none;
}

.checkout-login {
}

.login-phone {
    display: inline-block;
}

.login-phone:after {
    content: '+91 - ';
    font-size: 14px;
    left: 36px;
}

.login-phone:before {
    content: "";
    font-style: normal;
    color: #333;
    font-size: 18px;
    left: 12px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-phone:after, .login-phone:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login-phone .form-control {
    padding-left: 68px;
    font-size: 14px;

}

.checkout-login .btn {
    height: 42px;
    line-height: 1.8;
}

.otp-verifaction {
    margin-top: 30px;
}

.checkout-sidebar {
    background-color: #fff;
    border: 1px solid #eaefe9;
    padding: 30px;
    margin-bottom: 30px;
}

.checkout-sidebar-merchant-box {
    background-color: #fff;
    border: 1px solid #eaefe9;
    margin-bottom: 30px;
}

.checkout-total {
    border-bottom: 1px solid #eaefe9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.checkout-invoice {
    display: inline-block;
    width: 100%;
}

.checout-invoice-title {
    float: left;
    color: #30322f;
}

.checout-invoice-price {
    float: right;
    color: #30322f;
}

.checkout-charges {
    display: inline-block;
    width: 100%;
}

.checout-charges-title {
    float: left;
}

.checout-charges-price {
    float: right;
}

.charges-free {
    color: #43b02a;
    font-weight: 600;
}

.checkout-payable {
    display: inline-block;
    width: 100%;
    color: #333;
}

.checkout-payable-title {
    float: left;
}

.checkout-payable-price {
    float: right;
}

.checkout-cart-merchant-box {
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eaefe9;
    padding-bottom: 20px;
}

.checkout-cart-merchant-name {
    color: #30322f;
    float: left;
}

.checkout-cart-merchant-item {
    float: right;
    color: #30322f;
}

.checkout-cart-products {
}

.checkout-cart-products .checkout-charges {
    padding: 10px 20px;
    color: #333;
}

.checkout-cart-item {
    border-bottom: 1px solid #eaefe9;
    box-sizing: border-box;
    display: table;
    font-size: 12px;
    padding: 22px 20px;
    width: 100%;
}

.checkout-item-list {
}

.checkout-item-count {
    float: left;
}


.card .card-body, .card .card-footer {

}

.padding {
    width: 100%;
    padding: 20px;
}

.checkout-item-img {
    width: 60px;
    float: left;
}

.checkout-item-name-box {
    float: left;
}

.checkout-item-title {
    color: #30322f;
    font-size: 14px;
}

.checkout-item-unit {
}

.checkout-item-price {
    float: right;
    color: #30322f;
    font-size: 14px;
    font-weight: 600;
}

.checkout-viewmore-btn {
    padding: 10px;
    text-align: center;
}

.header-checkout-item {
    text-align: right;
    padding-top: 20px;
}

.checkout-promise-item {
    background-repeat: no-repeat;
    background-size: 14px;
    display: inline-block;
    margin-left: 20px;
    padding-left: 24px;
    color: #30322f;
}

.checkout-promise-item i {
    padding-right: 10px;
    color: #43b02a;
}

/**
 Maps

 */

.btn-group, .btn-group-vertical {
    position: relative;
    margin: 2px 1px;
}

#map_canvas_map {
    z-index: 100 !important;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#latlonlayer {
    font-family: Roboto, Arial, sans-serif;
    color: rgb(68, 68, 68);
    white-space: nowrap;
    position: absolute;
    font-size: 10px;
    padding: 3px;
    background-color: #ccc;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px;
    line-height: 1;
    height: 16px;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#target {
    width: 345px;
}

.revisao .label {
    display: block;
    margin: 0px;
    color: #666;
    margin-bottom: 3px;

}

.revisao .value {
    display: block;
    margin: 0px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    height: 30px;
}

.revisao h4 {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    color: #777;
    padding: 3px 8px;
    text-align: center;
    border-bottom: 4px solid #e8e8e8;
    margin-bottom: 20px;
}

.revisao .row {
}

.divider-grey {
    margin-top: 20px;
    background-color: #eee;
    text-size: 1.4rem;
    text-align: center !important;
    color: #111;
    padding: 5px;
    border-radius: 4px;
}

@media print {
    #sectionsNav *, .page-header, .footer, .wizard {
        display: none;
    }

    #main {
        display: block
    }

    .divider-grey {
        margin-top: 20px;
        background-color: #eee !important;;
        text-size: 1.4rem;
        text-align: center !important;
        color: #666;
        padding: 5px;
        border-radius: 4px;
        -webkit-print-color-adjust: exact;
    }

}

#parcelas {
    max-height: 200px;
    overflow-x: scroll;
    padding: 10px;
    border: 1px solid #d1d1d1
}

#parcelas::-webkit-scrollbar {
    width: 15px;
    height: 0px;
}

/* Track */
#parcelas::-webkit-scrollbar-track {
    /* background: #f1f1f1; */
    border: 1px #aaa solid;
}

/* Handle */
#parcelas::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#parcelas::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 400px) {
    .area-tools {
        width: 100%;
    }

    .area-tools .card {
        height: auto !important;
    }

    #alert-popover-map {
        width: 100%;
        right: 0px;
        font-size: 13px;
    }
}

#alert-popover-map .alert {
    padding: 5px 10px !important;
}

@media (min-width: 401px) {
    .area-tools {
        z-index: 101;
        position: absolute;
        margin: 10px;
        width: 33%;
    }

    #alert-popover-map {
        width: 65%;
        position: absolute;
        z-index: 120;
        right: 0px;
        font-size: 13px;
    }

    .area-tools .card {
        height: 500px;
    }
}

.area-tools .card .card-header {
    background: #e8e8e8;
    padding: 10px;
}

.area-tools .nav-tabs .nav-item .nav-link,
.area-tools .nav-tabs .nav-item .nav-link:hover,
.area-tools .nav-tabs .nav-item .nav-link:focus {
    color: #495057 !important;
}

.area-tools .nav-tabs .nav-item .nav-link.active {
    background-color: rgba(255, 255, 255, 0.9);
}

.area-tools .tab-content {
    padding: 20px 20px;

}

.area-tools .nav-tabs .nav-item {
    margin-bottom: -11px;
}

.area-tools fieldset {
    /*display: inline-flex;*/
    margin-bottom: 20px;
}

.area-tools legend {
    font-size: 15px;
    margin-bottom: 0px !important;
}

.area-tools .btn {
    text-transform: inherit !important;
}

.area-tools .btn.btn-sm,
.area-tools .btn-group-sm > .btn,
.area-tools .btn-group-sm .btn {
    padding: 0.4rem 0.4rem;
}

label {
    display: block;
}

.form-group {
    vertical-align: bottom;
}

.instructions b {
    color: #666
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.4375rem - 2px) !important;
}

#search-place {
    margin-top: 25px;
}

#parcelas .card .form-check {
    margin-top: 0px;
}

#parcelas hr {
    margin-top: 7px;
    margin-bottom: 10px;
}

#search-place button {
    position: absolute;
    right: 19px;
    margin-top: -35px;
}

.decendio {
    border: 1px solid #fff;
    padding: 2px !important;
    text-align: center;
    color: #fff;
}

/*.form-control:invalid {*/
/*    background-image: linear-gradient(to top, #3d5afe 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px)*/
/*}*/

#tools_crops {
    overflow: auto;
    height: 445px;
}

#loading_form {
    text-align: center;
    padding: 50px;

    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.sk-fading-circle {
    margin: 10px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

#commentForm {
    /*display: none;*/
}

.colapse-area-tools {
    background: white;
    width: 40px;
    position: absolute;
    right: -27px;
    z-index: 9;
    top: 30px;
    text-align: center;
    padding: 6px;
    border-radius: 4px;
}

#v-pills-tab .nav-item .badge {
    background-color: #666;
}

#v-pills-tab .nav-link {
    font-size: 17px;
    text-transform: inherit;
}

#v-pills-tab .nav-item .nav-link.active {
    color: #fec62e !important;
}

#v-pills-tab .nav-item .nav-link.complete {
    color: #5ec34f !important;
}

#v-pills-tab .nav-item .nav-link.active .badge {
    background-color: #fec62e !important;
}

#v-pills-tab .nav-item .nav-link.complete .badge {
    background-color: #5ec34f !important;
}

#v-pills-tab .nav-item .badge {
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px;
    width: 20px;
    height: 20px;
    color: #fff;
    margin-bottom: 10px;

}

#v-pills-tab {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#v-pills-tab ul {
    list-style-type: none; /*to remove bullets*/
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    border: 1px solid red;
    display: table;
    overflow: hidden;
}

#v-pills-tab li {
    text-align: center;
    float: left;
    padding: 2px;
    width: 33%;
    margin-left: auto;
    margin-right: auto;
}

#v-pills-tab li:first-child {
    text-align: left;
    width: 17%;
}

#v-pills-tab li:last-child {
    text-align: right;
    width: 17%;
}

.nav-tabs-wrapper .dashed {
    position: relative;
    top: 50px;
    width: 92%;
}

@media (max-width: 991px) {
    #v-pills-tab li,
    #v-pills-tab li:first-child,
    #v-pills-tab li:last-child {
        font-size: 12px;
        width: 25%;
        text-align: center;
    }

    #v-pills-tab .nav-link {
        font-size: 11px;
        text-transform: inherit;
    }

    .nav-tabs-wrapper .dashed {

        width: 76%;
    }

}

.decendio_mes .col {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 10px;
}


.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mtb-50 {
    margin: 50px 0;
}

/* Screen Support
-------------------- */

@media screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px;
    }

    .mb-70 {
        margin-bottom: 40px;
    }

    .mb-80 {
        margin-bottom: 50px;
    }

    .mb-100 {
        margin-bottom: 60px;
    }

    .mtb-50 {
        margin: 30px 0;
    }
}

/*margin left
--------------*/

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

/*margin right
--------------*/

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

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

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

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

/*padding-top
--------------*/

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-180 {
    padding-top: 180px;
}

/* Screen Support
---------------------*/

@media screen and (max-width: 767px) {
    .pt-60 {
        padding-top: 30px;
    }

    .pt-70 {
        padding-top: 35px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pt-90 {
        padding-top: 45px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pt-110 {
        padding-top: 60px;
    }

    .pt-120 {
        padding-top: 70px;
    }

    .pt-130 {
        padding-top: 80px;
    }

    .pt-180 {
        padding-top: 80px;
    }
}

/*padding-bottom
------------------*/

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

/* Screen Support
-------------------- */

@media screen and (max-width: 767px) {
    .pb-30 {
        padding-bottom: 20px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .pb-70 {
        padding-bottom: 40px;
    }

    .pb-80 {
        padding-bottom: 50px;
    }

    .pb-90 {
        padding-bottom: 70px;
    }

    .pb-95 {
        padding-bottom: 80px;
    }

    .pb-100 {
        padding-bottom: 80px;
    }

    .pb-110 {
        padding-bottom: 90px;
    }

    .pb-120 {
        padding-bottom: 100px;
    }
}

/*padding top bottom
---------------------*/

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* Screen Support
-------------------- */

@media screen and (max-width: 767px) {
    .ptb-30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ptb-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ptb-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ptb-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ptb-90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb-110 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .ptb-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/*padding left right
---------------------*/

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.plr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.plr-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.plr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

/* Screen Support
-------------------- */

@media screen and (max-width: 767px) {
    .plr-30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .plr-35 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .plr-40 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .plr-50 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/*Font Size
-------------*/

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-25 {
    font-size: 25px
}

.font-26 {
    font-size: 26px
}

.font-30 {
    font-size: 30px
}

.font-35 {
    font-size: 35px
}

.font-36 {
    font-size: 36px
}

.font-40 {
    font-size: 40px
}

.font-50 {
    font-size: 50px
}

.font-60 {
    font-size: 60px
}

/* Font color
-------------*/

.theme-color {
    color: #389727;
}

.white-color {
    color: #ffffff;
}

/*font size in screen support
-----------------------------------*/

@media screen and (max-width: 767px) {
    .font-30 {
        font-size: 25px
    }

    h1,
    .font-35,
    .font-36,
    .font-40 {
        font-size: 30px
    }

    .font-35 {
        font-size: 28px
    }

    .font-50 {
        font-size: 30px
    }

    .font-60 {
        font-size: 30px
    }
}

/*Line Height
--------------*/

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-50 {
    line-height: 50px;
}

.l-height-1 {
    line-height: 1;
}

/* font family
-------------- */

.poppins {
    font-family: 'Poppins', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.montserrat-300 {
    font-family: 'montserratlight';
}

.montserrat-600 {
    font-family: 'montserratsemibold';
}

/*font weight
--------------*/

.weight-light {
    font-weight: 300;
}

.weight-regular {
    font-weight: 400;
}

.weight-medium {
    font-weight: 500;
}

.weight-bold {
    font-weight: 700;
}

/* background color
===============================*/

.bg-color-1 {
    background: none;
}

.bg-color-2 {
    background: #243141 none repeat scroll 0 0;
}

.bg-color-3 {
    background: #f5f5f5 none repeat scroll 0 0;
}

.bg-color-4 {
    background: #2a2a2a none repeat scroll 0 0;
}

.white-bg {
    background: #ffffff none repeat scroll 0 0;
}

.theme-bg {
    background: #389727 none repeat scroll 0 0;
}

.footer-info {
    z-index: 100;
    background: #fff;
    height: 145px;
    position: fixed;
    left: 0;
    bottom: 0;
    transition: bottom 0.2s ease-in-out;
    width: 100vw;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
}

.footer-info .toggle-slide-up {
    display: block;
    height: 25px;
    width: 100%;
    background: #fff;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    color: #333 !important;
}

.footer-info .toggle-slide-down {
    display: block;
    height: 25px;
    width: 100%;
    background: #d92550;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    color: #fff !important;
}

.footer-info .toggle-slide-up:hover, .footer-info .toggle-slide-down:hover {
    background: #389727;
    color: #fff !important;
} 

.footer-info .toggle-slide-up i, .footer-info .toggle-slide-down i {
    color: #333;
    font-size: 0.8em;
}

.footer-info .toggle-slide-down i {
    color: #fff;
}

.footer-info .toggle-slide-up:hover i, .footer-info .toggle-slide-down:hover i {
    color: #fff;
}

.footer-info .box-container .preview {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-info .box-container .preview > div, .footer-info .box-container .box-item {
    flex: 1;
    max-width: 450px;
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.footer-info .container-fluid .preview-slide {
    height: 120px;
}

.footer-info .box-container .box-item {
    border-right: 1px dashed #ccc;
}

.footer-info .box-container .preview > div img, .footer-info .box-container .box-item img {
    margin-right: 15px;
}

.footer-info .box-container .box-item img {
   width: 104px;
}

.footer-info .box-container .preview > div.active, .footer-info .box-container .box-item.active {
    border-bottom: 1px solid #389727;
}

.footer-info .box-container .preview .select, .footer-info .box-container .preview-slide .select {
    position: relative;
    height: 45px;
}

.footer-info .box-container .preview .select::after, .footer-info .box-container .preview-slide div.owl-item .select::after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 32%;
    top: 37%;
    transition: all 200ms ease-in;
}

.footer-info .box-container .preview > div.active .select::after, .footer-info .box-container .preview-slide div.owl-item div.active .select::after {
    background-color: #6ec34f;
    border-color: #cccccc;
}

.footer-info .box-container .preview > div .full-card, .footer-info .box-container .box-item > .full-card {
    width: 100%;
}

.footer-info .box-container .preview .footer-preco, .footer-info .box-container .box-item > .footer-preco {
    display: flex;
    flex-direction: column;
}

.footer-info .box-container .preview .footer-preco h6, .footer-info .box-container .box-item > .footer-preco h6 {
    text-transform: initial;
    font-weight: 600;
    margin: 0;
}

.footer-info .box-container .preview > div:first-child {
    width: 50px;
}

.footer-info .box-container .preview .valor_premio, 
.footer-info .box-container .box-item .valor_premio,
.footer-info .box-container .preview .valor_cobertura, 
.footer-info .box-container .box-item .valor_cobertura {
    color: green !important;
    font-weight: 600;
}

.footer-info .box-container .preview .footer-preco .sub-preco, .footer-info .box-container .box-item > .footer-preco .sub-preco {
    color: #777 !important;
    font-weight: 500;
    font-size: .8em;
}

.footer-info .box-container .full-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100vh - 25px);
    overflow-y: scroll;
    padding: 20px 20px 40px 20px;
}

.nav-down {
    bottom: -140px;
}

/* .footer-info .box-container .full-content > div {
    width: 460px;
} */

.result {
    width: 100%;
    max-width: 480px;
}

.seguradoracard{
    max-width: 480px;
}

/* .footer-info .box-container .full-content > div{
    width: 500px;
} */

.footer-info .box-container .full-content > div > div {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .hidden-md {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer-info .preview {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .hidden-sm {
        display: none !important;
    }

    .footer-info .preview {
        display: none !important;
    }
}

.owl-prev {
    height: 120px;
    position: absolute;
    top: 0px;
    width: 20px;
    left: 0;
    border-right: 1px dashed #ccc !important;
    background: #fff !important;
}

.owl-next {
    height: 120px;
    position: absolute;
    top: 0;
    width: 20px;
    right: 17px;
    border-left: 1px dashed #ccc !important;
    background: #fff !important;
}

.owl-prev span, .owl-next span {
    font-size: 2.5em;
}

.btn-tipo-pagamento {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 7px;
    justify-content: stretch;
}

.btn-tipo-pagamento.uma-forma-pagamento {
    border: 1px solid #ccc !important;
    border-radius: 7px !important;
}

.btn-tipo-pagamento a, .btn-tipo-pagamento.uma-forma-pagamento a {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #666;
}

.btn-tipo-pagamento.uma-forma-pagamento a {
    display: block;
    padding: 10px 15px;
    color: #666;
}

.btn-tipo-pagamento a.active, .btn-somente-boleto a.active {
    background-color: #389727;
    color: #fff;
}

.btn-tipo-pagamento.uma-forma-pagamento a {
    text-align: center !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.btn-tipo-pagamento a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-tipo-pagamento a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}