* {
    margin: 0;
    padding: 0;
}

.fondo {
    background: #d1cfcf;
    font-family: 'Open Sans', sans-serif;
}

header {
    margin-top: 30px;
}

header .nav {
    min-height: 80px;
    overflow: hidden;
    background: #fff;
}

header .logo span,
header .logo p {
    font-size: 16px;
    display: inline-block;
    margin: 0;
}

header .logo .icono {
    color: #6d6a6a;
    margin-top: 30px;
    height: 50px;
}

header .logo p {
    color: #6d6d6d;
}

header .menu {
    padding: 0;
}

header .menu a {
    display: block;
    padding: 0 30px;
    text-decoration: none;
    color: #fff;
}

header .menu a div span {
    font-weight: 600;
}

header .menu .c-1 {
    background: #bc2b3e;
}

header .menu .c-2 {
    background: #008a61;
}

header .menu .c-3 {
    background: #1c1c1b;
}

header .menu .c-1:hover {
    background: #612121;
}

header .menu .c-2:hover {
    background: #01610c;
}

header .menu .c-3:hover {
    background: #7c7c7c;
}

.slider {
    margin-bottom: 40px;
}

.slider .col {
    padding: 0;
}

.catalogo {
	background: #fff;
	border-top: 5px solid #bc2b3e;
	padding: 0 20px;
}

.catalogo .titulo {
	padding: 40px 0;
	text-align: center;
	color: #bc2b3e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300 bold;
}

.catalogo .galeria .contenedor-imagen {
	margin-bottom: 40px;
	max-height: 180px;
	overflow: hidden;
}

.catalogo .galeria .contenedor-imagen a {
	background: #BBC7D6;
	display: inline-block;
}

.catalogo .galeria .contenedor-imagen:hover img {
	opacity: .5;
}

.catalogo .modal-dialog {
	margin: 0px auto;
	height: 100%;
	max-width: 1000px;
}

.catalogo .modal-content {
	width: 100%;
}

.cuerpo {
    background-image: url("../img/rodamiento2.JPG");
    height: 100%;
    background-position: top top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.colortexto {
    color: #008a61;
}

.texto {
    font-size: 20px;
}

.texto:hover {
    color: #bc2b3e;
    background: rgba(0, 138, 97, .2);
}

.activado {
    background-color: #008a61 !important;
    color: #bc2b3e !important;
}

.lubricacion {
    padding: 30px;
    margin-bottom: 40px;
}

.lubricacion .foto {
    text-align: center;
}

.lubricacion .foto img {
    margin-bottom: 30px;
}

.lubricacion .foto .nombre {
    color: #545454;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2px;
}

.lubricacion .info .titulo {
    color: #bc2b3e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 bold;
    font-size: 40px;
    margin-bottom: 30px;
}

.lubricacion .info .resumen {
    letter-spacing: 1px;
}

.redes-sociales {
	padding: 40px 0;
	margin-bottom: 40px;
}

.redes-sociales .icono {
	width: 100px;
	height: 100px;
	font-size: 40px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	background: #cbcbcb;
	display: inline-block;
	margin: 0px 20px;
	text-decoration: none;
	border-radius: 100px;
	transition: all .3s ease;
}

.redes-sociales .twitter {background: #1da1f2;}
.redes-sociales .instagram {background: #833ab4;}
.redes-sociales .facebook {background: #3b5998;}

address {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

@media(max-width: 990px) {
    .razon {
        margin-top: 20px;
        position: absolute;
    }
    .razon2 {
        margin-top: 200px;
        position: absolute;
    }
}

@media(max-width: 575px) {
    .razon {
        margin-top: 0px;
        position: absolute;
    }
    .razon2 {
        margin-top: 120px;
        position: absolute;
    }
}

@media(max-width: 365px) {
    .razon {
        margin-top: 10px;
        position: absolute;
    }
    .razon2 {
        margin-top: 100px;
        position: absolute;
    }
    .chico {
        font-size: 14px;
    }
}

.baja {
    margin-top: 150px;
}

@media screen and (max-width:1199px){}

@media screen and (max-width:991px){
    .logo {
        height: 76px;
    }
    .menu {
        min-height: 76px;
    }
    .menu a {
        width: 100%;
    }
    .menu a div {
        width: 100%;
    }
    .modal .modal-dialog {
        width: 90%;
    }
    
    .modal .modal-dialog .modal-content img {
        width: 100%;
    }
} 

@media screen and (max-width:767px){}

@media screen and (max-width:575px){
    header {
        margin-top: 0;
    }
    header .logo p {
        font-size: 12px;
    }
}