
/* main1 */

#main1{
    margin: 0;
    height: auto;

    display: grid;
    grid-template-areas: "main1";
    padding: 0;
    margin: 0;
}

#main1-content {
    color: #0049B1;
    /*margin-top: 70px;*/
    grid-area: main1;
    display: grid;
    grid-template-areas: "content";
    color: #fff;
}
.content-carousel{
    display: flex;
    justify-content: center;
}
.article-content{
    display: flex;
    flex-direction:column;
    justify-content: center;
}

.article-content p{
   display: flex;
   flex-wrap: wrap;
}
.btn-main1{
    margin-top: 2rem;
}

#main1-fundo{
    grid-area: main1;
    overflow: hidden;
    height: 100%;
}
#image-fundo{
    height: 100%;
    width: 100%;
    object-fit: cover;
} 

.article-image{
    height: auto;
    border-radius: 200px 50px 200px 50px;
    padding-bottom: 2rem;
}

.image{
    height: 100%;
    width: 100%;
}

.image-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 500px;
    width: 500px;
}
#image1 {
    /*transform: scale(1.5) translateX(-20px) translateY(-30px);*/
    transform: scaleX(1.3);
    /*margin-top: 100px;*/
    /*height: auto;*/
    height:100%;
    width:100%;
}
#image2 {
    width: 90%;
    height: auto;
    height: 100%;
    width: 100%;
}


.texto-aside{
    color: silver;
    font-size: 2.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    margin-top: 1rem;
}


@media (min-width: 1200px){
    /* main1 */
    #main1-content{
        padding: 2rem 0;
        /*margin-top: 100px;*/
        padding-top: 0;
    }

    .main{
        padding: 2rem 7rem;
        height: auto;
    }

    .article-content p{
        font-size: 2.5vh;
        color: #606060;
    }

    #main1-fundo {
        height: 85vh;
    }

}

@media (max-width: 1200px){
    #main1-content{
        padding: 2rem;
        margin-top: 50px;
        padding-top: 0;
    }

    .main{
        padding: 2rem;
        height: auto;
        margin: 0;
    }

    .article-content p{
        font-size: 2.2vh;
    }
    .image-carousel {
        margin-top:1rem;
    }
  
}

@media (max-width: 600px) {
    .image-carousel {
        transform:translateX(5%);
    }
}


    /* main2 */
    #main2 {
        display: flex;
        justify-content: center;
        /*align-items: center;*/
        height: auto;
        padding: 3rem 1rem 0 1rem;
        gap: 2rem;
        margin-top: 0;
        background-color: #f0f9ff;

    }


    /* a alterar */
    .main2-card {
        box-shadow: 0 0 20px #d5e9ee;
        border-radius: 15px;
        transition: 0.5s;
        overflow: hidden;
        background-color: #fff;
    }
.main2-card:hover{
    transition:0.5s;
    transform:translateY(-1rem)
}

/*.main2-icone{
    background-color: #f0f9ff;
    padding: 1rem;
    border-radius: 100%;
}*/

.main2-card h5 {
    color: #606060;
}

.traco{
    display: block;
    height: 3px;
    width: 40%;
    margin-bottom: 1rem;
    background-color: #ababab;
}


.div-card{
    padding: 1.5rem;

    h4{
          color:#202020;
      }
}

@media (width<576px){
    #main2{
        display: flex;
        justify-content: start;
    }

}





/* main3 */
#main3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    row-gap: 3rem;
    margin: 0;

    background: url(../images/pc1.png);

    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;

}

.btn-red {
    height: 45px;
    /* padding: 0.7rem 3rem; */
   /* padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;*/
    background: linear-gradient(250deg, #f39759, #ef5801);
    font: inherit;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: bold;
    font-size: 2.5vh;
    padding: 0.5rem 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*.btn-red:hover{
    font-weight: bold;
}
*/
#article-image-main3{
    border-radius: 150px 50px 150px 50px;
}

#btn-tutorial{
    margin-top: 2rem;
}
#btn-baixar{
    margin-top: 1rem;
}






/* main4 */
#main4{
    display: flex;
    justify-content: center;
    padding-bottom: 0;

    background: url(../images/pc2.png);
    background-repeat: no-repeat;
    background-position: left;
    margin: 0;
    row-gap: 2rem;
    padding-top: 2rem;

    background-color: #f0f9ff;
}
.section-estatistica{
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;

}
.card-estatistica{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width:auto;
}


.card-caracteristicas p{
    font-size: 2.6vh;
}
.estatistica-numero{
    background-color: #0192ef;
    background-color: #7bd869;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    text-align: center;
    color: #f0f9ff;
}



.article-cards{
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}


.card-caracteristicas{
    background-color: #f0f9ff;
    background-color: #fff;
    box-shadow:0 0 40px #f0f9ff;


    border-radius: 10px;

    text-align: center;
    row-gap: 1rem;
    padding: 1rem;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    height: auto;
}


@media(width<600px){
    .card-caracteristicas{
        width: 90%;
    }
    .card-estatistica{
        width: auto;
    }

   
}

.card-caracteristicas:hover {
   transition: 0.5s;
}
.card-caracteristicas i {
    font-size: 6vh;
    color: #03c0f3;
    padding: 1rem;
    background-color: #deedfe;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-caracteristicas h4{
    margin-top: 1rem;
  }

.div-icone{
    height: 100%;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    row-gap: 1rem;
}

.div-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: .5s ease;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
#detalhes{
    background-color: transparent;
}


.card-caracteristicas:hover .div-text{
   height: 100%;
   transform: translateY(0%);
   background: linear-gradient(180deg,rgba(255, 255, 255, 0.4), #0192ef);
   color: #fff;
 }


.card-caracteristicas:hover h5{
  opacity: 0;
}

.image-caracteristica{
    height: 80%;
    width: 100%;
    object-fit: cover;
}




/* main5 */
#main5{
    background-color: #0049B1;

    margin: 0;

}
#article-main5{
    display: flex;
    justify-content: center;
    column-gap: 4rem;
    row-gap: 4rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    margin: 0;
}
.card-area{
    border: 1px solid #0049B1;
    padding: 2rem 1rem 1rem 1rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.5rem;

    animation: AcenderBorda;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-timing-function: linear;
}
.card-area h5{
    text-align: center;
}

.image-area{
    width: 20%;
    height: auto;
    transform: scale(1.4);
}

.qtd-empresa{
    font-size: 5vh;
    color: #0192ef;
    padding: 1rem;
    border-radius: 50%;
}


@keyframes AcenderBorda{
    0%, 19%{
        border:1px solid #0653be;
    }
    20%{
        border:1px solid #0049B1;
        border-top:1px solid #0049B1;
    }
    40%{
        border:1px solid #0192ef;
        border-right:1px solid #0049B1;
    }
    60%{
        border:1px solid #0192ef;
        border-bottom:1px solid #0049B1;
    }
    80%{
        border:1px solid #0049B1;
        border-left:1px solid #0049B1;
    }
    90%{
        border:1px solid #0049B1;
        border-left:1px solid #0049B1;
    }
    100%{
        border-left:1px solid #0049B1;
    }
}




/* main6 */
#main6{
    background-color: #f0f9ff;
    margin: 0;
    padding-top: 1rem;
}
#article-main6{
    gap: 1.5rem;
    display: flex;
    justify-content: center;
}
.card-pacote{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 40px #a2dff0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    transition: 0.5s;
    row-gap: 1rem;
}

.card-pacote:hover{
    transition: 1s;
    transform: translateY(-10px);
}


.header-pacote{
    text-align: center;
    overflow: hidden;
    padding-bottom: 1rem;
    padding: 0 1rem 0 1rem;
    h2
{
    font-weight: 600;
}

}

.image-pacote{
    margin-top: 20px;
    height: auto;
    width: 50%;
}
.pacote-content{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 40px 40px 15px 15px;
    background-color: #ef5801;
    background:  linear-gradient(250deg, #03c0f3, #0192ef);

    color: #fff;
    width: 100%;
}
#pacote-content2{
    background:  linear-gradient(250deg, #a2dff0, #f0f9ff);

    color: #808080;
}

.pacote-content p{
    font-size: 2.2vh;
    /*font-weight: 600;*/
    text-align: center;
}
#pacote-content2 .tempo-pacote {
    color: #808080;
    background-color: #a2dff0;
}

.tempo-pacote{
    background-color: #038be0;
    /* color: #ececec; */
    padding: 0.5rem 2rem;
    border-radius: 10px;
    font-size: 2.5vh;
}

#btn-pacote{
    width: auto;
    margin: 2rem;
}
#btn-pacote:hover{
    font-size: 2.5vh;
    font-weight: bold;
}



/* main7 */
#main7{
    padding: 0;
    margin: 0;
    display: flex;
    padding: 0;
    height: auto;
    display: grid;
    grid-template-areas: 'main7';

}

#main7-fundo{
    height: auto;
    grid-area: main7;
    padding: 0;
}
#main7-fundo .image{
    height: auto;
    filter: brightness(50%);
    height: 100%;
    object-fit: cover;
}

#main7-content{
    grid-area: main7;
    color: #fff;
    filter: brightness(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    height: auto;
    background-color: rgba(6, 195, 253, 0.3);
}


.section-main7{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 0.5rem;
    row-gap: 1rem;
}

.card-main7{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    width: 170px;
    padding: 0.3rem;

}
.main7-percentagem{
    border: 10px solid #02aee2;
    /* border: 10px solid #00C3FF; */
    border-radius: 50%;
    height: 90%;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;

    h1{
        margin: 0;
        font-weight: 600;
    }
}

.section-main7 h4{
    text-align: center;
    text-align-last: center;
}

@media (width>1200px){
    #main7-fundo .image{
        height: 500px;
    }
}

@media (width<400px){
    #main7-fundo .image{
        height: 900px;
        /* background-size: 100%; */
    }
    
    .card-main7{
        height: 100px;
        width: 100px;    
    }
    .main7-percentagem{
        border: 5px solid #02aee2;
        border-radius: 50%;
        height: 80%;
        width: 80%;
    }

}



/* main8 */
#main8{
    background: url(../images/fundo.png);
    background-repeat: no-repeat;
    background-position: right;
    column-gap: 3rem;
    row-gap: 2rem;
    display: flex;
    justify-content: center;
    margin: 0;
}




/* main9 */
#main9{
    margin: 0;
    display: flex;
    justify-content: center;
    row-gap: 2rem;
    column-gap: 3rem;
    background-color: #f0f9ff;
}

#article-slide-main9 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}
#article-slide-main9::-webkit-scrollbar{
    display: none;
}

.section-slide {
    height: 50%;
    width:45%;
    background: linear-gradient(250deg, #03c0f3, #0192ef);
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 1rem;
    transition: 1s;
    gap:0.5rem;
    border: none;
    outline: none;
    color:#fff;

    i{
         font-size:2.2vh;
     }
}

.section-slide i{
    font-size: 3.5vh;
}
.section-slide span{
    font-size: 2.5vh;
}

/*@media (width<1200px){
    .section-slide {
        width: 45%;
    }
    .section-slide:not(:focus){*/
        /*width: 30%;*/
        /*flex-shrink:1;
    }
    .section-slide:focus{
        width: 70%;
    }
   
}*/



/* main10 */
#main10{
    margin: 0;
    display: flex;
    justify-content: center;
    row-gap: 2rem;
    column-gap: 3rem;

    .article-content{
        height:350px;
    }
    a{
        margin-top:1rem;
    }
}
#imageAgente{
    height: auto;
}

.section-parceiro {
    color: #505050;
    transition: 1s;
    height:auto;
    margin-bottom:0.5rem;

    summary{
        display: flex;
        align-items:center;
        gap:0.2rem;
        font-size:2.5vh;
             color:#0192ef;

        i{
             color:#0192ef;
         }
    }

    ul{
        /*list-style: none;*/
        height:auto;
        width: 90%;
        padding:0 2rem;
        transition: 1s;
        font-size:2.2vh;
        margin:0;
    }

   
}






/* main12 */
#main12{
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-areas: "main12";
}


.main12-fundo{
    grid-area: main12;
    filter: brightness(70%);
}


.main12-content{
    filter: brightness(100%);
    background-color: rgba(0, 89, 172, 0.3);
    grid-area: main12;
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 0 2rem;

    h1{
        width: 70%;
        font-weight: bold;
    }
}

#image-solicitacao{
    background-size: 100%;
    object-fit: contain;
    object-fit: cover;
}
#btn-solicitar{
    background:  linear-gradient(250deg, transparent, transparent);
    margin-top: 2rem;
    border: 1px solid;
}
#btn-solicitar:focus{
    box-shadow: 0 0 5px ;
}

@media (width>1200px){
    .main12-fundo .image{
        height: 700px;
    }
}

@media (width<1200px){
    .main12-content{
        padding: 2rem 0;
    }
}


