body{
    background:#A9CCE3 ;
}
.jumbotron{
	background-color: #F2F3F4;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
	background:wheat;
}

header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
}

header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:#5499C7;
	position: absolute;
	width: 150%;
	z-index:1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float:left;
	position:center;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:10px;
}


main {
  width: 100%;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;    
}

.icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 20px;
    border-radius: 50%;
    transition: all .8s;
    cursor: pointer;
}

.icon:hover {
    background-color: #e60073;
    box-shadow:  0 0 20px #e60073 ;
}

.icon:hover:nth-child(2) {
    background-color: #1877f2;
    box-shadow:  0 0 20px #1877f2;
}

.icon:hover:nth-child(3) {
    background-color: #25d366;
    box-shadow: 0 0 20px #25d366 ;
}

.icon:hover:nth-child(4) {
    background-color: #1da1f2;
    box-shadow:  0 0 20px #1da1f2 ;
}

.icon:hover:nth-child(5) {
    background-color: red;
    box-shadow:  0 0 20px red ;
}

.icon i {
    color:black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.7rem;
}

svg circle {
    stroke-dasharray: 150;
    transition: all .8s ease-in-out;
}

.icon:hover circle {
    stroke-dasharray: 220;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }

.botones-container {
  display: flex;
  overflow-x: auto; /* Para habilitar el desplazamiento horizontal si los botones no caben en la pantalla */
  white-space: nowrap; /* Evita que los botones se envuelvan en múltiples líneas */
  flex-wrap: nowrap; /* Asegúrate de que los botones no se envuelvan a la siguiente línea */
}

/* Si deseas que el último botón no tenga margen derecho */
.botones-container .boton-2021:last-child {
  margin-right: 0;
}

.boton-2023, .boton-2022, .boton-2021, .boton-2020, .boton-2019, .boton-2018, .boton-2017, .boton-2016, .boton-2015, .boton-2014, .boton-2013, .boton-2012, .boton-2011 {
    /* Agrega estilos adicionales según sea necesario */
    padding: 10px 20px;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
  }
  
 
 
.boton-2023 {
  background-color: #DAF7A6;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.boton-2022 {
  background-color: #FFC300;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.boton-2021 {
  background-color: #FF5733 ;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.boton-2020 {
  background-color: #DAF7A6;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.boton-2019 {
  background-color: #FFC300;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.boton-2018{
  background-color: #FF5733 ;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.boton-2017 {
  background-color: #DAF7A6;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.boton-2016 {
  background-color: #FFC300;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.boton-2015 {
  background-color: #FF5733 ;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.boton-2014 {
  background-color: #DAF7A6;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.boton-2013 {
  background-color: #FFC300;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.boton-2012 {
  background-color: #FF5733 ;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.boton-2011 {
  background-color: #DAF7A6;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}



/* ... y así sucesivamente para cada clase */



.timeline-container {
  text-align: center;
  margin-bottom: 60px;
}

.timeline {
  display: flex;
  overflow-x: auto;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
}

.event {
  flex-shrink: 0;
  width: 400px; /* Ajusta este valor según tus necesidades */
  margin-right: 20px;
}

.event img {
  max-width: 100%; /* Cambiado a 100% */
  height: auto; /* Cambiado a auto */
  border-radius: 4px;
}

.event .content {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.event .date {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.event .description {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
}

.contenedor-imagenes {
  display: flex;
  flex-wrap: wrap; /* Permite que las imágenes se envuelvan a una nueva línea */
  justify-content: center; /* Centra las imágenes horizontalmente */
}

.contenedor-imagenes img {
  margin: 10px; /* Espacio entre las imágenes */
  max-width: calc(50% - 20px); /* Ajusta el tamaño de las imágenes */
  height: auto; /* Mantiene la proporción de aspecto de las imágenes */
}
.event .content {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center; /* Centra el contenido de .date y .description */
}

.event .date {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.event .description {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
}