#navbar-menu {
  background-color: #3e3e1f !important;
}


.home-section-1 {
  padding-top: 87px;
  background: #e6e3d9;
}

.container-home-sec-1 {
  padding: 100px 60px;
}

.frase-logo {
  text-align: center;
  display: flex;
  width: max-content;
  margin: auto;
}

.frase-logo h1 {
  color: #3e3e1f;
  font-size: 50px;
}

.frase-logo h1 span {
  color: #a87946;
}

.frase-logo img {
  width: 100%;
  max-width: 68px;
  margin: 0px 25px;
}

.frase-text {
  color: #3e3e1f;
  font-size: 28px;
  text-align: justify;
}

#v-pills-tab .nav-link.active {
  background: #3e3e1f !important;
  color: #e6e3d9 !important;
}

#v-pills-tab .nav-link {
  color: #3e3e1f !important;
}



.section-home-banner {
  background: #e6e3d9;
}

.home-banner img {
  width: 100%;
}

.home-banner-grid {
  display: flex;
  padding: 0px 0px;
}

.home-banner-text-izq {
  width: 50%;
  color: #3e3e1f;
  font-size: 22px;
  text-align: justify;
  padding: 0px 15px;
}

.home-banner-text-izq p {
  width: 100%;
  max-width: 492px;
  margin: auto;
}

.home-banner-text-der {
  width: 50%;
  text-align: justify;
  color: #3e3e1f;
  font-size: 22px;
  padding: 0px 15px;
}

.home-banner-text-der p {
  width: 100%;
  max-width: 492px;
  margin: auto;
}

.home-banner-text-der h1 {
  font-size: 60px;
  font-weight: 600;
}

.home-banner-text-der h1 span {
  color: #a87946;
}

.home-banner-contenido {
  border-bottom: 1px solid #3e3e1f;
  padding: 0px 25px;
}

.home-banner-title-grid h1 {
  text-align: center;
  color: #3e3e1f;
  margin: 0px;
  padding: 60px 0px;
}

.home-banner-title-grid h1 span {
  color: #a87946;
}

.home-banner-frase-grid {
  text-align: center;
  font-size: 20px;
  color: #3e3e1f;
}

.home-banner-frase-grid p {
  margin: 0px;
  padding: 60px 0px;
}



.section-nav-home {
  background: #e6e3d9;
  padding-top: 120px;
  padding-left: 50px;
  padding-right: 50px;
}

#v-pills-tab {
  width: 100%;
  max-width: 180px;
}

.nav-nosotros-img {
  text-align: center;
}

.nav-nosotros-img img {
  width: 100%;
  max-width: 600px;
}

.nav-nosotros-grid {
  display: flex;
  padding-top: 120px;
}

.nav-nosotros-title {
  width: 50%;
  padding: 0px 32px;
}

.nav-nosotros-title h1 {
  color: #3e3e1f;
}

.nav-nosotros-title h1 span {
  color: #a87946;
}

.nav-nosotros-text {
  width: 50%;
  padding: 0px 32px;
}

.nav-nosotros-text p {
  color: #3e3e1f;
  font-size: 30px;
  text-align: justify;
}








.swiper {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.profile-card {
  width: 100%;
  overflow: hidden;
  max-width: 500px;
}

.profile-card img {
  width: 65%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}

.profile-info {
  padding: 10px;
}

.name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

.role {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
}

/* Flechas */
.swiper-button-next,
.swiper-button-prev {
  color: #888;
  transition: color 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #000;
}

/* ==== Carrusel de Testimonios ==== */
.swiper-testimonials {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding-bottom: 40px;
}

.swiper-testimonials .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial {
  background-color: #3e3e1f;
  color: white;
  padding: 20px;
  border-radius: 15px;
  width: 300px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.testimonial-author {
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
  display: block;
}

.swiper-slide {
  width: 100% !important;
  max-width: 500px !important;
}


/* Estilos base del carrusel */
.swiper-testimonials .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
  /* movimiento lineal */
  animation: scroll 5s linear infinite;
  /* movimiento continuo */
}

.swiper-testimonials.paused .swiper-wrapper {
  animation-play-state: paused;
  /* pausa cuando agregamos la clase */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* mueve la mitad para repetir */
}





.contact-section {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.contact-form {
  background-color: #3e3e1f;
  padding: 40px;
  border-radius: 25px;
  max-width: 1150px;
  width: 100%;
  color: white;
  font-family: Arial, sans-serif;
}

.form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.form-row.full-width {
  flex: 1 0 100%;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

input,
select,
textarea {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid white;
  background: transparent;
  color: white;
  font-size: 14px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

textarea {
  resize: none;
}

button {
  width: 100%;
  padding: 10px;
  background-color: #e9e5da;
  color: #3e3d1e;
  font-weight: bold;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

button:hover {
  background-color: #d5d1c4;
}

.profile-info {
  color: #3e3e1f;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}

.profile-info .name {
  font-weight: 600;
  font-size: 28px;
}

.profile-info .role {
  color: #3e3e1f;
  font-size: 24px;
}

.container-nav-resenas h1 {
  text-align: center;
  color: #3e3e1f;
  font-weight: 600;
  font-size: 60px;
  padding-bottom: 100px;
}

.container-nav-home {
  border-bottom: 1px solid #3e3e1f;
}

#v-pills-tabContent {
  width: 100%;
}

.nav-contacto-img {
  text-align: center;
}

.nav-contacto-img img {
  width: 100%;
  max-width: 150px;
}

.boton-enviar {
  margin-top: 22px;
}

#carouselExampleDark {
  display: none;
}

.section-nav-home .nav-home {
  height: 85vh !important;
}

.section-nav-home .d-flex.align-items-start {
  height: 100%;
}

#v-pills-tabContent {
  width: 100%;
  height: 85vh !important;
  display: flex;
  align-items: center;
}

#v-pills-tabContent.tab-content>.active {
  margin: auto;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

@media (max-width: 1380px) {
  .frase-logo h1 {
    font-size: 35px;
  }

  .frase-logo img {
    max-width: 48px;
  }

  .nav-nosotros-text p {
    font-size: 22px;
  }

  .nav-nosotros-title h1 {
    font-size: 28px;
  }

  .nav-nosotros-img img {
    padding: 30px;
  }

  .profile-card {
    max-width: max-content;
  }

  .profile-card img {
    max-width: 380px;
  }
}

@media (max-width: 1280px) {
  .profile-card img {
    max-width: 300px;
  }
}

@media (max-width: 1180px) {
  .nav-nosotros-grid {
    padding-top: 45px;
  }

  .nav-nosotros-title h1 {
    font-size: 22px;
  }

  .nav-nosotros-text p {
    font-size: 18px;
  }
}

@media (max-width: 1080px) {
  .profile-card img {
    max-width: 300px;
  }

  .swiper-slide {
    max-width: 350px !important;
  }

  .profile-info .role {
    font-size: 16px;
  }

  .profile-info .name {
    font-size: 22px;
  }
}


@media (max-width: 980px) {
  .frase-logo h1 {
    font-size: 30px;
  }

  .frase-logo img {
    max-width: 42px;
  }

  .nav-nosotros-grid {
    display: block;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-nosotros-title {
    width: 100%;
  }

  .nav-nosotros-text {
    width: 100%;
  }

  .profile-card img {
    max-width: 250px;
  }

  .profile-info .role {
    font-size: 14px;
  }

  .profile-info .name {
    font-size: 18px;
  }

  #carouselExampleDark {
    display: block;
  }

  .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
    display: none;
  }
   .frase-logo img {
    margin: auto !important;
  }
}

@media (max-width: 880px) {
  .frase-logo {
    display: grid;
  }

  .frase-logo h1 {
    margin-bottom: 0px;
  }
}

@media (max-width: 680px) {
  .frase-logo {
    display: grid;
  }

  .frase-logo h1 {
    margin-bottom: 0px;
  }

  .nav-nosotros-grid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav-nosotros-img img {
    padding-top: 45px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav-nosotros-title h1 {
    font-size: 22px;
    text-align: center;
  }

  .frase-logo img {
    margin: auto;
  }
}

@media (max-width: 480px) {
  .frase-logo {
    width: 100%;
  }

  .frase-logo h1 {
    font-size: 20px;
  }

  .home-banner-title-grid h1 {
    font-size: 22px;
  }

  .home-banner-grid {
    display: grid;
  }

  .home-banner-text-der {
    width: 100%;
    padding-top: 15px;
    font-size: 16px;
  }

  .home-banner-text-izq {
    width: 100%;
    font-size: 16px;
  }

  .nav-nosotros-grid .nav-nosotros-text {
    padding: 0px;
  }

  .nav-nosotros-grid .nav-nosotros-title {
    padding: 0px;
  }
}

/* Ocultar tabs en móvil, mostrar en escritorio */
@media (max-width: 768px) {
  #v-pills-tab {
    display: none;
  }

  .carousel-item img {
    width: 100% !important;
    min-height: auto !important;
    margin: auto;
    max-width: 300px;
  }
  #v-pills-resenas {
  width: 100%;
}
}

/* Mostrar tabs normales en escritorio */
@media (min-width: 769px) {
  .nav-mobile {
    display: none;
  }
}