@font-face {
    font-family: 'FonteKapta';
    src: url("../fontes/Segoe UI.ttf") format('truetype')
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'FonteKapta', sans-serif;
    margin: 0
}

#header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;



}




.headerDiv {
    margin: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    z-index: 500;
    position: fixed;
    top: 0;
    backdrop-filter: blur(50px);
    border-radius: 15px;
    gap: 100px;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.5)
}

/* =====CLASSES PRINCIPAIS===== */

#menuToggle {
    display: none;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
}

.margin-left150 {
    margin-left: 150px
}

.margin-right150 {
    margin-right: 150px
}


.card-soft-border {
    padding: 20px;
    border-radius: 15px;
    background-color: white;
}

.header-main-item {
    margin-left: 50px;
    margin-right: 50px;
}

.navegacao-header {
    display: flex;
    text-justify: center;
    padding: 0;
    margin: 0
}

.ul-nav-header {
    display: flex;
    list-style: none;
    padding-inline-start: 0;
    flex-wrap: wrap;
    margin: 0;


}



.navItem-header {
    text-decoration: none;
    color: black;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.navItem-header:hover {
    background-color: #fafafa;
    transition: color ease 0.3s;
    transition: background-color ease 0.3s, color ease 0.3s;
    color: #ff8000
}


.listItemHeader {
    margin: 10px 10px 10px 10px;
}

#cardHeader {
    padding: 5px 80px 5px 80px !important;
    box-shadow: 0px 0px 10px #e1e1e1
}



/* CARD SECTION */

.card-container {
    display: flex;
    /* gap: 10px; */
    justify-content: center;
    padding: 20px 0 20px 0;
    position: relative;
    height: max-content;
}

.individual-card {
    box-shadow: #e1e1e1 0px 2px 15px;
    justify-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    margin-left: 20px;
    margin-right: 20px;

    width: 300px;
    /* height: 250px; */
    position: relative;
    z-index: 2;
    top: -50px;
    background-color: white
}

.card-text-container {
    margin: 10px
}

.icon-div {
    display: grid;
    margin: 20px;
    justify-content: center;
}

.card-title {
    margin-bottom: 10px;
}



/* BOLINHAS SECTION */

#pqKaptaContainer {
    display: grid;
    justify-items: center;
    /* justify-content: center; */
    /* align-items: center;
    align-content: center; */
    /* text-align: center;
    text-justify: center; */
    background-image: linear-gradient(rgb(255, 128, 0) 0%, rgb(255, 180, 0) 100%);
    padding-top: 1px;

}


.negocinho {
    margin-top: 50px;
    width: 50px;
    height: 10px;
    border-radius: 20px;
    background-color: rgb(2, 174, 190);
}

.tituloBolinha {
    font-size: 38px;
    font-weight: bold;
}

#container-bolinhas {
    display: flex;
    text-align: center;
    justify-content: center;
    justify-items: center;

    max-width: 1200px;
    flex-wrap: wrap;
    justify-items: center;


}


.bolinha {
    background-color: white;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: 20px;

    position: relative;
    /* 🔥 IMPORTANTE */
}

.bolinha-icon {
    position: absolute;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: white;
    border: 3px solid #ff8000;
    align-content: center;
    bottom: 0;
    /* gruda embaixo */
    left: 0;
    /* gruda à esquerda */
}



.bolinha-content {
    height: 100%;
    width: 100%;
    align-content: center;


}

/* KAPTA E MUITO SIMPLES SECTION */


#kaptaSimples {
    width: 100%;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 3;
    width: auto;

}

#kaptaSimplesContent {
    /* z-index: 3; */

    justify-items: right;

}

.card-kaptasimples-div {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    width: 500px;


}

.card-kaptasimples-div img {
    width: 150px;
    height: 150px;
    margin-right: 15px;
}

.round-margin-right-kaptasimples {
    margin-right: 30px;
}

.titulo-card-kaptasimples {
    font-size: 20px;
    color: #ff8000;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 
.text-card-kaptasimples {
    /* max-width: 300px; 
} */


/* ========== solicite DIV */



#contatodiv {
    display: grid;
    width: 100%;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.solicite-main-div {
    padding: 25px;
    display: flex;
    margin: 50px;
    background-image: linear-gradient(to right, #000, #3f3f3f, #000);
    width: 1080px;
    border-radius: 25px;
    height: 300px;
    position: relative;
}

#girlImageSoliciteDiv {

    width: 400px;

}

#girlImageSolicite {
    right: 150px;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

#titleSolicite {
    font-size: 40px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    margin-top: 20px
}

#textSolicite {
    color: white;
    width: 450px;
}

#logoSolicite {
    margin: 20px
}

.euqroBtn {
    margin-top: 30px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    padding: 20px 60px 20px 60px;
    color: white;

    background: linear-gradient(90deg, rgba(254, 178, 0, 1) 0%, rgba(254, 175, 0, 1) 9%, rgba(253, 134, 0, 1) 61%, rgba(254, 178, 0, 1) 93%, rgba(254, 178, 0, 1) 95%);
}

.euqroBtn:hover {
    cursor: pointer;
}

.seja-main-div {
    padding: 25px;
    display: flex;
    /* margin: 50px; */
    background-image: linear-gradient(to right, #000, #3f3f3f, #000);
    width: 1080px;
    border-radius: 25px;
    height: 300px;
    position: relative;
    justify-content: right;
}

#vanImageSoliciteDiv {
    width: 400px;
}

#vanImageSolicite {
    left: 15px;
    position: absolute;
    bottom: 30px;
    z-index: 3;
}

#titleSeja {
    font-size: 36px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
}

#textSeja {
    color: white;
    width: 450px;
}


#rodapediv {
    background-image: url("../imgs/rodape.webp");
    object-fit: cover;



}

#rodapeinfo {
    /* justify-content: center; */
    display: flex;
    align-items: center;
    height: 150px;
    justify-content: space-between;

}


/* ======================= banner*/
#banner {
    width: 100%;
    /* height: 800px; */
    position: relative;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.slide img {
    width: 100%;
    /* height: 100%; */

    object-fit: cover;
}

.slide-content1{
    position:absolute;
    bottom:0%;
    width:100%;
    height:100%;
    display:flex;
    z-index: 499;
    justify-content:center;
    /* gap:10px; */
}

.bannerbtn{
    bottom: 30%;
    right: 15%;
    position: absolute;
    /* height: 50px; */
        background: linear-gradient(90deg, rgba(254, 178, 0, 1) 0%, rgba(254, 175, 0, 1) 9%, rgba(253, 134, 0, 1) 61%, rgba(254, 178, 0, 1) 93%, rgba(254, 178, 0, 1) 95%);
border: none;
border-radius: 10px;
padding: 15px 40px;
font-size: 20px;
color: white;
cursor: pointer;


}

.bannerbtn2{
        bottom: 20%;
    right: 15%;
    position: absolute;
    /* height: 50px; */
        background: linear-gradient(90deg, rgba(254, 178, 0, 1) 0%, rgba(254, 175, 0, 1) 9%, rgba(253, 134, 0, 1) 61%, rgba(254, 178, 0, 1) 93%, rgba(254, 178, 0, 1) 95%);
border: none;
border-radius: 10px;
padding: 15px 40px;
font-size: 20px;
color: white;
cursor: pointer;
}

.dots{
    position:absolute;
    bottom:50px;
    width:100%;
    display:flex;
    justify-content:center;
    gap:10px;
}

.dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:rgba(255,255,255,0.5);
    cursor:pointer;
}

.dot.active{
    background:white;
}


@media screen and (min-width: 1600px) {
    .card-kaptasimples-div {
        display: flex;
        margin-bottom: 50px;
        align-items: center;
        width: 500px;


    }

    .card-kaptasimples-div img {
        width: 200px;
        height: 200px;


    }
  

}
@media screen and (max-width: 1400px) {
    #cardHeader {
        padding: 5px !important;
    }
}


@media screen and (max-width: 1300px) {

    


.slide-content{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* imagem atrás */
.bannerimgelement{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    max-width:80%;
    z-index:1;
}

/* texto na frente */
.slide-content-info{
    position:relative;
    z-index:2;
    width:90%;
    max-width:600px;
    height:auto;
    text-align:center;
    
}




.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    border: none;
    background: transparent;
    color:  rgba(0, 0, 0, 0.5);;
    cursor: pointer;
    padding: 0;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
}

@media screen and (max-width: 1250px) {
#page-content{ margin-top: 80px;}
}


@media screen and (max-width: 1150px) {
    #kaptaSimplesIMG {
        display: none;
    }

    .round-margin-right-kaptasimples {
        margin-right: 0;
    }

    #kaptaSimples {
        width: 100%;
        position: static;
        top: 5%;
        right: 5%;
        justify-items: center;
        width: 100%;
    }

    .card-kaptasimples-div {
        display: grid;
        margin-bottom: 30px;
        align-items: center;
        width: auto;
        justify-items: center;
        max-width: 800px;
        margin: 30px;



    }

    #kaptaSimplesContent {
        /* z-index: 3; */

        justify-items: center;

    }

    .titulo-card-kaptasimples {
        font-size: 20px;
        color: #ff8000;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .text-card-kaptasimples {
        /* max-width: 300px; */
        text-align: center;
        display: grid;
    }

    .solicite-main-div {
        display: block;
        /* max-width: max-content; */
        width: auto;
        max-width: 100%;
        text-align: center;
        height: auto;
        margin: 15px
    }

    #textSolicite {
        /* width: auto; */

        text-wrap: wrap;
        text-align: center;
        /* word-wrap: break-word; */
        display: flex;
        /* min-width: 0; */
        width: auto;
        margin: 0 15px 0 15px
    }

    #titleSolicite {

        text-wrap: wrap;
        display: flex;
        justify-content: center;
        /* white-space: wrap; */
        width: auto;
        /* margin: 0 15px 0 15px */
    }

    #logoSolicite {
        margin: 0
    }

    /* #girlImageSolicite{
        position: relative;

    }
    #girlImageSolicite  {
        height: 100px;
        right: 10px;
        z-index: 0;
    } */

    #girlImageSoliciteDiv {
        display: none;


    }

    .seja-main-div {
        display: block;
        /* max-width: max-content; */
        width: auto;
        max-width: 100%;
        text-align: center;
        height: auto;
        margin: 15px
    }

    #textSeja {
        /* width: auto; */

        text-wrap: wrap;
        text-align: center;
        /* word-wrap: break-word; */
        display: flex;
        /* min-width: 0; */
        width: auto;
        margin: 0 15px 0 15px
    }

    #titleSeja {
        font-size: 28px;
        text-wrap: wrap;
        display: flex;
        justify-content: center;
        /* white-space: wrap; */
        width: auto;

    }

    #vanImageSoliciteDiv {
        display: none;
    }

    #logoSeja {
        margin: 0;
        display: none;
    }

    .card-container {
        justify-content: center;
        align-items: center;
        align-content: center;
        display: block;
        justify-items: center;
        margin: 0;
        width: 100%;
    }

    .individual-card {
        margin: 20px;
        width: 550px
    }
}

@media screen and (max-width: 950px) {

.bannerbtn{

    bottom: 50px;
    right: auto;
    position: absolute;
    /* height: 50px; */
        background: linear-gradient(90deg, rgba(254, 178, 0, 1) 0%, rgba(254, 175, 0, 1) 9%, rgba(253, 134, 0, 1) 61%, rgba(254, 178, 0, 1) 93%, rgba(254, 178, 0, 1) 95%);
border: none;
border-radius: 10px;
padding: 10px 20px;
font-size: 20px;
color: white;
color: white;

}

.bannerbtn2{
    bottom: 50px;
    right: auto;
    position: absolute;
    /* height: 50px; */
        background: linear-gradient(90deg, rgba(254, 178, 0, 1) 0%, rgba(254, 175, 0, 1) 9%, rgba(253, 134, 0, 1) 61%, rgba(254, 178, 0, 1) 93%, rgba(254, 178, 0, 1) 95%);
border: none;
border-radius: 10px;
padding: 10px 20px;
font-size: 20px;
color: white;
}

.slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.slide-content1{
  position: relative;
justify-content: center;
justify-items: center;
align-items: center;
align-content: center;
text-justify: center;
text-align: center;
  width: 100%;
  /* opacity: 0.5; */
}

#banner{
        height: auto;
        
        
    }
    
.slide img {
    
    /* width: 100%; */
    height: 100%;
    /* margin-bottom: 30px; */
    object-fit: cover;
}
.dots{
    bottom: 15px
}

    /* #page-content{ margin-top: 0;} */

    /* .ul-nav-header{
        flex
    } */
    #cardsVantagens {
        display: flex;
        justify-content: center;

        width: 100%;
    }

    .card-container {
        margin: 0;
        text-justify: center;
        display: grid;
        width: 100%;
    }

    /*   .individual-card{
        width: 50px;
    } */
    #rodapeinfo {
        display: block;
        height: auto;
        justify-items: center;
    }

    .margin-left150 {
        margin-left: 0;

    }

    .margin-right150 {
        margin-right: 0;

    }

    #redessociais {
        margin: 0 0 30px;
        justify-content: center;

    }

    #nossasredes {
        justify-items: center;
        text-align: center;
        padding-top: 20px
    }





    #menuToggle {
        display: block;
        position: absolute;
        left: 20px;
        /* top: 20px; */
        z-index: 10;
    }

    #cardHeader {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 250px;
        background: white;
        justify-items: center;
    }

    #cardHeader.active {
        display: block;
    }

    .ul-nav-header {
        flex-direction: column;
        align-items: center;
    }

    .headerDiv {
        width: 100%;
        margin: 20px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* text-align: center; */
        /* width: 100%; */
        z-index: 500;
        position: fixed;
        top: 0;
        backdrop-filter: blur(50px);
        border-radius: 15px;
        gap: 100px;
        flex: 1
    }

    #header {
        margin: 20px;
    }

    .margin-right150 {
        text-align: center;
    }


.slide-content div{
    font-size: 20px;
}

.slide-content h1{
    font-size: 28px;
}
.slide-content-info{
    margin: 10px
}


}

@media screen and (max-width: 700px) {
    .individual-card {
        margin: 20px;
        width: 300px
    }



}

@media screen and (max-width: 400px) {
        .bannerimgelement{
   height: auto;
    max-width: 250px; margin-right:0;
}

#frame2{
    height: auto;
    max-width: 350px; margin-right:0;
}
#cotacao{
    width: 250px; 
    height: auto;
}

}