@charset "UTF-8";
/* CSS Document */

@media (max-width: 767px) {

  .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

    direction: rtl;
  }

  .row.reorder-xs > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);

    direction: ltr;
  }

.cabecera {
	display:none;
	}

}

.margin-cero{
	
	}
	

.cabecera {
	width:100%;
	position:relative;
	height:520px;
	overflow:hidden;
	background:url(../images/slide1.jpg);	
background-attachment: fixed;
    background-position:left 0px top 20px;
    background-repeat:no-repeat;
	background-origin:padding-box;
	background-size:cover;
	clip-path: polygon(100% 0%, 100% 53%, 100% 100%, 25% 100%, 8% 50%, 25% 0%);
	}




.img-gases {
	width:1200px;
	position:relative;
	height:300px;
	overflow:hidden;
	background:url(../images/ex-gases-copia.jpg);
	background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
	background-origin:padding-box;
	background-size:cover;
	}

@media (max-width:992px){
	.columna-992 {
		display:none;
	}

	}
	
@media (min-width:992px){
	.columna-min-992 {
		display:none;
	}
	}
	

.titulo-1{
    font-size: 4vw;
    font-weight: 700;
    padding: 10px 40px 0px 40px;
}

.titulo-2{
    font-size: 40px;
    font-weight: 700;
    padding: 10px 40px 0px 40px;
}

.padding-left-right{
	padding-left:6px;
	padding-right:6px;
	}


.padding-left{
	padding-left:1360px;
	}

.padding-1{
	padding-top: 20%;
	padding-left:20px;
	}
	
.padding-performance{
	padding-top: 10%;
	padding-bottom:10%;
	}

.padding-2{
	padding-top: 10%;
	padding-left:20px;
	}

.padding-3{
	padding-top: 0%;
	padding-left:20px;
	}

.padding-left{
	padding-left:35px;
	}


.padding-top-index{
	padding-top: 5%;
	}
	
.padding-texto-thumbnail{
	padding-top: 5px;
	}

.padding-pagina-rubicar-play{
	padding-top: 100px;
	padding-left:20px;
	}

.margin-columnas-thumbnail{
	margin-left:20px;
	margin-right: 20px;
	}


.texto-titulo{
	color: #060e9f;
	font-weight: 400;
	padding: 10px 40px 0px 40px;
	}

.texto-parrafo{
	font-size:20px;
	font-weight:100;
	padding: 10px 40px 0px 40px;
	}

.texto-contacto{
	font-size:17.3px;
	font-weight:100;
	padding-top:15px;
	padding-bottom:25px;
	}

.texto-cita{
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	font-size:8pt;
	}

.texto-pequeno{
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	font-size:12pt;
	}
	
	
.texto-lista{
	font-size:14px;
	font-weight:100;
	padding: 10px 40px 0px 40px;
	}
.padding-lista{
	padding-left: 60px;
}
	

@media (max-width:992px){
.display-none {
	display:none
	}

.padding-1{
	padding-top: 0%;
	padding-left:20px;
	}

.titulo-2{
    font-size: 30px;
    font-weight: 700;
    padding: 10px 40px 0px 40px;
}

.titulo-1{
    font-size: 30px;
    font-weight: 700;
    padding: 10px 40px 10px 40px;
}


}
@media (max-width:1220px){
.padding-pagina-rubicar-play{
	padding-top: 50px;
	padding-left:20px;
	}
}

.lista-2 {
	list-style:circle;
	padding-left:20px;
	}

a:link {
	text-decoration:none;
	}

.contenedor-de-video {
	position: relative;
	overflow: hidden;
	max-width:100%;
	
	max-height:100%;
	min-height:50%;
	}

video {
    display:block;
	float:right;
	width:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-top:-5%;
}
/*-----------------------------------------------------------------------------------*/
/*	lista 
/*-----------------------------------------------------------------------------------*/

.lista ul li{
	list-style:none;
	}

.lista ul li:before{
	  content: "> ";
	  color: #ff6b00; 
	}

/*-----------------------------------------------------------------------------------*/
/*	Thumbnail
/*-----------------------------------------------------------------------------------*/
.thumbnail{
	min-height:110px;
	margin: 2px 2px;
	color:#ffffff;
	background-color:transparent;
	}

.thumbnail:hover{
	background-color:#ffffff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.thumbnail p{
	color:#ffffff;
	}



.thumbnail img{
	color:#FFFFFF;
	-webkit-filter: grayscale(100%) invert(100%);
-moz-filter: grayscale(100%) invert(100%);
-ms-filter: grayscale(100%) invert(100%);
-o-filter: grayscale(100%) invert(100%);
filter: grayscale(100%) invert(100%);
	}

.thumbnail:hover p{
	color:#060e9f;
	}


.thumbnail:hover img{
	color:#FFFFFF;
	-webkit-filter: grayscale(100%) invert(0%);
-moz-filter: grayscale(0%) invert(0%);
-ms-filter: grayscale(0%) invert(0%);
-o-filter: grayscale(0%) invert(0%);
filter: grayscale(0%) invert(0%);
	}

.thumbnail-activo{
	min-height:110px;
	margin: 2px 2px;
	background-color:#060e9f;
	border-radius:3px;
	overflow:hidden;
	position:relative;
	}

.thumbnail-activo p{
	color:#ffffff;
	letter-spacing: 5px;
	font-size:15px;
	font-weight:100;
	left:0;
	right:0;
	text-align:center;
	padding-top:30px;
	}

.thumbnail-activo strong{
	color:#ffffff;
	letter-spacing:0px;
	line-height:1;
	font-size:22px;
	}
	

.thumbnail-activo img{
	position:absolute;
	top: -100px;
	transition: all 300ms ease;
	left:0;
	right:0;
	}

.thumbnail-activo .move{
	position:absolute;
	top: 0px;
	transition: all 300ms ease;
	left:0;
	right:0;
	}


.thumbnail-activo:hover{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.thumbnail-activo:hover img{
	top: 15px;
	left:0;
	right:0;
	}

.thumbnail-activo:hover .move{
	position:absolute;
	top: 130px;
	transition: all 200ms ease;
	left:0;
	right:0;
	}


.thumbnail-activo2{
	min-height:110px;
	margin: 2px 2px;
	background-color:#ff6b00;
	border-radius:3px;
	overflow:hidden;
	position:relative;
	}

.thumbnail-activo2 p{
	color:#ffffff;
	letter-spacing: 5px;
	font-size:15px;
	font-weight:100;
	left:0;
	right:0;
	text-align:center;
	padding-top:30px;
	}

.thumbnail-activo2 strong{
	color:#ffffff;
	letter-spacing:0px;
	line-height:1;
	font-size:22px;
	}
	

.thumbnail-activo2 img{
	position:absolute;
	top: -100px;
	transition: all 300ms ease;
	left:0;
	right:0;
	}

.thumbnail-activo2 .move{
	position:absolute;
	top: 0px;
	transition: all 300ms ease;
	left:0;
	right:0;
	}


.thumbnail-activo2:hover{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.thumbnail-activo2:hover img{
	top: 15px;
	left:0;
	right:0;
	}

.thumbnail-activo2:hover .move{
	position:absolute;
	top: 130px;
	transition: all 200ms ease;
	left:0;
	right:0;
	}
	
.alto-minimo-columna-imagen {
	height:700px;
	overflow:hidden;
	position:relative;
	}


.alto-minimo-columna-imagen img{
	height:100%;
	width:auto;
	overflow:hidden;
    margin:auto;
	display:block;
	position:absolute;
	right:-100px;
	}
	

.alto-minimo-columna-imagen-3 {
	height:700px;
	overflow:hidden;
	position:relative;
	}


.alto-minimo-columna-imagen-3 img{
	height:100%;
	width:auto;
	overflow:hidden;
    margin:auto;
	display:block;
	position:absolute;
	}
	

.alto-minimo-columna-imagen-2 {
	height:600px;
	overflow:hidden;
	position:relative;
	}


.alto-minimo-columna-imagen-2 img{
	height:100%;
	width:auto;
	overflow:hidden;
    margin:auto;
	display:block;
	position:absolute;
	right:0;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
	}
	
	
	
.alto-minimo-columna-contenido {
	height:700px;
	overflow:hidden;
	position:relative;
	}
	
	
.alto-minimo-2-columna-imagen {
	height:600px;
	overflow:hidden;
	position:relative;
	}


.alto-minimo-2-columna-imagen img{
	height:100%;
	width:auto;
	overflow:hidden;
    margin:auto;
	display:block;
	position:absolute;
	right: 0px;
	}

.alto-minimo-2-columna-contenido {
	height:600px;
	overflow:hidden;
	position:relative;
	}

.alto-minimo-rubicar-play-columna-contenido {
	height:600px;
	overflow:hidden;
	position:relative;
	}

.alto-minimo-rubicar-play-columna-contenido ul{
	left:50%;
	transform:translateX(-50%);
	position:absolute;
	width:100%;
	}

.alto-minimo-rubicar-play-columna-contenido .logos-bajada img{
	padding-top: 0px;
	width:170px;
}

.alto-minimo-rubicar-play-columna-contenido img{
	padding-top: 60px;
	padding-left:20px;
	}


.alto-minimo-2-columna-contenido img{
	padding-top: 60px;
	padding-left:20px;
	}




.alto-minimo-3-columna-imagen {
	height:500px;
	overflow:hidden;
	position:relative;
	margin:auto;
	padding: 0 0;
	}


.alto-minimo-3-columna-imagen img{
	height:100%;
	width:auto;
	overflow:hidden;
    margin:auto;
	display:block;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	}

.alto-minimo-3-columna-contenido {
	height:500px;
	overflow:hidden;
	position:relative;
	}

.alto-minimo-3-columna-contenido .logos-bajada img{
	padding-top: 0px;
	padding-left:20px;
	width:170px;
}

.alto-minimo-3-columna-contenido img{
	padding-top: 60px;
	padding-left:20px;
	}
	

.alto-minimo-3-columna-imagen-2 {
	height:500px;
	overflow:hidden;
	position:relative;
	}


.alto-minimo-3-columna-imagen-2 img{
	height:100%;
	width:auto;
	overflow:hidden;
    margin:auto;
	display:block;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	}


.boton-catologo{
    position:absolute;
    bottom:50px;
    right:190px;
}

.logos-bajada{
    position:absolute;
    bottom:0px;
}

.alto-minimo-columna-contenido  .logos-bajada img{
	padding-top: 0px;
	padding-left:20px;

}


.alto-minimo-columna-contenido img{
	padding-top: 60px;
	padding-left:20px;

	}

@media (max-width:480px) {
	
	.alto-minimo-3-columna-contenido {
	height:auto;
	overflow:hidden;
	position:relative;
	}
	
	.alto-minimo-3-columna-imagen {
	height:200px;
	overflow:hidden;
	position:relative;
	margin:auto;
	padding: 0 0;
	}
	
	.alto-minimo-3-columna-imagen img{
	height:auto;
	width:100%;
	overflow:hidden;
    margin:auto;
	display:block;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	}
	
	.alto-minimo-columna-contenido img{
	padding-top: 30px;
	padding-left:20px;
	}

	
	.alto-minimo-columna-contenido {
	height:640px;
	overflow:hidden;
	position:relative;
	}

	
	.alto-minimo-columna-imagen {
	height:280px;
	width:100%;
	overflow:hidden;
	position:relative;
	}
	
.alto-minimo-columna-imagen img{
	height:auto;
	width:100%;
	overflow:hidden;
	position:absolute;
	margin:auto;
	display:block;
	right:0px;
	}
	
	
	
	
	
	.alto-minimo-2-columna-contenido img{
	padding-top: 30px;
	padding-left:20px;
	}

	
	.alto-minimo-2-columna-contenido {
	height:640px;
	overflow:hidden;
	position:relative;
	}

	
	.alto-minimo-2-columna-imagen {
	height:280px;
	width:100%;
	overflow:hidden;
	position:relative;
	}
	
.alto-minimo-2-columna-imagen img{
	height:auto;
	width:100%;
	overflow:hidden;
	position:absolute;
	margin:auto;
	display:block;
	right:0px;
	}

.alto-minimo-2-columna-contenido  .logos-bajada img{
	width:150px;

}


}

@media (min-width:480px) and (max-width:990px) {
	
	.alto-minimo-columna-contenido img{
	padding-top: 30px;
	padding-left:20px;
	}

	
	.alto-minimo-columna-contenido {
	height:530px;
	overflow:hidden;
	position:relative;
	}

	
	.alto-minimo-columna-imagen {
	height:500px;
	width:100%;
	overflow:hidden;
	position:relative;
	}
	
.alto-minimo-columna-imagen img{
	height:800px;
	width:auto;
	margin:auto;
	display:block;
	position:absolute;
	top:-300px;
	right:-100px;
	}
	
	
	
	
	
	
	.alto-minimo-2-columna-contenido img{
	padding-top: 30px;
	padding-left:20px;
	
	}

	
	.alto-minimo-2-columna-contenido {
	height:530px;
	overflow:hidden;
	position:relative;
	}

	
	.alto-minimo-2-columna-imagen {
	height:500px;
	width:100%;
	overflow:hidden;
	position:relative;
	}
	
.alto-minimo-2-columna-imagen img{
	height:1000px;
	width:auto;
	margin:auto;
	display:block;
	position:absolute;
	top:-300px;
	right:00px;
	}


}


/*-----------------------------------------------------------------------------------*/
/*	ANCLA
/*-----------------------------------------------------------------------------------*/

 .ancla:before {       
      display: block;
      content: " ";
      margin-top: -75px;
      height: 75px;
      visibility: hidden;
} 


@media (max-width:992px) {
 .ancla:before {       
      display: block;
      content: " ";
      margin-top: -45px;
      height: 45px;
      visibility: hidden;
} 
}

/*-----------------------------------------------------------------------------------*/
/*	GLYPHICON
/*-----------------------------------------------------------------------------------*/

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

/*-----------------------------------------------------------------------------------*/
/*	VIDEO BACKGROUND
/*-----------------------------------------------------------------------------------*/


.background-video{
 position: fixed;
  top: 50%; left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
	}
	
	.background-video h1{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-stretch:extra-condensed;
	font-size:28px;
	text-transform:uppercase;
	font-weight:100;
	color:#ffffff;
	line-height: 1.0;
	}
	
	.background-video hr{
	border: 1px solid #fff;
	width:80px;
	}

.background-video strong{
	font-size:80px;
	line-height: 1.0;
	font-weight:500;
	}

@media (max-width:992px) {
	
.background-video strong{
	font-size:30px;
	}

}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
	
	.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

	
	footer{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background:#282930;
	color:#FFFFFF;
	}
	
    footer .contactos{
		height:auto;
		width:100%;
	}

.contactos a{
		color:#FFFFFF;
		-webkit-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	    transition: all .3s ease;
	}
	
.contactos a:hover{
		color:#ff6b00;
	}
	
	.footer-text{
		padding-top:10px;
	}
	
	.footer-copyright {
		padding-top:5px;
		padding-bottom:5px;
		font-size:10px;
		}
		
	.footer-copyright a {
		color:#939393;
		text-decoration:none;
			-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
		}
		
	.footer-copyright a:hover {
		color:#ff6b00;
		}
		
	
.pull-right {
  float: right !important;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none
}

body {
	background: #fff;
	font-family: sans-serif;
	
}

p span {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#ff6b00;
	}

/*-----------------------------------------------------------------------------------*/
/*	NAV
/*-----------------------------------------------------------------------------------*/

.contenido-texto{
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin-top:2%;
	margin-bottom:2%;
	}

.contenido img{
	padding:0 0;
	margin: 0 0;
	display:block;
	margin:auto;
	vertical-align:middle;
	}

.contenido ul{
	font-size:12px;
	padding:10px 20px;
	margin:10px 20px;
	}

.contenido h4{
	padding:10px 20px;
	margin:10px 20px;
	}

.contenido p{
	font-size:12px;
	padding:10px 20px;
	margin:10px 20px;
	}
	
.contenido blockquote {
	font-size:12px;
	padding:10px 20px;
	margin:10px 20px;
	}
	
.contenido blockquote p{
	font-size:1.5vw;
	padding:0px 0px;
	margin:0px 0px;
	}

	

.contenido .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px; 
}
	
.contenido-somos h1{
	font-size:4vw;
	font-weight:700;
	padding:10px 20px;
	margin: 10px 20px;
	
	}
	
.contenido-somos-texto{
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin-top:2%;
	margin-bottom:2%;
	}

.contenido-somos ul{
	font-size:12px;
	padding:10px 20px;
	margin:10px 20px;
	}

.contenido-somos h4{
	padding:10px 20px;
	margin:10px 20px;
	}

.contenido-somos p{
	font-size:15px;
	padding:10px 20px;
	margin:10px 20px;
	}
	
.contenido-somos blockquote {
	font-size:12px;
	padding:10px 20px;
	margin:10px 20px;
	}
	
.contenido-somos blockquote p{
	font-size:1.5vw;
	padding:0px 0px;
	margin:0px 0px;
	}


.contenido .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px; 
}
	
	
.contenido h1{
	font-size:2vw;
	font-weight:700;
	padding:10px 20px;
	margin: 10px 20px;
	
	}

@media (max-width:992px) {
.contenido-texto{
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin-top:0%;
	margin-bottom:0%;
	}
}

	
.img-responsive {
	width:100%;
	}

.contenido2-texto{
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin-top:4%;
	margin-bottom:4%;
	}

.contenido2 ul{
	font-size:12px;
	padding:10px 20px;
	margin:10px 20px;
	}

.contenido2 h1{
	font-size:4.7vw;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 20px;
	margin: 10px 20px;
		}

.contenido2 h4{
	padding:10px 20px;
	margin:10px 20px;
	}

.contenido2 p{
	font-size:15px;
	padding:10px 20px 0px 20px;
	margin:10px 20px 0px 20px;
	}
	
.contenido2 blockquote {
	font-size:12px;
	padding:10px 20px;
	margin:10px 20px;
	}
	
.contenido2 blockquote p{
	font-size:30px;
	padding:0px 0px;
	margin:0px 0px;
	}


.contenido2 .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px; 
	padding-top: 0px;
	padding-bottom:0px;
}

@media (max-width:992px) {
.contenido2-texto{
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin-top:0%;
	margin-bottom:0%;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	COLORES
/*-----------------------------------------------------------------------------------*/

.color-azul{
	color:#060e9f;
	}
	
.color-blanco{
	color:#ffffff;
	}

.color-lila{
	color:#846ac7;
	}
	
.color-naranjo{
	color:#ff6b00;
	}
	
.color-negro{
	color:#000000;
	}

.color-fondo-premium-background{
	background:url(../images/fondo-premium.jpg) no-repeat;
	background-position:left;
	background-size:contain;
	background-color:#000000;
	height:600px;
	}
	
.color-negro-background{
	background:#000000;
	}

.color-azul-background{
	background:#060e9f;
	}

.color-lila-background{
	background:#846ac7;
	}

.color-naranjo-background{
	background:#ff6b00;
	}

.color-lila-opacidad-background{
	background: rgba(132,106,199,0.8);
	}

.color-naranjo-opacidad-background{
	background: rgba(255,107,0,0.8);
	}
	
@media (max-width:992px){
	.color-naranjo-opacidad-background{
	background: rgba(255,107,0,1.0);
	}
	
	}

.color-azul-opacidad-background{
	background: rgba(6,14,159,0.8);
	}
	
.scosche-background{
	margin-top:0px;
	position:relative;
	height:auto;

background:url(../images/background-scosche.jpg);	
background-attachment: fixed;
    background-position: center;
    background-repeat:no-repeat;
	background-size:cover;
	}
	
.titulo-moc{
	font-weight:600;
	}
	
.seccion-uno {
	background:#fafafa;
	margin-left:0;
	margin-right:0;
	padding-top:50px;
	padding-bottom:50px;
	}

.seccion-uno-white {
	background:#ffffff;
	margin-left:0;
	margin-right:0;
	padding-top:50px;
	padding-bottom:50px;
	}
	
.seccion-uno hr {
	border: 0.5px solid rgb(6,14,159, 0.1);
	
	}

.padding-text {
	padding-top:15%;
	}

.padding-textoytitulo {
	padding-top:8%;
	padding-bottom:8%;
	}
	
.padding-moc {
	padding-top:15%;
	padding-bottom:15%;
	}

.seccion-dos {
	background:#7e66aa;
	color:#fff;
	
	}
	
.seccion-tres {
	background:#ff6b00;
	color:#fff;
	}

blockquote{
	color:#8C8C8C;
	font-size:10px;
	font-style:italic;
	padding:5px;
	}
	
@media (max-width:992px) {
	.padding-text {
		padding:0
	}
	
	.padding-textoytitulo {
	padding:0;
	}
	
.padding-moc {
	padding-top:0;
	}
	
	
.scosche-background{
	
background:#f5f3f5;	
	}
	
	
	}


/*-----------------------------------------------------------------------------------*/
/*	BANNERS
/*-----------------------------------------------------------------------------------*/

.titulo-cabecera {

  font-size: 4vw;
  font-weight:700;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.fondo-categoria-de-productos {
	margin-top:0px;
	position:relative;
	width:100%;
	height:auto;

background:url(../images/otros-productos.jpg);	
background-attachment: fixed;
    background-position: center;
    background-repeat:no-repeat;
	background-origin:padding-box;
	background-size:cover;
	}


.banner-homemoc {
	margin-top:0px;
	position:relative;
	width:100%;
	height:110px;
	background: rgb(4,10,108);
	background: linear-gradient(25deg, rgba(4,10,108,1) 33%, rgba(98,79,148,1) 33%, rgba(98,79,148,1) 66%, rgba(204,86,0,1) 66%);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-size: auto;
	}
	
.banner-homemoc h1{
  position:absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0%;
  font-size:4vw;
  font-weight:600;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 0%;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}



.banner-homemoc p{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: -5%;
font-size: 2vw;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  
}

.banner-homemoc img{
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0%;
  padding-top: 0%;
  padding-bottom: 1%;
}

.banner-homemoc span{
	display:none;
}



.banner-somos {
	margin-top:80px;
	position:relative;
	width:100%;
	height:220px;
	background:url(../images/somos.jpg);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}


.banner-somos-rubicar {
	width:auto;
	height:100%;
	overflow:hidden;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.banner-premium-rubicar {
	width:100%;
	height:600px;
	overflow:hidden;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.banner-premium-rubicar img {
	height:600px;
	overflow:hidden;
	top:0;
	left:0;
	right:0;
	bottom:0;
}


.banner-somos-rubicar img {
	width:auto;
	height:100%;

	}

	
.banner-somos h1{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: 22%;
  font-size:50px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner-somos p{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: -5%;
font-size: 2vw;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  
}


.banner-accesorios {
	margin-top:80px;
	position:relative;
	width:100%;
	height:200px;
	background:url(../images/accesorios.jpg);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
	}
	
.banner-accesorios h1{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: 22%;
  font-size:50px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner-accesorios p{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: -5%;
font-size: 2vw;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  
}

.banner-clientes {
	margin-top:80px;
	position:relative;
	width:100%;
	height:200px;
	background:url(../images/clientes.jpg);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
	}
	
.banner-clientes h1{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: 22%;
  font-size:50px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner-clientes p{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: -5%;
font-size: 2vw;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  
}


.banner-contacto {
	margin-top:80px;
	position:relative;
	width:100%;
	height:200px;
	background:url(../images/contacto.jpg);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
	}
	
.banner-contacto h1{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: 22%;
  font-size:50px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner-contacto p{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: -5%;
font-size: 2vw;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  
}


.banner-moc {
	margin-top:80px;
	position:relative;
	width:100%;
	height:200px;
	background:url(../images/moc-products.jpg);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
	}
	
.banner-moc h1{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: 18%;
  font-size:50px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner-moc img{
  left: 15%;
  right: 15%;
  bottom: 22%;
  padding-top: 30px;
  padding-bottom: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner-moc p{
  position:absolute;
  left: 15%;
  right: 15%;
  bottom: -5%;
font-size: 2vw;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  
}


@media (max-width:992px) {
	
.titulo-cabecera {

  font-size: 40px;
}

.banner-homemoc span{
	display:block;
}

.banner-homemoc h1{
  position:absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0%;
  font-size:25px;
  z-index: 10;
  padding-top: 0%;
  padding-bottom: 0%;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner-homemoc img{
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0px;
  padding-top: 20px;
  padding-bottom: 0%;
}

	
	.banner-homemoc {
	margin-top:0px;
	position:relative;
	width:100%;
	height:200px;
	background: rgb(6,14,159);
	background: linear-gradient(0deg, rgba(6,14,159,1) 0%, rgba(132,106,199,1) 50%, rgba(255,107,0,1) 100%);
background-attachment: fixed;
    background-position: center;
    background-repeat:no-repeat;
	background-origin:padding-box;
	background-size:cover;
	
	}
	
	
.banner-somos {
	margin-top:47px;
	position:relative;
	width:100%;
	height:200px;
	background:url(../images/somos.jpg);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	.banner-accesorios {
	margin-top:47px;
	position:relative;
	width:100%;
	height:200px;
	background:url(../images/accesorios.jpg);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	.banner-clientes {
	margin-top:47px;
	position:relative;
	width:100%;
	height:200px;
	background:url(../images/clientes.jpg);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	.banner-contacto {
	margin-top:47px;
	position:relative;
	width:100%;
	height:200px;
	background:url(../images/contacto.jpg);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	.banner-moc {
	margin-top:47px;
	position:relative;
	width:100%;
	height:200px;
	background:url(../images/moc-products.jpg);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	.banner-moc img{
		display:none;
}
	
	.banner-somos-rubicar {
	width:100%;
	height:auto;
	overflow:hidden;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.banner-somos-rubicar img {
	width:100%;
	height:auto;

	}
	
	}

/*-----------------------------------------------------------------------------------*/
/*	Portafolio
/*-----------------------------------------------------------------------------------*/

.portfolio .thumbnail {
    position: relative;
}

.portfolio .thumbnail:hover {
    cursor: pointer;
}

.portfolio .caption {
    bottom: 0;
    position: absolute;
}

.portfolio .btn {
    opacity: 0.75;
}

/*-----------------------------------------------------------------------------------*/
/*	GALERIA
/*-----------------------------------------------------------------------------------*/
.container.gallery-container {


    padding: 0px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 0px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 0px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 107, 0, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

/*-----------------------------------------------------------------------------------*/
/*	CLIENTES
/*-----------------------------------------------------------------------------------*/
a li{
	list-style:none;
	text-align:center;
	}
	
.cliente{
	min-height:100px;
	}
	

.clientes a img{
	padding:0;
	border-bottom:1px solid rgb(255, 107, 0 , 0.75);
	border-width:0;
	width:170px;
	margin-top:0px;
	}
	
.clientes a:hover img{

	 opacity: 1.0;
	 filter: alpha(opacity=100);
	 transition: all 0.5s ease 0s;
	 -webkit-transition: all .5s ease;
	 -ms-transition: all .5s ease;
	 transition: all .5s ease;
	 width:200px;
	 margin-top:-7px; 
	}

/*-----------------------------------------------------------------------------------*/
/*	ACCESORIOS
/*-----------------------------------------------------------------------------------*/
	
.accesorio{
	min-height:100px;
	}
	
.accesorios a img{
	padding:0;
	border-bottom:1px solid rgb(255, 107, 0 , 0.75);
	border-width:0;
	width:170px;
	margin-top:0px;
	}
	
.accesorios a:hover img{

	 opacity: 1.0;
	 filter: alpha(opacity=100);
	 transition: all 0.5s ease 0s;
	 -webkit-transition: all .5s ease;
	 -ms-transition: all .5s ease;
	 transition: all .5s ease;
	 width:200px;
	 margin-top:-7px; 
	}

.padding-accesorios {
	padding: 30px 0px 30px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.hidden-row {
    display: none
}
input,
textarea,
.uneditable-input {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #737373;
    border: 1px solid #e1e1e1;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #c1c1c1;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #b54d4d
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms .button-row p.forgot {
    padding: 6px 0 0 10px;
    overflow: hidden;
    display: inline-block;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.searchform {
    position: relative
}
.searchform .btn {
    position: absolute;
    top: 0;
    right: -5px;
    height: 40px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    padding: 0 15px !important;
}



.carousel-inner{
	position:relative;
	width: 100%;
	height:675px;
	overflow:hidden;
	background-color:transparent;
	margin-top:0px;
	background: rgba(40,52,128, 1.5);
	}

.carousel-caption{
	position:absolute;
	z-index:10;
	margin: 0;
	color:#fff;
	text-align:center;
	text-shadow:0 10px 16px rgba(0,0,0,.0);
	top: 38%;

	}

.carousel-caption h3{
	text-transform:uppercase;
	font-size:4.5vw;
	font-weight:700;
	}

	.carousel-item > img {
		opacity: 0.5;
		margin: 0;
		position: absolute;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

.carousel-item{
	top: 50%;
	left: 50%;
}

.imagen-carousel {
	width: 100%;
	height: auto;
}

@media (min-width:992px) and (max-width:1250px) {
	.img-slide {
	width:130%;
	height:auto;
	}

	}
	
@media (max-width:992px) {
	.carousel-inner{
		height:500px;
		}
	
	.imagen-carousel {
			height: 500px;
		}

		

	.img-slide {
	width:auto;
	height:auto;
	}

	}

.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
	height:300px;
	
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: cambio 20s infinite alternate linear;
}


.slider li {
	display: block;
	overflow:hidden;
    max-width: none;
	top:0;
	left:0;
	right:0;
	width:100%;
	float:none;	
}

.slider img {

	max-width:100%;
	height:auto;

}


@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
	
}



@media (max-width: 992px) {
	.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
	height:200px;
	
}

}



.sin-margenes{
	margin:0;
	padding:0;
	}


.rubicar-naranjo{
background: rgba(255,149,77,1);
background: -moz-linear-gradient(45deg, rgba(255,149,77,1) 0%, rgba(255,149,77,1) 34%, rgba(255,106,0,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,149,77,1)), color-stop(34%, rgba(255,149,77,1)), color-stop(100%, rgba(255,106,0,1)));
background: -webkit-linear-gradient(45deg, rgba(255,149,77,1) 0%, rgba(255,149,77,1) 34%, rgba(255,106,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,149,77,1) 0%, rgba(255,149,77,1) 34%, rgba(255,106,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,149,77,1) 0%, rgba(255,149,77,1) 34%, rgba(255,106,0,1) 100%);
background: linear-gradient(45deg, rgba(255,149,77,1) 0%, rgba(255,149,77,1) 34%, rgba(255,106,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff954d', endColorstr='#ff6a00', GradientType=1 );
	}

.rubicar-naranjo h3{
	color:#ffffff;
	}

.rubicar-naranjo p{
	color:#ffffff;
	}

	
.rubicar-lila{
background: rgba(191,182,214,1);
background: -moz-linear-gradient(45deg, rgba(191,182,214,1) 0%, rgba(132,106,199,1) 75%, rgba(132,106,199,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(191,182,214,1)), color-stop(75%, rgba(132,106,199,1)), color-stop(100%, rgba(132,106,199,1)));
background: -webkit-linear-gradient(45deg, rgba(191,182,214,1) 0%, rgba(132,106,199,1) 75%, rgba(132,106,199,1) 100%);
background: -o-linear-gradient(45deg, rgba(191,182,214,1) 0%, rgba(132,106,199,1) 75%, rgba(132,106,199,1) 100%);
background: -ms-linear-gradient(45deg, rgba(191,182,214,1) 0%, rgba(132,106,199,1) 75%, rgba(132,106,199,1) 100%);
background: linear-gradient(45deg, rgba(191,182,214,1) 0%, rgba(132,106,199,1) 75%, rgba(132,106,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfb6d6', endColorstr='#846ac7', GradientType=1 );
	}
	
.rubicar-lila h3{
	color:#ffffff;
	}

.rubicar-lila p{
	color:#ffffff;
	}

	
.rubicar-azul{
background: rgba(129,138,204,1);
background: -moz-linear-gradient(45deg, rgba(129,138,204,1) 0%, rgba(6,13,157,1) 75%, rgba(6,13,157,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(129,138,204,1)), color-stop(75%, rgba(6,13,157,1)), color-stop(100%, rgba(6,13,157,1)));
background: -webkit-linear-gradient(45deg, rgba(129,138,204,1) 0%, rgba(6,13,157,1) 75%, rgba(6,13,157,1) 100%);
background: -o-linear-gradient(45deg, rgba(129,138,204,1) 0%, rgba(6,13,157,1) 75%, rgba(6,13,157,1) 100%);
background: -ms-linear-gradient(45deg, rgba(129,138,204,1) 0%, rgba(6,13,157,1) 75%, rgba(6,13,157,1) 100%);
background: linear-gradient(45deg, rgba(129,138,204,1) 0%, rgba(6,13,157,1) 75%, rgba(6,13,157,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818acc', endColorstr='#060d9d', GradientType=1 );
	}

.rubicar-azul h3{
	color:#ffffff;
	}

.rubicar-azul p{
	color:#ffffff;
	}

.rubicar-colores{
	
background: rgba(255,106,0,1);
background: -moz-linear-gradient(-45deg, rgba(255,106,0,1) 0%, rgba(6,14,159,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,106,0,1)), color-stop(100%, rgba(6,14,159,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,106,0,1) 0%, rgba(6,14,159,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,106,0,1) 0%, rgba(6,14,159,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,106,0,1) 0%, rgba(6,14,159,1) 100%);
background: linear-gradient(135deg, rgba(255,106,0,1) 0%, rgba(6,14,159,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#060e9f', GradientType=1 );
	
	}
	
.rubicar-gris{
	
background:#f6f4f6;
	}
	
.rubicar-gris h3{
color:#060e9f;
	}

.rubicar-gris p{
color:#3E3E3E;
	}

.alto-columna-mobile{
	height:300px;
	}


.btn-rubicar {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.caption a {
	font-size:15px;
	font-family:arial;
	text-decoration:none;
	text-transform:uppercase;
	transform-style:preserve-3d;
	position:relative;
	transition:.5s;
	}
	
.caption a:before {
	content:attr(title);
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px;
	background:#060e9f;
	color:#fff;
	border: 3px solid #060e9f;
	transition:.5s;
	transform-origin:right;
	transform:translateX(-100%) rotateY(90deg);
	}
	
.caption a:after {
	content:attr(title);
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px;
	background:#ff6b00;
	color:#fff;
	border: 3px solid #ff6b00;
	transition:.5s;
	transform-origin:left;
	transform:translateX(0%) rotateY(0deg);
	}
	
.caption a:hover:before {
	transform:translateX(0%) rotateY(0deg);
	}
	
.caption a:hover:after {
	transform:translateX(100%) rotateY(90deg);
	}

.portafolio-item{
	position: relative;
	overflow: hidden;
	max-width:100%;
	margin:auto;
	max-height:100%;
	min-height:50%;
}

.portafolio-img{
	margin:auto;
	min-height:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.portafolio-text{
	position: absolute;
	padding: 5% 5%;
	color:#fff;
	bottom: 0;
	margin: 0 0 10px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width:50%;
	height:100%;
}

.portafolio-text h3{
	font-size:3vw;
	font-weight:700;
}

@media (max-width:992px) {
	
	
.portafolio-text h3{
	font-size:40px;
}
}


.portafolio-item:hover .portafolio-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

/*-----------------------------------------------------------------------------------*/
/*	Thumbnail de productos
/*-----------------------------------------------------------------------------------*/

.thumbnail-de-productos {
	margin: auto;
    display: block;
    padding: 0px;
	margin-top:20px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 10px;
	-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
	   -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.thumbnail-de-productos h3 {
	
	margin-top:0px;
}

.thumbnail-de-productos .caption {
	padding:22px;
	color:#333;
	}
	
.thumbnail-de-productos .caption h3{
	color:#846ac7;
	font-weight:700;
	}

.thumbnail-de-productos:hover .caption h3{
	color:#ffffff;
	font-weight:700;
	}

.thumbnail-de-productos:hover .caption {
	padding:22px;
	color:#fff;
	}

.thumbnail-de-productos:hover {
	margin: auto;
    display: block;
    padding: 0px;
	margin-top:20px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #846ac7;
	color:#FFFFFF;
    border-radius: 10px;
	-webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	-webkit-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.75);
box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.75);
	   -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	cursor:pointer;
}

	
.thumbnail-de-productos:hover:after{
	
	}
	
.thumbnail-de-productos:hover:before{
	
	}

/* portafolio*/


.thumbnail-de-productos{
	position: relative;
	overflow: hidden;
	max-width:100%;
	height:100%;
}


.thumbnail-de-productos-btn{
	position: absolute;
	top: 0;
	right:0;
	background: rgba(255,255,255,1.0);
	color: #846ac7;
	-webkit-transform: translateX(150%) skewX(40deg) ;
	-ms-transform: translateX(150%) skewX(40deg) ;
	transform: translateX(150%) skewX(40deg) ;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width:100%;
	height:100%;
	padding:0;
}

.thumbnail-de-productos-btn p{
	font-size: 20px;
	color:#846ac7;
	font-weight:700;
	padding-left:15%;
	padding-top:7%;
	padding-right:20%;
	
	width:100%;
	-webkit-transform: skewX(-40deg) ;
	-ms-transform: skewX(-40deg) ;
	transform: skewX(-40deg) ;
	text-transform:uppercase;

}

.thumbnail-de-productos:hover .thumbnail-de-productos-btn{
	-webkit-transform:translateX(102%) skewX(40deg) ;
	-ms-transform:translateX(102%) skewX(40deg) ;
	transform:translateX(102%) skewX(40deg) ;
}

/* fin portafolio*/



/*-----------------------------------------------------------------------------------*/
/*	Columna Home
/*-----------------------------------------------------------------------------------*/


.columna {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    background-color:transparent;
}

.columna-mobile {
	height:300px;
}

.columna-item{
	position: relative;
	overflow: hidden;
	max-width:100%;
	margin:auto;
	max-height:100%;
	min-height:50%;
}

.columna-img{
	margin:auto;
	min-height:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.columna-img-logo{
	margin-right:120px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display:block;
}

.columna-img-video{
	display:block;
	float:right;
	min-height:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.columna-item:hover .columna-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.columna-item:hover .columna-img-video{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.columna-item:hover .columna-text h3{
	color:#060e9f;
}



.columna-text{
	position: absolute;
	padding: 5% 5%;
	bottom: 0;
	margin: 0 0 10px;
	height:100%;
	width:50%;
}


.columna-text h3{
	font-size:3vw;
	font-weight:700;
	color:#ff6b00;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


@media (max-width:992px) {
.columna-text h3{
	font-size:40px;
}

.columna-img-video{
	display:block;
	margin-right:auto;
	margin-left:auto;
	float:none;
	}

.columna-img-logo{
	width:45%;
	height:auto;
	margin-right:0px;
}

}

/*-----------------------------------------------------------------------------------*/
/*	Columna MOC
/*-----------------------------------------------------------------------------------*/

.columna-moc {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    background-color:transparent;
}

.columna-moc-item{
	position: relative;
	overflow: hidden;
	max-width:100%;
	margin:auto;
	max-height:100%;
	min-height:50%;
}

.columna-moc-img{
	margin:auto;
	min-height:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.5;
}



.columna-moc-item:hover .columna-moc-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	opacity: 1;
}


.columna-moc-text{
	position: absolute;
	padding: 5% 5%;
	bottom: 0;
	margin: 0 0 10px;
	height:100%;
	width:50%;
}

.columna-moc-text h3{
	font-size:3vw;
	font-weight:700;
}


@media (max-width:992px) {
.columna-moc-text h3{
	font-size:40px;
}

}

/*-----------------------------------------------------------------------------------*/
/*	Columna accesorios
/*-----------------------------------------------------------------------------------*/

.columna-accesorios {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    background-color:transparent;
}

.columna-accesorios-item{
	position: relative;
	overflow: hidden;
	width:100%;
	height:350px;
}

.columna-accesorios-img{
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	min-height: 100%;
	opacity: 0.5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.columna-accesorios-item:hover .columna-accesorios-img{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.15, 1.15);
}


.columna-accesorios-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.columna-accesorios-text h3{
	font-size:3vw;
	font-weight:700;
}


@media (max-width:992px) {

.columna-accesorios-text h3{
	font-size:40px;
}
.columna-accesorios-img{

	min-height:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;

}

}

/*-----------------------------------------------------------------------------------*/
/*	Columna Insumos Taller
/*-----------------------------------------------------------------------------------*/

.columna-taller {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    background-color:transparent;
}

.columna-taller-item{
	position: relative;
	overflow: hidden;
	width:100%;
	height:450px;
}

.columna-taller-img{
	position: absolute;
	-webkit-transition: all 0.75s;
	transition: all 0.5s;
	width: 100%;
	min-height: 100%;
	opacity: 0.5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.columna-taller-item:hover .columna-taller-img{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.05, 1.05);
	opacity: 1;
}


.columna-taller-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.columna-taller-text h2{
	padding-left: 44%;
	color: #060e9f;
}

.columna-taller-text ul{
	padding-left: 47%;
}

.columna-taller-text h3{
	font-size:3vw;
	font-weight:700;
}


@media (max-width:992px) {

.columna-taller-text h3{
	font-size:40px;
}
.columna-taller-img{

	min-height:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;

}

}

/*-----------------------------------------------------------------------------------*/
/*	Columna Insumos Taller - blaco
/*-----------------------------------------------------------------------------------*/

.columna-taller-blanco {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    background-color:transparent;
}

.columna-taller-blanco-item{
	position: relative;
	overflow: hidden;
	width:100%;
	height:450px;
}

.columna-taller-blanco-img{
	position: absolute;
	-webkit-transition: all 0.75s;
	transition: all 0.5s;
	width: 100%;
	min-height: 100%;
	opacity: 0.5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.columna-taller-blanco-item:hover .columna-taller-blanco-img{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.05, 1.05);
	opacity: 1;
}


.columna-taller-blanco-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.columna-taller-blanco-text h2{
	color: #060e9f;
}

.columna-taller-blanco-text ul{
}

.columna-taller-blanco-text h3{
	font-size:3vw;
	font-weight:700;
}


@media (max-width:992px) {

.columna-taller-blanco-text h3{
	font-size:40px;
}
.columna-taller-blanco-img{

	min-height:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;

}

}


/*-----------------------------------------------------------------------------------*/
/*	Columna-otros
/*-----------------------------------------------------------------------------------*/

.centrar{
	
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
	}

.centrar-vertical{
	position: absolute;
	top: 50%;
    transform:translateY(-50%);
	width:100%;
	}

.columna-otros {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    background-color:transparent;
}

.columna-mobile {
	height:300px;
}

.columna-otros-item{
	position: relative;
	overflow: hidden;
	max-width:100%;
	margin:auto;
	max-height:100%;
	min-height:50%;
}

.columna-otros-img{
	margin:auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.columna-otros-img-logo{
	margin-right:120px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display:block;
}

.columna-otros-img-video{
	display:block;
	height:auto;
	width:100%;
}

.columna-otros-img-video img{
	display:block;
	height:auto;
	width:50%;
	left: 0;
	right:0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border:5px solid #ffffff;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	margin:auto;
	padding: 0 0;
}


.columna-otros-img-video:hover img{
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}




.columna-otros-text{
	padding: 5% 5%;
	bottom: 0;
	margin: 0 0 10px;
	height:100%;
}


.columna-otros-text h3{
	font-size:3vw;
	font-weight:700;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-transform:uppercase;
}


@media (max-width:992px) {
.columna-otros-text h3{
	font-size:40px;
}

.columna-otros-img-logo{
	width:45%;
	height:auto;
	margin-right:0px;
}

.columna-otros-img-video{
	height:300px;
	overflow:hidden;
	display:block;
}

.columna-otros-img-video img{
	width:auto;
	height:300px;
	overflow:hidden;
	display:block;
	border:0px solid #ffffff;
	-webkit-transform:none;
	-ms-transform: none;
	transform: none;
}

.columna-otros-img{
	display:none;
}


.columna-otros-img-video:hover img{
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.centrar{
	
  position: absolute;
  top: 0%;
  left: 50%;
  transform:translate(-50%,-0%);
  width:100%;
  height:auto;
	}

}


/*-----------------------------------------------------------------------------------*/
/*	Columna-otros2
/*-----------------------------------------------------------------------------------*/

.centrar{
	
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
	}


.columna-otros2{
	width: 100%;
	margin: auto;
	overflow: hidden;
	height:300px;
	
	}

.columna-otros2 img{
	width:100%;
	top:0%;
	left:0%;
	}

.columna-mobile {
	height:300px;
}

.columna-otros2-item{
	position: relative;
	overflow: hidden;
	max-width:100%;
	margin:auto;
	max-height:100%;
	min-height:50%;
}



.columna-otros2-img-logo{
	margin-right:120px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display:block;
}


.columna-otros2{
	padding: 5% 5%;
	margin-top:-15px;
}
 
 
.columna-otros2-text h3{
	font-size:3vw;
	font-weight:700;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-transform:uppercase;
}


.columna-otros2-text{
	padding: 5% 5%;
}




@media (max-width:992px) {
.columna-otros2-text h3{
	font-size:40px;
}

.columna-otros2-img-logo{
	width:45%;
	height:auto;
	margin-right:0px;
}



.centrar{
	
  position: absolute;
  top: 0%;
  left: 50%;
  transform:translate(-50%,-0%);
  width:100%;
  height:auto;
  
	}

}


/*-----------------------------------------------------------------------------------*/
/*  BOTON RUBICAR 
/*-----------------------------------------------------------------------------------*/

.btn-rubicar {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.boton-rubicar a {
	font-size:15px;
	font-family:arial;
	text-decoration:none;
	text-transform:uppercase;
	transform-style:preserve-3d;
	position:relative;
	transition:.5s;
	}
	
.boton-rubicar a:before {
	content:attr(title);
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px;
	background:#ff6b00;
	color:#fff;
	border: 3px solid #ff6b00;
	transition:.5s;
	transform-origin:right;
	transform:translateX(-100%) rotateY(90deg);
	}
	
.boton-rubicar a:after {
	content:attr(title);
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px;
	background:#060e9f;
	color:#fff;
	border: 3px solid #060e9f;
	transition:.5s;
	transform-origin:left;
	transform:translateX(0%) rotateY(0deg);
	}
	
.boton-rubicar a:hover:before {
	transform:translateX(0%) rotateY(0deg);
	}
	
.boton-rubicar a:hover:after {
	transform:translateX(100%) rotateY(90deg);
	}
	
/*-----------------------------------------------------------------------------------*/
/*  BOTON RUBICAR-1 
/*-----------------------------------------------------------------------------------*/


.boton-rubicar-1 a {
	font-size:15px;
	font-family:arial;
	text-decoration:none;
	text-transform:uppercase;
	transform-style:preserve-3d;
	position:relative;
	transition:.5s;
	}
	
.boton-rubicar-1 a:before {
	content:attr(title);
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px;
	background:#846ac7;
	color:#fff;
	border: 3px solid #846ac7;
	transition:.5s;
	transform-origin:right;
	transform:translateX(-100%) rotateY(90deg);
	}
	
.boton-rubicar-1 a:after {
	content:attr(title);
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px;
	background:#ff6b00;
	color:#fff;
	border: 3px solid #ff6b00;
	transition:.5s;
	transform-origin:left;
	transform:translateX(0%) rotateY(0deg);
	}
	
.boton-rubicar-1 a:hover:before {
	transform:translateX(0%) rotateY(0deg);
	}
	
.boton-rubicar-1 a:hover:after {
	transform:translateX(100%) rotateY(90deg);
	}
	
/*-----------------------------------------------------------------------------------*/
/*  BOTON RUBICAR-2 
/*-----------------------------------------------------------------------------------*/


.boton-rubicar-2 a {
	font-size:15px;
	font-family:arial;
	text-decoration:none;
	text-transform:uppercase;
	transform-style:preserve-3d;
	position:relative;
	transition:.5s;
	}
	
.boton-rubicar-2 a:before {
	content:attr(title);
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px;
	background:#060e9f;
	color:#fff;
	border: 3px solid #060e9f;
	transition:.5s;
	transform-origin:right;
	transform:translateX(-100%) rotateY(90deg);
	}
	
.boton-rubicar-2 a:after {
	content:attr(title);
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px;
	background:#846ac7;
	color:#fff;
	border: 3px solid #846ac7;
	transition:.5s;
	transform-origin:left;
	transform:translateX(0%) rotateY(0deg);
	}
	
.boton-rubicar-2 a:hover:before {
	transform:translateX(0%) rotateY(0deg);
	}
	
.boton-rubicar-2 a:hover:after {
	transform:translateX(100%) rotateY(90deg);
	}
		
/*-----------------------------------------------------------------------------------*/
/*  COLUMNAS INDEX
/*-----------------------------------------------------------------------------------*/

.columnas-index {
	position:relative
}

.index-inner{
	position:relative;
	width:100%;
	height:300px;
	overflow:hidden;
	}



.index-inner>.item>a>img, .index-inner>.item>img {
    display: block;
	overflow:hidden;
	width:100%;
	margin-top:-10%;
}



@media (min-width: 700px) and (max-width: 1350px) {
	
.index-inner{
	position:relative;
	width:100%;
	height:300px;
	overflow:hidden;
	}
	
	.index-inner>.item>a>img, .index-inner>.item>img {
	overflow:hidden;
	width:120%;
	display:block;
	margin-top:-5%;
	
}

}

@media (min-width: 700px) and (max-width: 992px) {
	
.index-inner{
	position:relative;
	width:100%;
	height:300px;
	overflow:hidden;
	}
	
	.index-inner>.item>a>img, .index-inner>.item>img {
	overflow:hidden;
	width:100%;
	display:block;
	margin-top:-10%;
	
}

}



@media (min-width: 480px) and (max-width: 700px) {
	
.index-inner{
	position:relative;
	width:100%;
	height:300px;
	overflow:hidden;
	}
	
	.index-inner>.item>a>img, .index-inner>.item>img {
	overflow:hidden;
	width:120%;
	display:block;
	margin-top:0%;
	
}

}

@media (max-width: 480px) {
	
	
.index-inner{
	position:relative;
	width:100%;
	height:300px;
	overflow:hidden;
	}
	
	.index-inner>.item>a>img, .index-inner>.item>img {
	overflow:hidden;
	width:auto;
	height:300px;
	display:block;
	margin-left:-15%;
	margin-top:0%;
}
	}
	

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.hidden-row {
    display: none
}
input,
textarea,
.uneditable-input {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #737373;
    border: 1px solid #e1e1e1;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #c1c1c1;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #b54d4d
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms .button-row p.forgot {
    padding: 6px 0 0 10px;
    overflow: hidden;
    display: inline-block;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.searchform {
    position: relative
}
.searchform .btn {
    position: absolute;
    top: 0;
    right: -5px;
    height: 40px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    padding: 0 15px !important;
}


/*-----------------------------------------------------------------------------------*/
/*	BOTON FORMS
/*-----------------------------------------------------------------------------------*/

.btn-form {
    color: #fff;
    background-color: #060e9f;
		-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


.btn-form:hover {
    color: #fff;
    background-color: #ff6b00;
	}


.display-movil{
	display:none;
}
@media (max-width:992px) {
.display-movil{
	display:block;
}

.alto-minimo-rubicar-play-columna-contenido .logos-bajada img{
	padding-top: 0px;
	padding-left:20px;
	width:120px;
}

}

.mascara{
	overflow:hidden;
	}

.triangulo {
    width: 0; 
    height: 0; 
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 25px solid #ffffff;
	top:0;
}
.alto-servicio-pro{
	height:100px;
	}
.letterspacing{
	letter-spacing:5px;
	font-weight:600;
	}

/*-----------------------------------------------------------------------------------*/
/*	Publicidad POPUP
/*-----------------------------------------------------------------------------------*/

.center,.content-popup{
  top: 110px;
  right:30px;
  z-index:100;
  position:fixed;
  display:block;
}
#click{
  display: none;
}
.click-me{
  display: block;
  width: 160px;
  height: 50px;
  background: #27ae60;
  border: 1px solid #26a65b;
  color: white;
  text-align: center;
  font-size: 22px;
  line-height: 50px;
  border-radius: 3px;
  cursor: pointer;
  transition: .5s;
}
.click-me:hover{
  background: #219150;
}
.content-popup{
  opacity: 1;
  visibility: visible;
  width: 480px;
  height: 430px;
  background: white;
  border-radius: 3px;
  transition: .3s ease-in;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
}
#click:checked ~ .content-popup{
  opacity: 0;
  visibility: hidden;
}

.fa-times{
  position: absolute;
  right: 6px;
  top: 6px;
  color: #e8f7fc;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.fa-check{
  font-size: 50px;
  color: #27ae60;
  font-weight: bold;
  height: 80px;
  width: 80px;
  border: 2px solid #27ae60;
  text-align: center;
  padding-top: 13px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 30px 0 0 160px;
}

.line{
  position: absolute;
  bottom: 65px;
  width: 100%;
  height: 1px;
  background: silver;
}
.close-btn{
  position: absolute;
  bottom: 12px;
  right: 25px;
  border: 1px solid #27ae60;
  border-radius: 3px;
  color: #27ae60;
  padding: 8px 10px;
  font-size: 18px;
  cursor: pointer;
}
.close-btn:hover{
  background: #27ae60;
  color: white;
  transition: .5s;
}

@media (max-width: 767px) {
.center,.content-popup{
  display:none;
}
}
/*-----------------------------------------------------------------------------------*/
/*	Cabecera
/*-----------------------------------------------------------------------------------*/
.padding-cabecera {
padding-top: 200px;
padding-bottom: 200px;
}

.padding-cabecera > img{
	width: 100%;
	top:-75%;
	transform: translateY(50%);
	}

.padding-cabecera h3{
	font-size: 4.5vw;
    font-weight: 700;
	text-transform: uppercase;
	}

.padding-cabecera2 {
padding-top: 178px;
padding-bottom: 119px;
    }

.padding-cabecera2 > img{
	width: 100%;
	top:-75%;
	transform: translateY(50%);
	}

.padding-cabecera2 h3{
	font-size: 4.5vw;
    font-weight: 700;
	text-transform: uppercase;
	}

.padding-cabecera3 {
	padding-top: 127px;
	padding-bottom: 66px;
	}
		
.padding-cabecera3 > img{
	width: 100%;
	top:-75%;
	transform: translateY(50%);
	}
		
.padding-cabecera3 h3{
	font-size: 4.5vw;
	font-weight: 700;
	text-transform: uppercase;
	}

@media (max-width:1778px) {
.padding-cabecera2 {
	padding-top: 200px;
	padding-bottom: 200px;
	}
	}

@media (min-width:1200px) and (max-width:1550px) {
	.padding-cabecera3 {
	padding-top: 190px;
	padding-bottom: 131px;
	}
}

@media (min-width:600px) and (max-width:1200px) {
	.padding-cabecera3 {
	padding-top: 200px;
	padding-bottom: 200px;
	}
}

@media (max-width:600px) {
.padding-cabecera3 {
	padding-top: 197px;
	padding-bottom: 180px;
	}
}
	
/*-----------------------------------------------------------------------------------*/
/*	Center Block
/*-----------------------------------------------------------------------------------*/

	.center-block {
		margin-right: auto;
		margin-left: auto;
	}

/*-----------------------------------------------------------------------------------*/
/*	Active Dropdown
/*-----------------------------------------------------------------------------------*/

	#navmenu ul li .active-dropdown {
		color: #ff6b00
	}


	.banner-rubicar {
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.banner-rubicar img {
		width:auto;
		height:100%;
	
	}

	.banner-lista{
		font-size:15px;
		font-weight:100;
		padding: 10px 40px 0px 70px;
	}

	.banner-rubicar h1{
		font-size:4vw;
		font-weight:700;
		padding:10px 20px;
		margin: 10px 20px;
		
		}
	.centrar-banner{
		overflow: hidden;
		margin-top: 5%;
	}
	.centrar-ingersoll{
		overflow: hidden;
		margin-top: 4%;
	}

	@media (min-width:992px) and (max-width:1250px) {
		.centrar-banner{
			overflow: hidden;
			margin-top: 2%;
	}
	.centrar-ingersoll{
		overflow: hidden;
		margin-top: 0%;
	}

	}

	@media (max-width:992px) {
		.centrar-banner{
			overflow: hidden;
			margin-top: 0%;
	}
	.centrar-ingersoll{
		overflow: hidden;
		margin-top: -6%;
	}

	}

	@media (max-width:992px) {
		.banner-rubicar h1{
			font-size:40px;
			font-weight:700;
			padding:10px 20px;
			margin: 10px 20px;
			
			}
	}

/*-----------------------------------------------------------------------------------*/
/*	Active Dropdown
/*-----------------------------------------------------------------------------------*/

	.form-group {
		margin-bottom: 1rem;
	}

	.btn-rbcr {
		background: #060e9f;
		color: #FFFFFF!important;
	}

	.btn-rbcr:hover {
		background: #ff6b00!important;
		color: #FFFFFF!important;
	}

	.form-control {
		border-color: rgba(0,0,0,.1);
		box-shadow: none;
	}

	.form-control {
		display: block;
		width: 100%;
		height: calc(1.5em + 0.75rem + 2px);
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: 0.25rem;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}