/*reset para smartphones y tablest al tab*/
button, a, label, input[type="radio"], input[type="checkbox"]{
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}
label{
	cursor: pointer !important;
}
div.contenedor-input{
	padding: 10px 0;
}
@-moz-keyframes waves-radio {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
@-webkit-keyframes waves-radio {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
@keyframes waves-radio {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
.modal-content input[type="radio"] {
	display: none;
}

.modal-content input[type="radio"] + label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
}
.modal-content input[type="radio"] + label:before, input[type="radio"] + label:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.modal-content input[type="radio"] + label:before {
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #26a69a;
	-moz-box-shadow: inset 0 0 0 18px white;
	-webkit-box-shadow: inset 0 0 0 18px white;
	box-shadow: inset 0 0 0 18px white;
	border: solid 2px #E0E0E0;
}
.modal-content input[type="radio"] + label:after {
	top: 49%;
	left: 9px;
	width: 54px;
	height: 54px;
	opacity: 0;
	background: rgba(0, 150, 36, 0.1) !important;
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.modal-content input[type="radio"]:checked + label:before {
	-moz-box-shadow: inset 0 0 0 4px #fff;
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	box-shadow: inset 0 0 0 4px #fff;
	border: solid 2px #26a69a;
}
.modal-content input[type="radio"]:checked + label:after {
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-moz-animation: waves-radio 1s none;
	-webkit-animation: waves-radio 1s none;
	animation: waves-radio 1s none;
}





.checkbox {
	position: relative;
	top: -0.375rem;
	margin: 0 1rem 0 0;
	cursor: pointer;
	outline: none;
}
.checkbox:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	width: 1rem;
	height: 1rem;
	border: 2px solid #E0E0E0;/*f2f2f2*/
}
.checkbox:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-color: #26a69a;
	border-top-style: none;
	border-right-style: none;
}
.checkbox:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	background: #fff;
	cursor: pointer;
}





.switch {
	display: inline-block;
	width: 40px;
	height: 16px;
	border-radius: 8px;
	background: #ccc;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	user-select: none;
	transition: background 350ms ease;
}
.switch:before, .switch:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transition: all 350ms cubic-bezier(0, 0.95, 0.38, 0.98), background 150ms ease;
}
.switch:before {
	background: rgba(128, 128, 128, 0.075);
	transform: translate3d(0, -50%, 0) scale(0);
}
.switch:after {
	background: grey;
	transform: translate3d(0, -50%, 0);
}
.switch:active:before {
	transform: translate3d(0, -50%, 0) scale(3);
}
/*cuerpo del swith*/
input:checked + .switch {
	background: #84c7c1;
}
input:checked + .switch:before {
	background: rgba(131, 177, 84, 0.075);/*131, 177, 84, 0.075*/
	transform: translate3d(100%, -50%, 0) scale(1);
}
/*cabeza del swith*/
input:checked + .switch:after {
	background: #26a69a;
	transform: translate3d(100%, -50%, 0);
}
/*riple effect green*/
input:checked + .switch:active:before {
	background: rgba(0, 150, 36, 0.1);
	transform: translate3d(100%, -50%, 0) scale(3);
}







/*normalizaion de titulos*/
div.title4{
	font-weight: 400;
	font-size: 2.28rem;
	line-height: 110%;
	margin: 0;
}
div.title5{
	font-weight: 400;
	font-size: 1.70rem;
	line-height: 110%;
	margin: 0;
}

/*IMPORTANTE*/
.btn {
	-webkit-tap-highlight-color: transparent;
	/*background-color: #1E88E5;*/
	border-radius: 2px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	outline: 0;
	padding: 0 1rem;
	tap-highlight-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
a.btn{
	font-weight: normal;
}
.btn-flat {
	color: #2196f3 !important;
	border-color: transparent !important;
	background-color: transparent !important;
	font-weight: 700;
}
.btn.btn-flat.disabled, .btn-flat:hover.disabled{
	color: #bdbdbd !important;
	background-color: transparent !important;
	cursor: default;
}
.btn-flat:hover {
	background-color: rgba(0,0,0,0.12) !important;
}


/* The Modal (background) */

.modal-bg{
	display: none;
	position: fixed;
	z-index: 3; /* Sit on top */
	padding-top: 5%; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}
/*div{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
.modal-bg p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.modal-header {
	padding: 24px 24px 12px 24px;
	background-color: #fafafa;
	border: none;
}
/*.modal-header h4{margin: 0 !important;}*/
.modal-content {
	padding: 12px 24px 24px 24px;
	color: #555;
	background-color: #fafafa;
	border: none;
	line-height: 1.5;
}
.modal-content.footer-fixed{
	max-height: 200px;
	overflow-y: auto;
	border-bottom: solid 1px #bdbdbd;
}
.fullScreen .modal-footer {
	position: absolute;
	top: 0;
	right: 0;
}
.modal-footer {
	padding: 8px 8px;
	text-align: right;
	background-color: #fafafa;
	border: none;
}


@media only screen and (max-width: 600px) {
	.modal.chico, .modal.mediano, .modalBot.chico{
		width: 85% !important;
	}
	.modal, .modalBot.chico, .modalBot {
		width: 85% !important;
		margin-top: 20% !important;
	}
	div.title4{
		font-size: 1.64rem;
		line-height: 110%;
		font-weight: 400;
		margin: 0;
	}
}

.modal.chico, .modalBot.chico{
	width: 20%;
}
.modal.mediano{
	width: 40%;
}
/*DEFAULT*/
.modal {
	position: relative;
	margin: auto;
	overflow: hidden;
	width: 55%;
	max-height: 70%;
	padding: 0;
	border-width: 0;
	border-radius: 2px;
	background: transparent;
	z-index: 4 !important;
	text-align: left;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn; 

	animation-duration: 0.25s;  
	-webkit-animation-duration: 0.25s;

	animation-timing-function: ease-in-out; 
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;   
	}
	100% {
		transform: scale(1);
		opacity: 1; 
	} 
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;   
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1; 
	}
}
.fullScreen {
	position: absolute;
	/*margin: auto;*/
	top: 0;
	left: 0;
	overflow-y: scroll;
	width: 100%;
	height: 800px;
	padding: 0;
	/*border-width: 0;*/
	border-radius: 2px;
	background: #fafafa;
	z-index: 4 !important;
	text-align: left;
	
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn; 

	animation-duration: 0.25s;  
	-webkit-animation-duration: 0.25s;

	animation-timing-function: ease-in-out; 
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}
.label {
	font-size: 1.5em;
}









/* Css para el
 modal que se desplaza
 desde arriba y cae.
*/

.modalTop {
	overflow: hidden;
	width: 55%;
	max-height: 70%;
	padding: 0;
	border-width: 0;
	border-radius: 5px;
	background: transparent;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	margin: auto;

	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Animacion viene desde arriba y cae */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}



/* Css para el
 modal que se desplaza
 desde abajo y sube.
*/

.modalBot {
	overflow: hidden;
	width: 55%;
	max-height: 70%;
	padding: 0;
	border-width: 0;
	border-radius: 5px;
	background: transparent;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	margin: auto;

	-webkit-animation-name: animatebot;
	-webkit-animation-duration: 0.4s;
	animation-name: animatebot;
	animation-duration: 0.4s
}

/* Animacion viene desde arriba y cae */
@-webkit-keyframes animatebot {
	from {bottom:-300px; opacity:0}
	to {bottom:0; opacity:1}
}

@keyframes animatebot {
	from {bottom:-300px; opacity:0}
	to {bottom:0; opacity:1}
}



/* Css para el
 modal que se desplaza
 de izquierda a derecha.
*/

.modalLeft {
	overflow: hidden;
	width: 55%;
	max-width: 70%;
	padding: 0;
	border-width: 0;
	border-radius: 5px;
	background: transparent;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	margin: auto;

	-webkit-animation-name: animateleft;
	-webkit-animation-duration: 0.4s;
	animation-name: animateleft;
	animation-duration: 0.4s
}

/* Animacion viene desde arriba y cae */
@-webkit-keyframes animateleft {
	from {left:-300px; opacity:0}
	to {left:0; opacity:1}
}

@keyframes animateleft {
	from {left:-300px; opacity:0}
	to {left:0; opacity:1}
}



/* Css para el
 modal que se desplaza
 de derecha a izquierda.
*/

.modalRight {
	overflow: hidden;
	width: 55%;
	max-width: 70%;
	padding: 0;
	border-width: 0;
	border-radius: 5px;
	background: transparent;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	margin: auto;

	-webkit-animation-name: animateright;
	-webkit-animation-duration: 0.4s;
	animation-name: animateright;
	animation-duration: 0.4s
}

/* Animacion viene desde arriba y cae */
@-webkit-keyframes animateright {
	from {right:-300px; opacity:0}
	to {right:0; opacity:1}
}

@keyframes animateright {
	from {right:-300px; opacity:0}
	to {right:0; opacity:1}
}