.stack-sans-text-uniquifier {
  font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
}

.navbar{
  background-color: #4F81BC;
  padding: 1%;
  color: white;
}

#espacio{
  font-size: 1.9rem;
  padding-right: 8%;
  padding-bottom: 1%;
  padding-top: 1%;
}

body {
  font-family: "Stack Sans Text", sans-serif !important;
  font-optical-sizing: auto !important;
  background-color: #FFF2E0;
}

.nav-item a{
  color: white;
}

.nav-item{
  margin-right: 6%;
  font-size: 1.3rem;
}

.navbar-nav .nav-link {
  position: relative;
  background-image: linear-gradient(90deg, #321E48 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.4s ease-in-out;
  transform: translateY(0);
}

.navbar-nav .nav-link:hover {
  background-position: 0 0; 
  font-weight: bold;
  transform: translateY(-4px);
}

.hero-img-wrapper{
  width: 100%;
  height: clamp(250px, 40vw, 500px);       
  overflow: hidden;
  position: relative
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.eslogan{
  color: white;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  max-width: 400px;
  z-index: 3; 
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;      
  object-position: center; 
  opacity: 0.9;
}

.hero-text h1 {
  font-size: clamp(1.25rem, 5vw, 2.5rem); /* se achica solo en pantallas angostas */
  line-height: 1.2;
}

.hero-text h1 {
  font-size: clamp(1.1rem, 4vw, 2.5rem);
  line-height: 1.25;
  margin: 0;
}

.hero-text {
  width: min(45%, 500px);
  left: 4%;
}

.hero-img {
  object-position: center;
}

/* Laptops pequeñas / tablets grandes */
@media (max-width: 992px) {
  .hero-text {
    width: 50%;
  }
  .hero-img {
    object-position: 60% center;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .hero-text {
    width: 55%;
  }
  .hero-img {
    object-position: 68% center;
  }
}

/* Celulares grandes / tablets chicas en horizontal */
@media (max-width: 600px) {
  .hero-text {
    width: 50%;
    left: 3%;
  }
  .hero-img {
    object-position: 78% center;
  }
  .hero-overlay {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 55%);
  }
}

/* Celulares normales */
@media (max-width: 480px) {
  .hero-text {
    width: 70%;
    left: 3%;
  }
  .hero-img {
    object-position: 85% center;
  }
  .hero-overlay {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.9) 50%);
  }
}

h2{
 color: #61576d;
}

.parrafo{
  font-size: 1.2rem;
  color: #61576d;
  text-align: justify;
}

h2{
 color: #61576d;
}
.parrafoI{
  font-size: 1.2rem;
  color: #61576d;
}


.main1{
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-top: 5%;
}



.footerr{
  background-color: #3F7CA0;
  padding: 2%;
}


.ti-map-pin, .ti-phone-call, .ti-brand-whatsapp{
  background-color: #6da4c2; 
  padding: 15px;
  font-size: 30px;
  border-radius: 50px;
  color: #FFFFFF; 
  box-shadow: 
    0 0 6px #fff,
    0 0 6px #fff,
    0 0 5px #fff,
    0 0 5px rgba(255, 255, 255, 0.8);
}

iframe{
  width: 100%;
  border-radius: 20px;
  box-shadow: 1px 4px 10px rgba(1, 0, 2.0, 2.0);
}

.location{
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 6%;
  margin-bottom: 8%;
}

.direccion{
  color: #61576d;
  margin-top: 3;
}

.dessing{
  color: #61576d;
  margin-top: 5%;
}

.diseno{
 color: #61576d;;
  font-size: 1.2rem;
  text-align: center;
}

.ContactoTel {
  background-color: #73616162;
  border: 1px solid #73616162;
  width: auto;
  height: auto;
  border-radius: 15px;
  padding: 2%;
  display: flex;
  align-items: center;
  animation: flashBorde 2s infinite; 
}


@keyframes flashBorde {
  0%   { box-shadow: 0 0 0px 0px #29B8C100; }
  50%  { box-shadow: 0 0 8px 3px #736161c9; }
  100% { box-shadow: 0 0 0px 0px #29B8C100; }
}


.Horario{
  background-color: #7361611e;
  border: 1px solid #736161a0;
  width: auto;
  height: auto;
  border-radius: 10px;
  margin-top: 3%;
  margin-bottom: 8%;
  padding: 2%;
}


.ContactoTel {
  background-color: #F3E8DF;
  border: 1px solid #7361613e;
  width: auto;
  height: auto;
  border-radius: 15px;
  padding: 2%;
  display: flex;
  align-items: center;
  animation: flashBorde 2s infinite; 
  margin-top: 4%;
}

.ti-clock{
  font-size: 37px;
  color: #736161eb;
}

.number{
  padding-left: 2%;
  color: #8F8E8E;
}

.number p {
  margin-bottom: 0;
}

.number{
  padding-left: 2%;
  color: #8F8E8E;
}

.number p {
  margin-bottom: 0;
}

.ti-phone-outgoing{
  background-color: #594a4a62;
  padding: 15px;          
  border-radius: 50%;     
  font-size: 37px;
  color: #736161ca;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contenedorContacto{
  padding-left: 15%;
  padding-right: 15%;
}

#carouselExampleAutoplaying {
  max-height: 85vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carouselExampleAutoplaying .carousel-inner,
#carouselExampleAutoplaying .carousel-item {
  max-height: 100vh;
  text-align: center;
}

#carouselExampleAutoplaying img {
  width: auto;       
  max-width: 100%;   
  height: auto;     
  max-height: 100vh;  
  margin: 0 auto;   
}

.img-scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
}
.requisitos-img {
  max-width: none; /* que conserve su ancho original o algo intermedio */
  height: auto;
  min-width: 100%; /* ancho legible aunque el contenedor sea más chico */
}