body {
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

h1, h2, h3, h4, p {
    padding: 0;
    margin: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

.t-amarillo {
    color: #f5e638
}

.image {
    display: block
}

header {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 1;
    transition: background ease-in 0.2s
}

header.bg {
    background-color: #00234b;
}

header > .container > .row {
   
}

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
header #menu {
    text-align: right;
    padding-top: 30px
}
header #menu a{
    display: inline-block;
    padding-left: 40px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

header #menu-responsive {
    height: 100%;
    width: 80px;
    display: none;
    float: right;
    background-image: url(../img/icon-menu.png);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center center
}

header img {
    cursor: pointer;
    width: 100%;
    max-width: 250px;
    height: auto;
     padding-top: 10px
}

.page .container > .row {
    padding: 100px 0;
}

#inicio {
    /*background-image: url(../img/slider/slide-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
}

#inicio.page .container > .row {
    padding: 200px 0 80px 0;
}

#inicio .cta {
    padding-bottom: 20px;
    font-size: 12px;
}

#inicio .cta .cta-titular {
    font-size: 17px
}

#inicio h1 {
    text-align: right;
    color: #00234b;
    text-transform: uppercase;
}

#inicio h1 div {
    padding: 20px 30px;
    width: auto;
    display: inline-block;
    background-color: #f5e638;
}


#inicio .descripcion {
    background-color: #fff;
    color: #102d4a;
    padding: 20px 30px;
    margin-top: 8px;
    text-align: justify
}

#inicio .redes {
    text-align: right;
    padding-top: 15px
}
#inicio .redes > div {
    display: inline-block;
    padding-left: 20px
}

.separador {
    background-size: 100% auto;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 70px
}

.separador.amarillo {
    background-image: url(../img/separador-amarillo.png);
}
.separador.azul {
    background-image: url(../img/separador-azul.png);
}
.separador.blanco {
    background-image: url(../img/separador-blanco.png);
}
h2 {
    padding: 0 30px;
    background-image: url(../img/h2-dot.png);
    background-repeat: repeat-x;
    background-position: center center;
    width: auto;
    max-width: 300px;
    margin: 20px auto;
    text-align: center;
    color: #00234b
}
h2 > div {
    background-color: #f5e638;
    display: inline-block;
    padding: 0 8px
}

h2.azul {
    background-image: url(../img/h2-dot-blanco.png);
    color: #fff
}
h2.azul > div {
    background-color: #00234b;
}

h2.blanco > div {
    background-color: #ffffff;
}

#nosotros {
    background-color: #f5e638;
    color: #00234b;
    text-align: center
}

#nosotros .mrm-rayo{
    width: 100%;
    max-width: 70px;
    height: auto;
    margin: 0 auto;
}


#servicios {
    background-color: #00234b;
    text-align: center
}

#servicios h2,
#clientes h2 {
    margin-top: 100px
}



#servicios .servicios-imagen {
    width: 100%;
    height: auto;
    max-width: 150px;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    border: 5px solid #fff
}
#servicios h3 {
    padding-bottom: 20px
}
#servicios li {
    padding-bottom: 15px
}

#servicios .industria .servicios-imagen {
    border-color: #2bafd5
}

#servicios .energia .servicios-imagen {
    border-color: #eaae2e
}

#servicios .ingenieria .servicios-imagen {
    border-color: #5cc23d
}

#clientes {
    color: #666;
    text-align: center
}

#clientes ul li {
    display: inline-block;
    padding: 30px 15px;    
}

footer {
    background-color: #000
}

footer .lista > .row {
    padding-bottom: 20px;
}

footer .lista .titular {
    color: #f5e638;
    font-size: 12px
}

#menu-flotante {
    display: none;
    position: fixed;
    top: 0;
    right: 10%;
    width: 50%;
    background-color: #fff;
    border-radius: 10px;
    z-index: 2;
    color: #000;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#menu-flotante a {
    display: block;
    text-align: center;
    padding: 10px;
}

@media (max-width:480px) {
   #menu-flotante {
        width: 80%;
    }
}

@media (max-width:767px) {
    
   header #menu {
        display: none;
       position: absolute;
       width: 80%;
       left: 10%;
       border: 1px solid red;
       bottom: 0;
    }
    
    header #menu a {
        display: block;
        text-align: center
    }
    
    header #menu-responsive {
        display: block;
    }
    
    header img {
        width: 100%;
        height: auto;
        max-width: 200px;
        padding-bottom: 10px
    }
    
    header {
        height: auto
    }
    
    #inicio .cta {
        text-align: center;
        padding-top: 40px;
    }
    
    #inicio h1 {
       
        text-align: center
    }
    
    #servicios .energia,
    #servicios .ingenieria {
        margin-top: 50px;
    }
    
    .logo-negativo {
        width: 100%;
        height: auto;
        max-width: 270px;
        margin: 0 auto 50px auto
    }
    
    footer .lista > .row {
        text-align: center
    }
    
    
    


    
}

@media (min-width:768px)
{
     
 
}

@media (min-width:992px)
{
    
}
@media (min-width:1200px)
{
    
}

