
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1{
    font-family: 'Rooto';
    font-weight: 700;
    font-size: max(44px, 5.2vw);
}
body, p, a, ul, li, button, input {
  font-family: 'Roboto', sans-serif;
}

h2{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: max(20px, 2.8vw);
} 

/*------- BOTÃO CHAMADA ------------*/
/*------- Cores ------------*/
/*------- #301A4B ------------*/

div.chamada a{
    font-size: max(16px, 1.8vw);
    color: #FFF;
    text-decoration: none;
    padding: 20px 80px;
    border-radius: 50px;
    font-weight: 600;
    background: #000000;

    display: inline-block;

    
}


div.chamada h1{
    color: #301A4B;
}

div.chamada h1:hover{
    opacity: .60;
}

/*--------------------------*/
/*  ELEMENTOS DO HEADER     */
/*--------------------------*/

header {
  height: 100vh;
  background: url('../images/LG.png') no-repeat center center;
  background-size: cover;
  width: 100%;
}


/*------- NAVEBAR ------------*/

header nav#nav-esquerda {
    display: flex;
    justify-content: space-between;
    align-items: center; /* opcional, para alinhar verticalmente */
    padding: 0 2rem;
}


header nav#nav-esquerda div#logo{
    max-width: 100px;
    max-height: 70px;
    margin-left: 4rem;
}

header nav#nav-esquerda div#logo img{
    max-width: 100%;
    max-height: 100%;
}

/*-------- MENU HAMBURGUER -----------*/

header nav#nav-esquerda ul#icone-menu{
    display: none;
}

header nav#nav-esquerda ul#icone-menu li{
    list-style: none;
}

header nav#nav-esquerda ul#icone-menu li ion-icon{
    font-size: 50px;
    color: #fff;
    margin-right: 2rem;
}

/*-------- MENU -------------- */

header nav#nav-esquerda ul.menu-principal{
    margin-left: 5rem;

    display: flex;
    flex-flow: row wrap;
}

header nav#nav-esquerda ul.menu-principal li{
    list-style: none;
    margin-right: 2rem;
}

header nav#nav-esquerda ul.menu-principal li a{
    text-decoration: none;
    color: #fff;
    font-size: 110%;
    text-shadow: 4px 6px 10px #000;
    padding-bottom: 10px;
    transition: .3s ease-in-out;
}

header nav#nav-esquerda ul.menu-principal li a:hover{
    opacity: .6;
    border-bottom: 1px solid #fff;
}

/*-------- CHAMADA -------------- */

header div.chamada{
    position: absolute;
    width: 100%;
    height: 300px;
    text-align: center;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

header div.chamada h1{
    color:#ffffff;
    font-size: 200PX;

}



/*--------------------------*/
/*          SOBRE           */
/*--------------------------*/

section.sobre{
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-right: 50px; 
    padding-left: 50px;
    margin-bottom: 20px;
    text-align: center;
}

section.sobre div.sobre-mestre{
    text-align: center;
    margin-bottom: 40px;
}


section.sobre div.sobre-mestre h2{
    font-size: max(22px, 1.8vw);
    margin-top: 10px;
}

/*--------------------------*/
/*  SECTION MULHERES MERECEM         */
/*--------------------------*/

section.solucao{
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-top: 20px;
    padding-bottom: 40px;

    background-color: #525252;
}

section.solucao h2{
    margin-top: 40px;
    margin-bottom: 50px;
    max-width: 950px;
    text-align: center;
    color: #FFF;
    font-size: max(22px, 2.8vw);
}

section.solucao div.solucao-mestre{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 40px;
}

section.solucao div.solucao-mestre div.solucao-texto{
    max-width: 800px;
    text-align: left;
    line-height: 1.8;

    margin-bottom: 20px;
}

section.solucao div.solucao-mestre div.solucao-texto p{
    width: 95%;
    margin: auto;
    color: #FFF;
    text-shadow: 2px 2px 5px #181717;
    font-size: max(16px, 1vw);
}

section.solucao div.solucao-mestre div.solucao-img{
    max-width: 400px;
}

section.solucao div.solucao-mestre div.solucao-img img{
    max-width: 100%;
}

.footer {
  background-color: #111;
  color: white;
  padding: 50px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-col {
  flex: 1;
  min-width: 220px;
  margin: 20px;
}

.footer-col h3 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-col p,
.footer-col a,
.footer-col li {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.logo-footer {
  max-width: 150px;
  margin-bottom: 15px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons img {
  width: 32px;
  height: 32px;
}
