/* .tab {
    position: fixed;
    display: flex;
    left: 0;
    top: 10px;
    width: 7.375em;
    height: 6.375em;
    background-color: #ffffff;
    justify-content: center;
    color: #050505;
    cursor: pointer;
    transition: transform 0.5s;
    z-index: 100;
    clip-path: polygon(58% -1%, 100% 26%, 101% 72%, 61% 98%, -189% 99%, -2% 0%);
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  } */
  
  .footer {
    position: fixed;
    left: -60em;
    top: 10px;
    width: 40rem;
    height: 5rem;
    /* background-image: url(/img/icons/navBarMenu.svg); */
    /* background-position: right; */
    background-color:#fff;
    box-shadow: -5px -4px 4px 2px rgba(0, 0, 0, 0.25);
    transition: left 0.9s;
    box-sizing: border-box;
    z-index: 100;
    /* clip-path: polygon(58% -1%, 100% 26%, 101% 72%, 61% 98%, -189% 99%, -2% 0%); */

  }
.menu_title{
    color: var(--686059, #686059);
font-family: 'lato';
font-size: 1.5rem;
font-style: normal;
font-weight: 400;
line-height: normal;
transition: transform 0.5s;

}
.btn_menu{
  cursor: pointer;
}
.text_container{
    transition: transform 0.5s;
}
.menu_text{
    color: var(--686059, #686059);
font-family: 'lato';
font-size: 1.3rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.who_iam{
    color: var(--b-45-a-38, #B45A38);
font-family: 'Ysabeau Infant';
font-size: 1.3rem;
font-style: normal;
font-weight: 800;
line-height: normal;
}
  
  .tab_icon {
    margin-top: 1.5em;
    position: relative;
  }
  
  .contact_icons {
    justify-content: center;
  
  }
  
  .gap-4 {
    gap: 0rem !important;
  }
  
  .line_divicion {
    border: 0.1em solid #fff;
    width: 32em;
    margin-bottom: 0.5em;
    margin-left: 20%;
  }
  
  .contact_info {
    margin: 0 3.2em;
    font-size: 0.98em;
  
  }
  .forma{
    width: 2rem;
    height: 2rem;
    background-color: rgb(255, 255, 255);
   
    position: absolute;
    top: 50%;
    right: -2rem;

    transform: translateY(-50%);
    box-shadow: 5px 2px 10px 0px rgba(0, 0, 0, 0.25) ;
}

.forma::before, .forma::after{
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    border: none;
    position: absolute;
}
.forma::before{
    top: -1rem;
    left: -1rem;
    transform: rotate(37deg);
    box-shadow: 0px -5px 10px -4px rgba(0, 0, 0, 0.25);
    border: none;
}

.forma::after{
    bottom: -1rem;
    left: -1rem;
    transform: rotate(53deg);
    box-shadow: 8px 0px 10px -4px rgba(0, 0, 0, 0.25) ;
    border: none;
}
.icono_{
  z-index: 100;
}
.border_nav {
  border-left: 2px solid #D79A2A;
  
}
.border_nav_title{
border-right: 2px solid #D79A2A;
}
  @media(max-width: 500px) {
    footer{
      position: absolute;
    }
  }

  