/*Fuentes*/

.standardFont, input, select, option{
	font-family:Raleway,sans-serif;
	font-weight:600;
	font-size:15px;
	color: #5d5d5d;
}

.mainTitle{
	font-size:30px;
	line-height: 35px;
	margin-top: 0;
    margin-bottom: 0;
}
.normalLight{
	font-weight:500;
}
.smallCaps{
	font-variant:small-caps;
}

.fullRow{
	width:100%;
	
}

/*Simplemente es visual*/
.centerElement{
	margin: 20px 0px;
	text-align: center;
}
.elements{
	padding: 20px 0;
	/*text-align: center;*/
	display: inline-block;
	width:1100px;
	height: auto;
	overflow: hidden;
   
}
.elementVert{
	padding: 1% 0;
	width: 25%;
	float: left;
	display: block;
	/*border: solid 2px black;*/
	
}
.elementVert:hover{
	/*-ms-transition: all 200ms ease-in;*/
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1); /* Safari */
	-moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
	transition: all 200ms ease-in;
    transform: scale(1.1);
}
.elementVert img{
	width: 80%;
	height:auto;
}

/*ElementoIngles*/
.elementVertEN{
	padding: 1% 0;
	width: 25%;
	float: left;
	display: block;
	/*border: solid 2px black;*/
	
}
.elementVertEN:hover{
	/*-ms-transition: all 200ms ease-in;*/
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1); /* Safari */
	-moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
	transition: all 200ms ease-in;
    transform: scale(1.1);
}
.elementVertEN img{
	width: 80%;
	height:auto;
}


/*Elemento PORTUGAL*/
.elementVertPRT{
	padding: 1% 0;
	width: 25%;
	float: left;
	display: block;
	/*border: solid 2px black;*/
	
}
.elementVertPRT:hover{
	/*-ms-transition: all 200ms ease-in;*/
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1); /* Safari */
	-moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
	transition: all 200ms ease-in;
    transform: scale(1.1);
}
.elementVertPRT img{
	width: 80%;
	height:auto;
}

/*Fin elemento Portugal*/

/*ElementoIngles*/
.elementVertFR{
	padding: 1% 0;
	width: 25%;
	float: left;
	display: block;
	/*border: solid 2px black;*/
	
}
.elementVertFR:hover{
	/*-ms-transition: all 200ms ease-in;*/
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1); /* Safari */
	-moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
	transition: all 200ms ease-in;
    transform: scale(1.1);
}
.elementVertFR img{
	width: 80%;
	height:auto;
}

/*Fin elemento Frances*/
.hiddenData{
	visibility:hidden;
}
.paddingLeft{
	padding-right: 16px;
	vertical-align: middle;
}
.ConfirmDemo{
	
	text-align: left;
	width: 300px;
	display:inline-block;
	margin: 15px 0%;
	padding: 30px 70px;


	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
	/*box-shadow: 2px 2px 5px grey;*/
}


/*Formulario de Solicitud de DEMO*/
input{
	/*height: 20px;*/
	border-radius: 3px;
	box-sizing: border-box;
	outline:0px;
	border: 1px solid #cfcfcf;
	padding: 4px 15px!important;
	
}
input:focus, select:focus{
	border: 1px solid #e11421;
}
select{
	height: 26px;
}
.center{
	text-align:center;
}
.sRequestDemo{
	text-align: center;
	padding: auto;
	width:500px;
	display: inline-block;
}

.ajustContent{
	padding-left: 25px;
	text-align: left;
	vertical-align: top;
	display:inline-block;
	width: 500px;
	padding-top: 27px;
}
.imgFormDemo{
	margin-top: 2%;
	width: 25%;
}
#requestDemo{
	margin: 15px 0%;
	color: #5d5d5d;
	font-weight:600;
	
}
#requestDemo img{
	padding-right: 7px;
	vertical-align: middle;
	
}
#requestDemo span{
line-height: 30px;
	
}
.heightLine{
	height: 65px;
}

.sRequestDemo h2{
	font-variant: small-caps;
	font-weight:bolder;	

}
.fullLine{
	padding-top: 0.5%;
	width:100%;
	text-align: left;
	clear: both;
}
.fullLine input{
	clear: both;
	width:100%;
}
.hallfLineLeft{
	border: 0;
	padding-right: 2%;
	padding-top: 0.5%;
	clear: both;
	float: left;
	text-align: left;
	/*border: 1px black solid;*/
	width:48%;
	
	
}
.hallfLineLeft input{
	clear: left;
	float: left;
	
	
	width:99%;
	
}
.hallfLineLeft select{
	clear: left;
	float: left;
	
	
	width:100%;
	
}

.hallfLineRight{
	padding-top: 0.5%;
	text-align: left;
	border: 0;
	padding-left: 2%;
	width:48%;	
	float: left;

}
.hallfLineRight input{
	width:99%;
	float: left;

}
.hallfLineRight select{
	width:100%;
	float: left;

}

.SendDemo{
	margin-top: 4%;
	margin-bottom: 2%;
	padding: 1% 10%;
	background-color: #e11421;
	border: none;
	border-radius: 3px;
	height: 52px;
	color: white;
	/*box-shadow: 2px 2px 5px grey;*/
	cursor: pointer;
}
.SendDemo:hover{
	
	color: #e11421;
	background-color: #212121;
	
}

/**Comprobar campo Email correctamente formateado*/
input[type="email"]:required:valid{
 /*border:2px solid green;
 background-color:#D2FFB2;*/
 /* otras propiedades */
}
/*caso contrario, el color sera rojo*/
input[type="email"]:required:invalid{
 border:2px solid #AD371D;
 background-color: #FFB2B2;
 /* otras propiedades */
 
}

.goodCeckMail{
 border:2px solid green;
 background-color:#D2FFB2;
 }
.badCeckMail{
 border:2px solid #AD371D;
 background-color: #FFB2B2;
 }

/*Añadir clases auxiliares*/
.error{
	color: white;
	background-color: #AD371D;
}

.validateCPromo{
	background-color:#D2FFB2;
	border:2px solid green;
}
.noValidateCPromo{
	border:2px solid #AD371D;
	background-color: #FFB2B2;
}
.noElements{
	
	font-weight:700;
	font-size:20px;
}


@media (max-width: 767px) {
	.elements{
		width:50%;	
	}
	.elementVert{
		width: 100%;
	}
	.hallfLineRight{
		width:100%;
		padding-left: 0%;
		padding-right: 0%;
	}
	.hallfLineLeft{
		width:100%;
	}
	.sRequestDemo{
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
	.elements{
		width:75%;	
	}
	.elementVert{
		width: 50%;
	}
}
@media (min-width: 1024px) and (max-width: 1100px){
	.elements{
		width:90%;	
	}
	.elementVert{
		width: 25%;
	}
}

.blockInterface{
	margin:0;
	padding:0;
	position:absolute;
	float: left;
	top:-400px;
	left: 0;
	width:100%;
	height:500%;
	/*background: url(/gray.png) repeat;*/
	background: rgba(0, 0, 0, 0.6);
	/*background: black!important;
	opacity: 0.2;*/
	
}
.qodef-wrapper-inner{
}
#progressbar{
	position:absolute;
	top:25%;
    left: 50%;
	margin-top: -20px;
	margin-left:-325px;
	color: #e11421;
	background-color: white;
	width: 650px;
	z-index:1;
	padding: 30px 30px;
}
#cargador{
	height:80px;
	margin-left: -40px;
}

.formatBottom{
	margin-top: 20px;
	margin-bottom: 2%;
	padding: 1% 10%;
    background-color: #e11421;
    border: none;
    border-radius: 3px;
    height: 52px;
    color: white;
}
.fixedHeight{
	padding: 100px 0px
}

.msg_confirmation{
	padding: 20px 100px;
    /* text-align: center; */
    display: inline-block;
    height: auto;
    overflow: hidden;
    text-align: left;
	}
#progressbar{
	background-color: white;
}
#progressbar p{
	
	text-align: center;
	width: 650px;
	font-size: 25px;
	z-index:102;
}

.backgroundSup{

}
.modZindex{
	z-index: 99;
}

.contactFormCustomICG .qodef-column-inner  > p{
	margin-top: 0px;
	
}
.contactFormCustomICG .qodef-column-inner > p > input, .contactFormCustomICG > div > input, .contactFormCustomICG .qodef-column-inner > p  > textarea, .contactFormCustomICG .qodef-column-inner input, .contactFormCustomICG .qodef-column-inner textarea, .contactFormCustomICG input[type="email"]:required:invalid{
	width: 100%;
    margin-bottom: 24px;
    padding: 10px 15px;
    border: 1px solid #cfcfcf;
    outline: 0;
    font-family: Raleway,sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff;
    color: #797979;
	width: 100%;
}

.contactFormCustomICG .btn-sendCustom-From{
	background-color: #e11421;
	border-color: #e11421;
	color: white;
	text-transform: uppercase;
	display: inline-block;
    width: auto;
    height: 52px;
    line-height: 50px;
    padding: 0 35px;
	font-size: 13px;
    font-weight: 800;
    font-family: inherit;
    letter-spacing: 1px;
    color: #fff;
	cursor: pointer;
	transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
}
.contactFormCustomICG .btn-sendCustom-From:hover{
	background-color: black;
	border-color: black;
	color: #e11421;
}
.contactFormCustomICG .qodef-column-inner > div:first-child{
	font-size: 15px;
    font-weight: 600;
    color: #5d5d5d;
    position: relative;
    padding-left: 18px;
    margin-bottom: 3px;
    display: inline-block;
}
.contactFormCustomICG .qodef-column-inner > div:first-child:before{
	background-color: #e11421;
	position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    left: 0;
    top: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ocultarTemporalmente{
	display:none;
}

.qodef-title-subtitle-holder > .qodef-title-subtitle-holder-inner > h1{
	width: 67%;
	
}

.row-scale-075{
		transform: scale(1)!important;
		margin-top: 53px!important;
	}
/*Change Logo Header Size*/
.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
    height: 40px !important;
}

@media (min-widh: 1367px){
.qodef-title{
		height:350px!important;
	}
	.qodef-title .qodef-title-subtitle-holder-inner{
		display:block;
		margin-top: 0px;
	}


}
@media (max-width: 1366px){
	.qodef-title{
		height:150px!important;
	}
	.qodef-title .qodef-title-subtitle-holder-inner{
		/*display:none;*/
		margin-top: -125px;
	}
	.qodef-title-subtitle-holder > .qodef-title-subtitle-holder-inner > h1{
		font-size: 2.5em!important;
	}
	
	.row-scale-075{
		transform: scale(0.75)!important;
		    margin-top: -40px!important;
	}
	.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
		height: 32px !important;
	}
}

@media only screen and (max-width: 1024px){
	.qodef-title.qodef-has-background{
		height: 100px!important;
	}
	.qodef-content{
		margin-top: -100px!important;
	}
	.qodef-title-subtitle-holder > .qodef-title-subtitle-holder-inner > h1 {
		margin-top: 260px!important;
		font-size: 2.0em!important;
	}
	.row-scale-075{
		transform: scale(0.75)!important;
		    margin-top: 110px!important;
	}
	.qodef-title-holder > .qodef-container{
		height:250px!important;
	}
}

@media only screen and (max-width: 900px){
	.row-scale-075{
		
		    margin-top: 7vw!important;
	}
	.qodef-title-subtitle-holder > .qodef-title-subtitle-holder-inner > h1 {
		margin-top: 200px!important;
		font-size: 2.0em!important;
	}
}
@media (max-width: 767px){
	.row-main-feactures .wpb_column{
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
	}
	.row-scale-075{
		
		    margin-top: -25px!important;
	}
	.qodef-title-subtitle-holder > .qodef-title-subtitle-holder-inner > h1 {
		margin-top: 160px!important;
		font-size: 2.0em!important;
	}
	

}
