.alerta1{
	width: ;
	height: auto;
	padding: 0;
	border-radius: 15px;
	/* position: fixed;
	margin-top: 40vh;
	margin-left: 30%; */
	z-index: 50;
	background-color: white;
    /* border: solid 1px gray; */
}
.alerta1 h4{
    padding: 7px 20px;
    border-radius: 15px 15px 0 0;
    background-color: rgb(8, 150, 197);
	color: white;
}
.alerta1 p{
    padding: 5px 20px;
    font-size: 20px;
	text-align: center;
}
.alerta1 input{
    position: center;
    margin-bottom: 10px;
}
.alerta1 span{
	margin-left: 5px;
}
.fondo_alerta1{
    /* width: 100%; */
    height: 100dvh;
    z-index: 49;
    background-color: rgba(0, 0, 0, 0.603);
    position: fixed;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px){
    .alerta1{
        width: 88%;
        margin-top: 30vh;
        margin-left: 5%;
        z-index: 50;
        background-color: rgb(54, 47, 47);
        border: solid 1px gray;
    }

}