<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "DM Sans", sans-serif;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  aspect-ratio: auto;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.title-slider {
  text-align: center;
  /* margin: 30px; */
}

.title-slider p {
  width: 80%;
  margin: 30px auto;
  max-width: 840px;
}

.title-slider img {
  width: auto;
  max-height: 90px;
}


.title-slider {
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	max-width: 80%;
	margin: auto auto 0px auto;
	min-width: 300px;
}

.slider-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 24px;
  border-radius: 6px;
  z-index: 25;
  color: #0000ff;
}

#prev-slide {
  left: 10px;
  /* Espacio desde el borde izquierdo del contenedor */
}

#next-slide {
  right: 10px;
  /* Espacio desde el borde derecho del contenedor */
}

.slider-navigation {
  position: absolute;
  bottom: 3%;
  width: 100%;
  text-align: center;
  z-index: 26;
}

.descargaInforme {
	text-align: center;
	display: block;
	background-color: #fdcf1d;
	width: fit-content;
	padding: 10px 20px;
	margin: 13px auto 0;
	border-radius: 5px;
	color: #121212;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 24;
	position: relative;
}

.embed{
  z-index: 24;
  position: relative;
}

.slider-navigation a {
	display: inline-block;
	margin: 5px;
	width: 5px;
	height: 5px;
	line-height: 1;
	border-radius: 100%;
	border: 0px solid #0000ff;
	background: #0000ff;
	cursor: pointer;
	position: relative;
}

.descripcionLink {
	font-size: 1rem !important;
	color: #00f !important;
	display: inline !important;
	padding: inherit !important;
}

.slider-navigation a:hover {
  border-color: #333;
}

.slider-navigation a.active {
  background: #333;
  color: white;
}

.slider-navigation.inicio,
.slider-navigation.intro {
  display: none;
}

/* Tooltips para mostrar el título del slide */
.slider-navigation a::before {
  content: attr(data-title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #0000ff;
  color: white;
  padding: 5px 15px;
  border-radius: 10px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  margin: 0 0 10px 0;
}

.slider-navigation a:hover::before {
  display: block;
  opacity: 1;
}



.slide.active {
  opacity: 1;
}

.slide-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow-y: auto;
  z-index: 24;
}
.image-container {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 550px;
  margin: auto;
  min-width: 300px;
}

.image-container img {
  width: 100%;
  height: auto;
}

.top-left-element {
  position: absolute;
  width: 100px;
  height: 150px;
  /* background-color: rgba(255,255,255,0.5); */
  animation: moveUpDown 3s ease-in-out infinite alternate;
}

.left-element {
  position: absolute;
  width: 100px;
  height: 150px;
  /* background-color: rgba(255,255,255,0.5); */
  animation: moveUpDown 3s ease-in-out infinite alternate;
}

.bottom-left-element {
  position: absolute;
  width: 100px;
  height: 150px;
  /* background-color: rgba(255,255,255,0.5); */
  animation: moveUpDown 3s ease-in-out infinite alternate;
}

.top-left-element {
  top: 75px;
  left: 0;
}

.left-element {
  top: 150px;
  left: 0;
}

.bottom-left-element {
  bottom: -10px;
  left: 0;
}


.multi-fotos {
	text-align: center;
	z-index: 25;
	max-width: 1201px;
	display: inline-block;
}

.multi-fotos img {
	width: 236px;
  cursor: pointer;
}

.cifras {
  text-align: center;
  margin: 20px 20px 110px 1px;
}

.cifras img {
	max-width: 354px;
	width: 100%;
}

.top-right-element {
  position: absolute;
  width: 100px;
  height: 150px;
  /* background-color: rgba(255,255,255,0.5); */
  animation: moveUpDown 3s ease-in-out infinite alternate;
}

.right-element {
  position: absolute;
  width: 100px;
  height: 150px;
  /* background-color: rgba(255,255,255,0.5); */
  animation: moveUpDown 3s ease-in-out infinite alternate;
}

.bottom-right-element {
  position: absolute;
  width: 100px;
  height: 150px;
  /* background-color: rgba(255,255,255,0.5); */
  animation: moveUpDown 2s ease-in-out infinite alternate;
}


.top-right-element {
  top: -10px;
  right: 0;
}

.right-element {
  top: 150px;
  right: 0;
}

.bottom-right-element {
  bottom: -10px;
  right: 0;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  background-color: #f4f4f4;
  overflow-x: hidden;
  transition: 0.5s;
  opacity: 0;
  padding: 50px 20px;
  box-shadow: 0px 0px 29px #3B3B3B;
}

.sidenav.open {
  width: 90%;
  z-index: 200;
  max-width: 900px;
  opacity: 1;
}

.sidenav a,
.sidenav span {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sideTitulo {  
  color: #0000ff;
  font-size: 1.5rem;
}

.sideContenido {  
  color: #3B3B3B;
  font-size: 1.1rem;
}

.sidenav a:hover,
.sidenav span:hover {
  color: #7e7e7e;
}

.sidenav .close-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer;
  border: 2px solid #232323;
  border-radius: 14px;
  padding: 0px 10px;
  width: fit-content;
  height: 30px;
  display: inline-table;
  font-weight: 600;
  color: #232323;
  background: #f5f5f5;
}


.element {
  z-index: 2;
}

.img-central {
  z-index: 1;
  position: relative;
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}

.slider-description {  
  font-size: 1.2rem;
}

.img-central:first-child {
  opacity: 1;
  /* Muestra inicialmente solo la primera imagen */
}


/* Animaciones */

@keyframes moveUpDown {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(20px);
  }
}

@keyframes subtleRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes sutilBalanceo {

  0%,
  100% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }
}

@keyframes destelloCentral {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    /* Ajusta para controlar qué tan lejos se expande */
    opacity: 0;
  }
}

@keyframes crecerYDesvanecer {

  0%,
  100% {
    transform: scale(0.5);
    /* Comienza y termina más pequeña */
    opacity: 0;
    /* Comienza y termina invisible */
  }

  50% {
    transform: scale(1);
    /* Alcance completo */
    opacity: 1;
    /* Completamente visible */
  }
}

@keyframes deslizarSuavemente {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10%);
    /* Cambia este valor para aumentar o disminuir la distancia del deslizamiento */
  }
}


@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.sidenav-trigger {
  width: 58px !important;
  height: 58px !important;
  top: -25px !important;
  position: absolute;
  animation: crecerYDesvanecer 3s ease-in-out infinite;
  cursor: pointer;
  right: 25%;
  z-index: 25;
}

/* Slider Inicio */

.inicio .img-central {
  opacity: 0;
  animation: fadeInAnimation 1s ease-in forwards;
  width: auto;
  max-height: 650px;
  min-height: 350px !important;
}

.inicio .title-slider {
  text-align: center;
  margin: 0;
  display: none;
}

.inicio .sidenav-trigger {
  display: none;
}


/* Slider Intro */

.intro .slider-description {
  color: #f4f4f4;
}


/* Slider Marruecos */

.marruecos .top-left-element.element {
  width: 149px;
}

.marruecos .bottom-right-element.element {
  bottom: 50px;
}

/* Slide viviendas */


.viviendas .left-element {
  left: -96px;
  width: 150px;
  animation: sutilBalanceo 2s ease-in-out infinite;
}

.viviendas .top-right-element {
  top: 24px;
  right: -36px;
  width: 80px;
}

.viviendas .bottom-right-element {
  width: 200px;
  right: -84px;
  bottom: 52px;
  animation: subtleRotate 60s linear infinite;
}


/* Paneles solares */

.paneles .main-img::before {
  content: '';
  position: absolute;
  top: 26%;
  right: -84%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 223, 0, 1) 0%, rgba(255, 223, 0, 0) 70%);
  opacity: 0;
  animation: destelloCentral 3s ease-out infinite;
  z-index: 1;
}

/* Slider brigadas */

.brigadas .top-right-element {
  right: -81px;
  top: -41px;
  animation: sutilBalanceo 2s ease-in-out infinite;
}

.brigadas .bottom-right-element {
  bottom: -20px;
  right: -50px;
}

.brigadas .slider-description {
  color: #f4f4f4;
}


/* Slider Embajadores del cacao */

.cacao .top-left-element.element {
  animation: crecerYDesvanecer 3s ease-in-out infinite;
}


/* Slider Cumpleaños */

.cumpleanos .top-left-element.element {
  animation: sutilBalanceo 2s ease-in-out infinite;
}

.cumpleanos .slider-description {
  color: #f4f4f4;
}

/* Slider campus */

.campus .slider-description {
  color: #f4f4f4;
}

.campus .top-right-element {
  right: -70px;
  width: 150px;
  top: -56px;
}

.campus .top-left-element {
  width: 146px;
  top: 20px;
  animation: sutilBalanceo 2s ease-in-out infinite;
}

.campus .right-element {
  right: -126px;
  width: 151px;
}

.campus .bottom-right-element {
  width: 59px;
  bottom: -45px;
  animation: subtleRotate 60s linear infinite;
}

/* Slider Sin Limites */

.sinlimites .bottom-right-element {
  width: 110px;
  bottom: 30px;
  right: -50px;
}

.sinlimites .left-element {
  width: 147px;
  left: -76px;
  z-index: 0;
}

/* Slider jornadas */

.jornadas .left-element.element {
  z-index: 0;
  width: 112px;
  left: -37px;
  top: 209px;
}

.jornadas .right-element.element {
  width: 116px;
  right: 6px;
  top: 177px;
  z-index: 0;
}

.jornadas .bottom-right-element.element {
  bottom: 125px;
  width: 135px;
  right: -73px;
}

/* Slider Internacional */

.internacional .left-element.element {
  width: 150px;
  left: -44px;
}

.internacional .top-right-element.element {
  right: 105px;
  width: 127px;
  animation: deslizarSuavemente 10s linear infinite;
  top: 1px;
  z-index: 0;
}


/* Slider mexico */

.mexico .bottom-right-element.element {
  width: 5px;
  right: 100px;
  bottom: -55px;
}

/* Slider Panama */

.panama .bottom-left-element.element {
  left: 57px;
  bottom: -39px;
  z-index: 0;
}

.panama .bottom-right-element.element {
  right: 97px;
  bottom: -50px;
}

/* Slider Ecuador */

.ecuador .bottom-left-element.element {
  left: 53px;
  animation: sutilBalanceo 2s ease-in-out infinite;
}

/* Slider Peru */

.peru .top-left-element.element {
  top: 91px;
}

.peru .bottom-left-element.element {
  width: 68px;
  bottom: 34px;
}

.peru .bottom-right-element.element {
  right: 130px;
  bottom: -41px;
}

/* Slider Chile */

.chile .bottom-left-element.element {
  width: 149px;
}

/* Slider Bolivia */

.bolivia .left-element.element {
  top: 80px;
  width: 153px;
}

.bolivia .bottom-left-element.element {
  bottom: 87px;
  left: 21px;
}

.bolivia .right-element.element {
  top: 211px;
  right: 43px;
}


/* Slider Alemania */

.alemania .bottom-right-element.element {
  right: 62px;
  bottom: -38px;
  width: 89px;
}

.alemania .bottom-left-element.element {
  width: 142px;
  bottom: 23px;
  animation: sutilBalanceo 2s ease-in-out infinite;
}


/* Slider Suiza */

.suiza .bottom-left-element.element {
  width: 53px;
  left: 100px;
  bottom: -50px;
}

/* Slider Inglaterra */

.inglaterra .bottom-left-element.element {
  bottom: -58px;
  width: 138px;
  left: 80px;
}

/* Slider Francia */

.francia .left-element.element {
  width: 121px;
  animation: subtleRotate 60s linear infinite;
}

.francia .bottom-left-element.element {
  width: 70px;
  left: 33px;
  bottom: -2px;
}


/* Slider Canada */

.canada .top-left-element.element {
  width: 130px;
  left: 56px;
}


/* Slider Colombia */

.colombia .bottom-right-element {
	bottom: -10px;
	right: 58px;
	width: 158px;
}

.colombia .bottom-left-element {
	bottom: -10px;
	left: -18px;
	width: 131px;
}

.colombia .top-left-element {
	top: 75px;
	left: -55px;
	width: 141px;
}

/* Menú hamburger */

#navbar {
  position: fixed;
  top: 0;
  width: 100px;
  color: white;
  text-align: right;
  font-size: 1.4rem;
  /* padding: 11px 26px; */
  box-sizing: border-box;
  z-index: 25;
  right: 0;
  /* margin: 20px; */
  /* text-align: ; */
  height: 100vh;
}

.menu-items {
	display: none;
	background: rgba(0, 0, 250, 0.9);
	padding: 5% 0px 19% 0;
	/* width: fit-content; */
	/* height: 400px; */
	/* margin: 9px 0; */
	border-radius: 2px;
	overflow-y: auto;
	box-shadow: 0px 4px 9px #0000ff;
	/* height: 300px; */
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
	z-index: 1;
	height: 75%;
	bottom: 200px;
}

.menu-items a {
	position: relative;
	padding: 8px 2px !important;
	display: inline-block;
	padding: 6px 20px !important;
	color: white;
	text-decoration: none;
	cursor: pointer;
	text-transform: capitalize;
	width: 50%;
	text-align: left;
	margin: auto;
	border-bottom: 2px dotted #1b1bfc;
}

.menu-items a::after {
  content: '➔';
  /* Carácter Unicode para la flecha */
  position: absolute;
  right: 20px;
  /* Alinear la flecha a la derecha dentro del ítem del menú */
  color: #ffffff;
  /* Cambia el color según tu diseño */
  font-size: 12px;
  /* Ajusta el tamaño según necesites */
}

.menu-items a:hover {
	background: rgba(0, 52, 250, 0.9);
}

.hamburger {
	cursor: pointer;
	background: rgba(0, 0, 255, 1);
	padding: 0px 0px 0px;
	border-radius: 7px;
	z-index: 6;
	position: relative;
	top: 20px;
	right: 20px;
	font-size: 29px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.hamburger.open {
  content: '\00D7'; /* Código Unicode para la "X" */
}

/* Estilo para Chrome, Edge y Safari */
.menu-items::-webkit-scrollbar {
  width: 10px;
  /* Grosor de la barra de desplazamiento */
}

.menu-items::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color de la pista */
}

.menu-items::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Color del thumb (la parte que se mueve) */
  border-radius: 5px;
  /* Bordes redondeados para el thumb */
  border: 2px solid #f1f1f1;
  /* Borde y color de fondo de la pista */
}

.menu-items::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color del thumb al pasar el mouse */
}

/* Estilo para Firefox */
.menu-items {
  scrollbar-width: thin;
  /* 'auto' o 'thin' */
  scrollbar-color: #888 #f1f1f1;
  /* color del thumb y color de la pista */
}



/* Loader */


#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 0, 255, 1);
  /* Fondo semitransparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Asegúrate de que está por encima de todo */
}

#loader {
  width: 50%;
  background-color: #0000ff;
  height: 4px;
  position: relative;
  overflow: hidden;
}

#loader::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #007bff;
  /* O el color de tu elección */
  animation: loadProgress 2s linear forwards;
}

.videoContenido {
  border-radius: 10px;
  box-shadow: 0px 8px 5px #A8A8A8;
  margin: 0 auto 27px;
}

.videoContenido:last-child {
  margin: 0 0 150px;
}

@keyframes loadProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}


/* Responsive */

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .title-slider img {
    width: 90%;
    max-height: 90px;
    margin: 40px auto 0;
  }

  .title-slider {
    text-align: center;
    /* margin: 0; */
  }

  .slider-description {    
    font-size: 1rem;
    width: 90% !important;
  }

  .inicio .img-central {
    opacity: 0;
    animation: fadeInAnimation 1s ease-in forwards;
    max-height: 350px;
    min-height: 350px !important;
    width: auto;
  }

  .menu-items a {
    width: 90%;
  }

  .menu-items {
    padding: 5% 0px 19% 0;
    height: 100vh;
  }

}</pre></body></html>