/*
Theme Name: Glintt España
Description: Tema para Glintt España
Author: Glintt
Author URI: www.glintt.es
Version: 1.0.0
Text Domain: glintt
Template: brunn
*/




/* GENERAL */


/* layout */

@media only screen and (max-width: 1399px) {
	.qodef-container-inner, 
	.qodef-grid, 
	.qodef-row-grid-section {
		width: calc(100% - 100px);
	}
}

.qodef-row-grid-section-wrapper .qodef-row-grid-section {
	width: calc(100% - 30px);
	max-width: 1300px;
}

.qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.home.page .qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner {
	padding-top: 0px !important;
}

.force-contained-img .wpb_wrapper,
.force-contained-img .wpb_single_image,
.force-contained-img .wpb_wrapper,
.force-contained-img .vc_single_image-wrapper {
	height: 100%;
}

.force-contained-img img {
	object-fit: cover;
    object-position: initial;
    height: 100%;	
}

ol, ul {
	list-style-position: inherit;
}


/* overlapping-text-box */

/*
@media (max-width: 991.98px) {
	.overlapping-info-area-text {
		max-width: 70%;
	}
	
	.overlapping-info-area-img .qodef-eh-item-content {
		padding: 0px !important;
	}
}


@media (max-width: 767.98px) {
	.overlapping-info-area-text {
		max-width: 100%;
	}
	
	.overlapping-info-area-img .vc_column-inner {
		margin-top: 10px !important;
	}
}
*/

@media (max-width: 991.98px) {

	.overlapping-info-area-img .qodef-eh-item-content {
		padding: 0px !important;
	}
	
	.overlapping-info-area-img .wpb_single_image figure,
	.overlapping-info-area-img .wpb_single_image figure .vc_single_image-wrapper,
	.overlapping-info-area-img .wpb_single_image figure .vc_single_image-wrapper img {
		width: 100% !important;
		background: pink;
	}
	
	.overlapping-info-area-text {
		max-width: 100%;
	}
	
	.overlapping-info-area-img .vc_column-inner {
		margin-top: 10px !important;
	}
}



/* headers */

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
	color: #ff9000;
}



/* separator */

.vc_separator {
	padding-top: 5px;	
	padding-bottom: 5px;
}

.vc_separator .vc_sep_holder .vc_sep_line {
	width: 60px !important;
}

.csep {
	display: inline-block;
	margin: 0px 15px;
}



/* ctitle */

.csection-title {
	width: 100%;
	height: 60px;
	z-index: 10;
	color: white;
	background: #ff9e21;
}

.csection-title-outer {
	position: relative;
	display: inline-block;
	background: white;
	padding-right: 30px;
}

.csection-title-outer {
	display: table; 
	height: 100%;
}

.csection-title-outer::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -40px;
	transform: rotate(180deg);
	border-top: 60px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 40px solid white;
}

.csection-title-inner {
	display: table-cell;
	vertical-align: middle;
}

.csection-title-inner h2 {
	margin-bottom: 8px;
    color: #ff9e21;
	text-transform: uppercase;
	font-weight: bold;
}

.csection-subtitle h3 {
	margin-bottom: 0px;
	color: #ff9e21;
	letter-spacing: -0.25px;
	font-size: 1.7em;
	font-weight: 400;
}


@media only screen and (max-width: 991px) {
	
	.csection-subtitle h3 {
		font-size: 1.35em;
	}

	.csection-title {
		height: 50px;
	}
	
	.csection-title-outer::before {
		border-top: 50px solid transparent;
	}
	
	.csection-title-inner h2 {
		font-size: 18px;
		margin-bottom: 4px;
	}
}



/* table */

.as-table {
	display: table;
	width: 100%;
}

.as-table-cell {
	display: table-cell;
	vertical-align: middle;
}



/* extra classes */

.hidden {
	display: none;
}

.force-hidden {
	display: none !important;
}





/* BUTTONS */

.button,
button.cbtn,
.qodef-btn,
.cbtn,
.cbtn a {
	display: inline-block;
	padding: 10px 25px !important;
	margin: 0 auto;
	border: none !important;
	background: #ff9000;
	background-color: #ff9000 !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	text-transform: uppercase;
	color: white !important;
	transition: background-color 0.3s;
}




.button:hover,
button.cbtn:hover,
.qodef-btn:hover,
.cbtn:hover,
.cbtn a:hover {
	color: white;
	background: #ff7600;
	background-color: #ff7600 !important;
}

.qodef-btn.qodef-btn-outline {
	background: #ff9000;
}

.qodef-btn.qodef-btn-after .qodef-btn-text:after {
	display: none;
}

.qodef-btn.qodef-btn-outline {
	border: none;
	color: white;
}

.wpcf7-submit.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-border-hover):hover {
	color: white !important;
	background: #ff7600 !important;
}

button:after,
button.cbtn:after {
	display: none !important;
}






/* hide/show button */

.product .qodef-pl-text-wrapper .cbtn {
	padding: 2px 10px !important;
}

.hide_show_product_price_box {
	display: inline-block;
	position: relative;
}


.hide_show_product_price_box .cbtn {
	padding: 2px !important;
}

.hide_show_product_price_popup {
	position: absolute;
	width: 140px;
	z-index: 2000;
	box-sizing: border-box;
	background: white;
	padding: 0px 15px;
	margin-top: 5px;
	border: 1px solid #ff9000;
	font-size: 13px;
}

.hide_show_product_price_btn a {
	width: 70px;
	box-sizing: border-box;
	text-align: center;
}




/* page title (breadcrumb) */

.qodef-title-wrapper,
.qodef-title-holder {
	height: 120px !important;
}

.qodef-title-holder.breadcrumbs-holder,
.qodef-title-holder.breadcrumbs-holder .qodef-title-wrapper {
	height: 40px !important;
}

.qodef-title-holder.breadcrumbs-holder p,
.qodef-title-holder.breadcrumbs-holder .qodef-title-wrapper p {
	margin: 0px;
}


@media only screen and (max-width: 1024px) {
	
	.qodef-title-holder.qodef-has-bg-image {
		height: inherit !important;
	}
	
	.qodef-title-holder.qodef-has-bg-image .qodef-title-wrapper {
		height: 100px !important;
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		transform: inherit !important;
	}
}

.qodef-preload-background {
	background: none !important;
}

.qodef-title-holder .qodef-title-image {
	height: 100%;
}

.qodef-title-holder .qodef-title-image img {
	width: 100%;
	object-fit: cover;
}

@media (max-width: 680.98px) {
	.qodef-title-holder .qodef-page-title {
		font-size: 18px !important;
	}
}

.qodef-title-holder.qodef-standard-type .qodef-label-line {
	background-color: white;
}


/* section title */

.section-ctitle {
	margin-bottom: 12px;
}

.section-ctitle h2 {
	text-transform: uppercase;
	font-size: 1.6em;
    font-weight: 700;
    letter-spacing: -1px;	
}

.qodef-section-title-holder .qodef-label .qodef-label-line {
	height: 4px;
}


/* motto */

.motto {
	background: #fff8f0;
	color: #ff9000;
	padding: 20px 30px;
	font-weight: bold;
	line-height: 1.4em;
}

.motto-2 {
	background: #ff9000;
	color: #fff;
	padding: 20px 30px;
	font-weight: bold;
	line-height: 1.4em;
}


/* quote */

.quote {
	display: block;
	color: #f79227;
	margin: 0px;
	font-size: 1.4em;
}



/* HEADER */


/* page title */

.qodef-title-holder.qodef-title-full-width .qodef-grid {
	display: block;
	padding: 0px;
	width: 1300px;
	box-sizing: border-box;
	margin: 0 auto;
}






.qodef-title-holder.qodef-title-full-width .qodef-grid,
.qodef-title-holder.qodef-title-full-width .qodef-inner-grid,
.qodef-title-holder.qodef-title-full-width .qodef-inner-grid .as-table,
.qodef-title-holder.qodef-title-full-width .qodef-inner-grid .as-table-cell {
	height: 100%;
}


.qodef-title-holder.qodef-title-full-width .qodef-inner-grid {
	position: relative;
	display: inline-block;
	height: 100%;
	background: white;
}

.qodef-title-holder.qodef-title-full-width .qodef-inner-grid:before {
	
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
	top: 0;
	right: -79px;
	transform: rotate(180deg);
	border-top: 120px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 79px solid white;

}












@media (max-width: 1399.99px) {
	.qodef-title-holder.qodef-title-full-width .qodef-grid {
		width: calc(100% - 120px);
	}
}

.qodef-title-wrapper h1.qodef-page-title.entry-title {
	position: relative;
	display: inline-block;
	background: white;
	padding-right: 3px;
}

.qodef-title-holder.qodef-standard-type .qodef-page-title {
	max-width: 600px;
}

.qodef-content .qodef-content-inner .qodef-title-holder.qodef-title-full-width {
	background: url(/wp-content/themes/glintt/assets/img/header_bg.png);
	background-position-x: center;
}

@media (max-width: 599.99px) {
	.qodef-content .qodef-content-inner .qodef-title-holder.qodef-title-full-width {
		background-position-x: left;
	}
}



/* menú */

.qodef-right-from-mobile-logo,
.qodef-header-widget-area-one,
.qodef-right-from-mobile-logo {
	padding-left: 15px;
}

.qodef-header-widget-area-one .qodef-icon-element,
.qodef-right-from-mobile-logo .qodef-icon-element {
	display: block;
	float: left;
	font-size: 18px;
	margin-top: 4px;
	margin-right: 25px;
}


.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li.qodef-active-item > a, 
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li > a:hover, 
.qodef-drop-down .second .inner ul li.current-menu-ancestor > a, 
.qodef-drop-down .second .inner ul li.current-menu-item > a {
	color: #ff9000;
}

.qodef-shopping-cart-holder {
	margin-left: 0px;
}

.qodef-main-menu>ul>li>a {
	text-transform: inherit;
	font-weight: 600;
}

.qodef-main-menu>ul>li>a>span.item_outer .item_text {
	letter-spacing: 0px;
}

.qodef-main-menu > ul > li.qodef-active-item > a {
	font-weight: bold;
}

@media (max-width: 1199.99px) {
	
	.qodef-menu-area .qodef-position-left {
		width: 90px;
	}

	.qodef-menu-area .qodef-position-left .qodef-logo-wrapper a img {
		height: auto;
	}
	
	.qodef-main-menu>ul>li>a {
		font-size: 13.5px;
	}
}


@media (max-width: 767.99px) {
	.qodef-header-widget-area-one .qodef-icon-element,
	.qodef-right-from-mobile-logo .qodef-icon-element {
		margin-right: 10px;
	}
}





/* drop-down menú */

.qodef-drop-down .narrow .second .inner ul {
	padding-top: 0px;
}

.qodef-drop-down .narrow .second .inner ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.qodef-drop-down .second .inner ul li a .item_outer:before {
	background-color: #ff9000;
}





/* sticky header */

.qodef-sticky-header .qodef-sticky-holder .qodef-vertical-align-containers {
	padding: 0px;
}

.qodef-sticky-header .qodef-sticky-holder.qodef-menu-right .qodef-main-menu {
	margin-right: 20px;
}

.qodef-sticky-header .widget {
	font-size: 17px;
	margin-top: 3px;
}

.qodef-sticky-header .widget .qodef-icon-element:before {
	margin-right: 35px !important;
}

.qodef-position-right-inner .qodef-icon-element.dripicons-user::before {
	
}

.qodef-position-right-inner .qodef-right-from-mobile-logo {
	margin-right: 10px;
	margin-top: 3px;
}

.qodef-position-right-inner .qodef-icon-element.dripicons-user::before {
	margin-right: 10px;
}




/* carrito */

.qodef-shopping-cart-holder .qodef-header-cart .qodef-cart-number {
	background: #ff9000;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-btn-holder:hover {
	background: white;
}

.qodef-shopping-cart-dropdown .qodef-product-title a {
	font-size: 14px;
	font-weight: normal;
}

.qodef-shopping-cart-dropdown .qodef-quantity {
	font-size: 14px !important;
}

.qodef-shopping-cart-dropdown .qodef-total-amount {
	letter-spacing: 0px !important;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-btn-holder .cbtn {
	float: left;
	width: 48%;
	line-height: 33px;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-btn-holder .btn-checkout {
	float: right;
}

.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-quantity,
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder .qodef-total-amount {
	color: #ff9000;
}





/* HOME */

/*
.banners3-row .vc_column-inner {
	padding: 0px;
}

.banners3-row figure {
	width: 100%;
}

.banners3-row a {
	width: 100%;
}

.banners3-row .banner3-bottom {
	margin: 0 auto;
	height: 2px;
	width: 60%;
	background: white;
	transition: background 0.5s;
}

.banners3-row .banner3-bottom.left {
	margin: auto;
}

@media (max-width: 795.98px) {
	
	.banners3-row .wpb_column {
		width: calc(100% / 3);
		float: left;
		padding: 10px;
	}
}


@media (max-width: 496.98px) {
	.banners3-row .wpb_column {
		width: 100%;
	}
	
	.banners3-row .wpb_single_image {
		text-align: center !important;
	}
}
*/







.banners4-row,
.banners3-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banners4-row .wpb_column {
	width: 25%;
}
.banners3-row .wpb_column {
	width: 28%;
}

@media (max-width: 991.99px) {
	.banners4-row .wpb_column {
		width: 50%;
	}
}

@media (max-width: 575.99px) {
	.banners4-row .wpb_column {
		width: 100%;
	}
}

.banners4-row .vc_column-inner,
.banners3-row .vc_column-inner {
	padding: 0px;
}

.banners4-row figure,
.banners3-row figure {
	width: 100%;
}

.banners4-row a,
.banners3-row a {
	width: 100%;
}

/*
.banners4-row .banner3-bottom,
.banners3-row .banner3-bottom {
	margin: 0 auto;
	height: 2px;
	width: 60%;
	background: white;
	transition: background 0.5s;
}

.banners4-row .banner3-bottom.left,
.banners3-row .banner3-bottom.left {
	margin: auto;
}
*/

.banners3-row .wpb_single_image img {
	transition: opacity 0.4s;
}

.banners3-row .wpb_single_image img:hover {
	opacity: 0.85;
}

#banners3-home-farmacia img,
#banners3-home-transformacion img {
	border-radius: 5px;
}












@media (max-width: 795.98px) {
	/*
	.banners3-row .wpb_column {
		width: calc(100% / 3);
		float: left;
	}
	*/
}


@media (max-width: 496.98px) {
	.banners3-row .wpb_column {
		width: calc(100% - 30px);
		margin-bottom: 15px;
	}
	
	.banners3-row {
		justify-content: center;
	}
}










/* partners */

.partners-row {
	padding-left: 60px;
	padding-right: 60px;
}

.partners-row .qodef-ig-image-inner {
	background: white;
	/* border: 1px solid #f6f6f6; */
}

.partners-row .qodef-ig-image-inner .qodef-ig-custom-link {
	display: block;
	text-align: center;
}

.partners-row .qodef-ig-image-inner .qodef-ig-custom-link  img {
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: -10px;
}

.partners-row .qodef-grid-list.qodef-six-columns .qodef-item-space, .qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer {
	width: calc(100% / 6);
}

.partners-row .qodef-image-gallery.qodef-image-behavior-custom-link .qodef-ig-image a::after {
	background-color: rgba(7, 27, 57, 0.13);
	background-color: rgba(27, 27, 27, 0.03);
}

#partners-transformacion-digital {
	width: 50%;
	margin: 0 auto;
}



@media (max-width: 991.98px) {
	.partners-row .qodef-grid-list.qodef-six-columns .qodef-item-space, .qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer {
		width: 25%;
	}
	
	.partners-row {
		padding-left: 30px;
		padding-right: 30px;
	}	
	
	
	#partners-transformacion-digital {
		width: 75%;
	}
	
	.partners-row .qodef-grid-list.qodef-three-columns .qodef-item-space, 
	.partners-row .qodef-grid-list.qodef-three-columns .qodef-masonry-grid-sizer {
		width: calc(100% / 3) !important;
	}
	
	.partners-row .qodef-grid-list.qodef-three-columns .qodef-item-space:nth-child(2n+1) {
		clear: inherit !important;
	}
	
}

@media (max-width: 767.98px) {
	
	#partners-transformacion-digital {
		width: inherit;
		margin: auto;
		padding-left: 0px !important;
	}	
	
	.partners-row .qodef-grid-list.qodef-six-columns .qodef-item-space, .qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer {
		width: 33.33%;
	}
}

@media (max-width: 575.98px) {
	.partners-row .qodef-grid-list.qodef-six-columns .qodef-item-space, .qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer {
		width: 50%;
	}
	
	.partners-row .qodef-grid-list.qodef-three-columns .qodef-item-space, 
	.partners-row .qodef-grid-list.qodef-three-columns .qodef-masonry-grid-sizer {
		width: 50% !important;
	}	

	.partners-row .qodef-grid-list.qodef-three-columns .qodef-item-space:nth-child(2n+1) {
		clear: both !important;
	}	
	
	.partners-row .qodef-grid-list.qodef-three-columns .qodef-item-space:nth-child(3n) {
		clear: inherit !important;
	}		
}








/* mapa */

#mapa-distribuidores {
	position: relative;
	display: inline-block;
	background: orange;
	z-index: 0;
}	

.dmap img {
	z-index: 2;
}

.dmap .marker {
	z-index: 20;
	position: absolute;
	height: 20px;
	width: 20px;
	background: green;
	border-radius: 30px;
}

.dmap .marker-info {
	position: absolute;
    background: white;
    display: inline-block;
    padding: 20px;
    min-width: 200px;
}




/* PÁGINA REFORMAS */

/* pasos reforma */

.three_steps .qodef-iwt-title {
	font-size: 1.1em;
}

.three_steps .qodef-iwt-text {
	margin-top: 13px;
	font-size: 0.95em;
	line-height: 1.4em;
}

.three_steps .qodef-iwt.qodef-iwt-icon-top .qodef-iwt-background-text {
	left: calc(50% - 80px);
}

.three_steps.to_right .qodef-iwt.qodef-iwt-icon-top .qodef-iwt-background-text {
	left: calc(50% + 68px);	
}

@media (max-width: 1023.98px) {
	.three_steps .qodef-eh-item-content {
		padding: 0px 25px !important;
	}
	/*
	.three_steps .qodef-iwt-background-text.qodef-item-appear {
		left: 50% !important;
	}
	*/
}



/* especialistas */

#reformas-motto .motto {
	display: block;
	position: absolute;
	width: 75%;
	left: -10px;
	bottom: -40px;
}

@media (max-width: 1023.98px) {
	#reformas-motto .motto {
		bottom: 0px;
	}
}

@media (max-width: 886.98px) {
	
	#reformas-info-box,
	#reformas-info-box .wpb_column:nth-child(2) .wpb_wrapper,
	#reformas-info-box .wpb_column:nth-child(2) .wpb_wrapper .wpb_single_image,
	#reformas-info-box .wpb_column:nth-child(2) .wpb_wrapper .wpb_single_image .wpb_wrapper,
	#reformas-info-box .wpb_column:nth-child(2) .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
		height: 100%;
	}
	
	#reformas-info-box .wpb_column:nth-child(2) img {
		height: 100%;
		object-fit: cover;
	}
	
	#reformas-motto .motto {
		bottom: 10px;
		left: 65px;
		padding: 13px 18px;
	}
}


@media (max-width: 767.98px) {
	#reformas-info-box .wpb_column:nth-child(2) {
		margin-top: 30px;
	}
	
	#reformas-info-box .wpb_column:nth-child(2) img {
		width: 100%;
	}
	
	#reformas-motto .motto {
		bottom: 5px;
		left: 0;
	}	
}

@media (max-width: 575.98px) {

	#reformas-motto .motto {
		display: block;
		position: relative;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 0 0 0 20px;
		background: white;
		box-sizing: border-box;
		border-left: 4px solid #ff9000;
	}
	
	#reformas-info-box,
	#reformas-info-box .wpb_column:nth-child(2) .wpb_wrapper,
	#reformas-info-box .wpb_column:nth-child(2) .wpb_wrapper .wpb_single_image,
	#reformas-info-box .wpb_column:nth-child(2) .wpb_wrapper .wpb_single_image .wpb_wrapper,
	#reformas-info-box .wpb_column:nth-child(2) .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
		height: auto;
		width: auto;
	}
}





#our-projects-carousel {
	margin-left: -10px;
}

.expositor-carousel .qodef-tiny-space.qodef-disable-bottom-space {
	margin-bottom: 0px;
}

.expositor-carousel .btn-our-projects .vc_column-inner div {
	height: 100%;
}

.expositor-carousel .our-projects-box .vc_column-inner {
	padding-right: 3px;
}

.expositor-carousel .btn-our-projects .vc_column-inner {
	padding-left: 0px;
}

.expositor-carousel .btn-our-projects a {
	display: table-cell !important;
	height: 100%;
	width: 100%;
	padding: 0px;
	text-align: center;
}


@media (max-width: 767.98px) {
	
	.expositor-carousel .btn-our-projects .vc_column-inner {
		margin-top: 8px;
		padding-left: 10px;
		padding-right: 8px;
	}

}


/* inspiración */

#inspiration-carousel {
	max-height: 215px;
	overflow: hidden;
}

/*
#inspiration-carousel .btn-our-projects .vc_column-inner {
	padding-left: 4px;
}

#inspiration-carousel .our-projects-box .vc_column-inner {
	padding-right: 4px;
}
*/

#inspiration-carousel .wpb_column > .vc_column-inner {
	padding-right: 8px;
	padding-left: 8px;
}

#inspiration-carousel .btn-our-projects .vc_column-inner {
	padding-left: 0px;
	padding-right: 16px;
}

#inspiration-carousel .vc_carousel-slideline .vc_inner {
	margin: 0 0 0 8px;
	height: 100%;
}

#inspiration-carousel .vc_carousel-slideline .prettyphoto {
	display: block !important;
	height: 100% !important;
}

#inspiration-carousel .vc_carousel-slideline .prettyphoto img {
	object-fit: cover;
	height: 100%;
	max-width: auto;
}


@media (max-width: 767.98px) {
	
	#inspiration-carousel .btn-our-projects .vc_column-inner {
		padding-right: 8px;
	}
	
	#inspiration-carousel .btn-our-projects .wpb_wrapper {
		margin-left: 8px;
	}
}








/* PÁGINA EQUIPAMIENTO */

#equipamientos-info {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 60px;
}




/* PÁGINA CONSULTORÍA Y SERVICIOS */

@media (max-width: 767.98px) {
	#consultoria-y-servicios-info {
		margin-top: 40px;
	}
}





/* PÁGINA DE CONSULTORÍA */

.banner-soluciones-integrales .outstanding-text h2 {
	font-size: 1.5em;
	font-weight: bold;
}

.banner-soluciones-integrales > .vc_column_container:first-child img {
	width :100%;
	max-width: 350px;
}

.banner-adjustt {
	text-align: center;
}

.banner-adjustt .cbtn {
	padding: 8px 18px;
    font-size: 1.1em !important;
}

.banner-adjustt p {
	font-style: italic;
	font-size: 1.11em;
}

.pilar4 {
	margin-top: 45px;
	margin-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
}

.banner-soluciones-integrales .wpb_wrapper {
	background: #fafafa;
	padding: 15px 20px;
}


@media (max-width: 1199.98px) {
	.banner-adjustt .cbtn {
		font-size: 1em !important;
	}

	.banner-adjustt p {
		font-size: 1em;
	}
	
	.banner-soluciones-integrales .wpb_wrapper {
		padding: 10px;
	}	
	
	.banner-soluciones-integrales  .outstanding-text {
		font-size: 0.9em;
		margin-top: 0px !important;
	}
	
	.banner-soluciones-integrales .outstanding-text p {
		line-height: 1.6em;
	}
}


@media (max-width: 991.98px) {
	
	.banner-adjustt p {
		padding: 0px 40px;
		line-height: 18px;
	}
	
	.pilar4 {
		padding-left: 20px;
		padding-right: 20px;
	}

}


@media (max-width: 767.98px) {
	
	.banner-soluciones-integrales .wpb_wrapper {
		display: inline-block;
		background: transparent;
	}
	
	.banner-soluciones-integrales .wpb_single_image {
		float: left;
		width: 35%;
		margin-right: 20px;
	}
	
	.banner-soluciones-integrales .outstanding-text {
		display: inline-block;
		width: calc(65% - 20px);
	}
	
	.pilar4 .wpb_column {
		float: left;
		width: 25%;
	}
	
	.banner-adjustt {
		width: 50% !important;
		float: left;
	}	
	
}


@media (max-width: 575.98px) {
	
	.pilar4 {
		display: none;
	}
	
	.banner-soluciones-integrales {
		text-align: center;
		margin-bottom: 40px;
	}
	
	.banner-soluciones-integrales .wpb_single_image,
	.banner-soluciones-integrales .outstanding-text {
		width: 100%;
	}
	
	.banners-adjustt .banner-adjustt:nth-child(2) {
		margin-top: 60px;
	}
	
	.banner-adjustt {
		width: 100% !important;
	}
}











#pilares4 .pilar .vc_column-inner > .wpb_wrapper {
	background: #fafafa;
	padding: 55px 30px 20px 30px;
	height: 100%;
}

#pilares4 .pilar p  {
	line-height: 1.5em;
}

#pilares4 .step-number {
	position: absolute;
	display: block;
	background: #d5d5d5;
	color: white;
    top: -8px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.5em;
}


@media (max-width: 991.98px) {
	#pilares4 .pilar {
		width: 50%;
		margin-bottom: 30px;
	}
	
	#pilares4 .pilar:last-child {
		margin-bottom: 0px;
	}	
}


@media (max-width: 575.98px) {
	#pilares4 .pilar {
		width: 100%;
	}
	
}



/*

#pilares4_2 .pilar-title {
	display: table;
	height: 100%;
	width: 100%;
}

#pilares4_2 .pilar-title .pilar-title-inner {
	background: #fffcf8;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

#pilares4_2 .pilar-title .pilar-title-inner h2 {
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

*/


















/* PÁGINA PROYECTOS WEB */

@media (max-width: 1199.98px) {
	#section-tienda-online .wpb_column {
		float: right;
		width: calc((100% / 3) * 2);
	}
	
	#section-tienda-online .overlapping-info-area-text {
		 float: left;	
	}
}


@media (max-width: 767.98px) {
	#section-tienda-online .wpb_column {
		width: 100%;
	}
	
	#consultoria-info-box > .vc_column_container:first-child img {
		width: 200px;
	}
}


@media (max-width: 575.98px) {
	#consultoria-info-box > .vc_column_container:first-child img {
		width: 100%;
	}
}






/* WOOCOMMERCE */

/* tipografía */

.woocommerce-page .qodef-content input[type=text], 
.woocommerce-page .qodef-content input[type=email], 
.woocommerce-page .qodef-content input[type=tel], 
.woocommerce-page .qodef-content input[type=password], 
.woocommerce-page .qodef-content textarea, 
div.woocommerce input[type=text], 
div.woocommerce input[type=email], 	 
div.woocommerce input[type=tel], 
div.woocommerce input[type=password], 
div.woocommerce textarea,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-input, 
div.woocommerce .qodef-quantity-buttons .qodef-quantity-input {
	font-family: 'Open Sans', sans-serif;
}


/* notices */

.woocommerce-notices-wrapper button {
	margin-top: 5px;
}

.woocommerce-notices-wrapper .woocommerce-error a.button {
	margin-top: -10px;
}



/* encabezados tablas y formularios */

.woocommerce-page.woocommerce-checkout h3:not(.woocommerce-notice),
.woocommerce-page.woocommerce-cart h2:not(.woocommerce-notice),
.woocommerce-page.woocommerce-cart h3:not(.woocommerce-notice) {
	display: inline-block;
	position: relative;
	margin-bottom: 50px !important;
}

.woocommerce-page.woocommerce-checkout h3:not(.woocommerce-notice):after,
.woocommerce-page.woocommerce-cart h2:not(.woocommerce-notice):after,
.woocommerce-page.woocommerce-cart h3:not(.woocommerce-notice):after {
	content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    background-color: #ff9000;
    left: 0px;
    top: 35px;
}

.qodef-woocommerce-page thead tr {
	border: none !important;
}

.woocommerce-page table td,
.woocommerce-page table th {
	padding: 10px 20px !important;
}




/* woocommerce errors */

.qodef-woocommerce-page .woocommerce-error {
	background: #0d1f3ab8;
    color: white;
    line-height: 24px;
    font-weight: normal;
	border: none;
    border-radius: 5px;
}




/* barra de mensajes */

.qodef-woocommerce-page .woocommerce-info, 
.qodef-woocommerce-page .woocommerce-message {
	border: none;
	background: #f1f1f1;
	font-weight: bold;
}




/* página de categorías */

div.woocommerce>.products>.product-category a:after {
	display: none;
}

div.woocommerce>.products>.product-category .woocommerce-loop-category__title,
div.woocommerce>.products>.product-category a:hover .woocommerce-loop-category__title {
	position: relative !important;
	top: inherit;
	margin-top: 10px;
    transform: inherit;
    bottom: 0px;
    color: black;
    opacity: 1;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

div.woocommerce > .products > .product-category img {
	border: 2px solid #eee;
	/* box-shadow: 0px 0px 3px #d4d3d3; */
}

.woocommerce-ordering .select2 {
	border: 1px solid #eee;
}

.product-category.product .count {
	display: none;
}



/* sidebar */

.woocommerce.widget_product_categories {
	display: block;
    box-sizing: border-box;
	background: #fbfbfb;
    padding: 30px;
}

/* ocultamos categoría "sin categorizar" */
.cat-item.cat-item-15 {
	display: none !important;
}

.woocommerce.widget_product_categories .product-categories > li > a {
	color: #ff9000;
}


.woocommerce.widget_product_categories .qodef-widget-title-holder h3 {
	font-size: 1.6em;
	text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;	
}

.widget.woocommerce.widget_product_categories ul li ul {
	margin: 0 0 0 20px;
}


.widget.woocommerce.widget_product_categories .product-categories li a {
	letter-spacing: 0px;
	font-size: 1.2em;
	margin-top: 30px;
}

.widget.woocommerce.widget_product_categories .product-categories > .cat-parent {
	margin-bottom: 30px;
}

.widget.woocommerce.widget_product_categories .product-categories .cat-parent li a {
	font-weight: 700;
	font-size: 1em;
	color: black;
}

.widget.woocommerce.widget_product_categories .product-categories .cat-parent .children li a {
	color: #888;	
}

.widget.woocommerce.widget_product_categories .product-categories .cat-parent .children .children li {	
	margin: 0px;
}

.widget.woocommerce.widget_product_categories .product-categories .cat-parent .children .children li a {
	font-weight: 600;
	color: #999;
	font-size: 0.9em;
	line-height: 0px;
}




/* products grid */

.products .product .qodef-pl-inner {
	border: 2px solid #f1f1f1;
}

ul.products>.product .qodef-pl-text-wrapper {
	margin-top: 10px;
}

.qodef-product-list-title {
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.product .added_to_cart.wc-forward {
	margin-left: 20px !important;
	color: #071b39 !important;
}




/* product detail */



.qodef-single-product-content .woocommerce-product-gallery {
	width: 40% !important;
	padding-right: 60px !important;
	box-sizing: border-box;
}

.qodef-single-product-content .qodef-single-product-summary {
	width: 60% !important;
	box-sizing: border-box;
}

.qodef-single-product-content .qodef-single-product-summary .woocommerce-product-details__short-description ul {
	margin: 5px 0px 5px 20px;
	color: #333333;
}

.qodef-single-product-content .qodef-single-product-summary .woocommerce-product-details__short-description a {
	color: #ff9e21;
	font-weight: bold;
}

.qodef-single-product-content .qodef-single-product-summary .woocommerce-product-details__short-description a:hover {
	color: #ff7600;
}

.qodef-single-product-content .qodef-single-product-summary .woocommerce-product-details__short-description p > strong {
	display: inline-block;
	margin-top: 15px;
}


@media (max-width: 1023.98px) {
	
	.qodef-single-product-content .qodef-single-product-summary {
		width: 59% !important;
		margin-top: 0px !important;
		vertical-align: top;
	}
}

@media (max-width: 767.98px) {
	
	.qodef-single-product-content .woocommerce-product-gallery,
	.qodef-single-product-content .qodef-single-product-summary {
		width: 100% !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.qodef-single-product-content .qodef-single-product-summary {
		margin-top: 50px !important;
	}
}


.qodef-woo-single-page .qodef-single-product-content .images figure {
	margin: 0;
}


.woocommerce-product-gallery__image a {
	border: 1px solid #f1f1f1;
}

.qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images .woocommerce-product-gallery__image:first-child {
	width: calc(100% - 163px);
}

.qodef-woo-single-page .qodef-single-product-summary .qodef-single-product-title {
	width: 100%;
	margin-bottom: 40px;
}

.qodef-woo-single-page .woocommerce-tabs {
	margin-top: 0px;
}

.qodef-woo-single-page .woocommerce-tabs .tabs.wc-tabs {
	margin-bottom: 40px;
}

.qodef-woo-single-page .qodef-single-product-summary form.cart {
	margin-top: 0px;
}

.qodef-woo-single-page .qodef-single-product-summary .product_meta {
	margin-top: 25px;
}

.qodef-woo-single-page .woocommerce-tabs ul.tabs>li.active a {
	border-color: #ff9000;
}

.qodef-woo-single-page .woocommerce-tabs .entry-content {
	padding-top: 0px;
}

.not-gallery > div {
	left: 0px !important;
}

.not-gallery,
.not-gallery .woocommerce-product-gallery__image,
.not-gallery .woocommerce-product-gallery__image a,
.not-gallery .woocommerce-product-gallery__image a img {
	width: 100% !important;
}




/* checkout: resumen carrito */

.shop_table thead {
	background: #071b39;
}

.shop_table thead th {
	color: white !important;
	font-size: 16px !important;
}

.cart-collaterals .cart_totals  {
	margin-top: 20px;
}

.cart-collaterals .cart_totals h2 {
	font-size: 1.4em;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
}







/* checkout: ocultamos botón de actualizar carrito en resumen carrito */

input[name='update_cart'] {
display: none !important;
}
  
button[name='update_cart'] {
display: none !important;
}



/* checkout: realizar pedido */

#customer_details .col-1,
#customer_details .col-2 {
	margin: 0px;
	box-sizing: border-box;
	width: 50%;
}

#customer_details .col-1 {
	padding-right: 40px;
}

#customer_details .col-2 {
	padding-left: 40px;
}

#customer_details .col-1 input {
	background: #f5f5f5;
	color: #888;
}

#customer_details .col-2 {
	border-left: 2px solid #eee;
	padding-left: 40px;
}

.woocommerce-additional-fields {
	position: relative;
}

#order_review button {
	margin-top: 30px;
}



/* checkout: resumen de pedido */

.woocommerce-order-received .woocommerce-notice {
    background: #ff9000;
    color: white;
    font-weight: normal;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 0px;
}

#order_sumary_list {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 60px;
    border: 1px solid #ff9000;
	padding: 10px 0px;
}

#order_sumary_list li {
	display: inline-block;
	width: auto;
	border: none;
}

.qodef-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table {
	margin-bottom: 60px;
}





/* checkout (thank you page)*/
/*
#order_sumary_list {
    font-weight:bold;
    font-size:16px;
    text-align: center;
}
.separador {
    color:#ff9000;
}
#order_sumary_list li {
     display:inline;
     padding-left:0px;
     padding-right:5%;
     border-bottom: 0px;
}
*/








/* GESTIÓN POR CATEGORÍAS */

#gestion-categorias-row .motto {
	display: inline-block;
	padding: 10px 30px;
	font-weight: 500;
}

#gestion-categorias-row .motto ul {
	list-style: none;
}

#gestion-categorias-row .motto ul li {
	margin: 15px 0px;
}

#gestion-categorias-row .cocoen-gestion-categorias {
	max-height: 350px;
	height: 100%;
}

#gestion-categorias-row .cocoen-gestion-categorias img {
	height: 100% !important;
	width: auto !important;
}

#gestion-categorias-row .wpb_column:nth-child(2) .wpb_wrapper,
#gestion-categorias-row .wpb_column:nth-child(2) .wpb_wrapper .wpb_raw_code,
#gestion-categorias-row .wpb_column:nth-child(2) .wpb_wrapper .wpb_raw_code {
	height: 100%;
}


@media (max-width: 1199.98px) {	
	.cocoen.cocoen-gestion-categorias {
		margin-top: 25px;
	}
}


@media (max-width: 991.98px) {
	/*
	#gestion-categorias-row .motto {
		display: block;
		padding: 12px;
		max-width: 100%;
	}		
	*/
	#gestion-categorias-row .motto ul {
		width: 100%;
		list-style: none;
		margin: 0px;
	}
	/*
	#gestion-categorias-row .motto ul li {
		float: left;
		width: 33%;
		text-align: center;
	}	
	*/
	#gestion-categorias-row .wpb_column {
		width: 100%;
	}
	#gestion-categorias-row .cocoen-gestion-categorias {
		width: 100%;
		max-height: 100% !important;
	}

	
	#gestion-categorias-row .cocoen-gestion-categorias img {
		width: auto !important;
	}
	
}


@media (max-width: 767.98px) {
	
	#gestion-categorias-row .motto {
		display: inline-block;
		padding: 12px 28px;
	}			
	
	#gestion-categorias-row .motto ul li {
		width: 100%;
		text-align: left;
		float: none;
	}
	
	#gestion-categorias-row .cocoen-gestion-categorias {
		max-height: 350px !important;
	}

}


@media (max-width: 575.98px) {
	
	#gestion-categorias-row .motto {
		display: block;
		padding: 10px 20px;
	}
	
	#gestion-categorias-row .cocoen-gestion-categorias {
		max-height: 250px !important;
	}

}






/* PORTFOLIO DETAIL */

.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-image-holder,
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder {
	margin-top: 0px;
}

.qodef-ps-info-sticky-holder {
	margin-top: 0px;
    padding-left: 10px;
}

.qodef-ps-info-sticky-holder .qodef-ps-title {	
    text-transform: uppercase;
    font-weight: 400;
    color: #071b39;
}

.qodef-ps-info-sticky-holder .qodef-ps-content-item {
	margin-bottom: 0px !important;
}

.qodef-ps-info-sticky-holder .cbtn {
	margin-top: 20px;
}

.qodef-ps-info-sticky-holder br {
	display: inline-block;
	height: 10px;
	width: 100%;
}


.btn-portolio-link {
	margin-top: 30px !important;
}

.btn-portolio-link.qodef-icon-element::before {
	margin-right: 10px;
}






/* PÁGINA DE LOGIN */

.woocommerce-account .qodef-page-content-holder .woocommerce {
	display: block;
	max-width: 500px !important;
	margin: 0 auto;
}

.woocommerce-account.logged-in .qodef-page-content-holder .woocommerce {
	max-width: inherit !important;
	margin: auto;
}


.woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-LostPassword {
	display: inline-block !important;
	float: left;
}

.woocommerce-form-login .csep {
	float: left;
}

.qodef-woocommerce-page.woocommerce-account .lost_password {
	margin-top: 0px !important;
}

.woocommerce-form-login__submit {
	margin-top: 20px !important;
	clear: both;
}

#login-remember-lost-pass-container {
	font-size: 13px;
}





/* OUTSYSTEMS */


.transformacion-digital-page .alignleft  {
	width: 500px;
	margin-bottom: 5px;
}

@media (max-width: 991.98px) {
	.transformacion-digital-page .alignleft  {
		width: 400px;
	}
}

@media (max-width: 768.98px) {
	.transformacion-digital-page .alignleft  {
		width: 100%;
		margin-bottom: 20px;
	}
}



/* PÁGINA DE QUIÉNES SOMOS */

#quienes-somos img {
	margin-bottom: 30px;
}

#quienes-somos .textwidget {
	column-count: 3;
	column-gap: 40px;
}

#quienes-somos .motto-2 {
	display: block;
	margin-top: 20px;
	font-size: 1.3em;
}

@media (max-width: 991.98px) {
	#quienes-somos .textwidget {
		column-count: 2;
		column-gap: 40px;
	}
} 

@media (max-width: 575.98px) {
	#quienes-somos .textwidget {
		column-count: 1;
		column-gap: 0;
	}
} 




/* PÁGINA DE CONTACTO */

#contact-info-box {
	border-right: 2px solid #eaeaea;
	padding-right: 30px;
}

#contact-form-box {
	padding-left: 30px;
}

@media (max-width: 767.98px) {
	
	#contact-info-box {
		border-right: none;
		margin-bottom: 50px;
	}
	
	#contact-info-box,
	#contact-form-box {
		padding: 0px;
	}
}





/* PÁGINA SOLICITUD DE PRESUPUESTO */

/*
#formulario-solicitud-presupuesto div[class^="vc_col"]  {
	padding-left: 0px;
	padding-right: 10px;
}
*/

#formulario-solicitud-presupuesto .field-producto input {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: bold;
}


#formulario-solicitud-info .motto {
	font-weight: inherit;
	line-height: 1.6em;
    font-size: 1.1em;
}


@media (max-width: 991.98px) {
	#formulario-solicitud-presupuesto .field-persona-contacto input {
		margin-top: 10px;
	}
}

#formulario-solicitud-presupuesto textarea {
	height: 97px;
}


@media (max-width: 991.98px) {
	
	#formulario-solicitud-presupuesto .vc_column-inner {
		padding-left: 15px !important;
	}
	
	#formulario-solicitud-info,
	#formulario-solicitud-presupuesto {
		box-sizing: border-box;
		width: 50%;
	}
}


@media (max-width: 767.98px) {
	

	#formulario-solicitud-info,
	#formulario-solicitud-presupuesto {
		width: 100%;
	}
	
	#formulario-solicitud-presupuesto {
		margin-top: 50px;
	}
	
	/*
	#formulario-solicitud-presupuesto .vc_column-inner {
		padding-left: 15px !important;
	}
	
	#formulario-solicitud-presupuesto div[class^="vc_col"]  {
		padding-right: 8px;
	}
	*/
}






/* TRABAJA CON NOSOTROS */

#workwith-info-box {
	padding-right: 20px;
}
#workwith-info-box .motto {	
	font-weight: 500
}

#workwith-info-box .wpb_wrapper.vc_figure,
#workwith-info-box .wpb_wrapper.vc_figure .vc_single_image-wrapper, 
#workwith-info-box .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
	width: 100% !important;
}

#workwith-form-box .field-observaciones textarea {
	height: 220px;
}

@media (max-width: 767.98px) {
	
	#workwith-info-box {
		border-right: none;
		margin-bottom: 50px;
	}
	
	#workwith-info-box,
	#workwith-form-box {
		padding: 0px;
	}
}







/* FOOTER */

#footer-outer {
	background: #071b39;
}

#footer-inner {
	padding: 25px 0px;
	text-align: center;
}

#footer-inner a,
#footer-inner p {
	font-size: 0.8em;
	font-weight: bold;
}

#footer-inner .footer-logo img {
	display: inline-block;
}

#menu-textos-legales-footer li {
	display: inline-block;
	margin: 0px 10px;
}

#footer-inner .footer-copyrights {
	margin-top: 8px;
	border-top: 1px solid white;
}

#footer-inner .footer-copyrights p {
	color: white;
	font-weight: normal;
}




/* COOKIE NOTICE */

#cookie-notice {
	box-shadow: 0px -1px 3px rgba(0,0,0,0.15);
}

#cookie-notice a {
	color: #ff9e21;
}



/* CONTACT 7 */


.qodef-btn.qodef-btn-outline {
	margin-top: 30px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0px !important;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, 
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, 
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, 
.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, 
.cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, 
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz {
	margin-bottom: 0px;
}

span.wpcf7-not-valid-tip {
    display: inline-block;
    padding: 0px 10px;
    background: #0d1f3ab8;
	line-height: 18px;
    color: white;
    border-radius: 3px;
    font-size: 12px;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	display: inline-block;
    background: #0d1f3ab8;
    color: white;
    border: none;
    border-radius: 3px;
}


#respond input[type=text], 
#respond textarea, 
.post-password-form input[type=password], 
.qodef-style-form textarea, 
.wpcf7-form-control.wpcf7-date, 
.wpcf7-form-control.wpcf7-number, 
.wpcf7-form-control.wpcf7-quiz, 
.wpcf7-form-control.wpcf7-select, 
.wpcf7-form-control.wpcf7-text, 
.wpcf7-form-control.wpcf7-textarea, 
input[type=text],
input[type=email], 
input[type=password] {
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.wpcf7-form-control.wpcf7-acceptance {
	display: inline-block;
	margin-top: 10px;	
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	display: inline-block;
	background: #5da75d;
	border: none;
    color: white;
}



/* formularios con placehold */

.placeholded-form {
	padding-left: 15px;
	padding-right: 0px;
}

.placeholded-form div[class^="vc_col"]  {
	padding-left: 0px;
	padding-right: 10px;
}

@media (max-width: 991.98px) {
	.placeholded-form div[class^="vc_col"]  {
		padding-right: 8px;
	}
}

@media (max-width: 767.98px) {
	
	.placeholded-form {
		padding-left: 0px;
		padding-right: 0px;
	}	
	
	.placeholded-form div[class^="vc_col"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}






/** MY ACCOUNT **/

/* layout / menu */

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 260px;
	padding-right: 45px;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
	width: calc(100% - 260px);
	border-left: 2px solid #f4f4f4;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding-right: 0px;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 5px !important;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
	background: #f3f3f3;
    box-sizing: border-box;
	border-left: 4px solid transparent;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	border-left: 4px solid #ff9000;
	color: #ff9000;
}


.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
	border: none;
}

.title-account-area {
	font-size: 1.8em;
	margin-bottom: 40px;
}

.title-account-area h3 {
	float: left;
	font-size: 0.9em;
	margin-bottom: 0px;
}

div .subtitle-area {
	margin-top: 30px;
}

div .subtitle-area:first-child {
	margin-top: 0px;
}

.title-account-area .cbtn {
	float: right;
}

.subtitle-area h6 {
	margin: 0px;
    padding: 4px 10px;
    background: #f3f3f3;
    color: #666;
    margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #eee;
    padding-left: 10px;
}

.woocommerce-MyAccount-content .row p {
	margin: 5px 10px 0px 10px;
}

.woocommerce-MyAccount-content .row form p {
	margin: inherit;
}

.cbtn.my-acount-edit-btn {
	padding: 0px 10px !important
}



/* tablas */

.qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table thead th:last-child {
	width: 70px;
}





@media (max-width: 1199.98px) {
	
	/* tablas */
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table {
		font-size: 0.9em;
	}
	
	.woocommerce-page table td, 
	.woocommerce-page table th {
		padding: 10px !important;
		line-height: 14px;
	}	
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
		font-size: 13px !important;
	}		
}




@media (max-width: 991.98px) {
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation,
	.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
		padding-left: 0px;
		border-left: none;
	}
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 40px;
		padding: 10px;
	}
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		justify-content: space-evenly;
		background: #f3f3f3;
	}
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		margin-bottom: 0px !important;
		flex: 1 1 0px; /* forzar elementos con igual anchura */
	}
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		border-bottom: 3px solid transparent;
		border-left: none;
	}
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
	.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
		border-bottom: 3px solid #ff9000;
		border-left: none;
	}
	
}



@media (max-width: 767.98px) {
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		font-size: 13px;
	}
	
	/* tablas */
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table {
		font-size: 0.8em;
	}
	
	.woocommerce-page table td, 
	.woocommerce-page table th {
		padding: 5px !important;
	}
	
	.qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
		font-size: 12px !important;
	}	
}










/* My Accouny: Orders */

.action-order{
	padding: 10px;
	color: #071b39;
}

.woocommerce-MyAccount-orders th ,
.woocommerce-MyAccount-orders td{
	text-align: center !important;
}

.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number {
	font-size: 14px !important; 
}

div.woocommerce a.button:after{
	content: none;
}

a.woocommerce-button--next{
	float: right;
}
a.woocommerce-button--previous{
	float:left;
}

a.woocommerce-button--previous:after{
	content:none!important;
}
a.woocommerce-button--next:after{
	font-family: ElegantIcons;
    content: "\24";
    margin: 0 12px 0 0;
    line-height: inherit;
    vertical-align: bottom;
    font-size: 1.25em;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
a.woocommerce-button--previous:before{
	font-family: ElegantIcons;
    content: "\23";
    margin: 0 12px 0 0;
    line-height: inherit;
    vertical-align: bottom;
    font-size: 1.25em;
    position: relative;
    display: inline-block;
    overflow: hidden;
}




/* TEXTOS LEGALES */

.texto-legal ol,
.texto-legal ul {
	margin-left: 20px;
	color: #333;
}

.texto-legal table td {
	border: 1px solid #aaa;
	color: #333;
	vertical-align: middle;
}

.texto-legal a,
.texto-legal a strong {
	font-weight: 400;
}




/* COOKIES */

#cookie-law-info-bar {
	font-size: 14px;
	box-shadow: rgba(0,0,0,.5) 0px 7px 15px;
}

#cookie-law-info-bar a.cli_settings_button {
	font-weight: bold;
}

@media (max-width: 767.98px) {
	#cookie-law-info-bar {
		font-size: 13px;
	}
}