@import url("https://fonts.googleapis.com/css?family=Bitter:400,700|Montserrat:300,400,500,700,900");
html {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: #1a1a46;
}

::-webkit-scrollbar-thumb {
  background: #2abcb1;
  -webkit-box-shadow: none;
}

h1, h2, h3, h4, label, li, a, input, span {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h1 span {
  font-weight: 700;
}

a, p, span, div, li, section, input, label, textarea, select {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

a.anomaly, p.anomaly, span.anomaly, div.anomaly, li.anomaly, section.anomaly, input.anomaly, label.anomaly, textarea.anomaly, select.anomaly {
  font-family: 'Bitter', serif;
}

div.stamina {
  width: 100%;
  height: 100px;
  background: #000;
  float: left;
  position: relative;
}

div.stamina div.wrapper {
  width: 1122px;
  float: left;
  position: relative;
  left: calc(50% - 561px);
  text-align: center;
}

div.stamina div.wrapper h2 {
  text-align: center;
  color: #fff;
  line-height: 100px;
}

div.stamina div.wrapper h2 span {
  display: inline-block;
  margin-right: 20px;
  font-size: 15pt;
  color: #06eccb;
}

div.stamina div.wrapper h2 span em {
  color: #06eccb;
}

div.stamina div.wrapper h2 img {
  width: 200px;
  margin-bottom: -10px;
  display: inline-block;
}

div.stamina div.novosite {
  -webkit-transition: all 3s ease !important;
  transition: all 3s ease !important;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  background: #06eccb;
  color: #000;
  line-height: 6px;
  font-size: 9pt;
  text-align: right;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

div.stamina div.novosite span {
  display: block;
  float: right;
  opacity: 0;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

div.stamina div.novosite span.on {
  opacity: 1;
  margin-top: -12px;
  color: #fff;
}

div.stamina div.novosite.on {
  width: calc(77% - 20px);
  padding-right: 20px;
}

div#general {
  width: 100%;
  float: left;
}

div#general img.dna1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 3s ease !important;
  transition: all 3s ease !important;
}

div#general img.dna1.on {
  opacity: 1;
  -webkit-transition: all 3s ease !important;
  transition: all 3s ease !important;
}

div#general span.dots {
  display: block;
  position: absolute;
  z-index: 20;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

div#general span.dots.dt1 {
  width: 15px;
  height: 15px;
  background: #44c58c;
  right: -15px;
  top: 100px;
  opacity: 0;
}

div#general span.dots.dt1.on {
  opacity: 1;
  right: 109px;
}

div#general span.dots.dt2 {
  width: 15px;
  height: 15px;
  background: #44c58c;
  right: -15px;
  top: 189px;
  opacity: 0;
}

div#general span.dots.dt2.on {
  opacity: 1;
  right: 97px;
}

div#general span.dots.dt3 {
  width: 12px;
  height: 12px;
  background: #44c58c;
  right: -12px;
  top: 295px;
  opacity: 0;
}

div#general span.dots.dt3.on {
  opacity: 1;
  right: 54px;
}

div#general span.dots.dt4 {
  width: 29px;
  height: 29px;
  background: #2fc3a1;
  right: -29px;
  top: 281px;
  opacity: 0;
}

div#general span.dots.dt4.on {
  opacity: 1;
  right: 181px;
}

div#general span.dots.dt5 {
  width: 11px;
  height: 11px;
  background: #46c58a;
  right: -11px;
  top: 231px;
  opacity: 0;
}

div#general span.dots.dt5.on {
  opacity: 1;
  right: 105px;
}

div#general span.dots.dt6 {
  width: 19px;
  height: 19px;
  background: #3cc593;
  right: -19px;
  top: 399px;
  opacity: 0;
}

div#general span.dots.dt6.on {
  opacity: 1;
  right: 137px;
}

div#general span.dots.dt7 {
  width: 15px;
  height: 15px;
  background: #3cc593;
  right: -15px;
  top: 553px;
  opacity: 0;
}

div#general span.dots.dt7.on {
  opacity: 1;
  right: 164px;
}

div#general span.dots.dt8 {
  width: 25px;
  height: 25px;
  background: #25b9ba;
  right: -25px;
  top: 554px;
  opacity: 0;
}

div#general span.dots.dt8.on {
  opacity: 1;
  right: 329px;
}

div#general span.dots.dt9 {
  width: 25px;
  height: 25px;
  background: #25b9ba;
  right: -25px;
  top: 419px;
  opacity: 0;
}

div#general span.dots.dt9.on {
  opacity: 1;
  right: 312px;
}

div#general span.dots.dt10 {
  width: 19px;
  height: 19px;
  background: #34aac3;
  right: -19px;
  top: 567px;
  opacity: 0;
}

div#general span.dots.dt10.on {
  opacity: 1;
  right: 434px;
}

div#general span.dots.dt11 {
  width: 19px;
  height: 19px;
  background: #31adc2;
  right: -19px;
  top: 637px;
  opacity: 0;
}

div#general span.dots.dt11.on {
  opacity: 1;
  right: 420px;
}

div#general span.dots.dt12 {
  width: 14px;
  height: 14px;
  background: #5d8eca;
  right: -14px;
  top: 629px;
  opacity: 0;
}

div#general span.dots.dt12.on {
  opacity: 1;
  right: 575px;
}

div#general span.dots.dt13 {
  width: 14px;
  height: 14px;
  background: #5096c9;
  right: -14px;
  top: 685px;
  opacity: 0;
}

div#general span.dots.dt13.on {
  opacity: 1;
  right: 534px;
}

div#general span.dots.dt14 {
  width: 14px;
  height: 14px;
  background: #5692ca;
  right: -14px;
  top: 797px;
  opacity: 0;
}

div#general span.dots.dt14.on {
  opacity: 1;
  right: 554px;
}

div#general span.dots.dt15 {
  width: 10px;
  height: 10px;
  background: #33abc2;
  right: -10px;
  top: 348px;
  opacity: 0;
}

div#general span.dots.dt15.on {
  opacity: 1;
  right: 434px;
}

div#general span.dots.dt16 {
  width: 14px;
  height: 14px;
  background: #5692ca;
  right: -14px;
  top: 885px;
  opacity: 0;
}

div#general span.dots.dt16.on {
  opacity: 1;
  right: 542px;
}

div#general span.dots.dt17 {
  width: 12px;
  height: 12px;
  background: #6d83cc;
  right: -12px;
  top: 810px;
  opacity: 0;
}

div#general span.dots.dt17.on {
  opacity: 1;
  right: 628px;
}

div#general div.wrapper {
  width: 1122px;
  float: left;
  position: relative;
  left: calc(50% - 561px);
}

div#general header {
  width: 100%;
  height: 153px;
  position: fixed;
  background: transparent;
  top: -155px;
  z-index: 21;
}

div#general header.on {
  top: 100px;
  -webkit-transition: all 1s ease !important;
  transition: all 1s ease !important;
}

div#general header a.logo {
  float: left;
  display: block;
  margin-top: 74px;
}

div#general header a.logo img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

div#general header nav {
  float: right;
  margin-top: 85px;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

div#general header nav li {
  float: left;
  margin-left: 30px;
}

div#general header nav li a {
  font-size: 11pt;
  font-weight: 500;
  color: #28bbb3;
  display: block;
  height: 43px;
  line-height: 43px;
  border: 1px solid transparent;
}

div#general header nav li a:hover {
  color: #86c553;
}

div#general header nav li a.bt {
  border: 1px solid #24bbb7;
  padding: 0 20px;
  color: #fff;
  background: url(../images/bgbt.png) no-repeat center 0;
}

div#general header nav li a.bt:hover {
  color: #3c3c7b;
  border-color: #24bbb7;
  background: url(../images/bgbt.png) no-repeat center -43px;
}

div#general header.roll {
  top: 0;
  height: 90px;
  background: #3c3c7b;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

div#general header.roll nav {
  margin-top: 22px;
}

div#general header.roll a.logo {
  margin-top: 8px;
}

div#general header.roll a.logo img {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

div#general main {
  width: 100%;
  float: left;
}

div#general main section {
  width: 100%;
  float: left;
}

div#general main section#home {
  height: 1850px;
  background: url(../images/bg-highlight.jpg) no-repeat center top;
  background-size: cover;
}

div#general main section#home div.begin {
  float: left;
  width: 100%;
}

div#general main section#home h1 {
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 550px);
  color: #fff;
  font-size: 40pt;
  text-transform: uppercase;
}

div#general main section#home h1 span {
  display: block;
  opacity: 0;
  font-weight: 300;
  line-height: 48pt;
  -webkit-transition: all 1s ease !important;
  transition: all 1s ease !important;
}

div#general main section#home h1 span.fr1 {
  margin-left: 100px;
}

div#general main section#home h1 span.fr2 {
  margin-left: 150px;
}

div#general main section#home h1 span.on {
  margin-left: 0;
  opacity: 1;
  -webkit-transition: all 1s ease !important;
  transition: all 1s ease !important;
}

div#general main section#home h1 strong {
  color: #2abcb1;
  font-weight: 500;
}

div#general main section#home span.down {
  display: block;
  width: 32px;
  height: 14px;
  position: absolute;
  bottom: 60px;
  z-index: 19;
  background: url(../images/seta.png) no-repeat center bottom;
  left: calc(50% - 16px);
}

div#general main section#home #slider {
  float: left;
  width: 100%;
}

div#general main section#home #slider h2 {
  width: 100%;
  float: left;
  margin: 130px 0 60px;
  color: #26bbb5;
  font-weight: 300;
  font-size: 29pt;
  line-height: 34pt;
  text-transform: uppercase;
  text-align: center;
}

div#general main section#home #slider div.slide {
  width: 840px;
  height: 500px;
  float: left;
  position: relative;
  left: calc(50% - 420px);
  background: url(../images/bg-slider.png) no-repeat center center;
}

div#general main section#home #slider div.slide .owl-prev {
  width: 30px;
  height: 60px;
  background: url(../images/left.png) no-repeat left center;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  font-size: 0;
}

div#general main section#home #slider div.slide .owl-next {
  width: 30px;
  height: 60px;
  background: url(../images/right.png) no-repeat right center;
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
  font-size: 0;
}

div#general main section#home #slider div.slide div.item {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#general main section#home #slider div.slide div.item p {
  text-align: center;
  padding: 0 100px;
  color: #fff;
  font-weight: 300;
  font-size: 22pt;
  line-height: 26pt;
}

div#general main section#home #slider div.slide div.item p span {
  display: inline-block;
  width: 100%;
  color: #64c570;
  font-size: 17pt;
  font-weight: lighter;
  margin-top: 13px;
}

div#general main section#somos {
  padding: 80px 0 120px;
}

div#general main section#somos h2 {
  font-size: 24pt;
  font-weight: 400;
  text-transform: uppercase;
  color: #3c3c7b;
  text-align: center;
  width: 100%;
  float: left;
}

div#general main section#somos .anomaly {
  padding: 40px 145px;
  float: left;
  text-align: center;
  color: #4d4d4d;
  line-height: 22pt;
  font-size: 13pt;
}

div#general main section#somos p {
  padding: 0 200px;
  text-align: center;
  color: #5d5d5d;
  font-size: 10pt;
  line-height: 20pt;
}

div#general main section#grafs {
  padding: 0 0 120px;
  background: url(../images/line.png) no-repeat center 193px;
}

div#general main section#grafs h2 {
  font-size: 24pt;
  font-weight: 400;
  text-transform: uppercase;
  color: #3c3c7b;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 90px;
}

div#general main section#grafs ul li {
  width: 196px;
  float: left;
}

div#general main section#grafs ul li div {
  width: 178px;
  height: 178px;
  float: left;
  overflow: hidden;
  background-color: #3c3c7b;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center center;
}

div#general main section#grafs ul li p {
  text-align: center;
  font-size: 11pt;
  line-height: 17pt;
  margin-top: 24px;
  float: left;
}

div#general main section#grafs ul li p strong {
  font-size: 13pt;
  color: #64c570;
  display: block;
}

div#general main section#grafs ul li:nth-child(1) {
  margin-left: 0;
  margin-top: 80px;
}

div#general main section#grafs ul li:nth-child(1) div {
  background-image: url(../images/sm2.png);
}

div#general main section#grafs ul li:nth-child(2) {
  margin-left: 28px;
  margin-top: 24px;
}

div#general main section#grafs ul li:nth-child(2) div {
  background-image: url(../images/sm1.png);
}

div#general main section#grafs ul li:nth-child(3) {
  margin-left: 35px;
  margin-top: 59px;
}

div#general main section#grafs ul li:nth-child(3) div {
  background-image: url(../images/sm3.png);
}

div#general main section#grafs ul li:nth-child(4) {
  margin-left: 31px;
}

div#general main section#grafs ul li:nth-child(4) div {
  background-image: url(../images/sm5.png);
}

div#general main section#grafs ul li:nth-child(5) {
  margin-left: 41px;
  margin-top: 94px;
}

div#general main section#grafs ul li:nth-child(5) div {
  background-image: url(../images/sm4.png);
}

div#general main section#alcancar {
  height: 460px;
  background: url(../images/bg-cell.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

div#general main section#alcancar img.cell {
  position: absolute;
  left: 0;
  margin-top: -43px;
  margin-left: -196px;
}

div#general main section#alcancar div.txt {
  float: left;
  margin-left: 526px;
  margin-top: 55px;
}

div#general main section#alcancar div.txt h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24pt;
  line-height: 30pt;
  font-weight: 400;
}

div#general main section#alcancar div.txt p {
  color: #fff;
  font-size: 11pt;
  line-height: 17pt;
  line-height: 19pt;
  margin-top: 30px;
}

div#general main section#tipos {
  padding: 200px 0 120px;
  background-color: #3c3c7b;
  background-image: url(../images/bg-item1.jpg);
  background-repeat: no-repeat;
  background-position: center 380px;
}

div#general main section#tipos h2 {
  font-size: 24pt;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
}

div#general main section#tipos p.sub {
  padding: 40px 145px;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 22pt;
  font-size: 13pt;
  font-weight: 100;
}

div#general main section#tipos ul.tabs {
  width: 100%;
  float: left;
  margin-top: 60px;
  border-bottom: 1px solid #5555ca;
}

div#general main section#tipos ul.tabs li {
  width: calc(33.3% - 1px);
  height: 60px;
  line-height: 60px;
  float: left;
  border-right: 1px solid #5555ca;
  text-align: center;
  color: #64c570;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11pt;
  position: relative;
  cursor: pointer;
}

div#general main section#tipos ul.tabs li span {
  position: absolute;
  top: 60px;
  left: calc(50% - 7.5px);
  width: 15px;
  display: inline-block;
  height: 0;
  background: url(../images/bullet.png) no-repeat center top;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

div#general main section#tipos ul.tabs li:nth-child(3) {
  border-right: 0;
}

div#general main section#tipos ul.tabs li.active {
  color: #fff;
}

div#general main section#tipos ul.tabs li.active span {
  height: 13px;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

div#general main section#tipos div.content {
  width: 100%;
  float: left;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

div#general main section#tipos div.content div.cont {
  height: 400px;
  float: left;
  display: none;
}

div#general main section#tipos div.content div.cont p {
  width: calc(55% - 60px);
  padding-right: 60px;
  float: right;
  text-align: left;
  color: #fff;
  font-size: 11pt;
  font-weight: lighter;
  line-height: 18pt;
}

div#general main section#tipos div.content div.cont p span {
  color: #64c570;
}

div#general main section#quote {
  min-height: 600px;
  padding: 200px 0 0px;
  background: #3c3c7b url(../images/bg-dna.jpg) no-repeat center 50px;
}

div#general main section#quote p {
  color: #fff;
  text-align: center;
  font-size: 17pt;
  line-height: 23pt;
  font-weight: 300;
  margin-top: 65px;
}

div#general main section#quote p span {
  font-size: 10pt;
  line-height: 13pt !important;
  color: #64c570;
  display: block;
}

div#general main section#quote p span strong {
  font-size: 14pt;
  display: block;
  margin-bottom: 15px;
}

div#general main section#transforme {
  height: 460px;
  text-align: center;
  background: url(../images/bg-green.jpg) no-repeat center center;
}

div#general main section#transforme h2 {
  color: #fff;
  font-size: 28pt;
  text-transform: uppercase;
  line-height: 36pt;
  text-align: center;
  margin-top: 120px;
  font-weight: lighter;
}

div#general main section#transforme a {
  display: inline-block;
  border: 1px solid #fff;
  width: 210px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  text-transform: uppercase;
  font-size: 11pt;
  font-weight: 300;
  color: #fff;
  margin-top: 40px;
  padding-right: 30px;
  background: transparent url(../images/seta-right.png) no-repeat right top;
}

div#general main section#transforme a:hover {
  border: 1px solid #3c3c7b;
  color: #3c3c7b;
  background: transparent url(../images/seta-right.png) no-repeat right -58px;
}

div#general main section#juntos {
  padding: 120px 0;
  background: #fff;
}

div#general main section#juntos h2 {
  color: #3c3c7b;
  font-size: 40pt;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

div#general main section#juntos p {
  text-align: center;
  font-size: 13pt;
  line-height: 18pt;
  color: #4d4d4d;
  padding: 50px 0 120px;
}

div#general main section#juntos ul {
  width: 100%;
  text-align: center;
}

div#general main section#juntos ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: 0 30px;
}

div#general ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

div#general ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

div#general :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

div#general :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

div#general footer {
  width: 100%;
  float: left;
  position: relative;
}

div#general footer section {
  width: 100%;
  float: left;
}

div#general footer section#contato {
  background: #2abcb1;
  padding: 120px 0;
}

div#general footer section#contato h2 {
  color: #fff;
  font-size: 40pt;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

div#general footer section#contato form {
  margin-top: 60px;
  text-align: center;
}

div#general footer section#contato .wpcf7-not-valid-tip, div#general footer section#contato .screen-reader-response {
  display: none !important;
}

div#general footer section#contato .wpcf7-mail-sent-ok {
  border: 1px solid #16f4e3;
  padding: 0 5px;
  background: transparent;
  height: 50px;
  margin: 20px 0 20px;
  width: calc(100% - 12px);
  display: inline-block;
  text-align: center;
  font-size: 12pt;
  color: #16f4e3;
  line-height: 50px;
}

div#general footer section#contato .wpcf7-validation-errors,
div#general footer section#contato .wpcf7-mail-sent-ng {
  padding: 0 5px;
  border: 1px solid #3c3c7b;
  background: transparent;
  height: 50px;
  margin: 20px 0 20px;
  width: calc(100% - 12px);
  display: inline-block;
  text-align: center;
  font-size: 12pt;
  color: #3c3c7b;
  line-height: 50px;
}

div#general footer section#contato input[type=text],
div#general footer section#contato input[type=email],
div#general footer section#contato input[type=tel] {
  width: calc(94% - 2px);
  height: 40px;
  padding: 0 3%;
  float: left;
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  font-size: 14pt;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

div#general footer section#contato input[type=text].wpcf7-not-valid,
div#general footer section#contato input[type=email].wpcf7-not-valid,
div#general footer section#contato input[type=tel].wpcf7-not-valid {
  border-bottom: 1px solid #3c3c7b;
}

div#general footer section#contato textarea {
  width: calc(94% - 2px);
  height: 120px;
  padding: 10px 3%;
  float: left;
  color: #fff;
  border: 1px solid transparent;
  background: transparent;
  border-bottom: 1px solid #fff;
  font-size: 14pt;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

div#general footer section#contato textarea.wpcf7-not-valid {
  border-bottom: 1px solid #3c3c7b;
}

div#general footer section#contato input[type=submit] {
  display: inline-block;
  border: 1px solid #fff;
  width: 250px;
  height: 58px;
  text-align: center;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 11pt;
  font-weight: 300;
  color: #fff;
  margin-top: 40px;
  padding-right: 30px;
  cursor: pointer;
  background: transparent url(../images/seta-right.png) no-repeat right top;
}

div#general footer section#contato input[type=submit]:hover {
  border: 1px solid #3c3c7b;
  color: #3c3c7b;
  background: transparent url(../images/seta-right.png) no-repeat right -58px;
}

div#general footer section#footer {
  background: #fff;
  padding: 40px 0;
}

div#general footer section#footer a.logofooter {
  float: left;
}

div#general footer section#footer p {
  float: right;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: 500;
  margin-top: 25px;
}

div#general footer section#footer p span {
  color: #2abcb1;
}

@media screen and (max-width: 1149px) {
  #general, html {
    overflow-x: hidden !important;
  }
  .dna1, .dots, nav {
    display: none !important;
  }
  header {
    text-align: center !important;
  }
  header a.logo {
    float: none !important;
    display: inline-block !important;
  }
  h1 {
    left: inherit !important;
    width: 82% !important;
    padding: 0 9% !important;
    font-size: 18pt !important;
    text-align: center !important;
    line-height: inherit !important;
    top: 52% !important;
  }
  h1 span {
    line-height: 22pt !important;
  }
  h1 br {
    display: none;
  }
  div.wrapper {
    width: 90% !important;
    padding: 0 5% !important;
    left: inherit !important;
  }
  section#home {
    height: auto !important;
  }
  div.slide {
    width: 100% !important;
    left: inherit !important;
    background-size: 120% auto !important;
  }
  div.slide div.item p {
    font-size: 13pt !important;
    line-height: 18pt !important;
    padding: 0 30px !important;
  }
  #slider h2 {
    font-size: 22pt !important;
    line-height: 29pt !important;
  }
  #somos {
    padding-bottom: 60px !important;
  }
  #somos h2 {
    margin-bottom: 40px !important;
    font-size: 18pt !important;
    line-height: 22pt !important;
  }
  #somos h2 br {
    display: none !important;
  }
  #somos .anomaly {
    padding: 30px 0 !important;
  }
  #grafs {
    background: #fff !important;
  }
  #grafs h2 {
    margin-bottom: 40px !important;
    font-size: 18pt !important;
    line-height: 22pt !important;
  }
  #grafs h2 br {
    display: none !important;
  }
  #grafs ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  #grafs li {
    margin: 30px 0 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  #grafs li div {
    display: inline-block !important;
    float: inherit !important;
    position: relative;
    left: calc(50% - 98px);
    clear: both !important;
  }
  #grafs li p {
    float: inherit !important;
    clear: both !important;
    width: 100% !important;
    text-align: center;
  }
  #alcancar {
    height: auto !important;
    padding: 40px 0;
  }
  #alcancar .cell {
    display: none !important;
  }
  #alcancar .txt {
    width: 100% !important;
    margin: 0 !important;
  }
  #tipos {
    padding: 40px 0 !important;
  }
  #tipos p.sub {
    padding: 30px 0 !important;
  }
  #tipos ul.tabs {
    border: 0 !important;
  }
  #tipos ul.tabs li {
    width: calc(100% - 2px) !important;
    border: 1px solid #5555ca !important;
    margin-bottom: 10px;
  }
  #tipos ul.tabs li span {
    display: none !important;
  }
  #tipos div.cont {
    height: 520px !important;
  }
  #tipos div.cont p {
    width: 100% !important;
    padding-right: 0 !important;
  }
  #quote {
    height: auto !important;
    background-image: none !important;
    padding: 40px 0 !important;
    min-height: inherit !important;
  }
  #quote p br {
    display: none !important;
  }
  #quote p span {
    padding-top: 30px !important;
  }
  #transforme {
    background-size: cover !important;
  }
  #transforme h2 {
    margin-bottom: 40px !important;
    font-size: 18pt !important;
    line-height: 22pt !important;
  }
  #transforme h2 br {
    display: none !important;
  }
  #footer {
    text-align: center !important;
  }
  #footer a {
    display: block !important;
    width: 100% !important;
    float: inherit !important;
    text-align: center !important;
  }
  #footer p {
    width: 100% !important;
    line-height: 18pt;
  }
  #footer p span {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */