
        /* Estilos para o modal */
        .modal01, .modal02, .modal03, .modal04, .modal05, .modal06, .modal07, .modal08 {
            display: none;
            position: fixed;
            top: 0px;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85); /* Fundo escuro com opacidade */
            z-index: 100;
            overflow: auto;
        }

        .modal-content {
            position: relative;
            background-color: #fff;
            width: 1100px;
            max-width: 98%;
            margin: 100px auto;
  
			
			padding-bottom: 20px;
			padding-top: 20px;
			padding-left: 5px;
			padding-right: 5px;
			
			border:solid 2px;
    		box-shadow: 4px 4px 4px 2px black;
			
        }

        .close {
            position: absolute;
            top: 14px;
            right: 30px;
            font-size: 20px;
            cursor: pointer;
        }


		
		
		
.embed-container-modal {
         position: relative;
         padding-bottom: 56.25%;
         height: 0;
         overflow: hidden;
         max-width: 100%;
         height: auto;
         margin-top: 30px;
         margin-bottom: 30px;
    }
    .embed-container-modal iframe, .embed-container-modal object, .embed-container-modal embed {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
    }
		
		
