*{
    margin: 0;
    padding: 0;
    font-family: Signika;
  }

  body{ 
    background: linear-gradient(to left, #410099 0% 50%, #D9CBEA 50% 50%);
    display: flex;
  }

/* stilo del menu */
.main-header{
  height: 50px;
  width: 96%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* background-color: white; */
  padding: 0 0.4rem;
  position: absolute;
  }
  .main-nav{
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    margin-left: -100%;
    transition: all .2s linear;
    background-color: rgba(0,0,0,.7);
    z-index: 100;
  }  
  
  .main-nav.show{
    margin-left: 0;
  }
  
  .nav-links{
    /* margin-top: 10%; */
    background-color: rgb(250,250,250);
    display: flex;
    font-family: cursive;
    flex-direction: column;
    width: 70%;
    height: 100%;
  }
  
  .centrar{
    height: 70vh;
    margin-top: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
  }
  
  .centrar li{
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
  }
  
  .link-item{
    margin-top: 2rem;
    color: #410099;
    text-decoration: none;
    font-weight: bold;
    position: relative;
  }
  
  .link-item::after {
    position: absolute;
    content: "";
    background-color: black;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 3px;
    transition: 0.3s ease all;
  }
  
  .link-item:hover::after {
    width: 100%;
  }
  
  .button-menu{
    z-index: 200;
    width: 40px;
    height: 40px;
    border: none;
    display: flex;
    background: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .button-menu span{
    width: 37px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: white;
    border-radius: 3px;
    transform-origin: 4px 0px;
    transition: all .2s linear;
  }
  
  .button-menu.close span {
    opacity: 1;
    transform: rotate(45deg) translate(0px, 0px);
    background:white;
  }
  
  .button-menu.close span:nth-child(2){
    transform: rotate(-45deg) translate(-8px, 5px);
  }
  
  .button-menu.close span:nth-child(3){
    display: none;
  }
  
  .logo{
    display: none;
  }
  
  .icons{
    display: flex;
    flex-direction: row;
    align-self: center;
    /* align-items: flex-end; */
    height: 30vh;
  }
  
  .icons img{
    width: 48px;
    padding: 5px;
  }


  @media screen and (min-width: 1025px) {

    .button-menu span{
      background:#410099;
    }


    .fondo{
      display: flex;
      flex-direction: column;
      align-items: center;
  }

    .logo{
        display: block;
    }

    .icons{
      display: none;
    }

    .button-menu{
      display: none;
    }
  
    .main-nav{
      /* position: relative; */
      margin-left: 0;
      /* flex-basis: 70%; */
      height: 15vh;
      width: 100%;
    }

    .centrar li{
      flex-direction: row;
      align-items: center;
    }

    .centrar{
      height: 0px;
      margin-top: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      align-self: center;
      background-color: blue;
    }
  
    .nav-links{
      width: 100vw;
      /* height: 15vh; */
      height: min(100% + 1px, 15vh);
    }

    .nav-links svg{
        width: 48px;
        height: 48px;
    }
  
    .link-item{
      display: inline-block;
      margin-top: 0;
      margin-right: 2rem;
    }

    .link-item::after {
      display: none;
    }
    
    .link-item:hover::after {
      display: none;
    }

  .link-item:hover{
    color: rgba(234,148,26);
  }
  
    .main-logo{
      flex-basis: 30%;
    }
}


  
/* estilo de la palabras de bienvenida */

.info-cont-entr-img {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  height: 90vh;
  margin-left: -14%;
}

.cont-entrada {
  width: 100%;
  height: 35%;
  margin-top: 0vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont-img-boss {
  width: 350px;
  height: 350px;
  margin-top: 5vh;
  background-image: url(IMG/leidy2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 200px;
  background-color: #8e3dff;
}

.cont-info{
  align-self: center;
}

.cont-info h1{
    padding: 2%;
    /* font-size: 4lvw; */
    color: white;
    text-align: center;
}

.cont-info p{
    color: white;
    padding: 2%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: 5%;
    text-align: center;
}

.cont-info a{
    color: #8e3dff;
    text-decoration: none;
}

.cont-info .a{
  color: white;
  text-decoration: none;
}

.cont-a{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.cont-a-servise{
    margin-top: 5%;
    border: 3px solid #8e3dff; 
    width: 40%;
    text-align: center;        
    padding: 10px;
    text-decoration: none;
    color: #410099;
    border-radius: 30px;
    font-weight: bold;
    display: inline-block;
}

.cont-a-contact{
    margin-top: 5%;
    border: 3px solid white; 
    width: 40%;
    text-align: center;        
    padding: 10px;
    text-decoration: none;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    display: inline-block;
  }

.cont-img-boss img{
    width: 50%;
}

@media screen and (min-width: 380px){
  .info-cont-entr-img{
    margin-left: 0%;
  }
}

@media screen and (min-width: 1025px) {
  body{ 
    background: linear-gradient(to left, #410099 0% 30%, #D9CBEA 30% 70%);
    display: flex;
  }

  .info-cont-entr-img{
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 85vh;
    margin-top: 15vh;
    margin-left: 0;
  }
  
  .cont-entrada{
      width: 50%;
      height: 85vh;
      display: flex;
      align-items: center;
      align-self: center;
  }
  
  .cont-info{
      display: flex;
      /* padding: 5%; */
      flex-direction: column;
      justify-content: center;
      align-self: center;
      position: absolute;
      height: 50%;
      width: 50%;
      z-index: 2;
  }

  .cont-img-boss{
    border-radius: 0px;
    background-color: inherit;
    margin-top: 0vh;
    width: 50%;
    height: 85vh;
  }
  .cont-info h1{
    text-align: inherit;
  }

  .cont-info p{
    text-align: inherit;
  }

  .cont-a{
    width: 100%;
  }
}
.button-menu{color: #8a37ff;}