* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 10px;
    padding: 0;
}

h1, h2, h3 {
    font-weight: 700;
    line-height: 1.6;
    margin: 20px auto;
    padding: 0 20px;
    max-width: 800px;
}

h1 {
    font-family: 'Playfair Display', serif;
}

h2 {
    font-family: 'Poppins', sans-serif;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500; 
    font-size: 18px;
    color: #000000;
}

p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 20px auto;
    padding: 0 20px;
    max-width: 800px;
}
/* -------------------------------- INICIO HERO ------------------------------------------------ */
.desktop-hero {
    background: url('../image/banner.png') no-repeat center center;
    background-size: cover;
    height: 97vh;
    display: flex;
    align-items: center;
    text-align: left;
    color: white;
    position: relative;
    border-radius: 18px;
    margin-top: 10px;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
    padding-left: 0;
    justify-content: flex-start;
    z-index: 1;
}

.desktop-hero .desktop-content h1 {
    font-size: 60px;
    line-height: 4rem;
    margin-left: 100px;
}

.desktop-hero .desktop-content p {
    font-size: 16px;
    line-height: 1.5rem;
    margin-left: 100px;
}

.desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.034);
    padding: 20px 30px;
    border-radius: 18px;
    width: 96%;
    max-width: 100%;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border-width: 1px;
    border-color: #ffffff1e;
    border-style: solid;
}

.desktop-nav ul {
    list-style: none;
    display: flex;
    gap: 5rem;
    padding: 0;
    margin: 0;
    flex: 2;
    justify-content: center;
}

.desktop-logo img {
    height: 40px;
}

.desktop-nav .desktop-logo {
    flex: 1;
    margin-top: 5px;
}

.desktop-nav .cta {
    flex: 1;
    text-align: right;
}

.desktop-nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    transition: color 0.3s;
}

.desktop-nav ul li a:hover {
    color: #ebddb3;
}
/* --------------------------------- BOTOES INICIO -------------------------------------------- */
.desktop-button, .desktop-button1, .desktop-button2 {
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
}

.desktop-button {
    background-color: #DDC57C;
    border: none;
}

.desktop-button:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.desktop-button1 {
    background-color: #DDC57C;
    border: none;
    margin-left: 120px;
}

.desktop-button1:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.desktop-button2 {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff67;
    margin-left: 10px;
}

.desktop-button2:hover {
    color: rgb(201, 201, 201);
    background-color: transparent;
    border: 1px solid #ffffff9d;
}

/* -------------------------------- BOTOES FIM --------------------------------------------- */
.desktop-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 50px 15px;
    max-width: 90%;
    margin: 0 auto;
    z-index: 3;
    margin-top: -100px;
}


.desktop-cards h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-top: -5px;
    margin-bottom: 0px;
}

.desktop-card {
    background-color: #DDC57C;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 300px;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #08122E;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}

@media (min-width:340px) and (max-width: 1024px) {
.desktop-card {
    background-color: #DDC57C;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
    flex: 1 1 300px;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #08122E;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}}

.desktop-card-image {
    width: 30px;
    height: auto;
    margin-bottom: 15px;
}

.desktop-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3rem;
    color: #08122E;
    margin-top: 5px;
    text-align: center;
}

/* Largura do menu 1366 */
@media (min-width:1300px) and (max-width: 1366px) {
    .desktop-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.034);
        padding: 20px 30px;
        border-radius: 18px;
        width: 95%;
        max-width: 100%;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        border-width: 1px;
        border-color: #ffffff1e;
        border-style: solid;
    }}

    /* Largura do menu 1280 */
@media (min-width:1200px) and (max-width: 1299px) {
    .desktop-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.034);
        padding: 20px 30px;
        border-radius: 18px;
        width: 94%;
        max-width: 100%;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        border-width: 1px;
        border-color: #ffffff1e;
        border-style: solid;
    }}

        /* Largura do menu 1280 */
@media (min-width:1200px) and (max-width: 1299px) {
    .desktop-nav ul {
        list-style: none;
        display: flex
    ;
        gap: 3rem;
        padding: 0;
        margin: 0;
        flex: 2;
        justify-content: center;
    }}

/* Responsivo */
@media (max-width: 1024px) {
    .desktop-hero {
        height: 70vh;
        text-align: center;
        justify-content: center;
        padding: 0 10px;
        border-radius: 0px 0px 18px 18px;
    }
    
    .desktop-hero .desktop-content h1, .desktop-hero .desktop-content p {
        margin-left: 0;
    }
    
    .desktop-nav {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    
    .desktop-nav ul {
        flex-direction: column;
        gap: 15px;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .desktop-hero {
        background-position: 70% 0%;
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        padding-left: 20px;
        margin-top:-1px;
    }
    
    .desktop-hero .desktop-content {
        margin-left: 0;
        max-width: 80%;
    }

    .desktop-hero .desktop-content h1 {
        font-size: 40px;
        line-height: 3rem;
    }

    .desktop-hero .desktop-content p {
        font-size: 16px;
        
    }

    .desktop-button1 {
        margin-left: 20px;
    }
}

@media (min-width:340px) and (max-width: 767px) {
    .desktop-hero {
        z-index: 5;
        background-position: 70% 0%;
        margin-top: -1px;
        height: 470px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        padding-left: 10px;
    }
    
    .desktop-hero .desktop-content { 
        z-index: 5;
        margin-left: 0;
        max-width: 100%;
    }

    .desktop-hero .desktop-content h1 {
        z-index: 5;
        font-size: 30px;
        line-height: 2.2rem;
    }

    .desktop-hero .desktop-content p {
        z-index: 5;
        font-size: 16px;
        max-width: 250px;
    }

    .desktop-button1 {
        z-index: 5;
        margin-left: 20px;
    }

    .desktop-button2 {
        z-index: 5;
        background-color: transparent;
        color: #ffffff;
        border: 1px solid #ffffff67;
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .desktop-nav {
        display: none;
    }
}

@media (max-width: 768px) {
    
    .desktop-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
        padding: 30px 0px;
        max-width: 100%;
        margin: 0 auto;
        z-index: 3;
        
    }
    }



/* ---------------------------------------------------------------- */




/* ----------------------- MENU MOBILE INICIO ----------------------- */
@media (min-width: 1025px) {
    .mobile-menu, .mobile-nav {
      display: none !important;
    }
  }
  
  @media (max-width: 1024px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        text-decoration: none;
        text-align: left;
      }
  
    a {
      color: white;
      font-family: 'Playfair Display', serif;
    }
    
    a:visited {
      color: white;
    }
    
    a:hover {
      color: #f8cf54;
    }

    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .mobile-menu ul li {
        margin-bottom: 0px;
    }


    .mobile-nav {
        
        display: flex !important;
        padding: 10px 18px 3px 18px;
        background-color: #0c1632fa;
        border-radius: 18px 18px 0 0;
    }

    .mobile-close {
        position: absolute;
        top: 25px;
        right: 25px;
        background: transparent;
        border: none;
        font-size: 26px;
        cursor: pointer;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
    }
    
    .mobile-close:hover {
        background-color: rgba(255, 255, 255, 0.1);
        transform: rotate(90deg);
        color: #1BB3E8;
    }
 
    .mobile-close::before {
        content: '✕';
        font-size: 26px;
        font-weight: bold;
    }

    .mobile-hamburger {
      height: 35px;
      width: 30px;
      margin-left: auto;
      position: relative;
    }
  
    .mobile-hamburger span {
      height: 3px;
      width: 100%;
      background-color: #ffffff;
      border-radius: 25px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: 0.3s ease;
    }
  
    .mobile-hamburger span:nth-child(1) {
      top: 25%;
    }
  
    .mobile-hamburger span:nth-child(3) {
      top: 75%;
    }
  
    .mobile-hamburger.active span {
      background-color: white;
    }
  
    .mobile-hamburger.active span:nth-child(1) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
    }
  
    .mobile-hamburger.active span:nth-child(2) {
      opacity: 0;
    }
  
    .mobile-hamburger.active span:nth-child(3) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
    }
  
    .mobile-nav-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 0;
    }
  
    .mobile-logo {
        padding-top: 10px;
        height: 10%;
        width: 85%;
    }
 
    .mobile-menu {
        z-index: 20;
      background-color: #0C1632;
      height: 100vh;
      width: 100%;
      max-width: 450px;
      position: fixed;
      top: 0;
      right: -450px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      text-align: left;
      font-size: 3rem;
      padding: 30px;
      transition: right 1s ease-in-out, opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
      visibility: hidden;
      opacity: 0;
      gap: 15px;
    }
  
    .mobile-menu.active {
      right: 0;
      opacity: 1;
      visibility: visible;
    }
  
    .mobile-menu-list {
      width: 100%;
      padding-left: 10px;
      padding-top: 40px;
    }
  
    .mobile-menu-list li {
      margin-bottom: 20px;
    }
  
    .mobile-menu-list a {
      color: white;
      font-family: 'Playfair Display', serif;
      font-size: 25px;
      line-height: 1.6;
      letter-spacing: 0.6px;
      font-weight: 600;
      text-transform: none;
      text-decoration: none;
      display: inline-block;
    }
  
    .mobile-menu-list a:hover {
      color: #DDC57C;
    }
  
    .mobile-menu-button {
      font-family: 'Roboto', sans-serif;
      border-radius: 10px;
      padding: 12px 16px;
      font-size: 16px;
      cursor: pointer;
      background-color: #DDC57C;
      border: none;
      margin-top: 30px;
      color: rgb(0, 0, 0);
    }
  
    .mobile-menu-button:hover {
      background-color: #ffffff;
      color: rgb(0, 0, 0);
    }
  }
/* ------------------------- MENU MOBILE FIM --------------- */
  
/* ------------------------- INICIO SESSAO 2 --------------- */
  .desktop-sessao2 p:first-of-type {
    color: #DDC57C; 
   font-size: 16px;
   margin-bottom: -18px;
}

.desktop-sessao2 {
    text-align: center;
    padding: 50px 20px;
    margin: 0px 0px 0px 0px;
}

.desktop-sessao2 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #08122E;
    margin-bottom: 15px;
}

.desktop-sessao2 p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #0000007c;
    max-width: 900px;
    margin: 0 auto 15px auto;
    line-height: 1.3em;
}

/* ResponsivO */
@media (max-width: 768px) {
    .desktop-sessao2 {
        margin-top: 40px;
        padding: 40px 15px;
    }

    .desktop-sessao2 h1 {
        font-size: 28px;
    }

    .desktop-sessao2 p {
        font-size: 14px;
    }
}

.desktop-sessao2-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 90%;
    margin: 40px auto;
}

.desktop-sessao2-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    border-radius: 12px;
    display: flex;
    flex-direction: column; 
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    position: relative; 

}

.desktop-sessao2-card-content {
    
    text-align: center;
    margin-bottom: 20px; 
}

.desktop-sessao2-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.2em;
}

.desktop-sessao2-card p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px!important;
    font-weight: 400;
    color: #ffffffc4!important;
    max-width: 100%;
    line-height: 1.4;
    opacity: 0.9; 
}

.desktop-sessao2-card:hover {
    transform: scale(1.01);
}

/* Responsivo */
@media (min-width:340px) and (max-width: 1024px) {
    
    .desktop-sessao2-cards-container {
        
    
        max-width: 100%;
        padding: 0px;
    }
    .desktop-sessao2-cards-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        max-width: 100%;
        margin: 40px auto;
    }
    
    .desktop-sessao2 {
        max-width: 100%;
        padding: 0px 0px;
    }

    .desktop-sessao2 h1 {
        font-size: 28px;
        text-align: center;
        padding: 0px 0px;
    }

    .desktop-sessao2-card h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 5px;
        text-align: center;
    }

    .desktop-sessao2 p {
        font-size: 16px;
        text-align: center;
        line-height: 1.3em;
    }

    .desktop-sessao2-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .desktop-sessao2-cards-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.desktop-buttonsessao2 {
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    background-color: #DDC57C;
    border: 0px solid;
}

.desktop-buttonsessao2:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: 1px solid #DDC57C;

}

/* -------------------------------------- FIM SESSAO 2 -------------------------------------------- */

/* ----------------------------------- INICIO CARROUSSEL -------------------------------------- */


/* ----------------------- FIM CARROUSSEL --------------------- */

/* ----------------------- SESSAO 4 INICIO --------------------- */

.desktop-sessao4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
margin-top: 40px;
}

.desktop-sessao4-container {
    width: 100%;
    max-width: 90%;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 60px 20px;
    border-radius: 12px;
}

.desktop-sessao4-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.desktop-sessao4-svg {
    width: 50px;
    height: auto;
    
}

.desktop-sessao4 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3vw;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.desktop-sessao4 p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
color: #ffffffbb;
    line-height: 1.4;
    margin: 0;
}

.desktop-button-sessao4 {
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    background-color: #DDC57C;
    border: none;
}

.desktop-button-sessao4:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}


/* Responsivo */
@media (max-width: 1024px) {
    .desktop-sessao4 {
        padding: 60px 0px;
    }
    .desktop-sessao4-container {
        max-width: 100%;
        padding: 50px 0px;
    }
    .desktop-sessao4 h1 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .desktop-sessao4 {
        padding: 50px 10px;
        margin-top: 40px;
    }
    .desktop-sessao4-container {
        padding: 40px 10px;
    }
    .desktop-sessao4 h1 {
        font-size: 28px;
        text-align: center;
    }
    .desktop-sessao4 p {
        font-size: 16px;
        text-align: center;
    }
    .desktop-button-sessao4 {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .desktop-sessao4 {
        padding: 40px 0px;
        margin-top: 30px;
    }
    .desktop-sessao4-container {
        padding: 30px 0px;
        text-align: center;
    }
    .desktop-sessao4-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
    }
    .desktop-sessao4 h1 {
        font-size: 28px;
        text-align: center;
    }
    .desktop-sessao4 p {
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }
    .desktop-button-sessao4 {
        padding: 8px 16px;
        font-size: 16px;
    }
}

/* ----------------------- SESSAO 4 FIM --------------------- */

/* ----------------------- SESSAO 5 INICIO --------------------- */
.desktop-sessao5 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    margin-top: -30px;
}

.desktop-sessao5-container {
    width: 100%;
    max-width: 90%;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 60px 20px;
    border-radius: 12px;
    background-color: #DDC57C;
}

.desktop-sessao5-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.desktop-sessao5-svg {
    width: 30px;
    height: auto;
}

.desktop-sessao5 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3vw;
    font-weight: 500;
    color: #08122E;
    margin: 0;
    line-height: 1.2em;
}

.desktop-sessao5 p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #08122E;
    line-height: 1.4;
    margin: 0;
    font-weight: 300;
}

.desktop-button-sessao5 {
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #DDC57C;
    border: 1px solid #08122e54;
    margin-top: 5px;
    color: #08122E;
}

.desktop-button-sessao5:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

/* Responsivo */
@media (max-width: 1024px) {
    .desktop-sessao5 {
        padding: 60px 0px;
        margin-top: 0px;
    }
    .desktop-sessao5-container {
        max-width: 100%;
        padding: 50px 0px;
    }
    .desktop-sessao5 h1 {
        font-size: 28px;color: #08122E;
    }
}

@media (max-width: 768px) {
    .desktop-sessao5 {
        padding: 50px 10px;
        margin-top: 0px;
    }
    .desktop-sessao5-container {
        padding: 40px 10px;
    }
    .desktop-sessao5 h1 {
        font-size: 28px;
        text-align: center;
        color: #08122E;
    }
    .desktop-sessao5 p {
        font-size: 16px;
        text-align: center;
        color: #08122E;
        font-weight: 300;
    }
    .desktop-button-sessao5 {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .desktop-sessao5 {
        padding: 40px 0px;
        margin-top: 0px;
    }
    .desktop-sessao5-container {
        padding: 30px 0px;
        text-align: center;
    }
    .desktop-sessao5-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
    }
    .desktop-sessao5 h1 {
        font-size: 28px;
        text-align: center;
    }
    .desktop-sessao5 p {
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }
    .desktop-button-sessao5 {
        padding: 8px 16px;
        font-size: 16px;
    }
}

/* ----------------------- SESSAO 5 FIM --------------------- */

/* ----------------------- SESSAO 6 INICIO--------------------- */

.desktop-sessao6 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px 20px 30px;
    margin: 40px auto; 
    border: solid 1px #0000001e;
    border-radius: 10px;
    max-width: 88%;
}

.desktop-sessao6-container {
    width: 100%;
    max-width: 100%; 
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 12px;
    background-color: #DDC57C;
   
}

.desktop-sessao6-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.desktop-sessao6-svg {
    width: 60px;
    height: auto;
    margin-top: -30px;
}


.desktop-sessao6-texto1 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #4D4D4D;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
}

.desktop-sessao6-texto2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
    .desktop-sessao6 {
        padding: 0 20px;
        max-width: 97%;
    }
    .desktop-sessao6-container {
        max-width: 700px;
        padding: 35px 15px;
    }
    .desktop-sessao6-texto1 {
        font-size: 17px;
    }
    .desktop-sessao6-texto2 {
        font-size: 15px;
    }
    .desktop-sessao6-svg {
        width: 60px;
        height: auto;
        margin-top: -60px;
    }
}

@media (max-width: 768px) {
    .desktop-sessao6 {
        max-width: 97%;
        padding: 0 15px;
    }
    .desktop-sessao6-container {
        max-width: 100%;
        padding: 30px 10px;
    }
    .desktop-sessao6-texto1, 
    .desktop-sessao6-texto2 {
        font-size: 16px;
        text-align: center;
    }

}

@media (max-width: 480px) {
    .desktop-sessao6 {
        padding: 0px;
        max-width: 100%;
    }
    .desktop-sessao6-container {
        padding: 25px 0px;
        text-align: center;
        max-width: 100%;
    }
    .desktop-sessao6-content {
        gap: 8px;
    }
    .desktop-sessao6-svg {
        width: 60px;
        height: auto;
        margin-top: -55px;
    }
    .desktop-sessao6-texto1 {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.3em;
    }
    .desktop-sessao6-texto2 {
        font-family: poppins;

        font-size: 16px;
        font-weight: 500;
    }
}

/* ----------------------- SESSAO 6 FIM--------------------- */

.desktop-footer {
    background-color: #F6F7F9;
    color: white;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    border: 1px solid #0000000c;
    margin-top: 100px;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
}

.desktop-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 60px 5px 60px;
}

.coluna {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.coluna h4 {
    margin-bottom: 10px;
    font-size: 16px;
   margin-top: 20px;
    padding-bottom: 5px;
}

.coluna p, .coluna a {
    font-family: roboto;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.596);
    text-decoration: none;
    display: block;
    margin: 2px 0;
    display: flex;  
}

.coluna a:hover {
    color: #0E1834;
}

.social-icons a {
    display: inline-block;
    margin-right: 7px;
}

.social-icons a img {
    width: 28px;
    height: 28px;
}

.contato-item {
    display: flex;
    align-items: center; 
    margin-bottom: 10px; 
}

.contato-item + .contato-item {
    margin-top: 10px; 
}

.fale-conosco-icon {
    width: 28px;
    height: 28px; 
    margin-right: 10px; 
    margin-left: -20px;
}

.contato-item a {
    text-decoration: none; 
    color: inherit; 
}


.artigos {
    text-align: left; 
}

.artigos nav {
    display: flex;
    flex-direction: column; 
    gap: 5px; 
    justify-content: flex-start; 
}

.artigos nav a {
    text-decoration: none; 
    color: inherit; 
}

.confiabilidade {
    text-align: right; 
}

.confiabilidade-icons {
    display: flex;
    flex-wrap: wrap; 
    gap: 5px; 
    justify-content: flex-start; 
    width: 300px;
}

.confiabilidade-icons img {
    width: 110px;
    height: 50px;
}

.confiabilidade h4 
{
    text-align: left;
    width: 300px;
}

.segundo-container {
    text-align: center;
    padding-top: 80px;   
}

.segundo-container p {
    color: #000000;
    margin: 5px 0;
    font-family: roboto;
    font-size: 14px;   
}

.segundo-container a {
    text-decoration: none; 
    color: inherit; 
}

.segundo-container a:hover {
    color: #0E1834;
}

.segundo-container img {
    width: 30px;
    height: 30px;
}

.coluna nav a {
    margin-bottom: 10px; 
}

.coluna nav a:hover {
    color: #0E1834; 
}


/* Responsivo */
@media (max-width: 1024px) {


    .desktop-footer {
        background-color: #F6F7F9;
        color: white;
        padding: 20px 20px 10px 20px;
        border-radius: 10px;
        border: 1px solid #0000000c;
        margin-top: 100px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .desktop-footer-container {
        padding: 20px;
    }

    .coluna {
        flex: 1 1 45%;
    }

    .confiabilidade-icons {
        width: 100%;
    }

    .social-icons a img {
        width: 28px;
        height: 28px;
    }

    .coluna h4 {
        font-size: 16px;
    }

    .coluna p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .desktop-footer {
        background-color: #F6F7F9;
        color: white;
        padding: 20px 20px 10px 20px;
        border-radius: 10px;
        border: 1px solid #0000000c;
        margin-top: 100px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .desktop-footer-container {
        flex-direction: column;
        padding: 20px;
    }

    .coluna {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .social-icons {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .social-icons a img {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

    .contato-item {
        flex-direction: row;
        align-items: center;
    }

    .contato-item p {
        font-family: roboto;
        font-size: 16px;
        font-weight: 400;
    }

    .contato-item + .contato-item {
        margin-top: 10px; 
        margin-bottom: 40px;
    }
    
    .fale-conosco-icon {
        width: 25px; 
        height: 25px; 
        margin-right: 10px; 
        margin-left: -20px;
    }
    
    .contato-item a {
        text-decoration: none; 
        color: inherit; 
        font-family: roboto;
        font-size: 16px;
        font-weight: 400;
    }

    .confiabilidade-icons {
        width: 70%;
        justify-content: left;
    }

    .confiabilidade-icons img {
        width: 90px;
        height: 40px;
        margin-bottom: 10px;
    }

    .segundo-container p {
        font-size: 14px;
        margin-top: -50px;
        margin-left: -10px;
    }
    
    .segundo-container img {
        width: 25px;
        height: 25px;
        margin-left: 10px;
        margin-top: -55px!important;
        position: absolute;
    }

    .segundo-container a {
        text-decoration: none;
        color: inherit;
        font-family: Roboto;
        font-size: 14px;
        margin-top: -45px;
        margin-left: 0px;
    }}

@media (max-width: 480px) {
.desktop-footer {
        background-color: #F6F7F9;
        color: white;
        padding: 20px 20px 10px 20px;
        border-radius: 10px;
        border: 1px solid #0000000c;
        margin-top: 100px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .desktop-footer-container {
        padding: 0px;
       margin: 0px;
    }

    .desktop-footer {
        padding: 10px;
        margin-top: 70px;
    }

    .coluna {
        flex: 1 1 100%;
    }

    .contato-item {
        flex-direction: row;
        align-items: center;
    }

    .coluna h4 {
        
        margin-top: 0px;
    }

    .social-icons a img {
        width: 28px;
        height: 28px;
    }

    .confiabilidade-icons img {
        width: 80px;
        height: 35px;
    }

    .segundo-container p {
        font-size: 14px;
        margin-top: 60px!important; 
        margin-left: -10px;
    }
    
    .segundo-container img {
        width: 25px;
        height: 25px;
        margin-left: 10px;
        margin-top: 10px!important;
        position: absolute;
    }

    .segundo-container a {
        text-decoration: none;
        color: inherit;
        font-family: Roboto;
        font-size: 14px;
        margin-top: -70px;
        margin-left: 0px;
    }
}
