/* #BF0310 */

@import url('https://fonts.googleapis.com/css?family=Lobster|Arimo');
body {
    padding-top: 100px;
    font-family: 'Arimo', sans-serif;
}

.marca {
    font-family: 'Lobster', cursive;
    color: #bf0310;
}

.navbar-default {
    background: #bf0310;
    background: #bf0310;
    background: -moz-linear-gradient(left, #bf0310 50%, #e6b500 100%);
    background: -webkit-linear-gradient(left, #bf0310 50%, #e6b500 100%);
    background: linear-gradient(to right, #bf0310 50%, #e6b500 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bf0310', endColorstr='#e6b500', GradientType=1);
    color: #fff;
    border: none;
    border-bottom: 5px solid #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .4);
    border-radius: none;
    min-height: 100px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-weight: 800;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.navbar-toggle {
    margin-top: 32px;
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    font-weight: 800;
    background: transparent;
    text-decoration: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-brand {
    height: 90px;
    padding: 5px;
    margin: 5px auto;
    width: calc(100% - 60px);
    text-align: center;
}

.navbar-default .navbar-brand img {
    max-height: 90px;
    padding-left: 60px;
    margin: 0 auto;
}

#intro {
    height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
    background-image: url("../images/home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#slider {
    min-height: 60vh;
}

.swiper-container {
    width: 100%;
    min-height: 250px;
}

#nosotros {
    line-height: 2;
    text-align: justify;
    padding: 70px 0;
    background: #fff;
    position: relative;
}

#nosotros .fotoleft {
    display: hidden;
}

#nosotros .fotoright {
    display: hidden;
}

#productos {
    background: #eee;
    line-height: 2;
    text-align: justify;
    padding: 70px 0;
    position: relative
}

.presentacion {
    line-height: 2.8;
    margin: 0;
}

hr {
    border-top: 5px dotted #bf0310;
}

.reason {
    text-align: center;
    font-size: small;
    line-height: 1.5;
    padding: 10px 30px;
}

#action {
    min-height: 50vh;
    background: url("../images/action.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

#action .btn {
    margin-top: 20vh;
}

#contacto {
    background: #eee;
    line-height: 2;
    text-align: justify;
    padding: 70px 0;
}

#contacto .contacto-data p,
#contacto .contacto-data a {
    color: #bf0310;
}

#contacto .contacto-data p:hover,
#contacto .contacto-data a:hover {
    color: #8d020c;
    font-weight: 800;
    text-decoration: none;
}

.contacto-data {
    font-size: large;
    text-align: center;
}

.btn-primary {
    background-color: #bf0310;
    border: none;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus {
    background-color: #8d020c;
    border: none;
    border-radius: 0;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #bf0310;
    box-shadow: none;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #333;
    color: #fff;
}

footer a,
footer a:hover {
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
}

.malmo {
    padding: 30px 0px;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        margin: 40px auto;
        padding: 5px 10px;
    }
    #nosotros .fotoleft {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 20vw;
        display: block;
        height: 100%;
        background: url("../images/left.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
    }
    #nosotros .fotoright {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20vw;
        display: block;
        height: 100%;
        background: url("../images/right.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
    }
    .contacto-data {
        text-align: left;
    }
}