:root {
  --rojo: #f21236;
  --rojo-durazno: #d44b55;
  --durazno: #dc9150;
  --turquesa: #3475d8;
  --esvelta: #f8d885;
  --verde-oscuro: #1c5154;
  --negro: #212529;
  --gris-oscuro: #78918f;
  --gris-claro: #f1f2f3;
  --verde-agua: #6ec188;
  --naranja: #eac25c;
  --azul-marino:#1d1f40;
}
.ic-main-haeader {
  height: 94px;
}


.temas-sliders .slick-track section.ic-section-space{
  min-height: 586px;
}

.slick-prev {
  left: 25px;
  z-index: 3;
}

.slick-next {
  right: 25px;
}

.ic-speaker-item .item-content {
  position: absolute;
  padding: 16px 0;
  background: #212529;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0px;
  transition: all 0.3s;
}

.bg-azul-marino{
  background-color: var(--azul-marino);
}

.max-w-320{
  max-width: 320px;
}

h3 span{
  font-size: inherit;
}

.align-items-center{
  align-items: center;
}

.ic-client-item p {
  color: var(--gris-oscuro);
  font-style: italic;
  font-size: 2em;
}

.bg-svelte{
    background-color: var(--esvelta);
}

.text-bold{
    font-weight: bold;
}

.w-32px{
  width: 32px;
}

.mt-10 {
  display: flex;
  gap: 2em;
  align-items: center;
  margin-top: 2em;
  justify-content: center;
}

.cl-gradient3 {
  background: var(
    --Gradiant,
    linear-gradient(71deg, var(--rojo-durazno) 27.31%, var(--esvelta) 69.17%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-inhitial{
    text-transform: initial;
}

.ic-banner-section.ic-section-space.ic-bg-img {
  background-image: url("/archivos/Banner%20principal_01.webp") !important;
  background-size: contain;
}

.ic-event-session-section::before {
    position: absolute;
    content: none;
}

.ic-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0.95;
  background: linear-gradient(
    359deg,
    var(--verde-oscuro) 8.81%,
    var(--negro) 98.69%
  );
  top: 0;
  left: 0;
  z-index: -1;
}

.ic-banner-shape {
    bottom: -2px;
}

.columns-header {
  background-color: var(--verde-oscuro);
  padding-block: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.color-rojo-durazno{
    color: var(--rojo-durazno);
}

.color-durazno {
  color: var(--durazno);
}

.color-turquesa{
    color: var(--turquesa);
}

.color-verde{
    color: var(--verde-oscuro);
}

.color-svelte{
    color: var(--esvelta);
}

.color-negro{
    color: var(--negro) !important;
}

.color-naranja{
  color: var(--naranja);
}

.ic-footer-social .ic-social-link:hover {
    background: var(--esvelta);
}

.ic-banner-right .ic-banner-red-shape {
  position: absolute;
  top: 20px;
  right: 250px;
  z-index: -2;
  animation: e-shape-movine 10s infinite linear alternate;
}
.ic-banner-right .ic-banner-orange-shape {
    position: absolute;
    top: -79px;
    right: -26px;
    z-index: -2;
    animation: e-shape-movine 10s infinite linear alternate;
}

img[class^=flecha-]{
    width: 100%;
}


.section-video-you{
    padding: 120px 0 30px;
}
.ic-banner-right .ic-banner-card {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: 9;
    animation: b-card-movine2 3s infinite linear alternate, aparecer 2s 1 linear backwards;
}

img.flecha-1{
    left: -60px !important;
    animation-delay:0s, 6s !important;
}
img.flecha-2{
    left: -80px !important;
    animation-delay:0s, 4s !important;
}
img.flecha-3{
    left: -100px !important;
    animation-delay:0s, 2s !important;
}
img.flecha-4{
    left: -120px !important;
    animation-delay:0s, 0s !important;
}


.ic-speaker-item:hover .item-content {
    background-image: inherit;
    background-color: var(--negro);
}


@keyframes aparecer {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes b-card-movine2 {
    0% {
      transform: translateX(40px);
    }
    100% {
      transform: translateX(80px);
    }
  }

#days {
  background-color: var(--rojo-durazno);
  & + .ic-count-dot .dot {
    background-color: var(--rojo-durazno);
  }
}

#hours {
  background-color: var(--durazno);
  & + .ic-count-dot .dot {
    background-color: var(--durazno);
  }
}

#minutes {
  background-color: var(--turquesa);
  & + .ic-count-dot .dot {
    background-color: var(--turquesa);
  }
}

#seconds {
  background-color: var(--naranja);
}

.ic-event-session-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0.9;
  opacity: 0.9;
  background: linear-gradient(
    180deg,
    var(--negro) 14.31%,
    var(--verde-oscuro) 86.04%
  );
  top: 0;
  left: 0;
  z-index: 2;
  clip-path: polygon(
    100% 100%,
    0% 100%,
    0% 49.58%,
    5% 48.59%,
    10% 47.19%,
    15% 45.44%,
    20% 43.42%,
    25% 41.24%,
    30% 39%,
    35% 36.81%,
    40% 34.78%,
    45% 32.99%,
    50% 31.54%,
    55% 30.5%,
    60% 29.92%,
    65% 29.82%,
    70% 30.21%,
    75% 31.08%,
    80% 32.37%,
    85% 34.03%,
    90% 35.98%,
    95% 38.12%,
    100% 40.36%
  );
  /* clip-path: polygon(100% 100%, 0% 100% , 0.00% 29.58%, 5.00% 28.59%, 10.00% 27.19%, 15.00% 25.44%, 20.00% 23.42%, 25.00% 21.24%, 30.00% 19.00%, 35.00% 16.81%, 40.00% 14.78%, 45.00% 12.99%, 50.00% 11.54%, 55.00% 10.50%, 60.00% 9.92%, 65.00% 9.82%, 70.00% 10.21%, 75.00% 11.08%, 80.00% 12.37%, 85.00% 14.03%, 90.00% 15.98%, 95.00% 18.12%, 100.00% 20.36%); */ /* polygon(0% 44%, 100% 30%, 100% 100%, 0% 100%) */
  opacity: 1;
}

section.ic-event-session-section.ic-section-space {
  padding: 60px 0 90px;
}

.text-balance {
  text-wrap: balance;
}

.ic-session-item::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 8px 8px;
  opacity: 0.8;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    transparent,
    #000 90.23%,
    black
  );
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px;
}

.ic-session-item {
  position: relative;
  width: calc(33.3333333333% - 28px + 9.3333333333px);
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid;
}

.ic-footer-main-part::before {
  background: linear-gradient(
    180deg,
    var(--negro) 14.31%,
    var(--verde-oscuro) 86.04%
  );
}

.ic-speaker-item {
  border: 3px solid var(--rojo);
  overflow: hidden;
}

.text-edutubers {
  color: var(--rojo);
}

.edutubers h2,
.edutubers h2 span {
  font-size: 48px;
}

.edutubers {
  background-image: url("./../../archivos/sección5-BG_hexágonos.webp");
  background-size: contain;
}

.sponsors {
  background-color: #e7e7e7;
  background-image: url("./../../archivos/sección6-flecha BG.webp");
  .ic-brand-item-wrap {
    display: flex;
    gap: 75px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ic-brand-item-wrap .ic-brand-item .icon img {
  transition: all 0.3s;
  max-width: 70%;
  height: auto;
  filter: grayscale(0.8);
}

.ic-brand-item-wrap .ic-brand-item:hover img {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.1);
}

.ic-speaker-item h5.cl-white {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2em;
}

.acceso-total {
  background-image: url("./../../archivos/sección-foto BG.webp");
}

.ic-register-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0.9;
  background: linear-gradient(
    180deg,
    var(--negro) 14.31%,
    var(--verde-oscuro) 86.04%
  );
  top: 0;
  left: 0;
  z-index: 1;
}

.ic-footer-top {
    border-bottom: none;
}

.bg-white{
    background-color: white;
}

.bg-gris{
    background-color: var(--gris-claro);
}

.cl-gradient2 {
  --c1: #17c789;
  --c2: #f7c356;
  background: var(--Gradiant, linear-gradient(71deg, var(--c1) 27.31%, var(--c2) 69.17%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-gradient2 {
  background: linear-gradient(71deg, var(--verde-agua) 27.31%, var(--durazno) 69.17%);
}

.ic-btn.bg-gradient2{
  font-size: 1.6em;
  padding: 0.0em 2em;
}

img.rotar-180 {
  transform: rotate(180deg);
}

.ic-btn.bg-gradient2:hover {
	border: 1px solid var(--turquesa);
	background: var(--naranja);
	color: var(--negro) !important;
}

.apuntar-1{
  animation-name: deslizar-1;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-timing-function: linear;
}
.apuntar-2{
  animation-name: deslizar-2;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-timing-function: linear;
}

/* h2:has(.text-edutubers){
    font-size: 48px;
}
 */
/* Animaciones */

@keyframes deslizar-1 {
  0%, 100%{
    transform: translateX(0);
  }
  25%{
    transform: translateX(-20px);
  }
  75%{
    transform: translateX(20px);
  }
}
@keyframes deslizar-2 {
  0%, 100%{
    transform: translateX(0) rotate(180deg);
  }
  25%{
    transform: translateX(20px) rotate(180deg);
  }
  75%{
    transform: translateX(-20px) rotate(180deg);
  }
}

@keyframes e-shape-movine {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(90px);
  }
}

@keyframes shape-move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10%);
  }
}
