@font-face {
    font-family: Margem Regular;
    src: url(fontMargemRegular.ttf) format("opentype");
}
@font-face {
    font-family: Margem Medium;
    src: url(fontMargemMedium.ttf) format("opentype");
}
@font-face {
    font-family: Margem Bold;
    src: url(fontMargemBold.ttf) format("opentype");
}
@font-face {
    font-family: Margem Extra Bold;
    src: url(fontMargemExtraBold.ttf) format("opentype");
}
@font-face {
    font-family: Arlon;
    src: url(fontArlonSemiBold.ttf) format("opentype");
}
body {
    margin: 0;
    font-family: "Margem Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #808080;
}
@media (min-width: 1200px){
    .container {
        max-width: 1350px;
    }
    #section-comentarios .carousel .carousel-inner .container {
        max-width: 800px;
    }
}
.section-page {
    padding: 160px 15px;
}
h1, h2 {
    font-family: "Arlon", sans-serif;
    font-size: 58px; 
}
h1, h2 {
    margin-bottom: 40px;
}
h2 {
    color: #000000;
    margin-bottom: 110px;
}
.bg-light {
    background-color: #f5f6fa!important;
}
.btn {
    font-weight: 700;
}
.btn-group-lg>.btn, .btn-lg {
    line-height: 2.0;
}
.btn-group-md>.btn,.btn-md {
    line-height: 2.125;
}
.btn, button:focus {
    outline: none;
}
.card {    
    border-color: #e5e5e5;
    border-radius: 20px;
    box-shadow: 0px 0px 16px 6px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
.card .card-header, .card .card-body {
    padding: 40px;
}
header nav {
    padding: 30px 0!important;
}
header .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 20px;
    font-family: "Margem Bold", sans-serif;
}
header .navbar-dark .navbar-toggler {
    border-color: transparent;
}
header .navbar-dark .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3e%3cpath stroke="rgba(255, 255, 255, 255)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e');
}
header .navbar-dark.fixed-top.fixo .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3e%3cpath stroke="rgba(81 0 124)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e');
}
header .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.4s ease-in-out    
}
header .fixed-top.fixo {
    background: #ffffff!important;
    padding: 0;
    box-shadow: 0px 0px 16px 6px rgb(0 0 0 / 10%);
    transition: all 0.4s ease-in-out;
}
header .navbar-nav li.nav-item {
    margin-right: 20px;
}
header .fixed-top.fixo .navbar-nav .nav-link  {
    color: #51007c;    
    transition: all 0.4s ease-in-out
}
header nav img {
    width: 162px;
} 
header nav .btn {
    border-radius: 25px;
    font-weight: 700;
}
header nav .btn-primary {
    color: #fff;
    background-color: #51007c;
    border-color: #51007c;
    width: 142px;
}
header nav .btn-primary:hover {
    color: #fff;
    background-color: #51007c;
    border-color: #51007c;
}
header nav .btn-outline-secondary {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
header nav .btn-outline-secondary:hover {
    color: #fff;
    background-color: #51007c;
    border-color: #51007c;
}
header .fixed-top.fixo .btn-outline-secondary {
    color: #51007c;
    background-color: transparent;
    border-color: #51007c;
}
header .fixed-top.fixo .btn-outline-secondary:hover {
    color: #fff;
    background-color: #51007c;
    border-color: #51007c;
}
#section-banner h3 {
    max-width: 600px;
    font-size: 31px;
    margin-bottom: 40px;
}
#section-banner .btn-light:hover {
    color: #fff;
    background-color: #51007c;
    border-color: #51007c;
}
#section-banner .btn-light {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    width: 200px;
    border-radius: 10px;
}
#section-banner {
    background-image: url('bg_banner.png');
    /*background-color: #bd1cfc;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 100px 0px;
}
#section-diferenciais {
    margin-top: -150px;
}
#section-diferenciais .card {
    margin-bottom: 30px;
    min-height: 270px;
}
#section-diferenciais .card .card-body {
    padding: 40px 32px;
}
#section-diferenciais .card .content-icon {
    text-align: center;
    margin-bottom: 30px;
}
#section-diferenciais .card .content-icon img {
    max-height: 65px;
}
#section-diferenciais .card p {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
}
#section-comentarios .slide img.img-fluid {
    border-radius: 20px;
    border: 2px solid #51007c;
}
#section-comentarios .box-border {
    position: absolute;
    height: 100%;
    width: 100px;
    z-index: 99;
}
#section-comentarios .box-border.box-border-left {
    left: 10px;
    background: linear-gradient(to right, #f5f6fa , rgb(245 246 250 / 0%));
}
#section-comentarios .box-border.box-border-right {
    right: 10px;
    background: linear-gradient(to right, rgb(245 246 250 / 0%), #f5f6fa);
}
#section-comentarios .carousel {
    position: relative;
    margin-bottom: 110px;
}
#section-comentarios .carousel .carousel-inner .container {
    max-width: 800px;
}
#section-comentarios .carousel .carousel-inner h3 {
    font-size: 27px;
    color: #51007c;
    font-weight: 700;
    margin-bottom: 20px;
}
#section-comentarios .carousel .carousel-inner p {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 30px;
}
#section-comentarios .carousel .carousel-inner h4 {
    font-size: 21px;
    font-family: 'Margem Medium';
    color: #bd1cfc;
}
#section-comentarios .carousel .carousel-inner img.icon {
    position: relative;
    top: -5px;
    width: 20px;
}
#section-comentarios .carousel .carousel-control-prev {
    left: 0;
    justify-content: start;
}
#section-comentarios .carousel .carousel-control-next {
    right: 0;
    justify-content: end;
}
#section-comentarios .carousel .carousel-control-prev img, #section-comentarios .carousel .carousel-control-next img {
    width: 52px;
}
#section-comentarios .owl-carousel .owl-item img {
    width: 140px;
    border-radius: 50%;
}
#section-comentarios .morecontent span {
    display: none;
}
#section-comentarios .morecontent span[style="display: block;"] {
    display:inline!important;
}
#section-comentarios .morelink {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #51007c;
}
#section-comentarios .morelink .fa {
    position: relative;
    top: 1px;
}
#section-planos .card {
    min-height: 344px;
}
#section-planos .card.card-gratis {
    min-height: auto;
}
#section-planos .card .card-body {
    padding-bottom: 0;
}
#section-planos .card .card-footer {
    background: transparent;
    border: none;
    padding: 40px;
    text-align: center;
}
#section-planos .card.bg-card {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out
}
#section-planos .card.bg-card.bg-angico {
    background-image: url(bg_plano_angico.jpg);
}
#section-planos .card.bg-card.bg-aroeira {
    background-image: url(bg_plano_aroeira.jpg);
}
#section-planos .card.bg-card.bg-cedro {
    background-image: url(bg_plano_cedro.jpg);
}
#section-planos .card.bg-card.bg-ipe {
    background-image: url(bg_plano_ipe.jpg);
}
#section-planos .card.bg-card.bg-jacaranda {
    background-image: url(bg_plano_jacaranda.jpg);
}
#section-planos .card.bg-card.bg-mogno {
    background-image: url(bg_plano_mogno.jpg);
}
#section-planos .card.bg-card.bg-angico:hover {
    background-image: url(bg_plano_angico_color.jpg);
}
#section-planos .card.bg-card.bg-aroeira:hover {
    background-image: url(bg_plano_aroeira_color.jpg);
}
#section-planos .card.bg-card.bg-cedro:hover {
    background-image: url(bg_plano_cedro_color.jpg);
}
#section-planos .card.bg-card.bg-ipe:hover {
    background-image: url(bg_plano_ipe_color.jpg);
}
#section-planos .card.bg-card.bg-jacaranda:hover {
    background-image: url(bg_plano_jacaranda_color.jpg);
}
#section-planos .card.bg-card.bg-mogno:hover {
    background-image: url(bg_plano_mogno_color.jpg);
}
#section-planos .card h3 {
    font-weight: 900;
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
    min-height: 70px;
}
#section-planos .card h3 .subtitle {
    display: block;
    font-size: 17px;
    color: #98a3b7;
}
#section-planos p {
    font-size: 18px;
    color: #343a40;
    line-height: 1.2;
    margin: 0;
}
#section-planos .btn {
    width: 100%;
    border-radius: 10px;
}
#section-planos .btn-light {
    color: #98a3b7;
    background-color: #f1f4f8;
    border-color: #f1f4f8;
}
#section-planos .btn-primary, .modal .btn-primary {
    color: #ffffff;
    background-color: #bd1cfc;
    border-color: #bd1cfc;
}
#section-planos .btn-primary:hover, #section-planos .btn-light:hover, .modal .btn-primary:hover {
    color: #ffffff;
    background-color: #51007c;
    border-color: #51007c;
}
#section-duvidas .card {
    margin-bottom: 10px;
}
#section-duvidas .accordion>.card .card-header {
    border: none;
    background: #ffffff;
    margin-bottom: 0;
    padding: 20px 40px;
}
#section-duvidas .card .card-header .btn-link {
    font-size: 23px;
    color: #bd1cfc;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
    line-height: 40px;
}
#section-duvidas .card .card-header .btn-link:after {
content: "\f107";
font-family: 'FontAwesome';
font-weight: 900;
font-size: 32px;
float: right;
}
#section-duvidas .card .card-header .btn-link.collapsed:after {
content: "\f106";
}
#section-duvidas .card .card-body{
    font-size: 22px;
    line-height: 1.2;
    color: #4d4d4d;
    padding-top: 0;
}    
#section-duvidas .accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
#section-duvidas .accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 20px;
}
#section-duvidas .accordion>.card:last-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
footer .footer {
    background-color: #51007c;
    font-size: 18px;
    padding: 110px 0;
}
footer .footer .box-info img {
    width: 150px;
}
footer .footer .box-info p {
    font-size: 17px;
    color: #bd1cfc;
    margin: 20px 0 0;
}
footer .footer .nav a.nav-link {
    text-decoration: underline;
    font-weight: 400;
    font-size: 21px;
}
footer .footer .nav ul.list-inline {
    padding-left: 1rem;
}
footer .footer .nav ul.list-inline a.nav-link {
    padding: 0.5rem 0rem;
}
footer .footer .nav img {
    width: 40px;
}
footer .box-copyright {
    background-color: #47006d;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-size: 21px;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.whatsapp-button .btn-wpp {
    background-color: #25d366;
    color: white;
    padding: 3px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    transition: all 0.2s ease-in-out;
}
.whatsapp-button .btn-wpp .ico-wpp {
    margin-top: 0;
}
@media(max-width: 1024px){
    #section-diferenciais .card {
        min-height: 345px;
    }
    #section-planos .card h3 {
        font-size: 24px;
    }
}
@media(max-width: 991px){
    header .fixed-top .container {
        padding: 0;
    }
    header .fixed-top.fixo .navbar-collapse.show {
        padding: 15px 15px 0!important;
    }
    header a.navbar-brand {
        padding-left: 15px;
    }
    header button.navbar-toggler {
        padding-right: 15px;
    }
    header .navbar-collapse {
        margin-top: 30px;
        padding: 15px;
        background: #fff;
    }
    header .navbar-collapse.show {
        padding: 15px 15px 30px;
    }
    header .navbar-collapse.show .nav-link  {
        color: #51007c;    
        transition: all 0.4s ease-in-out
    }
    header .navbar-collapse .navbar-nav li.nav-item {
        margin-right: 0;
        margin-bottom: 10px;
    }
    header .navbar-collapse.show .btn-outline-secondary {
        color: #51007c;
        background-color: transparent;
        border-color: #51007c;
    } 
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    #section-banner .section-page {
        padding: 50px 15px        
    }
    #section-diferenciais .card {
        min-height: 250px;
    }
    #section-comentarios .carousel .carousel-inner .carousel-item {
        text-align: center;
    }
    #section-comentarios .carousel .carousel-inner .carousel-item img.img-fluid {        
        margin-bottom: 30px;
    }
    footer .footer .box-info {
        margin-bottom: 20px;
    }
    footer .footer .nav a.nav-link, footer .footer .nav ul.list-inline {
        padding-left: 0;
    }
}
@media(max-width: 767px){
    header .btn.btn-outline-secondary {
        margin-bottom: 20px;
    }
    header .btn {
        width: 100%!important;
    }
    #section-banner {
        background-color: rgb(0 0 0 / 60%)!important;
        background-blend-mode: multiply;
    }
    #section-banner {
        background-position: 85% 0;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 32px;
    }
    #section-banner h3 {
        font-size: 24px;
    }
    #section-diferenciais .card .card-body {
        padding: 40px 10px;
    }
    #section-diferenciais .card p {
        font-size: 14px;
    } 
    #section-comentarios .carousel .carousel-inner p {
        text-align: left;
        font-size: 16px;
    }
    #section-comentarios .carousel-control-next, #section-comentarios .carousel-control-prev {        
        top: 85px;
    }
    #section-comentarios .carousel .carousel-control-prev {
        left: -30px;
    }
    #section-comentarios .carousel .carousel-control-next {
        right: -30px;
    }   
    #section-duvidas .card .card-header .btn-link {
        font-size: 20px;
        line-height: 24px;
    }
    #section-duvidas .card .card-body {
        font-size: 16px;
    }
    footer .footer .nav a.nav-link {
        font-size: 17px;
    }
    footer .box-copyright {
        font-size: 12px;
    }
}
