.navbar {
    background: #fff !important;
}

.logo-cm {
    height: 45px;
}

.logo-eco-friendly {
    height: 45px;
    float: right;
}

.title-slider {
    font-size: 20px;
    color: white;
    font-weight: 400;
}

.title2-slider {
    font-size: 37px;
    color: white;
    font-weight: 200;
    margin-bottom: 25px;
}

.title3-slider {
    font-size: 18px;
    color: white;
    font-weight: 400;
}

.linea-blanca {
    border-bottom: 2px solid #fff;
}

#intro-form .title-form {
    font-size: 22px;
    color: white;
    padding: 0 15px;
    margin-bottom: 20px;
    font-weight: normal;
}

.font-bold {
    font-weight: bolder;
}

.borde-naranja {
    border-top: solid 2px #EF560A;
    border-bottom: solid 2px #EF560A;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 1px;
}

.ver_consultar {
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #ef560a;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.ver_usados {
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #dc5a19;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.ver_usados:hover {
    background-color: #494949;
    color: white;
}

#alquileres h2 {
    margin-bottom: 15px;
}

#alquileres h3 {
    margin-bottom: 15px;
}

.img-alquileres {
    height: 350px;
}

#equipos-nuevos .titulo {
    color: #fb313f
}

#equipos-nuevos h3 {
    color: #ff2a35;
    font-size: 23px;
    margin-bottom: 0px;
	text-align: center;
}

#equipos-nuevos .text-carga {
    font-size: 13px;
	text-align: center;
}

#equipos-nuevos .text-tipo {
    margin-bottom: 0px;
	text-align: center;
}

#equipos-nuevos .button {
    margin-top: 25px;
	text-align: center;
}

#alquileres .titulo {
    color: #fb313f
}

#alquileres .sub-titulo {
    color: #7e7e7e;
    font-size: 25px;
}

.orange {
    color: #ef560a;
}

.text-alquileres {
    font-size: 16px;
    color: #7e7e7e;
}

#usados {
    background-image: url(../images/bg-rojo.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
}

#usados .titulo {
    color: white;
    margin-top: 30px;
}

#footer .text-footer {
    color: white;
    font-size: 13px;
}

hr {
    display: block;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    margin-left: auto;
    margin-right: auto;
    border-width: 4px;
    border-color: #ef560a;
}

.linea-slider {
    display: block;
    margin-top: 0.3em;
    margin-left: auto;
    margin-right: 210px;
    border-width: 2px;
    border-color: white;
}

.usados-btn {
    margin-left: 18px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .slider {
        height: auto;
        width: 100%;
    }

    .title-slider {
        margin-bottom: 10px;
    }

    .title2-slider {
        font-size: 28px;
    }

    .logo-cm {
        height: 40px;
    }

    .logo-eco-friendly {
        height: 35px;
    }

    #header .container {
        padding-right: 0px;
        padding-left: 5px;
    }
}

