/* Barra de navegacion */

.navbar{
    padding: 0.2rem;
    background-color: #9abd91;
}

.navbar-collapse {
    align-items: center;
    justify-content: space-between;
}

.nav-link {
          font-family:Arial, Helvetica, sans-serif ; /* Reemplaza 'Roboto' con tu fuente */
          font-size: 0.9rem; /* Tamaño de fuente */
          font-weight: 600; /* Peso de la fuente (opcional) */
        }

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;

}

.mt-navbar {
  margin-top: 90px;
}

/* Estilos generales */

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 2.5rem;
    font-family: "Rubik Dirt", system-ui;
    font-weight: 500;
    font-style: normal;
    color: white;   
}

.seccion-oscura {
    color: white;
    background-color: #1e301a;
}

.seccion-clara {
    color: black;
    background-color: white;
}

.seccion-titulo {
    font-size: 2rem;
    padding: 10px 0;
    font-family: "Rubik Dirt", cursive;
}

.seccion-descripcion {
    font-size: 1.2rem;
    color: #584e4e;

}

.seccion-texto {
    font-size: 1.2rem;
}

.btn-info {
    font-size: 1.1rem;
    margin: 20px;
    /* font-weight: bold; */

}

.texto-negro {
    color: black;
}

.texto-blanco {
    color: white;
}

/* Seccion Hero */

.fondo {
    background-image: url(imagenes/fondo2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.hero {
    background-color: #b89457;
    min-height: 450px;
    text-align: center;
}

.hero-principal {
    padding: 6rem;
}

.hero-imagen-principal {
    width: 400px;
    height: 400px;
/*    border-radius: 50%; */
    margin: 20px;
}

.hero-principal h2 {
    font-size: 1.5rem;
    color: #ffffff;
}

/* Sobre mi */

.sobre-mi {
    height: 300px;
    padding: 40px;
}

.sobre-mi .contenedor {
    max-width: 800px;
    text-align: center;
}

/* Experiencia */

.experiencia {
    padding: 40px 40px 60px 40px;
}

.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 .row div {
    height: 250px;
    background-color: purple;
    border: 3px solid orange; 
} */

.experiencia i {
    font-size: 2.5rem;
    color: #7ade30;
    background-color: #0a0a23;
    padding: 8px 19px;
    border-radius: 50%;
}

.experiencia-titulo {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
}

.badges-contenedor {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.badge {
    margin: 3px;
}

/* Proyectos */

.proyectos-recientes {
    padding: 5px;
}

.proyectos-recientes img {
    height: 50%;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    display: block;
    transition: all 0.2s ease;
}

.proyectos-contenedor {
    padding-top: 40px;
    margin-bottom: 20px;
}

.overlay {
    transition: all 0.2s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}

.proyecto {
    position: relative;
}

.proyecto:hover img {
    opacity: 0.2;
}

.proyecto:hover .overlay {
    opacity: 1;
}

.overlay .iconos-contenedor {
    display: flex;
}

.overlay i {
    color: black;
    font-size: 60px;
    margin: 19px;
}

/*Galería de imágenes*/

.galeria-img {
    height: 300px;             /* Ajusta según lo que necesites */
    object-fit: cover;
    width: 50%;
  }


/* Articulos */

.articulos {
    min-height: 500px;
    padding: 30px;
}

.articulos .card {
    width: 80%;
    max-width: 600px;
    margin: 20px;
}

.articulos .card-header {
    font-weight: bold;
}

/* Testimonios */

.testimonios {
    padding: 30px 30px 60px 30px;
}

.testimonios .carousel {
    max-width: 800px;
}

.carousel-item {
    height: 400px;
}

.carousel-item .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.imagen-carousel {
    width: 400px;
    height: 300px
}

.testimonio-imagen {
    height: 200px;
    width: 200px;
    margin: 10px 10px 20px 10px;
}

.testimonio-texto {
    max-width: 70%;
    font-size: 20px;
    text-align: center;
    font-family: "Share Tech Mono", monospace;
}

.testimonio-info {
    font-weight: bold;
    text-align: center;
}

.testimonio-info p {
    margin-bottom: 0;
}

.testimonio-footer .cliente {
    font-size: 1.2rem;
}

.testimonio-info .cargo {
    font-size: 0.9rem;
    color: #656060;

}

/* Contacto */

.contacto .container {
    max-width: 1100px;
    min-height: 200px;
    padding: 20px;
}

.contacto .rectangulo {
    margin-top: -5rem;
    background-color: rgb(12, 105, 66);
    border-radius: 10px;
    box-shadow: 0px 1px 4px 1px white;
}

.contacto .row {
    width: 100%;
    display: flex;
    align-items: center;
}

.contacto .descripcion {
    color: white;
    font-size: 1.2rem;
}

.contacto .button {
    color: white;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid white;
    padding: 1.25em 2em;
    margin: 10px;
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
}

.contacto button:hover {
    background-color: rgb(164, 228, 198);
    color: black;
  }

.contacto button i {
    color:chocolate
    font-size: 1.3rem;
    transition: all 0.2s ease-in-out;
    
}

.contacto button:hover i {
    color: black;
} 

/* Pie de pagina (footer) */

.footer {
    min-height: 500px;
}

.footer-logo {
    
    height: 200px;
    width: 200px;
    margin: 10px;
}

.footer-texto {
    font-size: 1.5rem;
    padding: 20px;
    margin-bottom: 30px;
    font-family: "Quicksand", sans-serif;
}

.iconos-redes-sociales a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 10px;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.2s ease-in;

}

.iconos-redes-sociales i {
    color: white;
    font-size: 1.5rem;
    transition: all 0.2s ease-in;
}

.iconos-redes-sociales a:hover {
    background-color: white;
    border: 2px solid rgb(13, 110, 253);
}

.iconos-redes-sociales a:hover i {
    color: black;
}

.derechos-de-autor {
    font-size: 15px;
    color: #aeaeae;
    padding: 10px;
}

/* Whatsapp Flotante */

 .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      animation: fadeInUp 1s ease;
    }

    .whatsapp-float a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background-color: #25d366;
      color: white;
      border-radius: 50%;
      font-size: 30px;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .whatsapp-float a:hover {
      background-color: #20ba5a;
      transform: scale(1.1);
    }

    /* Animación de entrada */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(40px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }



/* Adaptable (Responsivo) */

@media screen and (max-width: 400px) {
    .overlay p {
        font-size: 18px;
    }

    .overlay i {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .testimonio-imagen {
        height: 100px;
        width: 100px;
    }

    .testimonio-texto {
        font-size: 18px;
    }

}

@media screen and (min-width: 700px) {
    .hero-inferior-imagen {
        max-width: 300px;
    }
}