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

body {
/*    background-color: #ebbb3c;*/
    font-family: 'Open Sans', sans-serif;
}
a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
}
a:hover {
   color: #9D0002;
}
.wa {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.amarillo {
    color:#ffb400;
}

header{
    padding: 60px 60px 110px 60px;
    background-color: #fff;
}

.from-top {
    margin-top: 200px;
}
.divider {
    margin-top: 80px;
}
h1, h2, h3 {
    font-size: 2em;
    font-weight: 700;
}
h3 {
    border-top: thick;
    border-top-style: solid;
    border-top-color:#ffb400;
    display:inline-block;
    padding-top: 20px;
}
.btn1 {
    background-color: #ffb400;
    color: #000;
    border-radius: 0px;
    cursor: pointer;
    font-size: 1em;
    text-decoration: none;
    padding: 15px 0px 15px 15px;
    text-shadow: none;
}
.btn1:hover {
    background-color: #ffd500;
    color: #000;
}
.flecha-btn {
    background-color: #000;
    color: #fff;
    padding: 18px 13px;
}
.btn-warning {
    border-radius: 0px;
    border-style: none;
}
.btn-danger {
    border-radius: 0px;
    background-color: #000;
    border-style: none;
}
.btn-danger:hover {
    border-radius: 0px;
    background-color: #666;
    border-style: none;
}
.forma-contacto {
    background-color: #ffb400;
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner {
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 50px;
	color: #fff;
}
.tit-servicio{
	font-size: 2em;
	font-weight: 700;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.40);
    border-top-style: none;
}
.refacciones{
	background-image: url(../images/refacciones.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.servicio {
	background-image: url("../images/servicio.jpg");
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.equipos {
	background-image: url("../images/equipos.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.instrumentacion {
	background-image: url(../images/instrumentacion.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.retrofits {
	background-image: url("../images/retrofits.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.capacitacion {
	background-image: url("../images/capacitacion.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
footer {
    background-color: #000;
    color: #999;
    font-size: .8em;
}
.menu {
	margin-left: 40px;
}
.item {
	padding: 28px;
}