@charset "utf-8";
/* CSS Document */
html, body{
	width:100%;
	height:100%;
	
}
body{
	height:100%;
	margin:0;
	padding:0;
	font-family:arial;	
	 
  min-width: 320px;
  overflow-x: hidden;
}
.cabecera{
	width:100%;
	height:100px; 	
}
.pagina{
width: 1050px;
    margin: 0 auto;
	height: 100%;
	
}
.fondo{
	    position: absolute;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    /* height: 100%; */
    margin: 0 auto;
    width: 1050px;
}
.redes{
    position: relative;
    float: right; 
    height: 50px; 
    right: -55px;
    top: 5px;	
}
.redes ul{
	width:200px;
	height:100px;
	list-style:none;
	margin:0;
	padding:0;
}
.redes ul li{
	font-size:16px; 
	width:30px;
	height:30px;
	float:left;
	margin-right:5px;
	text-align:center;
	text-align:center;
	line-height:30px;
	
	
}
.fa{
	font-size:25px;
}
.logo{
	width: 832px;
    height: 50px;
    margin-left: 15px;
    background-color: #04334D;
	background:-webkit-gradient(linear, 1% 0%, 1% 100%, from(#345A6F), to(#04334D)); 
    position: relative;
    top: 45px;
}
.ubicar_logo{
	    
    width: 250px;
    height: 70px; 
    position: relative;
    top: -16px;
    left: 10px;
    text-align: center;
    line-height: 70px; 
}
.titulo_barra{
    position: relative;
    left: 360px;
    top: -57px;
    color: #fff;
    font-size: 20px;	
}

.buscador{
	width: 201px;
    height: 50px;
    margin-left: 849px;
    background-color: #3276B4;
    background: -webkit-gradient(linear, 1% 0%, 1% 100%, from(#599DDB), to(#3276B4));
    position: relative;
    top: -5px;
	color:#FFF; 
}
.bus{
	padding-left:10px;
	padding-top:4px;
	font-size:12px;	
}
.contenido{ 
    /* left: 12px; */
       padding-left: 15px;
	    margin-top: 70px;
}
.titulo_iconos{
	font-size:10px;
	width: 75px
	
}
.slide{ ;
	height: 300px;
}
.bienvenido{
	    font-size: 38px;
    color: #003B6A;
    width: 100%;
    /* height: 150px; */
    padding-top: 30px;
}
.izquierda{
	float:left;
	width:70%;
	 margin-bottom: 20px;
}
.derecha{
	float: right;
    padding-right: 35px;
	width:24%;
	 margin-bottom: 20px;
}
 
.iconos{
    width: 260px; 
    border: 1px solid #e2e2e2;
    margin-top: 18px; 
	
}
.iconos ul{
}
.iconos ul li{
	width:65px;
	height:70px;
	margin:10px;
	float:left;
	text-align:center;
}
.iconos ul li a{
	width:65px;
	height:55px;
	float:left; 
	background-color:#003B6A;
	text-align: center;
    line-height: 55px;
	    padding: 5px;	
}
.articulo_izq{ 
    width: 68.7%; 
    border: 1px solid #e2e2e2; 
    padding: 14px; 
}
.articulo_izq img{
	position: absolute;
    left: 381px;
	margin-top: -35px;
}
.articulo_der{ 
    position: relative;  
    width: 22.2%; 
    border: 1px solid #e2e2e2; 
    float: left;
    margin-left: 12px;
    padding: 14px;
    color: #fff;
    background: #4c90cd;
    background: -moz-linear-gradient(top, #4c90cd 0%, #5ba0de 25%, #1e629f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c90cd), color-stop(25%, #5ba0de), color-stop(100%, #1e629f));
    background: -webkit-linear-gradient(top, #4c90cd 0%, #5ba0de 25%, #1e629f 100%);
    background: linear-gradient(to bottom, #4c90cd 0%, #5ba0de 25%, #1e629f 100%);
}
.articulo_der img.left, .cuadro_der embed.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
h3{
	text-transform:capitalize; 
}
 
.cuadro_der p{
	    margin-top: .75em;
    margin-bottom: .75em;
	font-size: 15px;
    text-align: justify;
    margin-right: 12px;
    margin-left: 12px;
}
.linea_azul{
 
} 
 
 .formulario{
	width: 40%;
    margin: 0 auto;
    box-shadow: 0px 0px 8px #ccc;
}
.cabecera_form{
	overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    font-family: 'Roboto', sans-serif;
    height: 50px;
	    width: 88%; 
}
.cabecera_form h2{
margin-bottom: -8px;
    margin-top: 10px;
}
.cabecera_form p{
	font-size:12px;
}
.texto_form{
	padding: 25px 25px 5px 20px;
	background: #f2f2f2;
	text-align: left;
	
}
.boton_form{
	padding: 14px;
    padding-left: 20px;
    background: #FFF;
    border-top: 1px solid #ddd;
	 
}
form{
	    display: block;
    margin-top: 0em;
}
div {
    display: block;
}
input[type="text"], input[type="email"], input[type="date"],  input[type="number"], input[type="password"], textarea, textarea.form-control {
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #FFF;
    border: 1px solid #CACACA;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
 
.form-control {
    display: block;
    width: 91%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input_group{
margin-bottom: 15px;
}
input.btn {
    position: relative;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #04334D;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 150px;
}


 
/*
.btn {
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-radius: 4px;
    text-shadow: none;
    font-size: 32px;
    font-family: sans, "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    -webkit-transition: 300ms;
    transition: 300ms;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    background: #FF0037;
    background: -webkit-gradient(linear, 43% 100%, 42% 0%, from(#FF0037), to(#FF0037));
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 70%;
}
input.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.1);
}*/
.registro{
	width:40%;
	margin:0 auto;
	text-align:left;
	padding-bottom:8px;
	font-size:12px;
	
}
@media screen and (max-width: 700px){
	.registro{
		width:100%;
	}
.formulario{
	width: 90%;
    margin: 0;
}
.cabecera_form{
width: 85%;
}
.cabecera_form h2{
	font-size:30px
}
.cabecera_form p{
	font-size:10px;
}
}

button:hover {
    cursor: pointer;
    background: #2e5974;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2e5974 0%, #01314c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5974), color-stop(100%,#01314c));
    background: -webkit-linear-gradient(top, #2e5974 0%,#01314c 100%);
    background: -o-linear-gradient(top, #2e5974 0%,#01314c 100%);
    background: -ms-linear-gradient(top, #2e5974 0%,#01314c 100%);
    background: linear-gradient(to bottom, #2e5974 0%,#01314c 100%);
}
button, .workshopfinder_link a {
    background: #4c90cd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4c90cd 0%, #5ba0de 25%, #1e629f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c90cd), color-stop(25%,#5ba0de), color-stop(100%,#1e629f));
    background: -webkit-linear-gradient(top, #4c90cd 0%,#5ba0de 25%,#1e629f 100%);
    background: -o-linear-gradient(top, #4c90cd 0%,#5ba0de 25%,#1e629f 100%);
    background: -ms-linear-gradient(top, #4c90cd 0%,#5ba0de 25%,#1e629f 100%);
    background: linear-gradient(to bottom, #4c90cd 0%,#5ba0de 25%,#1e629f 100%);
}
button {
    height: 24px;
    width: auto;
    padding: 0 8px 2px 8px;
    margin: .5em 0 0 0;
    color: #fff;
    border: 0;
    border-color: #bb181e;
    border-radius: 4px;
    font-family: Arial;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
}
.list_advantages.big {
   margin-top: 0.5em;
    padding: 0 !important;
    border-top: 1px solid #e1e1e2;
    /* font-family: 'CabinCondensedBold'; */
    font-weight: normal;
    color: #00304b;
    letter-spacing: 0.02em;
    font-size: 15px;
    /* width: 350px; */
}
 

.list_advantages.big li {
    width: 44%;
} 
.list_advantages li {
    float: left;
    margin: 0;
    padding: 0.7em 15px 0.5em 25px /* for 18px checkmark */;
    border-bottom: 1px solid #e1e1e2;
    background: url('https://aa-boschbcs-es.resource.bosch.com/media/_tech/images/globals/checkmark_advantages.svg') no-repeat left 0.5em;
    list-style-type: none;
}
.action{
	height: 24px;
    width: auto;
    padding: 0 8px 2px 8px; 
    color: #fff;
    border: 0;
    border-color: #bb181e;
    border-radius: 4px;
    font-family: Arial;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
	    background: #e2001a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e2001a 0%, #bb181e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2001a), color-stop(100%,#bb181e));
    background: -webkit-linear-gradient(top, #e2001a 0%,#bb181e 100%);
    background: -o-linear-gradient(top, #e2001a 0%,#bb181e 100%);
    background: -ms-linear-gradient(top, #e2001a 0%,#bb181e 100%);
    background: linear-gradient(to bottom, #e2001a 0%,#bb181e 100%);
    color: #ffffff;
}

.link {
  margin-top: 1.5em;
}


.box_wrap.half {
    width: 50%;
	font-size: 15px;
}

.main .box_wrap {
    padding-right: 10px;
    padding-left: 10px;
}
.box_wrap {
    margin-bottom: 20px;
}
.box_wrap, .box, .box_padding {
    position: relative;
    float: left;
    width: 100%;
}
.box.shadow {
    box-shadow: 0 1px 6px #808285;
}
.box.backgroundgradient {
    background: #f1f1f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
}
.box {
    position: relative;
}
.box_wrap, .box, .box_padding {
    position: relative;
    float: left;
    width: 100%;
}
.box.backgroundgradient .box_padding {
    padding: 14px;
}
.alignboxheight .box_padding {
    height: 100%;
}
.box_wrap, .box, .box_padding {
    position: relative;
    float: left;
    width: 100%;
}
.box_wrap.full, img.full, embed.full {
    width: 91%;
}
.final{
	bottom: 0; 
    float: left;
    width: 100%;
    border-top: 10px solid #4c90cd;
    background: #f1f1f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ffffff));
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
    background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
    background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 50%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 50%); 
}
.final .backgroundcolor {
    float: left;
    width: 97.2%;
    padding: 15px;
    background-color: #e9e9e9 !important;
	font-size:13px;
}
.final .backgroundcolor ul {
    display: block;
    margin-top: 0px;
}
.final ul {
    margin-top: 0em;
    float: left;
    clear: both;    font-size: 13px;
}
 .final li {
    float: left;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.final li {
    float: left;
} 
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.quickfinder_padding {
    float: left;
    width: 97.2%;
    min-height: 320px;
    padding: 20px 248px 0px 15px;
	font-size:15px; 
}
.cols {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 1em;
}
.cols .col {
    float: left;
    padding-left: 15px;
}
.cols.cols2 .col {
    width: 45%;
}
.cols .col:first-child {
    padding-left: 0;
}
 
.final .footerlinks {
    margin: 20px 0;
}
.final .footerlinks ul {
    margin-top: 0px;
    width: 100%;
}
.final .footerlinks li {
    display: inline-block;
}
.final .mobilepadding:first-child {
    margin-bottom: 20px;
}
.final .mobilepadding:first-child {
    margin-bottom: 20px;
}

.final li a {
    display: inline-block;
    padding-right: .5em;
    margin-right: .5em;
    border-right: 1px solid #c3c3c3;
    line-height: 1em;
}
.clear {
    clear: both;
    height: 0;
} 
.login{
	width:400px;
	    height: 160px;
	padding:15px;
	background-color:#f2f2f2;
	box-shadow:0px 0px 8px #CCC;
}
.ubicar{
	position: relative;
    left: 30px;
    top: 2px;
}
.campo_ingreso{
	width:100%;
	border:0;
	background-color:#FFF;
	height:22px;
	border:1px solid #CCC;
	outline:none;
	text-transform:uppercase; 
}
.numero_orden{
	float: right;
    width: 150px;
    height: 60px;
    position: relative;
    border: 1px solid #999;
	text-align:center;
	    line-height: 30px;
    	
}
.titulo_num_ord{
	background-color:#6477AE;
	width:100%;
	height:25px;
	position:relative;
	top:0;
	text-align:center;
	line-height:25px;
	color:#FFF;
	
}
.especio_final{
	height:50px;
	
}
.crear_orden {
    width: 90%;
    margin: auto;
}
.campo_full{
	width:100%;
}
.campo_mitad{
	width:50%;
	float:left;
	margin-bottom: 5px;
}
.campo_cuarto{
	width:20%;
	float:left
}
.campo_cuarto1{
	width:10%;
	float:left
}
.cabecera_orden{
	height:100%;
}
.campos{
 font-size: 12px;
    width: 100%; 
    position: relative; 
	text-align:center;
	    line-height: 25px;
		margin-top:15px;	
}
.titulo_campos{
    background-color: #6477AE;
    width: 100%;
    height: 25px;
    position: relative;
    top: 0;
    text-align: left; 
    line-height: 25px;
    color: #FFF;
}
.titulo_campos2{
    background-color: #252F5C;
    width: 100%;
    height: 25px;
    position: relative;
    top: 0;
    text-align: left; 
    line-height: 25px;
    color: #FFF;
}
.campo_ingreso_color1{
	width:99%;
	height:90px;
	border:0;
	background-color:#EDEFF2; 
	outline:none;
	text-transform:uppercase;
	padding:5px;
	
}
.campo_ingreso_color2{
	width:99%;
	border:0;
	background-color:#D8DEE8;
	height:80px; 
	outline:none;
	text-transform:uppercase;
	padding:5px;
	
}
#ex1Slider .slider-selection {
	background: #BABABA;
}
.nivel_gaso{
	      width: 250px;
    /* position: relative; */
    background-color: #FFF;
    /* float: right; */
    top: -135px;
    border: 1px solid #FFF;
}
.tabla_select{
 font-size: 13px;
}
.campo_medio{
	float:left;
	width:30%;
	margin:15px;
	    border-collapse: initial;
	
}
.seleccion{
	height:200px;
	
}
.campo_divido{
	width:50%;
	float:left; 
	text-align:left;
	margin-top:60px;
	margin-bottom:10px;	
}
.resultado{
	float:left;
}
 @media screen and (max-width: 700px){
 .crear_orden {
     margin:0 ;
	 margin-top:90px;
}
.nivel_gaso{
	float: none;
	top:0;
	
}
.campo_mitad{
	width:100%; 
}
.campo_cuarto{
	width:100%; 
}
.campo_cuarto1{
	width:50%; 
}
.pagina{
	 width: 100%;
}
.fondo{
	  width: 100%;
    box-shadow: 0 0 0 #FFF;	
}
.ubicar_logo {
	    /* background-color: #FFF; */
    width: 250px;
    height: 60px;
    /* border: 1px solid #f2f2f2; */
    position: relative;
    top: 5px;
    left: 3px;
    text-align: center;
    /* line-height: 70px; */
    /* box-shadow: 0px 0px 6px #999999; */
}
.ubicar_logo img{
	margin-top: -110px;
	width: 118%;
}
.logo{
	width:100%;
	margin-left: 0px;
	
}
.buscador{
	display:none;
}
.navbar-default {
        margin-top: 75px;
}
.bienvenido {
    font-size: 23px;
	font-weight:bold;
}
.titulo_barra {
	display:none;
}
.slide{
	display:none;
}
.iconos {
    width: 100%;
}
.nav {
    padding-left: 10px;
}
.articulo_izq {
    width: 80%;
}
.articulo_izq img {
	display:none;
}
.list_advantages.big li {
    width: 80%;
}
.link {
	font-size: 11px;
    width: 99%;
}
.derecha {
	width:auto;
	
}
.articulo_der {
   position: relative;
    width: 80%;
    border: 1px solid #e2e2e2;
    float: left;
    margin-left: 0;
}
.quickfinder_padding { 
    width: 90%;
}
  .final .cols .col, .final .footerlinks {
    margin-top: 30px;
    padding-left: 0;
}
.final .cols.cols2 {
    margin-bottom: 0px;
} 
.final .mobilepadding {
    padding: 0px 20px;
} 
  .final .cols .col, .final .footerlinks {
    display: block;
    width: 100%;
}  
.quickfinder_padding {
    padding: 20px 0 0 0;
}
.final .footerlinks a:first-child {
    margin-left: 0px;
}
.final .footerlinks ul li a {
    display: inline-block;
    margin-left: 15px;
    line-height: 16px;
}
.login { 
    width: 80%;
    margin-left: -20px;
}
}
fieldset {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
fieldset.werkshopfinder_search_input input[type="text"] {
    float: left;
    width: 74%;
    border-right: none;
    height: 2em;
}
fieldset.werkshopfinder_search_input button {
    float: right;
    width: 25%;
    height: 2em;
    margin-top: 0;
    line-height: 2em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ot{
	width:100%;
	margin-bottom: 50px;
	padding: 10px;
	
	 
}
@media screen and (max-width: 1023px) and (min-width: 768px){
	izquierda{
		    float: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
	}
}

