/* Barra de navegacion */

.navbar {
  padding: 2rem;
  background-color: #b19cee;
}

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

nav .nav-item .nav-link {
  color: #000000;
  font-weight: bold;
}
/* Estilos generales */

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

h1 {
  font-size: 2.5rem;
  /* font-family: 'fantasy', cursive; */
  font-family: 'DM Serif Text', cursive, bold;
  color: rgb(77, 16, 138);
}

.Typewriter__wrapper{
  color: #030303;
  font-family: 'DM Serif Text', cursive;
  /* font-family: 'fantasy', cursive; */
}
.seccion-oscura {
  color: rgb(89, 24, 175);
  background-color: #8dbde4;
}

.seccion-clara {
  color: black;
  background-color: #8D72E1;
}

.seccion-titulo {
  font-size: 1.7rem;
  padding: 11px 0;
  font-family: 'Martian Mono', monospace;
  color: rgb(68, 1, 131);
}

.seccion-descripcion {
  font-size: 1rem;
  color: #000000;
}

.seccion-texto {
  font-size: 1.4rem;
  display: flex;
  color: rgb(68, 1, 131);
  

}

.btn-info {
  font-size: 1.1rem;
  margin: 20px;
 background-color: #b291f0;
 border-color: black;
}

.badge {
  background-color: #52248a;
}

.texto-negro {
  color: black;
}

.texto-blanco {
  color: rgb(0, 0, 0);
}

/* Seccion Hero */

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

.hero-principal {
  padding: 3rem;
}

.hero-imagen-desarrollador {
  width: 200px;
  height: 200px;
  margin: 20px;
}

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

/* Sobre mi */

.sobre-mi {
  height: 500px;
  padding: 10px;
  background-color: #b19cee;
}

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

/* Experiencia */

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

/* borde de experiencia, desarrollo web, podcast etc */
.experiencia .columna {
  padding: 20px;
  border: 5px solid #000000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in;
}

.experiencia .columna:hover {
  color: rgb(163, 129, 247);
  background-color: #4f1886;
}

.experiencia i {
  font-size: 3.5rem;
  color: #7fe1ee;
  background-color: #0c0c2a;
  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: 5px;
}



/* Proyectos */

.imgmake {
 width: 10px;
 height: 10px;
}

.proyectos-recientes {
  padding: 40px;
}

.proyectos-recientes img {
  height: 300px;
  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: 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;
}

/* Articulos */

.articulos {
  min-height: 500px;
  padding: 30px;
  background-color: #b19cee;
}

.articulos .card {
  width: 80%;
  max-width: 600px;
  margin: 20px;
  background-color:rgb(153, 131, 235)
}

.articulos .card-header {
  font-weight: bold;
  background-color:rgb(153, 131, 235)
}

/* 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;
}

.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: 1rem;
  color: #fefeff;
}

/* Contacto */

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

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

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

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

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

.contacto button:hover {
  background-color: #a363e2;
  color: black;
}

.contacto button i {
  color: rgb(255, 255, 255);
  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: #4f1886;
  border: 2px solid rgb(255, 255, 255);
}

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

.derechos-de-autor {
  font-size: 18px;
  color: rgb(72, 3, 136);
  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;
    height: 600%;
  }
}


