/* Generales */
.full-width{
	width: 100%;
}

.table{display: table;}
.table-row{display: table-row;}
.table-cell{display: table-cell;}

	.table-cell.middle{vertical-align: middle;}

.eds .informacion .table-cell{
	width: 25%;
}
.inline-block{
	display:inline-block;	
}

.center{
	text-align: center;
}
.align-right{
	text-align: right;
}

.upper{
	text-transform: uppercase;
}

.red{
	color: #ff0033;
}

.higher{
	font-size: 1.5em !important;
}

.bold{
	font-weight: bold !important;
}
.notbold{
	font-weight: initial !important;
}

.dashed:after, .dashed:before{
	content: ' ';
	width: 90%;
	display: block;
	position: relative;
	border: 4px solid #ff0033;
	height: 12px;
	margin: 0 auto;
}
.dashed:after{
	border-top: none;
	margin-top: 26px;
}
.dashed:before{
	border-bottom: none;
	margin-bottom: 26px;
}

.lowercase{
	text-transform: lowercase;
}

/* MODS OF ORIGINAL */
#app-container #slides article.eds h2{
    margin: 30px auto .5em;
	font-family: 'FiraSansRegular';
	font-size: 20px;
    color: black;
    padding: 0 50px;
}

#app-container #slides article h3{
    margin: 0 auto 1.5em;
}

#app-container #slides #preenvio {
    display: none !important;
}

@media screen and (max-width: 768px) {
	#app-container #slides article.eds h2{
		padding: 0 30px;
	}
}

/* EDS */
article.eds{
	margin-bottom: 45px !important;
}
#slides article.eds {
	opacity: 1;
	transform: translateX(0);
}
#slides article.eds h3 {
    font-size: 18px;
    font-family: 'FiraSansLight', sans-serif;
    line-height: 1.2;
    margin-bottom: 0;
}
article.eds .wrapper{
	width: 90%;
	max-width: 790px;
	margin: 0 auto;
	padding: 0;
	height: auto;
}


/* Thanks */
article .thanks-bg{
	background-image: url('../images/eds/bg_image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	width: 100%;
	min-height: 267px;
	height: 267px;
}

article .thanks-bg-f{
	background-image: url('../images/eds/bg_image-f.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	min-height: 267px;
	height: 267px;
}

.thanks h2{
    font-size: 3em !important;
    text-transform: uppercase;
    color: #FFF !important;
    padding: 0 !important;
    margin: 0 !important;
}
.thanks h3{
	font-size: 1.5em !important;
    color: #FFF !important;
    font-weight: initial;
    margin: 0 !important;
}

/* Completado */
.completado h2{
	font-weight: bold !important;
	font-size: 1.5em !important;
}

.completado p{
	padding: 0 !important;
	line-height: 1.5em;
}

@media screen and (max-width: 600px) {
	.completado p{
		text-align: center;
	}
}

/*User data*/
.user-data.dashed{
	margin-top: 60px !important;
}
.user-data h2{
	margin-top: 0 !important;
	margin-bottom: .5em !important;
}
.user-data h3{
	margin-top: 0 !important;
}

.table-cell{
	padding: 6px 0;
}
.input-label{
	color: #aaa;
}
.input-label span{
	width: 92%;
	display: block;
	margin: 0 auto;
	font-size: .8em;
}
.input input{
	padding: 6px;
	border: 1px solid #000;
	width: 92%;
	font-size: .8em;
}

.text-warning {
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-warning span {
	margin-left: 10px;
}

@media screen and (max-width: 600px) {
	.text-warning span {
		display: none;
	}
}

/* SECURITY */
.security.eds{
	border-top: 1px solid #e5e5e5;
	margin-top: 30px !important;
}

.security h2{
	font-size: 1.2em !important;
	margin-bottom: 0 !important;
}

.security h3{
	font-size: 1em !important;
	margin-top: 8px !important;
	color: #aaa;
}

.home {
		float:left;
		opacity: 0.9;
		}
		
	.home_big {
		display: none;
		}
			
	.advices {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		overflow: hidden;
		}
			
		.advices-list {
			float: right;
			width: 45%;
			font-size: 0.9em;
			padding-top: 15px;
			padding-right: 30px;
			color: #393939;
			}
				
			.advices-list ul {
				list-style: none;
				padding-left: 0;
				}
				
			.advices-list ul li {
				line-height: 1.6em;
				margin-top: 30px;
				background-position: 0% 15%;
				background-repeat: no-repeat;
				padding-left: 35px;
				}
					
				.first-advice {
					background-image:url(../images/calculando/ico_1.png);
					}
						
				.second-advice {
					background-image:url(../images/calculando/ico_2.png);
					}
						
				.third-advice {
					background-image:url(../images/calculando/ico_3.png);
					}
						
				.fourth-advice {
					background-image:url(../images/calculando/ico_4.png);
					}

/* BURGLARS */
.burglars img{
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    max-width: 100%;
}

.burglars p{
	padding: initial !important;
	line-height: 24px;
	font-size: 16px;
}

@media screen and (max-width: 992px) {
	body{
		font-size: .7em;
	}

	article .thanks-bg{
		min-height: 186px;
		height: 186px;
	}

	.completado img{
		max-width: 76px;
	}

	.security .home{
		display: none;
	}

	.security .home_big{
		display: block;
	    position: relative;
	    float: none;
	    width: 100%;
	}	

	.security .home_big{
		display: block;
	}
	.security .advices-list{
	    width: 100%;
	    float: none;
	    padding: 0;
	    position: relative;
	    display: block;
	}
		.security .advices-list ul li{
			margin: 15px;
			line-height: 2.2em;
		}
		
}

@media screen and (max-width: 600px) {
	.completado img{
		display: none;
	}
	.burglars p{
		text-align: center;
	}
}

#app-container #slides article {
	display: block !important;
	position: inherit !important;
}


/*EDS*/

#app-container #slides article {
				display: block !important;
				position: inherit !important;
			}
			
			
.formulario-c2c{    
	display: block;
	width: 80%;
	margin: 5px auto 12px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border: 1px solid #CCC;
	background-color: #fff;
	border-radius: 30px;
	padding: 0 5px;
	max-width: 350px;    			
}


.formulario-c2c form{    				
	overflow: hidden;
}

.formulario-c2c input{   				
    border: none;
	outline: none;
	width: 55%;
	float: left;
	display: block;
	line-height: 58px;
	background-color: transparent;
	padding-left: 10px;
	text-align: center;
	height: 60px;
}

.formulario-c2c .formulario-c2c-boton{    				
    display: block;
	width: 45%;
	overflow: hidden;
	float: left;
}


.formulario-c2c-boton button{    				
	background-color: #ff0033;
	color: #FFF;
	border: none;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	font-size: 14px;
	width: 100%;
}


.formulario-privacidad{    				
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 2%;
}


.formulario-privacidad span{				
    display: inline;
	width: auto;
	margin: auto;
	font-size: 12px;
}

.formulario-privacidad a {    				
	color: #ff0033;
	font-size: 12px;
}

.popup-footer{    			
    width: 60%;
	padding: 40px 60px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	-o-transition: 0.4s cubic-bezier(0.47, 0, 0.55, 1);
	-ms-transition: 0.4s cubic-bezier(0.47, 0, 0.55, 1);
	-moz-transition: 0.4s cubic-bezier(0.47, 0, 0.55, 1);
	-webkit-transition: 0.4s cubic-bezier(0.47, 0, 0.55, 1);
	transition: 0.4s cubic-bezier(0.47, 0, 0.55, 1);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
					

.error-desktop,.error-sticky{
    display: block;
    color: #ff0033;
    text-align: center;
    margin: 5px 0;
    display: none;
}

/* WHATSAPP EN TKP */

.grey{
	
	background-color: #f6f6f6;
}

.whatsappNav {
	height: 150px ;
	border-bottom: 2px solid #ff0033;
	background-color: #f6f6f6 ;
	z-index: 4;
	}

.fija {
	width: 100% ;
	position: fixed ;
	top: 0 ;
}

.whatsappNav .titleNav { 
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	padding-top: 15px;
		}
					
.whatsappNav{
	display: none;
	
}				

   	 		 						
/* PARA MENÚ EN STICKY*/

@media screen and (max-width: 990px) {
	
	.whatsappNav{
		
		display: none;
	}
			
	.whatsappNav .formulario-c2c{
		
		width: 65%;
		font-size: 14px;
	}
	
	.whatsappNav .formulario-c2c-boton button{		
		font-size: 13px;
	}
	
}



#page>footer{
  position: relative;

}