:root {
  --bs-primary: white;
  --bs-primary-rgb: 211, 211, 211; /* lightgray */
}

body {
  background-color: #fff;
  
}

/* ========== LOGOS ========== */
  .logoprincipal {
    display: block;
    margin-bottom: 1rem; /* mb-3 */
    max-width: 100%;
    height: auto;
  }
.swiper-contained {
  max-width: 960px;
  margin: 0 auto;
}

.logo-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-carousel {
  max-width: 100%;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}


.logo-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 0 8px rgba(128, 128, 128, 0.2);
  border: 2px solid rgba(180, 180, 180, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-img:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15), 0 0 12px rgba(128, 128, 128, 0.3);
}
.swiper-slide img:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(150, 150, 150, 0.5);
}


.logos:hover {
  transform: scale(1.05);         /* efecto suave al hover */
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
/* ========== BOTONES ========== */
.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: black;
  box-shadow: none;
}
.adsbygoogle iframe[src="about:blank"] {
  display: none !important;
}
.adsbygoogle {
  min-height: 0 !important;
  min-width: 0 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: rgba(var(--bs-primary-rgb), 0.85);
  color: gray;
  border-color: rgba(var(--bs-primary-rgb), 0.85);
}

/* ========== SWIPER ========== */
.swiper {
  padding: 2rem 0;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  width: auto;
  text-align: center;
}

.circle-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;                 /* Centrado interno */
  align-items: center;          /* Centra verticalmente */
  justify-content: center;      /* Centra horizontalmente */
}


.circle-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;          /* Para que no se distorsione */
  display: block;               /* Evita espacios raros debajo */
}

/* Contenedor para el logo en el header, opcional */
.logo-container {
  display: flex;
  align-items: center;
  /* Si querés, max-height para que el contenedor no crezca */
  max-height: 60px;
}

/* Estilo uniforme para todos los logos */
.logo {
  height: 50px;      /* altura fija para uniformidad */
  width: auto;       /* ancho automático para respetar proporción */
  object-fit: contain; /* ajusta la imagen dentro del tamaño sin recortarla */
  display: block;    /* elimina espacio extra bajo imagen */
}

nav.navbarEdited {
  position: relative;
  height: 60px;              /* altura fija y consistente del navbar */
  overflow: hidden;          /* evita que hijos sobresalgan */
  background-color: white;   /* asegurate que el fondo sea consistente */
  z-index: 10;               /* para que esté por encima de otros elementos */
  display: flex;
  align-items: center;       /* centra verticalmente el contenido */
  padding: 0 1rem;
}

.swiper {
  display: flex;
  flex-direction: column;
  align-items: center;     /* centra horizontalmente */
  justify-content: center; /* centra verticalmente si hace falta */
  gap: 1rem;               /* espacio entre título y swiper-wrapper */
  padding: 2rem 0;
  width: 100%;
  box-sizing: border-box;
}
.swiper-pagination-bullet {
  background-color: #555; /* gris oscuro */
  opacity: 0.7;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: black;
  opacity: 1;
}
.swiper-pagination-bullet {
  background-color: #555; /* gris oscuro */
  opacity: 0.7;
  transition: background-color 0.3s ease;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active-main {
  background-color: black !important;
  opacity: 1 !important;
}
.topArrow{
  bottom: 20px; 
  right: 20px; 
  z-index: 999;
}
.title {
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}

.portfolio-img {
  cursor: "zoom-in";
}

.swiper-wrapper {
  display: flex;
  justify-content: center; /* centra los slides */
  width: 100%;
  max-width: 1200px;       /* límite ancho para no estirar demasiado */
}
.img-portfolio {
  max-width: 1080px; /* limita también el ancho */
  margin: auto;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  text-align: center;
}

/* .circle-wrapper, etc. ya los tienes */


/* Logo container centrado y contenido */
.logo-container {
  flex: 1;                   /* que ocupe el máximo posible */
  display: flex;
  justify-content: center;   /* centra horizontalmente */
  align-items: center;       /* centra verticalmente */
  max-height: 100%;
  overflow: hidden;          /* que el logo no se salga */
}

/* Logo con tamaño máximo dentro del contenedor */
.logo {
  max-height: 50px;          /* máximo alto para el logo */
  width: auto;
  object-fit: contain;
  display: block;
}

/* Ajustes para móviles */
@media (max-width: 576px) {
  nav.navbarEdited {
    height: 50px;
    padding: 0 0.5rem;
  }
  .logo {
    max-height: 40px;
  }
}


/* Responsive */
@media (max-width: 576px) {
  .swiper-slide {
    width: 120px;
  }
}
