/* === Layout Containers === */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.8rem 0;
}



.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1 1 100%;
  padding: 1rem;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-lg-6 {
      flex: 0 0 49%;
      max-width: 49%;
}

@media (max-width: 768px) {
.col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-6 {
flex: 0 0 50%;
    max-width: 50%;
    
}

.home .site-menu-overlay .menu li {
  margin: 0rem 0;
  background: #d59704;
  padding: 15px 30px;
  border-radius: 30px;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}


}


/* === Text Utilities === */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }

/* === Base Styles === */
body {
  margin: 0;
  font-family: sans-serif;
  background: #eee;
  color: #222;
}

/* === Header === */
.site-header {
  background:  #fff;
  color: #fff;
  padding: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-toggle {
font-size: 3rem;
  border: none;
  color: black;
  cursor: pointer;
  position: relative;
  z-index: 999999;
  float: right;
  right: 0;
  background: white;
  border-radius: 10px;
}

/* === Menu Desktop === */
.site-menu {
  display: none;
  flex-direction: column;
  background: #222;
}

.site-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-menu .menu li {
  border-bottom: 1px solid #444;
}

.site-menu .menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1rem;
}

/* === Menu Overlay Mobile === */
.site-menu-overlay {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 50%;
  height: 100%;
  background: #111;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: bottom 0.4s ease-in-out;
  z-index: 9999;
}

.site-menu-overlay.active {
  bottom: 0;
}

.menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.site-menu-overlay .menu {
  list-style: none;
  padding: 0;
}

.site-menu-overlay .menu li {
margin: 0.5rem 0;
  background: #eee;
  padding: 10px 10px;
  border-radius: 10px;
}

.course-info {
  background: #fffaeb;
  border-radius: 30px;
}

.site-menu-overlay .menu li:hover {
scale:1.05
}

.abrir-sedes-extra:hover {
scale:1.05
}


.site-menu-overlay .menu li a {
  color: black;
  text-decoration: none;
  font-size: 1.2rem;
}

/* === Footer === */
.site-footer {
  text-align: center;
  padding: 1rem;
  background: #f1f1f1;
  font-size: 0.9rem;
}

/* === Responsive: Desktop === */
@media (min-width: 768px) {
  .site-menu {
    display: flex !important;
    flex-direction: row;
    background: none;
  }

  .site-menu .menu li {
    border: none;
  }

  .site-menu .menu li a {
    padding: 0.5rem 1rem;
  }

  .menu-toggle {
    display: none;
  }

  .site-menu-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    background: none;
    bottom: 0 !important;
    transition: none;
  }

  .menu-close {
    display: none;
  }

  .site-menu-overlay .menu {
    display: flex;
    gap: 1rem;
  }

  .site-menu-overlay .menu li a {
    color: #000;
    font-size: 1rem;
    transition: color 0.3s ease;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
  }

  .site-menu-overlay .menu li a:hover {
    color: #f39c12;
  }
}

/* === Responsive: Mobile === */
@media (max-width: 768px) {

  .site-header .site-menu-overlay {
    width: 100%;
  }

  .menu-mobile {
    width: 50%;
  }
}

/* === Branding === */
.site-branding {
  display: flex;
  align-items: center;
  width: 50%;
}

.site-branding img {
  max-height: 80px;
}

/* === Dark Mode === */
.theme-toggle {
  font-size: 1.5rem;
  margin-left: 1rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

body.dark-mode {
  background: #121212;
  color: #eee;
}

body.dark-mode .site-header {
  background: #222;
}

body.dark-mode .site-footer {
  background: #222;
  color: #ccc;
}

body.dark-mode a {
  color: #f39c12;
}

/* === Custom Components === */
.page-content {
  opacity: 1 !important;
}

.title1 {
  font-family: "Instrument Sans", Sans-serif;
  font-size: clamp(1.718rem, 2.6vw, 2.718rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.9rem;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #000000;
}

.footericont_pr {
  display: none !important;
}

.abrir-sedes-extra {
  background: #f3cb30;
  border: #f3cb30;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 24px;
  color: black;
  text-decoration: none;
}

/* === Custom Hero Banner === */
@media (min-width: 767px) {
  .hero_call_banner {
  }

  .text_foooter_p {
    display: none;
  }

  .hero_img_banner {
    max-width: 45%;
    margin: 20px 10px !important;
  }
}

@media (max-width: 767px) {
    
  .sedes-grid {
  gap: 15px 0px!important;
    }
  .hero_call_banner {
    order: -1;
  }
}

/* === Popup & Booking Styles === */
@media (max-width: 767px) {
  .popup-content {
    margin-top: auto !important;
    margin-bottom: 0 !important;
  }

  .col-6 .sedes-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 10px;
    border-radius: 30px;
  }

  .sedes-container {
    padding: 30px 15px !important;
    border-radius: 30px;
  }
  
  .sedes-grid .col-6{
      display: flex;
    justify-content: center;
  }
.wpb-shortcode-wrapper{
    overflow-x: hidden;
}
  .sedes-container .sedes-grid .sede-btn {
        padding: 11px 12px;
        border-radius: 25px;
        font-size: 12px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
        max-width: 180px;
        color: black !important;
        min-width: 80%;
  }
}

/* === Sedes Container === */
.container-viacol {
  display: flex;
}

.sedes-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: white;
  position: relative;
  z-index: 120;
  padding: 30px 40px;
  border-radius: 30px;
  position: sticky;
  top: 80px;
}

#viacol-home .w-from-container {
  margin-bottom: 50px;
}


.sedes-container h2 {
  font-size: 36px;
  margin: 40px 0 20px;
  color: #000;
  font-weight: 700;
}

.sedes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
  margin-bottom: 40px;
  flex-direction: row;
}

.left-sedes-container {
  height: 100%;
  width: 100%;
}

.course-info {
  top: 20px;
  padding: 50px 20px;
}

.course-info__subtitle,
.course-info__title {
  font-weight: 700;
  color: black;
}

.sedes-grid .sede-btn {
background: #f3cb30;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: black;
  text-decoration: navajowhite;
}

.sedes-grid .sede-btn:hover {
  scale: 1.05;
}

.sede-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.sede-btn img {
  max-width: 150px;
}

/* === Popup Styles === */
.popup-overlay {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.7);
  transition: bottom 0.4s ease-in-out;
  pointer-events: none;
  opacity: 0;
}

.popup-overlay.active {
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}

.popup-content {
  background: white;
  border-radius: 0;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  position: relative;
  box-shadow: none;
}


.close-popup {
position: absolute;
  top: 15px;
  right: 30px;
  font-size: 3rem;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  color: #333;
  font-weight: bold;
}

body.no-scroll {
  overflow: hidden;
}
.w-from-container{
  max-width: 1200px;
  margin: auto;
  max-width: 90%;
  gap: 15px;
}
.hero-index
{
    display: flex; align-items: center; justify-content: center; padding: 0; margin: 0 auto; flex-wrap: wrap;max-width: 90%;
    margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 30px;
  background: #fefefe;
}

  .img_hero_index{
  max-width: 100%;
  border-radius: 30px;
  max-height: 450px;
  object-fit: cover;
  width: 100%;
  }
  
  .features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom:60px;
   margin-top:40px;
}

.features__item {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.features__icon {
  width: 40px;
  height: auto;
  margin-right: 0.75rem;
}

@media (max-width: 768px) {
    
  .viacol-landing .title1 {
    font-size: clamp(1.52718rem, 2.6vw, 2.718rem);
    line-height: 2.29rem;

  }

  .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .order-1{
    order: -1;
}
.site-menu-overlay .menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abrir-sedes-extra {
  background: #f3cb30;
  border: navajowhite;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  color: black !important;
  white-space: nowrap;
}

}

.features__item svg{
    width: 60px;
}




