body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.main-127{
display:flex;
opacity: 0;
pointer-events: none;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
   background-color: rgba(128, 128, 128, 0.3);
position: fixed;
z-index: 10;
transition: 0.5s;
}
.main-127 .modal{

    display: flex;
    width:70%;
    height: 75%;
    background-color: gray;
    flex-direction: column;
        background-color: white;
        border: solid 0.3vw #006EA1;
        border-radius: 1.2vw;
            overflow: hidden;
}
.modal .put-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 15%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 2.6vw;
     font-weight: 600;
       border-bottom: solid 0.3vw #006EA1;

}

#relleno{
    opacity: 0;
        width: 5%;
    height: 60%;
    margin-left: 2%;
}
#boton{
    display: flex;
    width: 5%;
    height: 60%;
    margin-right: 2%;
    justify-content: center;
    align-items: center;
    font-size: 2.5vw;
    cursor: pointer;
    border-radius: 0.3vw;
    background-color: black;
    color: white;
    transition: 0.5s;
}
#boton:hover{
transform: scale(1.5);
background-color: #006EA1;
    border-radius: 2vw;
    border: 0.4vw #012435;

}
.modal .desk{
    display: flex;
    width: 100%;
    height: 85%;
    position: relative;
    overflow: hidden;
 
    

}
.desk .put-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size:1.4vw;
    width: 65%;
    height: 100%;
     border-right: solid 0.3vw #006EA1;

     
}



.desk .put-btns{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 35%;
    height: 100%;
}
.put-btns .bt{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
width: 45%;
height: 15%;
background-color: #006EA1;
font-size: 1.1vw;
border-radius: 0.4vw;
cursor: pointer;
color: white;
transition: 0.5s;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.bt:hover{
    background-color: black;
    transform: scale(1.4);

}

.desk .container-servizes{
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
background-color: white;
    position: absolute;
    transition: 0.5s;

}

.container-servizes .main-info{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 80%;
    height: 60%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.925vw;
    overflow: auto;
}
.container-servizes .container-imge{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 40%;


}
.container-imge .imagen{
    display: flex;
    width: 280px;
    height: 60%;

}
.container-imge .flecha{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.7vw;
    width: 8%;
    height: 30%;
    cursor: pointer;
    background:none;
    border: none;
    transition: 0.5s;
}
#izq{
    margin-left: 2%;
}
#izq:hover{
    transform: scale(1.4);
    color: #006EA1;
}
#der{
    margin-right: 2%;
    opacity: 0;
}
.ver{
    
    opacity: 1 !important;
    pointer-events: auto !important;
}


.desk .container-how-llegar{
opacity: 0;
pointer-events: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
background-color: white;
    position: absolute;
    transition: 0.5s;


}
.container-how-llegar .container-frame{
display: flex;
width: 82%;
height: 80%;
border: solid gray 0.2vw;
border-radius: 0.2vw;

}
#w{
    font-size: 1.6vw;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#flech{
position:absolute;
left: 1%;
display: flex;
justify-content: center;
align-items: center;
bottom: 1%;
width: 3.5%;
height: 8%;
text-align: center;
font-size: 2.4vw;
border: none;
background: none;
cursor: pointer;
transition: 0.5s;
}
#flech:hover{
transform: scale(1.6);
color: orange;

}
 .desk .container-sede{
opacity: 0;
pointer-events: none;
    display: flex;
align-items: center;
justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
background-color: white;
    position: absolute;
    transition: 0.5s;
    
 }
 .container-sede .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 90%;

    border-radius: 0.5vw;
    overflow: hidden;
 }

 #flech1{
position:absolute;
left: 1%;
display: flex;
justify-content: center;
align-items: center;
bottom: 1%;
width: 3.5%;
height: 8%;
text-align: center;
font-size: 2.4vw;
border: none;
background: none;
cursor: pointer;
transition: 0.5s;
}
#flech1:hover{
    transform: scale(1.6);
color: orange;
}