#footer.footer-bg { padding: 0; }

#footer.footer-bg img { width: 100%; height: auto; display: block; }

.footer-content-bg { background-color: #fff; padding: 60px 0 30px 0; }

.footer-content .row:first-child { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #ddd; display: flex; justify-content: space-between; }

.footer-content .col-12:nth-child(1), .footer-content .col-12:nth-child(2) { display: flex; align-items: flex-start; gap: 15px; }

.off-767{display: block!important;}
.on-767{display: none!important;}

/* Ícones de localização e telefone */
.footer-content .col-12:nth-child(1) img, 
.footer-content .col-12:nth-child(2) img { 
    width: 60px !important; 
    height: 60px !important;
    object-fit: contain;
    margin-bottom: 0; 
    flex-shrink: 0;
}

/* Container de texto - faz os elementos ficarem um embaixo do outro */
.footer-content .col-12:nth-child(1) > div,
.footer-content .col-12:nth-child(2) > div { 
    display: flex !important; 
    flex-direction: column !important; 
    gap: 5px;
}

.footer-content .col-12 p { color: #24375F; font-size: 13px; line-height: 1.6; margin: 0; font-weight: 200; }

.footer-content .col-12 a { color: #24375F; font-size: 13px; line-height: 1.6; text-decoration: none; display: block; margin: 0; transition: opacity 0.3s ease; font-weight: 200;}

.footer-content .col-12 a:hover { opacity: 0.7; }

.footer-content .col-12:nth-child(3) { display: flex; flex-direction: column; }

/* Container das redes sociais */
.footer-image-text { 
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.footer-image-text p { 
    color: #24375F; 
    font-size: 14px; 
    margin: 0;
    flex-basis: 100%;
}

/* Ícones de redes sociais */
.footer-image-text img { 
    width: 30px !important; 
    height: 30px !important; 
    object-fit: contain;
    margin: 0 !important;
    display: block !important;
}

.footer-bottom { padding-top: 30px; margin-top: 0; }

.footer-bottom .row { display: flex; justify-content: space-between; align-items: center; }

.footer-content-menu ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 20px; flex-wrap: wrap; }

.footer-content-menu ul li a { color: #24375F; text-decoration: none; font-size: 13px; }

.footer-content-menu ul li a:hover { color: #1a2845; }

.footer-bottom .col-12:last-child p { color: #24375F; font-size: 10px; text-align: right; margin: 0; }

/* ==================== RESPONSIVO ==================== */

/* 1799.5px */
@media (max-width: 1799.5px) {
  .footer-content-bg { padding: 55px 0 28px 0; }
  .footer-content .col-12 p { font-size: 13px; }
  .footer-content .col-12 a { font-size: 13px; }
  .footer-image-text p { font-size: 15px; }
}

/* 1599.5px */
@media (max-width: 1599.5px) {
  .footer-content-bg { padding: 50px 0 25px 0; }
  .footer-content .col-12 p { font-size: 12px; }
  .footer-content .col-12 a { font-size: 12px; }
  .footer-image-text p { font-size: 14px; }
}

/* 1399.5px */
@media (max-width: 1399.5px) {
  .footer-content-bg { padding: 50px 0 25px 0; }
  .footer-content .col-12:nth-child(1) img, 
  .footer-content .col-12:nth-child(2) img { 
    width: 55px !important; 
    height: 55px !important;
  }
  .footer-content .col-12 p { font-size: 14px; }
  .footer-content .col-12 a { font-size: 14px; }
  .footer-image-text p { font-size: 16px; }
  .footer-content-menu ul li a { font-size: 15px; }
}

/* 1199.5px */
@media (max-width: 1199.5px) {
  .footer-content-bg { padding: 45px 0 22px 0; }
  .footer-content .row:first-child { margin-bottom: 35px; padding-bottom: 35px; }
  .footer-content .col-12:nth-child(1) img, 
  .footer-content .col-12:nth-child(2) img { 
    width: 50px !important; 
    height: 50px !important;
  }
  .footer-content .col-12 p { font-size: 14px; }
  .footer-content .col-12 a { font-size: 14px; }
  .footer-image-text p { font-size: 15px; }
  .footer-content-menu ul li a { font-size: 14px; }
  .footer-bottom .col-12:last-child p { font-size: 13px; }
}

/* 991.5px */
@media (max-width: 991.5px) {
  .footer-content-bg { padding: 40px 0 20px 0; }
  .footer-content .row:first-child { margin-bottom: 30px; padding-bottom: 30px; }
  .footer-content .col-12:nth-child(1), .footer-content .col-12:nth-child(2) { gap: 12px; }
  .footer-content .col-12:nth-child(1) img, 
  .footer-content .col-12:nth-child(2) img { 
    width: 45px !important; 
    height: 45px !important;
  }
  .footer-content .col-12 p { font-size: 13px; }
  .footer-content .col-12 a { font-size: 13px; }
  .footer-image-text { gap: 12px; }
  .footer-image-text p { font-size: 14px; }
  .footer-image-text img { 
    width: 28px !important; 
    height: 28px !important; 
  }
  .footer-content-menu ul { gap: 15px; }
  .footer-content-menu ul li a { font-size: 13px; }
  .footer-bottom { padding-top: 25px; }
  .footer-bottom .col-12:last-child p { font-size: 12px; }
}

/* 767.5px */
@media (max-width: 767.5px) {
  .off-767{display: none!important;}
  .on-767{display: block!important;}
  .footer-content-bg { padding: 35px 0 18px 0; }
  .footer-content .row:first-child { margin-bottom: 25px; padding-bottom: 25px; flex-direction: column; align-items: center; }
  .footer-content .col-12:nth-child(1), 
  .footer-content .col-12:nth-child(2) { 
    margin-bottom: 20px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer-content .col-12:nth-child(1) img, 
  .footer-content .col-12:nth-child(2) img { 
    width: 40px !important; 
    height: 40px !important;
    margin-bottom: 10px !important;
  }
  .footer-content .col-12 p { font-size: 12px; text-align: center; }
  .footer-content .col-12 a { font-size: 12px; text-align: center; margin: 0; }
  .footer-image-text { gap: 10px; justify-content: center; flex-direction: column; align-items: center; }
  .footer-image-text p { font-size: 13px; text-align: center; flex-basis: 100%; margin-bottom: 10px; }
  .footer-image-text img { 
    width: 25px !important; 
    height: 25px !important; 
  }
  .footer-content-menu { text-align: center; }
  .footer-content-menu ul { justify-content: center; gap: 12px; flex-direction: column; }
  .footer-content-menu ul li a { font-size: 12px; }
  .footer-bottom { padding-top: 20px; text-align: center; }
  .footer-bottom .row { flex-direction: column; gap: 15px; }
  .footer-bottom .col-12 { text-align: center; }
  .footer-bottom .col-12:last-child p { text-align: center; font-size: 11px; }
}

/* 575.5px */
@media (max-width: 575.5px) {
  .footer-content-bg { padding: 30px 0 15px 0; }
  .footer-content .row:first-child { margin-bottom: 20px; padding-bottom: 20px; }
  .footer-content .col-12:nth-child(1), 
  .footer-content .col-12:nth-child(2) { 
    margin-bottom: 15px;
  }
  .footer-content .col-12:nth-child(1) img, 
  .footer-content .col-12:nth-child(2) img { 
    width: 35px !important; 
    height: 35px !important;
    margin-bottom: 8px !important;
  }
  .footer-content .col-12 p { font-size: 11px; }
  .footer-content .col-12 a { font-size: 11px; }
  .footer-image-text { gap: 8px; }
  .footer-image-text p { font-size: 12px; margin-bottom: 8px; }
  .footer-image-text img { 
    width: 22px !important; 
    height: 22px !important; 
  }
  .footer-content-menu ul li a { font-size: 11px; }
  .footer-bottom { padding-top: 15px; }
  .footer-bottom .col-12:last-child p { font-size: 10px; }
}

/* 400px */
@media (max-width: 400px) {
  .footer-content-bg { padding: 25px 0 12px 0; }
  .footer-content .row:first-child { margin-bottom: 15px; padding-bottom: 15px; }
  .footer-content .col-12:nth-child(1), 
  .footer-content .col-12:nth-child(2) { 
    margin-bottom: 12px;
  }
  .footer-content .col-12:nth-child(1) img, 
  .footer-content .col-12:nth-child(2) img { 
    width: 30px !important; 
    height: 30px !important;
    margin-bottom: 6px !important;
  }
  .footer-content .col-12 p { font-size: 10px; }
  .footer-content .col-12 a { font-size: 10px; }
  .footer-image-text { gap: 6px; }
  .footer-image-text p { font-size: 11px; margin-bottom: 6px; }
  .footer-image-text img { 
    width: 20px !important; 
    height: 20px !important; 
  }
  .footer-content-menu ul { gap: 8px; }
  .footer-content-menu ul li a { font-size: 10px; }
  .footer-bottom { padding-top: 12px; }
  .footer-bottom .col-12:last-child p { font-size: 9px; }
}