﻿/* =======> BEGIN FONTS <======= */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on June 7, 2016 */

@font-face {
    font-family: 'vegurbold';
    src: url('/fonts/vegur-bold-webfont.eot');
    src: url('/fonts/vegur-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-bold-webfont.woff2') format('woff2'),
         url('/fonts/vegur-bold-webfont.woff') format('woff'),
         url('/fonts/vegur-bold-webfont.ttf') format('truetype'),
         url('/fonts/vegur-bold-webfont.svg#vegurbold') format('svg');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'vegurlight';
    src: url('/fonts/vegur-light-webfont.eot');
    src: url('/fonts/vegur-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-light-webfont.woff2') format('woff2'),
         url('/fonts/vegur-light-webfont.woff') format('woff'),
         url('/fonts/vegur-light-webfont.ttf') format('truetype'),
         url('/fonts/vegur-light-webfont.svg#vegurlight') format('svg');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'vegurregular';
    src: url('/fonts/vegur-regular-webfont.eot');
    src: url('/fonts/vegur-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-regular-webfont.woff2') format('woff2'),
         url('/fonts/vegur-regular-webfont.woff') format('woff'),
         url('/fonts/vegur-regular-webfont.ttf') format('truetype'),
         url('/fonts/vegur-regular-webfont.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal; }

/* =======> END FONTS <======= */

/* =======> BEGIN GENERAL SETTINGS <======= */

html {
    min-width: 320px; }

body {
    margin: 0; }

.container {
    max-width: 1100px; }

/* Set padding to keep content from hitting the edges */
.body-content {
    max-width: 1100px;
    margin: 0px auto;
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow: auto; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px; }

textarea {
    max-height: 120px; }

h1, h2, h3, p, a, span, strong, li {
	font-family: 'vegurregular'; }

.title-special {
    font-family: 'vegurregular';
}

.title-light {
    font-family: 'vegurlight';
}

.title-paragraph {
    font-family: 'vegurregular';
    font-size: 20px; }

.title-login {
    font-family: 'vegurbold';
}

.title-somos {
    font-family: 'vegurregular';
    font-size: 18px; }

.button-special {
    max-width: 310px; }

#autocompleteAddress {
    max-width: 710px;
    font-family: 'vegurregular'; }

#autocompleteFromAddress, #autocompleteToAddress {
    max-width: 510px;
    font-family: 'vegurregular'; }

#reference {
    max-width: 710px; }

@media screen and (max-width: 991px) {
    #socialLoginForm {
        max-width: 280px; } }

.row-general {
    padding-bottom: 20px; }

.block-between {
    margin-top: 20px; }
    @media screen and (max-width: 991px) {
        .block-between {
            margin-top: 20px;
            margin-bottom: 20px; } }

.block-nested {
    margin-top: 30px; 
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
        .block-between {
            margin-top: 30px;
            margin-bottom: 30px; } }

.block-left {
    margin-top: 20px; }

.block-leftup {
    margin-top: 20px; }
    @media screen and (max-width: 991px) {
        .block-middle {
            margin-top: 20px; } }

@media screen and (max-width: 991px) {
    .block-middle, .block-first {
        margin-bottom: 20px; } }

 .vertical-align {
    display: flex;
    align-items: center;
}

/* =======> END GENERAL SETTINGS <======= */

/* =======> BEGIN BREAKPOINTS <======= */

/* Large    @media screen and (max-width: 1280px) */
/* Desktops @media screen and (max-width: 1199px) */
/* Tables   @media screen and (max-width: 991px) */
/* Phones   @media screen and (max-width: 767px) */

/* =======> END BREAKPOINTS <======= */

/* =======> BEGIN PANELS <======= */

.panel {
    margin-top: 140px;
    margin-bottom: 140px;
    margin-left: 100px;
    margin-right: 100px; }
    @media screen and (max-width: 991px) {
        .panel {
            margin: 50px; } }
    @media screen and (max-width: 767px) {
        .panel {
            margin-top: 10px;
            margin-bottom: 20px;
            margin-left: 0;
            margin-right: 0; } }

.panel-up {
    margin: 0;
}

.panel-center {
    margin-top: 20px;
    margin-bottom: 20px;
}

.panel-down {
    margin-bottom: 20px;
}

.panel-heading, h4 {
      font-family: 'vegurregular';
      color:white !important;
      text-align: center;
      font-size: 30px; }

.panel-heading {
    padding-top: 20px;
    padding-bottom: 20px; }

.panel-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel-header, h4 {
      font-family: 'vegurregular';
      color:white !important;
      text-align: center;
      font-size: 20px; }

.panel-footerspace {
    padding-top: 20px;
    padding-bottom: 20px; }
    .panel-footerspace a {
        font-family: 'vegurregular';
        color:white; }

.well p {
    font-family: 'vegurregular';
    text-align: center;
    font-size: 20px; }

.panel-map {
    width:100%;
	height:400px; }

/* =======> END PANELS <======= */

/* =======> BEGIN HEADER <======= */

.header-imgslim {
    width: 100%;
    height: 40px;
}

.header-img {
	width: 100%;
	height: 170px; }
@media screen and (max-width: 1199px) {
    .header-img {
        width: 100%;
        height: 150px;
    }
}
@media screen and (max-width: 991px) {
    .header-img {
        width: 100%;
        height: 120px;
    }
}
@media screen and (max-width: 438px) {
    .header-img {
        width: 100%;
        height: 70px;
    }
}

    .idioms {
        background-color: white;
        width: 50px;
        float: right;
        margin-top: 10px;
    }

        .idioms a {
            font-family: 'vegurregular';
            cursor: pointer;
            text-decoration: none;
            margin-right: 2px;
            margin-left: 1px;
            color: black;
        }

    .logos-container {
        position: relative;
        height: 100px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    @media screen and (max-width: 991px) {
        .logos-container {
            height: auto;
            position: initial;
        }
    }

    @media screen and (max-width: 767px) {
        .logos-container {
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
        }

            .logos-container .socials {
                display: none;
            }
    }

    .logo-small {
        margin-top: 5px;
    }

        .logo-small img {
            width: 230px;
        }

    .logo-big {
        text-align: center;
        width: 33%;
        position: absolute;
        top: -33px;
        left: 33%;
        z-index: 10;
    }

        .logo-big img {
            width: 175px;
        }

    @media screen and (max-width: 991px) {
        .logo-big {
            display: none;
        }
    }

    .socials {
        list-style-type: none;
        padding-top: 10px;
        padding-left: 0;
        text-align: right;
    }

    .navbar {
        margin-top: 10px;
        z-index: 5;
    }

#menu, #registerLink, #loginLink, #job, #phone {
    background-color: transparent;
    text-decoration: none;
    font-family: 'vegurregular';
    color: white;
}

    #item-menu {
        font-size: 20px;
    }

        #item-menu a:hover {
            color: #dfdfdf;
        }

    #item-access {
        font-size: 15px;
    }

        #item-access a:hover {
            color: #dfdfdf;
        }

    .icon-bar {
        background-color: white;
    }

    .exit {
        margin-right: 0px;
    }

    li.circle-separator {
        padding-left: 2px;
        padding-right: 2px;
        font-size: 9px;
        position: relative;
    }

    @media screen and (max-width: 991px) {
        li.circle-separator {
            display: none;
        }
    }

    .fa-circle {
        position: absolute;
        top: 20px;
        left: -3px;
    }

    /* =======> END HEADER <======= */

    /* =======> BEGIN MAIN <======= */

    .main {
        clear: both;
    }

    .updown {
        overflow: auto;
        margin-bottom: 20px
    }

    .slider-general {
        margin-bottom: 0px;
        box-shadow: none;
    }

    @media screen and (max-width: 1199px) {
        .slider-general {
            width: 705px;
            margin: 0px auto;
        }
    }

    @media screen and (max-width: 991px) {
        .slider-general {
            width: 100%;
        }
    }

    .slider-product {
        width: 705px;
        height: 511px;
        float: left;
    }

    .slider-productimg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media screen and (max-width: 991px) {
        .slider-productimg {
            height: auto;
        }
    }

    @media screen and (max-width: 1199px) {
        .slider-product {
            width: 100%;
        }
    }

    @media screen and (max-width: 991px) {
        .slider-product {
            height: auto;
            float: none;
        }
    }

    .updown-promotionals {
        float: right;
        width: 337px;
    }

    @media screen and (max-width: 1199px) {
        .updown-promotionals {
            width: 705px;
            float: none;
            margin: 0px auto;
        }
    }

    @media screen and (max-width: 991px) {
        .updown-promotionals {
            width: 100%;
        }
    }

    .promotionals {
        height: 245px;
    }

        .promotionals:first-child {
            margin-bottom: 20px;
        }

    @media screen and (max-width: 1199px) {
        .promotionals:first-child {
            margin-bottom: 0px;
            margin-right: 4%;
        }
    }

    .promotionals img {
        width: 100%;
        height: 100%;
    }

    @media screen and (max-width: 991px) {
        .promotionals img {
            height: auto;
        }
    }

    @media screen and (max-width: 1199px) {
        .promotionals {
            width: 342px;
            float: left;
            margin-top: 20px;
        }

            .promotionals:first-child {
                margin-right: 20px;
            }
    }

    @media screen and (max-width: 991px) {
        .promotionals {
            height: auto;
            width: 48%;
        }

            .promotionals:first-child {
                margin-right: 4%;
            }
    }

    @media screen and (max-width: 767px) {
        .promotionals {
            width: 100%;
            float: none;
            margin-top: 20px;
        }
    }

    .slider-shop {
        width: 705px;
        height: 424px;
        float: left;
    }

        .slider-shop img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    @media screen and (max-width: 991px) {
        .slider-shop img {
            height: auto;
        }
    }

    @media screen and (max-width: 1199px) {
        .slider-shop {
            width: 100%;
            float: none;
        }
    }

    @media screen and (max-width: 991px) {
        .slider-shop {
            height: auto;
        }
    }

    .submenu {
        height: 85px;
        width: 100%;
        margin-bottom: 20px;
    }

    @media screen and (max-width: 1199px) {
        .submenu {
            width: 705px;
            margin: 0px auto;
            margin-top: 20px;
        }
    }

    @media screen and (max-width: 991px) {
        .submenu {
            width: 100%;
        }
    }

    .submenu-button {
        cursor: pointer;
        padding-top: 15px;
        float: left;
        width: 111px;
        text-align: center;
        height: 70px;
    }

        .submenu-button:first-child {
            width: 112px;
        }

    @media screen and (max-width: 991px) {
        .submenu-button:first-child {
            width: 33%;
        }
    }

    .submenu-button:hover {
        color: #dfdfdf;
    }

    .submenu-button h3 {
        color: white;
        font-size: 14px;
        margin-top: 2px;
        font-weight: normal;
        font-family: 'vegurregular';
    }

    @media screen and (max-width: 1199px) {
        .submenu-button {
            width: 33%;
        }

            .submenu-button:first-child {
                width: 33%;
            }
    }

    .separator {
        float: left;
        width: 0px;
        height: 50px;
        border-right: 1px solid #dfdfdf;
        margin-top: 20px;
        border-radius: 2px;
    }

    .google-map {
        width: 100%;
        height: 319px;
    }
        .google-map img {
            width: 100%;
            height: 100%;
        }

    @media screen and (max-width: 991px) {
        .google-map img {
            height: auto;
        }
    }

    @media screen and (max-width: 1199px) {
        .google-map {
            width: 705px;
            margin: 0px auto;
            margin-top: 20px;
        }
    }

    @media screen and (max-width: 991px) {
        .google-map {
            width: 100%;
        }
    }

    .google-map img {
        max-height: 319px;
    }

    .slider-product img {
        max-height: 511px;
    }

    .slider-shop img {
        max-height: 424px;
    }

    /* =======> END MAIN <======= */

    /* =======> BEGIN WEARE <======= */

    .weare-up {
        height: 327px;
        padding: 0;
    }

        .weare-up img {
            width: 100%;
            height: 100%;
        }

    @media screen and (max-width: 991px) {
        .weare-up img {
            height: auto;
        }
    }

    @media screen and (max-width: 991px) {
        .weare-up {
            height: auto;
        }
    }

    .weare-up img {
        max-height: 327px;
    }

    .weare-down {
        height: auto;
    }
    /*260px*/

    .weare-right {
        height: auto;
    }
    /*607px*/

    /* =======> END WEARE <======= */

    /* =======> BEGIN CONTACT <======= */

    .contact-up {
        height: 292px;
        padding: 0;
    }

        .contact-up img {
            width: 100%;
            height: 100%;
        }

    @media screen and (max-width: 991px) {
        .contact-up img {
            height: auto;
        }
    }

    @media screen and (max-width: 991px) {
        .contact-up {
            height: auto;
        }
    }

    .contact-up img {
        max-height: 292px;
    }

    .contact-middle {
        height: 604px;
    }

    .contact-rigthup {
        height: 180px;
    }

    .contact-rigthdown {
        height: 404px;
        padding: 0;
    }

    .contact-map {
        width: 100%;
        height: 100%;
    }

    .contact-img {
        width: 100%;
        height: 100%;
    }

        .contact-img img {
            width: 100%;
            height: 100%;
        }

    @media screen and (max-width: 991px) {
        .contact-img img {
            height: auto;
        }
    }

    @media screen and (max-width: 991px) {
        .contact-img {
            height: auto;
        }
    }

.contact-img img {
    max-height: 404px;
}

    @media screen and (max-width: 1199px) {
        .contact-rigthdown {
            margin-right: 20px;
        }
    }

    @media screen and (max-width: 991px) {
        .contact-rigthdown {
            margin-right: 0;
        }
    }

    .contact-special {
        max-width: 310px;
    }

    @media screen and (max-width: 991px) {
        .contact-special {
            max-width: 100%;
        }
    }

    /* =======> END CONTACT <======= */

    /* =======> BEGIN JOB <======= */

    .job-main {
        margin-top: 70px;
        margin-bottom: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    @media screen and (max-width: 991px) {
        .job-main {
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 16px;
            margin-right: 16px;
        }
    }

    .job-img {
        height: 292px;
        padding: 0;
    }

        .job-img img {
            width: 100%;
            height: 100%;
        }

    @media screen and (max-width: 991px) {
        .job-img img {
            height: auto;
        }
    }

    @media screen and (max-width: 991px) {
        .job-img {
            height: auto;
        }
    }

    .job-img img {
        max-height: 292px;
    }

    .job-down {
        height: 104px;
    }

    .fileinput-button {
        position: relative;
        overflow: hidden;
    }

        .fileinput-button input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            transform: translate(-300px, 0) scale(4);
            font-size: 23px;
            direction: ltr;
            cursor: pointer;
        }

    /* =======> END JOB <======= */

    /* =======> BEGIN MENU <======= */

    #categories {
        background-color: transparent;
        text-decoration: none;
    }

    .menu-categories {
        height: 610px;
    }

    @media screen and (max-width: 991px) {
        .menu-categories {
            height: auto;
        }
    }

    .menu-categoriesup {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .menu-platespartial {
        padding: 20px;
    }

    @media screen and (max-width: 991px) {
        .menu-categoriesplates {
            width: 100%;
        }
    }

    .menu-rightup { /*width: 838px; / 194.5px */
        height: 297px;
        padding: 0;
    }

    .menu-rightupimg {
        width: 100%;
        height: 100%;
    }

    @media screen and (max-width: 991px) {
        .menu-rightupimg {
            height: auto;
        }
    }

    @media screen and (max-width: 991px) {
        .menu-rightup {
            height: auto;
        }
    }

    .menu-rightdown {
        height: 140px;
        padding: 0;
    }

    @media screen and (max-width: 1199px) {
        .menu-rightdown {
            height: auto;
        }
    }

    .menu-rightdown .carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

    #control-left {
        left: -15px;
        background: transparent;
        width: 40px;
    }

    #control-right {
        right: -15px;
        background: transparent;
        width: 40px;
    }

    #carousel-plate .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }

        #carousel-plate .carousel-indicators li {
            background: #c0c0c0;
        }

        #carousel-plate .carousel-indicators .active {
            background: #333333;
        }

    .category-down {
        height: 55px;
    }

    @media screen and (max-width: 767px) {
        #carousel-plate {
            margin: auto;
            width: 360px;
        }
    }

    @media screen and (max-width: 468px) {
        #carousel-plate {
            margin: auto;
            width: auto;
        }
    }

    .plate-rightup { /*width: 838px; / 194.5px */
        height: 265px;
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    @media screen and (max-width: 991px) {
        .plate-rightup {
            height: auto;
        }
    }

    .plate-rightupfirstimg {
        width: 100%;
        height: 100%;
    }

    @media screen and (max-width: 991px) {
        .plate-rightupfirstimg {
            height: auto;
        }
    }

    .plate-leftup {
        padding-top: 15px;
        padding-left: 20px;
    }

    @media screen and (max-width: 767px) {
        .plate-leftup {
            padding-right: 20px;
            padding-bottom: 5px;
        }
    }

    /* =======> END MENU <======= */

    /* =======> BEGIN FOOTER <======= */

    footer {
        overflow: auto;
        padding: 10px;
    }

        footer .socials {
            text-align: left;
            float: left;
        }

    @media screen and (max-width: 991px) {
        footer .socials {
            float: none;
            text-align: center;
        }
    }

    footer a {
        color: white;
        text-decoration: none;
    }

        footer a:hover {
            color: #dfdfdf;
        }

    footer h3 {
        margin: 2px;
        color: white;
        font-family: 'vegurbold';
        text-shadow: 2px 2px #353434;
        font-size: 22px;
    }

    #job {
        margin-top: 10px;
        width: 125px;
        padding-left: 30px;
    }

    #job-access {
        font-size: 14px;
    }

        #job-access a:hover {
            color: #dfdfdf;
        }

    .contact {
        float: right;
        margin-top: 8px;
        text-align: right;
        font-size: 20px;
    }

    #phone-access {
        font-size: 20px;
    }

        #phone-access a:hover {
            color: #dfdfdf;
        }

    /* =======> END FOOTER <======= */