:root {
    --color-master: #131842;
    --field-heigth: 40px;
    --field-text-color: #333;
    --field-font-size: 15px;
    --field-placeholder-color: #ccc;
    --form--label-font-size: 15px;
    --form--label-help-font-size: 11px;
    --form--label-help-color: #696969a1;
    --button-font-size: 13px;
    --button-icon-font-size: 15px;
    --link-color: #333;
    --color-border: red;
    --color-border-focus: #aeaeae;
    --color-background-button-grid: yellow;
    --field-border-radius: 10px;
    --color-background-disable: black;
    --padding-field-left: 16px;
    --notice-radius: 10px;
    --button-height: 45px;
    --color-lines: #5b5e7b;
    --background-overlay: rgba(0, 0, 0, 0.3);
    --button-border-radius: 24px;
    --datagrid-check-background: #fcfdff;
    --color-border: #e0e0e0;
    --background-accordion: #f4f4f4;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #232323;
    line-height: 23px;
    margin: 0;
}
button, input, select {
    outline: none !important;
}
.header {
    /* background: var(--color-master); */
    height: 80px;
    display: flex;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    /* border-bottom: 1px solid #f4f4f4; */
}
a {
    text-decoration: none;
    color: #4f5052 !important;
}
a:hover {
    /* text-decoration: none !important; */
    color: var(--color-master) !important;
}
.header-logo {
    width: 30%;
}
.header-logo img {
    width: 157px;
}
.header-menu {
    /* width: 70%; */
    text-align: center;
    padding-top: 35px;
}
.header-content {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
.display {
    background: url('../../images/fundo3.jpg');
    width: 100%;
    /* margin-top: 70px; */
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    background-clip: center;
    background-origin: center;
    background-attachment: fixed !important;
}
.display.fixed
{
    width: 100%;
    height: 100%;
    position: fixed;
}
.display2 {
    background: url('../../images/banda2.jpg');
    width: 100%;
    height: auto;
    margin-top: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed !important;
}
.header-menu ul {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 7px;
}
.header-menu ul li {
    margin-left: 15px;
}
.header-menu ul li a {
    text-transform: uppercase;
    color: #727376;
    font-size: 15px;
}
.linear-background 
{
    background: rgba(19, 24, 66, 0.85);
    height: 100%;
    display: flex;
    /* margin-top: -30px; */
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.display.fixed .linear-background 
{
    margin-top: 0px;;
}
.display-text {
    width: 70%;
    margin: auto;
    text-align: left;
}
.text-style1 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
}
.text-style2 {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 18px;
    margin-bottom: 20px;
    text-align: left;
}
.button-white-big {
    background: #4CBD5C;
    height: 50px;
    display: inline-flex;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: fit-content;
    /* margin: auto; */
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-white-big:hover 
{
    color: #fff !important;
    opacity:0.9;
}
.button-color-big {
    background: #4CBD5C;
    min-height: 50px;
    display: inline-flex;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 5px;
}
.button-color-big:hover {
    color: #fff !important;
    opacity: 0.8
}
.container {
    max-width: 1100px !important;
    text-align: center;
    margin: auto;
}
.section {
    margin-top: 46px;
    margin-bottom: 73px;
}
.letter-content {
    text-align: center;
    max-width: 900px;
    margin: auto;
}
.letter-box-title {
    color: var(--color-master);
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
.post-date.center {
    color: #9f9f9f;
}
.post-read-image {
    margin-top: 20px
}
.metter {
    width: 100%;
    height: 7px;
    background: #F7F8FC;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.metter2 {
    width: 60%;
    height: 5px;
    background: #F7F8FC;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text-style3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-bottom: 44px;
    padding-top: 14px;
    color: #727376;
}
.letter-big {
    margin-top: 68px;
    margin-bottom: 63px;
    max-width: 671px !important;
}
.text-style4 {
    color: #232323;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 28px;
    line-height: 45px;
    /* text-transform: uppercase; */
}
.text-style7 {
    max-width: 562px;
    margin: auto;
    margin-bottom: 38px;
}
.text-style6 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 26px;
    max-width: 600px;
    line-height: 39px;
    margin: auto;
    margin-bottom: 33px;
    text-transform: uppercase;
}
.letter-med {
    max-width: 900px;
    margin: auto;
    margin-bottom: 59px;
}
.letter-med2 {
    width: 900px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.indicator {
    color: #fff;
    display: flow-root;
    background: #727376;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.display-icon {
    /* max-width: 500px; */
    margin: auto;
    margin-top: 24px;
}
.display-icon2 {
    max-width: 600px;
    margin: auto;
    margin-top: 24px;
    color: #fff;
}
.indicator2 {
    color: #fff;
    display: flex;
    background: var(--color-master);
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 6px;
    justify-content: center;
    align-items: center;
}
.background-special {
    background: var(--color-master);
}
.background-special {
    color: #fff;
    padding: 67px;
}
.indicator3 {
    color: var(--color-master);
    display: flow-root;
    background: #fff;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    padding-top: 12px;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 6px;
}
.card-client-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* background-attachment: fixed !important; */
    height: 142px;
    margin-bottom: 17px;
}
.card-client-img iframe {
    margin-top: 0px;
    height: 142px;
}
.card-client-name {
    font-weight: 600;
    margin-bottom: 3px;
}
.card-client-text {
    font-size: 14px;
}
.icon-social {
    color: #fff;
    background: var(--color-master);
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    margin-top: -5px;
    cursor: pointer;
    margin-right: -9px;
    font-size: 18px;
}
.card-client-text {
    font-size: 14px;
    /* font-style: italic; */
}
.card-client-text i {
    color: var(--color-master);
    font-size: 20px;
}
.icon-social:hover {
    opacity: 0.8
}
.section-free {
    margin-top: 116px;
}
.form-class input {
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 10px;
    width: 100%;
    color: #636363;
    text-align: center;
}
.form-class input::placeholder {
    color: #ccc;
}
.form-class button {
    background: var(--color-master) !important;
    height: 38px;
    color: #fff !important;
    padding-top: 8px !important;
    padding-bottom: 11px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 5px;
    border-radius: 24px;
    font-size: 13px !important;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
}
.form-class button:hover {
    opacity: 0.8;
}
.form-class {
    max-width: 400px;
    margin: auto;
    margin-top: 15px;
}
.swal-button {
    background: var(--color-master) !important;
    height: 38px;
    color: #fff !important;
    padding-top: 3px !important;
    padding-bottom: 11px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 13px;
    border-radius: 24px;
    font-size: 13px !important;
    text-transform: uppercase;
}
.swal-text {
    text-align: center;
    width: 70%;
}
.footer {
    /* display: flex; */
    padding-top: 13px;
    padding-bottom: 26px;
    margin: auto;
    text-align: center;
}
.footer1 {
    /* width: 50%; */
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.footer2 {
    /* width: 50%; */
    display: flex;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 13px;
}
.footer2 a {
    font-size: 13px;
    margin-left: 10px;
    text-decoration: underline;
}
.footer-content {
    border-top: 1px solid #f4f4f4;
    margin-top: 24px;
}
.toggle {
    color: #727376;
    font-size: 34px;
    right: 17px;
    position: absolute;
    display: none;
    cursor: pointer;
}
.left-content {
    margin-right: 50%;
    margin-left: -50%;
}
.card-client {
    margin-bottom: 22px;
    padding: 16px;
    max-width: 300px;
}
.whatsapp-chat-icon {
    background: #00e676;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff !important;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgba(59, 89, 178, .09), 0 4px 14px rgba(59, 89, 178, .08);
    z-index: 999;
    padding-left: 10px;
    overflow: hidden;
    -webkit-transition: width 1s;
    transition: width 1s;
    /* padding-top: 16px; */
    line-height: 57px;
}
.whatsapp-chat-icon span {
    display: none;
}
.whatsapp-chat-icon i {
    font-size: 40px;
    float: left;
    margin-right: 10px;
}
.whatsapp-chat-icon:hover {
    transform: scale(1.2);
    color: #fff !important;
}
.whatsapp-chat-icon.expand {
    width: 200px;
    padding-right: 20px;
    transform: scale(1);
}
.whatsapp-chat-icon.expand span {
    display: block;
}
.whatsapp-chat-icon.expand span {
    color: #fff;
    line-height: 63px;
    font-size: 16px;
    white-space: nowrap;
}
.display-text iframe {
    width: 100%;
    height: 401px;
    margin-bottom: 13px;
}
.special-text {
}
.blog-card {
    max-width: 300px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.content-blog {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
.blog-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* background-attachment: fixed !important; */
    height: 142px;
    margin-bottom: 17px;
}
.blog-img iframe {
    height: 142px;
    border: 0;
    margin-top: 0px;
}
.blog-title {
    font-weight: 600;
    color: red;
}
.blog-date {
    font-size: 13px;
}
.container-read {
    max-width: 800px !important;
    margin: auto;
    margin-top: 100px;
}
.post-read-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 40px;
    color: #727376;
}
#contentmdview {
    font-size: 19px;
    line-height: 30px;
    max-width: 700px;
    margin: auto;
    color: #727376;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 80px;
}
#contentmdview blockquote p {
    margin-bottom: 0px;
}
#contentmdview p {
    margin-bottom: 32px;
}
#contentmdview h1, #contentmdview h2, #contentmdview h3, #contentmdview h4, #contentmdview h5, #contentmdview h6 {
    font-family: inherit;
    color: #384348;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px;
    margin-top: 35px;
}
#contentmdview blockquote {
    padding: 10px 20px;
    /* border-left: 5px solid var(--color-master); */
    font-size: 19px;
    font-style: italic;
}
#contentmdview img {
    max-width: 70%;
    margin: auto;
    text-align: center;
    display: flex;
}
.author-content {
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
}
.author-content-photo {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #eee;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-right: 11px;
    margin-top: 5px;
}
.author-content-info {
    line-height: 14px;
    font-size: 12px;
    color: #ababad;
    text-align: left;
}
.author-content-name {
    font-size: 13px;
    margin-bottom: 1px;
    margin-top: 3px;
    color: #5b6e82;
    text-transform: uppercase;
}
.post-read-subtitle {
    font-size: 20px;
    line-height: 24px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
}
.post-read-image {
    height: 200px;
    background: #efefef;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* background-attachment: fixed !important; */
    border-radius: 5px;
    margin-top: 30px;
}
.display-boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 34px;
}
iframe {
    width: 100%;
    height: 450px;
    border: none;
    margin-top: 20px;
}
.col-display {
    margin-right: 18px;
    margin-bottom: 19px;
    max-width: 128px;
    font-weight: 100;
}
.display-icon {
    display: flex;
    justify-content: center;
    margin-top: 44px;
    flex-wrap: wrap;
    font-weight: 100;
}
.col-display-white {
    margin-right: 15px;
}
.features-content {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 28px;
    justify-content: center;
}
.feature-title {
    font-size: 16px;
    color: #232323;
    font-weight: 100;
}
.feature-box i {
    font-size: 35px;
    color: #9f9f9f;
    line-height: 56px;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    border-radius: 50px;
    background: #f4f4f4;
    padding-top: 2px;
    margin-bottom: 11px;
}
.feature-box {
    max-width: 215px;
    width: 100%;
    padding: 12px;
}
.text-style5 {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.features-content.success i {
    background: var(--color-master);
    color: #fff;
}
.section-show {
    /* background: #f4f4f4; */
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 62px;
    margin-bottom: 0;
}
.section-show2 {
    background: #f1f1f1;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 43px;
    padding-top: 7px;
}
.section-show3 {
    background: #fafafa;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 16px;
}
.section-separator {
    background: var(--color-master);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 35px;
    /* padding-top: 14px; */
    /* border: 1px solid #9f9f9f; */
    margin: auto;
    margin-top: -35px;
    margin-bottom: 35px;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-title-line {
    color: #727376;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 13px;
    line-height: 37px;
    text-transform: uppercase;
    margin-top: 31px;
}
.button-white-big.contact {
    border: none;
    background: transparent;
    color: #fff !important;
    height: 50px;
    font-size: 15px;
    text-decoration: underline !important;
}
.button-color-big.contant {
    border: none;
    background: #fff;
    color: #4CBD5C !important;
    font-size: 15px;
    min-height: 44px;
    text-decoration: underline !important;
}
.display-icon .col-md-4 {
    max-width: 165px;
    margin: 10px;
}
.header-menu ul a {
    margin-left: 11px;
}
.display-blank {
    padding-top: 109px;
}
.tbuttonpress
{
    background: #4CBD5C;
    border-radius: 10px;
}
.section-show2
{
    background: #232323;
    color: #fff;
}
.section-show2 .text-style4
{
    color: #fff;
}
.section-show2 .feature-title
{
    color: #9d9d9d;
}
.shadow
{
    background: var(--color-master);
}
.display-left
{
    max-width: 40%;
}
.display-left .header-logo
{
    margin-bottom: 15px;
}
.display.original .text-style1
{
    font-size: 50px;
    line-height: 56px;
}
.display.original .display-text
{
    text-align: center;
    max-width: 600px;
}
.display.original .text-style2
{
    text-align: center;
}
.display-action
{
    text-align: center;
}
.display-action a 
{
    margin: auto;
}
@media screen and (max-width: 800px) {
    .header-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-menu {
        display: none;
    }
    .container {
        width: 90%;
    }
    .footer2 {
        display: grid;
        line-height: 15px;
    }
    .toggle {
        display: block;
    }
    .header-menu {
        background: #fff;
        display: none;
        position: fixed;
        right: 0;
        top: 72px;
        width: 50%;
        height: 100%;
        padding-right: 22px;
        border-left: 1px solid #f4f4f4;
    }
    .header-menu ul {
        display: inline-block;
    }
    .header-menu ul li {
        text-align: right;
        padding-top: 15px;
    }
    .header-menu ul li a {
        font-size: 20px;
    }
    .header-menu ul li a i {
        margin-left: auto;
    }
    .text-style1 {
        /* font-size: 23px; */
        /* line-height: 28px; */
    }
    .display-text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-style2 {
        font-size: 16px;
        /* line-height: 29px; */
    }
    .display {}
    .col-md-4, .col-md-3 {
        margin-bottom: 25px;
    }
    .display2 {
        height: auto;
    }
    .letter-med2 {
        transform: none;
        top: unset;
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .special-text {
        padding: 30px;
        width: 100%;
    }
    .display-text iframe {
        height: 200px;
    }
    iframe {
        height: 200px;
    }
    .post-read-image {
        height: 240px !important;
    }
    .display {
        background-attachment: unset !important
    }
    .display-left
    {
        max-width: 100%;
    }
}