.indicators{
    top: 500px;
    z-index: 2;
}
nav {
    height: 130px !important;

}
.logo-img2{
  height: 52px;
  width: 120px;
}
.logo-img{
    height: 130px;
}
.space{
    width: 100%;
    height:35px;
}
.space-2{
    width: 100%;
    height:20px;
}
.presentation-img img{
    width: 250px;
    border-radius: 50%;
    border: 6px solid #3d5f75;
}
.presentation {
    padding: 30px 40px;
}
.presentation span{
    width: 100%;
    text-align: center;
    float: left;
}
.presentation-name {
    font-size:120%
}
.presentation-role{
    color: #389827;
    text-transform: uppercase;
}
#inicio {
    padding: 0 !important;
}
#contacto{
    border-top: 10px solid #3d5f75;
    background: url('../img/fondoContacto2.jpg');
	    background-size: cover;
}
.info-contact{
    font-size: 120%;
    margin-bottom: 15px;
}
.info-contact span{
    width: 100%;
    float: left;
    color: white;
}
.logos{
    padding: 30px !important;
}
.container-people{
    padding-top: 50px !important;
}

.affix {
    position: fixed;
    top: 0;
    background: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    z-index: 999;
}

.affix .logo-text{
    display: block !important;
    float: left;
    margin-left: 30px;
}
footer.page-footer {
    margin-top: 0;
    padding: 20px 0;
    background-color: #192026;
    color: #a2a1a1;
}

footer.page-footer .row{
    margin-bottom: 0;
}
footer.page-footer .fb{
    height: 30px;
    margin-top: -7px;
}
.gallery a{
    margin: 10px 0;
    float: left;
}
.gallery img {
    width: 100%;
    padding: 23px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.servicio {

}
.servicio#torno{
    background: url('../img/servicios/torno2.jpg');
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.servicio h2 {
    font-family: 'Roboto Slab', serif;
    text-shadow: 1px 1px 21px #000;
}
.servicio p{
    color: #d6d6d6;
    font-size: 128%;
}
.servicio#torno p{
    border: 2px dashed;
    padding: 28px;
    margin: 70px 0 100px
}
.servicio#maquinas{
    background: url('../img/servicios/fresa.jpg');
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.servicio#maquinas p {
    text-shadow: 1px 1px 3px #000;
    color: #ffffff;
    padding: 30px;
    margin: 40px 0 100px;
}
.servicio#electro{
    background: url('../img/servicios/electromecanica.jpg');
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.servicio#electro p {
    text-shadow: 1px 1px 3px #000;
    color: #ffffff;
    padding: 30px;
    margin: 40px 0 100px;
    background: rgba(255, 255, 255, 0.14);

}
.servicio#caldereria{
    background: url('../img/servicios/caldereria.jpg');
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.servicio#caldereria p {
        margin: 74px 0 197px;
}
