
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.navprincipal {
  width: 100%;
  background-color: #fff;
  border-bottom: 10px solid #efefef;
  padding: 10px 0;
}

.logococa {
  height: 38px;
}

.navmenu {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navmenu .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 1.1rem;
  text-decoration: none;
  position: relative;
}

.navmenu .nav-link:hover {
  color: #000;
}

.chevron {
  font-weight: 700;
  margin-left: 5px;
}

.dropdown {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  border-top: 4px solid #000;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  min-width: 240px;
  z-index: 10;
}

.submenu li a {
  display: block;
  padding: 8px 20px;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}

.submenu li a:hover {
  font-weight: 500;
  color: #000;
}

.dropdown:hover .submenu {
  display: block;
}

.btnimpacto {
  background-color: #000;
  color: #fff;
  font-weight: 300;
  padding: 8px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}

.btnimpacto:hover {
  background-color: #333333e5;
  color: #fff;
}

.carruselcoca {
  position: relative;
}

.imgcarrusel {
  height: 520px;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  bottom: 100px;
  left: 80px;
  text-align: left;
}

.carousel-caption h2 {
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  max-width: 550px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

.btnvermas {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 20px;
  background-color: #fff;
  color: #000;
  width: 30%;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
}

.btnvermas:hover {
  background-color: #ffffffd7;
}

.carousel-indicators [data-bs-target] {
  background-color: #000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.nuevocontenido {
  background-color: #f5f5f5;
}

.titulonuevo {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
}

.cardnuevo {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  padding: 0;
}

.imgnuevo {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.textonuevo {
  padding: 20px;
}

.textonuevo h4 {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 10px;
}

.textonuevo p {
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.linknuevo {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.linknuevo:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.854);
}

.experienciacoca {
  background-color: #f5f5f5;
}

.tituloexp {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
}

.cardexp {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 50px 40px;
  height: 380px;
  display: flex;
  flex-direction: column;

}

.cardexp h3 {
  font-weight: 700;
  color: #000;
  font-size: 1.5rem;
}

.cardexp p {
  color: #333;
  font-size: 1rem;
  margin-bottom: 20px;
}

.btnexp {
  border: 2px solid #000;
  border-radius: 40px;
  padding: 8px 20px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.btnexp:hover {
  background-color: #0000004b;
}

.imgexpcontenedor {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgexp {
  width: 95%;
  height: 380px;
  border-radius: 20px;
  object-fit: cover;
}

.cardquien {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width: 320px;
  height: 360px;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.imgquien {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #f0f0f0;
}

.textquien {
  text-align: left;
  padding: 15px 18px;
}

.textquien h4 {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  margin-bottom: 8px;
}

.linkquien {
  color: #000;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: underline;
}

.d-flex.justify-content-center {
  gap: 20px;
}

.carousel-indicators [data-bs-target] {
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators {
  position: relative;
  margin-top: 25px;
}

.impactococa {
  background-color: #f5f5f5;
}

.tituloimpacto {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
}

.cardimpacto {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 50px 40px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cardimpacto h3 {
  font-weight: 700;
  color: #000;
  font-size: 1.5rem;
}

.cardimpacto p {
  color: #333;
  font-size: 1rem;
  margin-bottom: 40px;
}

.btnimpacto2 {  
  border: 2px solid #000;
  border-radius: 40px;
  padding: 8px 20px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.btnimpacto2:hover {
  background-color: #0000004b;
}

.imgimpactocontenedor {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgimpacto {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
}

.marcascoca {
  background-color: #f5f5f5;
}

.titulomarcas {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
}

.cardmarca {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.cardmarca:hover {
  transform: scale(1.05);
}

.imgmarca {
  width: 70%;
  height: auto;
  object-fit: contain;
}

.btnmarcas {
  border: 2px solid #000;
  border-radius: 40px;
  padding: 6px 150px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-align: center;
  width: 150%;
}

.btnmarcas:hover {
    background-color: #0000004b;
}

.footercoca {
  background-color: #000;
  color: #fff;
}

.logococafooter {
  height: 40px;
}

.btnpais {
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  padding: 6px 25px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.lineafooter {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 0;
}

.footercoca h6 {
  font-size: 0.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.footercoca ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.carousel-indicators [data-bs-target] {
  background-color: #333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.7;
  transition: opacity 0.3s;
  margin: 0 5px;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #000;
}


