@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');

* {
    font-family:  'DM Sans', sans-serif;
  }

  .parceiros-logo-mb{
    width: 40%;
    margin: 4%;
}

.link{
    text-transform: none !important;
    color: white !important;
}
.parceiros-logo-mb-2{
    width: 35%;
    margin: 7%;
}

.img-banner{
    margin-top: 50px !important ;
}
  
.row {
    --bs-gutter-x: 0rem !important;
}
.navbar-brand {
    margin-right: auto;
    /* Alinha a logo à esquerda */
}

.mg-b{
    margin-bottom: 200px;
}
.navbar{
    border-bottom: 1px solid #ccc;
}

.navbar-p{
    padding: 20px !important;
}

.navbar-nav {
    margin-left: auto;
    /* Alinha os itens da navbar à direita */
}

.navbar-color {
    background-color: #FEF2ED !important;
}

.button-cadastro {
    font-weight: 700;

    border: 1.5px solid #010a44;
    /* Define a cor e espessura da borda */
    background-color: transparent;
    /* Define o fundo transparente */
    color: #010a44;
    /* Define a cor do texto */
    padding: 10px 40px;
    /* Define o preenchimento interno do botão */
    border-radius: 5px;
    /* Define a borda arredondada */
}

.button-login {
    font-weight: 700;
    background-color: #010a44;
    /* Define o fundo transparente */
    color: white;
    /* Define a cor do texto */
    padding: 10px 40px;
    /* Define o preenchimento interno do botão */
    border-radius: 5px;
    /* Define a borda arredondada */
}


.button-cadastro:hover {
    background-color: #010a44;
    /* Define a cor de fundo ao passar o mouse */
    color: white;
    /* Define a cor do texto ao passar o mouse */
}

.espacamento{
    margin-left: 10%;
    margin-right: 10%;

}

.text{
    font-weight: bold;
    margin-top: 25%;
    color: #010a44;
    font-size: 52px;
}

.text-2{
    font-weight: 630;
    color: #010a44;
    font-size: 32px;
}

.pl{
    color: orangered;
    font-weight: 700;
}

.text-3{
    font-weight: 500;
    color: #010a44;
    font-size: 18px;
}

.button-parceiro {
    font-weight: 500;
    border: 1.5px solid #FE4A23;
    background-color: #FE4A23;
    /* Define o fundo transparente */
    color: white;
    /* Define a cor do texto */
    padding: 10px 40px;
    /* Define o preenchimento interno do botão */
    border-radius: 5px;
    /* Define a borda arredondada */
    font-size: 20px;
}

.bg-color2{
    background-color: #FEF8F5;
}

.parceiro-text{
    margin-top: 60px;
    font-size: 32px;
    color: #010a44;
    font-weight: 700;
}

.parceiro-subtext{
    color: #010a44;
    font-weight: 400;
    font-size: 17px;
}

.parceiros-logo{
    margin-left: 5%;
    margin-top: 5%;
    width: 160px;
}

.parceiros-logo2{
    margin-left: 7%;
    margin-right: 5%;
    margin-top: 5%;
    width: 100px;
}

.bg-branco{
    background-color: white;
}

.text-gestor{
    font-weight: bold;
    margin-top: 25%;
    color: #010a44;
    font-size: 52px;
}

.text-gestor2{
    font-weight: 400;
    color: #010a44;
    font-size: 17px;
}

.text-qs{
    font-weight: bold;
    margin-top: 25%;
    color: #010a44;
    font-size: 52px;
}

.text-qs2{
    font-weight: 400;
    color: #010a44;
    font-size: 17px;
}

.circle{
    width: 90px; /* Defina a largura do círculo */
    height: 90px; /* Defina a altura do círculo (igual à largura para um círculo perfeito) */
    border-radius: 50%; /* Cria as bordas arredondadas para formar o círculo */
    background-color: #FEE7E0; /* Defina a cor de fundo do círculo */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25%;
    margin-left: 39%;
}

.icon-circle{
    font-size: 50px;
    color: orangered;
}

.text-icons{
    font-weight: bold;
    color: #010a44;
    font-size: 25px;
}

.text-subicons{
    font-weight: 400;
    color: #010a44;
    font-size: 20px;
}

.mulhersorrindo{
    background: no-repeat url(img/oh__img168.jpg);
    background-size: cover;
    height: 50vh;
}

.text-ms{
    font-weight: bold;
    margin-top: 15%;
    margin-left: 25%;
    color: #010a44;
    font-size: 62px;
}

.text-contato{
    font-weight: bold;
    margin-top: 15%;
    margin-left: 25%;
    color: #010a44;
    font-size: 62px;
}

.text-subcontato{
    margin-top: 20px;
    font-weight: 400;
    margin-left: 25%;
    color: #010a44;
    font-size: 22px;
}

.margin{
    margin-top: 10%;
}

.p-20{
    padding: 20px !important;
}

.form-control{
    background-color: #EEE4E1 !important;
    padding: 0.475rem 0.95rem !important;
    border-radius: 10px !important;
}

.label-ct{
    color: #010a44 !important;
    font-size: 18px !important;
    font-weight: 400;
}

.bg-footer{
    margin-top: 40px !important;
    padding: 3rem;
    background-color: #010a44;
}

.text-footer{
    color: white;
    margin-left: 20%;
    font-weight: 400;
    font-size: 18px;
}

.text-footer2{
    color: white;
    margin-right: 20%;
    font-weight: 400;
    font-size: 18px;
    text-align: end;
}

.image-container {
    position: relative;
    display: inline-block;
  }
  
  .text-box {
    position: absolute;
    bottom: -100px;
    right: 0px;
    background-color: #010a44;
    padding: 40px;
    color: #fff;
    width: 530px;
    height: 220px;
  }
  
  .text-box h2 {
    margin-top: 0;
  }
  
  .text-box p {
    margin-bottom: 0;
    font-size: 20px;
  }


    @media (min-width: 260px) and (max-width: 376px) {
    /* Estilos específicos para dispositivos médios */
    .navbar-color {
        background-color: #FEF2ED !important;
    }

    .img-banner{
        margin-top: 0px !important ;
    }
      
    .espacamento{
        margin-left: 5%;
        margin-right: 5%;
    
    }
    .text{
        font-weight: bold;
        margin-top: 5%;
        color: #010a44;
        font-size: 36px !important;
        margin-top: -145px !important;

    }

    .mg-b{
        margin-bottom: 190px;
    }

    .text-2{
        font-weight: 630;
        color: #010a44;
        font-size: 22px;
    }

    .image-container {
        position: relative;
        display: inline-block;
        margin-top: 60px;
      }

      .button-parceiro {
        font-weight: 500;
        border: 1.5px solid #FE4A23;
        background-color: #FE4A23;
        /* Define o fundo transparente */
        color: white;
        /* Define a cor do texto */
        padding: 5px 10px;
        /* Define o preenchimento interno do botão */
        border-radius: 5px;
        /* Define a borda arredondada */
        font-size: 20px;
    }
    

      .text-box {
        position: absolute;
        bottom: -650px;
        right: 0px;
        background-color: #010a44;
        color: #fff;
        width: 377px;
        height: 180px;
      }
      
      .text-box h2 {
        margin-top: 0;
      }
      
      .text-box p {
        margin-bottom: 0;
        font-size: 14px;
      }

      .parceiro-subtext{
        color: #010a44;
        font-weight: 400;
        font-size: 22px;
    }

    .parceiros-logo{
        margin-left: 4%;
        margin-top: 10%;
    }
    
    .parceiros-logo2{
        margin-left: 12%;
        margin-top: 10%;
    }

    .text-gestor{
        font-weight: bold;
        margin-top: 25%;
        color: #010a44;
        font-size: 44px;
    }
    
    .text-gestor2{
        font-weight: 400;
        color: #010a44;
        font-size: 23px;
    }
    .text-qs{
        font-weight: bold;
        margin-top: 25%;
        color: #010a44;
        font-size: 44px;
    }
    
    .text-qs2{
        font-weight: 400;
        color: #010a44;
        font-size: 20px;
    }

    .circle{
        width: 90px; /* Defina a largura do círculo */
        height: 90px; /* Defina a altura do círculo (igual à largura para um círculo perfeito) */
        border-radius: 50%; /* Cria as bordas arredondadas para formar o círculo */
        background-color: #FEE7E0; /* Defina a cor de fundo do círculo */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25%;
        margin-left: 39%;
    }

    .mulhersorrindo{
        background: no-repeat url(img/oh__img168.jpg);
        background-size: cover;
        height: 50vh;
    }
    
    .text-ms{
        font-weight: bold;
        margin-top: 35%;
        margin-left: 10%;
        color: #010a44;
        font-size: 30px;
    }

    .text-contato{
        font-weight: bold;
        margin-top: 15%;
        margin-left: 10%;
        color: #010a44;
        font-size: 42px;
    }
    
    .text-subcontato{
        margin-top: 20px;
        font-weight: 400;
        margin-left: 10%;
        color: #010a44;
        font-size: 22px;
    }

    .text-footer{
        color: white;
        margin-left: 20%;
        font-weight: 400;
        font-size: 18px;
    }
    
    .text-footer2{
        color: white;
        margin-right: 20%;
        font-weight: 400;
        font-size: 18px;
    }
  
  }

  @media (min-width: 377px) and (max-width: 576px) {
    /* Estilos específicos para dispositivos pequenos */
    .navbar-color {
        background-color: #FEF2ED !important;
    }

    .img-banner{
        margin-top: 0px !important ;
    }
      

    .parceiros-logo-mb{
        width: 40%;
        margin: 4%;
    }

    .parceiros-logo-mb-2{
        width: 35%;
        margin: 7%;
    }


    .espacamento{
        margin-left: 5%;
        margin-right: 5%;
    
    }

    .text{
        font-weight: bold;
        margin-top: 5%;
        color: #010a44;
        font-size: 42px !important;
        margin-top: -145px !important;
    }

    .mg-b{
        margin-bottom: 200px;
    }
    
    .text-2{
        font-weight: 630;
        color: #010a44;
        font-size: 22px;
    }
    
    .text-3{
        font-weight: 500;
        color: #010a44;
        font-size: 16px;
    }

    .image-container {
        position: relative;
        display: inline-block;
        margin-top: 60px;
      }
      
      .text-box {
        position: absolute;
        bottom: -700px;
        right: 0px;
        background-color: #010a44;
        color: #fff;
        width: 440px;
        height: 200px;
      }
      
      .text-box h2 {
        margin-top: 0;
      }
      
      .text-box p {
        margin-bottom: 0;
        font-size: 16px;
      }

      .parceiro-subtext{
        color: #010a44;
        font-weight: 400;
        font-size: 22px;
    }

    .parceiros-logo{
        margin-left: 7%;
        margin-top: 10%;
    }
    
    .parceiros-logo2{
        margin-left: 15%;
        margin-top: 10%;
    }

    .text-gestor{
        font-weight: bold;
        margin-top: 10%;
        color: #010a44;
        font-size: 44px;
    }
    
    .text-gestor2{
        font-weight: 400;
        color: #010a44;
        font-size: 23px;
    }
    .text-qs{
        font-weight: bold;
        margin-top: 10%;
        color: #010a44;
        font-size: 44px;
    }
    
    .text-qs2{
        font-weight: 400;
        color: #010a44;
        font-size: 20px;
    }

    .circle{
        width: 90px; /* Defina a largura do círculo */
        height: 90px; /* Defina a altura do círculo (igual à largura para um círculo perfeito) */
        border-radius: 50%; /* Cria as bordas arredondadas para formar o círculo */
        background-color: #FEE7E0; /* Defina a cor de fundo do círculo */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25%;
        margin-left: 39%;
    }

    .text-subicons{
        margin-top: -20px;
    }

    .mulhersorrindo{
        background: no-repeat url(img/oh__img168.jpg);
        background-size: cover;
        height: 40vh;
        background-position-x: 40%;
    }
    
    .text-ms{
        font-weight: bold;
        margin-top: 25%;
        margin-left: 10%;
        color: #010a44;
        font-size: 46px;
    }

    .text-contato{
        font-weight: bold;
        margin-top: 15%;
        margin-left: 10%;
        color: #010a44;
        font-size: 62px;
    }
    
    .text-subcontato{
        margin-top: 20px;
        font-weight: 400;
        margin-left: 10%;
        color: #010a44;
        font-size: 22px;
    }

    .text-footer{
        color: white;
        margin-left: 20%;
        font-weight: 400;
        font-size: 18px;
    }
    
    .text-footer2{
        color: white;
        margin-right: 20%;
        font-weight: 400;
        font-size: 18px;
    }
    

  }













  
  /* Estilos para dispositivos com largura maior que 576px e menor ou igual a 768px (ex: tablets em modo retrato) */
  @media (min-width: 577px) and (max-width: 768px) {
    /* Estilos específicos para dispositivos médios */
    .navbar-color {
        background-color: #FEF2ED !important;
    }

    .img-banner{
        margin-top: 0px !important ;
    }
      

    .parceiros-logo{
        margin-left: 13%;
        margin-top: 5%;
        width: 250px;
    }
    
    .parceiros-logo2{
        margin-left: 15%;
        margin-right: 5%;
        margin-top: 5%;
        width: 200px;
    }

    .espacamento{
        margin-left: 10%;
        margin-right: 10%;
    
    }

    .text-ms{
        font-weight: bold;
        margin-top: 15%;
        margin-left: 10%;
        color: #010a44;
        font-size: 62px;
    }
    
    .text-contato{
        font-weight: bold;
        margin-top: 15%;
        margin-left: 10%;
        color: #010a44;
        font-size: 62px;
    }
    
    .text-subcontato{
        margin-top: 20px;
        font-weight: 400;
        margin-left: 10%;
        color: #010a44;
        font-size: 22px;
    }


  
  }
  
  /* Estilos para dispositivos com largura maior que 768px e menor ou igual a 992px (ex: tablets em modo paisagem e monitores pequenos) */
  @media (min-width: 769px) and (max-width: 992px) {
    /* Estilos específicos para dispositivos grandes */
    .navbar-color {
        background-color: #FEF2ED !important;
    }

    .img-banner{
        margin-top: 0px !important ;
    }
      

    .parceiros-logo{
        margin-left: 13%;
        margin-top: 5%;
        width: 250px;
    }
    
    .parceiros-logo2{
        margin-left: 15%;
        margin-right: 5%;
        margin-top: 5%;
        width: 200px;
    }

    .espacamento{
        margin-left: 10%;
        margin-right: 10%;
    
    }

    .text-ms{
        font-weight: bold;
        margin-top: 15%;
        margin-left: 10%;
        color: #010a44;
        font-size: 62px;
    }
    
    .text-contato{
        font-weight: bold;
        margin-top: 15%;
        margin-left: 10%;
        color: #010a44;
        font-size: 62px;
    }
    
    .text-subcontato{
        margin-top: 20px;
        font-weight: 400;
        margin-left: 10%;
        color: #010a44;
        font-size: 22px;
    }
    

    

  }
  



