*{
    font-family:'Quicksand', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
    background-color: #FFFFEE;
}
.navbar-toggler {
  margin-left: auto;
  /* o el valor que prefieras */
}

h2{
    color: #957E55;
}

nav, footer {
    background-color: #FFF1C3;
}

.past-1{
    background-color: #727E55;
}

.past-2{
    background-color: #C5492B;
}

.past-3 {
    background-color: #957E55;
}

.past-4 {
    background-color: #E37033; 
}

.past-h3, .past-h4{
    color: #EDBDAE;
}

.frase, .parrafo, .boton-ver, .boton-ver:visited{
    color: #FFFFEE;
}

.boton-ver:hover {
    opacity: 0.8;
}

.navbar ul li a {
    color: black;
    background-image: linear-gradient(#FFFFEE, #C5492B);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s, color .4s;
}

.navbar ul li a:hover {
    color: #C5492B;
    background-size: 100% 2px;
}

#nosotros {
    color: #E37033;
}

.enviar{
    background-color: #164C10;
    color: #FFFFEE;
}
    
.borrar{
    background-color: #C5492B;
    color: #FFFFEE;
}

.enviar:hover, .borrar:hover {
    color: #FFFFEE;
    opacity: 0.8;
}

.redes-sociales {
    color: #164C10;
}

.redes-sociales:hover {
    color: #164C10;
    opacity: 0.8;
}

.past-1, .past-2, .past-3, .past-4 {
  border-radius: 0 !important; 
    padding: 1.5rem;     
    color: #FFFFEE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.past-1, .past-2, .past-3, .past-4 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.past-1 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.past-4 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.past-1:hover, .past-2:hover, .past-3:hover, .past-4:hover {
    transform: translateY(-4px);
}

#galeria a {
  display: block;
  border-radius: 8px;     
  overflow: hidden;       
  transition: transform 0.2s ease;
}

#galeria a:hover {
  transform: scale(1.05); 
}

#galeria a img {
  border-radius: 10px;
  display: block; 
}

#nosotros img {
  border-radius: 12px;          
  transition: transform 0.3s ease; 
  display: block;                
}

#nosotros img:hover {
  transform: scale(1.05);        
}

.carousel-item {
  transition: transform 0.8s ease-in-out; 
}

.carousel-inner {
  overflow: hidden;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #C5492B;
  color: #EDBDAE;
  padding: 2rem;
  border-radius: 10px;
  max-width: 90%;
  max-height: 80%;
  overflow-y: auto;
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  color: #EDBDAE;
  cursor: pointer;
}

@media (max-width: 576px) {
  .past-1, .past-2, .past-3, .past-4 {
    max-width: 90%;
    margin: 0 auto;
    border-radius: 2rem !important;
  }
}

.past-1,
.past-2,
.past-3,
.past-4 {
  margin-bottom: 1.5rem;
}

.insta-banner {
  background-color: #C5492B;
  color: #EDBDAE;
  margin-top: 3rem;
  padding-bottom: 1rem ;
  border-radius: 0px;
  animation: fadeIn 1s ease-out forwards;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .boton-ver {
    display: inline-block;
    padding: 0.4rem 1rem;
    border: 2px solid ;
    border-radius: 8px;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
  }

  .boton-ver:hover {
    background-color: #C5492B;
    color: #fff;
  }
}

.contacto-section {
  max-width: 900px;
  margin: 0 auto;
}

.contacto-content {
  gap: 2rem;
}

.mapa-circular {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  flex-shrink: 0;
}

.mapa-circular iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.info-contacto p {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.contact-link {
  color: #C5492B;
  text-decoration: none;
  font-weight: 600;
}

.contact-link:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .navbar-nav {
    text-align: center;
  }
}

.botones-contacto .btn-contacto {
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.btn-primary.btn-contacto {
  background-color: #C5492B;
  border: none;
  color: #fff;
}

.btn-primary.btn-contacto:hover {
  background-color: #a03e23;
}

.btn-secondary.btn-contacto {
  background-color: #EDBDAE;
  border: none;
  color: #333;
}

.btn-secondary.btn-contacto:hover {
  background-color: #d4a992;
}

@media (max-width: 576px) {
  .contacto-content {
    flex-direction: column;
    align-items: center;
  }
  .info-contacto {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .mapa-circular {
    width: 80vw;
    height: 80vw;
  }
}

@media (max-width: 576px) {
  .info-contacto {
    text-align: center;
    font-size: 0.95rem;
    padding: 1rem;
  }

  .info-contacto p {
    margin-bottom: 0.75rem;
  }
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  margin: 0 6px;
}

.carousel-indicators .active {
  opacity: 1;
}

.flecha-carousel {
  color: #FFFFEE;
}

.flecha-carousel:hover {
  color: #a03e23;
  transition: color 0.3s ease;
}

.navbar-toggler {
  border: none;
  background: none;
  padding: 0.5rem;
  box-shadow: none !important;
}

/* --------------------------------------------------------------
   🔥 NUEVO CSS PARA MINIATURAS DE VIDEOS (SIN IFREAMES)
   -------------------------------------------------------------- */

.videos-wrapper {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: center;
  gap: 10px; /* ← MENOS ESPACIO ENTRE VIDEOS */
  max-width: 1000px;
  margin: 0 auto;
}


.video-card {
  text-decoration: none;
  color: inherit;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumb {
  width: 90%;
  aspect-ratio: 9/16;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 5px 12px rgba(0,0,0,0.18);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  font-size: 48px;
  color: white;
  text-shadow: 0 0 15px rgba(0,0,0,0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.9;
}

.thumb:hover {
  transform: scale(1.03);
}

.video-title {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #E37033;
}
/* Forzar que los 3 videos queden en una fila horizontal */
.videos-wrapper {
  flex-wrap: nowrap !important;
  justify-content: center;
}

.video-card {
  max-width: 300px; /* ajusta si los querés más grandes */
}
@media (max-width: 768px) {
  .videos-wrapper {
    flex-wrap: wrap !important;
  }
}
