/* Custom Stylesheet */


/* --------------- GENERAL --------------- */

.section {
    padding: 20px 30px;
}

.separator {
    height: 64px;
    width: 100%;
}

.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #c62828;
}

.back-to-top i {
    font-size: 60px;
}

@media only screen and (max-width: 993px) {
    .container {
        width: 100%;
    }
}

@media only screen and (min-width: 993px) {
    body {
        padding: 50px 0;
        background: url(../img/bg-body.jpg) 50% 0 repeat;
    }
    .container {
        background-color: #fff;
        width: 85%;
    }
}

@media only screen and (min-width: 1201px) {
    body {
        padding: 50px 0;
        background: url(../img/bg-body.jpg) 50% 0 repeat;
    }
    .container {
        background-color: #fff;
        width: 70%;
    }
}


/* --------------- NAVBAR --------------- */

.wrap-nav {
    padding: 0 30px;
}

.brand-logo {
    max-height: 100%;
}

.brand-logo img {
    height: 80px;
    vertical-align: middle;
    padding: 5px;
}

.logo-web {
    display: none;
}

nav,
nav .nav-wrapper i,
nav a.button-collapse,
nav a.button-collapse i {
    height: 80px;
    line-height: 80px;
}

nav ul a {
    color: #424242;
    text-transform: uppercase;
}

nav ul a:hover {
    color: #fff;
    background: #ef5350;
}

.side-nav li>a {
    color: #424242;
}

.side-nav li>a:hover {
    color: #fff;
    background: #ef5350;
}

.logo-side-nav {
    position: absolute;
    bottom: 20vh;
    margin: 0 100px;
    width: 100px;
}

.logo-side-nav>img {
    width: 100%;
}

@media only screen and (min-width: 601px) {
    .logo-web {
        display: block;
    }
    .logo-movil {
        display: none;
    }
}


/* --------------- MODAL CONTACT --------------- */

.modal {
    max-height: 90%;
}

.modal-form-row {
    margin-bottom: 0px;
}


/* --------------- GALLERY --------------- */

.gallery {
    padding-top: 20px;
}

.imagen_gallery {
    width: 100%;
    height: 250px;
    padding: 8px 0;
}


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

.slider .indicators .indicator-item.active {
    background-color: #ef5350;
}

.slider .slides {
    background-color: #232323;
}

.slides>li>a>img {
    opacity: 0.4;
}


/* --------------- MAP --------------- */

#map {
    height: 200px;
}


/* --------------- ICON --------------- */

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: 70px;
}

/* --------------- CONOCENOS ---------------  */

#conocenos_img{
    width: 100%;
    margin: 15px 0;
}

#conocenos_text{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
}

/* --------------- SERVICIOS --------------- */
.servicios {
    margin-top: 20px;
}

.servicios img {
    width: 100%;
    height: 200px
}

.servicios .large img {
    height: 400px;
}

.servicios .card {
    margin-bottom: 20px;
}


/* --------------- MARCAS SECTION --------------- */
.divider {
    background-color: #ef5350;
    width: 70%;
}

.carousel {
    height: 250px;
}


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

.wrap-footer {
    padding: 0 30px;
}

.jotagep {
    margin: 0 auto;
}

footer i {
    vertical-align: text-top;
    margin-right: 2vw;
}

footer h5 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

footer ul>li>a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 601px) {
    footer i {
        margin-right: 1vw;
    }
}
