/* Barra de navegacion */
.navbar {
    padding: 1rem;
    background-color: white;
    /*c2d2ff*/
  }

  .Typewriter__cursor {
    color: black !important;
  }
  
  .navbar-collapse {
    align-items: center;
    justify-content: space-between;  
  }
  
  @font-face {
    font-family: 'Fuente9';
    src: url('fuentes/Vogue.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Fuente1';
    src: url('fuentes/HooneyVibes.ttf') format('truetype');
  }

  /* Estilos generales */
  
  section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  h1 {
    font-size: 6.5rem;
    /*font-family: 'Rubik Dirt', cursive;*/
    font-family: 'Fuente1';
  }
  
  /*Banner de sobre mi y parte de abajo*/
.seccion-oscura {
    color: white;
    background-color: black;
}
  
.seccion-titulo2{
    color: black;
    font-size: 3rem;
    padding: 15px 0;
    font-family: 'Fuente9';
}

  .seccion-clara {
    color: black;
    background-color: white;
  }
  
  .seccion-titulo1{
    font-size: 3rem;
    padding: 15px 0;
    font-family: 'Fuente9';
    color: white;
  }
  
  .seccion-descripcion {
    font-size: 1.2rem;
    color: #584e4e;
  }
  
  .seccion-texto {
    font-size: 1.2rem;
  }
  
  /*boton más proyectos*/
  .btn-info {
    font-size: 1.1rem;
    margin: 20px;
    background-color: black;
    border-color: black;
    color: white;

  }
  
  .btn-info:hover{
    font-size: 1.1rem;
    margin: 20px;
    background-color: white;
    border-color: black;
    color: black;
  }
  
  .texto-negro {
    color: black;
  }
  
  .texto-blanco {
    color: white;
  }
  
  /* Seccion Hero FOTO */
  
  .hero {
    background-color: white;
    min-height: 400px;
    text-align: center;

  }
  
  .hero-principal {
    padding: 1rem;
  }
  
  /*Foto*/
  .hero-imagen-desarrollador {
    width: 200px;
    height: 200px;
    margin: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2),
              0px 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .hero-principal h2 {
    font-size: 1.5rem;
    color: #615151;
  }
  
  /* Sobre mi */
  
  .sobre-mi {
    height: 400px;
    padding: 10px;
  }
  
  
  .sobre-mi .contenedor {
    max-width: 600px;
    text-align: center;
  }
  
  /* Experiencia */
  
  .experiencia {
    padding: 40px 40px 60px 40px;
  }
  
  .experiencia .columna {
    padding: 20px;
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.2s ease-in;
  }
  
      /*Cambia de color el fondo de la experiencia*/
  .experiencia .columna:hover {
    color: white;
    background-color: black;
  }
  
      /*Iconos de laptop*/
  .experiencia i {
    font-size: 2.5rem;
    color: white;
    background-color: black;
    padding: 8px 19px;
    border-radius: 50%;
    border: 2px solid white;
  }
  
  .experiencia-titulo {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .badges-contenedor {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .badge {
    margin: 5px;
    /*Utilizar  para cambiar los colores de los botones key words background-color: #gdloe*/
    background-color: black;
    color: white;
    border: 2px solid white;
  }
  
  /* Proyectos */
  
  .proyectos-recientes {
    padding: 40px;
  }
  
  .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;
  }
  
  .center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .center img {
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    display: block;
    transition: all 0.2s ease;
  }

  .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: 10px;
  }
  
  
  /* Testimonios */
  
  .testimonios {
    padding: 40px 40px 80px 40px;
  }
  
  .testimonios .carousel {
    max-width: 800px;
  }
  
  .carousel-item {
    height: 500px;
  }
  
  .carousel-item .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .testimonio-imagen {
    height: 150px;
    width: 150px;
    margin: 10px 10px 20px 10px;
  }
  
  .testimonio-texto {
    max-width: 70%;
    font-size: 20px;
    text-align: center;
    font-family: 'Share Tech Mono', monospace;
  }

  /*Seccion del titulo "Testimonios"*/
  .seccion-titulo{
    color: black;
    font-size: 2.5rem;
    padding: 15px 0;
    font-family: 'Fuente9';

  }
  
  .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: #aeaeae;
  }
  
  /* Contacto */
  
  .contacto .container {
    max-width: 1100px;
    min-height: 200px;
    padding: 20px;
  }
  
      /*Hablemos banner*/
  .contacto .rectangulo {
    margin-top: -5rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 1px black;
  }
  
  .contacto .row {
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .contacto .descripcion {
    color: black;
    font-size: 1.2rem;
  }
  
  .contacto button {
    color: black;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid black;
    padding: 1.25em 2em;
    margin: 10px;
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
  }
  
  .contacto button:hover {
    background-color: white;
    color: black;
  }
  
  .contacto button i {
    color: black;
    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: 80px;
    width: 80px;
    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: 20px;
  }



  
  /* 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: 120px;
      width: 120px;
    }
  
    .testimonio-texto {
      font-size: 18px;
    }
  }
  
  @media screen and (min-width: 700px) {
    .hero-inferior-imagen {
      max-width: 600px;
    }
  }