.elementor-2893 .elementor-element.elementor-element-ce9dae3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b9d1b9e */.brasile-guida {
  max-width: 900px;
  margin: auto;
  line-height: 1.7;
}

.brasile-guida table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.brasile-guida table th {
  background: #2f7e84;
  color: white;
}

.brasile-guida table th,
.brasile-guida table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.btn-brasile {
  display: inline-block;
  background: #2f7e84;
  color: #fff;
  padding: 14px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}
.btn-brasile-outline {
  display: inline-block;
  background: transparent;
  color: #2f7e84;
  border: 2px solid #2f7e84;
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.btn-brasile-outline:hover {
  background: #2f7e84;
  color: #fff;
}
/* === BLOCCO CONSIGLI VIAGGIO BRASILE === */

#kuqhps {
    background: #f4f8f8;
    border-left: 5px solid #2f7e84;
    padding: 25px 30px;
    margin: 40px 0;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Titolo */
#kuqhps h2 {
    font-size: 26px;
    color: #2f7e84;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Paragrafi */
#kuqhps p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

/* Lista */
#kuqhps ul {
    margin: 15px 0;
    padding-left: 20px;
}

#kuqhps ul li {
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
}

/* Bullet personalizzato */
#kuqhps ul li::marker {
    color: #2f7e84;
}

/* Hover leggero */
#kuqhps:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
/* === BLOCCO CONSIGLI VIAGGIO BRASILE === */

#kuqhps {
    background: #f4f8f8;
    border-left: 5px solid #2f7e84;
    padding: 25px 30px;
    margin: 40px 0;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Titolo */
#kuqhps h2 {
    font-size: 26px;
    color: #2f7e84;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Paragrafi */
#kuqhps p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

/* Lista */
#kuqhps ul {
    margin: 15px 0;
    padding-left: 20px;
}

#kuqhps ul li {
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
}

/* Bullet personalizzato */
#kuqhps ul li::marker {
    color: #2f7e84;
}

/* Hover leggero */
#kuqhps:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;

/* ===== SEZIONE CONSIGLI BRASILE ===== */

#kuqhps {
    margin: 50px 0;
    padding: 0;
}

/* Titolo */
#kuqhps h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 20px;
}

/* Paragrafi */
#kuqhps p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

/* Lista */
#kuqhps ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

/* Elementi lista */
#kuqhps ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

/* Icona bullet moderna */
#kuqhps ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2f7e84;
    font-size: 14px;
    font-weight: bold;
}

/* Link interno (se presente) */
#kuqhps a {
    color: #2f7e84;
    text-decoration: none;
    font-weight: 500;
}

#kuqhps a:hover {
    text-decoration: underline;
}

/* ===== CTA BUTTON ===== */

.btn-brasile {
    display: inline-block;
    margin-top: 20px;
    background: #2f7e84;
    color: #fff !important;
    padding: 14px 26px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-brasile:hover {
    background: #25686d;
    transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {

    #kuqhps h2 {
        font-size: 24px;
    }

    #kuqhps p {
        font-size: 16px;
    }

    #kuqhps ul li {
        font-size: 15px;
    }

    .btn-brasile {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */