.wrapper {
    position: relative;
    background: transparent;
    border-bottom: 0;
    padding: 100px 0;
}

/* abrir menu-item ao encostar o mouse */
.navbar ul li:hover>ul {
    display: block;
}

.dropdown-toggle::after {
    vertical-align: 0.155em;
}

.dropdown:hover>.dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}

/* ------------------------------------------------------------------------------- */
/*  Plans Compare
/* ------------------------------------------------------------------------------- */

.plans-compare {
    background: #FFF;
}

.plans-compare h4 {
    margin-bottom: 60px;
}

.plans-compare h5 {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #385A7B;
    margin-bottom: 20px;
}

/* ----------------------------------- */
/*  Table
/* ----------------------------------- */

.plans-compare table {
    width: 100%;
}

.plans-compare table tr td,
.plans-compare table tr th {
    min-width: 185px;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #385A7B;
    background: #EDF2F7;
    border: 1px solid #C1C3C7;
    border-bottom: 0;
    padding: 20px;
    transition: all .2s ease-out;
}

.plans-compare table tbody tr:hover td {
    background: #F1F4F9;
}

.plans-compare table tr th:first-child {
    background: none;
    border: 0;
}

.plans-compare table tr td:first-child {
    width: 360px;
    text-align: left;
    background: #FFF;
}

.plans-compare table tr td[colspan] {
    font-family: "Nunito", sans-serif;
    color: #4983BB;
    background: #F1F4F9;
}

.plans-compare table tr td:empty:before {
    font-family: "Nunito", sans-serif;
    color: #9CA5AC;
    content: '-';
}

.plans-compare table tr td a {
    color: #2687E9;
}

/* ----------------------------------- */
/*  Hover
/* ----------------------------------- */

.plans-compare table tr th:nth-child(4) {
    border-top: solid 2px #01a479;
}

.plans-compare table tr th:nth-child(4) h5 {
    color: #0b4132;
}

.plans-compare table tr td:nth-child(4),
.plans-compare table tr th:nth-child(4) {
    border-right: solid 2px #01a479;
    border-left: solid 2px #01a479;
}

/* ----------------------------------- */
/*  Title
/* ----------------------------------- */

.plans-compare table tr.title {
    color: #4983BB;
    border-left: solid 2px #01a479;
}

/* ----------------------------------- */
/*  Icon
/* ----------------------------------- */

.plans-compare .icon-checked {
    font-size: 10px;
    color: #4983BB;
}

/* ----------------------------------- */
/*  Tooltip
/* ----------------------------------- */

.plans-compare span[data-toggle="tooltip"] {
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5em;
    line-height: 1;
    color: #0bd692;
    float: right;
    display: inline-block;
    position: relative;
    top: 1px;
    cursor: help;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.plans-compare span[data-toggle="tooltip"]:before {
    content: "\f059";
}

.plans-compare .panel-heading h6 span[data-toggle="tooltip"] {
    display: none;
}

/* ----------------------------------- */
/*  Panel
/* ----------------------------------- */
.plan-popular {
    width: 100%;
    background: #0bd692;
    position: absolute;
    top: -1px;
    left: 0;
    border-top-left-radius: 27px !important;
    border-top-right-radius: 27px !important;
    padding: 7px;
}

.plan-popular-2 {
    width: 100%;
    background: #d0dbd7;
    position: absolute;
    top: -1px;
    left: 0;
    border-top-left-radius: 27px !important;
    border-top-right-radius: 27px !important;
    padding: 7px;
}


.plans-compare .panel {
    margin: 0;
    border-width: 1px 1px 0 0;
    border-color: #C1C3C7;
    border-style: solid;
    border-radius: 0;
    box-shadow: none;
}

.plans-compare .panel-group .panel+.panel {
    margin: 0;
}

.plans-compare .panel-heading {
    background: #F1F4F9;
    border-left: solid 2px #01a479;
    border-radius: 0;
    padding: 0;
}

.plans-compare .panel-heading h6 {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    color: #01a479;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 0px
}

.plans-compare .panel-heading h6::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f056";
    font-size: 1.5em;
    color: #0bd692;
    float: right;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.plans-compare .panel-heading h6.collapsed::after {
    content: "\f055";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.plans-compare .panel:last-of-type {
    border-bottom: 1px solid #C1C3C7;
}

.plans-compare .panel:last-of-type table tr:last-child td:nth-child(3) {
    border-bottom: solid 2px #4ABA57;
}

/* End da table-compare */

/* ------- PERSONALIZAÇÃO -----------------*/
.card-acoes {
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
    /* display: none; */
    transition: all 0.4s ease 0s;
}

.card-acoes .card {
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 10px;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: calc(25px);
    flex: 0 0 calc(50% - 20px);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.16);
    border-image: initial;
    padding: 20px;
    margin: 10px 0px 0px 0px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.single_othersservice_icon h4 {
    color: #01A479;
    font-size: 18px;
    font-weight: bold;
}

.section-segmentos .owl-segs .owl-item .card-seg img {
    width: 50%;
    height: auto;
    max-height: unset;
    min-height: unset;
}

.icon-box:hover {
    transform: translateY(-10px);
}

.icon-box .icon:hover {
    fill: #fff;
}

.icon-box {
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    padding: 0px 0px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    border-radius: 0.5rem !important;
}

.icon-box p {
    padding: 5px 20px 20px 20px;
}

.icon-box-transp:hover {
    transform: translateY(-10px);
    /* box-shadow: 15px 15px 15px 3px rgb(1 164 121 / 15%); */
    -webkit-box-shadow: 0.8rem 0.8rem 1rem rgba(2, 133, 98, 0.3) !important;
    box-shadow: 0.8rem 0.8rem 1rem rgba(2, 133, 98, 0.3) !important;
}

.icon-box-transp {
    transition: all ease-in-out 0.4s;
    /* box-shadow: 15px 15px 15px 3px rgb(0 0 0 / 7%); */
    -webkit-box-shadow: 0 0.5rem 1rem rgba(1, 164, 121, 0.3) !important;
    box-shadow: 0 0.5rem 1rem rgba(1, 164, 121, 0.3) !important;
    border-radius: 0.5rem !important;
}

.icon-box-transp .rounded {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.icon-box-transp-price {
    transition: all ease-in-out 0.4s;
    /* box-shadow: 15px 15px 15px 3px rgb(0 0 0 / 7%); */
    -webkit-box-shadow: 0px 0px 10px #00000029 !important;
    box-shadow: 0px 0px 10px #00000029 !important;
    border-radius: 27px 27px 27px 27px !important;
}

.icon-box-transp-price .rounded {
    background-color: #fff !important;
    box-shadow: 0px 0px 10px #00000029 !important;
    border-radius: 27px 27px 27px 27px !important;
}

.icon-box-recurso .rounded {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.icon-box-recurso:hover {
    transform: translateY(-10px);
    /* box-shadow: 15px 15px 15px 3px rgb(1 164 121 / 15%); */
    -webkit-box-shadow: 0.8rem 0.8rem 1rem rgba(2, 133, 98, 0.3) !important;
    box-shadow: 0.8rem 0.8rem 1rem rgba(2, 133, 98, 0.3) !important;
}

.icon-box-recurso {
    border-radius: 0.5rem !important;
}

.icon-box-primary:hover {
    transform: translateY(-10px);
}

.icon-box-primary {
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    padding: 20px 20px;
    transition: all ease-in-out 0.4s;
    background: #01A479;
}

.form-control {
    height: 2.0rem;
    font-size: 1.1rem !important;
    border: none;
    border-bottom: 1px solid #43434d;
    border-radius: 0;
}

.form-group .mb-2yy {
    margin-top: 10px;
}

.form-group .mb-2y {
    margin-bottom: -10px;
}

.form-group .mb-3yy {
    margin-bottom: 10px;
}

.form-group .mb-3y {
    margin-bottom: -20px;
}


#modalDemonstracao p {
    line-height: 1.2;
}

/* CSS BOX DIREITO - EXPERIMENTE GRÁTIS */
#main {
    overflow: hidden;
}

main {
    display: block;
    position: relative;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    main {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    main {
        padding-bottom: 0px;
        display: none;
    }
}

.form-fixo .text {
    width: 110px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 12px 10px 15px;
    line-height: 17px;
    text-align: center;
}

.form-fixo .text .icon {
    width: 30px;
    height: 30px;
    display: block;
    fill: #fff;
    margin: 0 auto 8px;
}

.form-fixo.fixo {
    visibility: visible;
    right: -220px;
    position: fixed;
    top: 110px;
}

.form-fixo {
    height: 95px;
    width: 340px;
    background: #0bd692;
    position: absolute;
    top: 680px;
    display: flex;
    align-items: center;
    z-index: 99;
    visibility: hidden;
    transition: right .5s ease;
    right: -325px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
}

/* PERSONALIZAÇÃO  SVG */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

/* COR SVG */
#main .solution-column-icon .column .icon {
    display: block;
    height: 80px;
    width: 80px;
    fill: #8e34ab;
    margin: 0 auto 20px;
}

/* COR SVG */
.section-suggested-solution .suggested-solution .icon {
    flex-grow: 0;
    display: block;
    height: 60px;
    width: 60px;
    fill: #00C89B;
    margin: 0 auto 5px;
}

/* COR SVG MENU */
.navbar .dropdown-item .icon {
    fill: #00C89B;
    display: inline-block;
    height: 30px;
    width: 25px;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    line-height: 20px;
}

.navbar .dropdown-item .icon:hover {
    fill: #ffffff;
}

#header-wrap .border-menu {
    border-bottom: 1px solid #30b462 !important;
    width: 97%;
    opacity: 0.45;
}

.symbol-100 {
    width: 100px;
    height: 100px;
}

.symbol-90 {
    width: 90px;
    height: 90px;
}

.symbol-80 {
    width: 80px;
    height: 80px;
}

.symbol-70 {
    width: 70px;
    height: 70px;
}

.symbol-60 {
    width: 60px;
    height: 60px;
}

.text-dark-2 {
    color: #868686 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.fa-2-0x {
    font-size: 1.5em !important;
}

.text-primary-2 {
    color: #0bd692 !important;
}

.text-danger-2 {
    color: #F64E60 !important;
}

.text-dark-2 {
    color: #868686 !important;
}

.section-planos {
    padding: 0.9rem 0 !important;
}