@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&family=Roboto:wght@400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&family=Mulish:ital,wght@0,800;1,800&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
body{
  background-color: #f8f5f1;
  font-family: "Montserrat", sans-serif;
  
}

/* header */

header{
  position: fixed;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  z-index: 1000
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  z-index: 1000;
  
}
.navbar img {
  height: 50px;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.navbar ul li {
  margin-left: 20px;
}
.navbar ul li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding: 8px 16px;
}
.navbar ul li a:hover {
  background-color: transparent;
  border-bottom: 2px solid #6a994e;
  border-radius: 4px;
  transition: border-bottom-color 0.3s;
}
.contact {
  background-color: #6a994e;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
}
.contact:hover {
  background-color: #6a994e; 
  color: #fff; 
  transition: background-color 0.3s ease-in-out; 
}
.menu-toggle {
  display: none;
  cursor: pointer;
  color: rgb(24, 24, 24);
  font-size: 24px;
}
@media (max-width: 768px) {
  .navbar ul {
      display: none;
      flex-direction: column;
      width: 100%;
  }
  .navbar ul.showing {
      display: flex;
  }
  .navbar ul li {
      margin: 10px 0;
  }
  .menu-toggle {
      display: block;
  }
}
/* header */
/* section1 */




html, body {
  margin: 0;
  height: 100%;
}

main {
  padding-top: 60px;
}


/* section1 */


.carousel-container {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.carousel {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;

}

.slide {
  display: none;
  width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.242);
  color: white;
  border: none;
  padding: px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#invitacion {
  position: absolute;
  top: 38%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: rgb(255, 255, 255); 
  text-align: center; 
  display: flex;
  justify-content: space-between;
  padding: px;
  margin: 0%;
  background-color: #00000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 95%; 
  filter: none;
  z-index: 20;
}
.logo{
  margin-top: 10px;
}
.title {
  font-size: 7rem; 
  font-weight: 700;
  color: #e4e4e4;
  line-height: 1.1;
  text-align: left; 
  flex: 1; 
}

.slogan {
  font-size: 2rem; 
  font-weight: 500;
  color: #e4e4e4;
  max-width: 500px; 
  text-align: right; 
  flex: 1; 
  margin-top: 4rem;
}
.title, .slogan{
  filter: drop-shadow(1px 1px 5px rgb(22, 51, 21));
}

@media (max-width: 768px) {
  
  #invitacion {
    flex-direction: column; 
    padding: 20px; 
    top: 25%; 
  }

  .title, .slogan {
    text-align: center; 
    flex: none; 
    margin-top: 1rem; 
  }

  .title {
    font-size: 3rem; 
  }

  .slogan {
    font-size: 2.5rem; 
    margin-top: 1rem; 
  }
}


.button {
  padding: 10px 20px;
  font-size: 1rem; 
  font-weight: 700;
  color: #fff;
  background-color: #6a994e;
  border-radius: 5px;
}

@media (max-width: 768px) {
  #invitacion {
    flex-direction: column;
    padding: 20px;
    margin-top: 10%;
  }

  .title {
    margin-top: 0.2rem;
    font-size: 3rem; 
  }

  .slogan {
    font-size: 2rem;
    max-width: 100%; 
    margin-top: 15px;
  }

  .button {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 2rem; 
  }

  .slogan, .button {
    font-size: 0.8rem;
  }
}


.event-section {
  text-align: center; 
  padding: 20px; 
}

.event-title {
  margin-bottom: 20px; 
  font-family: "Montserrat", sans-serif;
}

.event-description {
  max-width: 750px; 
  margin: 0 auto; 
  text-align: center; 
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
}



/* section2 */
#colaboracion {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin: 20px;
}

.brands-container {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px;
}

.brands-container img {
  width: auto;
  max-width: 200px;
  height: 190px;
  margin-left: 50px;
  margin-right: 50px;
  border: none;
  box-shadow: none;
  object-fit: contain;
  margin: 0px 10px 10px 10px;
}

.marcas {
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.353));
}

/* Media Queries para dispositivos móviles */
@media (max-width: 768px) {
  .brands-container img {
    max-width: 100px;
    height: auto;
    margin: 0px 5px 5px 5px;
  }

  .brands-container {
    margin: 10px;
  }

  #colaboracion {
    margin: 10px;
    font-size: 0.9rem;
  }
}
/* section2 */

/* section3 */

/* calendario */
.calendar-section {
  margin-top: 40px;
  text-align: center;
  padding: 20px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.header-container h2 {
  margin: 10px;
  font-size: 2em;
  font-family: "Montserrat", sans-serif;
}

.read-more-btn {
  padding: 10px 20px;
  font-size: 1em;
  background-color: #6a994e;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}

.read-more-btn:hover {
  background-color: #6a994e; 
}

.calendar-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* agrandar card */
  gap: 20px;
  justify-items: center;
}

.card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s;
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s;
}

.card:hover img {
  transform: scale(1.1);
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 15px 20px 30px 30px;
  border-radius: 0 0 15px 15px;
  text-align: left;
  backdrop-filter: blur(5px);
}
.fin {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 0.9em;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Roboto Mono", monospace;
  margin  : 5px;
}



.card-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #0000ff);
  border-radius: 15px 15px 0 0;
}

.card-content .activity {
  margin: 0;
  font-size: 0.9em;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
}

.card-content h3 {
  margin: 5px 0;
  font-size: 1.3em;
}

.card-content .date {
  margin: 0;
  font-size: 0.9em;
  color: #ddd;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
}

/* calendario */

/* banner */
#banner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  background-color: #4c7329;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.stat {
  text-align: center;
  margin: 1em;
  font-family: "Montserrat", sans-serif;
}

.stat img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.number {
  font-size: 1.5em;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}

.label {
  font-size: 1em;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  #banner {
    flex-direction: column;
    padding: 20px 10px;
  }

  .stat img {
    width: 30px;
  }

  .number, .label {
    font-size: 1em;
  }

  .stat {
    margin: 0.5em;
  }
}

/* --- */


/* logos */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 50px 0px 50px 0px;
}

.inner-wrapper {
  display: flex;
  animation: scroll 30s linear infinite;
  width: calc(100% * 2); 
}

.item {
  flex: 0 0 auto;
  width: 12%; 
  height: 200px; 
  background-size: cover;
  background-position: center;
  margin-right: 30px; 
}

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}

.item1 {
  background-image: url('img/idartes1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item2 {
  background-image: url('img/pontificia-universidad-javeriana-vector-logo.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item3 {
  background-image: url('img/Danvegamo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item4 {
  background-image: url('img/galeria1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item5 {
  background-image: url('img/mamu.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item6 {
  background-image: url('img/oscurabk.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item7 {
  background-image: url('img/icono.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item8 {
  background-image: url('img/elparqueadero.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Media query para pantallas de celulares */
@media (max-width: 480px) {
  .item {
    width: 25%; 
    height: 250px; 
    margin-right: 15px; 
  }
}
/* logos */

/* cards */

#cards {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 80%;
  font-family: "Montserrat", sans-serif;
 
}

.section {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px; 
  padding: 20px 20px 10px 30px;
  width: 45%;
  justify-content: center;
  text-align: left;
  min-height: 350px;
  font-family: "Montserrat", sans-serif;
  margin: 100px 30px 30px 30px;
  overflow: hidden;
}


button {
  background-color: #6a994e;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50px;
  transition: background-color 0.3s;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
}

button:hover {
  background-color: #6a994e;
}

.card1 {
  border: 5px solid transparent;
  border-image-slice: 1;
  border-radius: 20px;
  background-image: url('img/bosque.jpeg');
  background-size: cover;
  background-position: center;
  }

  .card2 {
    border: 5px solid transparent;
    transition: transform 0.3s;
    border-image-slice: 1;
    border-radius: 20px;
    background-image: url('img/hojas.png');
    background-size: cover;
    background-position: center;
    
  }

  .section::before {
    content: "";
    background-size: cover;
    background-position: center;
    opacity: 1;
    background-image: linear-gradient(to bottom, rgb(22, 86, 82), rgba(0, 0, 0, 0.298));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    
  }
  .card1,.card2 {
    border: 5px solid #78af39;
    border-radius: 20px;
    transform: translateY(-20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    
  }

  .titulo{
    color: #d6ffe5;
    font-size: 3.5rem;
    margin-bottom: 0;
  }
  .sub{
    color: #29f774;
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
  .description{
    color: #d6ffe5;
    font-size: 0.8rem;
    margin-top: 18px;
    margin-bottom: 18px;
    font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  
  }
  
  



  @media (max-width: 768px) {
      #cards {
          flex-direction: column;
          width: 90%;
          justify-content: center;
          align-items: center;
      }
  
     
  
      
  
      
      
  }
  
  @media (max-width: 480px) {
      #cards {
        margin-top: 5rem;
          width: 90%;
      }
  
      .section {
          width: 90%;
          margin: 20px 0;
          padding: 10px;
      }
  
      .subtitle, .section h1, .description, button {
          font-size: 100%;
      }
  
      .card1, .card2 {
          margin: 10px ;
          width: 90%;
          padding: 1rem;
      }
  }




/* footer */
footer {
  background-color: #081C15;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  position: relative;
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  width: 100%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
}

.footer-content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}

.footer-content button {
  background-color: #6a994e;
  color: #2e3b39;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 25px;
  transition: background-color 0.3s;
}

.footer-content button:hover {
  background-color: #2a9210;
  color: #b9c7c4;

}

.footer-border {
  height: 4px;
  background: linear-gradient(to right, #32CD32, #FFD700, #FF7F50, #32CD32, #00CED1);
  margin-top: 10px;
  width: 100%;
}


@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  
  .footer-content h1, .footer-content button {
    margin-bottom: 20px; 
  }
}
/* footer */
/* -------------------------------------------------------------- */
/* actividades */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  
}

.travel-section {
  background: url('img/fondoActividades.jpg') no-repeat center center/cover;
  color: #fff;
  padding: 50px 20px;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.travel-header h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.travel-header p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto;
}

.travel-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.travel-carousel-item {
  margin: 0 15px;
  text-align: center;
}

.travel-carousel-item img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.353));
  
}

.travel-carousel-text h2 {
  font-size: 1.5em;
  margin: 10px 0;
}

.travel-carousel-text p {
  font-size: 1em;
  margin-bottom: 10px;
}

.travel-carousel-text a {
  color: #00bfff;
  text-decoration: none;
  font-weight: bold;
}

.travel-carousel-text a:hover {
  text-decoration: underline;
}

.travel-navigation {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.travel-navigation a {
  color: #00bfff;
  font-size: 1.2em;
  text-decoration: none;
  margin: 5px 0;
}

.travel-navigation a:hover {
  color: #fff;
}
