@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
}

body {
    background-color: white;
    font-family: 'Montserrat';
}

main {
    max-width: 1100px;
    min-width: 370px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.bg1 {
    background-color: #F1F6FF;
}

.bg2 {
    background-color: #D9D9D933;
}

header {
    display: flex;
    /* background: url(../Imagens/Rectangle\ 2.png) 0% 0% no-repeat padding-box; */
    background-color: #F1F6FF;
    background-size: 5000px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.social {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
}

.social-media-icons {
    display: flex;
    justify-content: center;
    max-width: 200px;
    min-width: 170px;
    height: 20px;
    gap: 15px;
    background-color: #16213E;
    padding: 10px;
    border-radius: 10px;
    margin-left: 500px;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
}

.icon {
    background-size: cover;
}

div.video {
    padding-bottom: 60%;
    position: relative;
}

div.video > iframe {
    position: absolute;
    top: 0;
    left: 2%;
    width: 95%;
    height: 90%;
    border-radius: 20px;
}

.header p {
    color: #363333;
    opacity: 70%;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
    margin: 0 90px;
}

.img-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.logo1 {
    /* width: 300px;
    height: 150px; */
    width: 25%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-header {
    text-align: left;
}

.text-header h2 {
    color: #181f52;
    font-size: 2rem;
}

.text-header p {
    color: #181f52;
    font-weight: 700;
    opacity: 88%;
    margin: 0;
    padding: 5px;
}

/* 2 */

.section2 {
    padding-bottom: 80px;
}

.section2 img {
    width: 95%;
    margin-left: 3px;
}

h1 {
    font-size: 3rem;
    color: #1E2763;
    padding: 30px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.subtitle {
    color: #363333;
    opacity: 70%;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
    margin: 0 90px;
    line-height: 20px;
}

.row {
    display: flex;
    flex-direction: row;
}

.row-card {
    display: flex;
    flex-direction: row;
}

.set {
    background-color: #1AC53C;
    padding: 50px 20px 20px 20px ;
    margin-left: 200px;
    margin-top: -35px;
}

.sub-img {
    color: #363333;
    opacity: 70%;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    width: 40%;
    text-align: left;
    padding-left: 120px;
}

.tecnologia-inovacao {
    width: 100%;
}

/* 3 */

.section3 {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 30px;
}

.section3 h1 {
    font-size: 3.5rem;
    padding: 10px;
}

.section3 p {
    color: #363333;
    opacity: 70%;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
}

.img-3{
    width: 70%;
    height: 600px;
}

.card {
    display: flex;
    flex-direction: row;
    margin-bottom: -28%;
}

.detalhes {
    width: 55%;
}

.section3 details {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 16px #080F340F;
    mix-blend-mode: normal;
    border-radius: 16px;
    padding: 20px;
    margin: 20px;
}

summary::-webkit-details-marker {
    display: none;
}

.section3 summary {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #272525;
    cursor: pointer;
    list-style: none;
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.section3 summary::after {
    background: #E3DAFC; 
    content: "+"; 
    color: #8D72FF; 
    float: left;  
    font-weight: bold; 
    padding: 0; 
    text-align: center; 
    width: 25px;
    height: 25px;
}

details[open] summary::after {
    content: "-";
}

/* 4 */

.hashtag h2 {
    margin-left: -50px;
    color: #1E2763;
    font-size: 8rem;
    padding: 20px 0;
    border-bottom: 1px solid #272525;
}

.section4 {
    margin-top: 20px;
    margin-left: 38px;
    width: 91%;
    background-color: #1C5CA8;
    box-shadow: 12px 12px 20px #1E276333;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

.section4 h1 {
    color: white;
    line-height: 50px;
}

.section4 h2 {
    color: white;
    font-size: 2rem;
    font-weight: 400;
    padding: 20px;
    margin: 30px 0;
}

.section4 p {
    color: white;
    padding: 20px;
}

.card2 {
    line-height: 25px;
    padding: 30px;
    font-size: 0.9rem;
    text-align: left;
}

.card3 img {
    padding-top: 60px;
}

.card3 p {
    margin-top: -45px;
}

.card4 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
    padding: 30px;
}

/* botao */

.image-button {
    display: flex;
    background-color: #1C5CA8;
    padding: 20px 20px;
    border-radius: 10px; 
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 700;
    align-items: center;
    color: white;
    margin: 70px 40px;
    width: 87%;
    height: 60px;
    text-align: left;
    position: relative; /* Para posicionar o botão verde */
}
  
.image-button .text {
    display: inline-block;
}
  
.image-button .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    background-color: #1AC53C;
    padding: 20px 30px;
    border-radius: 20px 10px 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 300px;
}

/* 5 */
.section5 h1 {
    color: #272525;
}

.section5 p {
    color: #363333;
    text-align: center;
    opacity: 80%;
    margin: 0 170px;
    letter-spacing: 0.4px;
}

/* 6 */

.sec6 {
    background-color: #a8a8a833;
    mix-blend-mode: normal;
    border-radius: 16px;
    padding: 20px;
    margin: 20px 40px;
    width: 87%;
}

.sec6 summary::-webkit-details-marker {
    display: none;
}

.sec6 summary {
    font-size: 1.6rem;
    font-weight: 500;
    color: #272525;
    cursor: pointer;
    list-style: none;
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.sec6 summary::after {
    content: "+"; 
    background-color: #D9D9D933;
    color: #1E2763; 
    float: left;  
    font-weight: bold; 
    padding: 0; 
}

.section6 details[open] summary::after {
    content: "x";
}

.flex {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
}

.flex img {
    width: 50%;
    padding: 20px;
    padding-left: 0;
}

.flex p {
    color: #363333;
    font-size: 1rem;
    width: 100%;
}

/* 7 */

.section7 {
    background-color: #1C5CA8;
    color: white;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 250px;
    margin: 0 auto;
    border-radius: 10px;
    text-align: left;
    margin-left: 40px;
}

.section7 div {
    padding: 30px;
}

.section7 h2 {
    font-size: 2.5rem;
    padding: 5px;
    font-weight: 400;
}

.section7 p {
    font-size: 0.9rem;
    padding: 5px;
    font-weight: 400;
}

.section7 img {
    width: 40%;
    border-radius: 10px;
    position: relative;
    left: 10%;
}

/* 8 */
.section8 {
    /* background-color: #e4e2e233; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    width: 1485px;
    margin-left: -10px;
}

/* .section8 img {
    width: 18%;
    height: 80%;
} */

.section8 div.area-cliente {
    width: 430px;
    text-align: right;
    padding: 43px;
}

.section8 h2 {
    color: #1E2763;
    font-weight: 400;
    font-size: 2.2rem;
}

.section8 p {
    color: #363333;
    opacity: 80%;
    font-size: 0.8rem;
}

.logos-clientes li {
 list-style: none;
}

.logos-clientes {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.logos-clientes ul {
    display: flex;
    align-items: center;
    gap: 40px;
    animation: 20s infinite slide linear;
}

.logos-clientes img {
    width: 150px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-520px);
    }
}


/* 9 */

.title-footer {
    padding-bottom: 50px;
    width: 95%;
    height: 170px;
    margin-bottom: 20px;
    text-align: left;
}

.section9 {
    background-color: #F1F6FF;
    /* background: url(/Imagens/Rectangle\ 2.png); */
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 30px;
    gap: 90px;
    padding-bottom: 350px;
    margin-left: 10px;
}

.ajust {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    position: absolute;
}

form {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 430px;
    height: 450px;
    text-align: left;
    font-weight: bold;
}

.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 35px 0;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #1E2763;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

textarea {
    height: 120px;
}

input[type="submit"] {
    background-color: #1E2763;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

input[type="submit"]:hover {
    background-color: #1E2763;
}

.links-footer {
    background-color: white;
    width: 400px;
    height: 80px;
    border-radius: 10px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
}

.links-footer span a, .links-footer span{
    text-decoration: none;
    color: green;
}

.img-fundo {
    height: 400px;
    background-image: url(/Imagens/Rectangle\ 6748.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* .site {
    background-image: url(../icons/site2.png);
    background-repeat: no-repeat;
    background-position: bottom -5px left 5px;
} */

/* .contato {
    background-image: url(/Imagens/contato2.png);
    background-repeat: no-repeat;
} */

/* .whats {
    background-image: url(/Imagens/whatsApp2.png);
    background-repeat: no-repeat;
} */

/* .email {
    background-image: url(/Imagens/email2.png);
    background-repeat: no-repeat;
    background-position: left center;
} */

.segura {
    background-color: #F1F6FF;
    /* background: url(/Imagens/Rectangle\ 2.png); */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* footer */

footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 0.9rem;
}

footer ul {
    display: flex;
    gap: 20px;
    padding: 20px;
    list-style: none;
}

footer ul li a {
    text-decoration: none;
    font-weight: 700;
    color: #1E2763;
    opacity: 0.9;
}

ul li a:hover{
    opacity: 1;
}

footer p {
    padding: 20px;
    font-weight: 700;
    color: #1E2763;
}

/* respon */

@media (max-width: 800px) {

    main {
        overflow: hidden;
    }

    header {
        width: 90%;
    }

    .social-media-icons {
        margin: auto;
        justify-content: center;
    }

    .logo1 {
        width: 80%;
    }

    .text-header h2 {
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
    }

    header .text-header p {
        font-size: 0.9rem;
        margin: 0 auto;
        padding: 10px 0;
    }

    .img-top {
        flex-direction: column;
        margin: auto;
    }

    div.video > iframe {
        top: 0;
        left: 5%;
        width: 85%;
        height: 90%;
    }

    .header p {
        font-size: 1rem;
        margin: 10px;
    }

    .section2 {
        width: 100%;
    }

    .section2 h1 {
        font-size: 2.5rem;
        margin: 5px;
        padding: 5px;
    }

    .subtitle {
        font-size: 1rem;
        margin: 10px;
    }

    .sub-img {
        text-align: left;
        padding: 10px;
        width: 50%;
        font-size: 1.1rem;
    }

    .section3 {
        width: 80%;
        flex-direction: column;
        margin-left: -15px;
    }
    
    .section3 h1 {
        font-size: 1.8rem;
        padding: 10px;
    }
    
    .section3 p {
        font-size: 1rem;
    }
    
    .img-3{
        width: 110%;
    }

    .card {
        flex-direction: column;
        align-items: center;
        width: 118%;
        margin-bottom: 10px;
    }

    .detalhes {
        width: 80%;
    }

    .section3 details {
        margin-left: -10px;
        margin-top: 30px;
        width: 130%;
    }
    
    .section3 summary {
        font-size: 20px;
        font-family: 'Montserrat';
        font-weight: 500;
        color: #272525;
        cursor: pointer;
        list-style: none;
        display: flex;
        text-align: left;
        justify-content: space-between;
    }
    

    .hashtag h2 {
        font-size: 2.5rem;
        margin-left: -10px;
    }

    .row {
        flex-direction: column;
    }

    .row-card {
        display: flex;
        flex-direction: row;
    }

    .set {
        width: 30px;
        margin-left: 50px;
        margin-top: -13px;
        height: 20px;
    }

    .section4 {
        margin-left: 2px;
        width: 100%;
    }

    .card2 h1 {
        font-size: 2.5rem;
    }

    .card3 {
        flex-direction: column;
        margin-top: -90px;
        margin-bottom: 15px;
    }

    .card4 {
        flex-direction: row;
        justify-content: space-around;
    }

    .card4 img {
        width: 30%;
        height: 30%;
    }
    
    .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 10px 10px 10px -32px;
    }

    .image-button {
        font-size: 0.9rem;
        padding: 7px;
        height: 86px;
        margin-left: 20px;
    }
      
    .image-button .cta {
        font-size: 0.8rem;
        width: 60px;
    }

    .section5 h1 {
        color: #1E2763;
        font-size: 2rem;
        margin: 0 auto;
        padding: 8px;
    }
    
    .section5 p {
        margin: 0 auto;
    }

    .sec6 {
        margin: 20px auto;
        width: 80%;
    }

    .sec6 summary {
        font-size: 1.4rem;
    }
    
    .flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .flex img {
        padding: 20px;
        width: 100%;
    }
    
    .flex p {
        font-size: 1rem;
        width: 100%;
        padding: 10px;
    }

    .section7 {
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 450px;
        flex-direction: column;
        margin-left: -4px;
    }
    
    .section7 h2 {
        font-size: 2.3rem;
        padding: 10px;
        font-weight: 400;
    }
    
    .section7 p {
        font-size: 0.9rem;
        padding: 10px;
        font-weight: 400;
    }
    
    .section7 img {
        width: 75%;
        left: 0;
        top: -5%;
    }

    .section8 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 280px;
    }
    
    .logos-clientes {
        width: 370px;
    }

    .area-cliente p {
        margin: 0 50px;
        padding: 0 20px;
        font-size: 0.8rem;
    }
    
    .section8 div.area-cliente {
        width: 500px;
        text-align: center;
        padding: 20px;
    }

    .segura {
        flex-direction: column;
        padding: 10px;
    }

    .img-fundo {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 300px;
        margin-left: 10px;
    }

    /* footer */

    .title-footer {
        padding: 10px;
        margin-top: 30px;
        width: 100%;
    }

    .title-footer h1 {
        font-size: 2rem;
    }
    
    .section9 {
        width: 90%;
        padding-bottom: 30px;
    }

    .ajust {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    
    .d-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    form {
        padding: 10px;
        width: 85%;
        height: 650px;
    }
    
    .links-footer {
        width: 350px;
        font-size: 0.8rem;
        margin: 10px 10px 10px -30px;
    }

    footer {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

}