/* * {
    outline: 1px solid red;
} */

:root {
  --base: #357e32;
  --primary: #009e3d;
  --cta: #d3d800;
  --accent: #264148;
  --accent-claro: #f2f7f6;
}

.navbar-primary {
  /* background-color: #2D4460;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23C4ED74' stroke-width='22' stroke-opacity='0.05' %3E%3Ccircle fill='%232D4460' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23294b69' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23225371' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23185b78' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%2304637e' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23006b84' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23007388' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23007b8b' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%2300828d' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23008a8e' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%2300928d' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%2300998c' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%2318a189' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%2332a885' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%2347af81' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%235bb57d' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%236ebb78' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%2381C173' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover; */
  background-color: #182429;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.poweredby {
  background-color: #1c2428;
  height: 60px;
  width: 200px;
  color: #8fba3b;
  border-top-right-radius: 1rem;
  font-size: xx-small;
}

.poweredimg {
  max-height: 70px !important;
  max-width: 110px;
  object-fit: contain;
}

body {
  font-family: 'Raleway', sans-serif;
  background-color: var(--accent-claro);
}

.logo {
  width: 50vw;
}

.accent {
  color: #357e32;
}


.textgreenlight {
  color: #d3d800 !important;
  z-index: 1 !important;
}


.gradient-vertical {
  /* background: linear-gradient(180deg, var(--primary) 0%, var(--base) 100%) !important; */
  background-color: #2D4460;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23C4ED74' stroke-width='22' stroke-opacity='0.05' %3E%3Ccircle fill='%232D4460' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23294b69' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23225371' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23185b78' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%2304637e' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23006b84' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23007388' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23007b8b' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%2300828d' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23008a8e' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%2300928d' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%2300998c' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%2318a189' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%2332a885' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%2347af81' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%235bb57d' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%236ebb78' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%2381C173' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: var(--accent-claro);
}


 
/*------------------------------------------------- btn Home------------------------------------------------ */
.btn {
  background-color: var(--base) !important;
  border: 0;
  border-color: transparent;
}

.btn:hover {
  background-color: #4e7c3d !important;
}

.btnHome {
  font-size: larger;
  padding-left: 35px;
  padding-right: 35px;
}

/*------------------------------------------------- btn Home------------------------------------------------ */


.logos {
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
}

/* ----------------------------------------------------card------------------------------------- */


.img-circle {
  width: 150px;
  height: 150px;
  object-fit: cover;
}


.card {
  background-color: transparent;
  border: .1px solid white;
  height: 350px;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;

}

.card-title {
  height: 40px !important;
}

/* ----------------------------------------------------card------------------------------------- */

/* -------------------------------------home--------------------------------- */
.hero-section {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.708)),
    url(Assets/Guadalajara002.webp) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  text-align: center;
}

.btn-cta {
  background-color: var(--primary);
  color: white !important;
  border: none;
}

.btn-cta:hover {
  background-color: var(--base);
  color: white;
}
/* -------------------------------------home--------------------------------- */


/* ------------------------------------section02----------------------------------} */

#section02 {
  min-height: 80vh;
  max-width: 100vw;
  overflow-x: hidden; /* evita el scroll horizontal */
  padding: 0 !important;
  margin: 0 !important;
}

/* .img-section{
background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.708)),
    url(./Assets/Guadalajara003.jpg) no-repeat center top;
}
  */

.img-section {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  display: block;
}
/* ------------------------------------section02----------------------------------} */

/* -------------------------------------------Ponentes--------------------------------------- */
.scroll-carousel {
  overflow-x: auto;
  scroll-behavior: auto !important;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.scroll-carousel::-webkit-scrollbar {
  display: none;
  /* Chrome */
}

.scroll-carousel .card {
  scroll-snap-align: start;
  min-width: 220px;
  max-width: 220px;
  background-color: white;
}

.speaker-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 4px solid #dee2e6;
}

.image-hover-wrapper img {
  transition: 0.3s ease;
}

.image-hover-wrapper:hover img {
  filter: grayscale(40%);
}

/* Fade edges */
.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: linear-gradient(to right, rgba(108, 117, 125, 1), rgba(108, 117, 125, 0));
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, rgba(108, 117, 125, 1), rgba(108, 117, 125, 0));
}

/* Arrows */
.btn-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}

.btn-carousel.prev {
  left: 10px;
}

.btn-carousel.next {
  right: 10px;
}

.btn-carousel:hover {
  background-color: white;
}

a img {
  cursor: pointer;
}

/* -------------------------------------------Ponentes--------------------------------------- */
/* --------------------------------gradiante gris en hover--------------------------------- */
.image-hover-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  /* mantiene el círculo */
}

.image-hover-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(100, 100, 100, 0.5));
  opacity: 0;
  transition: opacity 0.9s ease;
  border-radius: 50%;
  z-index: 1;
}

.image-hover-wrapper:hover::after {
  opacity: 1;
}

/* --------------------------------gradiante gris en hover--------------------------------- */
/* ---------------------------------Tabla----------------------------------------------- */

.table th,
.table td {
  vertical-align: middle;
  text-align: center;
}

.bg-header {
  background-color: #2f3e1e;
  color: white;
}

.bg-beyond {
  background-color: #24491e;
  color: white;
}

.bg-premium {
  background-color: #447f3e;
  color: white;
}

.bg-flag {
  background-color: #a7cf80;
  color: black;
}

.fw-bold-custom {
  font-weight: bold;
}

/* ---------------------------------Tabla----------------------------------------------- */
/* ---------------------------------Agenda----------------------------------- */
.agenda-section {
  position: relative;
  background:
    linear-gradient(to top, rgba(17, 31, 33, 0.586), rgba(20, 37, 42, 0.59)),
    url(Assets/Guadalajara001.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  text-align: center;
}

.agenda-table {
  background-color: transparent;
  color: white;
}

.agenda-table th,
.agenda-table td {
  vertical-align: top;
  text-align: left;
  padding: 0.75rem;
  background-color: #182429;
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}

.agenda-table .bg-header {
  background-color: rgba(45, 77, 77, 0.323);
  color: white;
  text-align: center;
}

.agenda-table thead th {
  vertical-align: middle;
}

.agenda-table .subtema-list {
  margin: 0;
  padding-left: 1rem;
}


.agenda-section2 hr {
  border-top: 1px solid #d3d800 !important; /* Cambia el color aquí */
}

section.agenda-section2 {
      background-color: #182429;
      padding: 4rem 0;
      color: var(--accent-claro);
    }

    .agenda-header {
      color: var(--accent-claro);
    }
    .agenda-day h3 {
      font-weight: 700;
    }
    /* .agenda-hour{
      width: 250px !important;
      height: 70px;
      object-fit: cover;
    } */
    .agenda-event p, .agenda-event ul {
      font-size: 0.9rem;
      margin-bottom: 0.25rem;
    }
    .agenda-event ul {
      padding-left: 1.2rem;
    }

/* ---------------------------------Agenda----------------------------------- */
/* ---------------------------------Objectives---------------------------------- */
#section02 .card{
  width: 400px;
}


.Objectives-section{
  position: relative;
  background:
    linear-gradient(to top, rgba(17, 31, 33, 0.586), rgba(20, 37, 42, 0.59)),
    url(Assets/Descarb001.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  text-align: center;
}
/* ---------------------------------Objectives---------------------------------- */
@media screen and (max-width:820px) {
  #section02 {
  height:auto;
  max-height: auto;
}
}

@media screen and (max-width:480px) {
.section01{
  max-height: 100vh;
  min-height: 100vh;
}

.hero-section {
  position: relative;
  min-height: 80vh;
}

#section02 {
  height:auto;
  max-height: auto;
}

#section02 .card{
  width: auto;
}

/* .agenda-hour{
  width: 700px !important;
} */

/* .agenda-text{
  width: 3000px !important;
} */
/* 
.display-6{
  font-size: large;
} */
}