*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


/* Header superior */
.menu__item{
        margin-right: 1rem;
    list-style: none;
    position: relative;
    height: 100%;
    --clip: polygon(0 0, 100% 0, 100% 0, 0 0);
    --transform: rotate(-90deg);
}

.menu__item:hover{
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    --transform: rotate(0);
}

.menu__link:hover{
    background-color: #5e7094;
}

  .menu__nesting1{
        list-style: none;
        transition:clip-path .3s;
        clip-path: var(--clip);
        position: absolute;
        top: 2.5rem;
        left: -8rem;
        bottom: 0;
        width: 40rem;
        height: 65vh;
        border-radius: 10px;
        backdrop-filter: blur(20px);
        background-color: rgba(255,255,255, 0.285);
        box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
        background-color: rgba(255,255,255,0.4); 
        z-index: 10000;
    }
.Contenedor__nesting1{
    display: flex;
    width: 40rem;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.list__show {
    margin-top: .8rem;
    margin-left: 2rem;  
}

.list__show li{
    padding-bottom: .8rem;
}

.list__show li .nav_item {
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: bolder;
    color: #111; 
}

.img{
    width: 30rem;
    position: absolute;
    top: 1rem;
    left:12rem;
} 

.Text {
    border-radius: 50px;
    box-shadow:  6px 6px 12px #b8b1b1,  -6px -6px 12px #ffffff;                
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    width: auto;  
}

.Circle{
    position: absolute;
    clip-path: circle(26.4% at 44% 52%);
    cursor: pointer;
    transition: width height.4s ease-in-out;
}

.C1  {
    top: 2rem;
    left:  22.5rem;
    width: 1.1rem;
    height: 1.5rem;
    background-color: #FA7D09;
}

.Text1{
    top: 1.5rem;
    left:  23rem;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    font-size: 0.1px;
    color: #082032;
    width: 65px;
    height: 22px;
    transition: all 2s ease;  
}

.C2  {
    top: 2.8rem;
    left:  23.1rem;
    width: 1.1rem;
    height: 1.5rem;
    background-color: #041C32;
}

.Text2{
    top: 3rem;
    left:  19rem;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    font-size: .5rem;
    color: #082032;
    width: 60px;
    height: 22px;
    transition: all 2s ease;
}

.C3  {
    top: 4rem;
    left: 23.5rem;
    width: 1.1rem;
    height: 1.5rem;
    background-color: #f5f;
}

.Text3{
    top: 4rem;
    left:  25rem;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    font-size: .5rem;
    color: #082032;
    width: 60px;
    height: 22px;
    transition: all 2s ease;
}

.C4  {
    top: 5rem;
    left:  24rem;
    width: 1.1rem;
    height: 1.5rem;
    background-color: #f54;
}

.Text4{
    top: 5rem;
    left:  19rem;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    font-size: 0.1px;
    color: #082032;
    width: 60px;
    height: 22px;
    transition: all 2s ease;
}

.C5  {
    top: 6.1rem;
    left:  24.2rem;
    width: 1.1rem;
    height: 1.5rem;
    background-color: #B45;
}

.Text5{
    top: 6.2rem;
    left:  25.5rem;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    font-size: 0.1px;
    color: #082032;
    width: 60px;
    height: 22px;
    transition: all 2s ease;
}

.C6  {
    top: 7.3rem;
    left:  24.5rem;
    width: 1.1rem;
    height: 1.5rem;
    background-color: #f54;
}

.Text6{
    top: 7.8rem;
    left:  20rem;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    font-size: 0.1px;
    color: #082032;
    width: 65px;
    height: 22px;
    transition: all 2s ease;
}

.C7  {
    top: 16.4rem;
    left:  20.2rem;
    width: 1rem;
    height: 1rem;
    background-color: #f5f;
}

.Text7{
    font-size: 0.1px;
    top: 16rem;
    left: 17rem;
    color: #082032;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    width: 60px;
    height: 22px;
    transition: all 2s ease;
}

.C8  {
    top: 17rem;
    left:  22rem;
    background-color: #B45;
    width: 1.1rem;
    height: 1.5rem;                        
}

.Text8{
    font-size: 0.1px;
    font-weight: 600;
    width: 60px;
    height: 22px;
    top: 17rem;
    left: 24rem;
    color: #082032;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    transition: all 2s ease;
}

 .menu__nesting2{
    transition:clip-path .3s;
    clip-path: var(--clip);
      position: absolute;
    left:  -10rem;
    top: 2.5rem;
    width: 40rem;
    height: 90vh;
    list-style: none;
    background:none; 
    z-index: 100;
    background-color:#CEBC81;
    overflow: hidden;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    background-color: rgba(255,255,255, 0.285);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
    background-color: rgba(255,255,255,0.4); 
    }

.contenedor_agenda{
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(25px, 40px)) ;
    /*margin-left: 15rem; */
    gap: 7.5rem;
}

.figure{
    margin:.4rem .8rem;
    width: 12.4em;
    height: 9.7rem;
    background-color: #fff;
    backdrop-filter: blur(20px);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
    border: 0px rgba(255,255,255,0.4) solid;
    border-bottom: 0px rgba(40,40,40,0.35) solid;
    border-right: 0px rgba(40,40,40,0.35) solid;
    border-radius: 5px;
}

.figure_img{
    width: 10.4rem;
    height: 8rem;
        
}

.figure_caption {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #111;

}


/* Menu */

.Opcion__Principal {
    height: 100%;
    list-style: none;
    position: relative;
}

.Direccion__1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 35px;
    color: white;
    


}


/* diseño de Submenus  */

.Lista__SubMenu{
    width: 250px;
    display: flex;
    flex-direction: column;
    background: #fff ;
    position: absolute;
    top: 90px;
    left: -5px;
    padding: 14px 0px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 10;
    transition: all 300ms ease;
}

.Opcion__Principal:hover .Lista__SubMenu {
    visibility: visible;
    opacity: 1;
    top: 70px;

}

.Lista__SubMenu:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white;
    position: absolute;
    top: -12px;
    left: 20px;
}

.Direccion__2{
    display: block;
    color: black ;
    padding: 6px;
    padding-left: 14px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 300ms ease;
    font-weight:3.5 em;
}

.Direccion__2:hover {
    background: #162e44;
    color: #fff;
    transform: scale(1.1);
    padding-left: 30px;
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.icon__menu{
    font-size: 26px;
    color: white;
    width: 26px;
    height: 100%;
    align-items: center;
    display: none;
    padding: 15px;
}
#label__check{
    width: 26px;
    height: 100%;
    display: none;
}
#check__menu{
    display: none;
}

/* Diseño de parte main */
.Contenido_Principal{
    background-color: #fff;
    width: 100%;
}

.secciones_flexibles{
    display: flex;
    
}





@media screen and (max-width: 720px) {
    .container__menu{
        padding: 0px;
    }

    .search input{
        display: none;
    }

    .Header__Principal{
        padding: 10px;

    }

    .Lista{
        
       
        flex-direction: column;
        position: fixed;
        top: 180px;
        left: 0;
        z-index: 10;
        transition: all 300ms ease;
        background:#39DB6F ;
        width: 100%;
        height: 0;
        visibility: hidden;
        opacity: 0;
    }
    .Direccion__1:hover {
        transform: scale(1);
    }

    .Lista__SubMenu{
        left: 180px;
        width: 150px;
        
    }
    .Opcion__Principal:hover>.Lista__SubMenu{
        top: 50px;
    }

    #label__check{
        display: block;

    }

    .icon__menu{
        display: flex;
    }

    #check__menu:checked~ .Container__Lista>.Lista{
        height: 350px;
        visibility: visible;
        opacity: 1;

    } 

}



