/* CUSTOM-TELEVES.CSS */

/* cambio****/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');


/*** 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;
}

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;
}

/* 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;
}
/* min width para páginas de magento*/
body.checkout-index-index main,
body.checkout-cart-index main,
body.account main {
    max-width: 1200px!important;
}

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

/*** 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: #f6a400!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 #F6a400!important;
}

/*** 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: #f6a400!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-raleway {
    font-family: "Raleway"!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:#f6a400;
}
.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: #f6a400;
    border: none;
    color: #fff;
}

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

}

html,body {
    height:100%;
}

h5.texto-banner-top ,
h1.texto-banner-top { /* texto de los banners de las páginas estáticas*/
    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;
}
/* tamaños letra*/
.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 #f6a400;
    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: #f6a400;
    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, #f6a400, #f6a400 10px, #bd6f27 10px, #fd8414 20px);
    box-shadow: inset 0px 0px 20px 100px #f6a400b8, 0px 28px 20px -22px #8f8f8f;
    -webkit-box-shadow: inset 0px 0px 20px 100px #f6a400b8, 0px 13px 50px -18px #8f8f8f;
    -moz-box-shadow: inset 0px 0px 20px 100px #f6a400b8, 0px 13px 50px -18px #8f8f8f;
    -o-box-shadow: inset 0px 0px 20px 100px #f6a400b8, 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;
}





.action.primary, .action.primary:active {
    font-family: "Open Sans"!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 #f6a400;
    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:#f6a400;
}

.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: #F6A400!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: #F6A400 !important;
    border-color: #F6A400!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 #f6a400;
	
}



/* top nav links */

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


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

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

/* Menú */

.customer-name span:hover{
    color: #fff;
    cursor:pointer;
}

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

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

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

.customer-menu ul.header.links li:hover {
    border-left: 3px #F6A400 solid!important;
    background-color: #212121!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 {
    height: 35px!important;
    padding-top: 5px;
}

header.type19 .block-search input {
    height: 55px!important;
}
/*
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 #F6A400 solid;
    background-color: #212121!important;
}



.page-header.header-newskin .navigation .level0:hover > .level-top {
    background-color: #121212!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 */

.sticky-header .search-area {
	
	height: 30px !important;
	width: 30px;

}
.sticky-header .search-area a {

	padding: 0;
	margin: 0;
	margin-top: -10px;

}
.page-header.type19 .minicart-wrapper {
	right: 10px !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;

}

.navigation.sw-megamenu a {

    padding-left: 10px!important;
}
.navigation.sw-megamenu ul a span{
    text-decoration: none!important;
    background-color: transparent!important;
    font-weight: 400!important;
}
.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 #F6A400 solid!important;
    background-color: #212121!important;
}
.navigation.sw-megamenu li > a > span:hover {
    background-color: transparent!important;
    color: #FFF !important;
}


.page-header.header-newskin .navigation .level0:hover > .level-top {
    background-color: #212121!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 #F6A400;
    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 #f6a400!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;
}

/* HOME PAGE */

/* slider */

.slider .tp-caption{
    text-shadow: none;
}

.banner-logo{
    width: 150px;
    height: auto;
}
.banner-titulo  {
    font-family: "Raleway"!important;
    font-weight: 900;
    font-size: 32px;
    line-height:30px;

}
.banner-descripcion {
    font-family: "Raleway"!important;
    font-weight: 400;
    font-size: 22px;
    line-height:25px!important;
}
.banner-titulo.font-noto,
.banner-descripcion.font-noto{
	 font-family: "Noto Sans"!important;
}

	.banner-pretitulo  {
		font-family: "Raleway"!important;
		font-weight: 500;
		font-size: 25px;
		line-height:30px;
		
	}
	.banner-descripcion-2 {
		font-family: "Raleway"!important;
		font-weight: 400;
		font-size: 18px;
		line-height:22px;
	}



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

.areas-empresa .box-icon i:before{
    font-size: 30px;

}

/* 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 */
/* GAMAS*/
/* Gama 1*/	

.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: "\f0da";
    color: #f6a400;*/
    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 #f6a400  !important;
    /* ATD */
    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 #f6a400 !important;
}





.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;
}


.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;
    /*margin-bottom: 20px;*/
}

.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;
}
/*border: 1px solid transparent;*/
.list-gamas-3 .columna:hover,
.anima-top:hover img{
    background-color:#F8F8F8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.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: #F6A400;
    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{
    border-top:1px solid lightgray;
}

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

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

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



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


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

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




.item-gama-4{
    margin-bottom:30px;
    border:1px solid lightgray;
    /*min-height: 730px;*/
    /*min-height: 620px;*/
}

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

.item-gama-4 h4,
.item-gama-4 h5,
.item-gama-4 .descripcion{
    /*width:90%;*/
    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;*/
}




/*
* 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{
        width: 163px!important;
        padding: 0!important;
        }*/


.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: calc(100% - 4px);*/
    height: 100% ;
    border-radius: 0;
    border-top: 4px solid #f6a400!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;
}



.item-gama-4 .toggle.active .toggle-content table{
    margin-bottom: 0;
}

.item-gama-4 .toggle.active .toggle-content.fixed{
    position: absolute;
    z-index: 999;
    background-color: #F8F8F8;
    border: 1px solid lightgray !important;
    width: calc(100% + -16px);
    margin-left: -1px;
    padding: 0;
    max-height: 400px;
    overflow: auto;

    -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 .toggle.active .toggle-content tr td:first-child a{
    color:#f6a400;
}

.item-gama-4 .toggle.active .toggle-content tr td a{
    font-size: 12px;
}

.item-gama-4 .toggle.active .toggle-content tr td{
    border-left: 2px solid transparent;
    margin-left: -2px;
    padding-left:20px;
}

.item-gama-4 .toggle.active .toggle-content tr td:hover{
    border-left: 2px solid #f6a400;
    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 .toggle.active .toggle-content{
    font-size: 12px;
}

.item-gama-4 .toggle label,
.item-gama-4 .toggle label:hover{
    margin-bottom: 0;
    background-color: #F8F8F8;
    color:white;
    font-size: 14px;
    color:#666;
}

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



/*
*Ficha
*/



.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;
}

.section-ficha{
    padding-top: 40px;
}


.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;
}


.tab-caracteristicas h4{
    margin-top: 35px;
    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;
}



.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: #f6a400!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;

}

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

}
.section-ficha .prices-tier.items .price-container .price{
    color: #f6a400!important;
    font-size: 15px!important;
    font-style: italic;
    font-weight: 600;
}
.section-ficha .row-tier-price ul.prices-tier .item:last-child{
    position: relative;
    margin-top: 0px;
}

table.grouped .price-box {

    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}

a#btn-imprimir-ficha {

    float: right;
}


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


/* 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;
}

.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: none;
    margin-top:0;
    padding: 0;
    width: auto;
    display: contents;
}

.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;
}

/* producto agrupado */

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

/*
* 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;

    margin-bottom: 15px;
    padding-left: 10px;
}

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

}

.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;
}


.listado-descargas li a:hover{
    border-radius: 4px;
    background-color: #f8f8f8;
    border-left: 3px solid #f6a400;
    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: #f6a400;
    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: #f6a400;
}

/* 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__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;
}
/* fichas avanzadas medidores etc*/
.funcionalidades h3 {
    margin-bottom: 0;
}

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

.funcionalidades .row:first-child {
    margin-top: 40px;
}
/* documentación gráfica */

.otra-doc-grafica .col-md-3 p {
    font-weight: 600;
    padding-bottom: 10px;
	font-size: 14px;
}

/* notas de aplicacion */

.notas-de-aplicacion p {
    margin-left: 30px;
    margin-right:30px;
    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;
}

/*
* 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: #F6A400;
    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: #f6a400 !important;
    z-index:1;
}

.timeline {
    border-left: 0.25em solid #f6a400;
    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: #f6a400!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 #f6a400;
  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: 'Open Sans',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: 'Open Sans',Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    font-weight:bold;
    font-size:12px;
    color:#333333;
}
.contenido {
    font-family: 'Open Sans',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: 'Open Sans',Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    font-size:10px;
    color:#333333;
}
.cabeceras {
    font-family: 'Open Sans',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: 'Open Sans',Arial,Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
    font-size:10px;
    color:#333333;
}
.titulo {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
    color:#ffffff;
    background-color:#666666;
    text-align:left;
}


.titulo1 {
    font-family: 'Open Sans',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: 'Open Sans',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: 'Open Sans',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: 'Open Sans',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: #f6a400;
    border-color: #f6a400;
    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;
}



/* 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 #f6a400;

}
.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 #f6a400;
    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: #f6a400;
    font-family: "Raleway";
    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;
}


/* 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: #f6a400;
}

.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: #f6a400;
}

.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:#f6a400;
    opacity: 1;
}
.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;
}
/*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: #f6a400;
    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: #f6a400;
    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:#f6a400!important;
}

/*Quienes somos */

.cms-valores-corporativos .texto-vertical-centrado{

    margin-top: -50px;

}

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


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

/*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(246,164,0,0.6);
    flex-direction: row;
    align-items: center;
}
.fecha-hito {
    font-size: 55px;
    font-family: 'Open Sans';
    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;
}	



/* 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:#f6a400;
    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: #f6a400;
}
.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: #f6a400;
}

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

}

div.heading-title.heading-border-bottom {
    border-bottom:#f6a400 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: #f6a400; 
    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:#f6a400;
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: #F6A400;
    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;
}
	/* 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: #f6a400;
	
	}
		
	.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: #f6a400;
	}
	
/* RED COMERCIAL */

.bloque-redcomercial .creacion-filial {
    padding-left: 15px;
    color: #F6A400;
    font-family: "Open Sans";
    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: #f6a400;
}

.coordenadas:hover{
    color:#f6a400;
}
/* Páginas de usuario 
cuenta, carrito,...*/
.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 #f6a400;
}
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;
}



/* Resultados busqueda */

/*resultados-busqueda products wrapper list products-list
resultados-busqueda products wrapper grid products-grid*/


.search.results p.toolbar-amount {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}


.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%;
}
.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 .product-item-slogan {
    font-style: italic;
}
.resultados-busqueda.list li.product-item:hover {
    background-color: #f8f8f8;
}
/* 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: #f6a400;
    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-corp {
    border-top: 1px solid #666;
}	


.footer-top a:hover {
    background-color: transparent;

}


.footer address {
    min-height: 130px;
	}



/*.footer .news-form input.hs-button.primary.large {
position: absolute;
margin-top: -44px;
margin-left: calc(100% - 87px);
height: 38px;
background-color: #f8f8f8;
color: #333;
}
*/
.footer address {
    min-height: 130px;
}
.page-footer {

    margin-top: -2px;
}

.footer-middle {
    padding-top: 60px;
}


.footer-bottom {

    background-color: #f6a400;
    color: black;

}

/* mensaje cookies */

#barraaceptacion{
    font-size:25px;
    background-color:#191919;
    text-align:center;
    border-radius:.2em;
    display:none;
    bottom:0;
    width:100%;
    z-index:999;
    color:#fff;
	background-color:rgba(26, 26, 26, 0.57);
	position: fixed;
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	align-content: center;
    justify-content: center;
}

#barraaceptacion .cookies-button {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px!important;
    padding-left: 20px;
    padding-right: 20px;
	min-width: 250px;
}

#barraaceptacion .more-button{
    color:white;
    cursor:pointer;
    border-radius:.2em;
    text-decoration: underline;
    padding-left: 5px;
}

.mensaje-aceptacion {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 1px rgba(71,71,71,1);
	-moz-box-shadow: 0px 0px 20px 1px rgba(71,71,71,1);
	box-shadow: 0px 0px 20px 1px rgba(71,71,71,1);
	padding: 0;
	margin: 0;
	display: flex;
    flex-direction: column;
    align-content: center;
    align-self: center;
    max-height: 100%;
    overflow-y: auto;

}

.mensaje-aceptacion div.bg-orange{
	padding: 50px;
}
.mensaje-aceptacion .cookies-notice p{
	line-height: 35px!important;
}
.container-boton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}


/* Parte Customer usuario */

/* oculta opciones añadir nueva dirección de dacturació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:#f6a400;
}
.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: Raleway;
    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: Raleway;
    text-align: left;
}

.account .sidebar .account-nav .title {/*oculta titulo*/
    display: none;
}	

.account .sidebar .account-nav {

    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 #f6a400;
}
.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 #f6a400;
    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;
}

.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: #f6a400;
}

.checkout-index-index .opc-wrapper .shipping-address-item.selected-item::after {
    background: #f6a400;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    border-color: #f6a400;
}

.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;
}

.checkout-cart-index .cart-container tr.item-actions {

    width: 50px;
    position: absolute;
    right: -30px;
    margin-top: -40px;

}
.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 .opc-block-shipping-information .ship-to,
.checkout-index-index .opc-block-shipping-information .ship-via{
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: 10px;
}*/


.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 .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before{
    color: #666;
}
.checkout-cart-index  .cart.table-wrapper .actions-toolbar > .action-edit:hover:before, .cart.table-wrapper .actions-toolbar > .action-delete:hover:before{
    color: #f6a400;
}

.checkout-cart-index .actions-toolbar a.action.action-edit{
    display: none!important;
}

.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 {
    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: #f6a400;
}
.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;
}

a.action {
    text-transform: initial;
    color: #f6a400;
    font-size: 14px !important;
}

.cart.main.actions .action.continue {
    float: left;
}
.cart.table-wrapper .product-item-name {
    margin-top: 0;

}

/* 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: #333;
    color:#ccc;
    border-color:#545454!important; 
    max-height: calc(100vh - 51px);
    margin-top: 0px!important;
    overflow-y: auto!important;
}
.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: #333;
    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: #f6a400 !important;
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #666;
}

.minicart-wrapper .block-minicart {
    color: #ccc!important;
}
.minicart-wrapper a.action.viewcart:hover{
    border-color: #F6A400!important;
    color:#f6a400;
}
.minicart-wrapper a.action.edit{
    display:none;
}
/* 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: #666;
    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 input.hs-button.primary.large {
    height: 38px;
    background-color: #f8f8f8;
    color: #333;

}
.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: -5px;
	    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 #f6a400;
		   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: #f6a400;

  
	}
	
	#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: #f6a400;
    border-color: #f6a400;
    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;
    }
	
/*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: #f6a400;
    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: #f6a400;
}
.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 #f6a400;
    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;
}



/*medias*/



@media only screen and (max-width: 1200px) {
    .mini3-container{
        height: 221px;
    }

}
@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: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #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: #333;
    }
    .navigation {
        max-width: 1200px!important;
    }
    .page-header.type19 .minicart-wrapper {

        right: -30px!important;

    }
    .sticky-header .logo{
        margin: 0!important;
    }
    .sticky-header .logo img {
        height: 25px;
    }

    header.page-header.sticky-header .navigation {
        padding-right: 100px;
    }



    /******/

}


@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;
    }

    /*.bloque-faqs form .row {
margin-bottom: 10px!important;
}

form div.col-xs-6>.btn-buscar{
margin-top: 10px!important;
}*/

    .header .nav-toggle:before {
        color:#ffffff;

    }
    .header .nav-toggle {
        padding-top:8px;

    }
    #search_mini_form {
        margin-bottom: 0;
    }
    .page-header.type19 .logo img {

        width: 100px;
        text-align: center;
        margin-top: 8px;
    }

    .page-header.type19 .block-search .label {
        float: right;
        margin-right: 30px;
        margin-top: 20px;
    }

    .page-header.type19 .block-search .label:before {
        color: #ffffff;
    }
    /* -------------------------------------------- */
    /* 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);
    }

    /* menu movil */

    #topNav .container{
        padding: 0;
    }

    .section-items.nav-sections-items {
        background-color: #333;
    }

    #topNav {
        padding-top: 0!important;
        background: #333 !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: #333!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: #333;
    }


    .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 .level0.submenu li:hover {
			border-color:transparent!important;
			background-color: inherit!important;
		}
		
		 .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 #F6A400 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;
	}
	

}

@media only screen and (max-width: 767px){
    .page-header.type19 .logo {
        height: 25px;
        float: left;
        margin: 16px;
    }
    header.page-header .nav-sections-item-title{
        background-color:#333;
    }
    header.page-header .nav-sections-item-title.active {
        background: #212121;
    }
    .page-header.header-newskin .navigation .level0 a:hover {
        background-color: transparent;
        color: #FFF;
    }
    .navigation a:hover, .nav-sections .header.links a:hover {
        color: #FFF !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 #f6a400 !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;
			
		}
}

@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%;
	}
}

/* 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;
    }
}