@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic|Roboto+Condensed:400,400italic,700,700italic);

* {
    margin: 0;
}

html {
    height: 100%;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif !important;
[ if IE ] overflow: hidden;
}

body {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 14px;
    color: #474747;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif !important;
}

#head {
    background-color: #ffffff;
}

#content {
    padding-bottom: 80px;
    background-color: #fff;
    /*min-height: 400px;*/
}

#foot {
    height: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #eff8ff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #content {
        padding-bottom: 180px;
    }

    #foot {
        height: 180px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #content {
        padding-bottom: 100px;
    }

    #foot {
        height: 100px;
    }
}

.bgwhite {
    background-color: #fff !important;
}

.bgdark {
    background-color: #eeeeee !important;
}

.bgblack {
    background-color: #454545 !important;
}

.white-spacer {
    background-color: #fff !important;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d4ccbf;
    border-top: 1px solid #ddd4c6;
}

.wrapper-layout {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
}

.background {
    background-color: #0154a0;
}

a {
    color: #0154a0;
    text-decoration: none;
}

a:hover {
    color: #7babd8;
}

.layout {
    background: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.5) !important;
    min-height: 100%;
    position: relative;
}

.bg-top-menu {
    background-color: #0154a0 !important;
    height: 40px;
    font-size: 14px;
}

.text {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.white {
    color: #ffffff;
}

.alignr {
    text-align: right;
}

.center-text {
    text-align: center;
}

tbody {
    border: 0 !important;
}

.center {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.margin0 {
    margin: 0 !important;
}

.margintop15 {
    margin-top: 15px;
}

.marginbot0 {
    margin-bottom: 0;
}

.marginbot5 {
    margin-bottom: 5px;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot15 {
    margin-bottom: 15px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot25 {
    margin-bottom: 25px;
}

.marginleft15 {
    margin-left: 15px !important;
}

.pad0 {
    padding: 0 !important;
}

.padtop5 {
    padding-top: 5px;
}

.padtop10 {
    padding-top: 10px;
}

.padtop15 {
    padding-top: 15px;
}

.padtop20 {
    padding-top: 20px;
}

.padtop25 {
    padding-top: 25px;
}

.padtop40 {
    padding-top: 40px;
}

.padleft5 {
    padding-left: 5px;
}

.padright5 {
    padding-right: 5px;
}

.padleft15 {
    padding-left: 35px;
}

.padright15 {
    padding-right: 35px;
}

.padbot15 {
    padding-bottom: 15px;
}

.padbot40 {
    padding-bottom: 40px;
}

.block {
    display: block;
}

.mini {
    font-size: 10px;
}

.linia-container {
    line-height: 0px;
}

.linia-container2 {
    line-height: 0px;
    margin-top: 5px;
    margin-bottom: 1px;
}

.linia {
    width: 100%;
    height: 1px;
}

.linia_vertical {
    border-right: 1px solid #ddd4c6;
}

.menu.expanded {
    background-color: #0067ad;
}

.button-group {
    position: relative;
    top: 0;
}

.button-group.drop {
    position: relative;
    top: -1px;
}

.button-group.menu .button {
    background-color: #0067ad;
    color: #fefefe;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 1rem;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 55em) {
    .button-group.menu .button {
        font-size: 0.74rem;
    }
}

@media screen and (min-width: 56em) and (max-width: 63.9375em) {
    .button-group.menu .button {
        font-size: 1rem;
    }
}

.button-group.menu .button:hover, .button-group.menu .button:focus {
    background-color: #337bbf;
    color: #fefefe;
}

.dropdown-pane {
    border: 0 !important;
    max-width: 15em !important;
    z-index: 1000 !important;
    background-color: transparent !important;
}

.dropdown-pane .button:nth-of-type(even) {
    color: #2f2f2f;
    font-size: 12px !important;
    background-color: #dbdbdb !important;
}

.dropdown-pane .button:nth-of-type(odd) {
    color: #2f2f2f;
    font-size: 12px !important;
    background-color: #d1d1d1 !important;
}

.dropdown-pane .button:hover {
    color: #fff;
    font-size: 12px !important;
    background-color: #337bbf !important;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .dropdown-pane {
        max-width: 14em !important;
    }

    .dropdown-pane .button {
        font-size: 12px !important;
    }

    .dropdown-pane .button:hover {
        font-size: 12px !important;
    }
}

.off-canvas-content {
    background-color: #fff !important;
}

.off-canvas {
    background-color: transparent !important;
}

.off-canvas ul li {
    border-bottom: 1px solid #337bbf;
    background-color: #0154a0;
}

.off-canvas .is-submenu-item {
    position: relative;
    border-bottom: 1px solid #c0c0c0;
}

.off-canvas .is-submenu-item:last-of-type {
    border-bottom: 0;
}

.off-canvas ul li a {
    color: #fff !important;
    background-color: #0154a0;
}

.off-canvas ul li a:hover {
    background-color: #337bbf !important;
}

.off-canvas .is-submenu-item > a {
    background-color: #dbdbdb;
    color: #2f2f2f !important;
    padding-left: 35px;
}

.off-canvas .is-submenu-item > a:hover {
    color: #fff !important;
}

.off-canvas .is-accordion-submenu-parent > a:after {
    border-color: #fff transparent transparent;
}

.off-canvas .menu.nested {
    margin-left: 0;
}

.titol {
    font-size: 16px;
    color: #0154a0;
    font-weight: bold;
    background-color: #ddd4c6;
    height: 40px;
    padding-top: 10px;
    padding-left: 30px;
}

.titol2 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #0154a0;
    height: 25px;
    padding-right: 15px;
    padding-left: 15px;
}

.nom_familia {
    color: #0154a0;
    font-size: 26px;
    font-weight: bold;
}

.foot {
    color: #5a5c5d;
    font-size: 0.9em;

}

.legal-block {
    padding-top: 40px;
    text-align: right;
}

.quality {
    padding-top: 20px;
    text-align: right;
}

.cookies {
    padding-top: 20px;
    padding-left: 20px;
    text-align: right;
}

.legal {
    padding-top: 20px;
    padding-left: 20px;
    text-align: right;
}

.direccion {
    padding-top: 20px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .foot {
        font-size: 1em;
    }

    .direccion {
        padding-top: 10px;
        text-align: center;
        font-size: 0.95em;
    }

    .quality {
        padding-top: 10px;
        text-align: center;
        font-size: 0.82em;
    }

    .cookies {
        padding-top: 10px;
        text-align: center;
        font-size: 0.82em;
    }

    .legal {
        padding-top: 10px;
        text-align: center;
        font-size: 0.82em;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .quality {
        padding-top: 0;
        text-align: right;
    }

    .cookies {
        padding-top: 10px;
        text-align: right;
    }

    .legal {
        padding-top: 10px;
        text-align: right;
    }
}

.nice-select .list {
    margin-left: auto !important;
}

.select_lang {
    outline: none 0;
    font-size: 14px;
    margin-bottom: 3px;
    cursor: pointer;
    cursor: hand;
    float: right;
    padding-left: 35px !important;
    display: none;
}

.select_lang.es {
    background-image: url('../img/es.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 18px 14px;
}

.nice-select li.es {
    background-image: url('../img/es.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 18px 14px;
    padding-left: 35px !important;
}

.select_lang.en {
    background-image: url('../img/en.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 18px 14px;
}

.nice-select li.en {
    background-image: url('../img/en.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 18px 14px;
    padding-left: 35px !important;
}

.select_lang.fr {
    background-image: url('../img/fr.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 18px 14px;
}

.nice-select li.fr {
    background-image: url('../img/fr.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 18px 14px;
    padding-left: 35px !important;
}

.select_lang.it {
    background-image: url('../img/it.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 18px 14px;
}

.nice-select li.it {
    background-image: url('../img/it.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 18px 14px;
    padding-left: 35px !important;
}

.nice-select li {

}

.banderes {
    max-width: 30px;
    width: 100%;
    min-width: 24px;
    position: relative;
    left: -13%;
}

.search_box {
    text-overflow: ellipsis;
    font-size: 13px;
}

.search_box_off {
    width: 150px;
    height: 18px;
    border: solid 1px #868889;
    outline: none 0;
    font-size: 12px;
    color: #888888;
    margin-top: 8px;
    padding: 3px;
}

.search_box_on {
    width: 150px;
    height: 18px;
    border: solid 1px #868889;
    outline: none 0;
    font-size: 12px;
    color: #474747;
    margin-top: 8px;
    padding: 3px;
}

.search_button {
    width: 90px;
    height: 28px;
    font-size: 12px;
    color: #474747;
    margin-top: 8px;
    padding: 3px;
    cursor: pointer;
    cursor: hand;
}

.search_result {
    border-bottom: 1px solid #ddd4c6;
    padding-bottom: 10px;
    padding-top: 20px;
    width: 100%;
}

.search_result:last-of-type {
    border-bottom: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .button-search {
        max-height: 39px;
        height: 39px;
        border-radius: 0;
        min-width: 85px !important;
    }

    .button-search .text-button-search {
        font-size: 0.85em;
    }
}

.img_result {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.text_result {
    padding-left: 150px;
    padding-bottom: 10px;
    min-height: 96px;
}

.text_result #keyword a {
    font-size: 13px;
    font-weight: bold;
    color: #474747;
    text-decoration: underline;
}

.text_result #keyword a:hover {
    font-size: 13px;
    font-weight: bold;
    color: #474747
}

.styled {
    cursor: hand;
    cursor: pointer;
}

.marco {
    border: solid 1px #7babd8;
}

.negro {
    color: #000000;
}

.selector {
    outline: none 0;
    cursor: pointer;
    cursor: hand;
    font-size: 14px;
    color: #474747;
    width: 270px;
    border-style: none;
    border-width: 0;
    overflow: hidden;
}

.selector_option {
    cursor: pointer;
    cursor: hand;
    padding: 5px;
    border-bottom: 1px dotted #ddd4c6;
}

.selector_option:hover {
    background-color: #ddd4c6;
}

.selector_option#selected {
    color: #fff;
    background-color: #777;
}

INPUT[type="text"] INPUT[type="password"] {
    font-size: 12px;
    padding: 3px;
}

TEXTAREA {
    font-size: 12px;
    padding: 3px;
    resize: none;
    outline: none 0;
}

HR {
    width: 100%;
    height: 1px;
    border-color: #c3bbb0;
    border-style: solid;
    border-width: 1px 0 0;
}

BUTTON {
    padding: 4px;
}

.link_red {
    color: #a00101;
    text-decoration: none;
}

.link_red:hover {
    color: #d87b7b;
}

.link_inv, .link_inv:hover, .link_inv:active {
    color: #ffffff !important;
    text-decoration: none;
}

.acceda-footer {
    display: inline-block;
    padding-left: 40px;
    padding-top: 3px;
    line-height: 17px;
}

.button_red {
    color: #ff0000;
}

.holidays {
    color: #696969;
    font-size: 17px;
}

.holidays2 {
    font-size: 16px;
}

.iso9001logo {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.iso9001logo img {
    width: 100%;
    height: auto;
    max-width: 150px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .iso9001logo img {
        width: 100%;
        height: auto;
        max-width: 150px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .iso9001logo img {
        width: 100%;
        height: auto;
        max-width: 150px;
    }
}

.homeBanner {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.homeBanner img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

/* Small && Medium only */
@media screen and (max-width: 63.9375em) {
    .homeBanner img {
        width: 100%;
        height: auto;
        max-width: 200px;
    }
}

.controls {
    z-index: 100;
}

.news {
    border: dotted 1px #a2a2a2;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-right: 5px;
    height: 130px;
    background-color: #f8f8f8;
}

.news span#news {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: -1px;
    width: 99%;
    background-color: #0154a0;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    display: inline-block;
    color: #ffffff;
}

.news span#title {
    padding-left: 5px;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 25px;
    line-height: 25px;
}

.sombra {
    box-shadow: 0 0 5px #909090;
    -webkit-box-shadow: 0px 0px 5px #909090;
    -moz-box-shadow: 0px 0px 5px #909090;
}

.shadow-large {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.75) !important;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.75) !important;
    clear: both;
}

.bgtransparent {
    background-color: transparent !important;
    border: 0 !important;
}

.close-video {
    z-index: 100;
    position: relative;
    right: 0;
    padding-right: 10px;
    cursor: pointer;
    text-align: right;
    font-size: 20px;
    color: #fff !important;
    padding-bottom: 5px;
    width: auto;
    float: right;
}

.close-video a {
    color: #fff !important;
}

.close-video a:hover {
    color: #7babd8 !important;
}

.reveal-overlay {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.iframeHack {
    padding-top: 0;
}

.video-contener {
    margin-left: 1%;
    /*margin-top: 15px;*/
    max-height: 760px;
    max-width: 100%;
    width: 100%;
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

#gmap {
    overflow: hidden;
    height: 400px;
    width: 100%;
    background-color: #fff
}

#gmap_canvas {
    height: 400px;
    width: 100%;
}

#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}

.loading-spinner {
    font-size: 40px !important;
    height: 100%;
    width: 100%;
    position: relative;
    color: #0154a0;
}

.loading-spinner i {
    position: relative;
    text-align: center;
    top: 45%;
    width: 100%;
}

#slideshow-empresa {
    position: relative;
    height: 210px;
    overflow: hidden;
    z-index: 2;
}

#slideshow-empresa IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    width: 100%;
    height: 210px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #slideshow-empresa {
        height: 110px;
    }

    #slideshow-empresa IMG {
        height: 110px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #slideshow-empresa {
        height: 180px;
    }

    #slideshow-empresa IMG {
        height: 180px;
    }
}

#slideshow-empresa IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow-empresa IMG.last-active {
    z-index: 9;
}

#slideshow-inicio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 330px;
    overflow-x: hidden;
}

#slideshow-inicio IMG {
    position: absolute;
    top: 0;
    left: 12%;
    z-index: 8;
    opacity: 0.0;
    max-height: 330px;
    width: auto;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #slideshow-inicio {
        padding-bottom: 250px;
    }

    #slideshow-inicio IMG {
        left: 18%;
        z-index: 8;
        max-height: 250px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #slideshow-inicio {
        padding-bottom: 250px;
    }

    #slideshow-inicio IMG {
        left: 8%;
        z-index: 8;
        max-height: 250px;
    }
}

#slideshow-inicio IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow-inicio IMG.last-active {
    z-index: 9;
}

.producto-contener {
    position: relative;
}

.descripcion-producto {
    padding-bottom: 30px;
    background-color: #fff;
}

.folleto-producto {
    height: 20px;
    width: 100% !important;
    left: 0;
    bottom: 0;
    background-color: #fff;
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd4c6;
}

.pdf-icon {
    margin-right: 5px;
    padding-bottom: 2px;
}

.ficha {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.elija-producto {
    background-color: #eeeeee;
}

.nombre-producto {
    float: left;
    width: 110px;
}

.nombre-producto-pad {
    margin-bottom: 45px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .elija-producto {
        border: 0;
    }
}

@media screen and (min-width: 40em) {
    .reveal.medium {
        top: 35px !important;
        width: 80%;
    }
}

.news-block {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.news-block:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.news-date {
    color: #7babd8;
    padding-left: 15px;
    float: right;
}

.social-bar {
    background-color: #083C71 !important;
    height: 50px;
}

.social-icon {
    font-size: 32px;
}

.social-icon-head {
    width: 100%;
    max-width: 80px;
    position: relative;
    top: -5px;
    right: 3px;
}

.social-icon.youtube {
    color: #ffffff;
    padding-right: 10px;
    padding-top: 4px;
}

.disabled {
    opacity: 0.25;
    pointer-events: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blue {
    color: #0154a0;
}

body#inicio a#m0,
body#empresa a#m1,
body#productos a#m2,
body#pressflowtech a#m2,
body#pressflowtech a#m2 :hover,
body#pressflowtech a#sub21,
body#hitech a#m2,
body#hitech a#m2 :hover,
body#hitech a#sub22,
body#smarttech a#m2,
body#smarttech a#m2 :hover,
body#smarttech a#sub23,
body#accesorios a#m2,
body#accesorios a#m2 :hover,
body#accesorios a#sub24,
body#informacion_tecnica a#m3,
body#sistemas_de_funcionamiento a#m3,
body#sistemas_de_funcionamiento a#m3 :hover,
body#sistemas_de_funcionamiento a#sub32,
body#cuadro_aparatos_pressflowtech a#m3,
body#cuadro_aparatos_pressflowtech a#m3 :hover,
body#cuadro_aparatos_pressflowtech a#sub33,
body#cuadro_aparatos_hitech a#m3,
body#cuadro_aparatos_hitech a#m3 :hover,
body#cuadro_aparatos_hitech a#sub34,
body#cuadro_aparatos_smarttech a#m3,
body#cuadro_aparatos_smarttech a#m3 :hover,
body#cuadro_aparatos_smarttech a#sub35,
body#ftp a#m3,
body#ftp a#m3 :hover,
body#ftp a#sub36,
body#manuales_de_instrucciones a#m3,
body#manuales_de_instrucciones a#m3 :hover,
body#manuales_de_instrucciones a#sub37,
body#contacto a#m4 {
    color: #fff !important;
    background-color: #083C71 !important;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}