
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.w100p {
  width: 100%;
}
.h100p {
  height: 100%;
}
.display-block {
  display: block;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: initial;
  -moz-flex-flow: initial;
  flex-flow: initial;
}
.display-flex:before,
.display-flex:after {
  display: none;
}
.flex-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end!important;
}
.flex-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
}
.flex-self-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
}
.order-1 {
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
}
.order-2 {
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
}
.order-3 {
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
}
.inblock {
  display: inline-block;
  vertical-align: middle;
}
.va-t {
  vertical-align: top;
}
.img-centro {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bdr {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
.bdr2x {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bdr3x {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bdr50 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ovh {
  overflow: hidden;
}
.wow {
  visibility: hidden;
}
.wow-v {
  visibility: visible !important;
}
.rel {
  min-height: 0;
  position: relative;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.pd5 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd30 {
  padding: 30px;
}
.pd60 {
  padding: 60px;
}
.p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.p180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.pt30 {
  padding-top: 30px;
}
.pt60 {
  padding-top: 60px;
}
.pt90 {
  padding-top: 90px !important;
}
.pt120 {
  padding-top: 120px;
}
.pr120 {
  padding-right: 120px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.m10 {
  margin: 10px;
}
.ml5 {
  margin-left: 5px;
}
.ml15 {
  margin-left: 15px;
}
.ml30 {
  margin-left: 30px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr30 {
  margin-right: 30px;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt60 {
  margin-top: 60px;
}
.mt90 {
  margin-top: 90px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb90 {
  margin-bottom: 90px;
}
.m0 {
  margin: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.bd0 {
  border: 0 !important;
}
.br0 {
  border-right: 0 !important;
}
.bl0 {
  border-left: 0 !important;
}
.uppercase {
  text-transform: uppercase;
}
.lts1 {
  letter-spacing: 1px;
}
.lts2 {
  letter-spacing: 2px;
}
.lts3 {
  letter-spacing: 3px;
}
.lts4 {
  letter-spacing: 4px;
}
.lts5 {
  letter-spacing: 5px;
}
.fz0 {
  font-size: 0;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz18 {
  font-size: 18px;
}
.fz24 {
  font-size: 24px;
}
.fz30 {
  font-size: 30px;
}
.fz36 {
  font-size: 36px;
}
.fz44 {
  font-size: 44px;
}
.fz48 {
  font-size: 48px;
}
.fz60 {
  font-size: 60px;
}
.fz72 {
  font-size: 72px;
}
.fz90 {
  font-size: 90px;
}
.branco {
  color: #fff;
}
.branco a:not(:hover):not(.botao-principal) {
  color: #fff;
}
.cor-texto {
  color: #30323a;
}
.cor-primaria {
  color: #00acae;
}
.cor-secundaria {
  color: #753e8a;
}
.cor-terciaria {
  color: #37414c;
}
.cor-neutra {
  color: #ebf0f4;
}
.bg-branco {
  background: #fff;
}
.bg-primario {
  background-color: #00acae;
}
.bg-primario-light {
  background-color: #facccd;
}
.bg-secundario {
  background-color: #753e8a;
}
.bg-terciario {
  background-color: #37414c;
}
.bg-neutro {
  background-color: #ebf0f4;
}
.bg-padrao {
  background: url("../images/bg-padrao.jpg") repeat;
  background-size: auto;
}
.box-shadow {
  -webkit-box-shadow: 0 0 45px -10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 45px -10px rgba(0,0,0,0.25);
  box-shadow: 0 0 45px -10px rgba(0,0,0,0.25);
}
.border {
  border: 5px solid #00acae;
}
.branco .border {
  border-color: #fff;
}
.square-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.2 !important;
  border: 0px solid #753e8a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #273e74 ;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 8px double #fff;
}
.square-icon:hover {
      -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rubberBand !important;
    -moz-animation-name: rubberBand !important;
    animation-name: rubberBand !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover .square-icon {
  background: #fff;
  color: #00acae;
}
.square-icon.border {
  background-color: transparent;
  color: #00acae;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #00acae;
}
.item-icone div {
  padding: 15px;
  max-width: calc(100% - 90px);
  max-width: -moz-calc(100% - 90px);
  max-width: -webkit-calc(100% - 90px);
}
.item-icone .fz18 + div {
  max-width: calc(100% - 45px);
  max-width: -moz-calc(100% - 45px);
  max-width: -webkit-calc(100% - 45px);
}
.item-icone .img + div,
.item-icone img + div {
  max-width: calc(100% - 160px);
  max-width: -moz-calc(100% - 160px);
  max-width: -webkit-calc(100% - 160px);
}
.item-icone strong {
  margin: 0 0 5px !important;
}
.item-icone + .item-icone {
  margin-top: 30px;
}

#parceiros p {
  font-size: 18px;
  letter-spacing: 0.1em;
}

#parceiros .fz24 {
  font-size: 32px;
}
#planos {
     padding-top: 100px;
    /* background: url(../images/bg-planos.jpg) no-repeat center center; */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;  
    background: #d8e2e7;
}
#planos:before{
    /* content: ''; */
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 992px) {
  .item-icone.block-sm div {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .item-icone.block-xs div {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .item-icone .fz18 ~ div,
  .item-icone .fz24 ~ div {
    max-width: calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
  }
  .item-icone.block-xxs {
    text-align: left;
  }
  .item-icone.block-xxs i {
    margin: 0 0 5px;
  }
  .item-icone.block-xxs div {
    max-width: 100% !important;
  }
}
/* responsividade geral */
@media only screen and (max-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
  .block-sm {
    display: block !important;
  }
  .column-sm {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .justify-center-sm {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .w100p-sm {
    width: 100% !important;
    max-width: 100% !important;
  }
  .p0-sm {
    padding: 0;
  }
  .fz12-sm {
    font-size: 12px;
  }
  .m-a-sm {
    margin: 0 auto 5px;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz48 {
    font-size: 36px;
  }
  .p180 {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 768px) {
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-wrap {
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  .fancybox-close {
    top: -36px !important;
    right: 0 !important;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz24:not(.square-icon) {
    font-size: 18px;
  }
  .fz30 {
    font-size: 24px;
  }
  .fz36 {
    font-size: 30px;
  }
  .fz48 {
    font-size: 36px;
  }
  .fz60,
  .fz72 {
    font-size: 48px;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-center-xs hr {
    margin-left: auto;
    margin-right: auto;
  }
  .block-xs {
    display: block !important;
  }
  .column-xs {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-xs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .w100p-xs {
    width: 100%;
  }
  .m-a-xs {
    margin-left: auto;
    margin-right: auto;
  }
  .m0-xs {
    margin: 0;
  }
  .p0-xs {
    padding: 0;
  }
  .pt120 {
    padding-top: 90px;
  }
  .pb120 {
    padding-bottom: 90px;
  }
  .p120,
  .p180 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .slick-prev {
    left: 15px;
  }
  .slick-next {
    right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
  .hidden-xxs {
    display: none !important;
  }
  .block-xxs {
    display: block;
  }
  .text-center-xxs {
    text-align: center;
  }
  .w100p-xxs{
    width: 100%;
  }
  .w-a-xxs {
    width: auto !important;
    max-width: none !important;
  }
  .flex-wrap-xxs {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fz48 {
    font-size: 30px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz44 {
    font-size: 30px;
  }
  .tab-pane .titulo-panel {
    font-size: 14px;
    padding-left: 45px;
  }
  .tab-pane .titulo-panel:before {
    left: 15px;
  }
  .tab-pane .corpo-panel {
    padding-left: 15px;
    padding-right: 15px;
  }
}
