/* CDSI CSS basics */

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}


body {
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        color: #a0ce4e;
    }

    a:visited {
        color: #5a5a5a;
    }

.body-main {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 13px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    font-weight: normal;
}

.body-container {
    margin: 0px auto;
    max-width: 1100px;
}

body-container:first-of-type {
}

.table-text {
    padding-left: 0em;
    padding-right: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    font-size: 12px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 1.75em;
    margin: 1.5em 0;
    line-height: 1.15em;
}

p {
    margin: 1.5em 0;
    font-size: 1em;
    line-height: 1.5em;
}


.header {
    top: 0px;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.header-container {
    max-width: 1100px;
    color: #6b6b6b;
    margin: 0px auto;
}

    .header-container a {
        color: #333333;
        text-decoration: none;
    }

        .header-container a:hover {
            color: #a0ce4e;
        }
/* The first element that comes after your header will need a padding top equal to the height of your header. In this example it's a <section> tag. You may need to update the tag here to reflect your own code */


.rptCell {  
    line-height:5px;
}

.logo {
    margin-left: 1.5em;
    font-size: 1em;
    line-height: 0px;
    border: 0px;
    max-width: 1100px;
    margin: 0px auto;
}

.menu {
    text-align: right;
    top: 1px;
    position: fixed;
    width: 100%;
    font-size: 14px;
    font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
    background-color: transparent;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu-container {
    display: block;
    top: 1px;
    max-width: 1100px;
    color: #8c8989;
    margin: 0px auto;
    background-color: transparent;
    vertical-align: top;
    text-decoration: none;
}

.menu-item {
    height: 100%;
    float: right;
    vertical-align: top;
    border-top-width: 3px;
    border-top-color: #ffffff;
    border-top-style: solid;
    padding-top: 25px;
    margin-left: 25px;
}

    .menu-item:hover {
        color: #a0ce4e;
        border-top-width: 3px;
        border-top-color: #a0ce4e;
        border-top-style: solid;
    }

.menu-mobile-container {
    display: none;
    max-width: 800px;
    line-height: 20px;
    color: #8c8989;
    background-color: transparent;
    vertical-align: central;
}

.menu-mobile-list {
    display: none;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    left: 0px;
    /*padding-top: 50px;*/
    top: 51px;
    position: fixed;
    z-index: 100;
}

    .menu-mobile-list a:hover {
        text-decoration: none;
    }

.menu-mobile-item {
    top: 47px;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 12px;
    line-height: normal;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #f8f8f7;
    border-bottom: 1px solid #eae9e9;
}

    .menu-mobile-item:hover {
        background-color: #f5f5f1;
        color: #8c8989;
        text-decoration: none;
    }

.page-title {
    margin-top: 97px;
    border: 0px;
    height: 87px;
    background-image: url('/img/page_title_bg.png');
    border-bottom: 1px solid #d2d3d4;
    text-align: left;
    vertical-align: middle;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.page-title-container {
    padding-top: 28px;
    max-width: 1100px;
    margin: 0px auto;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    font-family: "Didact Gothic", Arial, Helvetica, sans-serif;
    width: 100%;
}

    .page-title-container a {
        color: #bfbfbf;
        text-decoration: none;
    }

        .page-title-container a:hover {
            color: #a0ce4e;
        }

.footer {
    width: 100%;
    bottom: 0;
    background: #363839;
    border-top: 12px solid #e9eaee;
    padding: 1.5em;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.footer-container {
    max-width: 1100px;
    color: #8c8989;
    margin: 0px auto;
}

    .footer-container h3 {
        margin: 0 0 16px;
        color: #ddd;
        text-transform: uppercase;
        font: 13px/20px 'PTSansBold', arial, helvetica, sans-serif;
        padding-top: 18px;
    }

    .footer-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 13px;
        line-height: 10px;
    }

        .footer-container ul li a {
            display: block;
            padding-bottom: 17px;
            padding-top: 10px;
            border-bottom: 1px solid #505152;
        }

        .footer-container ul li a:hover {
                color: #a0ce4e;
            }

    .footer-container a {
        color: #bfbfbf;
        text-decoration: none;
    }

        .footer-container a:hover {
            color: #a0ce4e;
        }

.copyright {
    position: relative;
    background: #282a2b;
    border-top: 1px solid #4b4c4d;
    color: #8c8989;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 1.5em;
}

.copyright-container, .copyright-container a {
    max-width: 1100px;
    text-decoration: none;
    margin: 0px auto;
}

.thead-content
{
    background-color: #a0ce4e;
    text-decoration: none;
    color: #ffffff;
}

.tfoot-content
{
    text-decoration: none;
    border-top-style: solid;
    border-top-color: #a0ce4e;
    border-top: 3px;
}

@media screen and (max-width: 720px) {
    .menu {
        height: auto;
    }

    .menu-container {
        display: none !important;
    }

    .menu-mobile-container {
        display: block;
    }

    .page-title {
        height: 87px;
    }

    .page-title-container {
        padding-top: 15px;
    }
    
}


.panel-custom {
    border-color:;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: #ffffff;
    border-width: 1px;
    border-color: #d5d5d5;
    border-top-width: 3px;
    border-top-color: #a0ce4e;
    border-style: solid;
    position: relative;
    padding: 1.5em;
}


/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .effect2:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3 {
    position: relative;
}

    .effect3:before {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4 {
    position: relative;
}

    .effect4:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        right: 10px;
        left: auto;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5 {
    position: relative;
}

    .effect5:before, .effect5:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 25px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 35px 20px #777;
        -moz-box-shadow: 0 35px 20px #777;
        box-shadow: 0 35px 20px #777;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    .effect5:after {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
        right: 10px;
        left: auto;
    }

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect6:before, .effect6:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 50%;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect6:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect7:before, .effect7:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect7:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect8:before, .effect8:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 10px;
        bottom: 10px;
        left: 0;
        right: 0;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect8:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

.fake-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.fake-linkm:hover {
    cursor: pointer;
}



#circularG {
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
}

.circularG {
    position: absolute;
    background-color: rgba(160,206,78,0.96);
    width: 9px;
    height: 9px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#circularG_1 {
    left: 0;
    top: 16px;
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -ms-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
}

#circularG_2 {
    left: 4px;
    top: 4px;
    animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
}

#circularG_3 {
    top: 0;
    left: 16px;
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

#circularG_4 {
    right: 4px;
    top: 4px;
    animation-delay: 0.83s;
    -o-animation-delay: 0.83s;
    -ms-animation-delay: 0.83s;
    -webkit-animation-delay: 0.83s;
    -moz-animation-delay: 0.83s;
}

#circularG_5 {
    right: 0;
    top: 16px;
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -ms-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
}

#circularG_6 {
    right: 4px;
    bottom: 4px;
    animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}

#circularG_7 {
    left: 16px;
    bottom: 0;
    animation-delay: 1.24s;
    -o-animation-delay: 1.24s;
    -ms-animation-delay: 1.24s;
    -webkit-animation-delay: 1.24s;
    -moz-animation-delay: 1.24s;
}

#circularG_8 {
    left: 4px;
    bottom: 4px;
    animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    -ms-animation-delay: 1.38s;
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s;
}



@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
    }
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
    }
}

.PleaseWait {
    background-color: black;
    opacity: 0.3;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: none;
}


 .box {
  margin: 10px;
  min-width: 200px;
  max-width: 260px;
  height: 390px;
  background: white;
  border-radius: 6px;
  border: 1px solid #DDD;
  z-index: 90;
}

.shadow {
  -webkit-box-shadow:  0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
}



.box-title
{padding: 0px; margin-bottom: 0px; margin-top: 10px; border-bottom: 1px solid #DDD; color:#a0ce4e;}

.box-princing
{padding-top: 5px; padding-bottom: 5px; margin-bottom: 5px; margin-top: 0px; border-bottom: 1px solid #DDD; background: #ededed; font-family:'Open Sans', sans-serif; font-size: 24px; font-weight: 600; text-rendering: optimizelegibility;}

.box-garantia
{width: 65%; height: 30px; text-align: left; padding-left: 15px; font-weight:500;; font-size: 13px}

.box-capital
{width: 35%; height: 30px; text-align: right; padding-right: 15px; font-weight:700; font-size: 14px}

.box-bottom
{position: absolute; bottom: 0px; padding-left: 15px; padding-bottom: 20px; padding-top: 10px; padding-right: 15px; font-size:12px; width: 100%; text-align: right; border-top: 1px solid #DDD}




.print-title
{
    padding: 40px 0px 15px 0px; 
    margin: 0px 0px 0px 0px;  
    color:#7FA52E; 
    font-size:20px;  
    text-transform: uppercase;
    font-weight: normal;}

.print-texto
{
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 6px 0px;
    font-size:14px;
    color: black;
    line-height: 30px; 
    text-align:justify;
}

.print-texto-small
{
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 3px 0px;
    font-size:12px;
    color: black;
    line-height: 20px; 
    text-align:justify;
}

.print-item
{
    padding: 0px 0px 0px 40px; 
    margin: 6px 0px 6px 0px;
    font-size:14px;
    color: black; 
    line-height: 25px;
}

.print-bar{
    padding: 15px 0px 0px 0px; 
    margin: 0px 0px 0px 0px;
}

.print-bullet{ 
    padding-top: 3px;
    font-size: 13px; 
    color: #7FA52E;
    display:inline-block; 
    width: 25px; 
    vertical-align:top
}

.print-bullet-texto { 
    display:inline-block; 
    width: 95%;
    text-align:justify;
}



.print-label{
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
    font-size:13px;
    color: black;
    line-height: 20px; 
}

.print-label-small{
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    font-size:12px;
    color: black;
    line-height: 15px; 
}

.print-data{
    padding: 0px 0px 0px 10px;
    margin: 6px 0px 0px 0px;
    font-size:13px;
    color: black;
    line-height: 20px; 
}

.print-data-small{
    padding: 0px 0px 0px 10px;
    margin: 4px 0px 0px 0px;
    font-size:12px;
    color: black;
    line-height: 15px; 
}






.print-linedata{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
     line-height: 25px;
}
.print-color
{
    background-color:#7fa52e;
    text-decoration: none;
    color: #ffffff;
}

.table-th-title {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:5px;
    margin-bottom: 0px;
    margin-top: 10px;
    background: #7FA52E;
    color: white;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}

.table-th-title-small {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left:5px;
    margin-bottom: 0px;
    margin-top: 10px;
    background: #7FA52E;
    color: white;
    font-weight: 700;
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
}

.table-td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:5px;
    margin-bottom: 0px;
    margin-top: 10px;  
    color: #333333;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding-right: 5px;
   
}

.table-td-small {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left:5px;
    margin-bottom: 0px;
    margin-top: 2px;  
    color: #333333;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    padding-right: 5px;
   
}

.table-td-alternative {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:5px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #333333;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    padding-right: 5px;
   
}


.plano-title {
    padding: 20px 0px 5px 0px; 
    margin: 0px 0px 0px 0px;  
    color:#7FA52E; 
    font-size:20px;  
    text-transform: uppercase;
    font-weight: normal;
}

.plano-td-title
{padding-top: 5px; padding-bottom: 5px; margin-bottom: 0px; margin-top: 10px; background:#7FA52E; color: white; font-weight:700; font-size: 12px; text-align:center; vertical-align: middle;}

.plano-td-anual
{padding-top: 5px; padding-bottom: 5px; margin-bottom: 0px; margin-top: 10px; background:#ededed; color: #333333 ; font-weight:400; font-size: 10px; text-align:right; vertical-align: middle; padding-right: 5px}

.plano-td-mensal
{padding-top: 5px; padding-bottom: 5px; margin-bottom: 0px; margin-top: 10px; color: #333333; font-weight:700; font-size: 11px; text-align:right; vertical-align: middle; padding-right: 5px}


.ribbon {
   margin: 10px;
   position: absolute;
   right: -5px; top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px; 
   text-align: right;
}
.ribbon span {
   font-size: 10px;
   color: #fff; 
   text-transform: uppercase; 
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   width: 100px; display: block;
   background: #79A70A;
   background: linear-gradient(#9BC90D 0%, #79A70A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
}
.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}

