@charset "UTF-8";
/* CSS Document */

.protocolos {
    color: #FFF;
    text-transform: capitalize;
    font-size: 1.3em;
    margin-top: 20px;
}

.navbar-nav {
    margin: 7.5px -15px;
    background-color: #eb673a;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 25px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FFF;
}

.socialmedia-bar {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.seccion-pelacable h3 {
    color: #eb673a;
    font-size: 2em;
    margin-top: 20px;
}

.seccion-pelacable img {
    margin-top: 60px;
}

.ponchadoras h3 {
    text-align: center;
    color: #333;
    margin-top: 80px;
    font-size: 2em;
}

.somos-equiser {
    width: 300px;
    height: auto;
    margin-top: 50px;
    background-color: rgba(235,103,58,0.7);
    color: #FFF;
    font-size: 1em;
}

.producto-descripcion {
    background-color: rgba(235,103,58,0.7);
    width: 94%;
    height: 85px;
    margin-top: -100px;
    z-index: 9;
}

.producto-descripcion .logo-producto {
    left: 190px;
    top: -50px;
}

.producto-descripcion .logo-producto {
    left: 195px;
    top: -40px;
}
footer{
	height:auto;
	background-color: #333;
	color:#FFF;
}