#fullpage {
    overflow: hidden;
}

.position-relative {
    position: relative;
}

.container-comofunciona {
    margin: 0 auto;
    background: #f2f5fa;
}

.content-cf-one {
    padding: 5% 10% !important;
}

.content-cf {
    margin-bottom: 10px !important;
    padding: 10%;
    box-shadow: 0px 5px 25px -2px rgba(189, 189, 189, 0.2);
    background: rgba(242,245,250,1);
    background: -moz-linear-gradient(top, rgba(242,245,250,1) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,245,250,1)), color-stop(50%, rgba(255,255,255,0.75)), color-stop(100%, rgba(255,255,255,0.5)));
    background: -webkit-linear-gradient(top, rgba(242,245,250,1) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.5) 100%);
    background: -o-linear-gradient(top, rgba(242,245,250,1) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(242,245,250,1) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to bottom, rgba(242, 245, 250, 0.1) 0%, rgba(255, 255, 255, 0.74) 20%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5fa', endColorstr='#ffffff', GradientType=0 );
    -moz-box-shadow: 0px 4px 5px -2px rgba(219,219,219,1);
    -moz-box-shadow: 0px 7px 5px -3px rgba(242,245,250,0.95);
    -moz-box-shadow: 0px 7px 5px -2px rgba(224,224,224,1);
}

.content-cf:last-child {
    margin-bottom: 0 !important;
}

.img-cf {
    max-width: 95%;
    height: auto;
    position: relative;
    z-index: 1;
    opacity: 0;
}

#etapa-1 .img-cf {
    opacity: 1 !important;
}

.content-cf h2 {
    font-family: 'Google Sans' !important;
    color: #104098;
    font-size: 2.4rem;
    font-weight: 500;
}

.content-cf p {
    font-family: 'Google Sans' !important;
    color: #505050;
}

.icon-cf {
    position: absolute;
    right: -12%;
    top: 62%;
    height: 50%
}

.icon-cf-2 {
    position: absolute;
    left: -8%;
    top: 60%;
    height: 50%;
}

#etapa-2 .icon-cf-2 {
    opacity: 0;
}

.icon-cf-3 {
    position: absolute;
    right: -7%;
    top: 60%;
    height: 45%;
}

#etapa-3 .icon-cf-3 {
    opacity: 0;
}

.icon-cf-4 {
    position: absolute;
    left: -9%;
    top: 60%;
    height: 45%;
}

#etapa-4 .icon-cf-4 {
    opacity: 0;
}

.icon-cf-5 {
    position: absolute;
    left: -14%;
    top: 64%;
    height: 45%;
}

#etapa-5 .icon-cf-5 {
    opacity: 0;
}

#etapa-5 .icon-cf-3 {
    opacity: 0;
}

.icon-cf-6 {
    position: absolute;
    right: -11%;
    top: 64%;
    height: 35%;
}

#etapa-6 .icon-cf-5 {
    opacity: 0;
}

#etapa-7 .icon-cf-6 {
    opacity: 0;
}

.align-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 480px;
    position: relative;
    z-index: 2;
}

.align-items-center div {
    padding: 0 20px;
}

.header-cf {
    background: #c3d7ec;
    padding: 4% 5%;
    height: 330px;
    position: relative;
}

.header-cf h4 {
    font-family: 'Google Sans' !important;
    color: #104098;
    font-size: 3.5rem;
    font-weight: 500;
}

.header-cf p {
    font-family: 'Google Sans' !important;
    padding-right: 60%;
    color: #fbfbfb;
    font-size: 1.2rem;
}

.header-cf a {
    color: #104098 !important;
}

.content-cidade {
    position: absolute;
    top: 0;
    right: 0px;
    width: 585px;
    height: 100%;
}

.content-cidade img {
    width: 667px;
    float: right;
    height: 100%;
}

.cloud-cf {
    top: -5px !important;
    height: 35% !important;
}

#etapa-1 .align-items-center div {
    opacity: 1 !important;
}

.align-items-center div {
    opacity: 0;
}

.fade-in-left {
	-webkit-animation: fade-in-left 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-left 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-left {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}
@keyframes fade-in-left {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}

.slide-in-top {
	-webkit-animation: slide-in-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
}

.slide-in-right {
	-webkit-animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}  

.slide-in-left {
	-webkit-animation: slide-in-left 0.9s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: slide-in-left 0.9s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-2-26 14:15:59
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  

.fade-in-right {
	-webkit-animation: fade-in-right 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-right 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
  
@-webkit-keyframes fade-in-right {
    0% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-right {
    0% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}

@media only screen and (max-width: 1600px) {
    .align-items-center {
        height: 400px;
    }
    .align-items-center div {
        padding: 0 3px;
    }
    .content-cf h2 {
        font-size: 2.3rem;
    }
}

@media only screen and (max-width: 1440px) {
    .align-items-center div {
        padding: 0 5px;
    }
    .content-cf {
        padding: 10% 4%;
    }
    .content-cf-one {
        padding: 5% 4% !important;
    }
    .align-items-center {
        height: 380px;
    }
}

@media only screen and (max-width: 1366px) {
    .header-cf h4 {
        font-size: 3rem;
    }
    .header-cf p {
        font-size: 1.1rem;
    }
    .content-cf h2 {
        font-size: 2.2rem;
    }
    .content-cf p {
        font-size: 14px;
    }
    .align-items-center {
        height: 345px;
    }
}

@media only screen and (max-width: 1280px) {
    .content-cf h2 {
        font-size: 2rem;
    }
    .align-items-center {
        height: 325px;
    }
}

@media only screen and (max-width: 1024px) {
    .align-items-center {
        height: 250px;
    }
    .content-cf h2 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 992px) {
    .header-cf {
        padding: 6% 5%;
        height: 350px;
    }
    .header-cf h4 {
        font-size: 2.5rem;
    }
    .header-cf p {
        font-size: 1rem;
        padding-right: 30%;
    }
    .content-cidade {
        top: 17.7%;
        width: 307px;
    }
    .content-cidade img {
        width: 350px;
        float: right;
    }
    .align-items-center {
        height: auto;
        justify-content: flex-end;
        align-items: end;
    }
    .content-cf h2 {
        font-size: 1.5rem;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .content-cf p {
        margin-bottom: 35px;
    }
    .img-cf {
        max-width: 100%;
    }
    .content-cf {
        padding: 4% 4%;
    }
    .ul-cf {
        margin-bottom: 30px;
    }
    .ul-cf li p {
        margin-bottom: 10px !important;
    }
}
@media only screen and (max-width: 600px) {
    .header-cf {
        padding: 8% 6%;
        height: 400px;
    }
    .content-cidade {
        top: 20.7%;
    }
    .content-cf-one {
        padding: 10% 4% !important;
    }
    .content-cf {
        padding: 20% 4%;
    }
    .content-cf h2 {
        margin-top: 0;
    }
    .header-cf p {
        padding-right: 10%;
    }
}