
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ESTILOS GLOBALES */

@font-face {
    font-family: 'dinregular';
    src: url('../fonts/din-webfont.eot');
    src: local('DIN'),
         url('../fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-webfont.woff2') format('woff2'),
         url('../fonts/din-webfont.woff') format('woff'),
         url('../fonts/din-webfont.ttf') format('truetype'),
         url('../fonts/din-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: dinregular, Helvetica, Arial, sans-serif;
    padding-top: 50px;
}

/* Estilos de la barra principal de navegaciÃ³n */

#navbar-pcs {
    background-color: white;
    border-color: #f5f5f5;
}

#navbar-pcs .navbar-header {
    float: right;
}

#navbar-pcs .navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
    margin-right: 15px;
}

#navbar-pcs .navbar-collapse {
    border-color: #f5f5f5;
}

#navbar-pcs .navbar-nav > li > a {
    color: #595959;
}

#navbar-pcs .navbar-nav > li.active > a,
#navbar-pcs .navbar-nav > li > a:focus,
#navbar-pcs .navbar-nav > li > a:hover,
#navbar-pcs .nav .open > a {
    background-color: #0070af;
    color: white;
}

#navbar-pcs .navbar-toggle {
    border-color: #f5f5f5;
}

#navbar-pcs .navbar-toggle .icon-bar {
    background-color: #0b4366;
}

#navbar-pcs .dropdown-menu {
    background-color: #fffdf8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 174px;
}

#navbar-pcs .dropdown-menu a:hover {
    background-color: #0b4366;
    color: white;
}

@media (max-width: 768px) {
    #navbar-pcs .navbar-text {
        float: right;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    } 
    
    .navbar-pcs .navbar-text {
        margin-left: 100px;
    }
    
    .navbar-pcs .navbar-nav {
        border-bottom: 1px solid #0b4366;
    }
}

/* Estilos del contenido CAMBIOS JUMBOTRON */

.jumbotron {
    background-color: #f5f5f5;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

#logo {
    background: url(../img/logo.jpg) no-repeat center;
    font-size: 0;
    height: 140px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

#cuadricula {
    background-color: #eff1f1;
}

#cuadricula figure {
    background-size: cover;
    height: 260px;
}

.figuraCircuito {
    background-image: url(../img/circuito.jpg);
}

.figuraCircuito2 {
    background-image: url(../img/circuito2.jpg);
}

#figuraSlide1 {
    background-image: url(../img/slide.jpg);
}

#figuraSlide2 {
    background-image: url(../img/slide2.jpg);
}
#figuraSlide3 {
    background-image: url(../img/slide3.jpg);
}

#figuraPotencia {
    background-image: url(../img/potencia.jpg);
}

#textoSlide {
    background-color: #0b4366;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

#textoSlide p {
    margin-left: 15px;
    margin-right: 15px;

}

@media (max-width: 767px) {
    #figuraSlide {
        clear: both;
    }
}

@media (min-width: 768px) {
    #logo {
        background-position: left;
    }
}

/* Estilos del pie de página */

#piePagina {
    background-color: #0b4366;
    color: #a9bcc0;
    padding-top: 25px;
    padding-bottom: 25px;
}

#piePagina h5 {
    color: white;
    margin-top: 0;
}

#piePagina a {
    color: #a9bcc0;
}

#piePagina a:hover {
    color: #f2cf01;
}

#piePagina figure {
    margin-top: 15px;
    margin-bottom: 15px;
}

#brochure, #valores {
    border-bottom: 1px solid #2f7491;
    padding: 25px 30px;
}

#copyright {
    background-color: #131313;
    color: #dcdcdc;
    font-size: 13px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    #brochure, #valores {
        border-bottom: 0;
        border-right: 1px solid #2f7491;
    }
    
    #brochure {
        padding-bottom: 100px;
    }
    
    #brochure h5 {
        margin-bottom: 20px;
    }
    
    #piePagina address p:first-child {
        margin-bottom: 30px;
    }
}

/* ESTILOS DE LA PAGINA DE INICIO */

#cuadricula h3 {
    margin: 0;
}

#cuadricula h3 a {
    color: white;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 117px;
    padding-bottom: 117px;
    transition: all 0.5s ease-in-out;
}

#cuadricula h3 a:hover {
    background-color: #595959;
    text-decoration: none;
}

#enlacePotencia {
    background-color: #0070af;
}

#enlaceControl {
    background-color: #f2cf01;
}

#enlaceSeguridad {
    background-color: #be0042;
}

#figuraControl {
    background-image: url(../img/control.jpg);
}

#figuraSeguridad {
    background-image: url(../img/seguridad.jpg);
}

#textoPotencia, #textoSeguridad {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}

#textoPotencia p, #textoSeguridad p {
    margin-left: 90px;
    margin-right: 90px;

}

#carrusel {
    margin-left: -15px;
    margin-right: -15px;
}

#clientes {
    padding-top: 25px;
    padding-bottom: 25px;
}

#clientes table {
    width: 100%;
}

@media (max-width: 767px) {
    #textoPotencia {
        clear: both;
    }
}

@media (min-width: 768px) {
    #textoPotencia, #textoSeguridad {
        padding-top: 95px;
        padding-bottom: 95px;
    }
    
    #clientes {
        padding-bottom: 45px;
    }
}

/* ESTILOS DE LA PAGINA NUESTRA EMPRESA */

#empresa #cuadricula .container {
    background-color: white;
}

#empresa #acerca {
    margin: 75px 50px 100px;
}

#empresa #acerca h4 {
    font-weight: bold;
}

/* ESTILOS DE LA PAGINA LINEA DE PRODUCTOS */

#productos #cuadricula .container {
    background-color: white;
}

#productos #producto p {
    margin: 75px 50px;
}

#productos #carrusel {
    margin-bottom: 100px;
}

/* ESTILOS DE LA PAGINA CONSULTAS */

#consultas #cuadricula .container {
    background-color: white;
}

#consultas .contacto {
    padding-top: 60px;
    padding-bottom: 60px;
}

#consultas .contacto h4 {
    font-weight: bold;
}

#consultas .etiqueta {
    color: #0171b1;
}

@media (max-width: 767px) {
    #consultas .hack {
        clear: both
    }
}

@media (min-width: 768px) {
    #consultas .contacto p {
        font-size: 16px;
    }
}
