

/*Barra de navagacion*/
/* .navbar {
     padding:2rem;
     background-color:#f5f6f7;
}


.navbar-collapse {
    align-items:center;
    justify-content:space-between;
} */

 /* Botón de menú */
    .menu-toggle {
      position: fixed;
      top: 20px;
      left: 20px;
      background-color: #333;
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 1001;
    }

    /* Menú lateral */
    .side-menu {
      position: fixed;
      top: 0;
      left: -250px;
      width: 250px;
      height: 100%;
      background-color: #222;
      color: white;
      padding-top: 60px;
      transition: left 0.3s ease;
      z-index: 1000;
    }

    .side-menu.active {
      left: 0;
    }

    .side-menu a {
      display: block;
      padding: 15px 20px;
      color: white;
      text-decoration: none;
      border-bottom: 1px solid #444;
    }

    .side-menu a:hover {
      background-color: #444;
    }

    /* Contenido principal */
    .content {
      padding: 20px;
      margin-left: 0;
      transition: margin-left 0.3s ease;
    }

    .side-menu.active ~ .content {
      margin-left: 250px;
    }

/*Estilos generales*/
section {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.seccion-oscura {
  color:white;
  font-size:2rem;
  background-color:#1b1b32;
}

.sobreMI {
  height:500px;
  padding:10px;

}

h1 {
    font-size: 2.5rem;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}




/*secion Hero9*/
.hero {
  background-color:#f5f6f7;
  min-height:450px;
  text-align:center;
}

.hero-principal {
  padding:3rem;
}

.hero-perfil {
  width:100%;
  height:95%;
  border-radius:0.20%;
  margin:20px;
}

.cabecera
{
   background-color:#a39639;
   

}

/*Experiencia*/
experiencia {
    padding: 40px 40px 60px 60px;
}

    .experiencia .columna {
        padding: 20px;
        border: 2px solid #8080804d;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.2s ease-in;
    }

.experiencia .columna:hover {
    color: white;
    background-color: #1b1b32;
}


.experiencia-titulo {
        font-size: 25px;
        font-weight: bold;
        margin: 10px 0;
}

.secion-clara {
    color: black;
    background-color: white;
}

.imgPerfil {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color:#7ade30;   
}

.imgParroquia {
    width:400px;
    height:350px;
    border-radius:17%;   
}

.imgFotoNovios {
    width:400px;
    height:350px;  
    border-radius: 30%;  
}

.proyectos-recientes {

  padding:40px;

}

.texto-negro {
    color:black;
}

.texto_blanco {
color:white;
}

.Seccion-descripcion {
  font-size:1.2rem;
  color:#548e4e;

}

.proyectos-recientes img {
    height:100%;
    width:100%;
    padding:10px;
    border-radius:10px;
    display:block;
    transition: all 0.2s ease;

}


.proyectos-contenedor {
    padding-top:60px;
    margin-bottom:40px;
}


.overlay {
  transition:all 0.2s ease;
  opacity:0;
  position:absolute;
  top:20%;
  left:50%;
  transform: translate(-50%,-50%);
  text-align:center;
}

.overlay p {
    
font-size:25px;
font-weight:bold;
margin-bottom:0;

}


.badges-contenedor {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}


.imgPlanAccion {
    width: 100px;
    height:100px;
    border-radius: 50%;
    color: #7ade30;
}


.video-container {
    position: relative; /* Contenedor relativo para posicionar el formulario */
    width:98%; /* Ajusta el ancho según tus necesidades */
    height: 360px; /* Ajusta la altura según el video */
    left:10px;
    overflow: hidden; /* Asegura que el contenido no se salga del contenedor */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Para que el video cubra el contenedor */
}

.form-overlay {
    position: absolute; /* Posición absoluta dentro del contenedor */
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra el formulario */
    z-index: 1; /* Asegura que esté encima del video (si el video tuviera z-index negativo) */
    background-color: rgba(255, 255, 255, 0.8); /* Fondo semitransparente para verlo bien */
    padding: 20px;
    border-radius: 5px;
}

.responsive-img {
    max-width:100%; /* Limita el ancho máximo al 100% del contenedor */
    height: auto;    /* Mantiene la proporción de la imagen */
    display: block;  /* Evita espacios vacíos debajo de la imagen */
}

.itemMenu
{
 color:black;
 padding:10px;
}

.label
{
 font-family: "Sofia", sans-serif;
 font-size: bold;
 text-align:right;
 color: #806b0d;
}

.boton
{
 background-color:#dfc282;
 color:black;
 font-size: 20px;
 font-weight: bold;
 border-radius: 10px;
 padding:10px;
 width: 150px;
}

.divCabecera
{
 background-color:#dfc282;   
 font-size: 35px;  
  
}

.divCentrado
{
    text-align: center;
    background-color:#dfc282;
    width:100%; 
    height:20%; 
    border-radius: 15px;
}

.EstyleRegresivo
{
    font-size:30px;
    font-family: 'Oswald';
    font-weight: weigh;
    font-style: normal;
    align-items: center;
    color: #806b0d;

}

.textoFechaRegresiva
{
 padding:10px;
 text-align: center;

}

.scrollable-div {
  height: 150px; /* Or max-height */
  overflow-y: auto; /* Or scroll */
  border: 1px solid #ccc; /* For visual clarity */
  padding: 10px;
}

/*Adaptable respnsivo*/
@media screen and (max-width:767px) {
    .navbar-brand {
        display:none;
    }
}


 .caja-redondeada {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 30px;
      max-width: 600px;
      margin: auto;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: border-radius 0.3s ease;
    }

    .caja-redondeada h2 {
      margin-top: 0;
    }

    @media (max-width: 768px) {
      .caja-redondeada {
        border-radius: 10px;
        padding: 20px;
      }
    }

    @media (max-width: 480px) {
      .caja-redondeada {
        border-radius: 5px;
        padding: 15px;
      }
    }

    
@media screen and (max-width:700px) {
    .hero-inferior-imagen {
       max-width:600px;
    }
}