body {
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3 {
	color: #777;
	font-weight: 100;
    text-transform: uppercase;
}

h1 {
	
}
h2 {
	font-size: 2.4em;
	margin-bottom: 45px;
}
h3 {
	font-size: 1.8em;
	margin-bottom: 20px;
}
 

p {
	font-size: 16px;
	color: #666;
	line-height: 19px;
}

ul, ol {
	list-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

h1 strong {
	font-weight: 400;
}

/* @group header */


nav.navbar {
    margin-bottom: 0;
    height: 82px;
}
.nav.navbar-nav {
    float: right;
    background-color: #f4f4f4;
}

.navbar-brand {
   background-image: url(images/.png);
    height: 75px;
    /* text-indent: -9999px; */
    width: 230px;
    font-size: 40px;
    text-align: center;
    padding-top: 20px;
    color: #3a74c1 !important; 
}

.nav.navbar-nav li a {
     color: #3a74c1;
    font-family: "Open Sans";
    font-size: 1.2em;
    font-weight: 100;
    letter-spacing: 1px;
    padding-bottom: 31px;
    padding-top: 31px;
}


/* @end */



/* @group carousel */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 470px;
  margin-bottom: 90px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 470px;
  background-color: rgba(0, 0, 0, 0.4);
 /* background-color: #2987c9;*/
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
}

.carousel .container {
    padding-top: 100px;
}
.carousel-indicators {
    left: 53%;
    width: 49%;
    bottom: -60px;
}
.carousel h2 {
    color: #fff;
    font-size: 44px;
    font-style: italic;
    font-weight: 300;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none;
}
.carousel p.intro {
    color: #fff;
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1.1em;
}

.carousel a.btn {
   background-color: #a3c737;
    border: medium none;
    border-radius: 0;
    font-size: 1.2em;
    font-weight: 300;
    height: 30px;
    letter-spacing: 1px;
    margin-top: 10px;
    padding-top: 4px;
    width: 130px;
}

.carousel ol li, .carousel ol li.active {
  background-color: #2987c9;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 100;
    height: 30px;
    margin-left: 20px;
    padding: 1px 0 5px;
    text-indent: 0;
    width: 190px;
    opacity: 0.8;
}
.carousel ol li.active {
	opacity: 1;
}
.carousel ol li:first-child {
	margin-left: 0px;
}
video {
    background-color: #2987c9;
    position: absolute;
    width: 100%;

}
.col-md-8.col-md-offset-2.text {
    text-align: center;
}
.carousel-inner .video img {
	width: 100%;
}
/* @end */

/* @group ventajas */

.box_ventajas {
    text-align: center;
    margin-bottom: 40px;
}

.box_ventajas h3 {
    color: #2987c9;
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center;
    text-transform: none;
}

/* @end */

/* @group quienes somos */

.row-fluid.featurette {
    background-color: #f5f5f5;
    padding-bottom: 35px;
    padding-top: 35px;
    margin-bottom: 35px;
}
.row-fluid.featurette h3 {
    color: #2987c9;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: none;
}
.row.caracteristicas {
    clear: both;
    display: block;
    float: left;
    margin-top: 50px;
}
.caracteristicas p {
    font-size: 14px;
}
/* @end */

/* @group clientes */
.clientes {
    margin-bottom: 70px;
}
.clientes .container, .clientes col-md-12 {
	padding-left: 0px;
}
.clientes h2 {
    margin-bottom: 20px;
}
.logo-clientes {
    padding: 0;
}
.logo-clientes .cycle-slide{
    float: left;
}
.logo-clientes img.cycle-slide {
    width: 100px !important;
}
/* @end */

/* @group Maquinas */
.container.maquinas {
    margin-bottom: 30px;
}

.maq-int {
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-transition: box-shadow 0.3s ease-out;
	-webkit-transition: box-shadow 0.3s ease-out;
	-o-transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
}
.maq-int:hover {
	box-shadow: 1px 1px 4px #ccc;
} 
.maquina {
    /*margin-right: 15px;
    width: 32%;*/
}
.maq-int.last {
    margin-right: 0;
}
.maquina h3 {
    text-align: center;
}
.maquina .read_more {
    display: block;
    margin: 20px auto 0;
    text-align: center;
}
.maquina  p {
    line-height: 22px;
    font-weight: 100;
} 
.maquina img {
	margin: 0 auto 10px;
	display: block;
}

.nav.nav-tabs {
    border: medium none;
    height: 195px;
    margin-bottom: 35px;
}
.nav-tabs li a {
    height: 160px;
    font-size: 24px;
    font-weight: 100;
     padding-left: 29px;
    padding-right: 29px;
    padding-top: 15px;
    text-transform: uppercase;
    color: #828282;
    border: medium none;
    border-radius: 0;
    background-color: #f5f5f5;
}
.nav-tabs li.active a {
    background-color: #e3e3e3;
    color: #6b6b6b;
    border: none;
}
.container.maquinas h1 {
    margin-bottom: 30px;
}
li a {
	background-position: center 55px;
    background-repeat: no-repeat;
}
li a.maq-marki {
    background-image: url("images/mark1.png");

}
li.active a.maq-marki {
    background-image: url("images/mark1-active.png");

}
li a.maq-markii {
    background-image: url("images/mark2.png");

}
li.active a.maq-markii {
    background-image: url("images/mark2-active.png");

}
li a.maq-markiii {
    background-image: url("images/mark3.png");

}
li.active a.maq-markiii {
    background-image: url("images/mark3-active.png");

}
li a.maq-markiv {
    background-image: url("images/mark4.png");

}
li.active a.maq-markiv {
    background-image: url("images/mark4-active.png");

}
li a.maq-markv {
    background-image: url("images/mark5.png");

}
li.active a.maq-markv {
    background-image: url("images/mark5-active.png");

}
li a.maq-markvi {
    background-image: url("images/mark6.png");

}
li.active a.maq-markvi {
    background-image: url("images/mark6-active.png");

}
li a.maq-markvii {
    background-image: url("images/mark7.png");

}
li.active a.maq-markvii {
    background-image: url("images/mark7-active.png");

}
.nav-tabs li.active a:after {
	background-image: url("images/punta-active.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: medium none;
    bottom: -33px;
    content: "";
    display: block;
    height: 33px;
    left: 0;
    position: absolute;
    width: 100%;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #e3e3e3;
	border: none;
	border-radius: 0px
}
.info-maq h3 {
    color: #3299e1;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 25px;
}
.info-maq .tabla {
    padding: 0;
}
.tabla th {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
}
.tabla td {
    color: #666;
    font-size: 16px;
    font-weight: 100;
    text-align: right;
    border: none !important;
}
.tabla th.gris, .tabla td.gris {
    background-color: #f5f5f5;
    border: medium none;
}
/* @end */

/* @group galeria */

.galeria {
    margin-bottom: 40px;
}
.galeria .row {
    margin-bottom: 20px;
}

/* @end */




/* @group testimonio */

.row-fluid.testimonios {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 70px;
}
.testimonios h3 {
    margin-bottom: 40px;
}
 
p.testimonio {
    border-bottom: 1px solid #ccc;
    font-style: italic;
    font-weight: 100;
    padding-bottom: 20px;
    text-align: justify;
}
p.cliente, p.empresa {
    color: #2987c9;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 2px;
}
p.cliente {
    font-weight: 600;
}
.datos a {
	color: #fff;
	text-decoration: underline;
}

.certificados {
    margin-top: 80px;
    text-align: center;
}
.certificados .cliente {
    text-align: center;
}
.certificados a {

    font-size: 18px;
    font-weight: 100;
    text-decoration: underline;
    line-height: 24px;
    text-align: center;

}
/* @end */

/* @group Contacto */

.row-fluid.contacto {
    background-color: #257cb9;
    padding-top: 15px;
    padding-bottom: 40px;
}
.contacto .datos {
    padding: 0;
}
.contacto h2 {
	color: #fff;
}
.contacto p {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}
.contacto span.glyphicon {
    font-size: 20px;
    margin-right: 8px;
}
.div-map {
	margin-bottom: 30px;
}
.contacto label {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.contacto .btn {
     background-color: #a3c737;
    border-radius: 0;
    color: #fff;
    float: right;
    font-size: 15px;
    width: 90px;
}
/* @end */

/* @group footer */
#footer {
    background-color: #f5f5f5;
    margin: 0;
    padding: 10px 0;
}
#footer h4 {
    color: #666;
    float: left;
    font-size: 16px;
}
#footer ul {
    float: right;
    margin-top: 11px;
}
#footer ul li {
    float: left;
    margin: 0 10px;
    
}
#footer a {
    color: #777;
}
.fono a {
	color: #fff;
	text-decoration: none;
}



/* @end */

/*extras*/
#btn_wa {
    position: fixed;
	right: 0;
	z-index: 99999;
	border-radius: 5px 0 0 5px;
	padding: 10px 10px 13px 53px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	background-color: #2987c9;
	color: #ffffff;
	background-image: url("images/ico_wa.png");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 5px 5px;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;	
	bottom: 50px;
}
#btn_wa img {
    max-width: 46px;
    margin-right: 10px;
    margin-bottom: 20px;
}
 



#top-link-block.affix {
    bottom: 18px;
    left: 10px;
    position: fixed;
}



/* @group Media queries */

@media (min-width:1200px){.container{width:1060px}}

@media (max-width:900px){ video{ height: 100%; width: auto;}}

@media (max-width:480px){ 

video{ height: 100%; width: auto;}
.carousel-indicators {
	display: none;
}
.fono a {
	 
	text-decoration: underline;
}
}

@media (max-width: 800px) {
	.carousel h2 {
	font-size: 36px;
	text-align: center;
}
	.carousel p.intro {
	text-align: center;
	font-size: 1.2em;
}
}

/* @end */


@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
