/* ==================================
            Musica
================================== */
.video {
	width: 99%;
	height: 500px;
	padding: 6px;
	margin: 5px;
	background-image: url(https://i.pinimg.com/1200x/8f/4d/0c/8f4d0c862a7b5df00d2355266b7f27f8.jpg);
	background-size: 100% 102%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	color: rgba(225, 225, 225, 1.0);
	position: relative;
  overflow: hidden;
}

.video iframe {
    position: absolute;

    top: 7%;
    left: 5%;

    width: 68%;
    height: 85%;

    border-radius: 20px;
    border: none;

    box-sizing: border-box;

    text-align:center;
}

.title-video{
    display:block;
    width:fit-content;

    margin:15px auto 0 auto;

    padding:10px 18px;

    background:#4ad5f8;

    border-top:2px solid #fff;
    border-left:2px solid #fff;

    border-right:2px solid #000;
    border-bottom:2px solid #42255a;

    font-size:1.6rem;
    color:#af108d;

    text-align:center;
}