/*!
 * Materialize v0.97.5 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
#depoimento-1.modal, #depoimento-2.modal, #depoimento-3.modal{
	width: 60%;
}
.modal{
	display:none;
	position:fixed;
	left:0;
	right:0;
	padding:0;
	width:500px;
	margin:auto;
	overflow-y:auto;
	border-radius:0px;
	will-change:top, opacity
}
.modal .modal-content{
	padding: 30px 50px 40px;
	background: #fff;
}

@media only screen and (max-width: 992px){
	.modal{
		width:90%!important}
}
.modal .modal-content{
	padding: 1px 15px 10px;
	background: #fff;
}
.modal .modal-close{
	cursor:pointer
}
.modal .modal-footer{
	border-radius:0px;
	background-color:transparent;
	padding:0px;
	height:50px;
	width:100%
}
.modal .modal-footer .btn,.modal .modal-footer .btn-large,.modal .modal-footer .btn-flat{
	float:right;
	margin:6px 0
}
.lean-overlay{
	position:fixed;
	z-index:999;
	top:-100px;
	left:0;
	bottom:0;
	right:0;
	height:125%;
	width:100%;
	background:#000;
	display:none;
	will-change:opacity
}
.modal.modal-fixed-footer{
	padding:0;
	height:70%
}
.modal.modal-fixed-footer .modal-content{
	position:absolute;
	height:calc(100% - 56px);
	max-height:100%;
	width:100%;
	overflow-y:auto
}
.modal.modal-fixed-footer .modal-footer{
	border-top:1px solid rgba(0,0,0,0.1);
	position:absolute;
	bottom:0
}
.modal.bottom-sheet{
	top:auto;
	bottom:-100%;
	margin:0;
	width:100%;
	max-height:45%;
	border-radius:0;
	will-change:bottom, opacity
}
