@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Estilos básicos y generales */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, .Container {
  height: 100%;
  font-family: "Lato", sans-serif;
}

body {
  padding-top: 0px;
  overflow-x: hidden;
  background-color: #e9e8e6;
  background-image: url(../img/p6.png);
  text-transform: uppercase;
}

.bold { font-weight: bold; }

h1 { font-size: 3.5rem; }

h2 { font-size: 1.5rem; }

p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #555;
}

a.white { color: #fff; }

.btn { border-radius: 0; }

/* NAVBAR LIMPIO */
.navbar {
  transition: all 0.3s ease;
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.navbar.scrolled {
  background-color: #ffffff;
  box-shadow: -1px 4px 5px -2px rgba(0, 0, 0, 0.65);
}

.navbar-brand img {
  height: 80px;
  transition: height 0.3s ease;
}

.navbar.scrolled .navbar-brand img {
  height: 80px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #555;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #7aacb5 !important;
  font-weight: bold;
  border-bottom: 2px solid #7aacb5;
}

.navbar-dark .navbar-toggler {
    border: none;
    background-color: #7aacb5;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Animaciones */
.volar {
  position: relative;
  opacity: 0;
  animation: fadein 1.5s forwards;
}

@keyframes fadein {
  from { opacity: 0; }

to { opacity: 1; }

}

/* Footer */
footer {
  background-color: #f3f3f3;
  padding: 40px 20px;
  border-top: 2px solid #ccc;
}

.footer-icons {
  display: flex;
  gap: 15px;
}

.footer-icons a {
  color: #000;
  font-size: 26px;
  margin-left: 15px;
  transition: color 0.3s ease;
}

.footer-icons a:hover {
  color: #83b4b9;
}

/* Servicios - Lista con palomitas */
.servicios-lista {
  list-style: none;
  padding-left: 0;
}

.servicios-lista li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 16px;
}

.servicios-lista li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7aacb5;
  font-weight: bold;
}

/* Otros elementos y utilidades */
.justificado {
  text-align: justify;
}

.derecha { text-align: right; font-size: 25px; width: 100%; }

.jralogo { font-size: 18px; font-weight: bold; color: #000; }

.claro { color: #7aacb5 !important; }

.min-100 { min-height: 100%; }

.navbar .nav-link.active {
  color: #7aacb5 !important;
  border-bottom: 2px solid #7aacb5;
  font-weight: bold;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


.site-wrapper main {
  flex: 1;
}

footer {
  background-color: #f3f3f3;
  padding: 40px 20px;
  border-top: 2px solid #ccc;
  /* Elimínalo si existe */
  position: static !important;
}

.signature {
    padding-top: 2rem;
    height: 5rem;
}

.navbar {
  transition: all 0.4s ease;
  background-color: transparent;
  padding: 10px 37px 10px 20px;
}

.navbar.scrolled {
    background-color: #fff;
  padding: 10px 37px 10px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.logo-img {
  height: 80px;
  transition: height 0.4s ease;
}

.jralogo-text {
	    margin-top: 30px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  transition: font-size 0.4s ease;
}

.jralogo-text span {
  font-size: 18px;
}




.navbar.scrolled .jralogo-text {
  font-size: 20px;
}

.navbar.scrolled .jralogo-text span {
  font-size: 14px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' ...");
  filter: brightness(100); /* por si usas navbar-light y el fondo es claro */
}

.navbar-toggler {
    border-radius: 0;
}

.espacio {
	padding-top: 10rem;
}



.imagen-ancha {
  position: relative;
  top: 50px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.signature {
  position: relative;
  top: 50px;
  margin-bottom: 75px;
  height: 6rem;
}

.cont {
	display: block; padding-top: 10rem;
}

	.espacio2 {
		padding-top: 200px;
	}
	

@media (max-width: 767.98px) {
	
	.cont {
	display: block; padding-top: 1rem;
}
	
	
	.espacio2 {
		padding-top: 100px;
	}
	
  .firma-responsive {
		top: -45px !important;
        margin-bottom: 30px !important;
        height: 9rem;
    padding-top: 5rem;	  
  }
	
.pb-5, .py-5 {
    padding-bottom: 5rem !important;
}	
}

/* Overlay styles */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nav-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: fadeInOverlay 0.4s forwards;
}

.nav-overlay.closing {
  animation: fadeOutOverlay 0.4s forwards;
}

@keyframes fadeInOverlay {
  from { opacity: 0; background-color: #000; }
  to { opacity: 1; background-color: rgba(0, 0, 0, 0.5); }
}

@keyframes fadeOutOverlay {
  from { opacity: 1; }
  to { opacity: 0; }
}

.overlay-logo {
  height: 80px;
  margin-bottom: 1rem;
}

.nav-overlay-menu {
  list-style: none;
  padding: 0;
  text-align: center;
}

.nav-overlay-menu li {
  margin: 20px 0;
}

.nav-overlay-menu a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

.nav-overlay-menu a:hover {
  color: #7aacb5;
  border-bottom: 2px solid #7aacb5;
}

.nav-overlay-menu a.active {
  color: #7aacb5;
  border-bottom: 2px solid #7aacb5;
}

.close-overlay {
  position: fixed;
  top: 15px;
  right: 20px;
  font-size: 40px;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 11000;
  transition: color 0.3s ease;
}

.close-overlay:hover {
  color: #7aacb5;
}


.overlay-content {
  text-align: center;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.overlay-logo {
  width: 80px;
  margin-bottom: 40px;
}

.menu-overlay .overlay-logo {
  max-width: 160px;
  height: auto;
  display: block;
  margin: 50px auto 40px;
}


.textod {
    text-align: right;
    padding-right: 61px;
	    margin-top: 100px;
}

.nopad {
	padding: 0;
}

.textos {
	padding-right: 60px;
}

.padfoto {
	padding-right: 60px;
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px); /* efecto de desenfoque */
  background-color: rgba(0, 0, 0, 0.3); /* fondo oscuro semitransparente */
  z-index: 9999;
  display: none; /* se muestra al hacer clic en el botón de abrir */
}

.nav-overlay.active {
  display: block;
}

.overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.overlay-logo {
  max-width: 200px;
  margin-bottom: 40px;
}

.close-overlay {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 3rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.nav-overlay-menu {
  list-style: none;
  padding: 0;
  text-align: center;
}

.nav-overlay-menu li {
  margin: 20px 0;
}

.nav-overlay-menu a {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}

.nav-overlay-menu a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {

	.navbar.scrolled {
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
	
.textod {
    text-align: right;
    padding-right: 21px;
    padding-left: 21px;
    margin-top: 0;
}	
	
	.navbar {
    padding: 10px 20px 10px 20px;
}	
	
	
.espacio {
	padding-top: 1rem;
}
	
.justificado {
    top: 60px;
}	
	
	  .imagen-ancha {
    width: 100%;

  }

  .imagen-ancha img {
    width: 100%;
    height: auto;
    display: block;
  }
	
.textos {
    padding-right: 00px;
	padding-top: 100px;
}	
	
.padfoto {
    padding-right: 0px;
}	
	
}

.swiper-button-next, .swiper-button-prev {
    color: #94bfc6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background:     #94bfc6;

}