body{
    text-align: center;
}




#show-modal{
 text-decoration: none;
 font-family: 'Rubik', sans-serif;
 font-weight: 500;
padding:3%;
border: none;
color: white;
background:#404040;
border-radius: 10px;
outline:none;
width:30%;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24); 
transition: all 0.15s linear;
}

#show-modal:hover{
  color: rgb(194, 78, 78);}
.modal{

    backdrop-filter:blur(32px);
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 999999999;
    background:rgba(12, 12, 12, 0.548);
    width: 100vw;
    height: 100vh;
}

.modal_1{

    backdrop-filter:blur(32px);
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 999999999;
    background:rgba(12, 12, 12, 0.548);
    width: 100vw;
    height: 100vh;
}
.content-modal{
    width: 100%;
    max-width: 500px;
    position: fixed;
    left: 50%;
    top: -100vh;
    transition:top 0.35 ease;
    margin-left:-250px;
 
    
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    border-radius: 2px;
    z-index: 999999;
}

.modal article{
    
   
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height:500px;
    background:white;
    border-radius: 30px;
}

.modal_1 article{
    
   
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height:500px;
    background:white;
    border-radius: 30px;
}

.clouse-modal{
    color:black;
    position : absolute;
    top: 0.2em;
    right:0.375em;
    margin: 0;
    padding:10px;
}

.modal:target{
    opacity: 0.9;
    top: 0;
}

.modal_1:target{
    opacity: 0.9;
    top: 0;
}

.modal .btn-clouse-modal{
    position: absolute;
    left: 0;
    width:100%;
    height:100%;
    z-index: 9999991;
}
.modal:target .content-modal{
    top: 50px;
    transition: top 0.35 ease;
}

.modal_1 .btn-clouse-modal{
    position: absolute;
    left: 0;
    width:100%;
    height:100%;
    z-index: 9999991;
}
.modal_1:target .content-modal{
    top: 50px;
    transition: top 0.35 ease;
}






.modalextra {
    text-align: center;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
   
}
.extra{display: flex;
    flex-direction: column;
border-left: 5px solid #707070;
align-items: center;
padding-left: 30px;}
    .extra label{margin-bottom: 20px;
                }
.extra input{
    border: 2px solid #707070;
    border-radius: 5px;
    padding: 5px;
}

.confirmar{font-family: 'Rubik', sans-serif;
    font-weight: 500;
    
    cursor: pointer;
width: 40%;
padding:3%;
border: none;
color: white;
background:#404040;
border-radius: 10px;
outline:none;
margin-left: 80px;
}

.confirmar:hover{
    transform: scaleX(1.1);
}



.extra label{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color:black;
}



@media screen and (max-width:712px){
    .content-modal{
        width: 300px;
        margin-left: -150px;
    }
    .modalextra{
        width:200px;
    }
}







