@font-face {
    font-family:"Bw Modelica Black";
    src:url("BwModelica-Black.woff2") format("woff2"),url("BwModelica-Black.woff") format("woff"),url("BwModelica-Black.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Black Italic";
    src:url("BwModelica-BlackItalic.woff2") format("woff2"),url("BwModelica-BlackItalic.woff") format("woff"),url("BwModelica-BlackItalic.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Bold";
    src:url("BwModelica-Bold.woff2") format("woff2"),url("BwModelica-Bold.woff") format("woff"),url("BwModelica-Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Bold Italic";
    src:url("BwModelica-BoldItalic.woff2") format("woff2"),url("BwModelica-BoldItalic.woff") format("woff"),url("BwModelica-BoldItalic.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica ExtraBold";
    src:url("BwModelica-ExtraBold.woff2") format("woff2"),url("BwModelica-ExtraBold.woff") format("woff"),url("BwModelica-ExtraBold.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica ExtraBold Italic";
    src:url("BwModelica-ExtraBoldItalic.woff2") format("woff2"),url("BwModelica-ExtraBoldItalic.woff") format("woff"),url("BwModelica-ExtraBoldItalic.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Hairline";
    src:url("BwModelica-Hairline.woff2") format("woff2"),url("BwModelica-Hairline.woff") format("woff"),url("BwModelica-Hairline.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Light";
    src:url("BwModelica-Light.woff2") format("woff2"),url("BwModelica-Light.woff") format("woff"),url("BwModelica-Light.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Light Italic";
    src:url("BwModelica-LightItalic.woff2") format("woff2"),url("BwModelica-LightItalic.woff") format("woff"),url("BwModelica-LightItalic.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Medium";
    src:url("BwModelica-Medium.woff2") format("woff2"),url("BwModelica-Medium.woff") format("woff"),url("BwModelica-Medium.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Medium Italic";
    src:url("BwModelica-MediumItalic.woff2") format("woff2"),url("BwModelica-MediumItalic.woff") format("woff"),url("BwModelica-MediumItalic.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Regular";
    src:url("BwModelica-Regular.woff2") format("woff2"),url("BwModelica-Regular.woff") format("woff"),url("BwModelica-Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Regular Italic";
    src:url("BwModelica-RegularItalic.woff2") format("woff2"),url("BwModelica-RegularItalic.woff") format("woff"),url("BwModelica-RegularItalic.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Thin";
    src:url("BwModelica-Thin.woff2") format("woff2"),url("BwModelica-Thin.woff") format("woff"),url("BwModelica-Thin.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Bw Modelica Thin Italic";
    src:url("BwModelica-ThinItalic.woff2") format("woff2"),url("BwModelica-ThinItalic.woff") format("woff"),url("BwModelica-ThinItalic.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@-ms-viewport {
	width: device-width;
	zoom: 1.0;
	max-zoom: 1.0;
}

@viewport {
	width: device-width;
	zoom: 1.0;
	max-zoom: 1.0;
}



html, body{
	width: 100%;
/* 	height: 100%; */
	min-height: calc(100vh);
	background: #272727;
	font-family: 'Bw Modelica Regular', 'Monserrat', Arial, sans-serif;
	overflow-x: hidden;
}
:root{
	--font-family-sans-serif: 'Bw Modelica Regular', 'Monserrat', sans-serif;
}

/*
*::-webkit-scrollbar { width: 0 !important }
* { -ms-overflow-style: none; overflow: -moz-scrollbars-none; }
*/

body:before{
	content: '';
	width: 100%;
	height: 100%;
	height: calc(100vh);
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(38, 38, 38, 0.76);
	opacity: 0;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Bw Modelica Bold', 'Bw Modelica Regular', 'Monserrat', Arial, sans-serif;
}
body, p, .navbar, .brand, .alert, a, .td-name, td, button.close {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Bw Modelica Regular', 'Bw Modelica Regular', 'Monserrat', Arial, sans-serif;
}

#primaryContainer{
	width: 100%;
/* 	height: 100%; */
	min-height: 100%;
/* 	min-height: calc(100vh); */
	display: block;
	position: relative;
}
table.center2,
table.center2 tr,
table.center2 tr td{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
table.center2 tr td .content{
	text-align: left;
	margin-top: 0px;
}
.ida-row{
	display: flex;
	flex-wrap: wrap;
}
.btn, button{
	max-width: inherit !important;
}
table.center2 td, table.center2 th, table.center2 td, table.center2 th{
	padding: inherit !important;
}

.form-error-msn{
	padding: 8px;
	font-style: italic;
	font-size: 90%;
	color: darkorange;
	text-align: right;
}
.form-error-msn.terminos{
	position: absolute;
    width: 100%;
    margin-top: -29px;
}
.space{
	display: block;
	padding: 6px;
}
.spaceTB{
	margin: 6px 0px;
}
.falseInput{
	position: absolute;
	visibility: hidden;
	height: 0;
}
.input-file .form-control{
	cursor: pointer;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label{
	font-size: 15px;
	text-indent: 0px;
	line-height: 12px;
}

.input-group-btn .btn{
	padding: 9px 16px;
}
.footer{
	overflow: hidden;
}

.main-panel .content {
    padding: 30px 15px;
    min-height: calc(96vh - 123px);
}

/* #f99b00 */
.text-info, .text-info:hover {
    color: #fc0 !important;
}
/*
.btn-warning{
	border: 1px solid #b8a899;
    background-color: #b8a899;
}
*/
.btn-info/*
,
.btn-default
*/{
	border: 1px solid #fc0;
    background-color: #fc0;
    
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle{
	border: 1px solid #f99b00;
    background-color: #f99b00;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open>.btn.dropdown-toggle{
	border: 1px solid #f99b00;
    background-color: #f99b00;
}

/*
.sweet-alert .icon.success{
	border: #808080;
}

/* swetpop 
.sweet-alert .icon.success .line{
	background-color: #fc0;
}
.sweet-alert .icon.success .placeholder{
	border: 4px solid rgba(26, 135, 230, 0.2);
}
*/
a {
    color: #fff;
    
    -webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
a:hover {
    color: #fff;
}

footer a{
	color: #fff;
}
.texRight{
	text-align: right;
}
.texLeft{
	text-align: left;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.tns-inner{
	margin: 0px !important;
}
.noMargin{
	height: 1px;
}
.dnone{
	display: none !important;
}
.op0{
	opacity: 0 !important;
}
.fLight{
	font-family: 'Bw Modelica Light';
}
.fRegular{
	font-family: 'Bw Modelica Regular';
}
.fBold{
	font-family: 'Bw Modelica Bold';
}
.fBlack{
	font-family: 'Bw Modelica Black';
}
.cNaranja{
	color: #ff6600;
}
body{
	background-position: center center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size: cover;
}
.bl ul:last-child{
	margin-bottom: 0px !important;
}
.bl ul{
	list-style: none;
	padding-inline-start: 15px;
}
.bl ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.hide{
	display: none;
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
}
.tns-outer [aria-controls], .tns-outer [data-action]{
	cursor: pointer;
    border: 0px none;
    color: #444;
    background-color: rgb(256,256,256,0.2);
    position: absolute;
    z-index: 800;
    
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.tns-outer [aria-controls]:hover, .tns-outer [data-action]:hover{
	background-color: rgb(256,256,256,0.8);
}





/* Clases de colores dinamicos */
.colDin1{}
.colDin1-op{}
.colDin1-back{}
.colDin1-back-op{}






#lineaIzquierda, #lineaDerecha{
	width: 1px;
	height: calc(100vh);
	display: inline-block;
	position: fixed;
	top: 0px;
	left: 90px;
	right: auto;
	background-color: rgb(255,255,255,0.55);
	z-index: 998;
}
#lineaDerecha{
	left: auto;
	right: 90px;
}





/* Estilos del sitio web y las secciones */
/* --- GENERAL -- */
div, span, img, ul, footer, nav{
	vertical-align: top;
}

.mboxG{
	width: 100%;
	height: auto;
	min-height: 14px;
	display: block;
	position: relative;
/* 	min-height: calc(100vh); */
/*     background: url(../img/body_fondo.jpg) no-repeat center center; */
    background-size: cover;
    overflow-x: hidden;
}
	.mboxC{
		width: calc(100% - 180px);
		height: auto;
		display: inline-block;
		position: relative;
		left: 90px;
		top: 0px;
		min-height: 14px;
/* 		border-top: 1px solid rgba(255, 255, 255, 0.55); */
	}
	.mboxI,
	.mboxD{
		width: 90px;
		height: 100%;
		display: inline-block;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 990;
		height: auto;
	}
	.mboxD{
		left: auto;
		right: 0px;
	}
	.mboxI_in,
	.mboxD_in{
		width: 90px;
		height: 100%;
		display: inline-block;
		position: absolute;
		left: -90px;
		top: 0px;
		z-index: 995;
		height: auto;
	}
	.mboxD_in{
		left: auto;
		right: -90px;
	}
	
	.mboxI,  .mboxI_in{
/* 		border-right: 1px solid rgba(255, 255, 255, 0.55); */
/* 		border-top: 1px solid rgba(255, 255, 255, 0.55); */
	}
	.mboxD,  .mboxD_in{
/* 		border-left: 1px solid rgba(255, 255, 255, 0.55); */
/* 		border-top: 1px solid rgba(255, 255, 255, 0.55); */
	}
	
	h1.titulos{
		width: 100%;
		padding: 2rem 3rem;
		text-align: center;
		color: white;
		font-family: 'Bw Modelica Black', 'Monserrat', Arial, sans-serif;
		letter-spacing: 30px;
		font-size: 2.5rem;
		line-height: 1em;
		margin: 0px;
	}
.btnSlideBack, .btnSlideNext{
	width: 100%;
	cursor: pointer;
}
	.btnSlideBack img, .btnSlideNext img{
		width: 100%;
		height: auto;
		cursor: pointer;
	}

input[type="button"]{
    padding: 6px 20px;
    border: 0px none transparent;
    color: white;
    background-color: #ff6600;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 78%;
    
    -webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
input[type="button"]:hover{
	background-color: #c44f00;
}

.video{
	display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    background: rgb(0,0,0,0.7);
}
	video{
		position: fixed;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		transform: translateX(-50%) translateY(-50%);
		background: url() no-repeat;
		background-size: cover;
		transition: 1s opacity;
	}
	.stopfade { 
	   opacity: .5;
	}

	.video video{
		position: absolute;
/* 		min-height: calc(60vh); */
	}
	
.video .centro{
	position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    top: 0px;
}
	.video .centro .centrado{
		left: 90px;
		position: relative;
	}

.video .btnPlay{
	display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 58px;
    color: white;
    cursor: pointer;
    
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.video .btnPlay:hover{
	font-size: 84px;
}

.video .btnPlayPause{
	width: 89px;
	position: absolute;
    margin: 0 auto;
    bottom: 0px;
    padding: 6px 20px;
    font-family: 'Bw Modelica Bold';
    color: #aaaaaa;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 999;
    
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.video .btnPlayPause:hover{
	color: white;
	background: rgba(0, 0, 0, 0.6);
}

.video h2{
	color: white;
	font-size: 122%;
	letter-spacing: 3px;
	font-family: 'Bw Modelica Light';
	text-align: left;
	padding: 0px 3rem;
	margin-bottom: -2rem;
}
.video h1.titulos{
	font-size: 200%;
	letter-spacing: 12px;
	position: relative;
}



.video{
/* 	z-index: 993; */
}
.video video{
	display: none !important;
}
/*
.video .centro{
	display: none !important
}
*/
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
	.iframe-container iframe{
	  position: absolute;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
.videoPortada{
	height: calc(80vh);
	background-color: #333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}










/* --- Header NAV - Menu. y Logo -- */
#menuItems{
	width: 100%;
	height: calc(100vh);
	position: fixed;
	z-index: 999;
	background: #ff6600;
	top: 0px;
	left: 0px;
	color: #fff;
	opacity: 0;
	transform: scale(1.8);
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#menuItems.activo{
	opacity: 0.94;
	transform: scale(1);
}

	#menuItemClose{
		width: 90px;
	    height: auto;
	    display: inline-block;
	    position: absolute;
	    right: 18px;
	    top: 22px;
	    font-size: 284%;
	    cursor: pointer;
	    text-align: center;
	    
	    -webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	#menuItemClose:hover{
		transform: scale(1.3);
	}
	#menuItems .redes{
		width: 90px;
	    position: absolute;
	    right: 0px;
	    top: 100px;
	    text-align: center;
	    right: 18px;
	}
		#menuItems .redes .red{
			width: 45%;
			margin: 0 auto 15px;
			
			-webkit-transition: all 0.1s ease-in-out;
			-moz-transition: all 0.1s ease-in-out;
			-o-transition: all 0.1s ease-in-out;
			-ms-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
		}
			#menuItems .redes .red svg{
				fill:#fff;
			}
		#menuItems .redes .red:hover{
			transform: scale(1.3);
		}
	#menuItems .boxCentro{
		width: 100%;
	    height: calc(100vh);
	    display: grid;
	    align-items: center;
	    text-align: center;
	}
		#menuItems .boxCentro .boxCentrado{
			display: inline-block;
		    width: 57%;
		    margin: 0 auto;
		    text-align: right;
		    letter-spacing: 8px;
		}
			#menuItems .boxCentro .boxCentrado .menuHi{
				font-family: 'Bw Modelica Black';
				font-size: 200%;
				display: inline-block;
				cursor: pointer;
				
				-webkit-transition: all 0.1s ease-in-out;
				-moz-transition: all 0.1s ease-in-out;
				-o-transition: all 0.1s ease-in-out;
				-ms-transition: all 0.1s ease-in-out;
				transition: all 0.1s ease-in-out;
			}
			#menuItems .boxCentro .boxCentrado .menuHi a{
				font-family: 'Bw Modelica Black';
			}
			#menuItems .boxCentro .boxCentrado .menuHi:hover{
				transform: scale(1.3);
			}
			#menuItems .boxCentro .boxCentrado .menuLow{
				color: rgba(255, 255, 255, 0.5);
				font-size: 120%;
				line-height: 1.7em;
				display: inline-block;
				cursor: pointer;
				
				-webkit-transition: all 0.1s ease-in-out;
				-moz-transition: all 0.1s ease-in-out;
				-o-transition: all 0.1s ease-in-out;
				-ms-transition: all 0.1s ease-in-out;
				transition: all 0.1s ease-in-out;
			}
			#menuItems .boxCentro .boxCentrado .menuLow:hover{
				transform: scale(1.3);
			}
			#menuItems .boxCentro .boxCentrado #menuPortafolio.menuHi{
				margin-top: 12px;
			}

#logo{
	position: fixed;
	padding-top: 52px;
	z-index: 994;
	height: auto;
}
	#logo img{
		width: 100%;
		height: auto;
	}

#menu{
	position: fixed;
	padding-top: 52px;
	z-index: 994;
	height: auto;
}
	#menu #btnMenu{
		width: 90px;
	    height: 90px;
	    vertical-align: middle;
	    display: table-cell;
	    background-color: white;
		text-align: center;
	    color: #ff6600;
	    font-size: 210%;
	    cursor: pointer;
	    position: relative;
	    
	    -webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	#menu #btnMenu:before{
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		background-color: #000;
		top: 0px;
		left: 0px;
		opacity: 0;
		z-index: 0;
		
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	#menu #btnMenu:hover:before{
		opacity: 0.3;
	}
		#menu #btnMenu i{
			position: relative;
		}
	#menu .redes{
		margin-top: 28px;
	}
		#menu .red{
			text-align: center;
			margin-bottom: 12px;
		}
			#menu .red a{
				display: block;
				text-align: center;
				
				-webkit-transition: all 0.1s ease-in-out;
				-moz-transition: all 0.1s ease-in-out;
				-o-transition: all 0.1s ease-in-out;
				-ms-transition: all 0.1s ease-in-out;
				transition: all 0.1s ease-in-out;
			}
			#menu .red a:hover{
				transform: scale(1.2);
			}
				#menu .red a img,
				#menu .red a svg{
					width: 48%;
					margin: 0 auto;
				}
		







/* --- HOME -- */
body#home{
/* 	background: url(../img/body_fondo.jpg) repeat-y center top; */
	background-size: cover;
	background-attachment: fixed;
}
	body#home #bodyBackFix{
		width: calc(100vw);
		height: calc(100vh);
		position: fixed;
		display: block;
		top: 0px;
		left: 0px;
		background-position: center center;
		background-repeat: repeat-y;
		background-size: cover;
	}
	body#home #header .mboxC{
		padding-bottom: 24rem;
	}
	#keep_on{
		width: 35%;
		max-width: 400px;
		height: auto;
		display: inline-block;
		position: relative;
		margin-left: 6%;
		margin-top: 80px;
	}
		#keep_on img{
			width: 100%;
			height: auto;
		}
		#direccion{
			width: auto;
			height: auto;
			display: inline-block;
			position: absolute;
			margin-top: 80px;
			top: 0px;
			left: auto;
			right: 0px;
			margin-right: 16px;
			color: white;
			line-height: 1.6em;
			text-align: right;
		}
			#direccion span{
				display: block;
			}
			#direccion span.tel, #direccion span.tel a{
				font-size: 1.2em;
				letter-spacing: 2px;
				font-family: 'Bw Modelica Bold', 'Monserrat', Arial, sans-serif;
				
				-webkit-transition: all 0.1s ease-in-out;
				-moz-transition: all 0.1s ease-in-out;
				-o-transition: all 0.1s ease-in-out;
				-ms-transition: all 0.1s ease-in-out;
				transition: all 0.1s ease-in-out;
			}
			#direccion span.tel, #direccion span.tel a:hover{
				font-size: 1.3em;
			}
			#direccion span.mail, #direccion span.mail a{
				font-family: 'Bw Modelica Regular', 'Monserrat', Arial, sans-serif;
				font-size: 98%;
				letter-spacing: 2px;
				
				-webkit-transition: all 0.1s ease-in-out;
				-moz-transition: all 0.1s ease-in-out;
				-o-transition: all 0.1s ease-in-out;
				-ms-transition: all 0.1s ease-in-out;
				transition: all 0.1s ease-in-out;
			}
			#direccion span.mail, #direccion span.mail a:hover{
				font-size: 102%;
			}




/* --- HOME - Servicios -- */
body#home #servicios main{
	position: relative;
	background-size: cover;
	padding: 2em 0px;
/* 	background-color: rgb(256,256,256,0.9); */
}
	body#home #servicios main .colorFondoBack{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		background-color: #fff;
		opacity: 0.9;
	}
	body#home #servicios main article{
		padding: 0px 14px 20px;
		text-align: center;
	}
		body#home #servicios main article .icono{
			width: 100%;
/* 			mix-blend-mode: multiply; */
		}
			body#home #servicios main article .icono img{
				width: 100%;
				height: auto;
			}
		body#home #servicios main article .titulo{
			width: 100%;
		    text-align: center;
		    font-family: 'Bw Modelica Regular';
		    font-size: 1.1rem;
		    color: #ff6600;
		    height: 32px;
		    letter-spacing: 1px;
		    margin: 0px;
		}
		body#home #servicios main article .texto{
			text-align: center;
			height: 94px;
			display: grid;
			line-height: 1.2em;
		}
			body#home #servicios main article .texto span{
				align-self:center;
			}
		body#home #servicios main article .enlace{
			margin-top: 14px;
		}
			body#home #servicios main article .enlace input{
				
			}
			    


/* --- HOME - Clientes -- */
body#home #clientes main{
	
}
	body#home #clientes main .slideMain{
		width: 100%;
		position: relative;
		padding: 1rem;
		background-color: rgba(255, 103, 0, 0.92);
	}
		body#home #clientes main .slideMain .slideItems{
			width: 100%;
			overflow: hidden;
			position: relative;
		}
			body#home #clientes main .slideMain .slideItems .slideLine{
				width: 100%;
				height: auto;
				position: relative;
				display: block;
			}
				body#home #clientes main .slideMain .slideItems .slideLine .logo{
					display: inline-block;
				    width: 25%;
				    float: left;
				    text-align: center;
				}
					body#home #clientes main .slideMain .slideItems .slideLine .logo img{
						width: 90%;
						height: auto;
						margin: 0 auto;
					}
		body#home #clientes .btnSlideBack, body#home #clientes .btnSlideNext{
			width: 100%;
			transform: rotate(-90deg);
		}



/* --- HOME - Portafolios -- */
body#home #portafolios .mboxC{

}
	body#home #portafolios .mboxC article{
		width: calc(100vw);
		padding: 7rem 5rem;
		margin-left: -90px;
		text-align: center;
		color: white;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	body#home #portafolios .mboxC article .titulo{
		font-family: 'Bw Modelica Black';
	}
		body#home #btnMasPortafolios{
			width: 100%;
			padding: 1rem 5rem;
			background-color: #ff6600;
			color: white;
			text-align: center;
			text-transform: uppercase;
			font-size: 16px;
			cursor: pointer;
			
			-webkit-transition: all 0.1s ease-in-out;
			-moz-transition: all 0.1s ease-in-out;
			-o-transition: all 0.1s ease-in-out;
			-ms-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
		}
		body#home #btnMasPortafolios:hover{
			background-color: #b32e00;
		}





/* --- HOME - Nosotros -- */
body#home #nosotros main .slideMain{
	width: 100%;
	position: relative;
}
	body#home #nosotros main .slideMain .item{
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
		height: auto;
		cursor: pointer;
		position: relative;
	}
		body#home #nosotros main .slideMain .item .foto{
			width: 100%;
			height: auto;
			overflow: hidden;
			position: relative;
		}
			body#home #nosotros main .slideMain .item .foto img{
				height: auto;
				width: 100%;
				margin: 0 auto;
				position: relative;
			}
		body#home #nosotros main .slideMain .item .persona{
			width: 100%;
			height: 100%;
			display: grid;
			position: absolute;
			top: 0px;
			align-content: center;
			padding: 3rem;
			align-items: center;
			justify-content: center;
			background-color: rgba(0, 0, 0, 0.58);
			opacity: 0;
			cursor: pointer;
			overflow: hidden;
			
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		body#home #nosotros main .slideMain .item:hover .persona{
			opacity: 1;
		}
			body#home #nosotros main .slideMain .item .persona span{
				width: 100%;
				display: block;
				text-align: center;
				color: white;
				font-size: 110%;
				font-family: 'Bw Modelica Light';
				line-height: 1.24em;
			}
			body#home #nosotros main .slideMain .item .persona .nombre{
				font-family: 'Bw Modelica Black';
				font-size: 2.5vw;
				text-transform: uppercase;
			}
			body#home #nosotros main .slideMain .item .persona .apellido{
				font-size: 2.5vw;
				text-transform: uppercase;
			}









/* --- Portafolio - General -- */
body#portafolio{
	background-image: none !important;
}
body#portafolio #primaryContainer .redes{
	display: none;
}
body#portafolio #portafolios{
	
}
	body#portafolio #portafolios .mboxC{
		width: calc(100%);
		min-height: calc(100vh);
		padding: 0px;
		text-align: center;
		color: white;
		left: 0px;
	}
		body#portafolio #portafolios #portFondosBox{
			width: calc(100vw);
			height: calc(100vh);
			display: block;
			position: fixed;
			top: 0px;
			left: 0px;
			z-index: 0;
		}
			body#portafolio #portafolios .itemFotoFondo{
				width: calc(100vw);
				height: calc(100vh);
				display: block;
				position: absolute;
				top: 0px;
				left: 0px;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}
		body#portafolio #portafolios .slideMain{
			position: relative;
			z-index: 10;
		}
	
		body#portafolio #portafolios .mboxC article.item{
			height: calc(100vh);
			align-items: center;
			background-position: center center;
		    background-repeat: no-repeat;
		    background-size: cover;
		    position: relative;
		}
			body#portafolio #portafolios .mboxC article.item .centro{
				display: grid;
			    align-content: center;
			    height: 100%;
				text-align: left;
				padding: calc(4rem + 90px);
			}
				body#portafolio #portafolios .mboxC article.item .centro .titulo{
					width: 76%
				}
	body#portafolio #portafolios .mboxD_in{
		right: 0px;
		top: 144px;
		height: calc(100vh - 144px);
		position: fixed;
	}
		body#portafolio #portafolios .mboxD_in #navSlide{
			height: 100%;
			color: white;
			font-family: 'Bw Modelica Light';
		}
			body#portafolio #portafolios .mboxD_in #navSlide .centro{
				display: grid;
			    align-content: center;
			    height: 100%;
			    transform: scale(0.6);
			}
				body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox{
					position: relative;
					cursor: pointer;
				}
				body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox{
					font-family: 'Bw Modelica Bold';
				}
					body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox .text{
						width: 280px;
					    text-align: right;
					    position: absolute;
					    right: 145px;
					    left: auto;
					    line-height: 1.1em;
					    cursor: pointer;
					    font-size: 130%;
					    opacity: 0;
					    
					    -webkit-transition: all 0.2s ease-in-out;
						-moz-transition: all 0.2s ease-in-out;
						-o-transition: all 0.2s ease-in-out;
						-ms-transition: all 0.2s ease-in-out;
						transition: all 0.2s ease-in-out;
					}
					body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox:hover .text,
					body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox.active .text{
						opacity: 1;
					}
					
					body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox .circulo{
						top: 0px;
					    width: 30px;
					    height: 30px;
					    border: 1px solid white;
					    border-radius: 50%;
					    position: relative;
					    left: 30px;
					    cursor: pointer;
					    
					    -webkit-transition: all 0.2s ease-in-out;
						-moz-transition: all 0.2s ease-in-out;
						-o-transition: all 0.2s ease-in-out;
						-ms-transition: all 0.2s ease-in-out;
						transition: all 0.2s ease-in-out;
					}
					body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox.tns-nav-active .circulo,
					body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox:hover .circulo,
					body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox.active .circulo{
						border: 1px solid #ff6600;
						background-color: #ff6600;
					}
					
					body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox .line{
						width: 50%;
					    height: 16px;
					    border-right: 1px solid white;
					    position: relative;
					}
					body#portafolio #portafolios .mboxD_in #navSlide .centro .nBox:last-child .line{
						display: none;
					}
					













/* --- Servicios - General -- */
body#servicios{
	background-image: none !important;
}
body#servicios #primaryContainer .redes{
	display: none;
}
body#servicios #servicios{
	
}
	body#servicios #servicios .mboxC{
		width: calc(100%);
		min-height: calc(100vh);
		padding: 0px;
		text-align: center;
		color: #333;
		left: 0px;
	}
	
	body#servicios #servicios .mboxC .linea{
		display: block;
		width: 100%;
	}
		body#servicios #servicios .mboxC .linea .bl{
			width: calc(50%);
			height: calc(50vw);
			float: left;
			display: flex;
		    align-items: center;
		    text-align: left;
		    position: relative;
		}
		body#servicios #servicios .mboxC .linea .bl1{
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		body#servicios #servicios .mboxC .linea .bl1:before{
			content: '';
		    width: 100%;
		    height: 100%;
		    position: absolute;
		    display: block;
		    background-color: rgb(0,0,0,0.4);
		}
		body#servicios #servicios .mboxC .linea .bl2{
			background-color: white;
		}
			body#servicios #servicios .mboxC .linea .bl .centro{
				width: calc(100% - 90px);
			    vertical-align: middle;
			    display: inline-block;
			    margin: 0 auto 0 0;
			    position: relative;
			    padding: 2rem 1rem 2rem 3rem;
			}
				body#servicios #servicios .mboxC .linea .bl .centro .icono{
					width: 50%;
					max-width: 250px;
					display: inline-block;
				}
					body#servicios #servicios .mboxC .linea .bl .centro .icono img{
						width: 100%;
						height: auto;
						mix-blend-mode: multiply;
					}
				body#servicios #servicios .mboxC .linea .bl .centro .titulo{
					letter-spacing: 4px;
				    font-size: 1.7rem;
				    line-height: 1.24em;
				    color: #ff6600;
				    margin: 1rem 0px 0.5rem;
				}
				body#servicios #servicios .mboxC .linea .bl .centro .texto{
					line-height: 1.14em;
					width: 80%;
					display: inline-block;
				}
					body#servicios #servicios .mboxC .linea .bl .centro .enlace{
						margin-top: 26px;
					}
						body#servicios #servicios .mboxC .linea .bl .centro .enlace input[type="button"] {
						    padding: 11px 29px;
						    font-family: 'Bw Modelica Bold';
						}
						
		body#servicios #servicios .mboxC .linea:nth-of-type(2n) .bl{
			text-align: right;
		}
		body#servicios #servicios .mboxC .linea:nth-of-type(2n) .bl1{
			float: right;
		}
		body#servicios #servicios .mboxC .linea:nth-of-type(2n) .bl2{
			float: left;
			background-color: #ff6600;
		}
			body#servicios #servicios .mboxC .linea:nth-of-type(2n) .bl .centro{
			    margin: 0 0 0 auto;
			    position: relative;
			    padding: 2rem 3rem 2rem 1rem;
			}
				body#servicios #servicios .mboxC .linea:nth-of-type(2n) .bl2 .centro .titulo,
				body#servicios #servicios .mboxC .linea:nth-of-type(2n) .bl2 .centro .texto{
					color: white;
				}
					body#servicios #servicios .mboxC .linea:nth-of-type(2n) .bl2 .centro .enlace input[type="button"]{
						background-color: white;
						color: #FF6600;
					}
					body#servicios #servicios .mboxC .linea:nth-of-type(2n) .bl2 .centro .enlace input[type="button"]:hover{
						background-color: #c7c7c7;
					}













/* --- Portafolio - Interno -- */
body#portafolio_in{
	background-image: none !important;
}
body#portafolio_in #primaryContainer .redes{
	display: none;
}
body#portafolio_in #portafolio_video{
	
}
	body#portafolio_in #portafolio_video .mboxC{
		width: calc(100%);
		min-height: inherit;
		padding: 0px;
		text-align: center;
		color: #333;
		left: 0px;
	}
	
		
body#portafolio_in #portafolio_main{
	overflow: inherit;
}
body#portafolio_in #portafolio_main .mboxC{
	width: calc(100%);
	min-height: inherit;
	padding: 0px;
	text-align: center;
	color: #333;
	left: 0px;
}
	body#portafolio_in #portafolio_main .mboxC article{
		width: 100%;
		height: auto;
	}
	body#portafolio_in #portafolio_main .bloque{
		padding: 0px 90px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		min-height: calc(65vh);
	}
	body#portafolio_in #portafolio_main .bloque .imgContent{
		width: calc(100vw);
		height: auto;
		position: relative;
		display: block;
		left: -90px;
	}
		body#portafolio_in #portafolio_main .bloque .imgContent img{
			width: 100%;
			height: auto;
		}
	body#portafolio_in #portafolio_main .bloque .contenedor{
		top: 0px;
		position: absolute;
		width: calc(100% - 180px);
	}
		body#portafolio_in #portafolio_main .bloque.informes{
			min-height: auto;
		}
		
		body#portafolio_in #portafolio_main .bloque .bl{
			text-align: left;
			position: relative;
			margin-bottom: 3rem;
		}
		body#portafolio_in #portafolio_main .bloque .bl:nth-of-type(2n){
			text-align: right;
		}
		body#portafolio_in #portafolio_main .bloque .bl.v1{
			margin-top: -80px;
		}
			body#portafolio_in #portafolio_main .bloque .bl .box{
				background-color: rgba(255, 255, 255, 0.9);
				display: inline-block;
				padding: 3rem;
				width: 45%;
				left: 0px;
			}
				body#portafolio_in #portafolio_main .bloque .bl .box .titulo{
					font-family: 'Bw Modelica Bold';
					color: #ff6600;
					font-size: 160%;
					letter-spacing: 3px;
					line-height: 1.1em;
					margin-bottom: 1.8rem;
				}
		body#portafolio_in #portafolio_main .bloque:first-child .bl{
			text-align: right;
			margin-top: 0px;
			margin-bottom: 125px;
		}
			body#portafolio_in #portafolio_main .bloque:first-child .bl .box{
				margin-top: -50px;
			}
	
	
	body#portafolio_in #portafolio_main .bloque.informes{
		padding: 0px 90px;
		background-color: white;
	}
		body#portafolio_in #portafolio_main .bloqueInformes{
			position: relative;
			background-size: cover;
			padding: 3em 0px;
			background: #ff6600;
			color: white;
		}
			body#portafolio_in #portafolio_main .bloqueInformes .row{
				padding: 0px 14px;
				text-align: center;
				justify-content: center;
			}
				body#portafolio_in #portafolio_main .bloqueInformes .row .icono{
					width: 100%;
					text-align: center;
				}
					body#portafolio_in #portafolio_main .bloqueInformes .row .icono img{
						width: 84%;
						height: auto;
						margin: 0 auto;
					}
				body#portafolio_in #portafolio_main .bloqueInformes .row .titulo{
					width: 100%;
				    text-align: center;
				    font-family: 'Bw Modelica Bold';
				    font-size: 2rem;
				    color: #fff;
				    height: 80px;
				    letter-spacing: 0px;
				    margin: 0px;
					height: auto;
				}
				body#portafolio_in #portafolio_main .bloqueInformes .row .texto{
					text-align: center;
					height: auto;
					display: inline-block;
					margin-top: 14px;
					line-height: 1.2em;
					font-size: 84%;
				}
					body#portafolio_in #portafolio_main .bloqueInformes .row .texto span{
						align-self:center;
					}
	body#portafolio_in #portafolio_main .slideMain{
		position: relative;
	}
		body#portafolio_in #portafolio_main .slideMain .mboxD_in{
			height: auto;
		    top: auto;
		    bottom: 0px;
		}
			body#portafolio_in #portafolio_main .slideMain .logo{
			    height: 219px;
			    display: inline-flex !important;
			    text-align: center;
			    position: relative;
			    background-position: center center;
			    background-repeat: no-repeat;
			    background-size: cover;
			    align-items: center;
			}
				body#portafolio_in #portafolio_main .slideMain .logo:before{
					content: '';
					width: 100%;
					height: 100%;
					position: absolute;
					display: block;
					left: 0;
					top: 0px;
					background-color: rgba(0, 0, 0, 0.8);
				}
				body#portafolio_in #portafolio_main .slideMain .logo img{
					width: 42%;
					margin: 0 auto;
					z-index: 10;
				}
			body#portafolio_in #portafolio_main .btnSlideBack, body#portafolio_in #portafolio_main .btnSlideNext{
				width: 100%;
			}












/* --- Servicios - Interno -- */
body#servicios_in{
	background-image: none !important;
}
body#servicios_in #primaryContainer .redes{
	display: none;
}
body#servicios_in #servicios_video{
	
}
	body#servicios_in #servicios_video .mboxC{
		width: calc(100%);
		min-height: inherit;
		padding: 0px;
		text-align: center;
		color: #333;
		left: 0px;
	}
	
body#servicios_in #servicios_main{
	overflow: inherit;
}
body#servicios_in #servicios_main .mboxC{
	width: calc(100%);
	min-height: inherit;
	padding: 0px;
	text-align: center;
	color: #333;
	left: 0px;
}
	body#servicios_in #servicios_main .mboxC article{
		width: 100%;
		height: auto;
	}
	body#servicios_in #servicios_main .bloque{
		padding: 1px 90px 40px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		min-height: calc(65vh);
	}
	body#servicios_in #servicios_main .bloque:before{
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		background-color: rgba(0, 0, 0, 0.45);
	}
	
	body#servicios_in #servicios_main .bloque .bl{
		text-align: left;
		position: relative;
		margin-bottom: 3rem;
	}
	body#servicios_in #servicios_main .bloque .bl:nth-of-type(2n){
		text-align: right;
	}
	body#servicios_in #servicios_main .bloque .bl.v1{
		margin-top: -80px;
	}
		body#servicios_in #servicios_main .bloque .bl .box{
			background-color: white;
			display: inline-block;
			padding: 3rem;
			width: 45%;
			left: 0px;
		}
			body#servicios_in #servicios_main .bloque .bl .box .titulo{
				font-family: 'Bw Modelica Bold';
				color: #ff6600;
				font-size: 160%;
				letter-spacing: 3px;
				line-height: 1.1em;
				margin-bottom: 1.8rem;
			}
	
	body#servicios_in #servicios_main .bloque:first-child{
		background-color: #ff6600;
		background-size: auto 66%;
		min-height: calc(58vh);
	}
	body#servicios_in #servicios_main .bloque:first-child:before{
		display: none;
	}
		body#servicios_in #servicios_main .bloque:first-child .bl{
			text-align: right;
			margin-top: 0px;
			margin-bottom: 244px;
		}
			body#servicios_in #servicios_main .bloque:first-child .bl .box{
				margin-top: -110px;
			}


body#servicios_in #servicios_galeria{
	overflow: inherit;
}
	body#servicios_in #servicios_galeria .mboxC {
	    width: calc(100%);
	    height: auto;
	    display: inline-block;
	    position: relative;
	    left: 0px;
	    top: 0px;
	    min-height: 14px;
	    border-top: 0px none;
	}
	body#servicios_in #servicios_galeria .bloque:first-child{
		background-color: #ff6600;
		background-size: cover;
		min-height: calc(58vh);
		background-repeat: no-repeat;
		background-position: center center;
	}
	body#servicios_in #servicios_galeria .mboxD_in{
		right: 0px;
		top: auto;
	    bottom: 0px;
	    height: auto;
	}
	
	body#servicios_in #servicios_galeria .bloqueInfo{
		width: calc(100vw - 180px);
		right: -90px;
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 100;
	}
	body#servicios_in #servicios_galeria .bloqueInfo .bl{
		text-align: left;
		position: relative;
		margin-bottom: 3rem;
	}
	body#servicios_in #servicios_galeria .bloqueInfo .bl:nth-of-type(2n){
		text-align: right;
	}
	body#servicios_in #servicios_galeria .bloqueInfo .bl.v1{
		margin-top: -80px;
	}
		body#servicios_in #servicios_galeria .bloqueInfo .bl .box{
			background-color: white;
			display: inline-block;
			padding: 3rem;
			width: 45%;
			left: 0px;
		}
			body#servicios_in #servicios_galeria .bloqueInfo .bl .box .titulo{
				font-family: 'Bw Modelica Bold';
				color: #ff6600;
				font-size: 160%;
				letter-spacing: 3px;
				line-height: 1.1em;
				margin-bottom: 1.8rem;
			}
	














/* --- vacantes - General -- */
body#vacantes{
	background-image: none !important;
}
body#vacantes #primaryContainer .redes{
	display: none;
}
body#vacantes #vacantes{
	
}
	body#vacantes #vacantes .mboxC{
		width: calc(100%);
		min-height: auto;
		padding: 0px;
		text-align: center;
		color: #333;
		left: 0px;
	}
	
	body#vacantes #vacantes .mboxC .linea{
		display: block;
		width: 100%;
	}
		body#vacantes #vacantes .mboxC .linea .bl{
			width: calc(50%);
			height: calc(50vw);
			float: left;
			display: flex;
		    align-items: center;
		    text-align: left;
		    position: relative;
		}
		body#vacantes #vacantes .mboxC .linea .bl1{
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		body#vacantes #vacantes .mboxC .linea .bl1:before{
			content: '';
		    width: 100%;
		    height: 100%;
		    position: absolute;
		    display: block;
		    background-color: rgb(0,0,0,0.4);
		}
		body#vacantes #vacantes .mboxC .linea .bl2{
			background-color: white;
		}
			body#vacantes #vacantes .mboxC .linea .bl .centro{
				width: calc(100% - 90px);
			    vertical-align: middle;
			    display: inline-block;
			    margin: 0 auto 0 0;
			    position: relative;
			    padding: 2rem 1rem 2rem 3rem;
			}
				body#vacantes #vacantes .mboxC .linea .bl .centro ul{
					display: inline-block;
					width: auto;
					margin: 0px;
					padding: 2em 0px 0px;
				}
				body#vacantes #vacantes .mboxC .linea .bl .centro .icono{
					width: 50%;
					max-width: 250px;
					display: inline-block;
				}
					body#vacantes #vacantes .mboxC .linea .bl .centro .icono img{
						width: 100%;
						height: auto;
						mix-blend-mode: multiply;
					}
				body#vacantes #vacantes .mboxC .linea .bl .centro .titulo{
					letter-spacing: 4px;
				    font-size: 1.7rem;
				    line-height: 1.24em;
				    color: #ff6600;
				    margin: 1rem 0px 0.5rem;
				}
				body#vacantes #vacantes .mboxC .linea .bl .centro .texto{
					line-height: 1.14em;
					width: 80%;
					display: inline-block;
				}
					body#vacantes #vacantes .mboxC .linea .bl .centro .enlace a{
						margin-top: 26px;
					    width: auto;
					    display: inline-block;
					    position: relative;
					    background-color: #f60;
					    padding: 10px 24px;
					    
					    -webkit-transition: all 0.1s ease-in-out;
						-moz-transition: all 0.1s ease-in-out;
						-o-transition: all 0.1s ease-in-out;
						-ms-transition: all 0.1s ease-in-out;
						transition: all 0.1s ease-in-out;
					}
					body#vacantes #vacantes .mboxC .linea .bl .centro .enlace a:hover{
						background-color: #bf4e00;
					}
					
						
		body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl{
			text-align: right;
		}
		body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl1{
			float: right;
		}
		body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl2{
			float: left;
			background-color: #ff6600;
		}
			body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl .centro{
			    margin: 0 0 0 auto;
			    position: relative;
			    padding: 2rem 3rem 2rem 1rem;
			}
				body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl2 .centro .titulo,
				body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl2 .centro .texto{
					color: white;
				}
					body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl2 .centro .enlace input[type="button"]{
						background-color: white;
						color: #FF6600;
					}
					body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl2 .centro .enlace input[type="button"]:hover{
						background-color: #c7c7c7;
					}
					
					body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl2 .enlace a{
					    background-color: #fff;
					    color: #f60;
					}
					body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl2 .enlace a:hover{
						background-color: #ccc;
					}














/* --- vacantes - General -- */
body#politicas{
	background-color: white;
	text-align: center;
}
	body#politicas #primaryContainer{
		background-color: white;
	}
		body#politicas .mboxC{
			display: block;
		}
			body#politicas #aviso .contenedor{
				width: 70%;
				height: auto;
				display: block;
				position: relative;
				margin: 0 auto;
				text-align: justify;
				padding: 8rem 0px;
			}
				body#politicas #aviso .contenedor h3{
					color: #f60;
					margin: 0rem 0px 2rem;
					text-align: left;
				}
				body#politicas #aviso .contenedor hr:nth-child(3){
					width: 20%;
				    margin: 6rem auto;
				    display: block;
				    color: #f60;
				    border-color: #f60;
				    border-style: dashed;
				}

















/* --- Footer -- */
input[type="text"]::placeholder, textarea.validaciones::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

input[type="text"]:-ms-input-placeholder, textarea.validaciones:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #333;
}

input[type="text"]::-ms-input-placeholder, textarea.validaciones::-ms-input-placeholder{ /* Microsoft Edge */
  color: #333;
}

footer .titulo{
	letter-spacing: 6px;
}
footer input[type="text"], footer textarea.validaciones{
	border: 0px none transparent;
    border-bottom: 2px solid #ff6600;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    outline: none;
    
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
footer input[type="text"]:hover, footer textarea.validaciones:hover,
footer input[type="text"]:focus, footer textarea.validaciones:focus{
	border: 0px none transparent;
    border-bottom: 4px solid #ff6600;
}
textarea.validaciones{
	height: 55px;
}
footer .mboxC.footer1{
	background: white;
	border-top: 0px none transparent;
	color: #ff6600;
}
	footer .mboxC.footer1 .box{
		padding: 2rem 3%;
	}
		footer .mboxC.footer1 .box .linea1{
			padding-bottom: 3.5rem;
		}
			footer .mboxC.footer1 .col-md-4:nth-child(3){
				text-align: right;
			}
				footer .mboxC.footer1 .linea1 .col-md-4 input,
				footer .mboxC.footer1 .linea1 .col-md-4 textarea{
					margin-top: 1rem;
				}
				footer .mboxC.footer1 .direccion{
				    color: #333;
				    display: block;
				    font-size: 110%;
				    line-height: 1.3em;
				    padding: 1px 0px;
				}
					footer .geo_point{
						padding: 2rem 0px;
						text-align: center;
						margin-top: 1em;
					}
						footer .geo_point img{
							width: 35%;
							margin: 0 auto;
						}
				footer .mboxC.footer1 .ubicacion{
					display: block;
				    position: absolute;
				    bottom: 0px;
				    font-size: 125%;
				    font-family: 'Bw Modelica Bold';
				    color: #ff6600;
				    
				    -webkit-transition: all 0.1s ease-in-out;
					-moz-transition: all 0.1s ease-in-out;
					-o-transition: all 0.1s ease-in-out;
					-ms-transition: all 0.1s ease-in-out;
					transition: all 0.1s ease-in-out;
				}
				footer .mboxC.footer1 .ubicacion:hover{
					color: #b34900;
				}
			footer .mboxC.footer1 .linea2 .col-md-4:nth-child(3){
				margin-top: -27px;
			}
				footer .mboxC.footer1 .linea2 .col-md-4:nth-child(3) a{
					font-size: 90%;
					font-family: 'Bw Modelica Bold';
					color: #ff6600;
				}
				footer .mboxC.footer1 .linea2 .col-md-4:nth-child(3) a:hover{
					color: #b34900;
				}
				footer #redes{
					margin-top: 14px;
				}
					footer #redes .red{
						color: #ff6600;
						font-size: 220%;
						display: inline-block;
						position: relative;
						margin-left: 6px;
						
						-webkit-transition: all 0.1s ease-in-out;
						-moz-transition: all 0.1s ease-in-out;
						-o-transition: all 0.1s ease-in-out;
						-ms-transition: all 0.1s ease-in-out;
						transition: all 0.1s ease-in-out;
					}
					footer #redes .red:hover{
						transform: scale(1.2);
					}
						footer #redes .red svg{
							fill: #ff6600;
						}
					footer #redes .red a:hover{
						color: #b34900;
					}
						footer #redes .red a img,
						footer #redes .red a svg{
							width: 36px;
							height: auto;
						}
					
		footer .mboxC.footer1 .box .linea2{
			
		}
			footer .mboxC.footer1 .box .linea2 input[type="button"]{
				background: white;
			    color: #ff6600;
			    border: 2px solid #ff6600;
			    padding: 15px 24px;
			    font-family: 'Bw Modelica Bold';
			    
			    -webkit-transition: all 0.1s ease-in-out;
				-moz-transition: all 0.1s ease-in-out;
				-o-transition: all 0.1s ease-in-out;
				-ms-transition: all 0.1s ease-in-out;
				transition: all 0.1s ease-in-out;
			}
			footer .mboxC.footer1 .box .linea2 input[type="button"]:hover{
				border: 4px solid #ff6600;
				margin-left: -2px;
				margin-top: -2px;
			}
			
	footer .mboxC.footer1 .mboxD_in{
		background-color: #ff6600;
		height: 100%;
	}
		footer .mboxC.footer1 .mboxD_in #footerBtnEnviar{
			width: 100%;
		    height: 100%;
		    background: #ff6600;
		    color: white;
		    display: table;
		    vertical-align: middle;
		    text-align: center;
		    cursor: pointer;
		    
		    -webkit-transition: all 0.15s ease-in-out;
			-moz-transition: all 0.15s ease-in-out;
			-o-transition: all 0.15s ease-in-out;
			-ms-transition: all 0.15s ease-in-out;
			transition: all 0.15s ease-in-out;
		}
		footer .mboxC.footer1 .mboxD_in #footerBtnEnviar:hover{
			background: #b32e00;
		}
			footer .mboxC.footer1 .mboxD_in #footerBtnEnviar .celda{
				display: table-cell;
				vertical-align: middle;
			}
				footer .mboxC.footer1 .mboxD_in #footerBtnEnviar .celda span{
					display: block;
				}
					footer .mboxC.footer1 .mboxD_in #footerBtnEnviar .celda img{
						width: 35%;
						height: auto;
						margin: 0 auto 8px;
					}

footer .mboxC.footer2{
	background: #333;
	border-top: 0px none transparent;
}
	footer .mboxC.footer2 .box{
		padding: 2rem 4%;
		border-top: 1px solid rgba(255, 255, 255, 0.55);
	}
		footer .mboxC.footer2 .box .col1, footer .mboxC.footer2 .box .col2{
			display: inline-block;
			float: left;
		}
		footer .mboxC.footer2 .box .col2{
			float: right;
		}
			footer .mboxC.footer2 h3{
				color: #474747;
				letter-spacing: 8px;
				margin-bottom: 14px;
				margin-top: 0px;
			}
			footer .mboxC.footer2 .cert_iconos .icono{
				width: 52px;
				display: inline-block;
				
			}
				footer .mboxC.footer2 .cert_iconos .icono img{
					width: 100%;
					height: auto;
				}
				
			footer .mboxC.footer2 .mboxI_in, footer .mboxC.footer2  .mboxD_in{
				background: #333;
				border-top: 1px solid rgba(255, 255, 255, 0.55);
				height: 100%;
			}
			footer .mboxC.footer2 #certificaciones .icono{
				margin-right: 6px;
			}
		footer .mboxC.footer2 #premios{
			text-align: right;
		}
			footer .mboxC.footer2 #premios .icono{
				margin-left:  6px;
			}
	footer .mboxC.footer2 .mboxI_in .logoBox{
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0px;
	}
		footer .mboxC.footer2 .mboxI_in .logoBox img{
			width: 100%;
			height: auto;
		}
	footer .mboxC.footer2 .mboxI_in{
		height: 100%;
/* 		border-right: 1px solid rgba(255, 255, 255, 0.55); */
	}
	footer .mboxC.footer2 .mboxD_in{
/* 		border-left: 1px solid rgba(255, 255, 255, 0.55); */
	}
	

footer .mboxI, footer .mboxD{
	background: white;
	height: 100%;
}


footer #certificaciones,  footer #premios{
	display: none;
}




















/* // Detalles Personalizados */
@media (min-width: 768px){
	.col-md-2-5{
		flex: 20%;
		max-width: 20%;
	}
}

@media (min-width: 414px) and (max-width: 768px){
	.col-md-2-5{
		flex: 50%;
		max-width: 50%;
	}
}







/* Big. Desktop - estilos y puntos de quiebre para pantallas grandes */
@media (min-width: 1200px){
	.videoPortada{
		height: calc(75vh);
	}
	body#servicios_in #servicios_main .bloque:first-child{
		min-height: calc(70vh);
	}
}
















/* Tabletas y Mobiles - estilos y puntos de quiebre */
@media (max-width: 940px){
/* 	GENERAL */
	.video .centro{
		align-items: baseline;
		padding-top: 2rem;
	}
	
	
/* 	HOME */
	h1.titulos {
	    letter-spacing: 18px;
	    font-size: 2.1rem;
	}
	body#home #servicios main article {
	    padding: 0px 14px 6px;
	}
	body#home #servicios main article .titulo {
	    font-size: 1rem;
	    height: 40px;
	}
	body#home #servicios main article .texto {
	    height: 100px;
	    display: inline-block;
	    line-height: 1.25em;
	    font-size: 90%;
	}
	body#home #portafolios .mboxC article {
	    background-attachment: inherit;
	}
		
	
/* 	FOOTER */
	footer .mboxC.footer1 .direccion {
	    font-size: 96%;
	    padding: 1px 0px 22px;
	}
	footer .mboxC.footer1 .linea2 .col-md-4{
		flex: 0 0 100%;
	    max-width: 100%;
	    padding: 10px 0px;
	}
	footer .mboxC.footer1 .box .linea2 input[type="button"] {
	    width: 100%;
	}
	footer .mboxC.footer1 .linea2 .col-md-4:nth-child(3) {
	    margin-top: 0px;
	}

	
	
/* 	SERVICIOS - INTERIOR */
	body#servicios_in #servicios_main .bloque .bl .box {
	    width: 50%;
	}
	body#servicios_in #servicios_main .bloque .bl .box .titulo {
	    font-size: 120%;
	    letter-spacing: 1px;
	}
	body#servicios_in #servicios_main .bloque .bl .box .texto {
	    font-size: 90%;
	}



/* 	PORTAFOLIO - GENERAL */
	body#portafolio #portafolios .mboxC article.item .centro {
	    display: inline-block;
	    align-content: inherit;
	    height: 100%;
	    text-align: left;
	    padding: 3rem calc(4rem + 90px);
	    width: 100%;
	}



/* 	PORTAFOLIO - INTERIOR */
	body#portafolio_in #portafolio_main .bloque .bl .box {
	    width: 50%;
	}
	body#portafolio_in #portafolio_main .bloque .bl .box .titulo {
	    font-size: 120%;
	    letter-spacing: 1px;
	}
	body#portafolio_in #portafolio_main .bloque .bl .box .texto {
	    font-size: 90%;
	}
}









@media (max-width: 940px)  and (orientation: landscape){
	#logo, #menu{
		padding-top: 0px;
	}
	.videoPortada{
		height: calc(100vh);
	}
		.video video{
			min-height: inherit;
		}
	#keep_on {
	    width: 40%;
	    position: relative;
	    margin-top: 96px;
	    margin-left: 11%;
	}
}









@media (max-width: 780px){
/* 	GENERAL */
	body#home {
		background: url(../img/body_fondo.jpg) repeat-y center top;
		background-size: auto;
		background-attachment: initial;
	}

	.mboxC {
	    width: calc(100vw);
	    height: auto;
	    display: block;
	    left: 0px;
	    top: 0px;
	    min-height: 14px;
	    border-top: 0px none transparent;
	}
	.mboxI, .mboxD, mboxI_in, .mboxD_in {
		display: none;
	}
	#lineaIzquierda, #lineaDerecha{
		left: 55px;
		display: none;
	}
	#lineaDerecha{
		left: auto;
		right: 53px;
	}
	#logo {
	    display: inline-block;
	    position: fixed;
	    padding-top: 0px;
	    width: 60px;
	    border: 0px none transparent;
	}
	#menu {
	    display: inline-block;
	    position: fixed;
	    padding-top: 0px;
	    width: 54px;
	}
		#menu #btnMenu {
		    width: 55px;
		    height: 55px;
		    font-size: 150%;
		}
		#menu .redes {
		    display: none;
		}
	#menuItemClose {
	    right: 0px;
	    top: 9px;
	}
	#menuItems .redes {
	    width: calc(100vw - 120px);
	    right: auto;
	    top: 26px;
	    text-align: right;
	    left: 26px;
	}
		#menuItems .redes .red {
		    width: 32px;
		    margin: 0 4px;
		    display: inline-block;
		}
	#menuItems .boxCentro {
	    width: 100%;
	    height: calc(100vh - 110px);
	    display: grid;
	    align-items: center;
	    text-align: center;
	    position: relative;
	    top: 92px;
	    overflow-y: auto;
	}
		#menuItems .boxCentro .boxCentrado {
		    display: block;
		    width: 80%;
		    margin: 0 auto;
		    text-align: right;
		    letter-spacing: 4px;
		    font-size: 89%;
		}
			#menuItems .boxCentro .boxCentrado .menuLow {
			    line-height: 2em;
			}
			
	.video .centro .centrado{
		left: 55px;
		width: calc(100vw - 55px);
	}
		.video .centro .centrado h2{
			margin-top: 0px;
		    letter-spacing: 1px;
		    padding-left: 1.84rem;
		}
		.video h1.titulos{
			padding: 2rem;
		}
			
			
/* 	HOME */
	#keep_on{
		width: 50%;
		position: relative;
		margin-top: 145px;
		margin-left: 11%;
	}
	body#home #header .mboxC {
	    padding-bottom: 0px;
	    min-height: calc(74vh);
	}
	h1.titulos {
	    letter-spacing: 6px;
	    font-size: 1.8rem;
	    padding: 2rem 2.5rem;
	}
	body#home #servicios main article {
	    padding: 0px 2rem 6px;
	}
	body#home #servicios main article .icono {
	    width: 65%;
	    margin: 0 auto;
	}
	body#home #servicios main article .titulo {
	    font-size: 1.6rem;
        height: auto;
		margin: 8px 0px 20px;
	}
	body#home #servicios main article .texto {
	    height: auto;
	    display: block;
	    line-height: 1.25em;
	    font-size: 98%;
	}
	body#home #servicios main article .enlace {
		margin-bottom: 40px;
	}
		input[type="button"] {
		    padding: 10px 28px;
		    font-size: 94%;
		}
	body#home #portafolios .mboxC article {
	    width: calc(100vw);
	    padding: 7rem 2rem;
	    margin-left: 0px;
	    overflow: hidden;
	    align-items: center;
	}
		body#home #nosotros main .slideMain .item .foto img{
		    width: 100%;
		    height: auto;
		}
	body#home #nosotros main .slideMain .item .persona .nombre {
	    font-size: 8.5vw;
	}
	body#home #nosotros main .slideMain .item .persona .apellido {
	    font-size: 6.5vw;
	}
	body#home #clientes main .slideMain .mboxD_in{
		display: block;
	    right: auto;
	    position: relative;
	    width: 100%;
	    height: 40px;
	    text-align: center;
		margin-top: 10px;
		border: 0px none transparent;
	}
		body#home #clientes main .slideMain .mboxD_in > div{
			display: inline-block !important;
		    width: 40px;
		    height: 40px;
		}
	body#home #nosotros main .slideMain .mboxD_in{
		display: block;
	    right: auto;
	    position: relative;
	    width: 100%;
	    height: 54px;
	    text-align: center;
		padding-top: 10px;
		border: 0px none transparent;
		background-color: white;
	}
		body#home #nosotros main .slideMain .mboxD_in > div{
			display: inline-block !important;
		    width: 40px;
		    height: 40px;
		}
	
	


/* 	FOOTER */
	footer .mboxC.footer1 .box {
	    padding: 2rem 10%;
	}
	footer .titulo {
	    letter-spacing: 1px;
	    font-size: 1.55rem;
	    margin-top: 45px;
	}
	footer .mboxC.footer2 h3 {
	    color: #474747;
	    letter-spacing: 4px;
	    margin-bottom: 14px;
	    margin-top: 0px;
	    font-size: 1.3em;
	}
	footer .mboxC.footer2 .cert_iconos .icono {
	    width: 33px;
	}
	
	
	
	/* 	SERVICIOS - GENERAL */
	body#portafolio #portafolios .mboxC{
		min-height: auto;
	}
		body#portafolio #portafolios .mboxC article.item {
		    height: auto;
		}
			body#portafolio #portafolios .mboxC article.item .centro {
			    padding: 6rem 14%;
			    text-align: center;
			}
				body#portafolio #portafolios .mboxC article.item .centro h2.titulo{
					font-size: 1.5rem;
				    text-align: center;
				    width: 100%;
				}
	
	
	body#portafolio_in #portafolio_main .bloque .imgContent{
		opacity: 0;
	}
	
	
}










@media (max-width: 780px) and (orientation: landscape){
	.videoPortada{
		height: calc(100vh);
	}
		.video video{
			min-height: inherit;
		}
	#keep_on {
	    width: 40%;
	    position: relative;
	    margin-top: 96px;
	    margin-left: 11%;
	}
}








@media (max-width: 780px) and (orientation: portrait){
	.videoPortada{
		height: calc(70vh);
	}
	body#portafolio #portafolios #tns1-mw{
		height: auto !important;
	}
	body#home #nosotros main .slideMain .item .foto img{
	    width: 100%;
	    height: auto;
	}
}








@media (max-width: 750px){
	.noMobile{
		display: none !important;
	}
}









@media (max-width: 667px){
/* 	SERVICIOS - GENERAL */
	body#servicios #servicios .mboxC .linea .bl {
		width: calc(100vw);
		height: auto;
		display: block;
	}
	body#servicios #servicios .mboxC .linea .bl .centro {
	    width: calc(100% - 45px);
	    padding: 2rem 0rem 2rem 3rem;
	}
	body#servicios #servicios .mboxC .linea:nth-of-type(2n) .bl .centro {
	    padding: 2rem 3rem 2rem 0rem;
	}
	
	
	
/* 	HOME */
	body#home #servicios main article .titulo {
	    font-size: 2rem;
	}
	body#home #portafolios .mboxC article .titulo{
		font-size: 1.8rem;
	}
	
	
	
	/* 	SERVICIOS - INTERNO */
	body#servicios_in #servicios_main .bloque {
		padding: 1px 10%;
	}
		body#servicios_in #servicios_main .bloque .bl {
		    margin-left: -42px;
		}
		body#servicios_in #servicios_main .bloque .bl:nth-of-type(2n) {
		    margin-left: auto;
		    margin-right: -42px;
		}
		body#servicios_in #servicios_main .bloque:first-child .bl {
		    margin-left: auto;
		    margin-right: -42px;
		}
			body#servicios_in #servicios_main .bloque .bl .box {
			    width: 96%;
			}
		body#servicios_in #servicios_main .bloque:first-child .bl .box {
		    margin-top: -46px;
		}
	
	
	
	
	
	/* 	PORTAFOLIO - INTERNO */
	body#portafolio_in #portafolio_main .bloque {
		padding: 1px 10%;
	}
		body#portafolio_in #portafolio_main .bloque .bl {
		    margin-left: -42px;
		}
		body#portafolio_in #portafolio_main .bloque .bl:nth-of-type(2n) {
		    margin-left: auto;
		    margin-right: -42px;
		}
		body#portafolio_in #portafolio_main .bloque:first-child .bl {
		    margin-left: auto;
		    margin-right: -32px;
		}
			body#portafolio_in #portafolio_main .bloque .bl .box {
			    width: 96%;
			}
	body#portafolio_in #portafolio_main .bloque.informes {
	    padding: 0px 10%;
	}
		body#portafolio_in #portafolio_main .bloqueInformes .row .icono {
		    margin-top: 66px;
		}
			body#portafolio_in #portafolio_main .bloqueInformes .row .icono img {
			    width: 47%;
			}
		body#portafolio_in #portafolio_main .bloqueInformes .row .titulo {
		    font-size: 2.5rem;
		}
		body#portafolio_in #portafolio_main .bloqueInformes .row .texto {
		    font-size: 100%;
		}
	body#portafolio_in #portafolio_main .slideMain .logo {
		height: 130px;
	}
	
	
	
	
	/* 	vacantes - GENERAL */
	body#vacantes #vacantes .mboxC .linea .bl {
		width: calc(100vw);
		height: auto;
		display: block;
	}
	body#vacantes #vacantes .mboxC .linea .bl .centro {
	    width: calc(100% - 45px);
	    padding: 2rem 0rem 2rem 3rem;
	}
	body#vacantes #vacantes .mboxC .linea:nth-of-type(2n) .bl .centro {
	    padding: 2rem 3rem 2rem 0rem;
	}
	
	
	
	body#portafolio_in #portafolio_main .bloque:first-child .bl .box {
	    margin-top: 0px;
	    margin-bottom: 4rem;
	}
	body#servicios_in #servicios_main .bloque:first-child .bl .box {
	    margin-top: 0px;
	    margin-bottom: 4rem;
	}

	
}







@media (max-width: 414px){
	.video h1.titulos{
	    padding: 3rem 28px;
	    font-size: 180%;
	    letter-spacing: 3px;
	    text-align: left;
	}
	
	body#politicas #aviso .contenedor{
		font-size: 90%;
	}
		body#politicas #aviso .contenedor h3{
			font-size: 6vw;
		}
	
	footer .mboxC.footer1 .mboxD_in {
		display: block;
		width: 100%;
		height: auto;
		top: auto;
		bottom: 0px;
		right: auto;
		position: relative;
		margin-top: -24px;
		border: 0px none transparent;
	}
	footer .mboxC.footer1 .mboxD_in #footerBtnEnviar {
		padding: 1rem;
	}
		footer .mboxC.footer1 .mboxD_in #footerBtnEnviar .celda img{
			display: none;
		}
		footer .mboxC.footer1 .linea1 .col-md-4 input, footer .mboxC.footer1 .linea1 .col-md-4 textarea {
		    margin-top: 0rem;
		}
}







