@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    width: 100%;
    min-height: 100vh;
    display: grid;
    place-items: center;
}

.row {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem 20px;
    margin-left: -27px;
}

.row .imgWrapper {
    overflow: hidden;
    padding-left: -160px;
}

.row .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    transform: scale(1.35);
}


.contentWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row .contentWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

.row .contentWrapper span.textWrapper {
     display: block;
     font-size: 20px;
     text-transform: capitalize;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     gap: 15px;
     margin-bottom: 20px;
}

.contentWrapper span.textWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.row .contentWrapper span.textWrapper span {
    display: inline-block;
    background: #163f81;
    width: 70px;
    height: 5px;
}

.row .contentWrapper h2 {
    font-size: 35px;
    margin-left: 20px;
    font-weight: 700;
    color: #004aad;
    padding-bottom: 40px;
}

.contentWrapper h2 {
    font-size: 35px;
}

#sec-title {
    font-size: 25px;
}

.row .contentWrapper p {
    font-family: 16px;
    line-height: 25px;
    padding-bottom: 25px;
}

.row .contentWrapper a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background: #19386b;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    user-select: none;
}

.whatsapp .wtsapp i {
    font-size: 25px; /* Reduz o tamanho do ícone globalmente */
    transform: translateY(-5.0px);
}

.whatsapp .wtsapp {
    position: fixed;
    transform: all .5s ease;
    background-color: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 30px;
    left: 24px;  
    border: 0;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 50px;
}


.whatsapp .wtsapp:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background-color: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.whatsapp .wtsapp:focus {
    border: none;
    outline: none;
}

.whatsapp a:hover {
    color: #fff !important;
}

@keyframes pulse-border {
    0%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
    100%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0;}
}

.left, .right {
   visibility: hidden;
}

.fale a {
    width: 100%;
    height: 100%;
}

.fale a:hover {
   color: rgb(255, 255, 255);
   width: 100%;
   height: 100%;
}

a{
    text-decoration: none;
    color: #1c1e53;
    transition: color 0.3s ease;
}

a:hover{
    color: #004aad;
}

h5{
    font-size: 20px;
}

li{
    list-style: none;
}

.fale {
    color: fff;
}

nav{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    box-shadow: 0 5px 80px rgba(0, 0, 0, 0.1);
}

nav .logo,
footer .logo{
    display: flex;
    align-items: center;
}

nav .logo a,
footer .logo a{
    margin-left: 8px;
    font-weight: bold;
    font-size: 20px;
}

nav .logo img,
footer .logo img{
    width:290px;
    height: 290px;
    margin-top: 40px;
}

nav ul,
footer .top ul{
    display: flex;
    gap: 40px;
}

nav button{
    color: #1c1e53;
    background-color: transparent;
    padding: 12px 16px;
    border-radius: 5px;
    border: 1px solid #1c1e53;
    cursor: pointer;
    transition: all 0.3s ease;
}

nav button:hover{
    background-color: #004aad;
    border-color: #004aad;
    color: #fff;
}

nav button#menuButton{
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding: 7px;
    
}

#menuIcon {
    transition: transform 0.3s ease;
}


section {
    padding: 50px 10%;
}

.home {
    width: 100%;
    min-height: 60vh;
    background-image: url(imagens/reuniao22.png);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.home-text h1 {
    font-size: 4.8rem;
    color: #ffffff;
}

.home-text p {
    font-size: 0.940rem;
    margin: 0.4rem 0 1.8rem;
    color: white;
}

.home-text span {
    color: #f1b020;
}



.part-two {
    display: flex;
    margin-left: -75px;
    margin-top: 150px;
    position: relative; /* Necessário caso o elemento não tenha um contexto posicional */
    transform: translateX(-15px); /* Move o elemento 10px para a esquerda */
}

.part-two i {
    font-size: 90px;
    margin: 50px;
    margin-left: 410px;
    margin-top: 40px;
    color: #004aad;
}

.part-two p {
    margin-left: 90px;
    font-size: 20px;
    font-weight: 390;
    padding: 30px;
    color: rgb(19, 18, 18);
    line-height: 1.2;
    white-space: normal;
    justify-content: justify;
    text-align: center;
}

.mission h2 {
    margin: 20px;
    margin-left: 390px;
    font-size: 45px;
    color: #004aad;
}

.vision i {
    color: #f1b020;
}

.vision h2 {
    margin: 20px;
    margin-left: 405px;
    font-size: 45px;
    color: #f1b020;
}


footer {
    width: 100%;
    color: #f5f5f5;
    margin-top: 150px;
}

#footer_content {
    background-color: #d5dff1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 3.5rem;
    border-radius: 10px 10px 0px 0px;
}

#footer_contacts h1 {
    margin-bottom: 0.75rem;
}

#footer_contacts img {
    margin-top: -77px;
    margin-left: -40px;
    width: 330px;
    height: 330px;
}

#footer_media {
    display: flex;
    gap: 3.48rem;
    max-height: 150px;
    border-radius: 10px;
    margin-left: -8px;
}

#footer_media i{
   padding: 0.55rem;
   border-radius: 10px;
}

#footer_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
    width: 4.5rem;
    color: #f5f5f5;
    border-radius: 50%;
    transition: all 0.2 ease-in-out;
}

#footer_media:hover .footer-link:hover, #instagram:hover, #twitterx:hover, #whatsapp:hover  {
    opacity: 0.9;
}


#instagram {
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
    color: #f5f5f5;
    font-size: 20px;
    border-radius: 10px;
}

#twitterx {
    background: #000000;
    color: #f5f5f5;
    font-size: 20px;
    border-radius: 10px;
}

#whatsapp {
    background:#25d366;
    color: #f5f5f5;
    font-size: 20px;
    border-radius: 10px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list .footer-link {
    color: #163f81;
    font-size: 17px;
}

.button-footer {
    background-color: rgb(206, 224, 250);
    padding: 6px 8px;
    width: 35%;
    border: 1.5px solid #004aad;
    border-radius: 12px;
    cursor: pointer;
}

.button-footer a {
    color: #1c1e53;
    cursor: pointer;
}


.footer-list h3 {
    font-size: 30px;
    color: #004aad;
}

#footer_copyright {
    display: flex;
    justify-content: center;
    background-color: #b2c9f5;
    color: #19386b;
    font-size: 1.0rem;
    padding: 1.5rem;
    font-weight: 700;
    border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width: 1920px) and (min-height: 1080px){
    .content {
        margin-left: 65%;
        font-size: 22px;
    }
}


@media screen and (max-width: 1720px) and (min-height: 957px){
    .content {
        margin-left: 50%;
    }
}



/* Estilos gerais corrigidos para tablets */
@media screen and (min-width: 600px) and (max-width: 1024px) {
    body {
     
      overflow-x: hidden; /* Evitar rolagem horizontal */
    }
  

    .content{
        margin-right: -40px;
        
     }

  
    nav ul li a {
      font-size: 16px; /* Ajustar tamanho da fonte */
    }
  

  
    .home {
      background-size: cover; /* Garantir que a imagem ocupe a tela */
      min-height: 50vh; /* Altura ajustada */
    }
  
    .home-text h1 {
      font-size: 2.5rem; /* Reduzir tamanho do título */
      text-align: center;
    }
  
    .home-text p {
      font-size: 1rem;
      text-align: center;
    }
  
    .part-two {
      flex-direction: column; /* Empilhar elementos */
      margin: 20px 0; /* Espaçamento entre blocos */
      text-align: center; /* Centralizar texto */
    }
  
    .part-two p {
      font-size: 1rem; /* Tamanho ajustado para tablets */
      margin: 10px auto; /* Centralizar parágrafos */
      width: 90%;
      max-width: 600px; /* Limite para telas maiores */
    }
  
    footer {
      padding: 20px; /* Espaçamento interno reduzido */
      text-align: center; /* Centralizar conteúdo */
    }
  
    #footer_content {
      grid-template-columns: repeat(2, 1fr); /* 2 colunas para tablets */
      gap: 10px; /* Espaçamento entre colunas */
    }
  
    #footer_contacts img {
      width: 150px; /* Reduzir tamanho da imagem no rodapé */
      height: auto;
      margin: 0 auto; /* Centralizar */
    }
  
    .footer-list h3 {
      font-size: 1.2rem; /* Tamanho menor para tablets */
    }
  
    .footer-list .footer-link {
      font-size: 0.9rem;
    }
  }

  @media screen and (max-width: 1366px) and (min-height: 641px) {
    .content {
        margin-left: 20%;
    }
}
  
  /* Estilos específicos para tablets menores (600px a 800px) */
  @media screen and (min-width: 600px) and (max-width: 800px) {

  
    .home {
      min-height: 40vh;
    }
  
    .part-two {
      margin: 10px 0; /* Menor espaçamento em tablets pequenos */
    }
  
    #footer_content {
      grid-template-columns: 1fr; /* Coluna única */
      gap: 5px; /* Menor espaçamento */
    }
  }
  
  /* Ajustes para tablets maiores (800px a 1024px) */
  @media screen and (min-width: 800px) and (max-width: 1024px) {
    .row {
      width: 90%; /* Reduzir largura para tablets maiores */
      grid-template-columns: repeat(2, 1fr); /* Manter layout em 2 colunas */
      gap: 20px; /* Espaçamento entre elementos */
    }
  
    .row .contentWrapper h2 {
      font-size: 2rem; /* Ajustar tamanho dos títulos */
    }
  
    .row .contentWrapper p {
      font-size: 1rem;
    }
  
    footer {
      padding: 30px; /* Ajustar espaçamento */
    }
  
    #footer_content {
      grid-template-columns: repeat(3, 1fr); /* 3 colunas para tablets maiores */
      gap: 15px;
    }
  
    #footer_contacts img {
      width: 200px; /* Ajustar tamanho da imagem */
    }
  }

  @media screen and (max-width: 430px) and (min-height: 932px) {
    body {
        margin: 0;
        overflow-x: hidden;
        font-size: 1rem; /* Ajuste específico */
    }

    nav ul li a {
        font-size: 14px; /* Mais visível */
    }

    #footer_media {
        display: none; /* Caso necessário */
    }

    #solu {
        margin-left: -320px;
        margin-top: -220px;
    }

    #first {
        margin-left: -380px;
        margin-top: -20px;
    }

    .row {
        margin-left: -10px;
    }


}


/* iPhone 12 Pro Max */
@media screen and (max-width: 428px) and (max-height: 926px) {
    body {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    nav {
        padding: 0 15px;
    }

    nav .logo img {
        width: 250px;
        height: auto;
    }

    nav ul {
        display: none;
    }

    #menuButton {
        display: block;
        font-size: 22px;
    }

    .home-text h1 {
        font-size: 2.8rem;
    }

    .paragraphs p {
        font-size: 1.1rem;
        margin: 8px auto;
        line-height: 1.4;
        text-align: center;
    }

    .footer-list h3 {
        font-size: 16px;
    }

    #footer_contacts img {
        width: 190px;
        height: auto;
    }

    .button-footer {
       display: none;
    }

    .row {
        margin-left: -10px;
    }
}

/* Galaxy Z Fold 5 */
@media screen and (max-width: 344px) and (max-height: 882px) {
    body {
        font-size: 13px;
        margin: 0;
        padding: 0;
    }

    .row {
        margin-left: -45px;
        padding-left: 40px;
    }

    nav .logo img {
        width: 180px;
        height: auto;
    }

    nav ul {
        display: none;
    }

    #menuButton {
        display: block;
        font-size: 20px;
    }

    .home-text h1 {
        font-size: 2.5rem;
    }

    .content p{
        padding: 35px;
    }

    .paragraphs p {
        font-size: 1rem;
        margin: 6px auto;
        line-height: 1.3;
        text-align: center;
    }

    .footer-list h3 {
        font-size: 15px;
    }

    #footer_contacts img {
        width: 180px;
        height: auto;
    }

    .row {
        margin-left: -20px;
        padding-left: -40px;
    }
}

  


@media screen and (max-width: 1024px) {
    nav {
        justify-content: space-between;
        padding: 0 42px;
    }

    nav ul {
        gap: 15px;
    }

    nav ul li a {
        font-size: 15px;
    }

    .imgWrapper {
        object-fit: fill;
    }


    .whatsapp .wtsapp {
        left: 10px; 
        bottom: 20px;
        width: 50px;
        height: 50px;
        font-size: 28px; 
    }

    #menuButton {
        display: none;
    }

 
}

@media screen and (max-width: 992px) {
    nav button {
        display: none;
    }

    nav ul {
        gap: 10px;
    }

    nav ul li a {
        font-size: 11px;
    }


    .whatsapp .wtsapp {
        left: 10px; 
        bottom: 15px;
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

    #footer_contacts {
        margin-top: 0px;
        padding: 0;
        gap: 0;
        font-size: 20px;
        align-items: center;
        justify-content: center;
    }

    .row {
        grid-template-columns: repeat 1fr;
        grid-gap: 50px;
    }

    .row .contentWrapper {
        padding-left: 0px;
    }

    .part-two {
        margin-left: -40px;
        align-items: center;
        margin-top: 0;
    }

    .mission i, .vision i {
        margin-left: 150px;
    }

    .mission h2, .vision h2 {
        margin-left: 120px;
    }
}

@media screen and (max-width: 768px) {

 

    .row .imgWrapper img {
        object-fit: fill;
    }

    .row {
        width: 90%;
    }

    .row .contentWrapper h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .row .contentWrapper p {
        line-height: 24px;
    }

    .home {
        background-attachment:local;
        background-size: cover; 
    }

    .whatsapp .wtsapp {
        left: 10px;  
        bottom: 20px;  
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

    .whatsapp .wtsapp:before {
        width: 50px;
        height: 50px;
    }

    nav ul {
        display: none;
        gap: 10px;
    }

    nav.open .logo {
        display: none;
    }

    nav.open ul {
        display: flex;
    }

    nav button#menuButton {
        display: flex;
    }

    .part-two {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 40px;
    }

    .paragraphs {
        padding: 0 100px 100px 100px;
     
    }

    .paragraphs p {
        font-size: 1.0rem; /* Fonte menor em telas menores */
            margin: 20px auto; /* Centraliza o texto horizontalmente */
            width: 90%; /* Garante que o texto não ultrapasse 90% da largura da tela */
            max-width: 600px; /* Define um limite máximo para telas maiores */
            font-size: 1.4rem; /* Ajusta o tamanho da fonte */
            font-weight: 350;
            align-items: center;
            text-align: center; /* Centraliza o texto */
            line-height: 1.7; /* Melhor espaçamento entre linhas */
            margin-left: -40px;
    }

    .text {
        padding: 15px; /* Adiciona espaço interno para margens laterais */
    }

    .home-text h1 {
        font-size: 4rem; /* Ajusta o título */
    }



    h4 {
        font-size: 12px;
    }

    .text, .presentation, .part-two {
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-left: -160px;
        font-size: 12px;
    }

    .part-two {
        margin-left: -40px;
        align-items: center;
        margin-top: 0;
    }

    .mission i, .vision i {
        margin-left: 150px;
    }

    .mission h2, .vision h2 {
        margin-left: 120px;
    }
}


@media screen and (max-width: 576px) {

    .home {
        height: 85vh;
    }

    .row .contentWrapper span.textWrapper {
        font-size: 18px;
    }

    .row .contentWrapper h2 {
        font-size: 25px;
    }

    .row .contentWrapper p {
        line-height: 22px;
        font-size: 15px;
        padding-left: -10px;
    }

    .row .contentWrapper a {
        font-size: 15px;
        padding: 10px 20px; 
    }

    .whatsapp .wtsapp {
        left: 5px;  
        bottom: 15px;
        width: 40px;
        height: 39px;
        font-size: 22px;
    }

    i {
        font-size: 27px;
    }

    .whatsapp .wtsapp:before {
        width: 45px;
        height: 45px;
    }

    nav ul li a {
        font-size: 11px;
        font-weight: 600;
    }

    nav .logo a {
        font-size: 18px;
    }

   
    body {
        overflow-x: hidden;
    }

    .part-two .mission .vision {
        margin-left: -180px;
    }

    @media screen and (max-width: 426px) {
        #footer_content {
            grid-template-columns: repeat(1, 2fr);
            gap: 1rem;
            padding: 40px;
        }
    }

    @media screen and (max-width: 360px) and (min-height: 616px) {
        .content{
           margin-right: 60px;
          
        }
    }

    @media screen and (max-width: 339px) and (min-height: 656px) {
        .content{
            margin-right: 40px;
           
         }
    }


  /* Galaxy S8+ */
@media screen and (max-width: 360px) and (min-height: 740px) {
    html {
        overflow-x: hidden; 
    }

    .whatsapp .wtsapp {
        left: 10px;
        bottom: 5px;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    .whatsapp .wtsapp:before {
        width: 50px;
        height: 50px;
    }

    footer .logo {
        height: 250px;
        width: 250%;
    }

    footer .logo img {
        position: relative;
        right: 15%;
    }

    body {
        overflow-x: hidden;
    }

    nav {
        margin: 5px;
    }

    nav ul li a {
        font-size: 8.5px;
    }

   

 
}



/* Galaxy S5 */
@media screen and (max-width: 360px) and (min-height: 640px) {
    html {
        overflow-x: hidden; 
    }

    * {
        margin: 0;
        padding: 0;
        border: none;
    }

    .whatsapp .wtsapp {
        left: 10px;
        bottom: 5px;
        width: 50px;
        height: 50px;
        font-size: 25px;
        overflow-x: hidden !important;
    }

    .whatsapp .wtsapp:before {
        width: 50px;
        height: 50px;
    }

    nav {
        justify-content: space-between;
    }


    #footer_media {
       display: none;
    }

    footer .logo {
        height: 250px;
        width: 250%;
    }

    .footer-list h3 {
        font-size: 42px;
    }

    footer .logo img {
        position: relative;
        right: 15%;
    }


}

:root {
    --font-size-lg: 9.7px;
    --font-size-md: 8.7px;
    --font-size-h3-lg: 30px;
    --font-size-h3-md: 26px;
    --font-size-h3-sm: 25px;
    --primary-color: #004aad;
}

html {
    overflow-x: hidden;
}


nav ul li a {
    font-size: var(--font-size-md); 
}

/* LG */
@media screen and (max-width: 384px) and (min-height: 640px) {
    nav ul li a {
        font-size: 13px;
    }
    .footer-list h3 {
        font-size: 22px;
        color: var(--primary-color);
    }

    .content {
        margin-left: 60px;
    }

}

/* moto g power */
@media screen and (max-width: 412px) and (min-height: 823px) {

    
    nav ul li a {
        font-size: 13px;
    }

    .footer-list h3 {
        font-size: var(--font-size-h3-md);
        color: var(--primary-color);
    }
}

/* Moto G4 */
@media screen and (max-width: 360px) and (min-height: 640px) {
    nav ul li a {
        font-size: var(--font-size-md);
    }

    .row {
        margin-left: -40px;
    }

}

/* iPhone SE */
@media screen and (max-width: 375px) and (min-height: 667px) {
    nav ul li a {
        font-size: 12px;
    }
 
    .footer-list h3 {
        font-size: var(--font-size-h3-sm);
        color: var(--primary-color);
    }

}

@media screen and (max-width: 414px) and (min-height: 896px) {
    nav ul li a {
        font-size: 14px;
    }

    .footer-list h3 {
        font-size: var(--font-size-h3-sm);
        color: var(--primary-color);
    }
}

@media screen and (max-width: 412px) and (min-height: 915px) {
    nav ul li a {
        font-size: 14px;
    }


    .footer-list h3 {
        font-size: var(--font-size-h3-sm);
        color: var(--primary-color);
    }
}

@media screen and (max-width: 414px) and (min-height: 736px) {
    nav ul li a {
        font-size: 14px;
    }

    .footer-list h3 {
        font-size: var(--font-size-h3-sm);
        color: var(--primary-color);
    }
}

/* iPhone 12 Pro */
@media screen and (max-width: 390px) and (min-height: 844px) {
    nav ul li a {
        font-size: 13px;
    }

    .footer-list h3 {
        font-size: var(--font-size-h3-lg);
        color: var(--primary-color);
    }
}

/* iPhone X (variação menor) */
@media screen and (max-width: 375px) and (min-height: 812px) {
    body {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .footer-list h3 {
        font-size: var(--font-size-h3-sm);
        color: var(--primary-color);
    }

    nav ul li a {
        font-size: 12px;
    }

}



/* iPhone 14 Pro Max*/
@media screen and (max-width: 430px) and (min-height: 932px) {
    body {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .footer-list h3 {
        font-size: var(--font-size-h3-sm);
        color: var(--primary-color);
    }

    #first {
        align-items: initial;
        justify-content: initial;
        position: relative;
        left: 60px;
        top: 150px;
    }

    #first h3 {
        font-size: 25px;
        white-space: nowrap; 
        margin-left: -5px;
    }


    nav ul li a {
        font-size: 13px;
    }
}


    @media screen and (max-width: 375px) and (min-height: 812px) {

        body {
         height: 100%;
         width: 100%;
         object-fit: contain;
        }
 
        .footer-list h3 {
         font-size: 25px;
         color: #004aad;
     }

    
     
     }

     :root {
        --primary-color: #004aad;
        --font-size-h3-sm: 25px;
        --font-size-h3-lg: 30px;
        --font-size-h3-md: 10px;
    }
    
    
    * {
        box-sizing: border-box;
    }
    
    body {
        margin: 0;
    }
    
    footer,
    #footer_media i,
    #part2 {
        align-items: center;
        justify-content: center;
    }
    
    
    @media screen and (max-width: 430px) and (min-height: 932px) {
        footer img {
            width: 290px;
            height: 290px;
            margin-bottom: 490px;
            margin-right: 5px;
        }
    
    
        #footer_media i {
            font-size: 40px;
        }
    
        .footer-list h3 {
            font-size: var(--font-size-h3-sm);
            color: var(--primary-color);
        }
    
    }

 
    @media screen and (max-width: 768px) and (min-height: 1024px) {
        .whatsapp .wtsapp {
            left: 1vh;
            bottom: 15px;
            width: 50px;
            height: 50px;
            font-size: 25px;
            overflow: hidden;
        }
    
    }

    
    
   
    @media screen and (min-width: 820px) and (max-width: 1180px) and (min-height: 1180px) {
        .whatsapp .wtsapp {
            left: 515px;
            bottom: 15px;
            width: 50px;
            height: 40px;
            font-size: 25px;
        }

        body {
            overflow-x: hidden;
        }
    
    }




   
    @media screen and (min-width: 912px) and (max-width: 1280px) {
    
        .whatsapp .wtsapp {
            left: 30px;
            bottom: 50px;
            width: 60px;
            height: 60px;
            font-size: 32px;
        }
    
        .footer-list h3 {
            font-size: var(--font-size-h3-md);
            color: var(--primary-color);
        }

       
    }

    @media screen and (min-width: 540px) and (max-width: 720px) {
    
        nav ul li a {
            font-size: 13px;
        }
    
        .footer-list h3 {
            font-size: 22px;
            color: var(--primary-color);
        }

        #footer_media {
            display: none;
        }

        .content{
            margin-left: 1230px;
           
         }

    }
    

    :root {
        --primary-color: #004aad;
        --font-size-small: 8px;
        --font-size-medium: 18px;
        --font-size-large: 22px;
    }
    

    

    
   
    @media screen and (max-width: 1024px) and (min-height: 1024px) {
        .whatsapp .wtsapp {
            left: 20px;
            bottom: 40px;
            width: 50px;
            height: 50px;
            font-size: var(--font-size-large);
        }
    
        .whatsapp .wtsapp:before {
            width: 55px;
            height: 55px;
        }
    }
    
  
    @media screen and (min-width: 1280px) {
        .whatsapp .wtsapp {
            left: 40px;
            bottom: 60px;
            width: 70px;
            height: 70px;
            font-size: 36px;
        }
    
        .whatsapp .wtsapp:before {
            width: 75px;
            height: 75px;
        }
    }
    @media screen and (max-width: 360px) {

        .content {
            padding: 10px;
        }

        .home-text h1 {
            font-size: 58px;
        }

        nav .logo img {
            width: 240px; 
            height: auto;
            margin-left: 0; 
        }

        #menuButton {
            font-size: 22px;
            display: block;
        }
    
      
        nav .fale {
            position: relative; 
            margin-right: 10px;
        }

       
        .logo img {
            width: 180px; 
            height: auto;
        }
    
        .whatsapp .wtsapp {
            position: fixed; 
            left: 10%; 
            bottom: 15px; 
            width: 40px;
            height: 40px;
            font-size: 27px; 
            border: none; 
            box-shadow: none; 
            transform: translateX(-60%); 
            display: flex;
            justify-content: center; 
            align-items: center; 
            background-color: #25d366;
            border-radius: 50%; 
            color: white; 
        }
    
        .whatsapp .wtsapp:before {
            display: none; 
        }

        .whatsapp .wtsapp i {
            align-items: center;
            justify-content: center;
            transform: translateY(-2px);
            font-size: 25px; 
        }
    
    
       
        #footer_media .footer_link {
            font-size: 22px; 
            display: inline-block;
            color: #ffffff; 
            width: 110px;
            height: 51px;
        }

        .footer-list h3 {
            font-size: 20px;
        }

        #footer_media {
            margin-right: 10px;
        }

        #footer_contacts img {
            position: relative;
            margin-left: -15px;
            width: 250px;
            height: 250px;
        }
    
        body {
            overflow-x: hidden; 
        }

        nav ul li a, .fale a {
            font-size: 11px; 
        }
    
        button.fale {
            padding: 8px 16px; 
            font-size: 14px;
        }


    }

    @media screen and (max-width: 360px) and (min-height: 740px) {

        .content {
            padding: 15px;
        }

        nav {
            position: sticky;
            width: 100%;
            padding: 10px;
        }

        nav .logo img {
            width: 240px;
            height: auto;
            margin-left: 0; 
        }

        #menuButton {
            font-size: 24px;
            display: block;
        }
    
       
        nav .fale {
            position: relative;
            margin-right: 10px;
        }

       
        .logo img {
            width: 180px; 
            height: auto;
        }
    
        .whatsapp .wtsapp {
            position: fixed; 
            left: 10%; 
            bottom: 15px; 
            width: 45px;
            height: 45px;
            font-size: 27px; 
            border: none;
            box-shadow: none; 
            transform: translateX(-60%); 
            display: flex;
            justify-content: center; 
            align-items: center; 
            background-color: #25d366; 
            border-radius: 50%; 
            color: white; 
        }
    
        .whatsapp .wtsapp:before {
            display: none; 
        }

        .whatsapp .wtsapp i {
            top: 25px;
            font-size: 33px; 
        }

        .whatsapp .wtsapp i {
            font-size: 25px; 
            transform: translateY(-2.0px);
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        #footer_media .footer_link {
            font-size: 22px; 
            display: inline-block;
            color: #ffffff; 
            width: 110px;
            height: 51px;
        }

        .footer-list h3 {
            font-size: 20px;
        }

        #footer_media {
            margin-right: 10px;
        }

        #footer_contacts img {
            position: relative;
            margin-left: -15px;
            width: 250px;
            height: 250px;
        }
    
        body {
            overflow-x: hidden; 
            margin: 0;
            padding: 0;
        }
    
     
        nav ul li a, .fale a {
            font-size: 11px; 
        }
    
       


    }

    @media screen and (max-width: 712px) and (min-height: 1138px) {
        nav .logo img {
            width: 240px; 
            height: auto;
            margin-left: 0; 
        }

        #menuButton {
            font-size: 24px;
            display: block;
        }
    
        nav .fale {
            position: relative; 
            margin-right: 10px;
        }

        .logo img {
            width: 180px; 
            height: auto;
        }
    
        .whatsapp .wtsapp {
            position: fixed; 
            left: 10%; 
            bottom: 15px;
            width: 55px;
            height: 55px;
            font-size: 27px;
            border: none; 
            box-shadow: none; 
            transform: translateX(-50%); 
            display: flex;
            justify-content: center; 
            align-items: center; 
            background-color: #25d366; 
            border-radius: 50%; 
            color: white; 
        }
    
        .whatsapp .wtsapp:before {
            display: none; 
        }

        .whatsapp .wtsapp i {
            top: 25px;
            font-size: 29px; 
        }
    
        #footer_media .footer_link {
            font-size: 22px; 
            display: inline-block;
            color: #ffffff; 
            width: 110px;
            height: 51px;
        }

        .footer-list h3 {
            font-size: 20px;
        }


        #footer_media {
            margin-right: 10px;
        }

        #footer_contacts img {
            position: relative;
            margin-left: -15px;
            width: 250px;
            height: 250px;
        }
    

    
        .main .right img {
            width: 90%;
            max-height: 40vh; 
            object-fit: contain;
        }
    
        body {
            overflow-x: hidden; 
        }
    
        nav ul li a, .fale a {
            font-size: 12px; 
        }
    
        button.fale {
            padding: 8px 16px; 
            font-size: 14px;
        }

        button.fale {
            padding: 8px 16px; 
            font-size: 14px;
        }

        .text {
            padding: 0 100px 100px 150px;
          
            text-align: center;
            align-items: center;
        }

        .paragraphs {
            padding: 0 10px 0 100px;
            text-align: center;
            align-items: center;
        }

        .paragraphs p {
            font-size: 16px;
            margin-left: -100px;
        }

        .presentation h4 {
            margin-left: 40px;
        }

        .part-two {
            margin-top: 0px;
        }

    }


    @media screen and (max-width: 360px) and (min-height: 616px) {
        
        .content {
            align-items: center;
            justify-content: center;
            text-align: center;
            margin-left: 95px;
        }

        #footer_media {
            display: none;
        }
    }
    

    @media screen and (max-width: 428px) and (min-height: 926px) {
        nav ul li a {
            font-size: 14px; 
        }


        footer img {
            width: 290px;
            height: 290px;
            margin-bottom: 490px;
            margin-right: 5px;
        }
    
        #footer_media  {
            display: none;
        }
    
        .footer-list h3 {
            font-size: var(--font-size-h3-sm);
            color: var(--primary-color);
        }

    }
    


    @media screen and (max-width: 320px) {



        nav .logo img {
            width: 200px; 
            height: auto;
            margin-left: 0; 
        }

        #menuButton {
            font-size: 24px;
            display: block;
        }
    
        nav .fale {
            position: relative; 
            margin-right: 10px;
        }

        .logo img {
            width: 180px; 
            height: auto;
        }
    
        .whatsapp .wtsapp {
            position: fixed; 
            left: 10%; 
            bottom: 15px; 
            width: 55px;
            height: 55px;
            font-size: 27px; 
            border: none; 
            box-shadow: none;
            transform: translateX(-50%); 
            display: flex;
            justify-content: center; 
            align-items: center; 
            background-color: #25d366; 
            border-radius: 50%; 
            color: white; 
        }
    
        .whatsapp .wtsapp:before {
            display: none; 
        }

        .whatsapp .wtsapp i {
            top: 25px;
            font-size: 29px; 
        }
    
        #footer_media .footer_link {
            font-size: 20px; 
            display: inline-block;
            color: #ffffff; 
            width: 190px;
            height: 51px;
        }

        .footer-list h3 {
            font-size: 20px;
        }

        #footer_media {
            margin-right: 10px;
            align-items: center;
        }

        #footer_contacts img {
            position: relative;
            margin-left: -15px;
            width: 200px;
            height: 220px;
        }
    
        body {
            overflow-x: hidden;
        }
    
        nav ul li a, .fale a {
            font-size: 10px;
        }
    
        button.fale {
            padding: 8px 16px; 
            font-size: 14px;
        }

        button.fale {
            padding: 8px 16px; 
            font-size: 14px;
        }

        .text {
            padding: 0 100px 100px 150px;
            margin-left: -150px;
            text-align: center;
            align-items: center;
        }

        .paragraphs {
            padding: 0 100px 0 100px;
            text-align: center;
            align-items: center;
        }

        .paragraphs p {
            font-size: 16px;
            margin-left: -250px;
        }

        .presentation h4 {
            margin-left: 40px;
        }

        .part-two {
            margin-top: 0px;
        }
    

    }

    @media screen and (max-width: 320px), (max-height: 568px) {

    
        nav .logo img {
            width: 200px; 
            height: auto;
            margin-left: 0;
        }
    
        #menuButton {
            font-size: 22px;
            display: block;
        }
    
        nav .fale {
            position: relative;
         
        }
    
        .logo img {
            width: 150px; 
            height: auto;
        }
    
    
        .whatsapp .wtsapp {
            left: 8%; 
            bottom: 10px;
            width: 36px;
            height: 36px;
            font-size: 14px;
            transform: translateX(-50%);
        }

        .whatsapp .wtsapp i {
            font-size: 21px;
        }
    
        #footer_media .footer_link {
            font-size: 12px;
            width: 40px;
            height: 45px;
        }


    
        .footer-list h3 {
            font-size: 18px;
        }
    
      
    
        #footer_contacts img {
            width: 200px;
            height: 200px;
        }
    
    
        nav ul li a, .fale a {
            font-size: 9.5px;
        }
    
        button.fale {
            padding: 6px 12px;
            font-size: 12px;
        }

    
    }
    

    @media screen and (max-width: 320px) and (min-height: 658px) {

        .content {
            margin-left: -45px;
            text-align: center;
            align-items: center;
        }

        nav .logo img {
            width: 200px; 
            height: auto;
            margin-left: 0; 
        }

        #menuButton {
            font-size: 24px;
            display: block;
        }
    
        nav .fale {
            position: relative; 
            margin-right: 10px;
        }

        .logo img {
            width: 180px; 
            height: auto;
        }
    
        
        .whatsapp .wtsapp {
            position: fixed; 
            left: 10%; 
            bottom: 15px; 
            width: 55px;
            height: 55px;
            font-size: 27px; 
            border: none; 
            box-shadow: none; 
            transform: translateX(-50%); 
            display: flex;
            justify-content: center; 
            align-items: center; 
            background-color: #25d366; 
            border-radius: 50%; 
            color: white; 
        }
    
        .whatsapp .wtsapp:before {
            display: none; 
        }

        .whatsapp .wtsapp i {
            top: 25px;
            font-size: 29px; 
        }
    
        #footer_media .footer_link {
            font-size: 20px; 
            display: inline-block;
            color: #ffffff; 
            width: 190px;
            height: 51px;
        }

        .footer-list h3 {
            font-size: 20px;
        }


        #footer_media {
            margin-right: 10px;
            align-items: center;
        }

        #footer_contacts img {
            position: relative;
            margin-left: -15px;
            width: 200px;
            height: 220px;
        }

    
        body {
            overflow-x: hidden; 
        }
    
        nav ul li a, .fale a {
            font-size: 12.5px; 
            white-space: nowrap; 
        }
    
        button.fale {
            padding: 8px 16px; 
            font-size: 14px;
        }

        .text {
            padding: 0 100px 100px 150px;
            margin-left: -150px;
            text-align: center;
            align-items: center;
        }

        .paragraphs {
            padding: 0 100px 0 100px;
            text-align: center;
            align-items: center;
        }

        .paragraphs p {
            font-size: 16px;
            margin-left: -250px;
        }

        .presentation h4 {
            margin-left: 40px;
        }

        .part-two {
            margin-top: 0px;
        }
    
        
    }

    @media screen and (max-width: 360px) and (min-height: 616px) {
         .row {
            margin-left: -20px;
         }
     }

     @media screen and (max-width: 339px) and (min-height: 656px) {

        .content {
            margin-right: 200px;
        }

        .row {
           margin-left: -65px;
        }

        .row p {
            margin-left: 20px;
        }

        .row a {
            margin-left: 20px;
        }

        .home-text h1 {
            font-size: 27px;
            
        }
    }

    @media screen and (max-width: 360px) and (min-height: 640px) {
        nav {
            position: sticky;
        }

        nav ul li a, .fale a {
            font-size: 13px; 
            
            white-space: nowrap; 
        }

        .row {
            margin-left: -45px;
        }

        .content {
            margin-left: 55%;
            text-align: center;
            align-items: center;
        }

        .text {
            padding: 0 150px 150px 150px;
            margin-left: -150px;
            text-align: center;
            align-items: center;
        }

        .paragraphs {
            padding: 0 150px 0 150px;
        }

        .paragraphs p {
            font-size: 16px;
            margin-left: -210px;
        }

        .presentation h4 {
            margin-left: 40px;
        }

        .part-two {
            margin-top: 0px;
            margin-left: -82px;
        }
        
    }
    }


    @media screen and (max-width: 360px) and (min-height: 740px) {
        nav {
            position: sticky;
        }

        nav ul li a, .fale a {
            font-size: 13px; 
            
            white-space: nowrap; 
        }

      

        .content {
            margin-left: 66%;
            text-align: center;
            align-items: center;
        }

        .text {
            padding: 0 150px 150px 150px;
            margin-left: -150px;
            text-align: center;
            align-items: center;
        }

        .paragraphs {
            padding: 0 150px 0 150px;
        }

        .paragraphs p {
            font-size: 16px;
            margin-left: -210px;
        }

        .presentation h4 {
            margin-left: 40px;
        }

        .part-two {
            margin-top: 0px;
            margin-left: -82px;
        }

        
        
    }
    
    


    
    