body {
    padding-top: 0;
    /*background: #dee1e3;*/
    font-family: 'helveticaneue-condensed',sans-serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dee1e3+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dee1e3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dee1e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#dee1e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dee1e3',GradientType=0 ); /* IE6-9 */
}

@font-face {
    font-family: 'helveticablkit';
    src: url('fonts/helveticablkit-webfont.woff2') format('woff2'),
    url('fonts/helveticablkit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.helveticablkit {
    font-family: 'helveticablkit', sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

@font-face {
    font-family: 'helveticaneue-condensed';
    src: url('fonts/helveticaneue-condensed-webfont.woff2') format('woff2'),
    url('fonts/helveticaneue-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.helveticaneue-condensed {
    font-family: 'helveticaneue-condensed', sans-serif;
}

@font-face {
    font-family: 'helveticaneue-thin';
    src: url('fonts/helveticaneue-thin-webfont.woff2') format('woff2'),
    url('fonts/helveticaneue-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.helveticaneue-thin {
    font-family: 'helveticaneue-thin', sans-serif;
}

@font-face {
    font-family: 'helveticaneue-thinitalic';
    src: url('fonts/helveticaneue-thinitalic-webfont.woff2') format('woff2'),
    url('fonts/helveticaneue-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.helveticaneue-thinitalic {
    font-family: 'helveticaneue-thinitalic', sans-serif;
}

.main-nav {
    padding: 50px;
    /* transform: skewx(-15deg);
    margin-right: -40px!important;*/
}

@media (max-width: 600px) {
    .main-nav {
        padding: 5px 0 10px 50px
    }
}

.skew-grey {
    background-color: #373335;
    height: 131px;
    width: 48px;
    transform: skewx(-7deg);
    margin-top: -36px;
    margin-left: 667px;
    position: absolute;
}

.a-nav {
    color: white;
}

.a-nav:hover {
    color: red;
    text-decoration: none;
}

.nav-padding {
    padding: 0;
}

.no-skew {
    transform: skewx(12deg);
    color: white;
}

.skew-0 {
    transform: skewx(0deg);
    color: white;
}

@media (max-width: 600px) {
    .skew-0 {
        transform: skewx(12deg);
    }
}

.logo-blaffert {
    max-width: 360px;
    margin-top: 70px;
    padding-bottom: 30px;
    float: right;
    margin-right: 19%

}

@media (max-width: 600px) {
    .logo-blaffert {
        max-width: 100%;
        margin-top: 70px;
        padding-bottom: 10px;
        margin-right: 3px;
    }
}

.border-top-nav {
    border-top: 15px solid red;
}

.responsive-menu {
    list-style-type: none;
    margin-left: -50px;
    margin-top: 10px;
}

.responsive-menu li {
    padding-right: 20px;
}

@media (max-width: 600px) {
    .responsive-menu {
        list-style-type: none;
        margin-left: -30px;
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .nav {
        display: -ms-flexbox;
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
}

.background-slider {
   /* background-size: cover;
    background: url(../img/slider-background.jpg) no-repeat top left;*/
    background-color: white;
}

.border-top-menu {
    position: relative;
}

.border-top-menu:before {
    position: absolute;
    top: 0;
    right: -15px;
    height: 10px;
    background: red;
    content: '';
    width: 400%;
    display: block;
}
.border-top-white{
    border-top: 10px solid #fff;
    height: 15px;
}
.border-top-grey{
    transform: skewx(-7deg);
    position: relative;
}

.border-top-grey:before{
    content: '';
    position: absolute;
    background: #373335;
    height: 23px;
    top: -48px;
    width: 400%;
    left: 0;
    display: block;
    margin-right: -230px;
    margin-left: -4px;
}


.title-red{
    background-color: red;
    /* font-family: 'helveticablkit', sans-serif; */
    font-size: 27px;
    color: white;
    transform: skewX(-7deg);
    text-transform: uppercase;
    padding: 20px;
   /* z-index: 9;*/
    margin-left: -40px;
    text-align: right;
    font-style: italic;
    margin-top: -48px;
    border-top: 23px solid white;
}
.title-red-no-back{
    color: red;
    /* font-family: 'helveticablkit', sans-serif; */
    font-size: 27px;
    text-transform: uppercase;
    z-index: 9;
    text-align: left;
    font-style: italic;
}
.title-red-mt{
    margin-top: -14px;
}
.menu-header {
    position: relative;
}

@media (max-width: 600px) {
    .menu-header {
        position: relative;
        margin-top: 0;
        transform: skewX(-19deg);
    }
    .title-red {
        background-color: red;
        /* font-family: 'helveticablkit', sans-serif; */
        font-size: 27px;
        color: white;
        transform: skewX(-7deg);
        text-transform: uppercase;
        z-index: 9;
        margin-left: 0;
        text-align: right;
        font-style: italic;
        margin-top: -48px;
        border-top: 23px solid white;
        padding: 20px 50px 20px 20px;
    }
}

.overflow-hidden {
    overflow-x: hidden;
}

.menu-header:before {
     position: absolute;
     top: 0;
     left: -15px;
     height: 150px;
     background-color: #373335;
     content: '';
     width: 400%;
     display: block;
     transform: skewx(-7deg)
 }
@media (max-width: 600px) {
    .menu-header:before {

        top: 1px;

    }
}

.align-center {
    text-align: center;
}

.box-grey {
    height: 130px;
    position: relative;
}

.container-slide *:not(.col-md-6) {
    position: relative;
}

.container-slide .col-md-6 {
    position: relative;
    padding: 30px;
}

.container-slide .col-md-6:first-child:before {
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    background-color: #999999;
    content: '';
    width: 400%;
    display: block;
    transform: skewx(-7deg);
}

.container-slide .col-md-6:last-child:before {
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    background-color: red;
    content: '';
    width: 400%;
    display: block;
    transform: skewx(-7deg);
}

.container-prods *:not(.col-md-6) {
    position: relative;
}

.container-slide .col-md-6 {
    position: relative;
    padding: 30px;
}

.container-prods>.row>.col-md-6:first-child:before {
    position: absolute;
    top: 0;
    right: -350px!important;
    height: 100%;
    content: '';
    width: 260%;
    display: block;
    transform: skewx(-7deg);
    background-size: contain;
    background: url(img/img-inicio-productos.jpg) no-repeat 50% 50%;
}

.container-prods>.row>.col-md-6:last-child:before {
    position: absolute;
    top: 0;
    left: -40px;
    height: 100%;
    background-color: #373335;
    content: '';
    width: 400%;
    display: block;
    transform: skewx(-7deg);
}

@media (min-width: 576px) {
    .container-prods>.row>.col-md-6:last-child:before {
        left: -20px;
    }
}

.container-slide *:not(.col-md-6) {
    position: relative;
}

.container-slide .col-md-6 {
    position: relative;
    padding: 30px;
}

.container-slide .col-md-6:first-child:before {
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    background-color: #999999;
    content: '';
    width: 400%;
    display: block;
    transform: skewx(-7deg);
}

.container-slide .col-md-6:last-child:before {
    position: absolute;
    top: 0;
    left: -21px;
    height: 100%;
    background-color: red;
    content: '';
    width: 400%;
    display: block;
    transform: skewx(-7deg);
}

.container-red-footer *:not(.col-md-6) {
    position: relative;
}

.container-red-footer .col-md-6 {
    position: relative;
    padding: 30px;
}

.container-red-footer .col-md-6:first-child:before {
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    background-color: #999999;
    content: '';
    width: 400%;
    display: block;
    transform: skewx(-7deg);
}

.container-red-footer .col-md-6:last-child:before {
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    background-color: red;
    content: '';
    width: 400%;
    display: block;
    transform: skewx(-7deg);
}
@media (max-width: 600px){
    .container-red-footer .col-md-6:last-child:before {
    left: -5px;
    }
    .container-slide .col-md-6 {
        position: relative;
        padding: 80px;
    }
}
/*FOOTER*/
.container-footer *:not(.col-md-6) {
    position: relative;
}

.container-footer .col-md-6 {
    position: relative;
    padding: 30px;
}

.container-footer .col-md-6:first-child:before {
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    content: '';
    width: 400%;
    display: block;
    transform: skewx(-7deg);
    border-bottom: 20px solid red;
}

.container-footer .col-md-6:last-child:before {
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    background-color: #373335;
    content: '';
    width: 400%;
    display: block;
    transform: skewx(-7deg);
}
@media (max-width: 600px) {
    .container-footer{
        display: inline-flex;
    }
}
.h1-footer {
    font-family: 'helveticablkit', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
}
/*FOOTER*/
.box-red {
    height: 130px;
    background-color: red;
}

.row-nomargin {
    margin-right: 0;
    margin-left: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(img/navbar-ico.svg);
}

.navbar-light .navbar-toggler {
    /* color: rgba(0,0,0,.5); */
    border: none !important;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.responsive-nav-button {
    z-index: 99;
}

.title-slider {
    margin-top: -114px;
}

.h1-slider {
    /* font-family: 'helveticablkit', sans-serif; */
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
    font-style: italic;
}
.title-productos {
    /* font-family: 'helveticablkit', sans-serif; */
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
    font-style: italic;
    margin-left: 14px;
    padding-bottom: 16px;
}

.txt-slider {
    font-family: 'helveticaneue-condensed',sans-serif;
    color: white;
    /* text-transform: uppercase; */
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
}

@media (max-width: 600px) {
    .txt-slider {
        color: white;
        font-size: 16px;
        line-height: 17px;
    }
}

.img-slider{
    position: absolute!important;
    z-index: 10;
    right: 0;
    top: 20%;
}
@media (max-width: 600px) {
    .img-slider {
        position: absolute!important;
        z-index: 10;
        right: 0;
        margin-left: 20%;
    }
}

.img-slider img{
    max-width: 70%;
}
.btn-ampliar{
    color: #fff;
    background-color: #373335;
    border-color: #373335;
    /*font-family: 'helveticablkit', sans-serif;*/
    text-transform: uppercase;
    width: 170px;
    border-radius: 0;
    transform: skewX(-7deg);;
    display: table;
    margin-top: 20px;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}
.btn-ampliar:hover{
    color: #fff;
    background-color: red;
    border-color: red;
    /*font-family: 'helveticablkit', sans-serif;*/
    text-transform: uppercase;
    width: 170px;
    border-radius: 0;
    transform: skewX(-7deg);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.2);
}
.btn-next-prev {
    color: #fff;
    font-size: 18px;
    background-color: #373335;
    border-color: #373335;
    /* font-family: 'helveticablkit', sans-serif; */
    /* text-transform: uppercase; */
    width: 40px;
    border-radius: 0;
    transform: skewX(-13deg);
    display: table;
    margin-top: 20px;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-next-prev:hover{
    color: #fff;
    background-color: red;
    border-color: red;
    transform: skewX(-13deg);
}
.btn-prod-ico{

}
.background-servicios{
    min-height: 500px;
    background: url(img/back-servicios.png) no-repeat 17% 37%;
}
.background-contactos{
    min-height: 500px;
    background: url(img/back-contactos.png) no-repeat 17% 37%;
}
.btn-prod-ico:hover{
    color: #fff;
    background-color: red;
    border-color: red;
    border-radius: 0;
    width: 100%;
}
.btn-w-220{
    width: 200px;
}
.prods-img-cont{
    min-height: 320px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.blaffert-van{
   /* position: absolute;*/
    margin-left: -300px;
    margin-top: -20px;
    z-index: 9;
}
@media (max-width: 600px) {
    .blaffert-van {
        margin-left: -90px;
        margin-top: 10px;
        z-index: 9;
        width: 120%;
    }
}

.mt-10{
    margin-top: 10rem!important;
}
.grey-bck{
    background: #373335;
}
.list-productos{
    color: #fff;
    background-color: #373335;
    border-color: #373335;
    border-radius: 0;
    list-style: none;
    display: table;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding-left: 0;
}
.list-productos li{
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    transform: skewX(-7deg);
    display: table;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    width: 100%;
}


.form-control{
    border-radius: 0!important;
    border: none!important;
}
.fb-logo{
    width:40px;
}
.redes{
    font-family: 'helveticaneue-condensed', sans-serif;
    color: white;
    font-size: 18px;
    line-height: 1em;
    font-style: italic;
}
.main-ico{
    width: 13px;
}
.txt-align-left{
    text-align: left;
}
.footer-logo{
    width: 200px;
}
.strong-txt{
    font-family: 'helveticaneue-condensed',sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}
.list-footer{
    list-style: none;
    padding-left: 0;
}
.z-index-10{
    z-index: 10;
}
.z-index-15{
    z-index: 15;
}
.img-fuh-5 /*EMPRESA*/{
    background-image: url(img/bottom-img-01.jpg);
    height: 250px;
    margin-top: 40px;
}
.img-fuh-20 /*SERVICIOS*/{
    background-image: url(img/bottom-img-02.jpg);
    height: 250px;
    margin-top: 40px;
}
.img-fuh-22 /*PRODUCTOS*/{
    background-image: url(img/bottom-img-03.jpg);
    height: 250px;
    margin-top: 40px;
}
.img-fuh-24 /*CONTACTOS*/{
    background-image: url(img/bottom-img-04.jpg);
    height: 250px;
    margin-top: 40px;
}
.img-fuh-33 /*test*/{
    background-image: url(img/bottom-img-01.jpg);
    height: 250px;
    margin-top: 40px;
}
@media (max-width: 600px){
    .img-fuh-5 /*EMPRESA*/{
       /* background-image: url(img/bottom-img-01.jpg);
        height: 70px;
        margin-top: 40px;
        background-size: 450px;*/
        display: none;
    }
    .img-fuh-20 /*SERVICIOS*/{
        /* background-image: url(img/bottom-img-01.jpg);
         height: 70px;
         margin-top: 40px;
         background-size: 450px;*/
        display: none;
    }
    .img-fuh-22 /*PRODUCTOS*/{
        /* background-image: url(img/bottom-img-01.jpg);
         height: 70px;
         margin-top: 40px;
         background-size: 450px;*/
        display: none;
    }
    .img-fuh-24 /*CONTACTOS*/{
        /* background-image: url(img/bottom-img-01.jpg);
         height: 70px;
         margin-top: 40px;
         background-size: 450px;*/
        display: none;
    }
    .img-fuh-33 /*CONTACTOS*/{
        /* background-image: url(img/bottom-img-01.jpg);
         height: 70px;
         margin-top: 40px;
         background-size: 450px;*/
        display: none;
    }

}
.slog-mb{
    margin-bottom: -48px;
    display: block;
}
@media (max-width: 600px){
    .slog-mb{
        display: inline-flex;
}
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: inherit!important;
}
.img-slider-main{
    margin-top: -20%;
    max-width: 620px;
}
@media (max-width: 600px){
    .img-slider-main{

        margin-top: 0;
        max-width: 340px;
        margin-bottom: 70px;

    }
}
.carousel-slider-control-prev {
    left: 150px;
    margin-top: -10%;
}


.carousel-slider-control-next {
    right: 220px;
    margin-top: -10%;
}
@media (max-width: 600px) {
    .carousel-slider-control-prev {
        left: 0;
        margin-top: 35%;
    }
    .carousel-slider-control-next {
        right: 0;
        margin-top: 30%;
    }
}
@media (max-width: 1366px ){
    .carousel-slider-control-prev {
        left: -50px;
        margin-top: -12%;
    }
    .carousel-slider-control-next {
        right: 110px;
        margin-top: -12%;
    }
}
.row-slider-back{
    height: 150px;
    margin-bottom: 40px;
}
.background-white{
    background-color: white;
}
.slider-position{
    margin-top: -300px;
    /*background: white;*/
    padding-top: 120px;
    overflow-x: hidden;
    z-index: 15;
    position: relative;
}
@media (max-width: 600px){
.slider-position{
    margin-top: -180px;
    /* background: white; */
    padding-top: 0;
    overflow-x: hidden;
    z-index: 15;
    position: relative;
}
}
.mt-60{
    margin-top: -60px;
}
.mt-140{
    margin-top: -140px;
}
.border-40{
    border-top: solid 40px white;
}
.nav-z-index{
    z-index:9;
}
/*.wpcf7-form-control{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/


/*CONTACT FORM 7 CLASES*/
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 2px solid #ff0000;
    background-color: red;
    color: white;
    transform: skewx(-7deg);
}
div.wpcf7-response-output {
    margin: 0px!important;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    margin-top: -35px!important;
}
/*CONTACT FORM 7 CLASES*/

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: white;
    transform: skewx(-7deg);
}
.footer-a{
    color: white;
}
.footer-a:hover{
    color:grey;
    text-decoration: none;
}