@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Josefin+Sans:wght@400;700&family=Orbitron:wght@400..900&family=Silkscreen&display=swap');

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
  background-color: #8ECAE6;
  background: linear-gradient(180deg, #8ECAE6, #023047); 
  user-select: none;
}


/* header */

header {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.425), rgba(47, 194, 252, 0.5)); 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.logo {
  text-align: center;
}

.logo img {
  max-width: 200px;
  max-height: 3em; 
  display: block; 
  margin: 0 auto;
}


/* Transformación en la X cuando el menú está abierto */
.menu-toggle.openMenu .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px; 
  height: 4px; 
  background-color: #8ecae6;
  transform-origin: center center;
}

.menu-toggle.openMenu .line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle.openMenu .line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-toggle.openMenu .line:nth-child(3) {
  opacity: 0;
}

/* nav */
.menu-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1500;
}

.menu-toggle .line {
  width: 100%;
  height: 3px;
  background-color: #8ecae6;
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu {
  width: 18em;
  display: none;
  position: absolute;
  top: calc(50% + 20px); 
  right: 0px;
  top: 4em;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.425), rgba(47, 194, 252, 0.5)); 
  padding-right: 1em; 
  border-bottom-left-radius: 5px;
}
.openMenu {
  display: block;
  opacity: 1; 
}

.menu-toggle.openMenu + .menu {
  display: block;
}

.menu-toggle.openMenu .line  {
  margin: 0;
}

.dropdown-menu {
  display: none;
  padding-left: 0;
}

.ulDrop {
  text-align: end;
  font-weight: bold;
  padding-left: 20px;
  padding-bottom: 20px;
  list-style: none;
  text-decoration: none;
}
button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.animate__5s{
  animation-duration: 0.2s;
}
a{
  color: #fff;
  text-decoration: none;
}
li{
  font-weight: lighter;
  padding-top: 10px;
  list-style: none;
}
#titulo{
  /* padding-top: 1em; */
  letter-spacing: 5px;
  cursor: pointer;
  color: #FB8500;
  font-size: 18px;
}
.active{
  padding: 4px 7px;
  background-color: #219ebc;
  border-radius: 5px;
  border: solid 1px;
}
.active1{
  padding-left: 8px;
  padding-right: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  border: solid 1px ;
}

/* BANNER */
/* animacion */
.animate__fadeIn {
  animation-duration: 3s; 
}
.animate__1s {
  animation-duration: 3s; 
}
.animate__2s {
  animation-duration: 4s; 
}

.parallax-container {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  box-shadow: 0 4px 12px 2px rgba(0, 0, 20, 3);
}



.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
}

.banner-text h1 {
  font-size: 3em;
}

.banner-text p {
  font-size: 1.5em;
}

.titulo {
  cursor: pointer;
  color: #fb8500;
  letter-spacing: 2px;
  font-size: 18px;
}
.tituloBody {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 2em; /* Esto centrará horizontalmente el elemento y establecerá un margen en la parte superior e inferior */
  color: #fff;
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative; /* Cambiado de absolute a relative */
  z-index: -1;
}

/* CARD */

.card-container {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
    margin: 2em auto 0 auto;
    width: 100%; 
    align-items: center;
  }
  
  .card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 10px 20px; */
  }

  .card-header-text {
    flex: 1;
    text-align: right;

  }
  
  .card-header-text p {
    margin: 0;
    color: #888;
  }
  
  .clienteTitulos{
    margin-top: 1rem;
    padding: 20px;
    /* border-bottom: 1px solid #ccc; */
  }
  .clienteTitulos2{
    text-align: end;
    margin: 1rem 0;
    padding-right: 20px;
    /* border-bottom: 1px solid #ccc; */
  }
  
  .card-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 3em 0;
  }
  .card-content-cliente {
    display: flex;
    flex-direction: column;

  }

  .content1{
    margin: 1em;
    display: flex;
    flex-direction: row;
    gap: 9em;
  }

  .card-image{
    border-radius: 10px;
    width: 60em;
  }

  .contentMid{
    align-items: center;
    margin: 1em;
    display: flex;
    flex-direction: row;
    gap: 5em 5em;
  }


  /* centrar el mid */

/*   .contentMid {
    align-items: center;
    margin: 1em;
    display: flex;
    flex-direction: row;
    gap: 5em;
    justify-content: space-between;
  }
  
  .contentMid > * {
    flex: 1; 
    max-width: 33.33%;
  } */


  .card-image-mid{
    border-radius: 25%;
    width: 10em;
  }

  .card-content h3 {
    margin-top: 0;
  }
  
  .read-more {
    text-decoration: none;
    color: #FFB703;
    font-weight: bold;
  }
  
  .read-more:hover {
    text-decoration: underline;
  }
  
  .card-footer {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .btn-like1{
    background-color: #FB8500;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;

  }
  .btn-like2{
    display: none;
    background-color: #FB8500;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .btn-like {
    background-color: #FB8500;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;

  }
  
  .btn-like:hover {
    background-color: #023047;
    color: #FB8500;
  }


  .hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.9s ease;
}

.expanded #additionalContent {
    max-height: 2000px; /* Ajusta según sea necesario */
    transition: max-height 2s ease;
}

  .separador{
    border-top: 1px solid #ccc; /* Color de la línea */
  padding-top: 15px; /* Espacio entre el texto y la línea */
  margin-top: 10px; /* Espacio entre la línea y el siguiente elemento */
}
  #separador{
    border-top: 1px solid #ccc; /* Color de la línea */
  padding-top: 15px; /* Espacio entre el texto y la línea */
  margin-top: 10px; /* Espacio entre la línea y el siguiente elemento */
}




/* footer */

footer {
  box-shadow: 0 4px 12px 2px rgba(0, 0, 20, 3);
  position: relative;
  background-image: url("/images/footer.webp");
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  color: #fff;
  text-align: center;
  padding: 5em 0 5em;
}

footer::before {
  content: ""; /* Agregamos contenido vacío */
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
}

.pFooter{
  margin: 5px 10px;
}

footer .pFooter, .h3Footer {
  position: relative; 
  z-index: 1; 
}

.contact-info, .social-media, .creator-info {
  margin-bottom: 20px;
}

.contact-info h3, .social-media h3 {
  margin-top: 0;
}

.social-media ul {
  list-style-type: none;
  padding: 0;
}

.social-media ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-media ul li  {
  color: #fff;
  font-size: 20px;
}

.creator-info p {
  margin: 0;
}


/* whatsapp */

.whatsapp {
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 50px; /* Ajusta el tamaño del botón según sea necesario */
  height: 50px; /* Ajusta el tamaño del botón según sea necesario */
  border-radius: 50%;
  background-color: transparent; /* Sin fondo */
  z-index: 9999;
}

.whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.whatsapp img {
  width: 100%;
  height: 100%;
}

/* dumbot */

.dumb-bot {
    position: fixed;
    bottom: 35px;
    right: 20px;
    width: 300px; 
    background-color: #023047;
    border-radius: 5px;
    z-index: 9999;
    transform-origin: right bottom;
    transform: scaleX(0) scaleY(0);
    transition: transform 0.3s ease-in-out;
    width: 0;
}

.bot-open {
  border: 1px solid #FFB703;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.open{
  position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px; 
    background-color: #8ECAE6;
    border-radius: 5px;
    z-index: 9999;
}

#open-button {
  font-size: 1.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #007bff;
  border: 2px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 25px;
  z-index: 100000; 
  transition: transform 0.3s ease-in-out;
}

#back-button{
    background-color: #307cff;
    color: #fff;
    border: none;
    padding: 7px 12px;
    cursor: pointer;
    border-radius: 0 5px 0 5px;
    float: left;
}

#close-button {
    float: right;
    bottom: 0;
    right: 0;
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 7px 12px; 
    cursor: pointer;
    display: none; 
}
#open-button {
    position: absolute;
    bottom: -18px;
    right: -10px;
    background-color: #FB8500;
    color: #fff;
    border: none;
/*     padding: 10px; */
    cursor: pointer;
/*     border-top-left-radius: 5px; */
}

#close-button {
  border-radius: 5px 0 5px 0;
  background-color: #dc3545;
}

.chat-container {
    max-height: 400px;
    padding: 10px 10px 5px 10px;
    overflow-y: auto;

}

.message.bot.pregunta {
    background-color: #319dcf;
    padding: 5px;
    margin: 5px 0;
    cursor: pointer;
    overflow-y: auto;
}

.message.bot.respuesta {
    background-color: #319dcf;
    padding: 10px;
    margin: 5px 0;
    overflow-y: auto;
}

/* goTop */

#goTopBtn {
  display: block; 
  position: fixed;
  bottom: 5px;
  right: 70px;
  background-color: transparent;
  color: #ffb703; 
  border: #007bff;
  border-radius: 50% 50% 0 0;
  font-size: 2em;
  cursor: pointer;
  opacity: 0.5;
  z-index: 10000;
  transform-origin: bottom;
  transition: transform 1s ease-in-out;
  transform: translateY(100%);
}

#goTopBtn:hover {
  opacity: 1; 
}


/* MEDIA QUERY ENTRE 992 Y 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px)  {

  .card {
    width: calc(100% - 1em); 
  }
}



/* MEDIA QUERY DEBAJO DE 768 */
@media (max-width: 768px) {
  .card {
    width: 100em;
    max-width: calc(90%)
    
  }
}






/* MEDIA QUERY ENTRE 2000 Y 3000 */
@media only screen and (min-width: 2000px) and (max-width: 3000px)  {
  
    .menu{
      width: 20em;
    }
  
    .parallax-container {
      height: 1200px;
    } 

    .card-header {
      border-right: 1px solid #ccc;
  }
}
  
  /* MEDIA QUERY ENTRE 1200 Y 2000 */
  @media only screen and (min-width: 1300px) and (max-width: 1999px)  {

    
    .menu{
      width: 20em;
    }
  
    .parallax-container {
      height: 1200px;
    }

  }

  /* MEDIA QUERY ENTRE 992 Y 1300 */
  @media only screen and (min-width: 992px) and (max-width: 1399px)  {
    .menu{
      width: 20em;
    }
  
    .parallax-container {
      height: 1000px;
    }

    .content1{
      gap: 1em;
    }

  }
  
  /* MEDIA QUERY ENTRE 768 Y 992 */
  @media only screen and (min-width: 768px) and (max-width: 991px)  {
    
    .menu{
      width: 20em;
    }
    .parallax-container {
      height: 900px;
    }
  
    .tituloBody {
      font-size: 2.3em; 
    }

    .card {

      width: 100em;
      max-width: calc(90%);
      border: none;
    }

    .content1{
      margin: 1em;
      display: flex;
      flex-direction: row;
      gap: 2em;
    }


        
        .contentMid{
          text-align: center;
          gap: 2rem;
          flex-direction: column;
        }
      }
  
  /* MEDIA QUERY DEBAJO DE 768 */
  @media (max-width: 768px) {
    .parallax-container {
      height: 900px;
    }
    header{
      justify-content: flex-start;
      background-color: rgba(0, 0, 0, 0.6);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.425), rgba(47, 194, 252, 0.5)); 
    }
    
    .logo img {
      margin-left: 10px;
      max-width: 150px; 
    }
  
    .menu-toggle {
  
      height: 30px; 
      right: 10px; 
    }
    
    .menu {
      margin: auto;
      padding: auto; 
      background-color: rgba(0, 0, 0, 0.6);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.425), rgba(47, 194, 252, 0.5)); 
      width: 100%;
    }
    
    .ulDrop {  
      margin: auto;
      padding: auto;
      justify-content: center;
      text-align: center;
    }
  
    li{
      font-weight: lighter;
      list-style: none;
    }
    
    .banner-text h1 {
      font-size: 2em;
    }
    
    .banner-text p {
      font-size: 1em;
    }
    
    .tituloBody {
      font-size: 1.5em; 
    }

    .card{
      flex-direction: column;
    }

    .card-header {
      flex-direction: column;
      /* border-bottom: 1px solid; */
      border-right: none;
    }

    .card-header h3{
      text-align: center;
      margin-top: 10px;
      font-size: 15px;
    }

    .avatar{
      padding: 1em 0;
      margin: 0;
      width: 60%;
      height: 60%;
    }

    .clienteTitulos{
      font-size: 12px;
      margin-bottom: 1rem;
      padding: 20px;
      border-bottom: 1px solid #ccc;
    }
    .clienteTitulos2{
      text-align: end;
      margin-bottom: 1rem;
      padding: 20px;
      border-bottom: 1px solid #ccc;
    }

    .clienteTitulos2 h3{
      font-size: 16px;
    }
    .clienteTitulos2 p{
      font-size: 14px;
    }

    .card-image{
      margin: auto;
      width: 70%;
    }
    
    .content1{
      text-align: center;
      flex-direction: column;
      gap: 3em;
    }

    .contentMid{
      text-align: center;
      gap: 2rem;
      flex-direction: column;
    }

    .btn-like{
      margin-bottom: 1rem;
      align-items: center;
    }
    .btn-like1{
      display: none;
    }
    .btn-like2{
      display: block;
    }

  .card-image-mid{
    height: 10rem;
  }
}
  
  /* titulo body */
  @media (max-width: 527px){
    .tituloBody {
      font-size: 1.2em; 
      margin-top: 2em;
      margin-bottom: 1em;
    }
  }
  @media (max-width: 420px){
    .tituloBody {
      font-size: 1em; 
      margin-top: 2em;
      margin-bottom: 1em;
    }
  
  }
  