@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins: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&display=swap');

*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    object-fit: cover;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}
body{
    font-family:"Open Sans", sans-serif;
    overflow-x: hidden;
}
.cima{

    width: 100%;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    background-color: #9F0E5D;
    color: white;
}
.cima > h1 {
  font-size: clamp(1.2rem, 2.5vw, 2rem); 
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;

  text-shadow: 
    0 0 6px rgba(0,0,0,0.4),   
    0 0 12px rgba(255,255,255,0.6); 
}

@media (max-width: 480px) {
  .cima > h1 {
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 0 10px; 
  }
}



.conteudo-a1{
    width: 100%;
    height: 875px;
    background: url("../img/background2.png") no-repeat center;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 2rem;

    position: relative;
}
.conteudo-a1 .content{

    display: flex;
    justify-content: center;

    flex-direction: column;

    border-radius: 10px;

    position: relative;
}

.conteudo-a1 .content h1{
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bolder;
    color: black;
}
.conteudo-a1 .content span{
    color: #fb429b;
    font-size: 3rem;
    text-shadow: 1px 1px 10px #ff97ca;
}
.conteudo-a1 .img-content img{
    position: relative;
    width: 720px;
    top: 4.5rem;
}
.conteudo-a1 .content > img {
    position: absolute;
    bottom: -4rem;
    width: 320px;

    filter: brightness(0) invert(1);
}

.protocolo {
    position: absolute;
    bottom: 0rem;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    overflow: hidden;
    width: 100%;
    height: 100px;
    background: #9F0E5D;
}

.dados {
    display: flex;
    align-items: center;
    gap: 50px;
    white-space: nowrap;
    animation: scroll 30s linear infinite; 
    will-change: transform;
}

.dados img {
    width: 80px; 
    height: auto;
    flex-shrink: 0; 
}

.dados i{
    color: white;
}

.dados span {
    color: white;
    font-size: 2rem;
    flex-shrink: 0;
}

@keyframes scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0); 
    }
}

.conteudo_a2_adicional {
  width: 100%;
  background-color: #FFA8D8;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 60px 20px;
  box-sizing: border-box;
}

.conteudo_a2_adicional .content {
  max-width: 1000px;
  text-align: center;
}

.conteudo_a2_adicional h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  color: #222;
}

.conteudo_a2_adicional span {
  color: #9F0E5D;
  font-weight: bold;
}

.conteudo_a2_adicional .img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap; 
}

.conteudo_a2_adicional img {
  width: 100%;
  max-width: 280px;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.conteudo_a2_adicional img:hover {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .conteudo_a2_adicional h3 {
    font-size: 2rem;
  }

  .conteudo_a2_adicional img {
    max-width: 240px;
  }
}

@media (max-width: 768px) {
  .conteudo_a2_adicional h3 {
    font-size: 1.8rem;
  }

  .conteudo_a2_adicional .img {
    flex-direction: column;
    gap: 1.5rem;
  }

  .conteudo_a2_adicional img {
    max-width: 100%;
  }
}








.conteudo-a2{
    width: 100%;
    height: 800px;
    background-color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.conteudo-a2 .content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 5rem;
}
.conteudo-a2 img{
    width: 300px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.185);
    border-radius: 1rem;
}
.conteudo-a2 .part1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}
.conteudo-a2 .part1 h2{
    width: 800px;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
}
.conteudo-a2 .part1 h1{
    color: #E16FA2;
}
.conteudo-a2 .part2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    width: 80%;
}
.conteudo-a2 .text-part3{
    width: 100%;
}
.conteudo-a2 .text-part3 > div{
    width: 100%;
}
.conteudo-a2 .text-part3 .group{
    display: flex;
    align-items: center;
    gap: 1rem;

}
.conteudo-a2 .text-part3 .group p{
    font-size: 1.2rem;
}
.conteudo-a2 i{
    color: #E16FA2;
}
hr {
  border: none;
  border-top: 2px solid rgba(128, 128, 128, 0.286); 
  margin: 20px 0;
}
.conteudo-a2 .content span{
    color: #E16FA2;
}
.part3-end{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}
.part3-end p{
    width: 100%;
}



.conteudo-a3{
    width: 100%;
    height: 875px;
    background-color: #883e39b7;
    background: linear-gradient(to bottom right, #E16FA2, #9F0E5D);
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

    gap: 5rem;
}
.conteudo-a3 .cima-msg{
    text-align: center;
    display: flex;
    flex-direction: column;

    gap: 1rem;
}
.conteudo-a3 .cima-msg h1{
    font-size: 2.5rem;
}
.conteudo-a3 .cima-msg p{
    font-size: 1.4rem;
    width: 1200px;
}
.conteudo-a3 .main{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

    gap: 3rem;
}
.conteudo-a3 .box-main{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 2rem;
    flex-wrap: wrap;
}
.conteudo-a3 .main .titulo{
    text-align: center;
}
.conteudo-a3 .box{
    background-color: #00000036;
    height: 200px;
    width: 500px;
    border-radius: 1rem;
    padding: 1rem;

    display: flex;
    align-items: center;
    justify-content: space-around;
}
.conteudo-a3 .box img{
    width: 200px;
}
.conteudo-a3 .box .text{
    display: flex;
    flex-direction: column;

    gap: 2rem;
}
.conteudo-a3 .box .text h3{
    font-size: 2rem;
}
.conteudo-a3 .box .text p{
    width: 200px;
    font-size: .8rem;
}
.conteudo-a3 span.box1{
    color: #00FFA5;
}
.conteudo-a3 span.box2{
    color: #FFAB45;
}
.conteudo-a3 span.box3{
    color: #80D1BF;
}
.conteudo-a3 span.box4{
    color: #6B54D8;
}



.conteudo-a4{
    width: 100%;
    height: 875px;
    background-color: white;
    color: black;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

    gap: 5rem;
}
.mid{
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5rem;
    width: 100%;

}
.mid img{
    width: 600px;
}
.conteudo-a4 .mid .content span{
    color: #E16FA2;
}
.conteudo-a4 .mid .content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;

    gap: 2rem;
}
.conteudo-a4 .content > h1{
    gap: 1rem;

    width: 400px;
}
.conteudo-a4 .content > div{
    display: flex;
    align-items: center;
    gap: 1rem;

    width: 400px;
}
.conteudo-a4 .content i{
    color: #5b1233;
}



.conteudo-a5{
    width: 100%;
    height: 875px;
    background-color: white;
    color: black;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

    border-top: 10px solid #ff97ca;

    gap: 5rem;
}
.conteudo-a5 .mid i {
    width: 40px;
    height: 40px;
    color: white;
    background-color: #ff97ca;
    border-radius: 50%;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;

    top: -1.7rem;

    will-change: transform, opacity; 
    overflow: visible;
}

.conteudo-a5 .mid i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #ff97ca;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    animation: wave 2s infinite ease-out; 
    will-change: transform, opacity;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(2); 
        opacity: 0;
    }
}

.conteudo-a5 img{
    width: 100px;
    filter: brightness(0) saturate(100%) invert(79%) sepia(20%) saturate(1233%) hue-rotate(289deg) brightness(103%) contrast(101%);
}
.conteudo-a5 .box-main{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;

    gap: 5rem;
}
.conteudo-a5 .box{
    width: 300px;
    height: 300px;

    background-color: rgba(128, 128, 128, 0.155);
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.404);
    border-radius: 1rem;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

    gap: 2rem;
}
.conteudo-a5 .box .text{
    width: 200px;
    text-align: center;
    font-size: 1rem;
}


.sobre {
  display: flex;
  align-items: center;       
  justify-content: center;  
  gap: 40px;
  width: 100%;          
  height: 600px;     
  margin: 80px auto 0;
  padding: 40px 20px 0;
  font-family: 'Arial', sans-serif;
  flex-wrap: wrap; 
  text-align: center;        
  background-color: #c106ff5c;
}

.sobre .text {
  flex: 1;
  min-width: 300px;
  max-width: 500px;         
  margin: 0 auto;            
}

.sobre .text h1 {
  font-size: 2.2rem;
  color: #000000;              
  margin-bottom: 50px;
  position: relative;
}

.sobre .text h1::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #ff4d6d;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}

.sobre .text p {
  font-size: 1rem;
  color: #000000;            
  line-height: 1.7;
  margin-bottom: 15px;
}

.sobre img {
  flex: 1;
  max-width: 400px;
  width: 100%;
  border-radius: 16px;
  transition: transform 0.3s ease;
  margin: 0 auto;            
  position: relative;
  top: 4rem;
  display: block;
}

.sobre img:hover {
  transform: scale(1.03);
}

@media (max-width: 768px) {
.sobre {
  width: 100%;          
  height: 900px;     
}
  .sobre {
    flex-direction: column;
  }

  .sobre .text h1::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .sobre img {
  max-width: 300px;
  position: relative;
  top: 1rem;
}
}
@media (max-width: 415px) {
  .sobre img {
  max-width: 200px;
  position: relative;
  top: 1rem;
}
}




.conteudo_06_adicional {
    width: 100%;
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.conteudo_06_adicional h1 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
  color: #222;
}

.pergunta {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 18px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.pergunta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.pergunta h2 {
  font-size: 1.1rem;
  margin: 0;
  color: #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pergunta p {
  margin-top: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
  display: none; 
}

.pergunta.active p {
  display: block;
}

.pergunta h2::after {
  content: "+";
  font-weight: bold;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.pergunta.active h2::after {
  content: "−";
  transform: rotate(180deg);
}





.conteudo-a6{
    width: 100%;
    height: 875px;
    background-color: #1D1D1D;
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

    gap: 5rem;
}
.conteudo-a6 .titulo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.conteudo-a6 .titulo img {
    width: 100px;
    filter: brightness(0) saturate(100%) invert(79%) sepia(20%) saturate(1233%) hue-rotate(289deg) brightness(103%) contrast(101%);
}

.conteudo-a6 .titulo h1{
    font-size: 1.4rem;
    font-weight: normal;
}
.conteudo-a6 .titulo h2{
    font-size: 2rem;
    color: white;
    background-color: #ff97ca;
    padding: .2rem .4rem;
    border-radius: .6rem;
}
.conteudo-a6 .titulo h3{
    font-size: 2rem;
}
.conteudo-a6 .titulo .texto{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ff97ca;
}
.conteudo-a6 .mensagens{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 2rem;
}
.conteudo-a6 .mensagens > div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.conteudo-a6 .mensagens h1{
    font-size: 3rem;
    font-weight: 700;
}
.conteudo-a6 .mensagens h2{
    font-weight: normal;
    font-size: 1.6rem;
}
.conteudo-a6 .mensagens h3{
    font-weight: bold;
    font-size: 2rem;
    color: #ff97ca;
}
.conteudo-a6 .mensagens h4{
    font-size: 7rem;
    font-weight: 1000;
    color: #ff97ca;
}
.conteudo-a6 .mensagens p{
    font-size: 2rem;
    font-weight: bold;
    color: #ff97ca;
}
.conteudo-a6 .mensagens span{
    font-size: 1.6rem;
}
section{
    text-align: center;
    font-size: 1.1rem;
}





.conteudo-a7{
    width: 100%;
    height: 975px;
    background-color: white;
    color: black;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    gap: 5rem;
}
.conteudo-a7 .content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    gap: 10rem;
}
.conteudo-a7 .content img{
    width: 500px;
}
.conteudo-a7 .content .texto{
    width: 600px;   
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.conteudo-a7 .content .texto h1{
    font-size: 3rem;
}
.conteudo-a7 .content .texto p{
    font-size: 1.4rem;
}
.conteudo-a7 .content span{
    color: #E16FA2;
}
button{
    position: relative;
    width: 400px;
    font-size: 1.2rem;
    padding: 1rem;
    color: white;
    background-color: #DAA520;

    border-radius: 5rem;

    animation: pulse-btn 1.5s ease-in-out infinite;
    box-shadow: 0 0 5px #C5A253;
    transition: transform 0.3s ease-in-out;

    font-weight: 600;
}
@keyframes pulse-btn {
    0%, 100% {
        box-shadow: 0 0 5px #C5A253;
    }
    50% {
        box-shadow: 0 0 20px #C5A253;
    }
}

.conteudo-a8{
    width: 100%;
    height: 675px;
    background: linear-gradient(to bottom right, #E16FA2, #9F0E5D);
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    gap: 5rem;
}
.conteudo-a8 img{
    position: relative;
    top: 5.6rem;
    width: 400px;
}
.conteudo-a8 .text{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 40%;
    gap: 2rem;
}
.conteudo-a8 h1{
    font-size: 3rem;
    width: 100%;
}
.conteudo-a8 p{
    font-size: 1.2rem;
    width: 100%;
}
.conteudo-a8 span{
    font-weight: 900;
}

.conteudo-a9{
    width: 100%;
    height: 1175px;
    background-color: white;
    color: black;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

    gap: 5rem;
}
.conteudo-a9 img {
    width: 400px;
    filter: invert(76%) sepia(5%) saturate(120%) hue-rotate(310deg) brightness(104%) contrast(90%);
}
.conteudo-a9 h1{
    font-size: 2.2rem;
    width: 1000px;
    text-align: center;
}
.conteudo-a9 h2{
    font-size: 3rem;
}
.conteudo-a9 .group{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 1rem;
}
.conteudo-a9 p{
    font-size: 1.4rem;
    width: 1000px;
}
.conteudo-a9 span{
    color: #ff97ca;
}
.conteudo-a9 button{
    position: relative;
    padding: 2rem;
    font-size: 1.6rem;

    color: black;
    background-color: #ff97ca;

    border-radius: 5rem;

    animation: button3 1s infinite ease-in-out alternate;

    font-weight: 600;
}

@keyframes button3 {
    0%{
        box-shadow: 1px 1px 20px #ff97ca;
    }
    100%{
        box-shadow: 1px 1px 10px #ff97ca;
    }
}

.rodape {
    width: 100%;
    background: #111; /* fundo escuro */
    color: #fff;
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 2rem;
    font-family: 'Arial', sans-serif;
}

.rodape .contato {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.rodape a {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.rodape a:hover {
    color: #ff97ca; /* rosa do seu site */
}

.rodape a i {
    font-size: 1.3rem;
    color: #ff97ca;
}

.rodape .copy {
    font-size: 0.85rem;
    color: #aaa;
    margin-top: 1rem;
}

/* responsividade */
@media (max-width: 600px) {
    .rodape .contato {
        font-size: 0.9rem;
    }
    .rodape a i {
        font-size: 1.1rem;
    }
}


button{
    cursor: pointer;
}


