/* Custom Animações */

.animated-button {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .animated-button:hover {
    transform: scale(1.1);
  }

  .bloco-animation, .bloco-animation1, .bloco-animation2, .bloco-animation3, .bloco-animation4, .bloco-animation5, .bloco-animation6, .bloco-animation7,.bloco-animation8{
    opacity: 0!important;
    transform: scale(0.5)!important;
    transition: 0.6s;
  }
  .bloco-animation.show, .bloco-animation1.show, .bloco-animation2.show, .bloco-animation3.show, .bloco-animation4.show, .bloco-animation5.show, .bloco-animation6.show, .bloco-animation7.show, .bloco-animation8.show{
    opacity: 1!important;
    transform: scale(1)!important;
    transition: 0.6s;
  }  


/* Custom Fonts */

h1, h2, h3, h4, h5, h6, p {
    font-family: "Montserrat", sans-serif;
}

a {
    /* font-size: 18px; */
    font-weight: bold;
    color: #fff;
}

/* button:hover {
    color: #05028D !important;
} */

h1 {
    font-size: 40px;
}

h2 {
    font-size: 50px;
    font-weight: 800;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 32px;
    font-weight: 800;
}

h5 {
    font-weight: 800;
    color: #003443;
    font-size: 23px;
}

p {
    font-size: 20px;
    color: #000000;
}

.txt-justify{
  text-align: justify !important;
}

/* Custom Margins, Paddings... */

.margin-section{
    padding-top: 7rem;
    padding-bottom: 7rem ;
}


.margin-section-footer{
    padding-top: 7rem;
}

.p-footer {
    padding-bottom: 7rem ;
}


.p-top{
    padding-top: 5rem !important;
}

.txt-inline{
    display: inline-block !important;
    margin: 0 !important;
    padding-top: 8px;
    font-weight: 600;
}

.p-top-4 {
  position: relative;
  margin-bottom: -23px !important;
}

.btn-p {
  padding-top: 3rem;
}

.btn-p-2 {
  padding-top: 3rem !important;
}


/* Custom Header */

.margin-header {
    padding: 10px 0px 10px 0px;
}

.navbar {
    background-color: #ffffff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-width: 100px;
}

.menu-toggle {
    font-size: 24px; /* Tamanho do ícone */
    cursor: pointer;
}

.menu-items {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-items li {
    margin-right: 20px;
}

.menu-items a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.logo{
    width: 182px;
    height: auto;
}


.bg-menu {
    background-color: #00b1f0 !important;
}

.icon-blue{
    background-color: #00b1f0 !important;
}

/* Custom Section 1 */

#bg-banner {
    background-image: url('assets/images/banner.jpg');
    background-position: center;
    background-repeat: none;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

/* Custom Section 2 */

.py-bottom{
    padding-bottom: 4rem ;
}

.txt-blue {
    color: #00b1f0;
    font-weight: bold;
}

.txt-right {
 text-align: right;
}

.txt-left{
 text-align: left;
}

.padding-top{
 padding-top: 8rem !important;
}




/* Custom Section 3 */

#bg-3 {
    background-color: #00b1f0;;
}

/* .item {
    width: 6%;
    font-size: 60px;
    font-weight: bold;
    background-color: #fff;
    color: #00b1f0;
    padding: 5px 20px 5px 20px;
    border-radius: 100px 100px 20px 100px;
    margin-right: 10px;
} */


.custom-list {
    list-style-type: none;
    padding: 0;
  }
  
  .custom-list li {
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    /* font-size: 20px; */
    
  }

  .custom-list h3,
  .custom-list p {
    display: inline-block;
    margin: 0;
    color: #fff;
  }

  .txt-title {
    padding-left: 1.2rem;
    position: relative;
    top: -37.3125px;
    font-size: 30px;
  }

  .txt-p {
    padding-left: 8rem;
    position: relative;
    top: -47.3125px;
    font-size: 20px;
  }
  
  .custom-list {
    counter-reset: listItem;
  }
  .custom-list li::before {
    color: #00b1f0;
    background-color: #fff;
    content: counter(listItem);
    counter-increment: listItem;
    margin-right: 10px;
    font-weight: bold;
    font-size: 60px;
    padding: 5px 30px 5px 30px;
    border-radius: 100px 100px 20px 100px;
  }

  .sec-3-width{
    width: 50%;
  }

  /* Custom Section 4 */

  .btn-blue {
    background-color: #00b1f0;
    padding: 0px 30px 5px 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 26px;
    font-size: 40px;
  }

  .img-clientes{
    width: 100% !important;
    height: auto;
}

  /* Custom Section 5 */
    #bg-5 {
        background-color: #00b1f0;
    }

    .sec-5-width{
        width: 50%;
      }


    .sec-5-width-2{
        position: relative;
        width: 50%;
        padding: 0px 50px 0px 0px !important;
      }

    .border-sec-5{
        border: 2px;
        border-color: #ffffff !important;
        border: solid;
        border-radius: 60px 30px 30px 0px;         
        padding: 50px 0px 0px 0px !important;
    } 

    .padding-top-2{
        padding-top: 3rem !important;
    } 

    .padding-info{
        padding: 40px 0px 10px 0px !important;
    }

    .icon-img {
        width: 120px;
        height: auto;
    }

    .icon-empr-2 {
      width: 150px;
      height: auto;
    }

    .p-img{
        padding-top: 15%;
    }


    .col-left{
        position: relative;
        left: -59.375px;
    }


    .col-rigth{
        position: relative;
        left: 0px;
    }


    .vertical-line {
        border-left: 3px solid rgb(255, 255, 255);
        top: 2rem;
        position: relative;
        left: 95px;
        height: 5rem;
      }


    .txt-planos {
        color: #003443;
    }  


    .btn-white {
        background-color: #fff;
        padding: 0px 30px 5px 30px;
        color: #00b1f0;
        font-weight: bold;
        border-radius: 26px;
        font-size: 40px;
      }

      .btn-rosa {
        font-size: 40px;
        background-color: #9f98cc;
        color: #fff;
        padding: 0px 30px 5px 30px;
        font-weight: bold;
        border-radius: 26px;
      }  



  /* Custom Section 6   */

  #bg-6 {
    background-color: #9f98cc;
  }

  .p-bottom {
    padding-top: 0.6rem;
    padding-bottom: 8rem;
  }

  .txt-info {
    font-size: 21px;
    color: #003443;
  }

  .info-box{
    border: 2px;
    border-color: #ffffff !important;
    border: solid;
    border-radius: 40px 30px 30px 0px;         
    padding: 50px 0px 0px 0px !important;
  }
  
  .padding-info-2 {
    padding: 20px 0px 0px 0px!important;
    width: 70%;
    margin-top: 2rem;
    margin-left: 0.1rem;
  }

  .txt-info-2 {
    position: relative;
    left: -42px;
  }

  .txt-mes {
    font-size: 16px;
    position: relative;
    top: -10px;
    text-align: center;
  }

  .txt-c{
    position: relative;
    top: -10px;
    text-align: center;
  }

  .icon-empr{
    padding-top: 0.6rem !important;
  }


.txt-preco {
  font-size: 38px;
}


.col-empre{
  position: relative;
  padding-left: 1.3rem;
}


  /* Custom Section 7 */

  .cont {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faq-width{
    width: 100%;
    margin: 0 auto; /* Centraliza horizontalmente */
  }

  .padding-top-3 {
    padding-top: 2rem;
  }


  /* Custom Footer */
  #footer {
    background-color: #00b1f0 !important;
  }


  .social-icons {
    list-style-type: none;
    display: flex;
    justify-content: left;
    gap: 10px;
  }

  .social-icons li {
    margin: 0;
    padding: 0;
  }

  .social-icons a {
    text-decoration: none;
    color:#003443 ;
    font-size: 34px;
  }

  .icon-infinito {
    width: 150px !important;
    height: auto !important;
  }

  .logo-footer {
    width: 250px !important;
    height: auto !important;
  }


  .txt-footer{
    font-size: 16px;
  }

  .width-footer{
    width: 50%;
  }


  .txt-rodape{
    font-size: 13px;
  }
   

  .fixed-bottom-custom{
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 1;
    transition: opacity 0.2s;
}

.fixed-bottom-custom:hover{
    opacity: 0.7;
}

@media screen  and (max-width: 360px) {

  h1 {
    font-size: 24px !important;
}

p {
  font-size: 18px !important;
}

.txt-justify{
  font-size: 16px !important;
}
  
}


  /* Custom Responsivo */

  @media screen and (max-width: 730px) {

  h1 {
      font-size: 26px;
  }
  
  h2 {
      font-size: 40px;
      font-weight: 800;
  }
  
  h3 {
      font-size: 20px !important;
  }

  h5 {
      font-size: 23px !important;
  }
  
  p {
      font-size: 20px;
      color: #000000;
  }


  .ocultar-mobile {
    display: none !important;
  }

  .txt-justify {
    text-align: left !important;
  }

    /* .slider-nav.slider-nav-next::before {
      background-color: #000000 !important;
      color: #000000 !important;
    } */

    #bg-banner {
        background-image: url('assets/images/banner-mobile.png');
        background-position: center;
        background-repeat: none;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }

    .padding-top{
        padding-top: 0rem !important;
       }

    .margin-section{
        padding-top: 4rem;
        padding-bottom: 4rem ;
    }

    .padding-top-2{
      padding-top: 0rem !important;
  }

    .col-left{
      position: relative;
      left: 0px;
  }

    .col-rigth{
      position: relative;
      left: 0px;
  }

    .padding-info{
      padding: 20px 0px 10px 0px !important;
  }


    .border-sec-5{
      border: 2px;
      border-color: #ffffff !important;
      border: solid;
      border-radius: 60px 30px 30px 0px;         
      padding: 0px 0px 0px 0px !important;
  }


    .sec-5-width{
      width: 100% !important;
    }


    .sec-5-width-2{
      position: relative;
      width: 80% !important;
      padding: 0px!important;
    }

    .p-line{
      position: relative;
      margin-top: -36px !important;
    }

    .p-icons{
      margin-top: 0px !important;
      padding: 0px !important;
    }


    .vertical-line {
      border-top: 3px solid rgb(255, 255, 255);
      position: relative;
      left: 0px;
      height: 0px;
    }
    

    
    .p-top{
        padding-top: 5rem !important;
    }

    .py-bottom{
        padding-bottom: 5rem ;
    }

    .p-bottom {
      padding-top: 0.6rem;
      padding-bottom: 4rem;
    }

    .margin-header {
        padding:0px;
    }

    .menu-toggle {
        display: flex;
    }
    
    .menu-items {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #00b1f0;
        padding: 10px 0;
        z-index: 1000;
    }
    
    .menu-items.active {
        display: flex;
    }
    
    .menu-items li {
        margin: 10px;
    }

    .menu-width-1 {
        width: 90%;
    }

    .menu-width-2 {
        width: 10%;
    }

    .logo-mobile {
       margin-left: 40px !important;
    }

    a {
        font-size: 18px;
        font-weight: bold;
    }
    
    /* button:hover {
        color: #05028D !important;
    } */
    
    .py-mobile{
      padding: 0px !important;
    }

    .br-none{
      display: none !important;
    }

    .txt-center-mobile{
        text-align: center !important;
    }

    .margin-txt{
        /* padding-bottom: 0px !important; */
        display: none !important;
    }
    .margin-txt-2{
        /* padding-top: 0px !important; */
        display: none !important;
    }


    .cartao-mobile{
        width: 100%;
        position: relative;
    }

    .sec-3-width{
        width: 100%;
      }


      .txt-title {
        padding-left: 8rem !important;
        position: relative;
        top: -90px;
        font-size: 30px;
      } 

      .txt-p {
        padding-left: 8rem;
        position: relative;
        top: -80px;
        font-size: 20px;
      }


      .btn-blue {
        background-color: #00b1f0;
        padding: 3px 30px 5px 30px;
        color: #fff;
        font-weight: bold;
        border-radius: 26px;
        font-size: 25px;
      }


    .img-familia{
      width: 100%;
      position: relative;
    }  


    .info-box{
      border: 2px;
      border-color: #ffffff !important;
      border: solid;
      border-radius: 40px 30px 30px 0px;         
      padding: 50px 0px 0px 0px !important;
    }
    
    
    .padding-info-2 {
      position: relative;
      padding: 20px 0px 0px 0px!important;
      width: 80% !important;
      margin-top: 2rem;
      margin-left: 0.1rem;
    }


    .info-box.row.padding-info-2 {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      left: 10%;
     }
  
    .txt-info-2 {
      position: relative;
      left: 0px;
    }
  
    .txt-mes {
      font-size: 16px;
      position: relative;
      top: 0px;
      text-align: center;
    }
  
    .txt-c{
      position: relative;
      top: 0px;
      text-align: center;
    }
  
    .icon-empr{
      padding-top: 0rem !important;
    }

    .btn-white {
      font-size: 25px;
      padding: 5px 30px 5px 30px !important;
    }

    .btn-rosa {
      font-size: 25px;
      background-color: #9f98cc;
      padding: 5px 30px 5px 30px !important;
    }
    
    .width-footer{
      width: 100%;
    }
 

    .social-icons {
      list-style-type: none;
      display: flex;
      justify-content: center;
      gap: 10px;
      padding-left: 0px;
    }


    .btn-p {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    .btn-p-2 {
      padding-top: 3rem;
    }

    .p-icon-mobile {
      padding-top: 2rem !important;
      padding-bottom: 0px !important;
    }

    .txt-familiar {
      padding-top: 1rem;
    }
    
    .p-parceiros{
      padding-top: 2rem;
    }

    .img-list{
      width: 80px;
      height: auto;
    }

    .p-top-list{
      padding-bottom: 2rem !important;
    }

  }

  @media screen and (min-width: 730px) {

    .desktop-none {
        display: none;
    }

    .exibir-mobile{
        display: none;
    }
    
  }

  @media screen and (min-width: 1200px) {

    .width-col-1 {
        width: 60%;
    }
    
    .width-col-2 {
        width: 40%;
    }
    
  }
  

  @media screen and (min-width: 1200px) and (max-width: 1300px) {

    .br-none {
      display: none;
    }

    .margin-sec-cartao{
      padding-top: 0px !important;
    }

    .sec-3-width{
      width: 100%;
    }

    .sec-5-width{
      width: 100%;
    }


  .sec-5-width-2{
      position: relative;
      width: 75%;
      padding: 0px 50px 0px 0px !important;
    }

    .padding-info{
      padding: 40px 0px 10px 0px !important;
  }

  .padding-info-2 {
    padding: 20px 0px 0px 0px!important;
    width: 88% !important;
    margin-top: 2rem;
    margin-left: 0.1rem;
  }

  .p-line{
    position: relative;
    margin-top: -40px !important;
  }

  .vertical-line {
    position: relative;
    margin-top: 0.5rem !important;
  }

  .width-footer{
    width: 80%;
  }


  .social-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 0px;
  }

  .txt-center-2{
    text-align: center;
  }

  }

  @media screen and (min-width: 1301px) and (max-width: 1369px) {

    .padding-info-2 {
      padding: 20px 0px 0px 0px!important;
      width: 85%;
      margin-top: 2rem;
      margin-left: 0.1rem;
    }

    .br-none{
      display: none;
    }

    .p-icon-cartao {
      padding-top: 1rem;
    }

    .margin-sec-cartao{
      padding-top: 0px !important;
    }

    .sec-3-width{
      width: 100%;
    }

    .sec-5-width{
      width: 100%;
    }


  .sec-5-width-2{
      position: relative;
      width: 70%;
      padding: 0px 50px 0px 0px !important;
    }

    .padding-info{
      padding: 40px 0px 10px 0px !important;
  }

  .p-line{
    position: relative;
    margin-top: -40px !important;
  }

  .vertical-line {
    position: relative;
    margin-top: 0.5rem !important;
  }

  .width-footer{
    width: 80%;
  }


  .social-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 0px;
  }

  .txt-center-2{
    text-align: center;
  }

  }



  @media screen and (min-width: 1370px) and (max-width: 1440px) {

    .margin-sec-cartao{
      padding-top: 0px !important;
    }

    .sec-3-width{
      width: 100%;
    }

    .sec-5-width{
      width: 100%;
    }


  .sec-5-width-2{
      position: relative;
      width: 70%;
      padding: 0px 50px 0px 0px !important;
    }

    .padding-info{
      padding: 40px 0px 10px 0px !important;
  }

  .p-line{
    position: relative;
    margin-top: -40px !important;
  }

  .vertical-line {
    position: relative;
    margin-top: 0.5rem !important;
  }

  .width-footer{
    width: 80%;
  }


  .social-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 0px;
  }

  .txt-center-2{
    text-align: center;
  }

  }

  @media screen and (min-width: 1441px) and (max-width: 1500px) {

    .sec-3-width{
      width: 100%;
    }

    .sec-5-width{
      width: 100%;
    }


  .sec-5-width-2{
      position: relative;
      width: 65%;
      padding: 0px 50px 0px 0px !important;
    }

    .padding-info{
      padding: 40px 0px 10px 0px !important;
  }

  .p-line{
    position: relative;
    margin-top: -40px !important;
  }

  .vertical-line {
    position: relative;
    margin-top: 0rem !important;
  }

  .width-footer{
    width: 90%;
  }


  .social-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 0px;
  }

  .txt-center-2{
    text-align: center;
  }

  }




  @media screen and (min-width: 1501px) and (max-width: 1601px) {

    .sec-3-width{
      width: 100%;
    }

    .sec-5-width{
      width: 100%;
    }


  .sec-5-width-2{
      position: relative;
      width: 60%;
      padding: 0px 50px 0px 0px !important;
    }

    .padding-info{
      padding: 40px 0px 10px 0px !important;
  }

  .p-line{
    position: relative;
    margin-top: -40px !important;
  }

  .vertical-line {
    position: relative;
    margin-top: 0rem !important;
  }

  .width-footer{
    width: 90%;
  }


  .social-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 0px;
  }

  .txt-center-2{
    text-align: center;
  }

  }


  @media screen and (min-width: 1602px) and (max-width: 1709px) {

    .sec-3-width{
      width: 100%;
    }

    .sec-5-width{
      width: 100%;
    }


  .sec-5-width-2{
      position: relative;
      width: 60% !important;
      padding: 0px 0px 0px 0px !important;
    }

    
    .padding-info{
      padding: 20px 0px 0px 0px !important;
  }

  /* .icon-img.p-img {
    position: relative;
    top: 15.6875px;
   } */
   
   .icon-img-sec-5 {
    position: relative;
    top: 0.2rem;
   }

   
   .col-left{
    position: relative;
    left: -49.375px;
    top: 0rem;
}

  .p-line{
    position: relative;
    margin-top: -40px !important;
  }

  .vertical-line {
    position: relative;
    margin-top: 0.2rem !important;
  }

  .width-footer{
    width: 90%;
  }


  .social-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 0px;
  }

  .txt-center-2{
    text-align: center;
  }

  }


  @media screen and (min-width: 1710px) and (max-width: 1859px) {

    .sec-3-width{
      width: 100%;
    }

    .sec-5-width{
      width: 100%;
    }


  .sec-5-width-2{
      position: relative;
      width: 55%;
      padding: 0px 0px 0px 0px !important;
    }

    .padding-info{
      padding: 20px 0px 0px 0px !important;
  }

  /* .icon-img.p-img {
    position: relative;
    top: 15.6875px;
   } */
   
   .icon-img-sec-5 {
    position: relative;
    top: 0.2rem;
   }

   
   .col-left{
    position: relative;
    left: -49.375px;
    top: 0rem;
}

  .p-line{
    position: relative;
    margin-top: -40px !important;
  }

  .vertical-line {
    position: relative;
    margin-top: 0.2rem !important;
  }

  .width-footer{
    width: 90%;
  }


  .social-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 0px;
  }

  .txt-center-2{
    text-align: center;
  }

  }