#fondo-slide {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#back-top {
    position: fixed;
    z-index: 1041;
    bottom: 5px;
    right: 8px;
}

#back-top a {
    font-size: 4em;
    color: #fe9916;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 32px;
    height: 32px;
    display: block;
    background-color: #FFF;
    content: '';
    background-image: url(../img/top.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.logo {
    width: 100%;
    max-width: 200px;
    margin-top: 50px;
}

.header-main {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1000;
    text-align: center;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
}

.btn_active {
    background-image: url(../img/miscelanea-btn.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.btn_active>a {
    color: #208e67 !important;
}


/*------------------------------------------------------------------------------------------------------
 CAMPO BUSQUEDA
 -------------------------------------------------------------------------------------------------------*/

.wrap-form-busc {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.camp_busc {
    display: block;
    width: 100%;
    padding: 12px 12px 16px 55px !important;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(174, 157, 140, 0.3);
    background-image: none;
    border: 1px solid #fff !important;
    border-radius: 4px;
}

.camp_busc:focus {
    border-color: #000 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6) !important;
}

.camp_busc::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.camp_busc:-ms-input-placeholder {
    color: #fff;
}

.camp_busc::-webkit-input-placeholder {
    color: #fff;
}

.camp_busc::-ms-expand {
    background-color: transparent;
    border: 0;
}

.btn_busq {
    padding: 12px 12px 14px 12px !important;
    width: 50px;
    padding: 0;
    color: #fff;
    background-color: rgba(174, 157, 140, 0.3);
    border: 1px solid #fff;
    border-right: none;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px !important;
}

.btn_busq:hover {
    padding: 12px 12px 14px 12px !important;
    width: 50px;
    padding: 0;
    color: #fff;
    background-color: rgba(174, 157, 140, 0.3);
    border: 1px solid #fff;
    border-right: none;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px !important;
}

.success,
.warning {
    color: #e74e3e;
}


/*------------------------------------------------------------------------------------------------------
 HOME
 -------------------------------------------------------------------------------------------------------*/

.home-slide {
    width: 100%;
    height: 100vh;
    max-height: 850px;
    overflow: hidden;
    position: relative;
}


/*------------------------------------------------------------------------------------------------------
PRODUCTOS
 -------------------------------------------------------------------------------------------------------*/

#productos {
    background-color: rgba(0, 0, 0, 0.95);
    margin-top: -40px;
    margin-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
}

#novedades {
    background-color: rgba(0, 0, 0, 0.95);
    margin-bottom: 40px;
    padding-top: 30px;
}

#novedades h2 {
    color: #fff;
    font-size: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-top: 12px;
}

#linea {
    background-color: rgba(0, 0, 0, 0.95);
    margin-top: -40px;
    margin-bottom: 2px;
    padding-left: 100px;
    padding-right: 100px;
}

#myTab {
    border-top: 1px solid #e74e3e;
    padding-top: 15px;
}

.wrap-linea {
    margin-top: 12px;
}

#linea_descrip {
    background-color: rgba(0, 0, 0, 0.95);
    margin-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#linea_descrip h1 {
    color: #e74e3e;
    font-size: 3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    display: block;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0;
}

#linea_descrip p {
    border-left: 1px solid #e74e3e;
    color: #fff;
    font-size: 1em;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300 !important;
    margin-bottom: 0;
    padding-left: 25px;
}

@media (max-width: 1024px) {
    #productos,
    #linea,
    #linea_descrip {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 768px) {
    #linea_descrip h1 {
        text-align: left !important;
        margin-bottom: 15px;
    }
}

#resultados {
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
    min-height: 300px;
}

#resultados h2 {
    color: #fff;
    font-size: 1.4em;
}

.sin-resultados p {
    color: #e74e3e;
    font-size: 1.2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300 !important;
}

#catalogo {
    background-color: rgba(0, 0, 0, 0.95);
    margin-bottom: 40px;
    padding-top: 30px;
}

#catalogo h2 {
    color: #fff;
    font-size: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-top: 12px;
}

#catalogo p {
    color: #fff;
}


/*------------------------------------------------------------------------------------------------------
SLIDE PRODUCTOS
 -------------------------------------------------------------------------------------------------------*/

.owl-prev {
    color: #fff;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -45px;
    text-align: center;
    z-index: 3000;
    padding: 0px 18px 0px 16px;
    font-size: 2.4em;
}

.owl-next {
    color: #fff;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -45px;
    text-align: center;
    padding: 0px 16px 0px 18px;
    font-size: 2.4em;
}

.owl-prev i {
    line-height: 45px;
    padding-bottom: 3px !important;
}

.owl-next i {
    line-height: 45px;
    padding-bottom: 3px !important;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .owl-prev {
        left: 22px !important;
        z-index: 5000 !important;
    }
    .owl-prev i .fa {
        color: #FFF;
    }
    .owl-next {
        right: 22px !important;
        z-index: 5000 !important;
    }
    .owl-next i .fa {
        color: #FFF;
    }
}

.owl-prev-lin {
    color: #fff;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    z-index: 1000;
    padding: 0px;
    font-size: 1.4em;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
}

.owl-prev-lin:hover,
.owl-next-lin:hover {
    color: #e74e3e;
}

.owl-next-lin {
    color: #fff;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    z-index: 1000;
    padding: 0px;
    font-size: 1.4em;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
}

.owl-prev-lin i {
    line-height: 45px;
    padding-bottom: 3px !important;
}

.owl-next-lin i {
    line-height: 45px;
    padding-bottom: 3px !important;
}

.list-lineas {
    margin-top: 12px;
}

.list-lineas a {
    color: #fff;
}

.list-lineas a:hover,
.list-lineas a.active {
    color: #e74e3e;
    text-decoration: none;
}


/*------------------------------------------------------------------------------------------------------
DESCARGAS
 -------------------------------------------------------------------------------------------------------*/

#descargas {
    background-color: rgba(0, 0, 0, 0.95);
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 100px;
}

#descargas h1 {
    color: #fff;
    font-size: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding-bottom: 8px;
    margin-top: 12px;
    border-bottom: 2px solid #8f8f8f;
}

.item_desc {
    margin-top: 20px;
}

.item_desc h2 {
    color: #fff;
    font-size: 1.6em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin-top: 12px;
    letter-spacing: -0.04em;
}

.item_desc a {
    color: #fff;
    margin-top: 20px;
    display: block;
    font-size: 1.2em;
    background-color: rgba(231, 78, 62, 0.8);
    padding: 4px 12px 6px 12px;
    border-radius: 4px;
}

.item_desc a:hover {
    text-decoration: none;
    background-color: rgba(231, 78, 62, 0.5);
}

.icon-desc i {
    font-size: 2.6em;
    color: #fff;
}


/*------------------------------------------------------------------------------------------------------
CONTACTO
 -------------------------------------------------------------------------------------------------------*/

#contacto {
    margin-bottom: 45px;
}

.wrap_contact {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px 80px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.55);
}

.wrap_form {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 37px 37px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.55);
}

@media (max-width: 992px) {
    .wrapper_form {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .wrap_form,
    .wrap_contact {
        padding: 40px 25px;
    }
    .wrapper_form {
        margin-top: 15px;
    }
}

.info_contact h2 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #e74e3e;
    font-weight: 600;
    font-size: 1.7em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.info_contact p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    margin-bottom: 30px;
}

.info_contact p a {
    color: #999999;
}

.btn-contact {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 12px 20px;
    margin-top: 26px;
}


/*------------------------------------------------------------------------------------------------------
 FOOTER
 -------------------------------------------------------------------------------------------------------*/

#footer {
    padding-top: 25px;
    padding-bottom: 35px;
    background-color: rgba(0, 0, 0, 0.95);
}

#footer ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

#footer ul>li {
    padding-left: 0;
    padding-right: 0;
}

#footer ul>li+li:before {
    color: #6d6e71;
    padding: 0 8px 0 8px;
    font-family: 'FontAwesome';
    content: "\f111\00a0";
    font-size: 0.35em;
    vertical-align: top;
    line-height: 25px;
}

#footer ul li a {
    line-height: 23px;
    color: #6d6e71;
}

#footer p {
    color: #6d6e71;
    font-size: 0.9em;
    margin-top: 20px;
    line-height: 26px;
}

.wrap {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


/*------------------------------------------------------------------------------------------------------
NEWSLETTER
 -------------------------------------------------------------------------------------------------------*/

.newsForm {
    position: relative;
}

.newsForm input[type="text"] {
    border: none;
    outline: none;
    width: 100%;
    height: 65px;
    margin: 0 !important;
    z-index: 10;
    color: #fff;
    font-size: 1em;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #393b3c;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.newsForm input:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
}

.newsForm input[type="text"]::-webkit-input-placeholder {
    color: #6d6e71;
    text-transform: uppercase;
}

.newsForm input[type="text"]:-moz-placeholder {
    color: #6d6e71;
    text-transform: uppercase;
}

.newsForm input[type="text"]::-moz-placeholder {
    color: #6d6e71;
    text-transform: uppercase;
}

.newsForm input[type="text"]:-ms-input-placeholder {
    color: #6d6e71;
    text-transform: uppercase;
}

.newsForm input[type="button"] {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .newsForm {
        text-align: center;
    }
    .newsForm input[type="button"] {
        position: relative;
    }
}