
.inicio-bg {
    /* width: 100%;
    height: calc(100vh - 40px);
    background: url(../img/bg.png) center bottom no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 40px;
    background-color: #f8f9fb; */

    width: 100%;
    height: 100%;
    background: url(../img/ondas5.svg) no-repeat;
    /* background-size: 100% auto;
    -webkit-background-size: 100% auto; 
  -o-background-size: 100% auto; */

  background-size: contain;
  -webkit-background-size: contain; 
-o-background-size: contain;

    background-position: bottom;
    position: relative;
    background-color: #f8f9fb;
  }

  

  .card-bg {
    /* background: url(../img/fundo3.svg) center bottom no-repeat;
    background-size: auto 100%;
    background-position: right; */
    background: white;
    position: relative;
  }

  .fundo1{
    background: url(../img/fundo1.svg) center ;
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
  }
  
  /* @media (min-width: 1025px) {
    .inicio-bg {
      background-attachment: fixed;
    }
  } */

  .transp li{
    background: transparent;
    border: none;
  }

/* .inicio-bg{
    background: linear-gradient(150deg,#77baf8 15%,#678fe5 70%,#557fbf 94%) !important;
} */

.phone-rotate{
    /* transform: rotate(-30deg) skew(25deg); */
    /* transform: rotate(-15deg) skew(10deg) */
}

#contact{
    width: 100%;
    /* height: calc(100vh - 40px); */
    /* background: url(../img/bg.png) center bottom no-repeat;
    /* background-size: 100%; */
  
    /* margin-top: 45px; */
      position: relative;
    /* background-color: white !important; */
    background-color: #4f7abc !important;

    background: url(../img/ondas4.svg) center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%; 
  -o-background-size: 100% 100%;
    background-position: top;
}

@media (max-width: 767.98px) {
    #contact{
        background-size: cover;
        -webkit-background-size: cover; 
      -o-background-size: cover;
    }
  }

#divisao{
 
      position: relative;
    background-color: #4f7abc !important;
    background: url(../img/onda-branca.svg) center no-repeat;
    background-size: cover;
    background-position: top;
}

#about{
    /* background: url(../img/faixa.svg) center bottom no-repeat;
    background-size: 100%;
    position: relative; */
    background: #4f7abc;
}


/**
*Caption-slider
**/

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}


.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.caption-slider .button {
    margin-top: 30px;
}

.caption-slider .caption-photo {
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.caption-slider .caption-photo.two {
    margin-top: 60px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}
.carousel-caption {
    text-align: left;
}
.carousel-indicators li {
    color: rgb(22, 22, 22);
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: unset;
    height: unset;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent !important;
}


.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-padding {
    padding: 120px 0;
}

.card-preco{
    text-align: center;
    background-color: #ffffff;
    color: #515656;
    position: relative;
    margin-top: 20px;
}

.card-preco h3{
    line-height: 1.8;
}


.card-preco ul li {
    padding: 3px 0;
}