
@font-face {
    font-display: auto;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;  
    src: url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap%27');
} 

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;  
}

body {
    overflow-x: hidden;
  }

header {
    width: 100vw;
    height: auto;
    background-image: url('assets/bg_azulclaro\ 1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.header_container{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.header_body{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.sides{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
}

.right{
    width: 50%;
}

.right img{
    width: 300px;
    height: 409.94px;
}

.left{
    width: 50%;
}

.left img{
    width: 470px;
    height: 363.94px;
}

.header_line{
    font-size: 45px ;
    font-weight: 700;
    line-height: 56px;
}

.header_description{
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin-top: 8px;
}

.word_efect{
    color: #EC0457;
}

.button_site{
    border: 1px solid #000;
    display: block;
    width: 297.3px;
    height: 65px;
    border-radius: 15px;
    text-align: center;
    font-size: 25px;
    color: #EC0457;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.ebookIso{
    width: 200px;
    height: 50px;
    margin-top: 20px;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    background-color: #e0effb;
    font-weight: 600;
    margin-bottom: 20px;
}

.ind{
    font-size: 20px;
    font-weight: 600;
}

.ind2{
    font-size: 20px;
    font-weight: 600;
    color: #b30240;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.sectionOne{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.section_header_line{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 40px;
}

.body_sectioOne{
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

main{
    background-color: #F5F9FC;
    width: 100vw;
    height: 100vh;
}



.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
  }
  .slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
  }
  .card{
    border-radius: 25px;
    border: 4px solid #116665;
  }
  .image-content,
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
    height: 230px;
  }
  .image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
  }

  .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
  }
  .name{
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }

  .description{
    font-size: 14px;
    color: #707070;
    text-align: center;
  }

  .price{
    font-size: 30px;
    color: #116665;
    text-align: center;
    margin-top: 10px;
  }

  .button:hover{
    background: #12adab;
  }
  .swiper-navBtn{
    color: #116665;
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: #116665;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 35px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color:#116665;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #116665;
  }
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
  }

.button{
    display: block;
    border: none;
    background-color: #116665;
    margin-top: 10px;
    width: 210px;
    height: 50px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 12px;
    cursor: pointer;
}

.infoBoleto{
    max-width: 1140px;
}

.sectionZero{
    background-color: #eef5fb;
    justify-content: center;
    text-align: center;
}

.buttonCenter{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.infoBoleto{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.descIcon{
    padding-top: 50px;
    font-size: 35px;
    font-weight: 600;
}

.icons, .iconsDown{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px;
}

.cardIcons{
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iconDes{
    font-size: 18px;
    font-weight: 500;
}

.sectionTwo{
    background: linear-gradient(to top, #6598c1, #8db4d5,#e0effb );
    width: 100%;
    height: auto;
}

.body_section{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.body_cards{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ebookDesc{
    margin-top: 20px;
    width: 60%;
    font-size: 18px;
    font-weight: 600;
}

.ebookTitle{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.rodape{
    padding-bottom: 30px;
    border-top: 8px solid;
    border-image: linear-gradient(to left, #6E99EE, #0DA3B5) 1;
    border-bottom: 1px solid #444444;
}

.pdf{
    width: 390px;
    height: 60px;
    border: none;
    background-color: #e0effb;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.conteudo_rodape{
    max-width: 1140px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.conteudo_rodape img{
    width: 170px;
    height: 68px;
    margin-top:10px
}

.contato{
    font-weight: 600;
    font-size: 20px;
    width: 60%;
    margin-left: 20px;

}

.contatos a{
    text-decoration: none;
    color: #000;
}

.politicas{
    gap: 0.5rem;
}

.politicas a{
    text-decoration: none;
    color: #000;
}

.politicas{
    font-weight: 600;
    font-size: 20px;
    display: flex ;
    flex-direction: column;
}

.endereço{
    color: #065861;
}

.numeros{
    margin-top: 60px;
    color: #065861;
}

.politica{
    margin-top: 20px;
    color: #065861; 
}

.contatos{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nome_empresa{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

#btn-watsapp {
    position: fixed;
    bottom: 25px;
    right: 29px;
    color: #000;
    display: flex;
    align-items: center;
    z-index: 100;
}

#texto-watsapp {
    background-color: #FFFFFF;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 300;
    cursor: default;
}

#texto-watsapp::before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001;
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    position: absolute;
    display: block;
    opacity: 1;
    top: 50%;
    border-right-width: 0;
    border-left-color: #ffffff;
    transform: translate(-.5em,-50%);
    right: 56px;
}

#logo-watsapp {
    margin-left: 15px;
    display: flex;
}

@media (min-width: 767px) {
  .header_container img{
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767px) {
    .header_container img{
        width: 200px;
        height: 100px;
    }

    .sides{
        flex-direction: column;
    }

    .left{
        width: 100%;
        text-align: center;
    }

    .right{
        width: 100%;
    }

    .header_line{
        font-size: 30px ;
        text-align: center;
    }

    .left img{
        width: 240px;
        height: 180px;
    }

    .header_description{
        font-size: 20px;
        text-align: center;
        padding: 10px;
    }

    .button_site{
        width: 200px;
        font-size: 20px;
        color: #EC0457;
        padding-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .body_cards img{
        width:380px ;
        height: 150px;
    }

    .ebookDesc{
        width: 80%;
        text-align: left;
    }

    .pdf{
        width: 200px;
        height: 60px;

    }

    .nome_empresa p{
        text-align: center;
        margin-top: 20px;
        color: #000;
    }

    .conteudo_rodape{
        max-width: 1140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .Allbutton{
        display: flex;
        flex-direction: column;
    }

    .icons, .iconsDown{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .cardIcons{
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .descIcon{
        padding: 20px;
    }

    .buttonCenter{
        flex-direction: column;
        gap: 20px;
    }
}
