@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 70px; /* o ajustá a la altura real del navbar */
}

.navbar-brand span {
  font-family: "Book Antiqua", "Palatino Linotype", "Palatino", "Georgia", serif;
  font-weight: bold;
  font-size: 1.7rem;
}


.navbar-custom {
  background-color: #55752D;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  color: #fff !important;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
  color: #ddd !important; /* color al pasar el mouse */
}



/* Hero personalizado */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
              url('assets/img/fondo.png') no-repeat center center;
  background-size: cover;
  height: 100vh;
  text-shadow: 1px 1px 3px #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.video-wrapper {
  width: 100%;
  max-width: 90vmin;
  aspect-ratio: 1 / 1;
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* oscurece un poco para resaltar texto */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 3px black;
}


.navbar-brand img {
  padding: 4px;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.presentacion-fondo {
  background: url("assets/img/presentacion-fondo.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.presentacion-fondo .overlay {
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-text {
  text-shadow: 1px 1px 3px black;
  font-family: 'Roboto', sans-serif;
  margin-top: 1rem;
  margin-left: 2vw;
  text-align: left !important;
}

.top-text h1 {
  font-weight: bold;
  font-size: 2.5rem;
}

.top-text p.lead {
  display: inline-block;
  font-size: 1.25rem;
  margin-left: 0.2rem; /* Ajustá este valor visualmente */
}

.top-text .d-inline-block {
  text-align: left;
}

.bottom-text {
  margin-bottom: 5%;
  text-shadow: 1px 1px 3px black;
  font-family: 'Roboto', sans-serif;
}

.overlay .container {
  padding-top: 8vh;
}


.sobre-nosotros-fondo {
  background: url("assets/img/fondo-nosotros.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.sobre-nosotros-fondo p {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.dedicacion-video-fondo ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.dedicacion-video-fondo .overlay {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
  width: 100%;
}


.dedicacion-video-fondo {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center; /* centra verticalmente */
  justify-content: center; /* centra horizontalmente */
}


.background-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}


.componentes-header {
  background: url("assets/img/fondo-staff.jpg") no-repeat center top;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
}


.sobre-nosotros-fondo {
  position: relative;
  height: 100vh; /* altura de pantalla completa */
  overflow: hidden;
}

.sobre-nosotros-fondo .container {
  position: relative;
  z-index: 1;
}

.proyecto:nth-of-type(odd) {
  background-color: white;
  border: 3px solid #E9E9E9;
  border-radius: 8px;
  padding: 1rem;
}

.proyecto:nth-of-type(even) {
  background-color:#E9E9E9 ; /* gris claro */
}

.proyecto {
  padding: 2rem; /* para que no quede todo pegado al borde */
  border-radius: 0.5rem;
}

.delplatafont {
  font-family: "Book Antiqua", "Palatino Linotype", "Palatino", "Georgia", serif;
  font-weight: bold;
}
