
article {
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  padding: 14px;
}
table {
  border-collapse: collapse;

  font-size: 14px !important;
}
th {
  
}
td,
th {
  height: 0px;
}
td,
th {
  border: 1px solid #ddd;
  empty-cells: show;
}
td,
th {
  text-align: left;
}
td + td,
th + th {
  text-align: center;
}
td.default {
  display: table-cell;
}
.bg-purple {
  border-top: 3px solid rgba(105, 106, 175, 0.99);
}
.bg-yellow {
  border-top: 3px solid #e5c377;
}
.sep {
  background: #f5f5f5;
  font-weight: normal;
  padding:5px;
}
.sep-2 {
  background: #f5f5f5;
  font-weight: normal;
}
.txt-l {
  font-size: 28px;
  font-weight: bold;
}
.txt-top {
  position: relative;
  text-align:center;
}
.tick {
  font-size: 18px;
  color: #2ca01c;
}
.hide {
  border: 0;
  background: none;
}


@media (max-width: 800px) {
  td,
  th {
    display: table-cell !important;
  }
  td,
  th {
   /* width: 270px;*/
  }
  td + td,
  th + th {
    width: auto;
  }
  table {
    display: block;
  }
}

.collapse {
	display: none;
}

        body {
            -webkit-font-smoothing: antialiased;
        }

        section {
          
            position: relative;
            -webkit-font-smoothing: antialiased;
        }
		
		.pricing-action {
            font-weight: bold;
            padding: 1em 2em;
            color: #fff;
            border-radius: 30px;
            background: #696aaf;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
			border: none;
        }

            .pricing-action:hover, .pricing-action:focus {
                background-color: #505187;
            }
			
		.pricing-action-premium {
            font-weight: bold;
            padding: 1em 2em;
            color: #fff;
            border-radius: 30px;
            background: #e5c377;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
            border: none;
        }

          .pricing-action-premium:hover, .pricing-action-premium:focus {
                background-color: #b59855;
            }
			
		button {
            -webkit-appearance: button;
        }
			

        * {
            margin: 0;
            padding: 0;
        }

        .floatleft {
            float: left;
        }

        .floatright {
            float: right;
        }

        .alignleft {
            float: left;
            margin-right: 15px;
        }

        .alignright {
            float: right;
            margin-left: 15px;
        }

        .aligncenter {
            display: block;
            margin: 0 auto 15px;
        }

        a:focus {
            outline: 0px solid;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0 0 15px;
            font-weight: 700;
            font-family: 'Open Sans', sans-serif;
        }

        p {
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            color: #888;
            font-size: 16px;
            line-height: 1.4;
        }

        ul {
            margin: 0;
        }

            ol li,
            ul li {
                list-style: outside none none;
            }

        img {
            height: auto;
            max-width: 100%;
        }

        .table {
            display: table;
            z-index: 9;
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .table_cell {
            display: table-cell;
            vertical-align: middle !important;
        }

        .margin_top_30 {
            margin-top: 30px;
        }

        .section_padding_150 {
            padding: 150px 0;
        }

        .section_padding_100 {
            padding: 0 1% 7% 1%;
        }

        .section_padding_100_0 {
            padding: 100px 0 0 0;
        }

        .section_padding_0_100 {
            padding: 0 0 100px 0;
        }

        .section_padding_100_50 {
            padding-top: 100px;
            padding-bottom: 50px;
        }

        .section_padding_100_70 {
            float: left;
			width: 100%;
        }

        .section_padding_200 {
            padding: 200px 0;
        }

        .section_heading {
            position: relative;
            z-index: 1;
            text-align: center;
        }

            .section_heading > h3 {
                color: #696aaf;
                margin-bottom: 0;
            }

            .section_heading > p {
                margin-bottom: 5px;
            }

            .section_heading.text-left {
                text-align: left !important;
            }

        .font-poiret-one {
            font-family: 'Poiret One', cursive !important;
        }

        /* 6.0 Top Feature Area CSS */
        .special_feature_area {
            text-align: center;
            float: left;
        }

        .single_feature {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            padding: 30px 15px;
            background-color: #fff;
            position: relative;
            z-index: 1;
            min-height: 300px;
        }

            .single_feature:after {
                background-color: #e5c377;
                bottom: 0;
                content: "";
                height: 5px;
                left: 0;
                position: absolute;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                width: 100%;
                z-index: 5;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            }

            .single_feature:hover:after,
            .single_feature.active:after {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            }

            .single_feature:hover,
            .single_feature.active {
                box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
            }

            .single_feature .feature_img {
                margin: 5px auto 20px;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
            }

        .feature_img i {
            font-size: 40px;
            text-align: center;
            color: #2c3e50;
        }

        .single_feature:hover .feature_img i,
        .single_feature.active .feature_img i {
            color: #e5c377;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

        .single_feature .feature_text h4 {
            color: #2c3e50;
            font-size: 18px;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            font-weight: bold;
        }

        .single_feature:hover .feature_text h4,
        .single_feature.active .feature_text h4 {
            color: #e5c377;
        }

        .single_feature .feature_text p {
            margin: 0;
        }

        /* Why Choose Us Area CSS */
        .single_choose_us {
            margin-bottom: 30px;
            position: relative;
            text-align: left;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

            .single_choose_us > h3 {
                color: #696aaf;
                font-weight: 600;
                margin-bottom: 10px;
                font-weight: bold;
            }

        .choose_us_icon {
            background-color: #34495e;
            border-radius: 50%;
            color: #fff;
            height: 70px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 2px;
            width: 70px;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

            .choose_us_icon > i {
                font-size: 30px;
                line-height: 70px;
            }

        .single_choose_us:hover .choose_us_icon {
            background-color: #ff9800;
        }

        .why_choose_us_text_area.second_area .single_choose_us {
            padding-right: 0;
        }

        .why_choose_us_text_area.second_area .choose_us_icon {
            right: auto;
            left: 0;
            top: 2px;
        }

        .why_choose_us_text_area.second_area .single_choose_us {
            text-align: left;
        }

        .why_choose_us_image {
            padding-top: 15px;
        }

        /* Classic Version Area CSS */
        .classic_version .single_slide:before {
            background-color: rgba(0, 0, 0, 0);
        }

        .classic_version .mainmenu ul#nav li a,
        .classic_version .single_slide .slide_text h3 {
            color: #34495e;
        }

        .classic_version .single_slide .slide_text h2 {
            color: #f39c12;
        }

        .box {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        :after, :before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .pricing-button {
            font-weight: bold;
            margin: auto 3em 2em 3em;
            padding: 1em 2em;
            color: #fff;
            border-radius: 30px;
            background: #ee3143;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .pricing-button:hover {
                background-color: #a02832;
            }

            .pricing-button:focus {
                background-color: #a02832;
            }
			

        .pricing-button-modulos {
            font-weight: bold;
            margin: auto 3em 2em 3em;
            padding: 1em 2em;
            color: #696aaf;
            border-radius: 30px;
            background: #ffffff;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .pricing-button-modulos:hover {
                background-color: #d6d6ec;
            }

            .pricing-button-modulos:focus {
                background-color: #d6d6ec;
            }

        .pricing-action-button {
            border: none;
            -webkit-font-smoothing: antialiased;
        }

        button {
            -webkit-appearance: button;
        }


body {
  font-family: 'Open Sans', sans-serif;
}

/* wrapper */
.wrapper {

  width: 100%;
  max-width: 1000px;
  margin: 20px auto 20px auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
}

/* lists */
.row-2 tr {
  margin: 0;
  padding: 0;
}

.row-2 tr td {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  list-style: none;
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .row-2 tr td {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .row-2 tr td {
    font-size: 13px;
  }
}

.title tr td {
  padding: 15px 13px;
}

.row-2 tr td {
  padding: 5px 10px;
}

/* row-2s */
.row-2 {
  padding: 20px 0;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.row-2:hover {
  

}
@media only screen and (max-width: 767px) {
  .row-2:hover {

  }
}
@media only screen and (max-width: 359px) {
  .row-2:hover {

  }
}

.title {
  padding: 25px 0 5px 0;
  height: 45px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.title:hover {
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
  .title-hide {
    display: none;
  }
}


.pga {
  border-left: 3px solid #952f12;
}

.pga:hover {
  border-left: 3px solid #eb7655;
}

/* update content */
.update-row-2 {
  -webkit-animation: update 0.5s ease-out 12s 1 alternate;
          animation: update 0.5s ease-out 12s 1 alternate;
}

.update1 {
  position: absolute;
  top: 25px;
  display: inline-block;
  opacity: 1;
  -webkit-animation: update1 1s ease-out 12s 1 alternate;
          animation: update1 1s ease-out 12s 1 alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.update2 {
  position: absolute;
  top: 25px;
  display: inline-block;
  opacity: 0;
  -webkit-animation: update2 4s ease-out 13s 1 alternate;
          animation: update2 4s ease-out 13s 1 alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* more content */
tr.more-content td !important {
  position: relative;
  top: 22px;
  font-size: 13px;
  margin: 0;
  padding: 10px 13px;
  display: block;
  height: 50px;
  width: 100%;
  color: rgba(128, 128, 128, 0.9);
}
@media only screen and (max-width: 767px) {
  tr.more-content td !important {
    font-size: 11px;
  }
}

/* small content */
.small {
  color: rgba(102, 102, 102, 0.9);
  font-size: 10px;
  padding: 0 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .small {
    display: none;
  }
}

/* keyframe animations */
@-webkit-keyframes fadeIn {
  from {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    padding: 0;
  }
  to {
    background: rgba(51, 51, 51, 0.1);
    opacity: 1;
    padding: 0 0 65px 0;
  }
}
@keyframes fadeIn {
  from {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    padding: 0;
  }
  to {
    background: rgba(51, 51, 51, 0.1);
    opacity: 1;
    padding: 0 0 65px 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    background: rgba(51, 51, 51, 0.1);
    opacity: 1;
    height: 65px;
  }
  to {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    height: 0;
  }
}
@keyframes fadeOut {
  from {
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
    height: 65px;
  }
  to {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;

    height: 0;
  }
}
@-webkit-keyframes update {
  0% {
    background: rgba(255, 255, 255, 0.1);
  }
  50% {
    background: rgba(255, 255, 255, 0.1);
  }
  100% {
    background: rgba(255, 255, 255, 0.1);
  }
}
@keyframes update {
  0% {
    background: rgba(255, 255, 255, 0.1);
  }

  50% {
    background: rgba(255, 255, 255, 0.1);
  }
  100% {
    background: rgba(255, 255, 255, 0.1);
  }
}
@-webkit-keyframes update1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes update1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes update2 {
  0% {
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
  }
  20% {
    opacity: 1;
    color: #52d29a;
  }
  100% {
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
  }
}
@keyframes update2 {
  0% {
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
  }
  20% {
    opacity: 1;
    color: #52d29a;
  }
  100% {
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
  }
}


.wrapper{
	min-width:100% !important;
}
.cleanslate{
	min-width:100% !important;
}
.row-21 {  padding: 20px 0;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.row-21 {  padding: 20px 0;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.sep1 {	background: ;
	font-weight: normal;
	padding: 5px;
}
.sep1 {  background: ;
  font-weight: normal;
  padding:5px;
}
.txt-l1 {	font-size: 28px;
	font-weight: bold;
}
.txt-l1 {  font-size: 28px;
  font-weight: bold;
}
.txt-top1 {	position: relative;
	text-align: center;
}
.txt-top1 {  position: relative;
  text-align:center;
}
.wrapper1 {

  padding: 0;

  overflow: hidden;
  position: relative;
}
.wrapper1 {
	padding: 0;
	overflow: hidden;
	position: relative;
}
.wrapper1 {	
}
 
 

        .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
            font-family: inherit;
            font-weight: 500;
            line-height: 1.1;
            color: inherit;
        }

            .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
                font-weight: 400;
                line-height: 1;
                color: #777;
            }

        .h1, .h2, .h3, h1, h2, h3 {
            margin-top: 20px;
            margin-bottom: 10px;
        }

            .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
                font-size: 65%;
            }

        .h4, .h5, .h6, h4, h5, h6 {
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
                font-size: 75%;
            }

        .h1, h1 {
            font-size: 36px;
        }

        .h2, h2 {
            font-size: 30px;
        }

        .h3, h3 {
            font-size: 24px;
        }

        .h4, h4 {
            font-size: 18px;
        }

        .h5, h5 {
            font-size: 14px;
        }

        .h6, h6 {
            font-size: 12px;
        }

        p {
            margin: 0 0 10px;
        }

        .lead {
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 300;
            line-height: 1.4;
        }

        @media (min-width:768px) {
            .dl-horizontal dt {
                float: left;
                width: 160px;
                overflow: hidden;
                clear: left;
                text-align: right;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .dl-horizontal dd {
                margin-left: 180px;
            }
        }

        abbr[data-original-title], abbr[title] {
            cursor: help;
            border-bottom: 1px dotted #777;
        }

        .initialism {
            font-size: 90%;
            text-transform: uppercase;
        }

        blockquote {
            padding: 10px 20px;
            margin: 0 0 20px;
            font-size: 17.5px;
            border-left: 5px solid #eee;
        }

        .pre-scrollable {
            max-height: 340px;
            overflow-y: scroll;
        }

        .container2 {
            padding-right: 10%;
            padding-left: 10%;
            margin-right: auto;
            margin-left: auto;
			float: left;
        }

        @media (min-width:768px) {
            .container2 {
                100%;
            }
        }
		
.pricing-button-modulos1 {
font-weight: bold;
margin: auto 3em 2em 3em;
padding: 1em 2em;
color: #ffffff;
border-radius: 30px;
background:#3c85c4;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}

.pricing-button-modulos1:hover {
background-color: #add1e1;
}

.pricing-button-modulos1:focus {
background-color: #add1e1;
}
		
        @media (min-width:992px) {
            .container2 {
                100%;
            }
        }

        @media (min-width:1200px) {
            .container2 {
                width: 100%;
            }
        }

        .container2-fluid {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        .row {
            float: left;
			width: 100%;
        }

        .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-121,.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }

        .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-121, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
            float: left;
        }

        .col-xs-12 {
            width: 100%;
			margin-top: -41px;
        }	
		
		.col-xs-121 {
            width: 100%;
			margin-top: -41px;
        }	

        .col-xs-11 {
            width: 91.66666667%;
        }

        .col-xs-10 {
            width: 83.33333333%;
        }

        .col-xs-9 {
            width: 75%;
        }

        .col-xs-8 {
            width: 66.66666667%;
        }

        .col-xs-7 {
            width: 58.33333333%;
        }

        .col-xs-6 {
            width: 50%;
        }

        .col-xs-5 {
            width: 41.66666667%;
        }

        .col-xs-4 {
            width: 33.33333333%;
        }

        .col-xs-3 {
            width: 25%;
        }

        .col-xs-2 {
            width: 16.66666667%;
        }

        .col-xs-1 {
            width: 8.33333333%;
        }

        .col-xs-pull-12 {
            right: 100%;
        }

        .col-xs-pull-11 {
            right: 91.66666667%;
        }

        .col-xs-pull-10 {
            right: 83.33333333%;
        }

        .col-xs-pull-9 {
            right: 75%;
        }

        .col-xs-pull-8 {
            right: 66.66666667%;
        }

        .col-xs-pull-7 {
            right: 58.33333333%;
        }

        .col-xs-pull-6 {
            right: 50%;
        }

        .col-xs-pull-5 {
            right: 41.66666667%;
        }

        .col-xs-pull-4 {
            right: 33.33333333%;
        }

        .col-xs-pull-3 {
            right: 25%;
        }

        .col-xs-pull-2 {
            right: 16.66666667%;
        }

        .col-xs-pull-1 {
            right: 8.33333333%;
        }

        .col-xs-pull-0 {
            right: auto;
        }

        .col-xs-push-12 {
            left: 100%;
        }

        .col-xs-push-11 {
            left: 91.66666667%;
        }

        .col-xs-push-10 {
            left: 83.33333333%;
        }

        .col-xs-push-9 {
            left: 75%;
        }

        .col-xs-push-8 {
            left: 66.66666667%;
        }

        .col-xs-push-7 {
            left: 58.33333333%;
        }

        .col-xs-push-6 {
            left: 50%;
        }

        .col-xs-push-5 {
            left: 41.66666667%;
        }

        .col-xs-push-4 {
            left: 33.33333333%;
        }

        .col-xs-push-3 {
            left: 25%;
        }

        .col-xs-push-2 {
            left: 16.66666667%;
        }

        .col-xs-push-1 {
            left: 8.33333333%;
        }

        .col-xs-push-0 {
            left: auto;
        }

        .col-xs-offset-12 {
            margin-left: 100%;
        }

        .col-xs-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-xs-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-xs-offset-9 {
            margin-left: 75%;
        }

        .col-xs-offset-8 {
            margin-left: 66.66666667%;
        }


        .col-xs-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-xs-offset-6 {
            margin-left: 50%;
        }

        .col-xs-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-xs-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-xs-offset-3 {
            margin-left: 25%;
        }

        .col-xs-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-xs-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-xs-offset-0 {
            margin-left: 0;
        }

        @media (min-width:768px) {
            .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
                float: left;
            }

            .col-sm-12 {
                width: 100%;
            }

            .col-sm-11 {
                width: 91.66666667%;
            }

            .col-sm-10 {
                width: 83.33333333%;
            }

            .col-sm-9 {
                width: 75%;
            }

            .col-sm-8 {
                width: 66.66666667%;
            }

            .col-sm-7 {
                width: 58.33333333%;
            }

            .col-sm-6 {
                width: 50%;
            }

            .col-sm-5 {
                width: 41.66666667%;
            }

            .col-sm-4 {
                width: 33.33333333%;
            }

            .col-sm-3 {
                width: 25%;
            }

            .col-sm-2 {
                width: 16.66666667%;
            }

            .col-sm-1 {
                width: 8.33333333%;
            }

            .col-sm-pull-12 {
                right: 100%;
            }

            .col-sm-pull-11 {
                right: 91.66666667%;
            }

            .col-sm-pull-10 {
                right: 83.33333333%;
            }

            .col-sm-pull-9 {
                right: 75%;
            }

            .col-sm-pull-8 {
                right: 66.66666667%;
            }

            .col-sm-pull-7 {
                right: 58.33333333%;
            }

            .col-sm-pull-6 {
                right: 50%;
            }

            .col-sm-pull-5 {
                right: 41.66666667%;
            }

            .col-sm-pull-4 {
                right: 33.33333333%;
            }

            .col-sm-pull-3 {
                right: 25%;
            }

            .col-sm-pull-2 {
                right: 16.66666667%;
            }

            .col-sm-pull-1 {
                right: 8.33333333%;
            }

            .col-sm-pull-0 {
                right: auto;
            }

            .col-sm-push-12 {
                left: 100%;
            }

            .col-sm-push-11 {
                left: 91.66666667%;
            }

            .col-sm-push-10 {
                left: 83.33333333%;
            }

            .col-sm-push-9 {
                left: 75%;
            }

            .col-sm-push-8 {
                left: 66.66666667%;
            }

            .col-sm-push-7 {
                left: 58.33333333%;
            }

            .col-sm-push-6 {
                left: 50%;
            }

            .col-sm-push-5 {
                left: 41.66666667%;
            }

            .col-sm-push-4 {
                left: 33.33333333%;
            }

            .col-sm-push-3 {
                left: 25%;
            }

            .col-sm-push-2 {
                left: 16.66666667%;
            }

            .col-sm-push-1 {
                left: 8.33333333%;
            }

            .col-sm-push-0 {
                left: auto;
            }

            .col-sm-offset-12 {
                margin-left: 100%;
            }

            .col-sm-offset-11 {
                margin-left: 91.66666667%;
            }

            .col-sm-offset-10 {
                margin-left: 83.33333333%;
            }

            .col-sm-offset-9 {
                margin-left: 75%;
            }

            .col-sm-offset-8 {
                margin-left: 66.66666667%;
            }

            .col-sm-offset-7 {
                margin-left: 58.33333333%;
            }

            .col-sm-offset-6 {
                margin-left: 50%;
            }

            .col-sm-offset-5 {
                margin-left: 41.66666667%;
            }

            .col-sm-offset-4 {
                margin-left: 33.33333333%;
            }

            .col-sm-offset-3 {
                margin-left: 25%;
            }

            .col-sm-offset-2 {
                margin-left: 16.66666667%;
            }

            .col-sm-offset-1 {
                margin-left: 8.33333333%;
            }

            .col-sm-offset-0 {
                margin-left: 0;
            }
        }

        @media (min-width:992px) {
            .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
                float: left;
            }

            .col-md-12 {
                width: 100%;
            }

            .col-md-11 {
                width: 91.66666667%;
            }

            .col-md-10 {
                width: 83.33333333%;
            }

            .col-md-9 {
                width: 75%;
            }

            .col-md-8 {
                width: 66.66666667%;
            }

            .col-md-7 {
                width: 58.33333333%;
            }

            .col-md-6 {
                width: 50%;
            }

            .col-md-5 {
                width: 45%;
            }

            .col-md-4 {
                width: 33.33333333%;
            }

            .col-md-3 {
                width: 30%;
            }

            .col-md-2 {
                width: 16.66666667%;
            }

            .col-md-1 {
                width: 8.33333333%;
            }

            .col-md-pull-12 {
                right: 100%;
            }

            .col-md-pull-11 {
                right: 91.66666667%;
            }

            .col-md-pull-10 {
                right: 83.33333333%;
            }

            .col-md-pull-9 {
                right: 75%;
            }

            .col-md-pull-8 {
                right: 66.66666667%;
            }

            .col-md-pull-7 {
                right: 58.33333333%;
            }

            .col-md-pull-6 {
                right: 50%;
            }

            .col-md-pull-5 {
                right: 41.66666667%;
            }

            .col-md-pull-4 {
                right: 33.33333333%;
            }

            .col-md-pull-3 {
                right: 25%;
            }

            .col-md-pull-2 {
                right: 16.66666667%;
            }

            .col-md-pull-1 {
                right: 8.33333333%;
            }

            .col-md-pull-0 {
                right: auto;
            }

            .col-md-push-12 {
                left: 100%;
            }

            .col-md-push-11 {
                left: 91.66666667%;
            }

            .col-md-push-10 {
                left: 83.33333333%;
            }

            .col-md-push-9 {
                left: 75%;
            }

            .col-md-push-8 {
                left: 66.66666667%;
            }

            .col-md-push-7 {
                left: 58.33333333%;
            }

            .col-md-push-6 {
                left: 50%;
            }

            .col-md-push-5 {
                left: 41.66666667%;
            }

            .col-md-push-4 {
                left: 33.33333333%;
            }

            .col-md-push-3 {
                left: 25%;
            }

            .col-md-push-2 {
                left: 16.66666667%;
            }

            .col-md-push-1 {
                left: 8.33333333%;
            }

            .col-md-push-0 {
                left: auto;
            }

            .col-md-offset-12 {
                margin-left: 100%;
            }

            .col-md-offset-11 {
                margin-left: 91.66666667%;
            }

            .col-md-offset-10 {
                margin-left: 83.33333333%;
            }

            .col-md-offset-9 {
                margin-left: 75%;
            }

            .col-md-offset-8 {
                margin-left: 66.66666667%;
            }

            .col-md-offset-7 {
                margin-left: 58.33333333%;
            }

            .col-md-offset-6 {
                margin-left: 50%;
            }

            .col-md-offset-5 {
                margin-left: 41.66666667%;
            }

            .col-md-offset-4 {
                margin-left: 33.33333333%;
            }

            .col-md-offset-3 {
                margin-left: 25%;
            }

            .col-md-offset-2 {
                margin-left: 0%;
            }

            .col-md-offset-1 {
                margin-left: 8.33333333%;
            }

            .col-md-offset-0 {
                margin-left: 0;
            }
        }

.inputGroup {
	background-color: #fff;
	display: block;
	position: relative;
}
.inputGroup label {
	padding: 15px 40px;
	width: 100%;
	display: block;
	text-align: left;
	color: #3c454c;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: color 200ms ease-in;
	overflow: hidden;
	box-sizing: border-box;
}
.inputGroup label:before {
	width: 100px;
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #21c1a5;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.branco label:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #fff !important;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.inputGroup label:after {
	width: 25px;
	height: 25px;
	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: -1px 0px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
	color: #fff;
}
.branco input:checked ~ label {
	color: #333;
}
.inputGroup input:checked ~ label:before {
	-webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}
.inputGroup input:checked ~ label:after {
	background-color: #54e0c7;
	border-color: #54e0c7;
}
.inputGroup input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
.form {
	padding: 0 16px;
	max-width: 550px;
	margin: 50px auto;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
}
.flickity-prev-next-button.next {
	right: -25px;
}
.flickity-prev-next-button.previous {
	left: -25px;
}
.flickity-prev-next-button .arrow {
	fill: #ee3143;
}
article {
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
	font-size: 12px !important;
	padding: 14px;
}
table {
	border-collapse: collapse;
	font-size: 14px !important;
}
th {
}
td, th {
	height: 0px;
}
td, th {
	border: 1px solid #ddd;
	empty-cells: show;
}
td, th {
	text-align: left;
}
td + td, th + th {
	text-align: center;
}
td.default {
	display: table-cell;
}
.bg-purple {
	border-top: 3px solid rgba(105, 106, 175, 0.99);
}
.bg-yellow {
	border-top: 3px solid #e5c377;
}
.sep {
	background: #f5f5f5;
	font-weight: normal;
	padding: 5px;
}
.sep-2 {
	background: #f5f5f5;
	font-weight: normal;
}
.txt-l {
	font-size: 28px;
	font-weight: bold;
}
.txt-top {
	position: relative;
	text-align: center;
}
.tick {
	font-size: 18px;
	color: #2ca01c;
}
.hide {
	border: 0;
	background: none;
}
 @media (max-width: 800px) {
td, th {
	display: table-cell !important;
}
td, th {
/*width: 270px;*/
}
td + td, th + th {
	width: auto;
}
table {
	display: block;
}
}
.collapse {
	display: none;
}
body {
	-webkit-font-smoothing: antialiased;
}
section {
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.pricing-action {
	font-weight: bold;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #696aaf;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	border: none;
}
.pricing-action:hover, .pricing-action:focus {
	background-color: #505187;
}
.pricing-action-premium {
	font-weight: bold;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #e5c377;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	border: none;
}
.pricing-action-premium:hover, .pricing-action-premium:focus {
	background-color: #b59855;
}
button {
	-webkit-appearance: button;
}

        * {
            margin: 0;
            padding: 0;
        }

        .floatleft {
            float: left;
        }

        .floatright {
            float: right;
        }

        .alignleft {
            float: left;
            margin-right: 15px;
        }

        .alignright {
            float: right;
            margin-left: 15px;
        }

        .aligncenter {
            display: block;
            margin: 0 auto 15px;
        }

        a:focus {
            outline: 0px solid;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0 0 15px;
            font-weight: 700;
            font-family: 'Open Sans', sans-serif;
        }

       

        ul {
            margin: 0;
        }

            ol li,
            ul li {
                list-style: outside none none;
            }

        img {
            height: auto;
            max-width: 100%;
        }

        .table {
            display: table;
            z-index: 9;
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .table_cell {
            display: table-cell;
            vertical-align: middle !important;
        }

        .margin_top_30 {
            margin-top: 30px;
        }

        .section_padding_150 {
            padding: 150px 0;
        }

        .section_padding_100 {
            padding: 0 1% 7% 1%;
        }

        .section_padding_100_0 {
            padding: 100px 0 0 0;
        }

        .section_padding_0_100 {
            padding: 0 0 100px 0;
        }

        .section_padding_100_50 {
            padding-top: 100px;
            padding-bottom: 50px;
        }

        .section_padding_100_70 {
            float: left;
			width: 100%;
        }

        .section_padding_200 {
            padding: 200px 0;
        }

        .section_heading {
            position: relative;
            z-index: 1;
            text-align: center;
        }

            .section_heading > h3 {
                color: #696aaf;
                margin-bottom: 0;
            }

            .section_heading > p {
                margin-bottom: 5px;
            }

            .section_heading.text-left {
                text-align: left !important;
            }

        .font-poiret-one {
            font-family: 'Poiret One', cursive !important;
        }

        /* 6.0 Top Feature Area CSS */
        .special_feature_area {
            text-align: center;
            float: left;
        }

        .single_feature {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            padding: 30px 15px;
            background-color: #fff;
            position: relative;
            z-index: 1;
            min-height: 300px;
        }

            .single_feature:after {
                background-color: #e5c377;
                bottom: 0;
                content: "";
                height: 5px;
                left: 0;
                position: absolute;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                width: 100%;
                z-index: 5;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

            }

            .single_feature:hover:after,
            .single_feature.active:after {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            }

            .single_feature:hover,
            .single_feature.active {
                box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
            }

            .single_feature .feature_img {
                margin: 5px auto 20px;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
            }

        .feature_img i {
            font-size: 40px;
            text-align: center;
            color: #2c3e50;
        }

        .single_feature:hover .feature_img i,
        .single_feature.active .feature_img i {
            color: #e5c377;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

        .single_feature .feature_text h4 {
            color: #2c3e50;
            font-size: 18px;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            font-weight: bold;
        }

        .single_feature:hover .feature_text h4,
        .single_feature.active .feature_text h4 {
            color: #e5c377;
        }

        .single_feature .feature_text p {
            margin: 0;
        }

        /* Why Choose Us Area CSS */
        .single_choose_us {
            margin-bottom: 30px;
            position: relative;
            text-align: left;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

            .single_choose_us > h3 {
                color: #696aaf;
                font-weight: 600;
                margin-bottom: 10px;
                font-weight: bold;
            }

        .choose_us_icon {
            background-color: #34495e;
            border-radius: 50%;
            color: #fff;
            height: 70px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 2px;
            width: 70px;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

            .choose_us_icon > i {
                font-size: 30px;
                line-height: 70px;
            }

        .single_choose_us:hover .choose_us_icon {
            background-color: #ff9800;
        }

        .why_choose_us_text_area.second_area .single_choose_us {
            padding-right: 0;
        }

        .why_choose_us_text_area.second_area .choose_us_icon {
            right: auto;
            left: 0;
            top: 2px;
        }

        .why_choose_us_text_area.second_area .single_choose_us {
            text-align: left;
        }

        .why_choose_us_image {
            padding-top: 15px;
        }

        /* Classic Version Area CSS */
        .classic_version .single_slide:before {
            background-color: rgba(0, 0, 0, 0);
        }

        .classic_version .mainmenu ul#nav li a,
        .classic_version .single_slide .slide_text h3 {
            color: #34495e;
        }

        .classic_version .single_slide .slide_text h2 {
            color: #f39c12;
        }

        .box {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        :after, :before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .pricing-button {
            font-weight: bold;
            margin: auto 3em 2em 3em;
            padding: 1em 2em;
            color: #fff;
            border-radius: 30px;
            background: #ee3143;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .pricing-button:hover {
                background-color: #a02832;
            }

            .pricing-button:focus {
                background-color: #a02832;
            }
			

        .pricing-button-modulos {
            font-weight: bold;
            margin: auto 3em 2em 3em;
            padding: 1em 2em;
            color: #696aaf;
            border-radius: 30px;
            background: #ffffff;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .pricing-button-modulos:hover {
                background-color: #d6d6ec;
            }

            .pricing-button-modulos:focus {
                background-color: #d6d6ec;
            }

        .pricing-action-button {
            border: none;
            -webkit-font-smoothing: antialiased;
        }

        button {
            -webkit-appearance: button;
        }

/* wrapper */
.wrapper {

  width: 100%;
  max-width: 1000px;
  margin: 20px auto 20px auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
}

/* lists */
.row-2 tr {
  margin: 0;
  padding: 0;
}

.row-2 tr td {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  list-style: none;
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .row-2 tr td {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .row-2 tr td {
    font-size: 13px;
  }
}

.title tr td {
  padding: 15px 13px;
}

.row-2 tr td {
  padding: 5px 10px;
}

/* row-2s */
.row-2 {
  padding: 20px 0;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.row-2:hover {


}
@media only screen and (max-width: 767px) {
  .row-2:hover {

  }
}
@media only screen and (max-width: 359px) {
  .row-2:hover {

  }
}

.title {
  padding: 25px 0 5px 0;
  height: 45px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.title:hover {
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
  .title-hide {
    display: none;
  }
}


.pga {
  border-left: 3px solid #952f12;
}

.pga:hover {
  border-left: 3px solid #eb7655;
}

/* update content */
.update-row-2 {
  -webkit-animation: update 0.5s ease-out 12s 1 alternate;
          animation: update 0.5s ease-out 12s 1 alternate;
}

.update1 {
  position: absolute;
  top: 25px;
  display: inline-block;
  opacity: 1;
  -webkit-animation: update1 1s ease-out 12s 1 alternate;
          animation: update1 1s ease-out 12s 1 alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.update2 {
  position: absolute;
  top: 25px;
  display: inline-block;
  opacity: 0;
  -webkit-animation: update2 4s ease-out 13s 1 alternate;
          animation: update2 4s ease-out 13s 1 alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* more content */
tr.more-content td !important {
  position: relative;
  top: 22px;
  font-size: 13px;
  margin: 0;
  padding: 10px 13px;
  display: block;
  height: 50px;
  width: 100%;
  color: rgba(128, 128, 128, 0.9);
}
@media only screen and (max-width: 767px) {
  tr.more-content td !important {
    font-size: 11px;
  }
}

/* small content */
.small {
  color: rgba(102, 102, 102, 0.9);
  font-size: 10px;
  padding: 0 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .small {
    display: none;
  }
}

/* keyframe animations */
@-webkit-keyframes fadeIn {
  from {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    padding: 0;
  }
  to {
    background: rgba(51, 51, 51, 0.1);
    opacity: 1;
    padding: 0 0 65px 0;
  }
}
@keyframes fadeIn {
  from {
    background: rgba(255, 255, 255, 0.1);

    opacity: 0;
    padding: 0;
  }
  to {
    background: rgba(51, 51, 51, 0.1);
    opacity: 1;
    padding: 0 0 65px 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    background: rgba(51, 51, 51, 0.1);
    opacity: 1;
    height: 65px;
  }
  to {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    height: 0;
  }
}
@keyframes fadeOut {
  from {
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
    height: 65px;
  }
  to {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;

    height: 0;
  }
}
@-webkit-keyframes update {
  0% {
    background: rgba(255, 255, 255, 0.1);
  }
  50% {
    background: rgba(255, 255, 255, 0.1);
  }
  100% {
    background: rgba(255, 255, 255, 0.1);
  }
}
@keyframes update {
  0% {
    background: rgba(255, 255, 255, 0.1);
  }

  50% {
    background: rgba(255, 255, 255, 0.1);
  }
  100% {
    background: rgba(255, 255, 255, 0.1);
  }
}
@-webkit-keyframes update1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes update1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes update2 {
  0% {
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
  }
  20% {
    opacity: 1;
    color: #52d29a;
  }
  100% {
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
  }
}
@keyframes update2 {
  0% {
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
  }
  20% {
    opacity: 1;
    color: #52d29a;
  }
  100% {
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
  }
}

      