/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}


/* Custom Button Styles */

.btn-dark {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}

.btn-light {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: rgba(254, 0, 0, 1);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #fff;
    background-color: rgba(254, 0, 0, 0.8);
}


/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
    background-color: rgba(231, 76, 60, 1);
}



/* Side Menu */

#sidebar-wrapper {
    position: fixed;
    z-index: 1000;
    right: 0;
    overflow-y: auto;
    width: 250px;
    height: 100%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    transform: translateX(250px);
    background: #222;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, .2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    line-height: 55px;
    height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.toggle {
    font-size: 1em;
    margin: 5px 5px 0 0;
    padding: 15px 20px;
}


/* Header */

.header {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/motores.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 768px) {
  header.header {
    background-image: url("../img/motores-mini.jpg");}
  }

.header-compresores {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/bg/bg-compresores.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-accesorios {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/bg/bg-accesorios.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.header-accesorios h1{
    color: white;
    text-shadow: 4px 4px 4px #000000;
}

.header-neumatica {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/bg/bg-neumatica.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.header-neumatica h1{
    color: white;
    text-shadow: 4px 4px 4px #000000;
}

.header-motor {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/bg/bg-motores.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.header-motor h1{
    color: white;
    text-shadow: 4px 4px 4px #000000;
}


.header-motorreductor {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/bg/bg-motorreductores.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.header-motorreductor h1{
    color: white;
    text-shadow: 4px 4px 4px #000000;
}


.header-electrobombas {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/bg/bg-electrobombas.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.header-electrobombas h1{
    color: white;
    text-shadow: 4px 4px 4px #000000;
}

.header-industrial {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/bg/bg-industrial.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.header-industrial h1{
    color: white;
    text-shadow: 4px 4px 4px #000000;
}

.header-cabezotes {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/bg/bg-cabezotes.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.header-cabezotes h1{
    color: white;
    text-shadow: 4px 4px 4px #000000;
}




/* About */

.about {
    padding: 50px 0;
}


/* Services */

.services {
    padding: 50px 0;
}

.services h2 {
    color: #FE0001;
    font-size: 3em;
}

.service-item {
    margin-bottom: 30px;
}

.service-item h3, p {
    color: #212529;
}



/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/bg/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.callout-compresores {
    display: table;
    width: 100%;
    height: 480px;
    color: #fff;
    background: url(../img/bg/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.callout-accesorios {
    display: table;
    width: 100%;
    height: 480px;
    color: #fff;
    background: url(../img/bg/accesorios.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.callout-neumatica {
    display: table;
    width: 100%;
    height: 480px;
    color: #fff;
    background: url(../img/bg/neumatica.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.callout-motores {
    display: table;
    width: 100%;
    height: 480px;
    color: #fff;
    background: url(../img/bg/motores.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.callout-motorreductores {
    display: table;
    width: 100%;
    height: 480px;
    color: #fff;
    background: url(../img/bg/motorreductores.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.callout-electrobombas {
    display: table;
    width: 100%;
    height: 480px;
    color: #fff;
    background: url(../img/bg/electrobombas.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.callout-industrial {
    display: table;
    width: 100%;
    height: 480px;
    color: #fff;
    background: url(../img/bg/industrial.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.callout-cabezotes {
    display: table;
    width: 100%;
    height: 480px;
    color: #fff;
    background: url(../img/bg/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}



/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: .8;
}


/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}


/* Map */

.map {
    height: 380px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}


/* Footer */

footer {
    padding: 100px 0;
}

#to-top {
    font-size: 1em;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    padding: 15px 20px;
}

.bg-accesorios1 {
    display: table;
    width: 100%;
    height: 480px;
    color: #fff;
    background: url(../img/bg/bg-metal.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}


.img-thumbnail h2{
    font-size: 15px;
    text-align: left;
}


.img-thumbnail p{
    text-align: justify;
}

.color-footer {
    background-color: #000;
    color: #ccc;
}

.color-footer p {
    color: #ccc;
}



#mainNav {
  background-color: #222222; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #fed136;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  #mainNav .navbar-brand {
    color: #fed136;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #fec503; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #000; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #0000fd; }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #222222; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; } }



.contacto{
    font-size: 1.5em;
    text-align: justify;
}

.contacto h2{
    font-size: 2em;
    text-align: left;
}

.contacto h4{
    text-align: left;
    color: #000;
}

.contacto .small{
    font-size: 0.8em;
}

.contacto .list-unstyled{
    color: #fe0002;
}


.bg-1 {
    display: table;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #0000fd;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.caja-padding{
    padding: 15px;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    text-align: justify;
}

.caja-pading p{
    color: #fff;
}

.header-accesorios {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/bg/accesorios.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
