* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Helvetica Neue Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
}

body {
  background-color: #f4f4f4;
  color: #333;
}

header {
  background-color: #2c3e50;
  padding: 1rem;
  color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

nav a {
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s;
}

nav a:hover {
  background-color: #34495e;
  border-radius: 5px;
}

section {
  padding: 4rem 2rem;
  max-width: 70%;
  margin: auto;
}

.title-section{
  justify-content: center;
  display: flex;
}

h2 {
  margin-bottom: 1rem;
  color: #2c3e50;
}

footer {
  text-align: center;
  padding: 2rem;
  background-color: #2c3e50;
  color: white;
}

.language-selector {
  background-color: #34495e;
  color: white;
  border: none;
  padding: 0.3rem 0.6rem;
  margin-left: 1rem;
  cursor: pointer;
}

/*Tarjetas de clientes*/
.cards-client-area{
  margin-top: 30px;
}

.full-card-opinion{
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
}

.opinion{
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.cliente-card {
  position: relative;
  width: 190px;
  height: 254px;
  background-color: #34495e;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
  color: white;
  margin-right: 20px; padding: 2px;
}

.cliente-card::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -5px;
  margin: auto;
  width: 200px;
  height: 264px;
  border-radius: 10px;
  /* background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% ); */
  background: linear-gradient(-45deg, #34495e 0%, #34495e 100%);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cliente-card::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  /* background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100% ); */
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

/*Wts button:*/
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  transition: transform 0.2s ease-in-out;
}

.whatsapp-button img {
  width: 32px;
  height: 32px;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}


/* #broker-app{
  background: url('./assets/clientes/cliente-carlos-saiz-app-view.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;  
  transition: background-size 0.5s ease;
}

#broker-app:hover {
  background-size: 105%; 
}

#arq-app {
  background: url('./assets/clientes/cliente-gimena-gonzales-app-view.png');
  background-size: 100%; 
  background-position: center;
  background-repeat: no-repeat;  
  transition: background-size 0.5s ease;
}

#arq-app:hover {
  background-size: 105%; 
} */


.cliente-card p:not(.heading) {
  font-size: 14px;
}

.cliente-card a:last-child {
  color: #1ce4ff;
  font-weight: 600;
}

.cliente-card:hover::after {
  filter: blur(30px);
}

.cliente-card:hover::before {
  transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}



/*Tarjetas de clientes*/

/*accordion de educación*/
.accordion {
      cursor: pointer;
      padding: 15px;
      border: none;
      outline: none;
      width: 100%;
      text-align: left;
      background-color: #f1f1f1;
      font-weight: bold;
      font-size: 15px;
    }

    .panel {
      display: none;
      padding: 20px;
      padding-left: 60px;
      background-color: #fafafa;     
    }

    .viewCertificate{
      margin-top: 20px;
    }
/*accordion de educación*/
/*Tarjetas de servicios*/

.content-service-card{
  display: flex;
  justify-content: space-around;
  align-items: center; 
  flex-wrap: wrap; /* necesario para que hagan salto de línea */
}

.service-card {
  width: 19%;
  height: 300px;
  margin-right: 10px;
  padding: 10px;
  transition: all 0.4s;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);
  font-size: 15px;
  color: white;
}

.service-card:hover {
  border-radius: 15px;
  cursor: pointer;
  transform: scale(1.2);
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);
  background: rgb(103, 151, 255);
}

/*Services Cards: Begins*/
/* From Uiverse.io by gharsh11032000 */ 
.card-container {
  width: 300px;
  height: 300px;
  margin-top: 20px;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.card {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.card .front-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.card .front-content p {
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
  /* background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% ); */
  background: linear-gradient(-45deg, #111111 0%, #252527 100% );
  font-family: Arial, sans-serif;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.card .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  /* background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% ); */
  background: linear-gradient(-45deg, #3e6891 0%, #2905f3 100% );
  color: #e8e8e8;
  padding: 20px;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  transform: translateY(96%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card .content .heading {
  font-size: 32px;
  font-weight: 700;
}

.card:hover .content {
  transform: translateY(0);
}

.card:hover .front-content {
  transform: translateY(-30%);
}

.card:hover .front-content p {
  opacity: 0;
}



/*Services Cards: Ends*/

.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: all 0.4s;
  font-size: 0px;
  transform: rotate(90deg) scale(-1);
}

.service-card:hover .second-content {
  opacity: 1;
  height: 100%;
  font-size: 12px;
  transform: rotate(0deg);
}



/*Tarjetas de servicios*/

/*Language selector*/
.language-selector {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: max-content;
  width: 150px;
  cursor: pointer;
  user-select: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.selected-option, .dropdown-option {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding: 9px 10px;
  background-color: #2C3E4F;
  gap: 8px;
}


svg{
  height: 35px;    
  transition: opacity 3s ease-out, transform 3s ease-out;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #2C3E4F;
  z-index: 10;
  border-radius: 4px;
}

.dropdown-option:hover {
  background-color: #576572;
}

.dropdown img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.hidden {
  display: none;
}
/*Language Selector*/

.wallpaper{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*img format:*/
  
  background: url('./assets/s5.png'); 
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*Form*/
 #contacto{
    background-color: black;
    width: 100% !important;   
 }
 .contactFormContainer {
      max-width: 600px;
      margin: auto;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);  
      color: white;
    }

    #contactFormTitle{
      text-align: center;
      margin-bottom: 20px;
      color: white;
    }

    label {
      display: block;
      margin-top: 15px;
      font-weight: bold;
    }

    input[type="text"],
    input[type="email"],
    select {
      width: 100%;
      padding: 10px;
      margin-top: 5px;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-sizing: border-box;
    }

    textarea{
      width: 100%;
      height: 100px;
      padding: 10px;
    }

    select[multiple] {
      height: 150px;
    }

    .error {
      color: red;
      font-size: 0.9em;
    }

    button {
      padding: 1.3em 3em;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      font-weight: 500;
      color: #000;
      background-color: #fff;
      border: none;
      border-radius: 45px;
      box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease 0s;
      cursor: pointer;
      outline: none;
    }

    button:hover {
      background-color: #23c483;
      box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
      color: #fff;
      transform: translateY(-7px);
    }

    #inprogress:hover{
      background-color: #c48c23;
      box-shadow: 0px 15px 20px #64450b;
    }

    button:active {
      transform: translateY(-1px);
    }

    @keyframes sh02 {
      from {
        opacity: 0;
        left: 0%;
      }

      50% {
        opacity: 1;
      }

      to {
        opacity: 0;
        left: 100%;
      }
    }

    button:active {
      box-shadow: 0 0 0 0 transparent;
      -webkit-transition: box-shadow 0.2s ease-in;
      -moz-transition: box-shadow 0.2s ease-in;
      transition: box-shadow 0.2s ease-in;
    }


    @media (max-width: 600px) {
      .container {
        padding: 20px;
      }
    }
/*Form*/

.presentation{
  background-color: #f4f4f4;
}
.profile-card {
  background-color: white;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border-radius: 5px
}

.profile-photo {
  flex: 1;
  max-width: 300px;
  margin-right: 2rem;
}

.profile-photo img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.profile-info {
  flex: 2;
}

.profile-info h2 {
  margin-bottom: 0.5rem;
}

.profile-info p {
  margin: 0.3rem 0;
}

.social-icons{
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}

.social-icons a {
  margin-right: 1rem;
  text-decoration: none;
  color: #2c3e50;
  font-size: 1.2rem;
  display: block;
}

/* Soft appearance */
.presentation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.presentation.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Soft appearance */

/*Carrusel:*/
.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  /* max-width: 100vw; */
  margin: 0 auto;
  position: relative;
}


.container{
  display: flex;
  gap: 16px;
  animation: scroll 30s linear infinite;
  width: max-content;
  padding: 20px 0;
}

.experiencia-icon{
  flex: 0 0 auto;
  width: 120px;
  height: 140px;
  /* background: white; */
  /* border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.experiencia-img{
    height: 40px;
    width: 40px;
    border-radius: 50px;
    transition: transform 0.3s ease;    
  }

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/*Carrusel*/
@media (max-width: 1700px) {
  .content-service-card{
    display: flex;
  }

  .service-card{
    width: 45%;
    margin-bottom: 20px;
  }

}
@media (max-width: 950px) {

  #languageSelector{
    display: none;
  }

  .content-service-card{
    display: flex;
  }

  .service-card{
    width: 35%;
    margin-bottom: 20px;
  }

  .menu-toggle {
    display: block;
  }

  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  nav.show {
    max-height: 500px;
    opacity: 1;
  }

  .profile-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-photo {
    margin: 0 0 1rem 0;
  }

  section {
    padding: 4rem 2rem;
    min-width: 90%;
    margin: auto;
  }
  

}


@media (max-width: 800px) {
  
  .cliente-card{
    margin-right: 0px; padding: 0px;
  }

  .experiencia-icon{
    max-width: 120px;
    max-height: 140px;
  }
  .full-card-opinion{
    flex-direction: column;
    justify-content: center;  
    align-items: anchor-center;
  }

  .opinion{
    margin-top: 20px;
  }

  .service-card{
    width: 45%;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {

  .content-service-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .service-card{
    width: 100%;
  }
}


@media (max-width: 400px) {
  .whatsapp-button {
    width: 50px;
    height: 50px;
  }
  .whatsapp-button img {
    width: 28px;
    height: 28px;
  }
}