.modal-box-v.active-modal{
	display: block;
}
.modal-box-v{
	display: none;
}
.modal-v{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgb(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.fechar-modal-v{
	width: 40px;
	height: 40px;
	background-color:  #fc5c65;
	position: absolute;
	border-radius: 100px;
	top: -20px;
	right: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}


@media only screen and (max-width: 3000px){
	.modal-container-v{
	width: 500px;
	height: auto;
	position: relative;
	padding: 20px;
}
	.modal-container-v iframe{
	width: 400px;
	height: 250px;
}
}


@media only screen and (max-width: 600px){
	.modal-container-v{
	width: 500px;
	height: auto;
	position: relative;
	padding: 20px;
}
	.modal-container-v iframe{
	width: 400px;
	height: 250px;
}
}

@media only screen and (max-width: 400px){
	.modal-container-v{
	width: 400px;
	height: auto;
	position: relative;
	padding: 50px;
}
	.modal-container-v iframe{
	width: 300px;
	height: 199px;
}
}

@media only screen and (max-width: 360px){
	.modal-container-v{
	width: 320px;
	height: auto;
	position: relative;
	padding: 30px;
}
	.modal-container-v iframe{
	width: 250px;
	height: 180px;
}
}

.modal-container-v input{
	width: 100%;
	height: 40px;
	border: solid 1px #ccc;
	margin: 0 0 10px 0;
	font-size: 14px;
	padding: 10px;
}

