/* Barra de navegacion */

.navbar {
  padding: 1rem;
  background-color: #f5f6f7;
}

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

/* Estilos generales */

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

h1 {
  font-size: 4rem;
  font-family: 'Dancing Script', cursive;
}

.seccion-oscura {
  color: white;
  background-color: #254B5E;
}

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

.seccion-titulo {
  font-size: 2rem;
  padding: 10px 0;
  margin-top: 20px;
  font-family: 'Raleway', sans-serif;
}

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

.seccion-texto {
  font-size: 1.5rem;
  font-family: 'Raleway', sans-serif;
}

.btn-info {
  font-size: 1.1rem;
  margin: 20px;
}

.texto-negro {
  color: black;
}

.texto-blanco {
  color: white;
}

.text-sobre-mi {
  font-family: 'Parisienne', cursive;
  font-size: 1.5em;
}

/* Seccion Hero */

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

.hero-principal {
  padding: 3rem;
}

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

.animation{
  font-family: 'Victor Mono', monospace;
}

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

.hero-inferior {
  width: 60%;
  min-height: 130px;
}

.cita{
  font-family: 'Grandiflora One', serif;
  font-size: 1.5em;
  font-weight: bold;
}


/* Participaciones  */

#participacion h2{
  margin-top: 40px;
}

#participacion {
  padding: 50px 40px 80px 40px;
}

#participacion.carousel {
  max-width: 800px;
}

#participacion .carousel-item {
  height: 450px;
}

#participacion .carousel-item .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#participacion .participacion-imagen {
  height: 400px;
  width: 600px;
}


/* Sobre mi */

.sobre-mi {
  height: 650px;
  padding-top: 45px;
  margin-top: 70px;
  margin-bottom: 80px;
}

.sobre-mi .contenedor {
  max-width: 700px;
  text-align: center;
}
.sobre-mi span{
  font-family: 'Raleway', sans-serif;
  color: black;
}

/* Experiencia */
#experiencia {
  min-height: 180px;
}

.experiencia {
  padding: 100px 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: #254B5E;
}

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

.experiencia-titulo {
  font-size: 25px;
  font-weight: bold;
  font-family: 'Source Serif 4', serif;
  margin: 10px 0;
}
.journal{
  text-decoration: none;
}

.journal:hover{
  color: white;
}

.badges-contenedor {
  font-size: 20px;
  font-family: 'Source Serif 4', serif;
  margin: 10px 0;
}

.badge {
  margin: 3px;
  color: black;
  background-color: #A7D1D0;
}

#proyectos {
  padding-top: 70px;
}

/* Proyectos */
.proyectos-recientes {
  padding: 25px;
}

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

.proyectos-contenedor {
  padding-top: 10px;
  margin-bottom: 30px;
}

.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;
}
.btn-more{
  border-radius: 20px;
  padding: 10px;
  background-color: #0a0a23;
  color: white;
}

/* Testimonios */
#testimonios {
  margin-top: 50px;
  min-height: 180px;
  margin-bottom: 50px;
}

.testimonios {
  padding: 70px 40px 80px 40px;
}

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

.testimonios .carousel-item {
  height: 500px;
}

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

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

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

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

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

.testimonios  .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: #546EAB;
  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;
  font-family: 'Share Tech Mono', monospace;
}

.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: white;
  color: black;
}

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

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

/* Pie de pagina (footer) */

footer {
  min-height: 300px;
}

.footer-logo {
  height: 80px;
  width: 90px;
  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;
  }
  .sobre-mi {
    height: 1400px;
    padding-top: 45px;
    margin-top: 70px;
    margin-bottom: 80px;
  }
  
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    display: none;
  }
  .sobre-mi {
    height: 660px;
    padding-top: 45px;
    margin-top: 70px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 800px) {
  .testimonio-imagen, .img-fluid {
    height: 120px;
    width: 120px;
  }

  .testimonio-texto {
    font-size: 18px;
  }
  .sobre-mi {
    height: 660px;
    padding-top: 45px;
    margin-top: 70px;
    margin-bottom: 80px;
  }
}

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