/* CUSTOM-TELEVES.CSS */
/* 23/02/2026****/
/* Inter 18pt  mapeo de pesos y estilos */
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-Light.woff2") format("woff2"), url("../fonts/Inter_18pt-Light.woff") format("woff"), url("../fonts/Inter_18pt-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-LightItalic.woff2") format("woff2"), url("../fonts/Inter_18pt-LightItalic.woff") format("woff"), url("../fonts/Inter_18pt-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-Regular.woff2") format("woff2"), url("../fonts/Inter_18pt-Regular.woff") format("woff"), url("../fonts/Inter_18pt-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-Italic.woff2") format("woff2"), url("../fonts/Inter_18pt-Italic.woff") format("woff"), url("../fonts/Inter_18pt-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter_18pt-SemiBold.woff") format("woff"), url("../fonts/Inter_18pt-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Inter_18pt-SemiBoldItalic.woff") format("woff"), url("../fonts/Inter_18pt-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Aplica Inter como fuente por defecto en el sitio */
html, body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/*** MACHACA ***/
.columns, .page-main {
    width: 100%!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    max-width: none!important;
    padding-top: 0px!important;
    margin-top: 0px!important;
}

.box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 0px!important;
}

li.item.link.compare {
    display: none!important;
}

.block-cart-failed .actions.main .continue, .block-cart-failed .actions.main .clear, .cart-container .form-cart .actions.main .continue, .cart-container .form-cart .actions.main .clear {
    display: inline-block;
}
p.disclaimer {
    font-style: italic;
    font-size: 12px;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.support-us .item-5  {
    display: none;
}
/* fakturor */
#invoicelistform input[type="date"] {
    width: auto!important;
    height: auto!important;
    padding: 3px!important;
    border-radius: 0px!important;
}

/* busqueda y carrito */
.porto-icon-search:before {
    color: #000;
}

.product-image-container-7 {
    width: auto!important;
}

/* imagen elemento carrito */
.product-image-container {
    width: auto!important;
}

/* breadcrumbs */
/*cambio */
.cms-sobre-nosotros .breadcrumbs, .cms-pilares .breadcrumbs, .cms-la-corporacion .breadcrumbs, .cms-valores-corporativos .breadcrumbs, .cms-areas-de-negocio .breadcrumbs {
    display: none;
}

#maincontent, .columns .column.main {
    padding-bottom: 0;
}


body.checkout-index-index main, body.checkout-cart-index main, body.account main {
    max-width: 1200px!important;
}

.columns .column.main {
    order: 0;
}

/*colores*/
/*variables donde definir los colores una sola vez y reutilizar*/
:root {
    --orange-color: rgb(255, 161, 0);
    --black-color: rgb(0, 0, 0);
    --grey-color: rgb(51, 51, 51);
}

.border-orange {
    border-color: var(--orange-color) !important;
}

.bg-gris2 {
    background-color: rgba(var(--grey-color)), 0.8;
}

/*margenes*/
.m-auto {
    margin: auto !important;
}

/*displays*/
.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

/*position*/
.position-relative {
    position: relative !important;
}

/*clear*/
.clear-right {
    clear: right !important;
}

.clear-left {
    clear: left !important;
}

.clear-both {
    clear: both !important;
}

/*anchos*/
.width-80 {
    width: 80% !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
}

/*borders*/
.border-dotted {
    border-style: dotted !important;
}

.border-1 {
    border-width: 1px;
}

/*** COLORES ***/
/* degradado de grises - de oscuro a claro */
.color-g1 {
    background : #333333;
    background : rgba(51, 51, 51, 1);
}

.color-g2 {
    background : #494949;
    background : rgba(73, 73, 73, 1);
}

.color-g3 {
    background : #5F5F5F;
    background : rgba(95, 95, 95, 1);
}

.color-g4 {
    background : #757575;
    background : rgba(117, 117, 117, 1);
}

.color-g5 {
    background : #8B8B8B;
    background : rgba(139, 139, 139, 1);
}

.color-g6 {
    background : #A0A0A0;
    background : rgba(160, 160, 160, 1);
}

.color-g7 {
    background : #B6B6B6;
    background : rgba(182, 182, 182, 1);
}

.color-g8 {
    background : #CCCCCC;
    background : rgba(204, 204, 204, 1);
}

.color-g9 {
    background : #E2E2E2;
    background : rgba(226, 226, 226, 1);
}

.color-g10 {
    background : #F8F8F8;
    background : rgba(248, 248, 248, 1);
}

.bg-orange {
    background-color: #ffa100!important;
}

.bg-black {
    background-color: #212121;
}

.bg-gris {
    background-color: #f8f8f8;
}

.bg-dark-blue {
    background-color: #020518;
}

.color-6 {
    color: #666;
}

.borde-g1 {
    border: 1px solid #333333;
}

.borde-g8 {
    border: 1px solid #cccccc;
}

.borde-orange {
    border: 1px solid #ffa100!important;
}

/** promocion black friday***/
.text-promotion-advice .blackfriday {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-top: -32px;
    background-color: #000000;
    padding-left: 2px;
    margin-left: -11px;
    width: 136px;
    text-align: center;
    height: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.checkout-cart-index .text-promotion-advice {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 136%;
    border: 1px solid #ccc;
    padding: 20px 10px;
    margin-bottom: 20px;
    /*background-color:*/
}

.text-promotion-advice span.price {
    color: #ffa100;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
}

.text-promotion-advice .text-promotion {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

/** */
.checkout-index-index .block.items-in-cart.active {
    margin-bottom: 20px;
}

.checkout-index-index .opc-block-summary .text-promotion-advice {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px 10px;
    margin-bottom: 20px;
}

/*  */
#minicart-content-wrapper .text-promotion-advice {
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    border: 1px solid ;
    padding: 20px 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#minicart-content-wrapper .text-promotion-advice .text-promotion {
    color: #ffa100;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

ol#mini-cart a {
    color: #000;
}

/*** COMUNES ***/
a:visited, .alink:visited {
    color: inherit;
}

p {
    margin-bottom: 13px!important;
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}

.text-g8 {
    color: #ccc;
}

.text-white {
    color: white;
}

.text-orange {
    color: #ffa100!important;
}

.text-333 {
    color: #333!important;
    text-shadow: none!important;
}

.bg-negro {
    background-color: #333!important;
}

.bkg-g2 {
    background-color: #F8F8F8;
    /*background-color: RGBA(211,211,211,0.16);*/
}

.color-white {
    color: white!important;
}

.bg-white {
    background-color: white!important;
}

.font-Inter {
    font-family: "Inter"!important;
}

.font-noto {
    font-family: 'Noto Sans', sans-serif!important;
}

.ancho-100x100 {
    width: 100%!important;
}

h1, h2, h3, h4, h5, h6 {
    color: #414141;
}

h4:hover a {
    color: #ffa100;
}

.foto-vertical-centrada {
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.texto-vertical-centrado {
    height: 100%;
    width: 100%;
    position: absolute !important;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.parallax {
    z-index: 1;
}

.box-icon.box-icon-orange .box-icon-title>i {
    background-color: #ffa100;
    border: none;
    color: #fff;
}

.separador {
    display: block;
    margin: 10px auto 20px;
    width: 73px;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #ffa100;
    height: 2px;
}

.modal {
    z-index: 99999;
}

html,body {
    height: 100%;
}

h5.texto-banner-top , h1.texto-banner-top {
    position: relative;
    top: 60px;
    z-index: 1;
}

section.page-header .breadcrumb {
    left: 0;
    right: auto;
}

.italic {
    font-style: italic;
}

.lineheight-52 {
    line-height: 52px!important;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}


.size-23 {
    font-size: 23px;
}

.size-26 {
    font-size: 26px;
}

.size-33 {
    font-size: 33px;
}

.size-38 {
    font-size: 38px;
}

.size-35 {
    font-size: 35px;
}

.padding-top-9 {
    padding-top: 9px;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ffa100;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e4e4e4;
}

.border-top {
    border-top: rgba(0,0,0,0.1) 1px solid;
}

/** botones **/
/* naranja */
.action.primary.tocart, .action.primary.checkout, .btn.bg-orange {
    color: #ffffff;
    background-color: #ffa100;
    border: 1px solid transparent;
}

.btn.bg-black {
    color: #ffffff;
    background-color: white;
    border: 1px solid transparent;
}

button.action.primary, .action.primary, .btn.bg-gris {
    color: #666;
    background-color: white;
    border: 1px solid #ddd;
}

button.action.primary {
    font-family: inherit;
}

/* naranja*/
.action.primary.tocart:hover, .action.primary.checkout:hover, .btn.bg-orange:hover, a.btn.bg-orange:hover {
    background-color: #f8f8f8!important;
    color: #333333!important;
    border: 1px solid #ddd;
}

.btn.bg-black:hover, a.btn.bg-black:hover {
    background-color: #f8f8f8!important;
    color: #333333!important;
    /*border: 1px solid #ccc;*/
    border: 0;
}

button.action.primary:hover, .action.primary:hover, .btn.bg-gris:hover, a.btn.bg-gris:hover {
    background-color: #f8f8f8!important;
    color: #333333!important;
    border: 1px solid #ccc!important;
}

.btn-mosaiq {
    width: 100%;
    text-align: center;
    text-transform: initial !important;
    color: white !important;
    border: 0!important;
    font-size: 18px;
    font-weight: 600;
    height: 55px;
    padding-top: 15px;
}

.btn-stripped {
    background: repeating-linear-gradient(130deg, #ffa100, #ffa100 10px, #bd6f27 10px, #fd8414 20px);
    box-shadow: inset 0px 0px 20px 100px #ffa100b8, 0px 28px 20px -22px #8f8f8f;
    -webkit-box-shadow: inset 0px 0px 20px 100px #ffa100b8, 0px 13px 50px -18px #8f8f8f;
    -moz-box-shadow: inset 0px 0px 20px 100px #ffa100b8, 0px 13px 50px -18px #8f8f8f;
    -o-box-shadow: inset 0px 0px 20px 100px #ffa100b8, 0px 13px 50px -18px #8f8f8f;
}

.btn-stripped:hover {
    background: repeating-linear-gradient(130deg, #f8f8f8, #f8f8f8 10px, #ccc 10px, #ccc 20px);
    box-shadow: inset 0px 0px 20px 100px #33333394, 0px 28px 20px -22px #8f8f8f;
    -webkit-box-shadow: inset 0px 0px 20px 100px #33333394, 0px 28px 20px -22px #8f8f8f;
    -moz-box-shadow: inset 0px 0px 20px 100px #33333394, 0px 28px 20px -22px #8f8f8f;
    -o-box-shadow: inset 0px 0px 20px 100px #33333394, 0px 28px 20px -22px #8f8f8f;
}

.cta_button.btn-cta.btn-stripped.anima-top {
    width: 100%;
    text-align: center;
    text-transform: initial !important;
    color: white !important;
    border: 0 !important;
    font-size: 18px;
    font-weight: 600;
    height: 55px;
    padding-top: 15px;
}

.cta_button {
    height: auto!important;
    padding-bottom: 14px;
}

.btn.bg-orange.boton_descarga_folleto_ficha{
    letter-spacing: 0.5px;
    font-size: 16px;
    border-radius: 40px;
    padding: 8px 60px;
    height: auto;
    box-shadow: 5px 5px 10px 0px color(srgb 0 0 0 / 0.2);
    background: #ffa100;
    background: linear-gradient(0deg, rgba(255, 161, 0, 1) 0%, rgb(221 148 2) 100%);
    border: 4px solid #ffa100;
}
    
.btn.bg-orange.boton_descarga_folleto_ficha:hover{
    background: linear-gradient(0deg, rgba(255, 161, 0, 1) 80%, rgb(221 148 2) 100%);
    border: 4px solid #ffa100;
    box-shadow: 1px 1px 10px 0px color(srgb 0 0 0 / 0.2);
    transform: translate(1px, 1px);
}


.action.primary, .action.primary:active {
    font-family: "Inter"!important;
    letter-spacing: initial;
}

.list-group {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.texto-2-columnas {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
}

ul.columnize-2.sin-divisor, .columnize-3.sin-divisor {
    -webkit-column-rule: unset;
    -moz-column-rule: 1px solid rgba(0,0,0,0.05);
    column-rule: unset;
}

/* listas */
ul.lista-triangulos {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
    margin-left: 16px;
}

ul.lista-triangulos li {
    margin-bottom: 2px;
}

.lista-triangulos li:before {
    content: "";
    border-color: transparent #ffa100;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.1em;
    position: relative;
}

/*
	* Flex
*/
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex:1 1 auto;*/
}

.row-flex-wrap {
    /*-webkit-flex-flow: row wrap;*/
    align-content: flex-start;
    flex: 0;
    flex-flow: row wrap;
}

/* para inciat/ conectat-t / internacionaliza-t */
.row-flex-row {
    /*-webkit-flex-flow: row wrap;*/
    align-content: flex-start;
    flex: 0;
    flex-flow: row;
}

.row.flex-bueno {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
    margin: -.2px;
    /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div, .row-flex > div[class*='col-'] div {
    width: 100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-row {
    display: flex;
    /*display: -webkit-flex;
	flex: 1 100%;*/
    flex-flow: row wrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 3;
    flex: 3;
    flex-direction: column;
    /*justify-content: flex-end;*/
}

.row-wrap {
    flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
}

/* IGUALAR ALTOS DE CAJAS CON FLEX*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-35 {
    line-height: 35px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-5 {
    padding: 8px;
}

.padding-left-5 {
    padding-left: 5px!important;
}

.padding-right-5 {
    padding-right: 5px!important;
}

.font-color-primary {
    color: #ffa100;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.panel-footer {
    background-color: transparent;
}

.slider-g1 .owl-page {
    background-color: transparent!important;
    width: 17px;
}

.slider-g1 .owl-page.active span {
    background-color: #ffa100!important;
}

.slider-g1 .owl-page span {
    width: 10px!important;
    height: 10px!important;
    filter: none!important;
    opacity: 1!important;
    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    border-radius: 10px!important;
    background: lightgray!important;
}

.slider-g1 .owl-theme.controlls-over .owl-controls .owl-page {
    background: transparent!important;
}

.slider-g1 .owl-controls .owl-buttons div {
    background: #CCC !important;
    border-color: #CCC!important;
    border-radius: 36px;
    width: 36px !important;
    height: 36px !important;
    padding: 0px 12px;
}

.slider-g1 .owl-controls .owl-buttons div:hover {
    background: #ffa100 !important;
    border-color: #ffa100!important;
}

.slider-g1 .owl-controls .owl-buttons div .fa {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 33px;
    font-size: 36px;
    color: white;
}

.controlls-over .owl-controls .owl-prev {
    margin-left: 14px;
}

.controlls-over .owl-controls .owl-next {
    margin-right: 14px;
}

.controlls-over .owl-controls .owl-prev .fa {
    margin-left: -2px;
}

.controlls-over .owl-controls .owl-next .fa {
    margin-left: 1px;
}

.inline-block {
    display: inline-block;
}

.padding-left-30 {
    padding-left: 30px!important;
}

.borde-orange-titulos {
    border-top: 2px solid #ffa100;
}

/* Header - topbar menu */


.page-header.type19 .panel.wrapper {
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb !important;
    color: #ccc;
}



li.greet.welcome.blog a {
    background-color: #ffa100;
    border-radius: 20px;
    color: #fff!important;
    margin-left: 5px;
    margin-right: 5px;
}

li.greet.welcome.dest-orange a {
    background-color: #ffa100;
    border-radius: 20px;
    color: #fff!important;
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    li.greet.welcome.rrhh a {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }

    li.greet.welcome.rrhh a:hover {
        color: #fff!important;
        background-color: #212121;
    }

    li.greet.welcome.dest-orange a:hover {
        color: #ffa100!important;
        background-color: #212121;
    }
}

/* menu movil */
@media only screen and (max-width: 767px) {
    .nav-sections .header.links li.greet.welcome {
        padding: 0;
    }

    .nav-sections .header.links li:hover {
        background: #ebebeb;
    }

    .nav-sections .header.links a:hover, .nav-sections .header.links a {
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 0;
    }

    li.greet.welcome.blog a {
        margin: 0;
        border-radius: 0;
    }

    li.greet.welcome.selecionar-mercado i.fa.icon-mundo {
        float: right;
        padding-right: 10px;
        padding-top: 4px;
    }

    .sections.nav-sections {
        background-color: #ffffff;
    }

    ul.header.links:first-child, .navigation ul:first-child {
        border-top: 1px solid #dddddd;
    }

    ul.header.links:last-child , .navigation ul:last-child {
        border-bottom: 1px solid #dddddd;
    }

    .nav-sections .header.links li.dest-orange a {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }

    header.page-header .nav-sections-item-title {
        background-color: #fff
    }

    header.page-header .nav-sections-item-title.active {
        background-color: #ebebeb;
        font-weight: 600;
    }

    .navigation .submenu:not(:first-child) ul > li a:hover {
        color: #000 !important;
    }
}

/* slider G1 en CMS */
.slider-text {
    padding-top: 40px;
}

.slider-foto {
    padding: 20px;
}

@media (max-width: 768px) {
    .slider-g1 .slider-text, .slider-g1 .slider-foto {
        padding: 5px!important;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .slider-g1 .slider-text, .slider-g1 .slider-foto {
        padding: 5px!important;
    }
}

/* top nav links */
.page-header.type19 .panel.header .header.links > li > a {
    color: #000!important;
}

/*.page-header.type19 .panel.header .header.links > li > a:hover {
    color: #000!important;
}*/

ul.header.links a {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

ul.header.links li {
    border-left: 1px solid #000;
}

ul.header.links li.selecionar-mercado {
    border-left: none;
}

li.customer-welcome.active span {
    color: #666;
}

li.customer-welcome.active span:hover {
    color: #000;
}

/* Menu*/
.customer-name span:hover {
    color: #000;
    cursor: pointer;
}

/* menu de usuario*/
.customer-menu ul.header.links {
    border: 1px solid #ebebeb;
}

.customer-menu ul.header.links li {
    border-left: 3px transparent solid;
    background-color: #ffffff;
}

.customer-menu ul.header.links li a {
      color: #666!important;
}

.customer-menu ul.header.links li:hover {
    border-left: 3px #ffa100 solid!important;
    background-color: #ebebeb!important;
}

.customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #333 transparent;
    z-index: 99;
}

.customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #333 transparent;
    z-index: 98;
}

/* modificado para cocodin */
.header.content {
    max-width: 1200px!important;
}

header.type19 .block-search .action.search {
    display: flex;
    justify-content: center;
    align-items: center;
}

header.type19 .block-search input {
    margin-top: 0px;
}

/*
	border-left: rgba(0,0,0,0.2) 1px solid;
	
*/
.navigation.sw-megamenuul .nav li a {
    margin: 0!important;
    padding: 7px 15px!important;
    font-weight: 400!important;
    line-height: 23px!important;
}

#topNav {
    padding-top: 2px!important;
    background: #333 !important;
    max-height: calc(100vh - 70px);
    margin-top: 0px!important;
    overflow-y: auto!important;
    -webkit-overflow-scrolling: touch;
}

ul.nav li.level1> a {
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
    text-align: center;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    margin-right: 20px!important;
    margin-left: 20px!important;
    font-weight: bold!important;
    color: #fff!important;
    margin-top: 0px!important;
}

ul.nav li.level3, ul.nav li.level2 {
    border-left: 3px transparent solid;
    border-bottom: rgba(0,0,0,0.06) 1px solid;
}

ul.nav li.level3:hover, ul.nav li.level2:hover {
    border-left: 3px #ffa100 solid;
    background-color: #212121!important;
}

.page-header.type19 {
    border: none;
    z-index: 99999;
    border-bottom: 1px solid #ebebeb;
}

.page-header.type19 .logo {
    margin: 15px!important;
}

.header .logo img {
    max-width: 111px;
}

.sticky-header .page-header.type19 .logo {
    margin: 15.5px 0!important;
}

.ui-menu-item.level2.parent.dropdown:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #9e9e9e;
    font-size: 10px;
    padding-right: 0.5em;
    position: absolute;
    top: 12px;
    right: 5px;
}

/* sticky header */
header.page-header.sticky-header .navigation .search-area {
    padding-top: 16px;
    float: right;
    margin-right: 73px!important;
}

.sticky-header .search-area a {
    padding: 0;
    margin: 0;
    margin-top: -10px;
}

.page-header.type19 .minicart-wrapper {
  margin-right: 30px !important;
}

/*megamenu porto*/
ul.subchildmenu.menu-producto {
    min-width: 500px!important;
}

/*variante Menu V2 */
.menu-v2 ul.subchildmenu.menu-producto {
    min-width: 300px!important;
}

ul.subchildmenu.menu-producto >li > a {
    line-height: 18px;
}

.page-header.header-newskin .navigation li.level0.classic .submenu a {
    line-height: 18px;
    font-weight: 500;
}

.navigation.sw-megamenu a {
    padding-left: 10px!important;
}

.navigation.sw-megamenu ul a,
.navigation.sw-megamenu ul li a,
.navigation.sw-megamenu ul li a span,
.navigation.sw-megamenu ul a span {
    background-color: transparent!important;
    font-weight: 400!important;
    color: #000!important;
}


/* Subrayar solo los items de primer nivel */
.navigation.sw-megamenu ul > li.level0 > a:hover,
.navigation.sw-megamenu ul > li.level0 > a:hover > span {
  text-decoration: underline;
}

/* Quitar subrayado en niveles inferiores */
.navigation.sw-megamenu ul li:not(.level0) a:hover,
.navigation.sw-megamenu ul li:not(.level0) a:hover > span {
  text-decoration: none;
}



.subchildmenu, .level0.submenu {
    padding: 0px!important;
}

.navigation.sw-megamenu a {
    padding-left: 10px!important;
}

.subchildmenu, .level0.submenu {
    padding: 0px!important;
}

.classic .level0.submenu li {
    border-left: 3px transparent solid!important;
    border-bottom: rgba(0,0,0,0.06) 1px solid;
}

.classic .level0.submenu li:hover {
    border-left: 3px #ffa100 solid!important;
    background-color: #ebebeb !important;
    color: #000;
}

.navigation.sw-megamenu li > a > span:hover {
    background-color: transparent!important;
    color: #000 !important;
}

.classic .level0.submenu li:hover a {
    color: #000;
    font-weight: 500;
}

li.ui-menu-item.level0.classic.parent.abierto a span {
    color: #000
}

.page-header.header-newskin .navigation .level0:hover > .level-top {
    background-color: #ffffff !important;
}

ul.subchildmenu.mega-columns li.level1 {
    border-left: none!important;
}

ul.subchildmenu.mega-columns li.level1:hover {
    border-left: none!important;
}

ul.subchildmenu > li.ui-menu-item.level2.parent a:hover span {
    text-decoration: none!important;
    background-color: transparent!important;
}

/**/
#topNav ul.dropdown-menu li, #topNav ul.dropdown-menu li ul li {
    border-left: 2px solid transparent;
}

#topNav ul.dropdown-menu li ul li:hover, #topNav ul.dropdown-menu li:hover {
    border-left: 2px solid #ffa100;
    background-color: #333;
}

#topNav .nav li:hover>ul.dropdown-menu {
    z-index: 101;
}

#topNav li.mega-menu ul.dropdown-menu li a {
    color: #ccc;
}

#topNav ul.dropdown-menu li span a {
    font-weight: bold;
    color: #fff!important;
    text-align: center;
    border-bottom: rgba(255,255,255,0.1) 1px solid;
    border-top: rgba(255,255,255,0.1) 1px solid;
}

#topNav ul.list-unstyled> li:first-child {
    border-left: none;
}

#topNav ul.list-unstyled> li:first-child:hover {
    border-left: none;
    /*background-color: rgba(0,0,0,0.15);*/
}

#topNav ul.list-unstyled> li:first-child:hover a {
    background-color: rgba(0,0,0,0.15);
}

/* sub-menu */
#topNav div.submenu-dark ul.dropdown-menu {
    border: none;
}

#topNav div.submenu-dark li ul ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

#topNav #topMain>li.mega-menu div.row .col-md-3 {
    float: left;
}

.columna-menu-02 {
    opacity: 0.2;
}

ul.dropdown-menu.lineas-arbol.has-topBar {
    /* border-top: 2px solid #ffa100!important;*/
    background-color: #5a5a5a!important;
}

/* sub-menu naranja */
#page-menu.page-menu-color ul li {
    border-left: rgba(255, 255, 255, 0.6) 1px solid;
}

.sticky-header .minicart-wrapper {
    position: relative;
    right: -70px;
    top: 0;
    margin-top: -53px;
}

.minicart-items-wrapper {
    height: 100%!important;
}

.minicart-wrapper .action.close{
	opacity: 1;
}

.minicart-wrapper .action.close:hover::before{
color:#000;
}

/* HOME PAGE */
/* slider */

[id^="slider-"] h2 > span,
[id^="slider-"] h3 > span{
 color:#000
 }

section.areas-empresa {
    border-top: 1px solid lightgray;
}

/*iconos*/
.areas-empresa .box-icon i:before {
    font-size: 30px;
}

@media only screen and (max-width: 992px) {
    .col-sm-3th {
        width: 33%;
        float: left;
    }

    .col-sm-offset-2th {
        margin-left: 16.66666667%;
    }
}

@media only screen and (max-width: 768px) {
    .col-sm-3th {
        width: 100%;
        float: none;
    }

    .col-sm-offset-2th {
        margin-left: 0;
    }
	
	.page-header.type19 .minicart-wrapper {
	margin-right: 0 !important;
	}
	
	.cart.table-wrapper .product-item-photo {
    margin: 2px 30px 2px 0;
    position: relative;
	}
	
	.cart.table-wrapper .product-item-details {
    margin-left: 20px;
	}

	.cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
        white-space: nowrap;
        width: 27%;
    }

	.cart.table-wrapper td.col.qty {
    margin-bottom: 20px;
	}
	
	.cart.table-wrapper .item-info .col.item,
	.cart.table-wrapper td.col.item-actions {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 10% !important;
	}
	.cart.table-wrapper .actions-toolbar .action.action-towishlist {
        margin-right: -10px;
    }
	
    .titulo-customer-account .page-title-wrapper.container {
    
    margin-top: 30px!important;
	}
	
	.nav-sections .header.links .customer-menu, .nav-sections .header.links .customer-welcome {
	
	display:block!important;
	}
	
	    .navigation a:hover, .nav-sections .header.links a:hover {
        color: #000 !important;
    }
	.customer-menu ul.header.links li {
	  border-left: 0;
	}
	.customer-menu ul.header.links li:hover {
	border-left: 0!important;
    background-color: #ebebeb !important;
	}
	
	.customer-menu ul.header.links {
		border:0!important;
	}
	

	.navigation li.level0 .ui-menu-item a::before {
	  margin-left: 0;
	}
	.navigation li.level0 .ui-menu-item a:not(:has(> span))::before {
	  margin-left: 10px;
	}
	.navigation li.level0 .ui-menu-item a:has(> span)::before {
	  margin-left: 0;
	}
	.navigation li.level0 .subchildmenu{
	margin-left: 15px;
	}
	 
}

/* SECCIones AREAS SEIS AREAS */
.row.areas-negocio .box-icon {
    margin: 0;
}

.row.areas-negocio {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

/* productos destacados*/
section.productos-destacados .products-grid:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    box-shadow: none;
}

section.productos-destacados .product-item-info.anima-top:hover {
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075)!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)!important;
}

section.productos-destacados .product-item-info {
    padding: 30px;
}

section.productos-destacados .product-image-photo.default_image {
    width: 80%;
}

section.productos-destacados .product-item-name a {
    font-size: 16px!important;
    font-weight: 600!important;
}

section.productos-destacados .product-item-info.anima-top:hover {
    /*background-color: #f8f8f8;
	border: 1px solid #ddd;*/
}

section.productos-destacados .product.name.product-item-referencia {
    margin-bottom: 15px;
    margin-top: 5px;
}

/* igual altura */
section.productos-destacados .owl-item, section.productos-destacados .product-item, section.productos-destacados .product-item .anima-top {
    height: 100%;
}

section.productos-destacados .anima-top:hover img {
    background-color: transparent;
}

section.productos-destacados .ref-destacada {
    width: 100%;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
}

.productos-destacados .product-item-photo>a:not(.weltpixel-quickview):before {
    display: none;
}

/*instalaciones emblemáticas*/ 
#instalaciones .owl-carousel .owl-item img {
    height: auto;
    width: 101%!important;
}

.sobre-imagen {
    /*margin-top: 43%;*/
    text-align: center;
    position: absolute!important;
    width: 100%;
    z-index: 9
}

.sobre-imagen h3 {
    text-transform: uppercase;
}

.img-hover img {
    filter: brightness(40%);
}

.sobre-imagen:hover + img, .img-hover img:hover {
    filter: brightness(100%);
}

/*Instalaciones emblemáticas vista individual*/ 
#instalaciones .vista-individual h4 {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 20px;
}

/* REVOLUTION SLIDER */
.bullet.selected {
    background-color: transparent!important;
}

.page-layout-1column.page-with-filter .column.main {
    padding-top: 0!important;
}

/* elimina el padding entre el nivel 2 y 3 */
/* CATEGORIAS */
/* Nivel 1 */
.cats-level1 .item-box-desc h3 {
    word-break: break-word;
}

section.product-bc section.container-breadcrumbs {
    border-bottom: none;
}

.breadcrumbs {
    padding-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}

section.product-bc {
    padding: 0px 0px 0px 0px;
}

section.container-breadcrumbs {
    padding: 0;
}

section.container-breadcrumbs .container {
    padding-left: 0;
}

/* Mini menú de categorías padres  */ 
section.callout-dark.heading-title.heading-arrow-bottom.menu-nivel-2 h1 {
    font-size: 23px;
    color: #333;
    padding: 10px 0;
    line-height: 22px;
}

section.menu-nivel-2 {
    background-color: #c8c8c8!important;
    color: #212121;
    border: 0;
}

section.callout-dark.heading-title.heading-arrow-bottom.menu-nivel-2:after {
    border-top-color: #c8c8c8!important;
}

.menu-level2 .owl-carousel.owl-padding-3 .owl-item {
    padding: 0;
    height: 80px;
}

.menu-level2 .div-g3-hover {
    margin-top: 0;
}

.menu-level2 .mini3-container {
    height: 70px;
}

.menu-level2 .owl-carousel .item-menu-level2 {
    border-top: 4px solid transparent;
    border-left: 1px solid #ccc;
    background-color: #fff;
    display: block;
    height: 100%;
}

.menu-level2 .owl-carousel .item-menu-level2:hover {
    background-color: #f8f8f8;
}

.menu-level2 .owl-carousel .item-menu-level2.active {
    border-top: 4px solid #ffa100;
    background-color: #e8e8e8;
}

section.menu-level2 {
    padding: 0;
    margin: 0 0 20px 0;
}

.menu-level2 .owl-carousel {
    margin: 0 ;
    padding: 0;
}

.menu-level2 .owl-item:last-child .owl-item.anima-top:last-child .item-menu-level2 {
    border-right: 1px solid #ccc;
}

.menu-level2 .div-g3-hover p {
    float: left;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    color: #333!important;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    word-break: break-word;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0!important;
}

.menu-level2 .owl-carousel .owl-item .item-menu-level2:hover .div-g3-hover p {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    color: #333!important;
    font-weight: 600;
}

.menu-level2 .cont-text-up:hover .text-up {
    margin-top: 5px;
}

/**/
/* olw slider -*/
.owl-carousel.zoom-more .owl-controls.clickable {
    position: absolute;
    float: right;
    bottom: auto!important;
    right: 30px;
    margin-top: 0;
    display: flex;
}

.page-layout-1column.page-with-filter .column.main {
    padding-top: 0;
}

.row.mix-grid {
    display: flex;
    flex-flow: row wrap;
}

.row.mix-grid:after, .row.mix-grid:before {
    display: none;
    /* safari fix*/
}

.thumbnail {
    overflow: hidden;
}

.anima-top.hover01:hover .thumbnail {
    border: 1px solid transparent;
    background-color: #F8F8F8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.list-info li, .list-gamas-2 li {
    border: initial;
    border-bottom: 1px dotted lightgray!important;
}

div.side-nav ul.list-info > li::before, div.side-nav ul.list-gamas-2 > li::before {
    content: '';
}

div.side-nav li.list-group-item {
    padding: 5px 16px;
    border-radius: 0;
}

div.side-nav li.list-group-item a {
    font-weight: 500;
}

.list-info > .list-group-item.active, .list-info > .list-group-item.active:focus, .list-info > .list-group-item.active:hover, .list-gamas-2 > .list-group-item.active, .list-gamas-2 > .list-group-item.active:focus, .list-gamas-2 > .list-group-item.active:hover {
    background-color: #E8E8E8 !important;
    border-left: 3px solid #ffa100 !important;
    background-image: none;
}

.list-info > .list-group-item.active a, .list-info > .list-group-item.active:focus a, .list-info > .list-group-item.active:hover a, .list-gamas-2 > .list-group-item.active a, .list-gamas-2 > .list-group-item.active:focus a, .list-gamas-2 > .list-group-item.active:hover a {
    color: #666 !important;
    font-weight: 600;
    word-break: break-all;
}

.list-info > .list-group-item a:focus, .list-info > .list-group-item a:hover, .list-gamas-2 > .list-group-item a:focus, .list-gamas-2 > .list-group-item a:hover {
    color: #666 !important;
}

.list-info> .list-group-item, .list-gamas-2 > .list-group-item {
    border-left: 3px solid transparent;
    text-shadow: none;
}

.list-info > .list-group-item:focus, .list-info > .list-group-item:hover, .list-gamas-2 > .list-group-item:focus, .list-gamas-2 > .list-group-item:hover {
    background-color: #E8E8E8 !important;
    border-left: 3px solid #ffa100 !important;
}

/* breadcrumb */
.container-breadcrumb .breadcrumb {
    padding-left: 0;
    background-color: transparent;
}

.container-breadcrumb .breadcrumb li a, .container-breadcrumb .breadcrumb li i {
    float: left;
    color: #666;
}

.container-breadcrumb .breadcrumb li i {
    margin-top: 1px;
    margin-left: 3px;
    margin-right: 5px;
}

.container-breadcrumb .breadcrumb li i:first-child {
    margin-left: 0;
    margin-right: 2px;
}

.container-breadcrumb .breadcrumb li a:hover {
    color: #333;
}

.container-breadcrumb .breadcrumb > li + li::before {
    content: "";
    padding: 0 0;
}

.container-breadcrumb .breadcrumb > li > .separator {
    padding: 0 0;
    color: #ccc;
    content: "\f0da";
    font-family: FontAwesome;
}

.action.primary.tocart::before, .action.primary::before, .list-gamas-3 .columna::before, .anima-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 50%;
    top: 0;
    background: #ffa100;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.action.primary.tocart::before, .action.primary::before, .anima-top::before {
    z-index: 999;
}

.bg-black.anima-top::before {
    background: #333;
}

.action.primary:hover::before, .list-gamas-3 .columna:hover::before, .anima-top:hover::before {
    left: 0;
    right: 0;
}

.action.primary.tocart:hover::before {
    left: 0;
    right: -7px;
}

.list-gamas-3 .columna p {
    color: #666!important;
}

.list-gamas-3:last-child {
    border-bottom: 1px solid lightgray;
}

.list-gamas-3 .columna h4.active {
    color: #ffa100;
}

.list-gamas-3 .columna h4 {
    word-wrap: break-word;
}

.cont-text-up, .text-up {
    transition: 0.8s;
}

.text-up {
    margin-top: 13%;
}

.cont-text-up:hover .text-up {
    margin-top: 0;
}

.list-gamas-3 .columna {
    border: 1px solid lightgray;
    border-collapse: collapse;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
}

.list-gamas-3 .columna:hover {
    border: 1px solid transparent;
    background-color: #f8f8f8;
}

.list-gamas-3 > .flex-row:last-child {
    margin-bottom: 60px;
}

.action.primary.tocart, .action.primary, .anima-top {
    display: inline-block;
    -webkit-transform: perspective(0px) translateZ(0);
    transform: perspective(0px) translateZ(0);
    position: relative;
    overflow: hidden;
}

.list-gamas-3 .columna:hover, .anima-top:hover img {
    background-color: #F8F8F8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.list-gamas-3 {
    border: none;
}

.list-gamas-3 .container.row-flex.row-flex-wrap {
    padding: 0;
}

/*
	* Gamas 3 mini
*/
/*
	.list-gamas-3-mini{
    border-bottom: none;
    border-top:1px solid lightgray;
    padding:0;
	}
	
	.list-gamas-3-mini .owl-carousel{
    padding: 0;
    margin: 0;
	}
	
	
	.list-gamas-3-mini .owl-carousel .owl-item .thumbnail{
    border-top: 4px solid transparent;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
	}
	
	.owl-carousel.zoom-more a > img{
    opacity: 0.3;
    filter: unset;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
	
	}
	/*
	
	.list-gamas-3-mini .owl-carousel .owl-item .thumbnail.active {
    background-color: #F8F8F8;
    height: 100% ;
    border-radius: 0;
    border-top: 4px solid #ffa100!important;
    display: inherit;
	}
	
	
	
	
	
	.list-gamas-3-mini .owl-carousel .owl-item-gama-3{
    border: 1px solid lightgray;
    margin-left: 10px;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	}
	
	.list-gamas-3-mini .owl-carousel .owl-item:first-child .owl-item-gama-3{
    margin-left: 0;
	}
	
	.list-gamas-3-mini .owl-carousel .owl-item-gama-3.active,
	.list-gamas-3-mini .owl-carousel .owl-item-gama-3:hover{
    border-top: 0px!important;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
	}
	
	.list-gamas-3-mini .owl-carousel .owl-item-gama-3.active:hover {
    border-top:0;
	}
	
	
	
	
	.div-g3-hover{
    float: left;
    width: 100%;
    height:100%;
    position: relative;
    margin-top: -100%;
    background-color: rgba(0,0,0,0);
	}
	
	.div-g3-hover p{
    float: left;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    color:rgba(0,0,0,0)!important;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
	}
	
	
	.list-gamas-3-mini .owl-carousel .owl-item .thumbnail:hover .div-g3-hover p{
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    color: #333!important;
    font-weight: 600;
	}
	
	.list-gamas-3-mini .owl-carousel .owl-item .thumbnail:hover .div-g3-hover{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: inherit;
    background-color: #F8F8F8;
	}
	
	.list-gamas-3-mini .owl-carousel .owl-wrapper-outer{
    width: calc(100% + 1px)!important;
	}
	
	.list-gamas-3-mini .owl-carousel.zoom-more .owl-controls.clickable{
    position: inherit;
    float: right;
	}
	
	
	.mini3-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
    flex-direction: row;
    justify-content: center;
    height: 163px;
	
	}
	
	.mini3-item:nth-child(1) {
	
    align-self: center;
	}
*/
button.btn.more-info-categorias:before {
    content: "\e9a3";
    font-family: televes-icons;
    padding-right: 5px;
}

button.btn.more-info-categorias {
    border: none;
    font-size: 15px;
    font-weight: 600;
}

button.btn.more-info-categorias:hover {
    background-color: transparent;
    color: #ffa100;
}

/* Nivel 4 */
.item-gama-4 {
    margin-bottom: 30px;
    border: none;
    /*margin-bottom:30px;
	border:1px solid lightgray;*/
}

.item-gama-4 img {
    width: 70%;
    margin: 0 auto;
    height: auto;
    display: block;
}

.item-gama-4 h4, .item-gama-4 h5, .item-gama-4 .descripcion {
    padding-left: 8%;
    padding-right: 8%;
}

.item-gama-4 h5 {
    font-size: 17px;
}

.item-gama-4 .subtitulo {
    margin-bottom: 15px;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

.item-gama-4 .descripcion ul {
    padding-left: 15px;
}

.item-gama-4 a:hover > img {
    /*background-color: lightgray;*/
}

.item-gama-4 .productos-n4 table {
    margin-bottom: 0;
}

.item-gama-4 .productos-n4 {
    position: relative;
    z-index: 999;
    background-color: #F8F8F8;
    border: 0;
    width: calc(100% + -16px);
    margin-left: 0;
    padding: 0;
    -webkit-box-shadow: 0px 6px 2px -1px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 6px 2px -1px rgba(0,0,0,0.42);
    box-shadow: 0px 6px 2px -1px rgba(0,0,0,0.42);
}

.item-gama-4 .productos-n4 .table-responsive {
    max-height: 400px;
    overflow: auto;
}

.item-gama-4 .productos-n4 tr td:first-child a {
    color: #ffa100;
}

.item-gama-4 .productos-n4 tr td a {
    font-size: 12px;
}

.item-gama-4 .productos-n4 tr td {
    border-left: 2px solid transparent;
    margin-left: -2px;
}

.item-gama-4 .productos-n4 tr td:hover {
    border-left: 2px solid #ffa100;
    background-color: #E8E8E8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.item-gama-4 .panel-footer {
    background: none;
    border: 0;
    padding: 0;
    margin-top: auto;
}

.item-gama-4 .productos-n4 {
    font-size: 12px;
}

.item-gama-4 .productos-n4 label, .item-gama-4 .productos-n4 label:hover {
    margin-bottom: 0;
    background-color: #FfFfFf;
    color: white;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    font-weight: 600;
    border-bottom: 1px solid lightgrey;
}

.item-gama-4 table tr:first-child td {
    border-top: none!important;
}

.item-gama-4 td.carrito-n4 {
    background-color: #ffa100;
    vertical-align: middle;
}

td.carrito-n4 i {
    color: #fff;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

td.carrito-n4:hover i {
    color: #333;
}

/* Productos n4 (desplegable n4 ) */
.caja-n4 {
    border: 1px solid lightgray;
}

.skus-gama {
    width: 100%!important;
    word-break: break-word;
}

.productos-n4 .row {
    display: flex;
    margin: 0;
}

.productos-n4 .info-producto {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    padding-right: 0;
    padding-left: 10px;
    margin-bottom: 0;
    width: 100%;
    border-left: 2px solid transparent;
}

.productos-n4 .info-producto:hover {
    border-left: 2px solid #ffa100;
    background-color: #E8E8E8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.productos-n4 .info-producto.logged {
    width: calc(100% - 50px)!important;
}

.productos-n4 .carrito-n4 {
    background-color: #ffa100;
    font-size: 32px;
    color: white;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    width: 50px!important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    Position: relative;
}

.productos-n4 .carrito-n4:hover {
    background-color: #f8f8f8;
    border-left: 1px solid #ccc;
}

i.porto-icon-shopping-bag {
    color: white;
    width: 100%;
    height: 100%
}

.productos-n4 .carrito-n4 button.alcarro {
    background-color: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.productos-n4 .carrito-n4 button.alcarro:hover, .productos-n4 .carrito-n4 button.alcarro:hover i {
    color: #333;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
}

button.alcarro .porto-icon-shopping-bag:before {
    content: '\e87f';
}

.item-gama-4 .panel-footer {
    z-index: 99;
}

.productos-n4 a[data-toggle=info-price] {
    display: none;
}

.productos-n4 .price-box.price-final_price {
    margin-top: 0;
}

.productos-n4 p.minimal-price, .productos-n4 span.price-container.price-final_price.tax.weee {
    /*  float: right;
	padding-right: 10px;*/
}

.productos-n4 span.price {
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    padding-left: 5px;
}

/*
	*Ficha DE PRODUCTO
*/
.section-ficha {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
}

.section-ficha .row {
    width: 100%;
}

.product.media {
    order: -1;
    /* mueve la foto a la izquierda */
}

.product-info-main .box-tocart {
    text-align: right;
    display: block;
    width: 100%;
    float: right;
}

.page-ficha {
    /*background-color:#F8F8F8;*/
    background-color: transparent!important;
    padding-bottom: 20px;
}

.page-title-wrapper.container.product {
    padding: 0;
}

.page-ficha h1 {
    font-weight: bold!important;
}

.page-ficha h2 {
    font-size: 18px!important;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-26 {
    line-height: 26px;
}

.bloque-cunos img {
    max-width: 60px;
    margin-right: 5px;
}

.bloque-cunos img:last-child {
    margin-right: 0;
}

.table-group-refs {
    margin-top: 10px;
    border: none;
}

.table-group-refs thead tr td {
    padding-left: 16px;
}

.table-group-refs > tbody > tr td a {
    color: #666;
}

.table-group-refs tr td {
    border: 0!important;
}

.table-group-refs > tbody > tr:first-child {
    border-top: 1px solid lightgray;
}

.table-group-refs > tbody > tr {
    border-bottom: 1px dotted lightgray;
    background-color: #F8F8F8;
}

.table-group-refs > tbody > tr.active td {
    background-color: #ddd!important;
}

.table-group-refs > tbody > tr.active td a {
    color: #666;
    font-weight: bold;
}

.btn-docu, .btn-esqu, .btn-soft {
    border: 1px solid lightgray;
}

.btn-docu span, .btn-esqu span, .btn-soft span {
    color: #333;
}

.btn-docu i {
    background-color: #ddd;
    color: #333;
}

.btn-esqu i {
    background-color: #ddd;
    color: #333;
}

.btn-soft i {
    background-color: #ddd;
    color: #333;
}

.sub-refere {
    font-size: 18px;
    color: gray;
}

.panel-documentacion {
    border: 1px solid #333;
}

.panel-documentacion .panel-heading {
    background-color: #333;
    color: white;
}

.panel-documentacion .panel-body table {
    margin-bottom: 0;
}

.panel-documentacion .panel-body table tr:first-child td {
    border-top: 0;
}

.ficha-tabs li a:hover, .ficha-tabs li.active {
    cursor: pointer;
    background-color: #F8F8F8!important;
    color: #333;
}

.ficha-tabs li a {
    color: #666!important;
}

.ficha-tabs li.active a {
    color: #333!important;
    background-color: transparent!important;
}

.ficha-tabs .tab-content {
    padding-top: 35px;
}

.tab-caracteristicas h4 {
    margin-bottom: 8px;
}

.tab-caracteristicas h4:first-child {
    /*margin-top: 0;*/
}

.tab-caracteristicas p {
    margin-bottom: 13px;
}

.tab-caracteristicas ul {
    padding-left: 15px;
}

.tab-caracteristicas ul li {
    line-height: 25px;
}

/* fichas avanzadas medidores etc*/
.funcionalidades h3 {
    margin-bottom: 0;
}

.funcionalidades h4 {
    color: #777;
    margin-bottom: 14px;
}

/* documentación gráfica */ 
.otra-doc-grafica .col-md-3 p {
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 14px;
}

/* notas de aplicacion */
.notas-de-aplicacion p {
    margin-left: 30px;
    margin-right: 30px;
    color: #333;
}

.notas-de-aplicacion a {
    color: #333;
}

.notas-de-aplicacion .row-eq-height {
    flex-wrap: wrap;
}

.notas-de-aplicacion .row-eq-height .col-sm-6 {
    border: 1px solid #ccc;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
    margin-bottom: 20px;
}

.box-icon-content.bg-white {
    border: 1px solid #ddd;
}

.box-icon-content.bg-white i {
    border: none!important;
}

.v-hidden {
    visibility: hidden;
}

.stock.available {
    text-transform: initial!important;
    font-weight: 500!important;
}

.stock.available .text-green, .stock.unavailable .text-red {
    font-weight: 700;
}

.row-tier-price .price-container .price, .row-tier-price .prices-tier .item:last-child {
    margin-bottom: 0;
    color: #ffa100!important;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    margin-left: 70px;
    right: 0!important;
}

.row-tier-price .prices-tier {
    margin-right: 15px;
}

.prices-tier .price-container .price {
    font-size: 16px;
    margin-left: 0;
    color: #ffa100;
}

.section-ficha ul.prices-tier .item:last-child {
    position: relative;
    float: none;
    display: block;
    color: #ffa100!important;
    font-size: 15px!important;
    text-align: right;
    font-style: italic;
    font-weight: 600;
}

.section-ficha .row-tier-price ul.prices-tier .item:last-child {
    position: relative;
    margin-top: 0px;
}

.old-price {
    display: block!important;
}

.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price, .price-final_price span, table.grouped .price-box {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    color: #666;
}

a#btn-imprimir-ficha {
    float: right;
    margin-bottom: 10px;
}

.product-social-links {
    padding-top: 0;
}

h3.product-slogan {
    font-size: 18px;
    margin-bottom: 0;
}

table.grouped .product-item-name {
    display: flow-root;
}

/* foto de producto */
.aviso-legal-foto {
    font-size: 10px;
    font-style: italic;
    color: #ccc;
}

/* productos individuales */
.product-info-main .product-info-price .price-box {
    padding-bottom: 0px;
}

.product-info-main .product-info-price {
    width: auto;
    float: left;
    margin-top: 10px!important;
    padding-left: 30px;
    margin-bottom: 2px;
}

.se-infoprice {
    margin-top: 11px;
    display: block;
}

.product-info-main #btn-toggle {
    display: block;
}

.product-info-main .sectionToggle {
    margin-bottom: 40px;
}

.product-info-main .product-info-stock-sku {
    min-width: 10rem;
    display: block;
    margin-top: 10px;
}

.product-info-main .product-add-form {
    clear: both;
    margin-top: 0;
    padding: 0;
    width: auto;
    display: block;
}

.product-info-main ul.prices-tier.items {
    margin-top: 20px;
}

.table.data.grouped ul.prices-tier.items {
    margin-top: 0;
}

.product-info-main .qty.field .qty-changer > a .porto-icon-up-dir:before {
    content: '\f820';
    font-size: 15px;
}

.product-info-main .qty.field .qty-changer > a .porto-icon-down-dir:before {
    content: '\f823';
    font-size: 15px;
}

h3.product-slogan {
    margin-top: 20px;
}

.tabla-producto-simple {
    border-top: 1px solid #ddd;
    background-color: #f8f8f8;
    margin-left: 15px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    float: left;
}

.tabla-producto-simple .dropped {
    background-color: #f8f8f8;
}

.tabla-producto-simple .product.attribute {
    padding-top: 5px;
}

/* producto agrupado */
.info-price-agrupado {
    display: block;
    font-style: normal;
    float: left;
    padding-left: 10px;
}

.precio-special {
    color: #ffa100;
    font-size: 16px!important;
    font-style: italic;
    font-weight: 600;
}

.precio-special .price-wrapper {
    font-size: 16px !important;
    color: #666;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 15px;
}

/*
	* Ficha.- Descargas
*/
.listado-descargas {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    padding-left: 0;
}

.listado-descargas li {
    width: 100%;
    margin-top: 0;
    height: auto;
    margin-bottom: 0!important;
}

.listado-descargas li a {
    width: auto;
    min-width: 50%;
    height: auto;
    padding: 5px;
    border-left: 3px solid transparent;
    float: left;
    max-width: 50%;
    margin-bottom: 15px;
    padding-left: 10px;
}

.listado-descargas li .titulo-ref-docu {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0 !important;
    color: #ffa100;
}

.listado-descargas li .titulo-descarga {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.bloque-bra-att-veta .listado-descargas li .titulo-descarga {
    margin-top: 10px;
}

.listado-descargas li .subtitulo-descarga {
    font-size: 12px;
    color: gray;
    word-break: break-all;
}

.listado-descargas li a:hover {
    border-radius: 4px;
    background-color: #f8f8f8;
    border-left: 3px solid #ffa100;
    border-radius: 0;
}

.listado-descargas li i {
    color: #999;
    font-size: 32px !important;
    margin-right: 10px;
    line-height: 42px;
    float: left;
}

#docug .nav-tabs > li.active a {
    background-color: #333;
}

#docug .nav-tabs > li a {
    background-color: #ddd;
}

/* estilos para ficha cococdin*/
.sectionToggle {
    display: none;
    padding-left: 16px;
    padding-top: 10px;
}

.btn-toggle {
    text-decoration: none;
    margin-bottom: 20px;
}

.btn-toggle.undropped::before, .btn-toggle-grp.undropped::before {
    content: '\f055';
    font-family: 'FontAwesome';
    line-height: 6px;
    border-radius: 4px;
    font-style: normal;
    font-size: 15px;
    color: #ffa100;
    background-color: transparent;
}

.btn-toggle.dropped::before, .btn-toggle-grp.dropped::before {
    content: '\f056';
    font-family: 'FontAwesome';
    line-height: 6px;
    border-radius: 4px;
    font-style: normal;
    font-size: 15px;
    color: #666;
    background-color: transparent;
}

.btn-toggle.dropped, .btn-toggle-grp.dropped {
    font-style: italic;
    font-size: 14px;
    color: #666;
}

.btn-toggle.undropped, .btn-toggle-grp.undropped {
    font-style: italic;
    font-size: 14px;
}

a#btn-toggle-grp-0:hover {
    color: #ffa100;
}

/* Zoom In #1 */
.hover01 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* galeria */
.fotorama--fullscreen {
    z-index: 99999!important;
}

.fotorama__stage img.zoomImg {
    background-color: white;
}

.fotorama__loaded .fotorama__img, .fotorama__error .fotorama__img {
    opacity: 1;
    width: 100%!important;
    height: auto;
}

.fotorama--fullscreen .fotorama__fullscreen-icon::before {
    content: "\f819";
    font-size: 30px;
    line-height: 50px;
}

/* software */
.link-software-licenses-expanded a {
    color: #ffa100!important;
}

.link-software-licenses-expanded {
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding-left: 10px;
}

/*
	* Eventos Noticias
*/
.line-btn {
    background-image: url('../images/bkg-orange-line.png');
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center center;
}

.line-btn .btn-block {
    text-align: center;
}

.line-btn .btn {
    border-color: lightgray;
    color: #ffa100;
    background-color: white;
    margin-left: 10px;
    outline: 13px solid white;
}

.line-btn .btn:first-child {
    margin-left: 0px;
}

#page-menu.page-menu-color ul li.active, #page-menu.page-menu-color ul li:hover {
    background-color: #333;
}

#page-menu {
    margin-bottom: -1px;
    background-color: #ffa100 !important;
    z-index: 1;
	width: 100%;
}

.timeline {
    border-left: 0.25em solid #ffa100;
    margin: 2em auto;
    line-height: 1.4em;
    padding: 1em;
    padding-left: 3em!important;
    list-style: none;
    text-align: left;
    margin-left: 7em;
    margin-right: 3em;
    min-width: 22em;
    padding-left: 0px;
    list-style: none;
}

.timeline-evento {
    min-width: 20em;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    margin-top: 18px!important;
}

.timeline-evento a.text-333:hover {
    color: #ffa100!important;
}

.timeline-evento:before, .timeline-evento:after {
    position: absolute;
    display: block;
    top: 1em;
}

.timeline .timeline-evento:before {
    left: -15em;
    color: #333;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 9em;
    margin-top: -10px;
}

.timeline-evento:after {
    box-shadow: 0 0 0 0.2em #ffa100;
    left: -3.5em;
    background: #f8f8f8;
    border-radius: 50%;
    height: 0.75em;
    width: 0.75em;
    content: "";
    margin-top: -8px;
}

/*
	* Elige idioma
*/
.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /* align-self: center;*/
    align-self: baseline;
    padding-top: 19%;
}

/*
	*Tabla de caracteristicas
*/
.unidadDeMedida {
    font-family: Inter,Arial,Helvetica,sans-serif;
    font-size: 12px;
    border: 1px solid #e9e9e9;
    color: #666666;
    /*font-style:italic;*/
    text-align: center;
    /*background-color: #f1f1f1;*/
}

.tituloCaracteristicas {
    font-family: Inter,Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}

.contenido {
    font-family: Inter,Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    text-align: center;
    color: #333333;
}

.contenido:last-child {
    border-right: 0;
}

.contenido2 {
    font-family: Inter,Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    font-size: 10px;
    color: #333333;
}

.cabeceras {
    font-family: Inter,Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    /*font-weight:bold;*/
    font-size: 13px;
    color: #333333;
    /*background-color: #e3e3e3;*/
    line-height: 17px;
}

.cabeceras:first-child {
    border-left: 0;
}

.cabeceras:last-child {
    border-right: 0;
}

.cabeceras2 {
    font-family: Inter,Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    font-size: 10px;
    color: #333333;
}

.titulo {
    font-family: Inter,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    background-color: #666666;
    text-align: left;
}

.titulo1 {
    font-family: Inter,Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    background-color: #dfdfdf;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.titulo2 {
    font-family: Inter,Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    background-color: #F8F8F8;
    color: #333333;
    font-size: 11px;
    font-weight: 600;
}

.titulo2:first-child {
    border-left: 0!important;
}

.titulo2:last-child {
    border-right: 0;
}

.refs {
    font-family: Inter,Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    font-weight: bold;
    font-size: 10px;
    color: #333333;
    text-align: center;
}

table.tablaCaracteristicas {
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    margin-bottom: 5px;
    width: auto;
    border-left: 0;
    border-right: 0;
}

table.tablaCaracteristicas td {
    padding: 3px;
    border: 1px solid lightgray;
}

.referencias {
    border: 1px solid #e9e9e9;
    font-family: Inter,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background-color: #E8E8E8;
    text-align: center;
}

.referencias:first-child {
    border-left: 0!important;
    text-align: left;
}

.referencias:last-child {
    border-right: 0;
}

.rtecenter {
    text-align: center;
}

/* SOPORTE */
.cabecera-soporte {
    padding: 60px 0;
    border-bottom: none;
}

.cabecera-soporte .heading-title h1 {
    width: 100%;
}

.nav-sections-items #page-menu {
    margin-bottom: -7px;
    margin-top: 15px;
}

.cabecera-soporte .heading-title.heading-color.text-center h1 {
    margin-bottom: 5px;
}

.cabecera-soporte p.size-16 {
    line-height: 23px!important;
}

/* SUBMENU DOCUMENTACIÓN*/ 
.row.subsecciones div.active h2 {
    color: #333;
}

.row.subsecciones div.active i {
    background-color: #ffa100;
    border-color: #ffa100;
    color: white;
}

.row.subsecciones .box-icon a.box-icon-title:hover>h2 {
    color: #333;
}

.list-submenu-soporte .box-icon {
    margin: 15px;
}

.box-icon.box-icon-small .box-icon-title>i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

/* bloque - buscar */
.bloque-buscar {
    padding: 0;
}

.bloque-buscar .toggle.toggle-transparent-body {
    padding-top: 10px;
}

		

	

/* Documentación técnica */ 
.bloque-documentacion-tec .toggle.toggle-transparent-body label.filtros {
    background-color: #fff;
    border: 1px solid #ccc;
}

.bloque-documentacion-tec .toggle.toggle-transparent-body label {
    background: transparent;
}


/* seccion postventa  */

	.bloque-postventa ol li a{
			font-weight: 600;
			
			}
			.bloque-postventa ol li a:hover{
			color: #ffa100;
			
			}
			.bloque-postventa h4{
			margin-top:20px;
			}
		
			div > ol:first-of-type{
				padding-inline-start:28px;

			}

			div > ol:first-of-type li:before{
				font-size: 14px;
			}

			.bloque-postventa ol {
			list-style-type: none;
			counter-reset: item;
			margin: 0;
			padding: 0;
			margin-top: 20px;
			}
			
			.bloque-postventa  ol > li {
			display: table;
			counter-increment: item;
			margin-bottom: 0.6em;
			}
			
			.bloque-postventa  ol > li:before {
			content: counters(item, ".") ". ";
			display: table-cell;
			padding-right: 0.6em;
			font-weight: 600;
			font-size: 18px;
			}
			
			.bloque-postventa  li ol > li {
			margin: 0;
			margin-bottom: 12px;
			}
			
			.bloque-postventa  li ol > li:before {
			content: counters(item, ".") " ";
			font-size: 14px;
			}
			
			
			ul.postventa.nav.nav-tabs {
    		display: flex;
    		justify-content: center;
    		border: 0;
}

.postventa li.active a {
    border: 0!important;
}


.postventa.nav-tabs > li > a:hover {
    background: transparent;
    border: 0;
	cursor: pointer;
}
.postventa.nav-tabs > li.active .fa,
.postventa.nav-tabs > li > a:hover .fa{
    background: #ffa100;
    color:#fff;
    border:1px solid transparent;
    cursor:pointer
}
.postventa li > a {
    border: 0!important;

}
/*fin posventa */

/* info Televes*/
/* pie de foto carrousel */
.pie-foto .owl-pagination {
    bottom: 25%;
}

.bloque-info .owl-wrapper p {
    color: #333;
    font-size: small;
}

/**/
.nombre-seccion {
    font-weight: 700;
}

.descripcion-seccion {
    font-weight: 400;
}

.bloque-info section {
    padding-top: 40px;
}

.bloque-info section.indice {
    padding-bottom: 0;
}

.bloque-info ul.process-steps li.active a, ul.process-steps li.active a:focus, ul.process-steps li.active:hover>a {
    border-radius: 50%!important;
}

.bloque-info ul.process-steps li a {
    border-radius: 50%!important;
}

.bloque-info h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.bloque-info h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.bloque-info h4 {
    font-size: 16px;
    font-weight: 400;
}

.bloque-info p {
    /* margin-bottom: 13px;*/
}

.bloque-infoviejo .img_cabecera_old, .bloque-infoviejo #attachments {
    display: none;
}





/**** Bloque lista-infos ****/
input[placeholder] {
    width: 100% !important;
}

.select-buscar {
    color: #666;
    border: 1px solid lightgray;
    height: 37px!important;
    margin-bottom: 10px;
    width: 100%;
}

.select-buscar .form-control {
    border: none;
    height: 35px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    top: -35px;
}

.select2-container--default .select2-selection--single {
    background-color: rgb(255, 255, 255);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e8e8e8;
    color: #262626;
    border-left: 3px solid #ffa100;
}

.thumbnail.lista-infos > img {
    padding: 20px;
}

.lista-infos .thumbnail {
    padding: 0;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);*/
}

.thumbnail.lista-infos > .caption > h4 {
    min-height: 55px;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid lightgray;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    border-left: 3px solid #ffa100;
    background-color: #e8e8e8;
}

.select2-results__option[role=treeitem] {
    border-left: 3px solid transparent;
}

.select2-search--dropdown {
    padding: 10px 4px 10px 4px;
    border-top: 1px solid lightgray;
}

.select2-dropdown {
    border-color: lightgray;
    border-width: 1px;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.input-buscar .form-control {
    border: none;
    height: 35px;
}

.input-buscar {
    color: #666;
    border: 1px solid lightgray;
}

.btn-buscar {
    border: 1px solid lightgrey;
    border-radius: 0;
    background-color: #e8e8e8;
    /*width: 60px;*/
    height: 37px!important;
}

.btn-100 {
    width: 100%;
}

.lista-infos .box-icon>a, .lista-infos .box-icon .box-icon-title {
    display: inline;
}

.numero-info {
    margin-bottom: 2px;
}

.texto-destacado {
    font-size: 16px;
    color: #ffa100;
    font-family: "Inter";
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.texto-destacado:before {
    content: "\f10d";
    font-size: 20px;
    font-family: Fontawesome;
    padding-right: 5px;
    padding-left: 20px;
}

.texto-destacado:after {
    content: "\f10e";
    font-size: 20px;
    font-family: Fontawesome;
    padding-left: 5px;
    padding-right: 20px;
}

.bloque-lista-infos .col-sm-12.col-md-12 {
    float: left;
}

.step-circle-infoteleves {
    background-color: #ffa100 !important;
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 50% !important;
    font-size: 20px;
    font-weight: bold;
    margin-right: 1%;
    height: 30px;
    margin-top: 10px;
}

#maincontent > div.columns > div > section > div > div.row.subsecciones.circulos-xs > div:nth-child(2) > div > a > h2 {
    text-transform: capitalize;
}

/*Solo para INFOS*/
.infos-logo-corp {
    height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bullet-pregunta {
    width: 8px;
    height: 8px;
}

.infos-logo-corp {
    height: 165px;
}

.infos-logo-corp img {
    height: 125px;
}

.foto-teves-corp {
    object-fit: cover;
    object-position: 50% top;
    height: 450px;
}

.foto-entrevistado {
    padding: 0 16px;
    max-width: 800px;
    width: 100%;
}

.titulo-feria {
    padding: 12px 0 !important;
}

.fecha-feria {
    margin-top: 12px;
    margin-bottom: 0;
}

.subtitulo-formacion {
    line-height: 20px;
}

/* bloque faqs */
.columnas3 {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}

.toggle.toggle-bordered-full .toggle-content.border-bottom {
    border-bottom: #ccc 1px solid!important;
}

.toggle.toggle-bordered-full div.toggle.active:last-child > label {
    border-bottom: 0;
}

.bloque-documentacion-tec .toggle .filtros, .bloque-faqs .toggle .filtros {
    background-color: #fff;
    border: 1px solid lightgrey;
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bloque-documentacion-tec .check-filtros, .bloque-faqs .check-filtros {
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
}

.radio input:checked + i, .checkbox input:checked + i, .toggle input:checked + i {
    border-color: lightgray;
}

.bloque-documentacion-tec .checkbox i, .bloque-faqs .checkbox i {
    border: 1px solid lightgray;
}

.bloque-documentacion-tec .checkbox input + i:after, .bloque-faqs .checkbox input + i:after {
    content: '\f00c';
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
    color: #fff;
    background-color: #ffa100;
}

.bloque-documentacion-tec .toggle.toggle-transparent-body .check-filtros, .bloque-faqs .toggle.toggle-transparent-body .check-filtros {
    background: rgba(0,0,0,0);
}

.bloque-faqs .faq-refs {
    font-style: italic;
    font-size: 13px;
}

.bloque-faqs .separador-num {
    border-right: 1px solid lightgray;
}

.bloque-faqs .numero-faq {
    margin-right: 18px;
    height: 37px;
    width: 35px;
}

.faq-popular {
    color: #333;
}

.faq-popular:hover {
    color: #ffa100;
}

.bloque-faqs form .row {
    margin-bottom: 0;
}

/* estilo tags */
a.tag[href="?cat[]=12"] span.txt {
    width: 78%;
}

a.tag[href="?cat[]=12"] span.num {
    height: 50px;
}

/* Documentación */ 
/* Formación */
span.precio-anterior {
    text-decoration: line-through;
    color: #ccc;
}

/*bloque AREAS DE NEGOCIO" //*/
.cms-areas-de-negocio .page-wrapper {
    min-height: auto;
}

.areas-negocio .container-areas {
    width: 100%;
    overflow: hidden;
}

.areas-negocio p {
    margin-bottom: 13px;
}

.areas-negocio .image-caption {
    position: absolute;
    z-index: 1;
    color: #fff;
    align-self: center;
    text-align: center;
    width: 100%;
    top: calc(50% - 30px);
}

.areas-negocio .box {
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#modal-madeIn .modal-full, #modal-formulario-descarga .modal-full, .areas-negocio .modal-full {
    width: 80% !important;
    margin: 20px auto;
}

#modal-formulario-descarga .modal-full {
    max-width: 1100px;
}

#modal-madeIn .modal-header, #modal-formulario-descarga .modal-header, .areas-negocio .modal-header {
    padding: 15px;
    border-bottom: none;
    background-color: #333;
}

#modal-madeIn .modal-title, #modal-formulario-descarga .modal-title, .areas-negocio .modal-title {
    color: #fff;
}

#modal-madeIn .close, #modal-formulario-descarga .close, .areas-negocio .close {
    color: #fff;
    opacity: 1;
}

#modal-madeIn .close:hover, #modal-formulario-descarga .close:hover, .areas-negocio .close:hover {
    color: #ffa100;
    opacity: 1;
}

div#modalpromoTei .close {
    opacity: 1;
}

.modal-header button.close.text-white.pull-right:hover {
    background-color: transparent;
    color: #ffa100!important;
}

.areas-negocio .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    padding: 30px 70px 30px 70px;
    text-align: left;
    color: #333!important;
    min-height: 450px;
    margin-top: -39%;
    height: 100%;
    bottom: 0;
    background-color: rgba(248, 248, 248, 0.9);
    text-shadow: none;
}

.areas-negocio .carousel-caption h2 {
    color: #333;
}

#modal-madeIn .carousel .img-responsive, .areas-negocio .carousel .img-responsive {
    width: 100%;
    position: relative;
    object-fit: cover;
}

.areas-negocio .modal-content {
    height: 100%;
    border-radius: 0;
    color: white;
    background-color: #333;
    border-top: none!important;
}

.areas-negocio .carousel-control {
    width: 4%;
}

.alto-800-1 {
    height: calc(100vh - 111px);
    width: calc((100vw /3) * 1.987);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/*** modal borrar del carrito */
.modal-popup.confirm._show .modal-content div {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.modal-popup.confirm._show {
    z-index: 99999!important;
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
}



		

	

/*para los mercados con solo 3 áreas*/ 
.alto-800 {
    height: calc((100vh - 111px) / 1.5);
    width: calc((100vw /3) * 1.987);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.alto-400 {
    height: calc((100vh - 111px) / 3);
    width: calc(100vw / 3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.alto-400-2 {
    height: calc((100vh - 111px) / 2);
    width: calc(100vw / 3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.alto-mix {
    height: calc((100vh - 111px) / 3);
    width: calc((100vw / 3) * 1.987);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/* mercados con 4 areas */
.alto-800-2 {
    height: calc((100vh - 111px) / 2);
    width: calc((100vw /3) * 1.987);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.areas-negocio .image-hover .area {
    filter: brightness(70%);
}

.areas-negocio .image-hover:hover .area {
    filter: brightness(105%);
    -webkit-transition: 0.3s -webkit-filter linear;
    -moz-transition: 0.3s -moz-filter linear;
    -moz-transition: 0.3s filter linear;
    -ms-transition: 0.3s -ms-filter linear;
    -o-transition: 0.3s -o-filter linear;
    transition: 0.3s filter linear, 0.3s -webkit-filter linear;
}

.areas-negocio .image-hover:hover .image-caption {
    text-shadow: 0 0 10px #000;
}

@media (max-width: 768px) {
    .alto-mix, .alto-400, .alto-800 {
        width: 100vw;
    }
}

/* iluminacion profesional */
.areas-negocio ul, ul.list-lineas.areas-negocio {
    list-style: none;
    padding-left: 0;
    padding-right: 30px;
}

ul.list-lineas.areas-negocio li {
    border-bottom: 1px dashed #ccc;
}

.row-eq-height .col-sm-6 {
    border: 1px solid #ccc;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.row-eq-height .col-sm-6.col-md-3 {
    border: 1px solid #ccc;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

/* Hospitality */
.hospitality .box-icon.box-icon-XL .box-icon-title>i {
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
    color: #666666;
}

.hospitality .col-sm-2.mas:before {
    font-size: 25px;
    position: absolute;
    height: 200px;
    padding-top: 65px;
    color: #ffa100;
    padding-right: 80px;
    margin-left: -25px;
}

.reveal-text {
    opacity: 0;
}

.hospitality .col-sm-2.col-xs-6:hover .reveal-text {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.hospitality .col-sm-2.col-xs-6:hover .box-icon-title>i {
    background-color: #ffa100;
    color: #fff;
    border-color: #fff;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

/*Bloque-Videos
*/
.bloque-videos p {
    margin-bottom: 13px;
}

.bloque-videos .box-video {
    border: none;
}

.bloque-videos .titulo-video {
    min-height: 54px;
}

.bloque-videos .faq-refs {
    font-style: italic;
    font-size: 13px;
}

/* bloque Folletos */
.bloque-folletos .titulo-folleto {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 10%;
    padding-right: 10%;
}

.bloque-folletos .box-icon>a, .bloque-folletos .box-icon .box-icon-title {
    display: inline;
}

.bloque-folletos .img-responsive.thumbnail {
    max-width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.bloque-folletos .thumbnail {
    padding: 0;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);*/
    transition: all 0.3s 0.1s;
}

.bloque-folletos .col-sm-3:hover .thumbnail {
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    transition: all 0.3s 0.1s;
}

/* bloque Catálogo General*/
.bloque-catalogo .box-icon>a, .bloque-catalogo .box-icon .box-icon-title {
    display: inline;
}

.bloque-catalogo i {
    font-size: 24px;
    float: left;
}

.imagen-catalogo {
    min-height: 320px;
    background-size: cover;
    background-position: center center;
}

.bloque-catalogo .row-eq-height .item-catalogo {
    border: none;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.bloque-recursos ul.lista-triangulos, .bloque-catalogo ul.lista-triangulos {
    padding-left: 45px;
}

.bloque-catalogo ul.lista-triangulos li a:hover {
    color: #ffa100!important;
}

/* cms areas */
.tablet-microsites {
    background-repeat: no-repeat;
}

.tablet-microsites .container {
    margin-top: 130px;
    margin-bottom: 280px;
}

/* imagenes hover */
.hovereffect {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 767px) {
    .tablet-microsites {
        background-image: none!important;
    }
}

/* DATACOM */
#porquedatacom {
    background-image: url(https://docs.televes.com/web/Areas-de-negocio/datacom/datacom-fondo.jpg);
    background-repeat: no-repeat;
    padding-bottom: 300px;
    background-size: cover;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    section#BannerLinkDatacom {
        text-align: center;
    }
}

/* TRANSPORTE OPTICO */
#soluciones-transporte {
    background-image: url(https://docs.televes.com/web/Areas-de-negocio/transporte-optico/fondo-soluciones.jpg);
    background-repeat: no-repeat;
    padding-bottom: 300px;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
}

#seccion-tri.heading-title.heading-arrow-bottom:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 50px solid #ffa100;
    left: 50%;
    margin-left: -80px;
    bottom: -50px;
}

.ico-soluciones img {
    width: 100%;
    max-width: 130px;
    margin-bottom: 20px;
}

.box-sol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin: 100px -15px;
}

#Soluciones-transporte .separador-sec {
    border-right: 2px dotted;
}

/*Quienes somos */
.cms-valores-corporativos .texto-vertical-centrado {
    margin-top: -50px;
    text-align: center;
}

.texto-video .subtitulo-banner {
    width: 60%;
    margin: 0 auto;
}

.parallax h2 {
    font-size: 50px;
    color: #fff;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}

.sobre-nosotros .font-Inter, .bloque-contacto .font-Inter, .lista-triangulos .font-Inter {
    font-family: 'Inter','Inter','Arial','Helvetica','sans-serif' !important;
}

/*submenu quienes somos*/
/* oculta logo youtube*/
.ytp-watermark.yt-uix-sessionlink {
    display: none!important;
}

/** sobre nosotros ***/
.texto-circulos {
    display: grid;
}

.mas:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    font-size: 25px;
}

.percent:after {
    content: "\f295";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 10px;
    font-size: 25px;
}

.hito {
    display: flex;
    border-top: 1px solid;
    border-top-color: rgba(255,161,0,0.6);
    flex-direction: row;
    align-items: center;
}

.fecha-hito {
    font-size: 55px;
    font-family: Inter;
    font-weight: 900;
    width: 20%;
}

.texto-hito {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 140%;
}

.logo-hito img {
    width: 88px;
    max-width: none!important;
}

.img-gris {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: 0.5s -webkit-filter linear;
    -moz-transition: 0.5s -moz-filter linear;
    -moz-transition: 0.5s filter linear;
    -ms-transition: 0.5s -ms-filter linear;
    -o-transition: 0.5s -o-filter linear;
    transition: 0.5s filter linear, 0.5s -webkit-filter linear;
}

.img-gris:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -webkit-transition: 0.5s -webkit-filter linear;
    -moz-transition: 0.5s -moz-filter linear;
    -moz-transition: 0.5s filter linear;
    -ms-transition: 0.5s -ms-filter linear;
    -o-transition: 0.5s -o-filter linear;
    transition: 0.5s filter linear, 0.5s -webkit-filter linear;
}

.logos-historia img {
    max-width: 40%;
}

.logos-historia-pequenos img {
    max-width: 30%;
}

.certificaciones img {
    max-height: 130px;
}

/** box icons */
.box-icon .box-icon-title > h2 {
    line-height: 24px;
}

.box-icon.box-icon-white .box-icon-title>i {
    background-color: white;
    border: none;
    color: #333;
}

/** VIDEOS Propios**/
.video-container {
    float: left;
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow: hidden;
}

.video-background {
    float: left;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.bg-video {
    float: left;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.texto-video {
    color: white;
}

.section-flotado {
    float: left;
    width: 100%;
}

section.section-flotado h2 {
    font-size: 50px;
    color: #fff;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}

/* pilares */
.callout-dark p.text-white {
    color: white!important;
}

/* la corporacion */
.cms-la-corporacion .row.countTo-md.text-center {
    color: #333;
}

.cms-la-corporacion .countTo-md span.countTo {
    margin-bottom: 0;
    font-size: 30px;
    display: block;
}

.millones:after {
    content: "mill";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    font-size: 25px;
}

.millones-pl:after {
    content: "mln";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    font-size: 25px;
}

.euros:after {
    content: "€"; 
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    font-size: 25px;
}

.millones.euros:after {
   content: "mill €"; 
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 10px;
    font-size: 25px;
}

.millones-pl.euros:after {
    content: "mln €";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 10px;
    font-size: 25px;
}

.empresaitem {
    cursor: pointer;
}

.empresaitem:hover {
    opacity: 0.15;
}

.empresaitem[data-attr="Corporacion"]:hover {
    opacity: 0;
}

.organigrama-section .section_inner_margin {
    display: flex;
    align-items: center;
}

.organigrama-container {
    max-width: 550px;
    position: relative;
}

.organigrama_item {
    pointer-events: none;
}

#ISF.organigrama_item {
    display: none;
    position: absolute;
    width: 90px;
    left: calc(64% - 50px);
    top: calc(13% - 20px);
}

#Gamelsa.organigrama_item {
    display: none;
    position: absolute;
    width: 90px;
    left: calc(84% - 50px);
    top: calc(30% - 20px);
}

#Gainsa.organigrama_item {
    display: none;
    position: absolute;
    width: 90px;
    left: calc(89% - 50px);
    top: calc(56% - 20px);
}

#Assamblia.organigrama_item {
    display: none;
    position: absolute;
    width: 90px;
    left: calc(77% - 50px);
    top: calc(79% - 20px);
}

#Televes.organigrama_item {
    display: none;
    position: absolute;
    width: 90px;
    left: calc(51% - 50px);
    top: calc(88% - 20px);
}

#GCE.organigrama_item {
    display: none;
    position: absolute;
    width: 90px;
    left: calc(26% - 50px);
    top: calc(79% - 20px);
}

#Gsertel.organigrama_item {
    display: none;
    position: absolute;
    width: 90px;
    left: calc(12% - 50px);
    top: calc(55% - 20px);
}

#Tredess.organigrama_item {
    display: none;
    position: absolute;
    width: 90px;
    left: calc(17% - 50px);
    top: calc(30% - 20px);
}

#Arantia.organigrama_item {
    display: none;
    position: absolute;
    width: 90px;
    left: calc(37% - 50px);
    top: calc(14% - 20px);
}

#Corporacion.organigrama_item {
    display: none;
    position: absolute;
    width: 110px;
    left: calc(49% - 50px);
    top: calc(45% - 20px);
}

/* mapa corporacion */
.corporacion_map .map_leyenda {
    display: inline-block;
}

.corporacion_map .map_leyenda p {
    text-transform: uppercase;
    margin-right: 25px;
    margin-left: 10px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    position: relative;
}

.corporacion_map .map_leyenda p:before {
    content: " ";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #888888;
}

.corporacion_map .map_leyenda.empresas p:before {
    background: orange;
}

.corporacion_map .map_leyenda.paises p:before {
    background: #888888;
}

.jqvmap-label {
    padding: 10px;
    font-family: 'gotham_mediumregular';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: -30px;
    background: #333;
    background: rgba(51, 51, 51, 0.9);
}

.jqvmap-label i.fa.fa-caret-down {
    color: #333;
    color: rgba(51, 51, 51, 0.9);
    position: absolute;
    bottom: -16px;
    right: 5px;
    font-size: 25px;
}

/* valores corporativos */
#madein .box-title {
    height: 63px;
    margin-top: calc(50% - 78px);
    border: none;
}

div#madein {
    overflow: hidden;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 5px 12px;
    position: absolute;
    top: 45px;
}

.caption-container {
    text-align: center;
    background-color: #333;
    padding: 15px 10px;
    color: white;
}

/* Modal Content */
#modal-madeIn {
    position: absolute;
    margin: 0 auto;
}

.modal-backdrop {
    background-color: #9b9b9b;
}

.madein .image-caption {
    position: absolute;
    z-index: 1;
    color: #fff;
    align-self: center;
    text-align: center;
    width: 100%;
    top: calc(50% - 30px);
}

.madein .modal-header {
    border-bottom: none;
    background-color: #333;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding: 15px;
}

.madein .modal-title {
    color: #fff;
}

.madein .close {
    color: #fff;
    opacity: 1;
}

.madein .close:hover {
    color: #ffa100;
    opacity: 1;
}

.madein .navegacion {
    position: relative;
    margin-top: -34%;
}

.madein .carousel-caption h2 {
    color: #fff;
}

.madein .modal-content {
    color: white;
    background-color: #333;
}

.madein .carousel-control {
    width: 4%;
}

/* suecia team */
.suecia-team .col-xs-6.col-sm-4.col-md-3 {
    margin-bottom: 10px;
}

.suecia-team .col-xs-6.col-sm-4.col-md-3 .thumbnail {
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    margin-bottom: 0px;
}

/* trabaja con nosotros*/
.catalogsearch-result-index .breadcrumbs, .breadcrumbs-rrhh {
    margin-top: 10px;
   /* border-bottom: 1px solid lightgray;*/
    padding-bottom: 10px;
}

.breadcrumbs-rrhh span.ultimo-enlace, .breadcrumbs-rrhh a {
    color: #777777;
    padding-right: 15px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 19.5px;
}

.catalogsearch-result-index .breadcrumbs a:hover, .breadcrumbs-rrhh a:hover {
    text-decoration: underline;
}

.breadcrumbs-rrhh .sep {
    padding-right: 8px;
    color: #999999;
    font-size: 12px;
}

.catalogsearch-result-index .breadcrumbs a i:before, .breadcrumbs-rrhh a i:before {
    color: #777777;
    font-size: 18px;
}

.rrhh .row-eq-height .col-sm-4 {
    border: 1px solid #ccc;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

/* rrhh RRHH */
.rrhh h4.titulo-area {
    margin-top: 10px;
    padding: 15px;
    font-weight: bold;
    padding-bottom: 0;
}

.rrhh .pie-area {
    padding: 15px;
    padding-top: 0;
}

.rrhh .col-sm-4 .conecta-t, .rrhh .col-sm-4 .inicia-t, .rrhh .col-sm-4 .internacionaliza-t {
    font-size: 40px;
    color: #ffffff;
    padding-top: 50px;
    font-weight: bold;
    line-height: 40px;
    word-wrap: break-word;
}

.rrhh .col-sm-4 .inicia-t {
    background-color: #9b9b9b;
}

.rrhh .col-sm-4 .conecta-t {
    background-color: #ffa100;
}

.rrhh .col-sm-4 .internacionaliza-t {
    background-color: #212121;
}

.rrhh a.enlace-programas-rrhh {
    color: #212121;
}

.rrhh .borde-g1 {
    border: 1px solid #36363680;
}

.rrhh .inicia-t span.T, .rrhh .internacionaliza-t span.T {
    color: #ffa100;
}

.rrhh .anima-top.hover01.programas-rrhh:hover {
    border-color: transparent;
    cursor: pointer;
    background-color: #e9e9e9!important;
}

div.heading-title.heading-border-bottom {
    border-bottom: #ffa100 2px solid;
}

.rrhh .conecta-t .anima-top.hover01.programas-rrhh:hover:before {
    background-color: #212121!important;
}

.rrhh .list-lineas-buscamos, .rrhh .list-lineas-ofrecemos {
    list-style: none;
    padding: 0;
}

.rrhh .list-lineas-buscamos li:not(:last-child)::after {
    content: '';
    width: 30%;
    border-bottom: dashed;
    border-color: #CCCCCC;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    border-width: thin;
    display: block;
    padding-top: 9px;
}

.rrhh .list-lineas-ofrecemos li:not(:last-child)::after {
    content: '';
    width: 100%;
    border-bottom: dashed;
    border-color: #ffa100;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    border-width: thin;
    display: block;
    padding-top: 9px;
}

.opciones-rrhh .btn {
    font-weight: 600;
}

.opciones-rrhh .btn.active {
    background-color: #ffa100;
    color: #FFFFFF;
    font-weight: 600;
}

.ofertas-empleo .table thead {
    background-color: lightgray;
    font-variant-caps: all-small-caps;
}

.ofertas-empleo .table thead tr th:not(:last-child) {
    border-right: 1px solid #fff;
}

.ofertas-empleo th h4 {
    margin: 0;
    padding: 5px;
    padding-right: 10px;
}

.ofertas-empleo .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #ffa100;
    cursor: pointer;
    color: #333333;
}

.ofertas-empleo tbody > tr:first-child td {
    padding-top: 20px;
}

.ofertas-empleo .table > tbody > tr > td {
    vertical-align: middle;
}

.ofertas-empleo .table > thead > tr > th {
    border-top: none;
}

.ofertas-empleo hr.dashed {
    margin-top: 0;
    margin-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px dashed #ccc;
    background-image: none;
}

.ofertas-empleo .descrip-oferta h5 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

/* testimonios */
.rrhh .owl-theme .owl-controls {
    margin-top: -20px;
    z-index: 999;
    position: absolute;
    width: 100%;
}

.rrhh .testimonial {
    display: flex!important;
}

.imagen-testimonio {
    min-height: 433px;
}

.nombre-testimonio {
    text-align: left;
    margin: 0;
    font-size: 16px;
    width: 100%;
}

.cargo-testimonio {
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.texto-testimonio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.texto-testimonio p {
    font-style: italic;
}

.btn-flecha {
    background: #c9c9c9 ;
    border-color: #c9c9c9;
    border-radius: 36px;
    width: 36px ;
    height: 36px;
    padding: 0px 12px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.btn-flecha .fa {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 33px;
    font-size: 36px;
    color: white;
}

.rrhh .carousel-control:hover .btn-flecha {
    background-color: #ffa100;
}

.rrhh .left.carousel-control, .rrhh .right.carousel-control {
    background-image: none;
    color: #fff;
}

.rrhh .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
}

.rrhh .carousel-indicators li.active {
    background-color: #ffa100;
}

/* RED COMERCIAL */
.bloque-redcomercial .creacion-filial {
    padding-left: 15px;
    color: #ffa100;
    font-family: "Inter";
    font-weight: 400;
}

.bloque-redcomercial .row-eq-height .col-sm-4 {
    border: 1px solid #ccc;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 370px;
}

.coordenadas {
    color: #666;
    font-weight: 600;
}

.coordenadas i {
    color: #ffa100;
}

.coordenadas:hover {
    color: #ffa100;
}

/* Páginas de usuario 
cuenta, carrito,...*/
body.account .column.main {
    margin-left: 0;
}

.product-image-wrapper {
    background-color: transparent;
}

.page-title, .page-title h1, .page-title h2 {
    color: #414141!important;
}

.sidebar.sidebar-main::before {
    border: none!important;
}

nav.account-nav {
    background-color: #f8f8f8;
}

nav.account-nav li {
    border-bottom: 1px dotted lightgray!important;
}

nav.account-nav li.nav.item {
    border-left: 3px solid transparent;
    padding-top: 2px;
    padding-bottom : 2px;
}

nav.account-nav li.nav.item.current, nav.account-nav li.nav.item:hover {
    border-left: 3px solid #ffa100;
}

nav.account-nav li.nav.item.current {
    background-color: #e8e8e8;
}

nav.account-nav li.nav.item.current strong:before, nav.account-nav li.nav.item a:before {
    display: none;
}

div.block-collapsible-nav {
    margin-top: 20px;
}

div.block-collapsible-nav-content {
    background-color: #f8f8f8;
}

div.block-collapsible-nav-content li {
    border-bottom: 1px dotted lightgray!important;
}

div.block-collapsible-nav-content li.nav.item {
    border-left: 3px solid transparent;
    padding-top: 2px;
    padding-bottom : 2px;
}

div.block-collapsible-nav-content li.nav.item.current, div.block-collapsible-nav-content li.nav.item:hover {
    border-left: 3px solid #ffa100;
    color: #777777
}

div.block-collapsible-nav-content li.nav.item.current {
    background-color: #e8e8e8;
}

div.block-collapsible-nav-content li.nav.item.current strong:before, div.block-collapsible-nav-content li.nav.item a:before {
    display: none;
}

div.block-collapsible-nav-content li.nav.item a {
    color: #777777;
}

div.block-collapsible-nav-content li.nav.item.current strong {
    color: #777777;
    font-weight: bold;
}

.cart.table-wrapper .product-item-photo {
    display: block;
    width: 100%;
    max-width: 55px;
    aspect-ratio: 1;
    padding: 0;
    margin: 2px 15px 2px 0;
}

.cart-container {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
}

.cart-container .form-cart .cart.main.actions .action.continue {
    border: 1px solid #ccc;
    color: #777;
    line-height: 30px;
    padding: 0 12px;
    height: 32px;
    background-color: #fff;
}

.cart-container .form-cart .cart.main.actions .action.continue:hover {
    color: #fff;
    background-color: #ffa100;
    border-color: #ffa100;
}

.cart-summary {
    order: 3;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}

.cart-discount .block > .title {
    margin-bottom: 15px;
}

.payment-option-title #block-discount-heading, .cart-discount .block > .title #block-discount-heading {
    padding-bottom: 9px;
    color: #666666;
    font-weight: 300;
    font-size: 2.2rem;
    text-transform: initial;
}

div#block-discount {
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px;
    border: 1px solid #ccc;
}

.discount-code .actions-toolbar .primary {
    width: 100%;
    margin-top: 10px;
}

.discount-code .actions-toolbar .primary button {
    width: 100%;
}

.discount-code .divider {
    margin: 0;
}

/*** add to cart destacados y resultados búsquedas*/ 
/* estilos para el boton añadir al carro de amasty */ 
.promos-especial .alcarro, .resultados-busqueda .alcarro, .productos-destacados .alcarro {
    background-color: #ffa100;
    color: #fff;
    border: 1px solid #ffa100;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.productos-destacados .alcarro {
    margin-top: 15px;
}

.resultados-busqueda .alcarro {
    float: left;
}

.resultados-busqueda .alcarro i, .to-cart-destacados .alcarro i {
    font-size: 20px;
    padding-right: 5px;
}

.resultados-busqueda .alcarro:hover, .to-cart-destacados .alcarro:hover {
    background-color: #ffa100;
    color: #333;
    border: 1px solid lightgrey;
}

.resultados-busqueda .alcarro:hover i, .to-cart-destacados .alcarro:hover i {
    color: #333;
}

.resultados-busqueda.grid .product-item-details .product-item-actions {
    display: inline-flex;
}

/* descatalogados */
.product-info-main .product-discontinued {
    margin: 10px 0;
}

.product-discontinued {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #a5a5a5;
    border-radius: 25px;
    display: inline-block;
    padding: 2px 8px;
}

.alternative-products .replaced-refs {
    padding-top: 4px;
}

.alternative-products .replaced-refs a:not(:last-child) {
    padding-bottom: 2px;
}

.replaced.ref {
    font-weight: 700;
    margin-right: 4px;
}

.replaced-refs {
    display: flex;
    flex-direction: column;
    color: #ffa100;
}

.replaced.title {
    color: #666;
}

.replaced-refs a:hover span {
    color: #ffa100;
    cursor: pointer;
}

/***products search grid***/
.products-grid .product-discontinued {
    position: absolute;
    top: 20px;
    right: 20px;
}

.resultados-busqueda .action-group {
    display: flex;
    align-items: center;
}

.resultados-busqueda .action-group .product-discontinued {
    order: 2;
    margin-left: 10px;
}

.resultados-busqueda.list .action-group .action.more {
    padding-top: 0;
}

/*promos */
.promos-especial .ribbon-inner {
    letter-spacing: 3px;
}

.promos-especial .ribbon {
    z-index: 9999;
}

.promo-info-text {
    padding-top: 10px;
    font-style: italic;
}

#minicart-content-wrapper .text-promotion-advice .blackfriday {
    background-color: #ffffff;
    color: #000;
}

.text-promotion-advice {
    display: none;
}

.promo-ficha {
    border: 1px solid #ffa100;
    padding: 20px;
    margin-top: 16px;
}

.section-ficha .ribbon {
    position: absolute;
    right: -5px;
    top: auto;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.section-ficha .ribbon span {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #ffa100 ;
    background: linear-gradient(#ffa100 0%, #ffa100 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ffa100 ;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ffa100 ;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ffa100 ;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ffa100;
}

span.promo7plus1-line1 {
    font-size: 18px;
    font-weight: 700;
    color: #ffa100;
}

span.promo7plus1-line2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/**/
.resultados-busqueda .product-item-inner .actions-primary {
    display: block!important;
}

/* popup plugin añadir al carrro 
*/
#confirmBox {
    z-index: 999999;
    width: 100%;
    max-width: 510px;
}

#confirmBox.am-center {
    -webkit-filter: blur(10px);
    transition: all .2s ease-out;
    image-rendering: optimizeSpeed;
    /*                     */
    image-rendering: -moz-crisp-edges;
    /* Firefox             */
    image-rendering: -o-crisp-edges;
    /* Opera               */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and Safari) */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                */
    filter: blur(0);
    -webkit-filter: blur(0);
}

.product-options-bottom .added-item {
    font-family: Inter;
    font-size: 20px;
    border-bottom: 2px solid #ffa100;
    padding-bottom: 20px;
    color: #333!important;
}

.amcart-message-box .added-item {
    font-family: Inter;
    font-size: 20px;
    color: #333!important;
}

.amcart-message-box p:first-of-type {
    border-bottom: 2px solid #ffa100;
    padding-bottom: 20px;
}

.table-wrapper.grouped {
    margin-top: 20px;
}

.grouped-pretitle {
    font-weight: 600;
}

#confirmBox > .cross {
    color: #ffa100;
}

.popover {
    z-index: 999999;
}

#confirmOverlay {
    z-index: 99999;
}

button.button.am-btn-left {
    background-color: #f8f8f8;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ccc;
}

button.button.am-btn-right {
    background-color: #ffa100;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ccc;
}

.amcart-message-box #btn-imprimir-ficha {
    display: none;
}

/****    **/
/* Resultados busqueda */
/*resultados-busqueda products wrapper list products-list
resultados-busqueda products wrapper grid products-grid*/
.search.results .toolbar.toolbar-products {
    display: flex;
    position: relative;
    flex-flow: nowrap;
    justify-content: space-between;
    /*border-bottom: 1px solid #ccc;*/
    align-items: center;
    margin-bottom: 20px;
}

.search.results .toolbar-sorter.sorter, .search.results .field.limiter {
    display: flex;
    align-items: center;
    position: relative;
}

.search.results .field.limiter {
    display: flex;
    align-items: center;
}

.search.results .toolbar-amount {
    /* display: flex;*/
    position: relative;
}

.search.results .toolbar-number.first, .search.results .toolbar-number.last, .search.results .toolbar-number.total, .search.results .field.limiter label span {
    font-weight: 600;
}

.search.results .modes {
    float: none;
    margin-right: 5px;
    margin-left: 0;
    margin-top: 0;
}

strong#modes-label {
    clip: unset;
    height: auto;
    width: auto;
    position: relative;
    float: left;
    padding-right: 10px;
    display: none;
}

.modes .modes-mode:before {
    font-size: 18px;
    overflow: visible;
}

.modes .modes-mode.active {
    color: #ffa100;
}

strong.modes-mode:hover {
    cursor: pointer;
}

/*** controla toolbar del pie ***/
.products.wrapper ~ .toolbar .toolbar-sorter {
    display: none;
}

.products.wrapper ~ .toolbar .pages {
    display: flex;
    flex-basis: 90%;
}

.products.wrapper ~ .toolbar.toolbar-products {
    padding-top: 10px;
    padding-bottom: 10px;
}

.products.wrapper ~ .toolbar .field.limiter {
    padding-left: 10px;
}

.resultados-busquedas ol {
    display: flex;
    flex-wrap: wrap;
}

.resultados-busqueda .product-item-slogan, section.productos-destacados .product-item-slogan {
    padding-bottom: 0px!important;
}

.resultados-busqueda .product-item-refs, section.productos-destacados .product-item-refs {
    padding-bottom: 16px!important;
}

.resultados-busqueda .product-item-slogan, section.productos-destacados .product-item-slogan a {
    font-size: 16px!important;
}

.resultados-busqueda.products-grid .product-item-refs {
    max-width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: none;
    margin: 0 auto;
}

.resultados-busqueda .product-item-definicion, .resultados-busqueda .product-item-definicion a, .resultados-busqueda .product-item-definicion p {
    font-size: 14px;
}

.catalogsearch-result-index .product-item-info {
    padding: 20px;
}

.resultados-busquedas .product.name a {
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 600;
}

.resultados-busquedas .product-item-refs {
    font-weight: 600;
}

.resultados-busquedas a.action.more {
    display: block;
}

/* Grid */
.resultados-busqueda.grid li.product-item {
    padding: 0;
}

.resultados-busqueda.grid li.product-item:hover {
    background-color: #f8f8f8;
}

.products-grid:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    box-shadow: none;
    background-color: #f8f8f8;
}

.resultados-busqueda.grid .product-item {
    width: calc(100% * (1/3) - 10px - 1px);
    flex-grow: 1;
    display: inline-block;
    max-width: calc(100% * (1/3) - 10px - 1px);
}

.resultados-busqueda.grid .product-item-details .product-item-actions {
    white-space: initial;
}

.resultados-busqueda.grid .product-item-slogan, .resultados-busqueda.grid .product-item-definicion {
    max-width: 80%;
    text-align: center;
    margin-left: 10%;
    word-wrap: break-word;
    padding-bottom: 20px;
}

.resultados-busqueda.grid .product-item-slogan {
    color: #999;
}

.resultados-busquedas .product.name a {
    font-size: 16px!important;
}

/* List */
.resultados-busqueda.list .product-item {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.resultados-busqueda.list a.product-item-link {
    font-size: 20px;
}

.resultados-busqueda.list .product-item-slogan, .resultados-busqueda.list .product-item-definicion {
    max-width: 100%;
    text-align: left;
}

.resultados-busqueda.list li.product-item {
    border-left: 2px solid transparent;
}

.resultados-busqueda.list li.product-item:hover {
    background-color: #f8f8f8;
    border-left: 2px solid #ffa100;
}

.resultados-busqueda.list .product-item-info {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.resultados-busqueda.list .item-vr {
    flex: 1;
}

.resultados-busqueda.list .product-image-container {
    display: inherit;
}

.resultados-busqueda.list .product-item-photo {
    width: auto!important;
    max-width: 72px;
    margin: 0;
}

.resultados-busqueda.list .ref {
    flex-basis: 20%;
    justify-content: left;
    padding: 5px;
}

.resultados-busqueda.list .product-item-refs {
    font-size: 13px;
}

.resultados-busqueda.list .nombre {
    flex-basis: 40%;
    justify-content: left;
}

.resultados-busqueda.list .product-item-slogan {
    font-style: italic;
    font-size: 14px!important;
    color: #666;
    padding-top: 5px;
}

.resultados-busqueda.list .action.more {
    font-style: italic;
    font-size: 14px!important;
    color: #ffa100;
    padding-top: 5px;
}

.resultados-busqueda.list .precio {
    justify-content: left;
    flex-basis: 10%;
}

.resultados-busqueda.list .precio .price-box .price {
    font-size: 15px;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.resultados-busqueda.list .addCart {
    justify-content: right;
    align-self: stretch;
    background-color: #ffa100;
}

.resultados-busqueda.list .product.actions.product-item-actions, .resultados-busqueda.list .addCart .actions-primary, .resultados-busqueda.list .addCart .actions-secondary, .resultados-busqueda.list .addCart form {
    display: flex;
    flex-direction: column;
    background-color: #ffa100;
}

.resultados-busqueda.list .addCart button.alcarro {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-bottom: -17px;
    margin-top: 14px;
}

.resultados-busqueda.list .alcarro i {
    font-size: 25px;
    padding: 0;
}

.resultados-busqueda.list a.action.towishlist span {
    display: none;
}

.resultados-busqueda.list .product-item .action.towishlist {
    color: #ffffff;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
    width: 100%;
    height: 100%;
    line-height: 30px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
}

.resultados-busqueda.list .product-item .action.towishlist:before {
    font-size: 22px;
}

.resultados-busqueda.list .product-item .action.towishlist:hover {
    color: #212121;
}

.resultados-busqueda.list .stock.available, .resultados-busqueda.list .stock.unavailable {
    font-size: 12px;
    color: #fff;
    padding: 11px 5px;
    text-align: center;
    font-weight: 600;
}

@media only screen and (max-width: 800px) {
    .resultados-busqueda.list .nombre {
        width: 40%;
    }

    .resultados-busqueda.list .precio {
        width: 25%;
    }
}

@media only screen and (max-width: 600px) {
    .resultados-busqueda.list .nombre {
        width: 35%;
    }

    .resultados-busqueda.list .precio {
        flex-basis: 20%;
    }
}

/* Formacion cursos*/
.bloque-formacion .columnize-2 {
    column-gap: 6em;
}

.bloque-formacion ul li ul {
    padding-left: 15px;
    list-style-type: decimal;
    margin-bottom: 10px;
}

.bloque-formacion ul li ul li {
    margin-bottom: 0;
}

.procesando-envio {
    float: left;
    width: 100%;
    padding-top: 5%;
    background-color: #151515cc;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 9999;
}

#cursos th:last-child {
    min-width: 75px!important;
}

/* spinner loader */
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #ffa100;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*   footer     */
.footer .footer-superior {
    padding: 15px !important;
}

.footer-superior {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    gap: 10px;
}

/*  */
@media (max-width: 768px) {
    .footer-superior {
        grid-template-columns: repeat(2, 1fr);
    }

    header.type19 .block-search .action.search {
        border: 0;
        background-color: transparent;
        width: 0px;
    }

    .block-search .action.search span {
        display: none!important;
    }

    .page-header.type19 .search-toggle-icon {
        display: block;
        position: relative;
        margin-top: 20px;
    }

    header.type19 .block-search input {
        height: 45px !important;
        background-color: white;
        width: 260px!important;
    }

    .block-search input {
        left: 0;
        position: relative;
        margin: 0;
    }

    form#search_mini_form .actions {
        left: 260px;
        margin-top: 0;
    }

    form#search_mini_form .actions button {
        width: 45px;
        height: 45px;
        border: 1px solid #ccc;
    }

    form#search_mini_form .field.search {
        display: flex;
        position: relative;
        width: 0%!important;
    }
}

/*  */
@media (min-width: 769px) {
    .footer-superior {
        grid-template-columns: 1fr 1fr 1fr 2fr;
    }
}

.footer-top {
    color: #000;
}

.footer address {
    min-height: 130px;
}

.footer ul.footer-links>li>a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    padding-right: 10px;
}

.footer ul.footer-links>li>a {
    color: #000;
}

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

.footer ul.footer-links>li {
    padding-bottom: 12px;
}

.footer address {
    min-height: 130px;
}

.page-footer {
    margin-top: -2px;
}

.footer-middle {
    padding-top: 60px;
}

.footer-bottom {
    background-color: #333;
    color: #fff;
}

.footer-bottom a, .footer-bottom .text-black {
    color: #fff!important;
}

.footer-bottom a:hover, .footer-bottom .text-black:hover {
    color: #ffa100!important;
}

.footer, .footer-medio-cont {
    border-top: 1px solid #EBEBEB;
    color: #000;
}

.footer-medio {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.footer-medio .content-footer {
    display: flex;
    justify-content: space-between;
    padding: 50px 15px;
}

.footer-medio .col-data {
    display: flex;
    gap: 80px;
}

.footer-medio .col-text p {
    margin-bottom: 0;
}

.footer-medio .col-text a {
    color: #000;
}

.footer-medio p.text-margin {
    margin-bottom: 25px;
}

.footer-medio p.p-title {
    font-weight: bold;
    margin-bottom: 30px;
}

.footer-medio .rrss-icons {
    display: flex;
    gap: 25px;
    align-items: end;
    font-size: 21px;
}

.footer-medio .rrss-icons a {
    color: #000;
}

.footer-medio .col-logo {
    display: flex;
    justify-content: end;
    align-items: end;
}

.footer-medio .col-logo img {
    width: 100%;
    width: 234px;
}

.footer-medio .col-links {
    text-align: right;
}

.footer-medio .col-links a {
    color: #fff;
}

.footer-legal {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.col-copy {
    line-height: normal;
}

.col-links {
    line-height: normal;
}

@media (max-width: 991px) {
    .footer-medio .col-data {
        display: block;
    }

    .footer-mediop .p-title {
        margin-bottom: 10px;
    }

    .footer-medio .col-links {
        text-align: center;
    }

    .footer-legal {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .col-copy {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .footer-superior {
    }

    .footer-medio {
        max-width: 540px;
    }

    .footer-medio .content-footer {
        flex-flow: column;
        margin: 0 15vw;
    }

    .footer-medio .p-title {
        margin-bottom: 0;
    }

    .footer-medio .text-margin {
        margin-bottom: 15px;
    }

    .footer-medio .col-data {
        margin-left: 89px;
    }

    .footer-medio .col-logo {
        justify-content: start;
        margin-top: 32px;
    }
}


.news-form .hbspt-form {
    display: flex;
    flex-direction: column;
}

.footer .news-form .input {
    width: 100%;
}

.news-form .hs_country_new label {
    display: none;
}

.footer .news-form select {
    color: #000;
    background-color: #fff!important;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 6px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    height: 38px;
    padding: 0 10px;
    font-size: 13px;
    margin-top: 5px;
}


.footer .news-form input.hs-button.primary.large {
    margin-top: 5px;
    height: 38px;
    background-color: #333333;
    color: #fff;
    width: 100%;
    border: 1px;
}

.footer form input[type="submit"]:hover, .footer form input:focus, .footer form textarea:focus {
    background-color: rgba(0,0,0,.3)!important;
    color: #fff;
}

.news-form input.err, .news-form input.error, .news-form textarea.err, .news-form textarea.error, .news-form select.err, .news-form select.error {
    border: #bf6464 2px dashed !important;
    background-color: #ffffff !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.news-form .submitted-message {
    border: 1px #ffffff;
    padding: 10px;
    border-style: dashed;
    padding-bottom: 0;
}

::placeholder {
    color: #666;
}

.footer .news-form form input[type="submit"]:hover {
    background-color: #ffa100!important;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #ffa100;
}


.hs-cta-embed__loaded {
  transform: scale(0.8) !important;
  bottom: 43px;
  right: 1px;
}



/* Parte Customer usuario */
/* oculta opciones añadir nueva dirección */
.checkout-billing-address > * {
    pointer-events: none;
}

.checkout-billing-address {
    cursor: not-allowed;
}

.page-header.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    width: 22px;
    height: 22px;
    line-height: 21px;
    background-color: #ffa100;
}

.field.choice.set.billing, .box-address-billing a.action.edit, a[data-ui-id="default-billing-edit-link"] {
    display: none;
}

.box-address-billing .box-actions, .box-billing-address .box-actions {
    min-height: 42px;
}

.account.customer-address-form .form-address-edit {
    pointer-events: none;
}

/*.account .page.messages > div {
	padding-top: 20px;
}*/
.wishlist-shared-index .page-title-wrapper.container, .customer-account-forgotpassword .page-title-wrapper.container, .customer-account-createpassword .page-title-wrapper.container, .customer-account-logoutsuccess .page-title-wrapper.container, .checkout-onepage-success .page-title-wrapper.container, .checkout-index-index .page-title-wrapper.container, .checkout-cart-index .page-title-wrapper.container, .customer-account-login .page-title-wrapper.container, .account .page-title-wrapper.container {
    text-align: center;
    margin-top: 60px;
    height: auto;
    position: relative;
}

.wishlist-shared-index .page-title-wrapper.container, .customer-account-forgotpassword .page-title-wrapper.container, .customer-account-createpassword .page-title-wrapper.container, .customer-account-logoutsuccess .page-title-wrapper.container, .checkout-onepage-success .page-title-wrapper.container, .checkout-index-index .page-title-wrapper.container {
    width: 100%;
}

.wishlist-shared-index span.base, .customer-account-forgotpassword span.base, .customer-account-createpassword span.base, .customer-account-logoutsuccess span.base, .checkout-onepage-success span.base, .checkout-index-index span.base, .checkout-cart-index span.base, .customer-account-login span.base, .account span.base {
    color: #414141;
    font-size: 36px;
    font-family: Inter;
    text-align: center;
}

.wishlist-shared-index .page-main > .page-title-wrapper .page-title, .checkout-onepage-success .page-main > .page-title-wrapper .page-title, .checkout-index-index .page-main > .page-title-wrapper .page-title, .checkout-cart-index .page-main > .page-title-wrapper .page-title, .account .page-main > .page-title-wrapper .page-title, .customer-account-login .page-main > .page-title-wrapper .page-title {
    margin: 0 0 2px;
}

.header-mi-cuenta .page-title {
    margin-bottom: 2px!important;
}

/* titulos de dentro */
.titulo-customer-account .page-title-wrapper.container {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    background-color: #f8f8f8;
    padding-top: 13px;
    border-bottom: 1px solid #ccc;
}

.titulo-customer-account span.base {
    color: #414141;
    font-size: 23px;
    font-family: Inter;
    text-align: left;
}

.account .sidebar .account-nav .block-collapsible-nav-title .title {
    /*oculta titulo*/
    display: none;
}

.account .sidebar .account-nav .block-collapsible-nav-content {
    background-color: #f8f8f8;
    margin-top: 20px;
}

.block.block-customer-login {
    float: left!important;
}

.login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage {
    border: none;
    margin-bottom: 50px;
    box-shadow: none;
    border-top: 2px solid #ffa100;
}

.form.password.reset {
    width: 50%;
}

.wishlist-shared-index .columns .container, .customer-account-createpassword .mensaje, .customer-account-forgotpassword .mensaje, .customer-account-createpassword .columns, .customer-account-logoutsuccess .columns .container, .checkout-onepage-success .columns .container, .checkout-index-index .columns, .checkout-cart-index .columns, .account .columns {
    border-top: 2px solid #ffa100;
    padding-top: 10px!important;
    margin-bottom: 50px;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.checkout-onepage-success .columns .container .page-title span.base {
    margin-bottom: 20px;
}

.checkout-onepage-success .columns .container span.base {
    font-size: 30px;
}

.checkout-onepage-success #maincontent {
    max-width: 1200px !important;
}

.checkout-onepage-success #maincontent .checkout-success {
    padding-bottom: 40px;
}

.checkout-onepage-success #maincontent .checkout-success .block-order-details {
    padding: 20px 20px 0px 20px;
}

.account .box-content {
    background-color: #ffffff;
}

.customer-account-index .box.box-information {
    width: 100% !important;
}

.customer-account-index .box.box-newsletter {
    display: none;
}

.customer .login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage {
    border-top: none;
}

.account .column.main {
    margin-top: 20px;
}

.checkout-cart-index #form-validate {
    width: 100%;
    padding-right: 0;
}

.minicart-items-wrapper .minicart-items-wrapper {
    background-color: transparent;
}

.action.primary {
    min-width: 150px;
}

/* pagina checkout*/
.checkout-index-index #checkout {
    margin-top: 80px;
}

.checkout-index-index .opc-wrapper {
    padding-right: 10px;
}

.checkout-index-index #checkout .opc-progress-bar-item._active:before, .checkout-index-index #checkout .opc-progress-bar-item._active > span:before {
    background: #ffa100;
}

.checkout-index-index .opc-wrapper .shipping-address-item.selected-item::after {
    background: #ffa100;
}

.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    border-color: #ffa100;
}

.checkout-index-index button.action.action-select-shipping-item {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

/*.checkout-index-index  .opc-progress-bar-item {
    width: 31%;
}*/
.checkout-index-index .opc-progress-bar-item {
    width: 50%;
    margin-top: -30px;
}

.checkout-index-index .opc-sidebar {
    margin-top: 42px;
}

.checkout-index-index .opc-wrapper .shipping-address-item {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 18px;
    padding: 10px 20px 0px 20px;
    transition: 0.3s border-color;
    width: 49%!important;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}

.checkout-index-index .opc-wrapper .shipping-address-item:before {
    display: none;
}

.checkout-index-index .shipping-address-items div:nth-of-type(even) {
    margin-left: 15px;
}

.checkout-index-index .shipping-address-item.not-selected-item {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}

.checkout-index-index .opc-wrapper .step-title {
    margin-bottom: 20px;
}

.cart.table-wrapper td.item-actions {
    padding: 0;
}

.cart.table-wrapper tbody td {
    padding-top: 0;
    padding-bottom: 0;
}

.cart.table-wrapper .actions-toolbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: auto;
    padding-bottom: 0;
}

/* boton eliminar / add wishlist en carro resumen / editar */
.cart.table-wrapper .action {
    margin-right: 0;
}

.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .actions-toolbar > .action-towishlist {
    position: relative;
    overflow: visible;
    margin: 0 auto;
    float: left;
}

.checkout-cart-index .actions-toolbar a.action.action-edit {
    display: none!important;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:before {
    webkit-font-smoothing: antialiased;
    font-size: 23px;
    font-family: FontAwesome;
}

.cart.table-wrapper .actions-toolbar > .action-delete:before {
    content: "\f1f8";
}

.cart.table-wrapper .actions-toolbar > .action-towishlist:before {
    content: "\f004"
}

.cart.table-wrapper .actions-toolbar > .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:before {
    color: #666;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:hover:before {
    color: #ffa100;
}

.checkout-index-index .modal-content {
    border-top: none;
}

.checkout-index-index .opc-block-shipping-information .ship-to, .checkout-index-index .opc-block-shipping-information .ship-via, .checkout-index-index .opc-block-summary {
    background: #f8f8f8;
    padding: 22px 27px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 30px;
}

.checkout-index-index .cart.table-wrapper .cart thead tr th.col.item {
    text-align: left;
}

.checkout-index-index .cart.table-wrapper .cart thead tr th.col {
    text-align: center;
}

.checkout-index-index .cart.table-wrapper td.item-actions {
    display: inline-table;
    vertical-align: middle!important;
}

.form.payments .payment-method-title.field.choice {
    display: none;
}

.checkout-payment-method .billing-address-same-as-shipping-block {
    display: inline-flex;
}

.checkout-payment-method .billing-address-same-as-shipping-block label {
    margin-left: 10px;
}

#checkout-shipping-method-load th.col.col-method, #checkout-shipping-method-load th.col.col-carrier {
    display: none;
}

.opc-block-summary tr.totals.shipping.excl .mark .value {
    display: none;
}

.checkout-cart-index .cart-summary #block-shipping, .checkout-cart-index .cart-summary #block-summary, .checkout-cart-index .cart-summary .totals.shipping.excl {
    display: none;
}

/*texto adicional envio suecia */
td#label_carrier_flatrate_flatrate {
    /*display: block;
		width: calc(100% + 80px);
		padding-top: 80px;
	margin-left: -80px;*/
}

td#label_method_flatrate_flatrate {
    min-width: 140px;
}

/****************************************/
.checkout-cart-index .cart.table-wrapper .product-item-name > a {
    color: #666;
    font-weight: 600;
}

.checkout-cart-index .cart.table-wrapper .col.subtotal .price {
    color: #666;
}

.checkout-cart-index .cart-totals, .opc-block-summary .table-totals {
    border-top: none;
    padding-top: 5px;
}

.checkout-cart-index .cart.table-wrapper .item .col.item {
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 1px;
}

.checkout-cart-index .cart.table-wrapper .cart > .item {
    border-bottom: 0;
    border-top: 0;
}

.checkout-cart-index tr.item-info {
    border-bottom: 1px solid #ccc;
}

.shipping-policy-block.field-tooltip span {
    color: #ffa100;
}

.field-tooltip-content span {
    color: #333!important;
}

.form.methods-shipping th.col.col-price {
    display: none;
}

.form.methods-shipping td.col.col-price {
    display: none;
}

.table-checkout-shipping-method tbody td:first-child {
    padding-left: 30px;
}

.shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 50vw;
    max-height: 500px;
    overflow-y: scroll;
}

.shipping-policy-block.field-tooltip .condiciones-entrega br {
    display: none;
}

.box-tocart .action.tocart span::before {
    content: '\e87f';
    font-family: 'porto-icons';
    margin-right: 7px;
    font-size: 16px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
}

.customer-account-index .block .block-title {
    color: #333333;
    text-transform: uppercase;
}

.customer-account-index .box .box-title {
    color: #515151;
    font-weight: 600;
    text-transform: inherit;
}

.account .column.main {
    border: 1px solid #ddd;
}

.account .column.main >div:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.account .block-title {
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.block-content.info-adicional .box-title, .block-content.info-adicional .box-content {
    padding-left: 15px;
}

.block-content.info-adicional .box-title {
    margin-bottom: 10px;
}

/*info de la cuenta */
.account .fieldset>.legend {
    color: #414141 !important;
    font-weight: 600;
}

.form-edit-account fieldset.fieldset.info {
    width: 100%;
}

.account .column.main form {
    margin-top: 0;
    padding-top: 0;
}

.field.field-name-firstname.required {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}

.field.field-name-lastname.required {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
}

.area-customer label, .bloque-campos-adicionales .field label {
    font-weight: 600;
}

.bloque-campos-adicionales input {
    background-color: #f8f8f8;
    border-color: #ccc!important;
}

.form-edit-account .fieldset.password {
    float: left!important;
    width: 100%;
}

.form-edit-account .fieldset.password div.field {
    width: 50%;
    float: left;
    padding-right: 10px;
}

/*libreta direcciones */
.account .block.block-addresses-list .block-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

/*mis pedidos */
.table-wrapper.orders-history {
    margin-top: -15px;
}

/* ver pedido */
.account .column.main .order-details-items {
    border-left: none;
    border-right: none;
}

.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 33%;
}

.account .box.box-order-billing-method {
    display: none;
}

.order-links .item strong {
    border-left: none;
}

.account .block.block-order-details-view {
    margin-bottom: 0;
    padding-bottom: 0!important;
}

.block-order-details-view.info-adicional .block-title, .block-order-details-view.info-adicional .block-content {
    padding-left: 15px;
}

.block-order-details-view.info-adicional .box-content {
    margin-bottom: 15px;
}

.block-order-details-view.info-adicional .box-title {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    border-radius: 0;
}

/* login*/
.account .block .title strong {
    font-size: 18px;
}

.fieldset label.label {
    padding-left: 0;
}

.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    font-weight: 600;
    font-size: 14px;
}

.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    margin: 0 0 0;
    display: inline-block;
}

.fieldset > .field.choice {
    margin: 0 0 14px;
}

.actions-toolbar .secondary a.action {
    margin-top: 28px;
}

button.action.login.primary {
    margin-top: 20px;
}

.customer-account-login.page-layout-1column .block-content {
    border: 1px solid #ccc;
    padding: 30px;
    padding-bottom: 10px;
}

.header .block-search .block-content {
    border: none;
    padding: 0;
    display: flex;
}

a.action {
    text-transform: initial;
    color: #ffa100;
    font-size: 14px !important;
}

.cart.main.actions .action.continue {
    float: left;
}

.cart.table-wrapper .product-item-name {
    margin-top: 0;
    font-size: 14px;
}

.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after {
    content: '*';
    color: #ffa100;
    font-size: 1.2rem;
    margin: 0 0 0 4.5px;
}

.login-container .fieldset:after {
    margin: 9px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #ffa100;
    font-size: 1.2rem;
}

/* Version de checkout un pagina */
/*	ul.opc-progress-bar {
	display: none;
	}
	
	div#checkout-step-shipping_method {
	display: none;
	}
*/
/* DARK VERSION ADD TO CART */
.minicart-wrapper .product-image-container {
    background-color: transparent;
}

.minicart-wrapper .block-minicart {
    background-color: #ffffff;
    color: #ccc;
    border-color: #ccc!important;
    max-height: calc(100vh - 51px);
    margin-top: 0px!important;
    overflow-y: auto!important;
}

.sticky-header .minicart-wrapper .block-minicart {
    top: 41px;
}

.page-header.header-newskin .minicart-wrapper .block-minicart::before {
    border-color: transparent transparent #333 transparent;
}

.page-header.header-newskin .minicart-wrapper .block-minicart::after {
    border-color: transparent transparent #545454 transparent;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 17px;
    font-weight: 700;
    color: #fff!important;
    padding-left: 10px!important;
    margin-left: 0!important;
}

.block-minicart input {
    background: #ffffff;
    background-clip: border-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 13px;
    height: 25px;
    line-height: 1.4;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    margin-left: 13px;
}

.block-minicart .minicart-price .price {
    color: #fff;
}

.block-minicart .items-total .count {
    color: #fff !important;
}

#btn-minicart-close::before {
    color: #ffa100 !important;
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #666;
}

.minicart-wrapper .block-minicart {
    color: #000!important;
}

.minicart-wrapper a.action.viewcart:hover {
    border-color: #ffa100!important;
    color: #ffa100;
}

.minicart-wrapper a.action.edit {
    display: none;
}

.minicart-wrapper .action.delete.carrito:before {
    webkit-font-smoothing: antialiased;
    font-size: 23px;
    font-family: FontAwesome;
    content: "\f1f8";
}

.minicart-items .product-item {
    padding: 8px 0 8px 0;
}

.minicart-items .product-item-details {
    padding-top: 0;
}

.minicart-items .price-container .price {
    font-size: 16px;
}

/* fast order pedido rapido */
.bloque-fast-order .input-box input {
    width: 80%!important;
}

.bloque-fast-order .input-box button {
    float: right;
    width: 19%;
    height: 38px;
}

.bss-sample-csv.btn.action.primary {
    margin-left: 10px;
    padding-top: 5px!important;
}

#bss-fastorder-form .bss-search-input {
    max-width: 100%;
}

/* FORMULARIOS  HUBSPOT*/
/* contacto Formulario de contacto */
/*formulario en 2 columnas */
.formulario-hubspot form > div {
    display: inline-block;
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
}

.formulario-hubspot .hs-dependent-field {
    display: block!important;
    float: left;
}

/* formulario en 1 columna form-one-column */
.form-one-column .formulario-hubspot form > div {
    width: 100%!important;
}

/*****/
.formulario-hubspot .hs_submit.hs-submit {
    width: 100%!important;
}

.formulario-hubspot ul {
    list-style: none;
}

.formulario-hubspot form label {
    margin-top: 10px;
}

.formulario-hubspot .hs-form-field input[type=checkbox] {
    width: auto!important;
    margin-right: 10px!important;
}

.formulario-hubspot ul.hs-error-msgs.inputs-list[role=alert] {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.formulario-hubspot ul.hs-error-msgs.inputs-list[role=alert] label {
    display: block;
    font-weight: 400;
    color: #bf6464;
    font-size: 1.2rem;
    margin-top: 5px;
}

.formulario-hubspot .actions {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.formulario-hubspot input.hs-button.primary.large {
    margin: 0 auto;
    min-width: 150px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    min-height: 38px;
}

.formulario-hubspot select {
    line-height: 17px!important;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #000;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0px;
}

.formulario-hubspot select option {
    color: #333;
}

ul.inputs-list.multi-container {
    padding-top: 10px;
}

.hs_en_que_podemos_ayudarte_.hs-en_que_podemos_ayudarte_ + div {
    width: 100%;
    margin: 0 auto;
}

/* formulario newsletter */
.footer .news-form ul.hs-error-msgs.inputs-list[role=alert] label {
    display: block;
    width: 100%;
}

.footer .news-form .input {
    width: calc(100% - 100px);
    float: left;
}



.footer .news-form ul.hs-error-msgs.inputs-list {
    float: left;
}

.footer .hs_email.field.hs-form-field label {
    display: none;
}

.footer ul.hs-error-msgs.inputs-list[role=alert] label {
    display: block;
    font-weight: 400;
    color: #bf6464;
    font-size: 1.2rem;
    margin-top: 0px;
    width: 100%;
}

/* politica de privacidad */
.hs_acepto_la_a_href_esp_televes_com_politica_de_privacidad_a_.field ul {
    list-style: none;
    padding-left: 0px;
}

.hs_acepto_la_a_href_esp_televes_com_politica_de_privacidad_a_.field {
    width: 100%;
    display: inline-block;
}

.hs_acepto_la_a_href_esp_televes_com_politica_de_privacidad_a_.field input {
    margin-right: 10px;
}

.footer .hs_acepto_la_a_href_esp_televes_com_politica_de_privacidad_a_.field {
    float: left;
}

/* wishlist */
/* pestañas */ 
ul.tabs {
    display: flex;
    margin: 0;
    list-style-type: none;
    text-align: left;
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    height: auto;
    white-space: nowrap;
    padding-left: 0px;
    padding-right : 0px;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
}

ul.tabs li {
    margin: 0;
}

ul.tabs li a {
    font: inherit;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: none;
    border-bottom-color: #B7B7B7;
    color: #333;
    background: #fff;
    border-radius: 0;
    outline: none;
    display: inline-block;
    border-top: 3px solid transparent;
}

ul.tabs li a:visited {
    color: #333333;
}

ul.tabs li a:hover {
    background: #ffffff;
    color: #333;
    border: none;
    border-top: 3px solid transparent;
}

ul.tabs li.selected a, ul.tabs li.selected a:hover {
    position: relative;
    font-weight: bold;
    background: #f8f8f8;
    border-top: 3px solid #ffa100;
    border-bottom-color: #f1f1f1
}

ul.tabs li.selected a:hover {
    text-decoration: none;
}

div.tabcontents {
    border: none;
    padding: 20px;
}

/* fin tabs*/
form#wishlist-form-validation {
    padding-left: 20px;
    padding-right: 20px;
}

#tabcontents .wltable {
    padding-top: 20px;
}

.products-grid.wishlist .product-image-photo {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    height: auto;
    width: 65%;
}

.products-grid.wishlist .product-item .fieldset .product-item-actions, .products-grid.wishlist .tooltip.wrapper.product-item-tooltip {
    display: block;
    height: 20px;
    width: 100%;
}

.wishlist-index-index .lista-deseos .product-item-info {
    padding: 15px;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.wishlist-index-index .lista-deseos:hover {
    box-shadow: none;
    background-color: #f8f8f8;
    padding: 15px;
}

.wishlist-index-index .lista-deseos:hover .product-image-photo {
    background-color: #fff;
}

.products-grid.wishlist .product-image-wrapper {
    padding-bottom: 0!important;
    height: 125px!important;
    display: flex!important;
}

.products-grid.wishlist .product-item-name {
    font-size: 16px;
    font-weight: 600;
}

.products-grid.wishlist .price-box .price {
    font-size: 16px;
}

.products-grid.wishlist .price-box.price-final_price {
    display: none;
}

.wishlist-index-index .products-grid .product-item .product-item-inner {
    padding: 0px;
}

.products-grid.wishlist span.action.details.tooltip {
    font-size: 14px;
    font-weight: 600;
}

.products-grid.wishlist .tooltip {
    opacity: 1;
    padding-bottom: 2px;
    padding-left: 5px;
    display: block;
    width: 100%;
}

.products-grid.wishlist .tooltip.wrapper .tooltip.content {
    background: #ffffff;
    padding: 0;
    text-align: left;
    margin-top: 6px;
    width: 100%;
    left: -3px;
}

.products-grid.wishlist .tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.products-grid.wishlist .field.comment-box label {
    display: none;
}

.products-grid.wishlist .fieldset > .field.qty > .label, .nested.options-list > .field.qty > .label {
    display: inline;
}

.products-grid.wishlist dt.label {
    width: 80%;
    float: left;
    margin-top: 0!important;
    padding-top: 0;
}

.products-grid.wishlist dd.values {
    width: 20%;
    float: left;
    margin-top: 0!important;
    padding-top: 0;
}

.products-grid.wishlist .box-tocart {
    margin: 0;
    padding-bottom: 10px;
}

.products-grid.wishlist .lista-deseos .actions-primary {
    width: 100%;
}

.products-grid.wishlist .product-item-actions {
    margin: 0;
}

.products-grid.wishlist .product-item-actions > * {
    width: auto;
}

.product-item-actions a {
    color: #666;
    padding: 0;
}

.product-item-actions a:hover {
    font-weight: 600;
    color: #ffa100;
}

#wishlist-view-form .actions-toolbar button {
    padding: 0px 10px;
}

.products-grid.wishlist .actions-toolbar .primary {
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 20px;
}

/* whislist emergente */
button#wishlist_create {
    margin-right: 10px;
    position: relative;
    top: 2px;
    float: left;
    background: #ffa100;
    border-color: #ffa100;
    color: #fff;
    width: 100%;
}

#create_wishlist .content {
    width: 100%;
}

input#new_wlname {
    width: 100%;
    max-width: 100%;
}

.fancybox-close:before {
    display: none;
}

/* whislist share */
form.wishlist.share {
    padding-left: 15px;
    padding-right: 15px;
}

form.shared.wishlist span.product-image-wrapper {
    padding-bottom: 100px!important;
}

form.shared.wishlist .product-image-photo {
    max-height: 100px!important;
    width: auto;
}

form.shared.wishlist .wishlist.table-wrapper {
    border-bottom: 3px solid #ccc;
}

/*Protección de datos */ 
.proteccion-datos-todo h3 {
    margin-top: 40px;
}

.proteccion-datos-todo h4 {
    margin-top: 30px;
}

ol.ol_letters {
    list-style-type: lower-latin;
}

/*sitemap*/
/*.page-sitemap .bloque-distribucion{
	column-count: 3;
}*/
.page-sitemap ul {
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: -10px;
}

.page-sitemap ul li {
    list-style: none;
}

.page-sitemap h3 {
    color: #ffa100;
    font-weight: 300;
}

.page-sitemap .divider {
    margin-top: -6px;
}

.page-sitemap ul li a {
    font-weight: bold;
    color: #666;
}

.page-sitemap ul li ul li a {
    font-weight: normal;
    color: inherit;
}

.page-sitemap ul li a:hover, .page-sitemap ul li ul li a:hover {
    color: #ffa100;
}

.page-sitemap li.menu-item.level1.menu-parent-item:first-child {
    margin-top: 8px;
}

.page-sitemap li.menu-item.level0 ul {
    padding: 0 1em;
    list-style: none;
    margin-left: 0px;
    margin-bottom: 35px;
    margin-top: -12px;
}

.page-sitemap li.menu-item.level1 a:before {
    content: "";
    border-color: transparent #ffa100;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.1em;
    position: relative;
}

.page-sitemap li.menu-item.level1 {
    margin-bottom: -6px;
}

.tamanoFichero {
    font-style: italic;
    font-weight: 600;
}

/* Footer */
/* fix border bottom FAQs*/
.toggle .toggle:last-child .toggle-content {
    border-bottom:1px solid #ccc!important;
}

table.grouped .product-item-name {
    display: flow-root!important;
}

div#countdown {
    display: none;
}

.section-ficha .ribbon span {
    font-size: 9px;
}

#barraaceptacion {
    z-index: 9999999;
}

.news-form .hbspt-form {
    display: flex;
    flex-direction: column;
}

.footer .news-form .input {
    width: 100%;
}

.news-form .hs_country_new label {
    display: none;
}



.footer form input[type="submit"]:hover, .footer form input:focus, .footer form textarea:focus {
    background-color: rgba(0,0,0,.3)!important;
    color: #fff;
}

.news-form .submitted-message {
    border: 1px #ffffff;
    padding: 10px;
    border-style: dashed;
    padding-bottom: 0;
}

.footer .news-form form input[type="submit"]:hover {
    background-color: #ffa100!important;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #ffa100;
}

.row.descarga-app h3 {
    line-height: inherit;
}

.descarga-app {
    margin: 10px 35px 0 0px;
    display: flex;
    flex-wrap: wrap;
}

.descarga-app h3 {
    font-size: 23px;
    color: #333333;
    padding-top: 20px;
    font-weight: 600;
    width: 100%;
}

.google-badge {
    margin-left: -15px!important;
}

.apple-badge {
    max-width: 195px!important;
    width: auto!important;
    max-height: 77.39px!important;
}

.google-badge {
    max-width: 200px!important;
    width: auto!important;
    max-height: 95px!important;
}

.melindres {
    position: relative;
    width: 100vw;
    font-size: 1.3rem;
    line-height: 1.4rem;
    z-index: 999999;
}

.cms-fast-order .messages {
    padding: 0;
}

#bss-fastorder-form table thead .bss-fastorder-row {
    display: table-row;
}

#bss-fastorder-form table thead .bss-fastorder-row th {
    color: #000;
    font-weight: bold;
    text-transform: none;
}

#bss-fastorder-form table td {
    padding: 8px;
    text-align: center;
}

#bss-fastorder-form .bss-search-input {
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    font-size: 13px;
    padding: 10px;
}

#bss-fastorder-form table .bss-fastorder-row-ref {
    width: 40%;
}

#bss-fastorder-form .bss-sample-csv {
    padding: inherit;
    float: left;
    line-height: 26px;
    color: #666;
    font-style: normal;
}

#bss-fastorder-form .bss-file-upload .bss-upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}

#bss-fastorder-form .bss-file-upload:hover {
    padding: 7px 15px;
}

#bss-fastorder-form .bss-fastorder-row-qty {
    text-align: center;
}

#bss-fastorder-form .bss-fastorder-row-qty .qty {
    border: 1px solid #ccc;
}

#bss-fastorder-form .bss-fastorder-autocomplete {
    position: absolute;
    background-color: #fff;
    width: 254px;
    text-align: -webkit-auto;
    z-index: 10;
    top: 0;
}

#bss-fastorder-form .table-wrapper {
    overflow-x: visible;
}

#bss-fastorder-form .bss-fastorder-row-name .bss-product-baseprice {
    display: none;
}

#bss-fastorder-form .bss-fastorder-autocomplete ul {
    list-style: none outside none !important;
    padding-left: 0;
    border: 1px solid #C2C2C2;
    margin-bottom: 0;
}

#bss-fastorder-form .bss-fastorder-autocomplete ul li {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 0;
}

#bss-fastorder-form .bss-fastorder-autocomplete ul li:hover {
    background-color: #E7BCB6;
}

#bss-fastorder-form .bss-fastorder-autocomplete ul li a {
    text-decoration: none;
}

#bss-fastorder-form .bss-fastorder-autocomplete ul li img {
    float: left;
    margin-right: 10px;
    width: 50px;
}

#bss-fastorder-form .bss-fastorder-autocomplete ul li .bss-product-price .bss-price {
    font-weight: 600;
    color: #000;
}

#bss-fastorder-form .bss-fastorder-autocomplete ul li .bss-product-price .bss-price:after {
    clear: both;
    content: '';
}

#bss-fastorder-form .bss-fastorder-autocomplete ul li .bss-product-sku {
    color: #000;
}

#bss-fastorder-form .bss-fastorder-autocomplete ul li .bss-product-price {
    text-align: right;
}

#bss-fastorder-form .bss-fastorder-autocomplete ul li .bss-product-sku .type:after {
    content: '#:';
}

#bss-fastorder-form .bss-fastorder-autocomplete ul li .bss-product-info .bss-highlight {
    color: #ff0000;
    font-weight: bold;
}

/*rsc section*/
.rsc a.btn {
    padding: 15px 60px;
    height: auto;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.rsc .color-g10 {
    display: flex;
}

.rsc .object-imag {
    min-height: 200px;
    flex: 1;
    padding: 0;
}

.rsc .object-imag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bg-button-rsc {
    background-image: url(https://docs.televes.com/web/rsc/rsc-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 768px) {
    .rsc .color-g10 {
        flex-flow: column;
    }

    .rsc .object-imag.order-2 {
        order: 2;
    }

    .rsc .object-imag {
        flex: none!important;
        height: 200px;
    }
}

/*rsc section*/
/*medias*/
@media (max-width: 1485px) {
    .breadcrumbs {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .mini3-container {
        height: 221px;
    }

    /* cms sector privado publico iluminacion profesional*/
    .col-sm-6.nopadding {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

@media only screen and (max-width: 1195px) {
    .checkout-index-index .opc-wrapper .shipping-address-item {
        width: 47%!important;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 10px!important;
        margin-right: 0!important;
    }
}

@media only screen and (max-width: 992px) {
    #header.fixed {
        position:absolute;
    }

    #topNav div.nav-main-collapse {
        max-height: 100%;
    }

    #page-menu ul>li, #page-menu ul>li>a.submenu-seccion {
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    #page-menu.page-menu-color ul li {
        border-top: 1px solid #fff;
    }

    #page-menu ul {
        min-width: 300px;
    }

    #topNav div.submenu-dark li ul ul.dropdown-menu {
        position: relative;
        left: inherit;
        top: inherit;
    }

    #topNav div.submenu-dark li ul ul.dropdown-menu a {
        padding-left: 80px;
    }

    .columna-menu-02 {
        opacity: 1;
    }

    #topNav div.submenu-dark ul.dropdown-menu a.dropdown-toggle {
        background-image: none;
    }

    #topNav div.submenu-dark ul.dropdown-menu a.dropdown-toggle:after {
        display: block;
        content: "\f107";
        position: absolute;
        top: 50%;
        right: 10px;
        margin: -5px 0 0;
        font-family: FontAwesome;
        font-size: 12px;
        opacity: .3;
        line-height: 1em;
        -webkit-transition: -webkit-transform .2s ease-in;
        -moz-transition: -moz-transform .2s ease-in;
        -ms-transition: -ms-transform .2s ease-in;
        -o-transition: -o-transform .2s ease-in;
        transition: transform .2s ease-in;
    }

    #topNav div.submenu-dark ul.dropdown-menu .resp-active a.dropdown-toggle:after {
        display: block;
        content: "\f106";
        position: absolute;
        top: 17px;
        -webkit-transition: -webkit-transform .2s ease-in;
        -moz-transition: -moz-transform .2s ease-in;
        -ms-transition: -ms-transform .2s ease-in;
        -o-transition: -o-transform .2s ease-in;
        transition: transform .2s ease-in;
    }

    /*lineas arbol*/
    #topMain ul.lineas-arbol:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 18px;
        left: 44px;
        border-left: rgba(255,255,255,0.2) 1px dotted;
        z-index: 1;
    }

    #topMain ul.lineas-arbol li:before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        left: 44px;
        top: 18px;
        border-top: rgba(255,255,255,0.2) 1px dotted;
    }

    #topNav nav.nav-main li.resp-active > ul.dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    #page-menu-mobile {
        font-size: 23px;
        background-color: transparent;
        color: #333;
        margin-right: -2px!important;
        border: none;
    }

    .bloque-videos .titulo-video {
        min-height: auto;
    }

    /*form div.col-xs-6>.btn-buscar{
		margin-top: 10px!important;
	}*/
}

@media only screen and (max-width: 980px) {
    .mini3-container {
        height: 232px;
    }
}

@media only screen and (max-width: 770px) {
    .mini3-container {
        height: 360px;
    }

    .formulario-hubspot .hs-form-field, .formulario-hubspot .hs-form-field input {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 5px;
    }

    .formulario-hubspot .hs-dependent-field {
        display: block!important;
        float: left;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .resultados-busqueda.grid .product-item {
        width: calc(100% * (1/2) - 10px - 1px);
        max-width: calc(100vw * (1/2) - 10px - 1px);
    }
}

@media only screen and (max-width: 480px) {
    .mini3-container {
        height: 437px;
    }

    .resultados-busqueda.grid .product-item {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 460px) {
    .col-xxs-2 {
        width: 50%;
    }

    section div.row > div {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 800px) {
    .actions-fastorder .col-sm-6.col-xs-12 button, .actions-fastorder .col-sm-6.col-xs-12 .bss-file-upload, .actions-fastorder .col-sm-6.col-xs-12 .bss-sample-csv {
        width: 100%;
        margin: 0 auto;
    }

    .actions-fastorder .pull-right {
        float: left !important;
        width: 100%;
    }
}

@media only screen and (max-width: 769px) {
    .subsecciones .col-md-5th.col-sm-5th {
        width: 33%;
        float: left;
        display: block;
    }
}

@media (min-width: 768px) {
    /** sticky-header */ .page-header.sticky-header.type19 .nav-sections {
        background-color: #ffffff;
        padding: 0!important;
    }

    .navigation {
        max-width: 1200px!important;
        padding: 15px 0;
    }

    .page-header.type19 .minicart-wrapper {
        margin-right: 0!important;
    }

    .sticky-header .logo {
        margin: 0!important;
    }

 
    header.page-header.sticky-header .navigation {
        padding: 0;
    }

    header.page-header.sticky-header .navigation ul {
        padding-top: 15px;
        width: 86%;
    }

    /******/
}

@media only screen and (max-width: 768px) {
    .product.data.items {
        margin: 0;
        width: 100%;
    }

    .row-eq-height {
        display: block;
    }

    .bloque-redcomercial .row-eq-height .col-sm-4 {
        max-width: 100%;
    }

    .bloque-info ul.process-steps.nav.nav-tabs.nav-justified li {
        display: inline;
    }

    section div.bg-idioma>div>div {
        margin-bottom: 0;
    }

    .texto-2-columnas {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }

    .bloque-buscar div.row> div {
        margin-top: 5px!important;
        margin-bottom: 0px!important;
    }

    div.toggle {
        margin: 0px 0 0;
    }

    .header .nav-toggle:before {
        color: #000;
    }

    .header .nav-toggle {
    }

    #search_mini_form {
        margin-bottom: 0;
        position: absolute;
        right: 290px;
    }

    .block.block-search {
        display: none;
    }
}

#search_mini_form label {
    display: none;
}

.block-search .control {
    margin: 0;
    padding: 0;
}

.block-search .action.search:before {
    color: #000000 !important;
    width: 37px;
    content: "\f149";
    /* icono tipo enter */
    font-family: "FontAwesome";
    transform: rotate(90deg);
    pointer-events: none;
    font-size: 20px;
}

.page-header.type19 .logo img {
    width: 111px;
    margin: 0;
}

.page-header.type19 .block-search .label {
    float: right;
    margin-right: 0;
    padding-top: 3px;
}

.page-header.type19 .search-area {
    float: right;
    padding-top: 0;
    height: 45px;
    margin-right: 15px;
    margin-top: 0;
}

.page-header.type19 .block-search .label:before {
    color: #000000;
}

form#search_mini_form .actions {
    position: relative;
    width: 46px;
    height: 45px;
    background-color: #ebebeb;
}

form#search_mini_form .actions:hover {
    background-color: #ffa100;
    cursor: pointer;
}

form#search_mini_form .actions:hover button::before {
    color: #fff!important;
}

form#search_mini_form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

form#search_mini_form .field.search {
    display: flex;
    position: relative;
    width: calc( 100% - 30px);
}

/* -------------------------------------------- */
/* ATD */
.list-group {
    border-radius: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .075);
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    text-shadow: 0 0px 0 #ffffff;
}

/* -- LAYOUT.CSS -- */
section {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: block;
    padding: 80px 0;
    position: relative;
    transition: all 0.4s ease 0s;
}

section.theme-color, section.theme-color h1, section.theme-color h2, section.theme-color h3, section.theme-color h4, section.theme-color h5, section.theme-color h6, section.theme- p, section.dark, section.dark p, section.dark h1, section.dark h2, section.dark h3, section.dark h4, section.dark h5, section.dark h6 {
    color: #fff;
}

section.dark {
    background-color: #212121;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-layout-1column.page-with-filter .column.main {
    padding-top: 0;
}

/* menu movil */
#topNav .container {
    padding: 0;
}

.section-items.nav-sections-items {
    background-color: #fff;
}

#topNav {
    padding-top: 0!important;
    background: #fff !important;
    max-height: none;
}

.navigation .submenu:not(:first-child) ul {
    display: inline-grid;
    padding-left: 0;
}

.submenu-dark ul {
    width: 100%;
}

.submenu-dark ul ul {
    padding-left: 15px;
}

ul.dropdown-menu.lineas-arbol.has-topBar {
    background-color: #fff!important;
    text-indent: 15px !important;
    text-transform: initial;
}

#topNav ul.dropdown-menu, .dropdown-menu {
    webkit-box-shadow: none;
    box-shadow: none;
}

ul.nav li.level1> a:before {
    display: none!important;
}

.lineas-arbol.has-topBar {
    text-transform: uppercase;
}

.subchildmenu {
    width: 100%;
}

.subchildmenu .ui-menu-item.level1 {
    padding-left: 15px;
}

/*variante V2 */
.menu-v2 .subchildmenu .ui-menu-item.level1 {
    padding-left: 5px;
}

.navigation li.level0 > a.ui-state-active + .submenu, .navigation li.level0 > a.ui-state-active {
    background-color: #fff;
}

.level0.classic.parent .level1 {
    text-transform: uppercase;
}

.level0.classic.parent .level1 li {
    text-transform: initial;
    text-indent: 15px;
}

/*variante V2 */
.level0.classic.parent.menu-v2 .level1 li {
    text-indent: 25px!important;
}

.menu-v2 .menu-producto li.ui-menu-item.level1.parent > a {
    margin-left: -14px;
    text-transform: uppercase;
}

.menu-v2 .level1.first li:hover {
    border-color: transparent!important;
    background-color: #212121!important;
}

.menu-v2 .level1.first .ui-menu-item.level2:hover {
    border-left: 3px #ffa100 solid!important;
    background-color: #212121!important;
}

/*acount info */
.form-edit-account fieldset.password div.field, .form-edit-account .fieldset.info div.field {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

/* hovers*/
ul.nav li.level3:hover, ul.nav li.level2:hover {
    border-left: 3px transparent solid;
}

footer .redes-sociales {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .row>div {
    margin-bottom: 30px;
}

footer .direccion-footer {
    text-align: center!important;
    margin-top: 120px!important;
}

/* checkout page*/
.checkout-index-index .opc-estimated-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.checkout-index-index .opc-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.checkout-index-index .opc-wrapper .shipping-address-item {
    width: 100%!important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0!important;
    margin-right: 0!important;
}

.shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 80vw;
}

.hospitality .col-sm-2.mas:before {
    padding-top: 94px;
}

.hospitality .grafico-hospitality .mas:nth-child(7):before, .hospitality .grafico-hospitality .mas:nth-child(4):before {
    display: none;
}

.hospitality .reveal-text {
    opacity: 1;
}

section div.row.grafico-hospitality>div {
    margin-bottom: 0;
}

/* lista de deseop wishlist */
.products-grid.wishlist .lista-deseos .actions-primary {
    margin-top: 8px;
}

/*flechas carousel */
.rrhh .left.carousel-control .btn-flecha {
    left: 13px;
}

.rrhh .right.carousel-control .btn-flecha {
    right: 13px;
}

/* valores-corporativos */
#madein .mix-grid .row {
    margin-bottom: 0px;
}

.cms-la-corporacion .col-xs-4.col-sm-2 {
    padding: 0;
}
}

@media only screen and (max-width: 767px) {
    .page-header.type19 .panel.wrapper {
        display: none;
    }

    .page-header.type19 .logo {
    }

    header.page-header .nav-sections-item-title {
        background-color: #fff;
    }

    header.page-header .nav-sections-item-title.active {
        background: #d3d3d3;
    }

    .page-header.header-newskin .navigation .level0 a:hover {
        background-color: transparent;
        color: #000;
    }

    .navigation a:hover, .nav-sections .header.links a:hover {
        color: #000 !important;
    }

    div.side-nav ul {
        display: block;
        max-height: 350px;
        overflow-y: auto;
        margin-bottom: 30px;
    }

    /*testimonios */
    .rrhh .testimonial {
        display: block!important;
    }

    /* submenu documentacion circulos */
    .circulos-xs {
        border-top: 1px solid lightgray;
        margin-top: 20px;
        background-color: #f8f8f8;
    }

    .circulos-xs .col-md-5th {
        width: 100%!important;
        float: left;
        display: block;
        border-bottom: 1px dotted lightgray;
        margin: 0;
        border-left: 3px solid transparent!important;
    }

    .circulos-xs .col-md-5th.active, .circulos-xs .col-md-5th:hover {
        background-color: #E8E8E8 !important;
        border-left: 3px solid #ffa100 !important;
    }

    .circulos-xs .col-md-5th .box-icon {
        margin: 10px;
    }

    .circulos-xs .col-md-5th .box-icon a {
        text-align: left!important;
    }

    .circulos-xs .col-md-5th .box-icon i {
        display: none;
    }

    .circulos-xs h2 {
        font-size: 16px!important;
        font-weight: 500!important;
    }

    .circulos-xs .active h2 {
        font-weight: 700!important;
    }

    /*Resumen carrito checkout/cart/index */
    .cart.table-wrapper .actions-toolbar {
        border-top: 1px solid #ccc;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
    }

    /* cupon descuento coupon */
    .cart-discount {
        width: 100%;
        margin-bottom: 20px;
    }

    .cart-summary {
        width: 100%;
    }
}

@media only screen and (max-width: 639px) {
    .table-wrapper.grouped {
        overflow: initial;
    }

    .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
        display: table-cell;
        padding: 4.5px 9px;
        border-bottom: none;
    }

    .bloque-fast-order .input-box input {
        width: 80%!important;
        float: none!important;
    }

    #bss-fastorder-form .bss-fastorder-row-qty input {
        width: 20%;
    }

    #bss-fastorder-form .bss-sample-csv {
        top: 0;
    }

    #bss-fastorder-form table td {
        text-align: left;
    }

    #bss-fastorder-form table td:before {
        padding: 0 9px 0 0;
        text-transform: none;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #444444;
        font-weight: 700;
    }

    #bss-fastorder-form table td.bss-fastorder-row-qty {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-right: 1px solid #eee;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }

    #bss-fastorder-form table td.bss-fastorder-row-price {
        display: block;
        width: 100%;
        border: none;
        position: relative;
        top: 0;
        margin-left: 0;
    }

    #bss-fastorder-form table td.bss-fastorder-row-unitprice {
        border-bottom: 1px solid #ccc;
    }

    /* Titulo banner seccion catalogo*/
    .texto-banner-top, .banner-main h1.titulo-seccion.size-50 {
        font-size: 31px!important;
    }

    .listado-descargas li a {
        min-width: 100%;
    }
}

/* XS /*/
@media (max-width: 480px) {
    .bloque-info ul.process-steps.nav.nav-tabs.nav-justified li {
        display: inline!important;
    }

    .footer-1, .footer-2, .footer-3, .footer-4 {
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 425px) {
    .panel.header .links, .panel.header .switcher {
        display: block;
    }

    .header.panel > .header.links {
        float: none;
    }

    .panel.header .links, .panel.header .switcher {
        display: inline;
        width: 50px;
        margin-right: 20px;
    }

    .page-header.type19 .logo img {
        max-width: 120px;
        max-height: 100%;
        width: 120px;
    }

    .page-header.type19 .block-search .label {
        float: right;
        margin-right: 0;
        margin-top: 6px;
    }
	.panel.header {
    display: none;
	}
}
