.botonad{
cursor:pointer;
background:#418EcE;
color:white;
border-radius:30px;
padding: 15px 25px 15px 25px;
width: 90%;
font-weight: bold;
  }  
.sedemodalin {
width:100%; 
height:100%; 
background: rgba(0, 0, 0, 0.7);
position:fixed;
top:0;
left:0;
display:none;
text-align:left;
z-index:5000;    
justify-content: center;
align-items: center;
border: 0px solid #E6E6E6;
overflow:auto;
box-sizing: border-box;
scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
scrollbar-width: thin;
}
.sedemodalin::-webkit-scrollbar {
-webkit-appearance: none;
}
.sedemodalin::-webkit-scrollbar:vertical {
width:100%;
}
.sedemodalin::-webkit-scrollbar-button:increment,.sedemodalin::-webkit-scrollbar-button {
display: none;
} 
.sedemodalin::-webkit-scrollbar:horizontal {
height: 100%;
}
.sedemodalin::-webkit-scrollbar-thumb {
background-color: #797979;
border-radius: 100%;
border: 100% solid #f1f2f3;
}
.sedemodalin::-webkit-scrollbar-track {
border-radius: 100%;  
} 

.centro{
background: transparent;
position: relative;
z-index:1;
width: 100%;
height: 99vh;
display: flex;
justify-content: center;
align-items: center;
}
.notifierror{
position: relative;    
color:white;
font-weight: bold;
font-size: 1.1vw;
background: #B40404;
padding: 1% 2px 1% 2px;
text-align:center;    
}
.boton_cerrar{
background: transparent;
color:black;
border:transparent;
font-size:150%;
position: absolute;
top:2%;
left:95%;   
cursor:pointer;
}

.boton_ingresar{
background: transparent;
color:black;
border:transparent;
font-size:150%;
position: absolute;
top:2%;
left:90%;   
cursor:pointer;    
}

.boton_cerrar1{
background: transparent;
color:black;
border:transparent;
font-size:150%;
position: absolute;
top:-15%;
left:95%;  
cursor:pointer;
}

.notitodo{
color:white;
font-weight: bold;
font-size: 1.3vw;
background: red; 
padding: 5px 5px 5px 5px;
text-align:center;
}
/*titulo principal*/
.div_ti_prin{
background:#E6E6E6;
width: 100%;
border-top-left-radius: 18px;
border-top-right-radius: 18px;
}
.div_titulo{
padding: 10px 23px 5px 23px;
color:#418EcE;
font-weight: bold;
font-size: 130%;
}
.div_sub_titu{
padding: 0 23px 8px 23px;
font-size: 85%;
font-weight: bold;
color:#6E6E6E;
text-align: justify;
}

.restcla{
color:#418EcE;
font-weight: bold;
cursor: pointer;    
}
.restcla:hover{
color:#B40404;    
}