
body{
    color:#5c4d7d;
}

/*menu de navegaciÃ³n*/
.main-navigation{
    display: flex; 
    justify-content: flex-end;    
    align-items: center; 
    padding: 15px 30px; 
    background-color: #ffffff;
}

.menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; 
    gap: 30px; 
    margin-right: 20px; 
}

.menu li a{
    text-decoration: none; 
    color: #4c3f66; 
    font-weight: 500; 
    padding: 8px 15px; 
    border-radius: 20px; 
}

.menu-item a:hover{
    color: #ffffff;
    background-color: #3a245b;
    padding: 8px 15px;
    
}

.menu-item a:active{
    background-color: #4c3f66; 
    color: #ffffff; 
    
}

header{
   position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



/*logo arreglo*/

.site-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 70px;
    background-color: #ffffff;
    /*position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;*/

    
}

.custom-logo{
    width: 125px;
    height: auto;

}


/*footer*/

.site-footer{
    padding: 30px 30px;
    background-color: #F8F8F3;
}


h1,h2{
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

p, a, h3,h5{
      font-family: "Lato", sans-serif;

    
}

/*scrolling seccion portafolio*/
.scrolling-portafolio{
    overflow: hidden;
      position: relative;
      background: #ffffff;
      color: #4c3f66;
      height: 160px;
      display: flex;
      align-items: center;
}


.contenido-scrolling{
    display: flex;
      width: max-content;
      animation: contenido-scrolling 20s linear infinite;
}

.contenido-scrolling span{
    
      font-size: 40px;
      white-space: nowrap;
      font-style: italic;
      font-family: "Playfair Display", serif;
}

@keyframes contenido-scrolling {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-40%);
      }
    }


#menu-menu-secundario{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}


#menu-menu-secundario li a{
    text-decoration: none;
    color: #4c3f66;
    font-weight: 500;
    background-color: #F8F8F3;
    padding: 0;

}
#menu-menu-secundario a:active{
    color: #e3d2ff; 
    
}

#media_image-2 img{
    padding-bottom: 20px;
    width: 170px;
    height: auto;
}




/*boton entradas*/

.boton-entrada{
    color: #59437a;
    border: 1px solid #59437a;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
}

.boton-entrada:visited{
    color: #4c3f66;
}

.post-thumbnail img{
    border-radius: 15px;
    margin-bottom: 30px;
}

.item-datos-proyecto h4{
    font-size:1.2em;
}


/* Men¨² hamburguesa */
.menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}



/* responsivo m¨®vil */
@media screen and (max-width: 768px) {
  #site-navigation {
    display: block;
    text-align: center;
  }

  .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .menu-toggle {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    margin-top: 10px;
    padding: 0;
  }

  .nav-menu.active {
    display: flex;
  }
}

.titulo-entrada{
    padding-top: 80px;
    padding-bottom: 20px;
}

article h2 {
    font-family: "Lato", sans-serif;
}


.nav-previous a{
    color:#ffffff;
}
.nav-next a, span{
    color:#fffff;
}
.nav-next .nav-subtitle{
    color:#ffffff;
}
.nav-next a{
    color:#ffffff;
}


.menu-estilo li a {
  text-decoration: none;
  color: #59437a;
  font-weight: 400;
  padding: 8px 15px;
}

.menu-estilo li a:hover {
  color: #ffffff;
  background-color: #3a245b;
  border-radius: 30px;
}

.menu-estilo li a.active {
  color: var(--color-secundario) !important;
  font-weight: 400;
}
.menu-estilo {
    margin: 0;
}

.navbar-toggler {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0.5rem;
  position: relative;
  z-index: 1100;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  background-image: none !important;
}

.navbar-toggler-icon .bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.bar.top { top: 0; }
.bar.middle { top: 50%; transform: translateY(-50%); }
.bar.bottom { bottom: 0; }

.navbar-toggler[aria-expanded="true"] .top {
  top: 50%;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .middle {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom {
  top: 50%;
  transform: rotate(-45deg);
}


@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    padding: 0 2rem;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .navbar-collapse.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    padding: 1rem 2rem;
  }
}


