.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-weight: 300;
}

/*  CSS para el Fullwidth */

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;

}

.tabs nav ul li {
    border: 1px solid #eace0d;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
    height: 75px;
}

.tabs nav li.tab-current {
/*    border: solid 2px #eace0d;*/
    box-shadow: inset 0 2px #eace0d;
    border-bottom: none;
    z-index: 100;
    height: 75px;
    text-align: left;
    background: #eace0d;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    border: solid 2px #eace0d;
}

.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.tabs nav a {
    color: #474d4b;
    display: block;
    font-size: 1.3em;
    line-height: 1;
    padding: 5px 1.25em;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
}

.tabs nav a:hover {
    color: #EACE0D;
    text-decoration: none;
}

.tabs nav li.tab-current a {
    color: white;
}

/* Icons */
.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
    content: "\e600";
}

.icon-lab:before {
    content: "\e601";
}

.icon-cup:before {
    content: "\e602";
}

.icon-truck:before {
    content: "\e603";
}

.icon-shop:before {
    content: "\e604";
}

/* Content */
.content section {
    font-size: 1em;
    padding: 10px 0;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

.content section:before,
.content section:after {
    content: '';
    display: table;
}

.content section:after {
    clear: both;
}

/* Fallback example */
.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #ffb400;
}

.content section.content-current {
    display: block;
}

.mediabox {
    float: left;
    width: 100%;
    padding: 0 25px;
}

.mediabox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.mediabox h3 {
    margin: 0.75em 0 0.5em;
}

.mediabox p {
    margin: 0;
    color: #4D4D4D;
    line-height: 1.3;
    font-size: 1.2em;
    text-align: justify;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
    .tabs nav a span {
        font-size: .8em;
    }

    .tabs nav a:before {
        margin-right: 0;
    }

    .mediabox {
        float: none;
        width: auto;
        padding: 0;
        font-size: 90%;
    }

    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%;
    }

    .mediabox h3 {
        margin-top: 0;
    }

    .mediabox p {
        margin: 2%;
        text-align: justify;
    }
    #tabs {
        padding-top:30px;
    }

    .mediabox:before,
    .mediabox:after {
        content: '';
        display: table;
    }

    .mediabox:after {
        clear: both;
    }
}

@media screen and (max-width: 32em) {
    .tabs nav ul,
    .tabs nav ul li a {
        width: 100%;
        padding: 5px 0 0 5px;
        text-align: center;
    }

    .tabs nav ul li {
        width: 33%; /*20%*/
        /*width: calc(20% + 1px);*/
        margin: 0 0 0 -1px;
    }

    .tabs nav ul li:last-child {
        /*border-right: none;*/
    }

    .mediabox {
        text-align: justify;
        padding: 3px 15px;
    }

    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    .mediabox h3 {
        margin: 1.25em 0 1em;
    }

    .mediabox p {
        margin: 0;
    }
}
