/*
Theme Name: Figma 2
Author: Oriel Barbosa
Description: Tema WordPress com referência ao figma, destinado a ser o novo site do FDR
Version: 1.0
*/

html, body {
  overflow-x: hidden;
  width: 100%;
}


body {
    font-family: 'PPNeueMachina', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

h1, h2, h3 {
    font-family: 'PPNeueMachina', sans-serif;
    font-weight: 900;
}

.site-header, .site-footer {
    font-family: 'PPNeueMachina', sans-serif;
}

.main-menu, .main-menu a {
    font-weight: 900;
}

.site-header, .site-footer {
    width: 100%;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    background-color: white;
    border-bottom: 2px solid #ddd;
}

.site-header .logo img {
    max-height: 50px;
}

.site-header nav {
    flex-grow: 1;
    text-align: right;
}

.site-header nav ul {
  display: flex;
  justify-content: space-around; 
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'PP Neue Machina';
}

.site-header nav ul li {
  flex: 1;
  text-align: center;
}

.site-header nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: black;
  font-weight: bold;
  width: 100%;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}


@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .main-menu {
        display: none;
        flex-direction: column;
        background: #fff;
    }

    .main-menu.ativo {
        display: flex;
    }
}

.upper-box {
  background-color: #ffd800; 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.background-decor {
  position: absolute;
  top: -190px;
  left: 20px;
  width: auto; 
  height: auto;
  z-index: 1;
}

.left-text {
  position: relative;
  z-index: 2;
  font-family: 'Courier', monospace;
  font-weight: bold;
}

.newsletter-form {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group-inputs {
  display: flex;
  gap: 10px;
}

input[type="text"],
input[type="email"] {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 20px;
  outline: none;
}

button.theme-btn {
  background-color: #1e2f7a;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
}

.footer-news {
        background-color: #FFD700;
        padding: 50px 0px;
    }
    
    .footer-news .upper-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .footer-news .left-text {
        flex: 1;
        min-width: 280px;
        font-family: 'PP Neue Machina', sans-serif;
        font-size: 50px;
        color: #000;
    }
    
    .footer-news .newsletter-form {
        flex: 1;
        min-width: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .form-group-inputs {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .footer-news input[type="text"],
    .footer-news input[type="email"] {
        padding: 10px 15px;
        border-radius: 25px;
        border: none;
        outline: none;
        font-size: 16px;
        width: 220px;
        max-width: 100%;
    }
    
    .footer-news .form-group-button {
        display: flex;
        justify-content: flex-start;
    }
    
    .footer-news .theme-btn.btn-style-one {
        background-color: #002366;
        color: white;
        border: none;
        border-radius: 25px;
        padding: 10px 30px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
.footer-info {
    background-color: #f0f0f0;
    padding: 30px 0;
}

.footer-info .container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.footer-column {
    flex: 1;
    text-align: center;
}

/* Endereços */
.footer-enderecos {
    background-color: #f0f0f0;
    padding: 20px 0;
}

.footer-sede {
    text-align: left;
    margin-right: auto;
    padding-right: 300px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: 'PP Neue Machina';
}

.footer-section {
    flex: 1;
    margin-right: 20px;
}

.footer-section h4 {
    margin-bottom: 10px;
    font-size: 16px;
}

.address {
    margin-bottom: 20px;
}

.address p {
    margin: 5px 0;
    font-size: 14px;
}

.footer-contact {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.footer-contact button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.footer-contact button:hover {
    background-color: #0056b3;
}


.footer-bottom {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

/* Logos */
.footer-logos {
    background-color: #f0f0f0;
    padding: 20px 0;
}

.footer-logos-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-icons {
    display: flex;
    gap: 15px;
}

.footer-icons img {
    width: 120px;
    height: 120px;
}

.footer-logo img {
    width: 200px;
    height: auto;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.social-icons img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: scale(1.2);
}

/* WhatsApp  */
.whatsapp-button {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #000000;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #25D366;
    color: #fff;
}

.whatsapp-button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.whatsapp-button span {
    position: relative;
    padding-left: 10px;
}

.whatsapp-button span::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 2px;
    background-color: #000;
}

@media (max-width: 1024px) {
    .footer-content, 
    .footer-news .upper-box, 
    .footer-logos-content, 
    .footer-info .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section, 
    .footer-contact, 
    .footer-column {
        margin: 10px 0;
        width: 100%;
    }

    .footer-sede {
        padding-right: 0;
        text-align: center;
    }

    .footer-icons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-news form {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;
    }

    .site-header nav {
        width: 100%;
        text-align: left;
    }

    .site-header nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
    }

    .site-header nav ul li {
        display: block;
        margin: 10px 0;
        padding: 0 20px;
    }
    

    
}


