/* .nav__bar{
    background-color: blue;
    height: 400px;
    padding: 5px;
} */
 /* nav bar */
 /* .nav__bar{
    position:inherit;
    z-index: 1;
    background-color: rgb(113, 235, 89);
    
 } */
 section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.seccion-oscura{
  color: white;
  background-color: #000007;
  /* text-align: center; */
}
.seccion-clara{
  color: black;
  background-color: white;
}
.seccion-titulo{
  font-size: 2rem;
  padding: 15px 0;
  font-family: Arial, Helvetica, sans-serif;
}
.seccion-texto{
  font-size: 1.2rem;

}

/* nav bar */
.redondeo {
   background-color: rgb(13, 110, 253);
  border-radius: 15px;
  box-shadow: 0px 4px 4px 4px rgba(224, 191, 2, 0.884);
  /*      Sup  Der  Inf  Izq*/
  margin: 10px 10px 0px 10px;
}
 
  .carousel-imagen{
    height: auto;
    width: 500px;
    /*      Sup  Der  Inf  Izq*/
    margin: 10px 10px 20px 10px;
  }
  
  .img-ul{
    list-style-image: url("../images/check2.png");
}

  
  
  /* proyectos */
  .proyecto {
    position: relative;
    height: 100px;
    /* background-color: blueviolet; */
    border: 10px solid transparent;
    border-image: linear-gradient(to bottom, #cbce0a 0%, #3a4ed5 100%) 1; 
    margin-top: 2%;
  }
  .proyectos-recientes {
    padding: 40px;
  }
  
  .proyectos-recientes img {
    height: 100%;
    width: 95%;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    
    transition: all 0.2s ease;
  }
  
  .proyectos-contenedor {
    padding-top: 30px;
    margin-bottom: 50px;
    
  }
  
  .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:hover img {
    opacity: 0.2;
  }
  
  .proyecto:hover .overlay {
    opacity: 1;
  }
  
  .overlay .iconos-contenedor {
    display: flex;
  }
  
  .overlay i {
    color: black;
    font-size: 60px;
    margin: 10px;
  }

  /* Contacto */

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

.contacto .rectangulo {
  margin-top: -4rem;
  background-color: rgb(13, 110, 253);
  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: 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: 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;
}


  .hero{
    position:relative;
    /* z-index: 0;
    /* top: 100px;  */
  }

  /* Adaptable (Responsive) */
@media screen and (max-width: 420px){
  .img-nav-logo{
  width: 200px;
  }
}
@media screen and (max-width: 316px){
  .img-nav-logo{
  width: 150px;
  }
}
@media screen and (max-width:420px){
  .carousel-imagen{
    height: 550px;
    width: 200px;
    
  }
}
@media screen and (max-width: 400px) {
  .overlay p {
    font-size: 18px;
  }

  .overlay i {
    font-size: 40px;
  }
}
@media screen and (max-width:400px) {
  .proyectos-recientes {
    padding: 1px;
  }
  
}
/* pagina conocenos */