/* Barra Navegacion */

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


 

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

/* Estilos generales */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}

h1{
  font-size: 2.5rem;
  font-family:'Rubik Dirt', cursive;
}

#btn-info{
  font-size: 1.1rem;
  color: white;
  margin: 40px;
  padding: 10px;
  background-color: #0b25b7;
  border-radius: 50px;
  border: none;
  font-family: Rubik Dirt;
}

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

.hero-principal{
  padding: 3rem;
}



.hero-imagen-perfil{
 
  width: 300px;
  max-width: 300px;
  
 
  border-radius: 50%;
  background-color:#CBCCDC;
 

  margin: 20px;
  
}

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


/* about-me */
.seccion-oscura{
  background-color: #0B25B7; /*1b1b32*/
  color: white;
}

.about-me{
  height: 500px;
  padding: 10px;
}

.about-me .container{
   
  max-width: 600px;
  text-align: center;
}

.about-titulo{
 font-size: 2rem;
 padding: 15px 0;
 font-family: 'Rubik Dirt', cursive;
}


.about-description{
  font-size: 1.2rem;
  padding: 5px;
}

/* experence */
.experiencia{
  padding: 40px 40px 60px 40px;
}

.experiencia .columna{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
  border: 2px solid #8080804d;
  transition: all 0.2s ease-in;
}
.experiencia .columna:hover{
  color: white;
  background-color: #0B25B7; /*1b1b32*/

}

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


.experiencia i{
  font-size: 2rem;
  color: #7ade30;
  background-color: #132695;  /*0a0a23*/
  border-radius: 50%;
  padding: 8px 17px;
 
  
}

.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;
}

/* Projects */

.project-update{
  padding: 40px;

}

.project-update img{
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
 
  transition: all 0.5s  ease-in;
}

.container-project{
  padding-top: 60px;
  margin-bottom: 40px;
}



.overlay{
  transition: all 0.5s ease-in;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 37,183, 1);
  padding: 1em;
  border-radius: 20px;
}


.overlay p{
  font-size: 1rem;
  /* font-weight: bold; */
  margin-bottom: 0;
  /* color: #0b25b7; */
  
  color: white;
}

.overlay h3{
  color: white;
}

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

.overlay i{
  color: #0B25B7;
  font-size: 60px;
  margin: 10px;
}


.project-card{
  position: relative;
  
}
.project-card:hover img{
  opacity: 0.9;
}
.project-card:hover .overlay{
  opacity: 1;
}


.project-title{
font-family: 'Rubik Dirt', cursive;
}

.project-description{
  
  font-size: 1.2rem;
  color: #584e4e;
}

/* Articulos */

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

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

.articulos .card-header{
  font-weight: bold;
  background-color: #0b25b7;
  color: white;
}
.article-title{
  font-family: 'Rubik Dirt', cursive;
}

/* Testimonios */

.testimonios{
  padding: 40px 40px 80px 40px;
}
.testimonios-title{
  font-family: 'Rubik Dirt', cursive;
}

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

.carousel-item{
  height: 500px;
}

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

.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;
}

.cliente-name{
  font-size: 1.2rem;
  text-align: center;
}

.cliente-cargo{
  font-size: 0.9rem;
  text-align: center;
  color: #656560;
}

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

.contacto .rectangulo{
  margin-top: -5rem;
  background-color: #132695; /*13,110,253*/
  border-radius: 10px;
  box-shadow: 0px 1px 4px 1px white;
}

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

contact-description{
  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.2 ease-in-out;

}

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

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

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

}
/* Footer */

footer{
  min-height: 500px;
}
.footer-container-social{
  
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 200px;
  max-width: 400px;
}

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

.footer-texto{
  font-size: 15px;
  padding: 20px;
  margin-bottom: 30px;
  font-family: 'Quicksand', sans-serif;
}
.footer-container-social 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;

}

.footer-container-social i{
  color: white;
  font-size: 1.5rem;
  transition: all 0.2s ease-in;
}

.footer-container-social a:hover{
  background-color: white;
  border: 2px solid rgb(13,110,253);

}

.footer-container-social a:hover i{
  color: black;

}

.copyright{
  font-size: 15px;
  padding: 20px;
  color: #aeaeae;
}

 
/* media query */


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


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

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

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

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

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