body{font-family: 'Effra-Regular' !important;line-height: 1.4em !important;background: #f6f6f6/* url(../images/backgroundLanding.jpg)no-repeat fixed*/;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
.horizon{ opacity:"0"; }

.firma{width: 100%;bottom:0;color:#999;text-align: left;margin:100px 0 0 0}
.firma a{color:#999;text-decoration: none;}
.firma a:hover{color:#fff;}
.noPadding{padding:0 !important}
.text-center{text-align: center !important}
.text-left{text-align: left !important}
.naranjaNio{background: #DE1827 !important;border-radius: 0px;padding:21.8px 0;border:none;font-weight: bold;font-size: 1.8em;color:#fff;width: auto;font-family: 'Effra-Regular';width: 100%;border-radius:0}
.naranjaNio:hover{color:yellow}
.marginTop{margin: 7% 0 0 0}
.panelForm{background:#fff/* url(../images/trans.png) !important*/;margin:10% 0 0% 0 !important;padding: 10% 10% 10% 10% !important;/*height: 100vh !important;*/box-shadow: 0px 0px 0px #fff;border:0;}
.bordeCajas{border: none;background: #fff;font-size: 1.2em}
.cajaBonita{padding:34px;font-size: 1.8em;font-family: 'Effra-Regular';border:none;border-radius: 0;}
.bordeCajas:focus{border: 2px dashed#333;}
.bienvenida{color:#fff !important;padding: 2% 0px 0 0px;margin:0 !important}
.bienvenida h1{color:#DE1827;font-family: 'Effra-Bold';font-size:4.5em;padding:0 !important;margin:0 !important}
.bienvenida h2{color:#333;font-family: 'Effra-Bold';font-size:3.5em;padding:0;margin:0}
.bienvenida p{font-size:1.5em;line-height: 25px;color:#444;}
.noBorde{border:none;margin:0}
.textoPie{font-size: 0.9em}
#formulario p{margin:0 0 10px 0;}
textarea{min-height: 150px !important;font-family: 'Roboto';font-size: 1.1em !important}
.codigoGenerado{background: #328bd4;padding:20px;color:#fff;font-size: 1.8em;}
.codigoGeneradoSesion{background: #0a8b6f;padding:20px;color:#fff;font-size: 1.2em;border-bottom:1px solid #066e58}
#contCodigo{display: none;}
.btnCopi{float:right;color:#fff;cursor:pointer}
.btn-copiar{background: #fff;color:#066e58;font-weight: bold;}

.titulosLinksPrevios{color:#f6f6f6;font-size:1.2em}
.linksContainer{margin-bottom:50px;max-height: 300px;overflow: auto;}
.contenedorCompleto{padding:0 40px}


#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 3em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
#messages{margin: 0 0 5px 0}
#messages p{margin:0;}

.dropzone 
{
	border: 2px dashed#999;
	border-radius: 5px;
	background:white;
	padding: 10%;
	margin: 0 0 15px 0 !important;
}
.dz-message h3{padding: 0 !important;margin:0 0 5px 0!important;}
.dz-message p{font-size: 1.2em}
.dz-message{text-align: center}

.carousel{margin-top:2% !important}
@media only screen and (max-width:768px)
{
	.bienvenida{padding:2% 0 0 0 !important;margin:0 0 30px 0 !important}
	.bienvenida h1{color:#DE1827;font-size: 3.0em;text-align: center;font-family: 'Effra-Bold';padding:0 !important}
	.bienvenida h2{color:#333;font-size: 2.0em;text-align: center;font-family: 'Effra-Bold';padding:0 !important}
	.bienvenida p{font-size:1.3em;line-height: 25px;text-align: center;margin:30px 0;}
	.codigoGenerado{background: #328bd4;padding:20px;color:#fff;font-size: 1.5em;}
	#botonCopia{padding: 20px;text-align: center;}
	#botonCopia a{float: left;}
	.btnCopi{float:right;color:#fff;cursor:pointer;margin:0 62px 0 0}
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}