.btnModal{
	padding: 8px 10px;
	margin: 30px;
	cursor: pointer;
	background-color: #222222;
	color: #888;
	font-weight: bold;
	border: none;
}

.contModal{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.contModal .modal{
    position: relative;
    width: 400px;
    height: 350px;
    background-color: #6b2137;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px;
    animation: animModal 1s ease;
}

.contModal .modal .closeModal{
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.contModal .modal .titleModal{
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 0.1px solid #ffffff50;
}

.contModal .modal .contenidoModal{
    font-size: 14px;
    overflow-y: scroll;
    height: 250px;
    margin-top: 15px;
}

@keyframes animModal{
    0%{
        opacity: 0.3;
        transform: scale(.5,.5);
    }
    100%{
        opacity: 1;
        transform: scale(1,1);
    }
}





.btnModa2{
    padding: 8px 10px;
    margin: 30px;
    cursor: pointer;
    background-color: #222222;
    color: #888;
    font-weight: bold;
    border: none;
}

.contModa2{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.contModa2 .moda2{
    position: relative;
    width: 400px;
    height: 350px;
    background-color: #6b2137;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px;
    animation: animModal 1s ease;
}

.contModa2 .moda2 .closeModa2{
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.contModa2 .moda2 .titleModa2{
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 0.1px solid #ffffff50;
}

.contModa2 .moda2 .contenidoModa2{
    font-size: 14px;
    overflow-y: scroll;
    height: 250px;
    margin-top: 15px;
}

@keyframes animModa2{
    0%{
        opacity: 0.3;
        transform: scale(.5,.5);
    }
    100%{
        opacity: 1;
        transform: scale(1,1);
    }
}




.btnModa3{
    padding: 8px 10px;
    margin: 30px;
    cursor: pointer;
    background-color: #222222;
    color: #888;
    font-weight: bold;
    border: none;
}

.contModa3{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.contModa3 .moda3{
    position: relative;
    width: 400px;
    height: 350px;
    background-color: #6b2137;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px;
    animation: animModal 1s ease;
}

.contModa3 .moda3 .closeModa3{
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.contModa3 .moda3 .titleModa3{
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 0.1px solid #ffffff50;
}

.contModa3 .moda3 .contenidoModa3{
    font-size: 14px;
    overflow-y: scroll;
    height: 250px;
    margin-top: 15px;
}

@keyframes animModa3{
    0%{
        opacity: 0.3;
        transform: scale(.5,.5);
    }
    100%{
        opacity: 1;
        transform: scale(1,1);
    }
}
