/* CSS Document */

/* ///////////////////// CAROUSEL //////////////////// */

/* ////////////////////////////////////////////////////////// */

.carousel-caption h3 {
	padding: .4em;
	max-width: 450px;	
	text-align: center;
}

@media (min-width:768px){
	.carousel-caption h3 {
		padding: .4em;
		max-width: 550px;	
	}
}

@media (min-width:992px){
	.carousel-caption h3 {
		padding: .4em;
		max-width: 650px;	
		margin: auto;
	}	

}

/* ///////////////////// SECTION/SECCION //////////////////// */

/* ////////////////////////////////////////////////////////// */

section {
/*	background-color: white;*/
/*	height: 300px;*/
	margin-top: 2%;
	margin-bottom: 60px;
}

section h1 {
	font-family: 'Byom-Light', sans-serif;
	font-size: 3.8em;	
	margin: 0% 0% 6% 0%;
}

.linea-2-h1y3 {
	font-family: 'Byom-Bold', sans-serif;
	font-size: 1.1em;
	color: red;	
}

.linea2-especial-gris {
    font-family: 'Byom-Bold', sans-serif;
	font-size: 1.1em;
	color: grey;        
}

section p {
	font-size: 1.3em;
/*	text-align: justify;*/
/*	border: solid 1px brown;*/
}

#articulo {
/*	border: solid 1px green;*/
}

@media (max-width:767px){
	section h1 {	
		font-size: 2.5em;	
		margin: 2% 0% 3% 0%;
	}
	
	#articulo img {
		margin-left: 10px;
	}
    
    
}

.bloque-lubricador {
    margin-bottom: -20px
}

h3 {
    padding-left: 20px;
    }


/*========== Iconos grandes ===========  */

#iconos-grandes {
    margin-top: 30px;
    
}

.centrar-iconos {
    padding-left: 5%;
    padding-right: 5%;
}

@media (max-width:768px){
	.centrar-iconos {
    padding-left: 5%;
    padding-right: 5%;
}	

}


/*========== aside ===========  */




/*#articulo img {
	margin-left: auto;
	margin-right: auto;	
	display: block;
}*/

#aside {
	margin-top: 20px;
	margin-bottom: 50px;
}

#aside .col-md-12 {
	margin-bottom: 0px;
}


/*#aside h3 {
	font-family: 'Byom-Light', sans-serif;
	font-size: 2.3em;
	margin: 10% 0% 5% 0%;
}*/

@media (max-width:767px){
	section p, section h1, #aside h3 {
		margin-left: 8px;
		margin-right: 8px;
/*		border: solid 1px green;*/
	}
	
	
}

/* aumentar ancho del aside col-md-6 */
@media (min-width:992px){
	
	#articulo {
		width:46%;
	}
	
	#aside {
		width:54%;
/*		border: solid 1px red;*/
	}
	
	/*#aside .row {
		margin-left: -30px;
	}*/
	
	#aside .col-sm-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	/* aumentar ancho del boton pdf "especificaciones" y reduccion del de catalogo */
	#especificaciones {
		width: 36%;
	}
	#catalogo {
		width:30%;
	}
	
} /* ----- hasta aquí los dos aumentos*/

@media (min-width:1200px){
	#aside .row {
		margin-left: -30px;
	}
}

@media (max-width:1199px){
	#aside .linea-2-h1y3{		
		display: block;
	} /* Para que el h3 parta por el comienzo del texto rojo */
}

@media (min-width:768px){
	#aside {
		padding-left: 0px;
		/*	border: solid 1px aqua;*/	
	}
}


/*============= Centro ============= */

.trazado-caracteristicas {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 35px
}

.texto-caracteristicas {
    font-size: 1.4em;
    font-family: 'Byom-Bold', sans-serif;
	color: grey;
    padding-left: 20px;
}





/*========== iconos ===========  */

#iconos {
	margin-top: 5%;
}



#iconos button {
	background-color: transparent;
	border-style: none;
	width: 18.5%;
}

#iconos div {
	padding-left: 0px;
	padding-right: 0px;	
}


@media (max-width:767px){
	#iconos {
		margin-left: 5px;
/*		margin-right: auto;*/
	}
}

/*============= TOOLTIPS ================  */

#tooltip
		{
			text-align: center;
			color: #333;
			background: #fff;
			position: absolute;
			z-index: 100;
			padding: 7px;
			font-size:18px;
			font-family:  'DINNextLTPro-Regular', sans-serif;
			-webkit-border-radius:10px;
    		-moz-border-radius:10px;
    		border-radius:10px;
    		border: 4px solid #afafaf;
		}
 
		#tooltip:after /* triangle decoration */
		{
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 10px solid #afafaf;
			content: '';
			position: absolute;
			left: 50%;
			bottom: -10px;
			margin-left: -10px;
		}

			#tooltip.top:after /* triangle */
			{
				border-top-color: transparent;
				border-bottom: 10px solid #111;
				top: -20px;
				bottom: auto;
			}

			#tooltip.left:after
			{
				left: 10px;
				margin: 0;
			}

			#tooltip.right:after
			{
				right: 10px;
				left: auto;
				margin: 0;
			}



/* //////////////////////// BANDA ////////////////////////// */

/* ////////////////////////////////////////////////////////// */


#banda {
/*	border: solid 1px red;*/
	padding: 30px; /*era 30  28.7*/
	background-color: white;
	margin-bottom: 30px;
}

.sombra {
	box-shadow: 4px 6px 14px 2px rgba(0, 0, 0, 0.5), 2px 2px 14px 0 rgba(0, 0, 0, 0.7);
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

/*Desplazar el último cuadrado en sm*/
@media (max-width: 991px) {
    #banda :nth-child(5) {
		margin-left: 26%;
/*		border: solid 1px chartreuse;*/
        
	}
}

@media (min-width: 768px) {
	#banda .col-md-3 {
/*		width: 45.3%;*/
/*		border: solid 1px chartreuse;*/
	}
}


@media (min-width: 992px) {
	#banda .col-md-3 {
		width: 21.5%;
/*		border: solid 1px chartreuse;*/
	}
}

@media (min-width: 1200px) {
	#banda .col-md-3 {
		width: 22.2%;
/*		border: solid 1px chartreuse;*/
	}
}


/* ----- Separar las cajas verticalmente según se hace pequeña la pantalla ------- */
@media (max-width: 991px){
		/* Vertical Offset Bottom, no existe por defecto en bootstrap */	
	.vert-offset-bottom-2-sm{
		margin-bottom: 2em;
	}	
}



/* ========== Efecto zoom ===========  */

.item-mov {
	position: relative;
/*	border: 1px solid #888888;*/
/*	margin: 2%;*/
	overflow: hidden;
/*	width: 540px;*/
    background-color: #666; /* Para disimular movimiento/borde blanco */
}

.item-mov img {
	max-width: 100%;
	-moz-transition: all 1.0s;
	-webkit-transition: all 1.0s;
	transition: all 1.0s;
}

.item-mov:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



