/*
Theme Name: Tonicomsa S.A.
Theme URI: https://tonicomsa.com
Description: Custom theme para Tonicomsa S.A. 

Version: 2.0.5

Tags: accessibility-ready, full-width-template, one-column, rtl-language-support, sticky-post, threaded-comments, translation-ready

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


body {
	overflow-y: scroll !important;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.download-button:visited{
	color: #00b384 !important;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */


/* Site Footer
---------------------------------------------------------------------------- */



/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 70px;
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}
}

/* Custom css Header Inicio--------------------------------------------- */

@media only screen and (min-width: 768px){
	#top-mini-list .ywraq-custom-icon{
		height: 35px !important;
		width: 35px !important;
	}
	#top-mini-list .raq-info{
		border: none !important;
		padding: 0px !important;
		margin: 0px !important;
	}
	#top-mini-list .raq-items-number{
		color: #ffffff;
	}
	.widget_ywraq_mini_list_quote{
		margin: 0px !important;
	}
	.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper{
		right: 0px !important;
	}
	.widget_ywraq_mini_list_quote:hover .yith-ywraq-list-content{
		top: 0.5rem !important;
	}
	
  /*Animation Toni*/
  .grid-categories .animation-cta {
	animation: jump 0.5s 20;
  }
  @keyframes jump {
	0%, 100% {
	  transform: translateY(0px);
	}
	35%, 50% {
	  transform: translateY(-5px);
	}
  }
  .container-btn:hover .animation-cta{
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
  }
  /*mini hero*/
  .top-banner{
	height: 325px;
	background-color: #F6C62C;
  }
  .cat-but a{
	width: 100% !important;
  }
  .cat-but svg {
	width: 30px;
	height: 32px;
  }
  /*Fin mini hero*/
  /*Mega Menu*/
  .container {
	margin: auto;
	font-family: Tahoma;
  }
  .menu-items{
	text-align: right;
  }
  nav ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
  }
  nav {
	font-size: 0;
	position: relative;
  }
  nav > ul > li {
	display: inline-block;
	font-size: 18px;
	padding: 0 25px;
	position: relative;
  }
  nav > ul > li > a {
	color: #f7f8f9;
	display: block;
	padding: 20px 0;
	border-bottom: 3px solid transparent;
	transition: all .3s ease;
	text-decoration: none;
  }
  nav > ul > li:hover > a {
	color: #F6C62C;
  }
  .mega-menu {
	background: #f7f8f9;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	padding-bottom: 20px;
  }
  .mega-menu h3 {
	color: #1f4166;
  }
  .mega-menu .container {
	display: flex;
	flex-wrap: wrap;
  }
  .mega-menu .container .item{
	margin: 0 15px;
  }
  .mega-menu .container .cat{
	width: 25%;
  }
  .mega-menu .container .brand{
	width: 65%;
  }
  .mega-menu .container .brand > ul li{
	width: 30%;
  }
  .mega-menu .container .item > ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 400px;
  }
  .mega-menu .container .item > ul li{
	display: flex;
	flex-direction: column;
	height: 30px;
  }
  .mega-menu a {
	border-bottom: 1px solid #A4B8BB47;
	color: #494e4d;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	font-size: 14px;
  }
  .mega-menu a:hover{
	border-right: 5px solid #1f4166;
	background-color: #F6C62C;
  }
  .dropdown {
	position: static;
  }
  .dropdown:hover .mega-menu {
	visibility: visible;
	opacity: 1;
	z-index: 999;
	width: 90vw;
	left: -34vw;
	box-shadow: 5px 5px 5px #A4B8BB80;
	padding: 60px 15px;
	text-align: left;
  }
  /*Fin Mega Menu*/
  /*Grid categorías home*/
  .grid-categories{
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	  justify-content: space-evenly;
  }
  .grid-categories .container-btn{
	display: flex;
	width: 23%;
	padding: 20px 15px;
	margin: 10px;
	border: 1px solid #1f4166;
	border-radius: 15px;
	background-color: #f7f8f9;
	height: 80px;
	align-items: center;
  }
  .grid-categories .container-btn:hover{
	background-color: #f6c62c;
  }
  .grid-categories .container-btn .link-btn{
	font-family: tahoma, arial, "sans-serif";
	text-align: center;
	color: #1f4166;
	text-decoration: none;
  }
  .grid-categories .container-btn .link-icon{
	margin: 0 5px 0 0;
  }
  /*Fin Grid categorías home*/
}
@media only screen and (max-width: 769px){
	.brand-card-logo img{
		height: 80% !important;
		width: 80% !important;
		margin-bottom: 16px;
}
	#bottom-mini-list .ywraq-custom-icon{
		height: 1.7rem;
		width: 1.9rem;
		font-family: tahoma, arial, sans-serif !important;
	}
	#bottom-mini-list .raq-info{
		border: none !important;
		padding: 0.2rem 1.5rem !important;
		margin: 0px !important;
		line-height: 20px;
	}
	#bottom-mini-list .raq-items-number{
		color: #1f4166;
	}
	#bottom-mini-list .raq-info::after{
		content: "PROFORMA";
		font-family: tahoma, arial, sans-serif !important;
		font-weight: 600 !important;
		font-size: 9px;
		margin: -10px -2.6px !important;
		color: #1f4166;
	}
	
	.widget_ywraq_mini_list_quote{
		margin: 0px !important;
	}
	
  #wa .wa__btn_popup{
	right: 31vw !important;
	bottom: 1px !important;
  }
  #wa .wa__btn_popup_icon{
	background: transparent !important;
	box-shadow: none;
  }
  #wa .wa__btn_popup .wa__btn_popup_icon:before{
	background: none !important;
  }
  #wa .wa__btn_popup .wa__btn_popup_icon:after{
	background: none !important;
  }
  #wa .wa__popup_chat_box .wa__pending .wa__active .wa__lauch{
	right: 5vw !important;
	bottom: 10vh !important;
  }
	#wapp-mobile{
		margin-bottom: 0;
	}
	#wapp-mobile img{
		width: 45px;
		height: 45px;
	}
	#wapp-mobile-text p{
		margin: -6px;
	}
  
  .woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button{
	color: #1F4166;
	background-color: #F6C62C;
	border: 1px solid #1F4166;
	border-radius: 30px 30px;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 1rem;
  }
  .elementor-5059 .elementor-element.elementor-element-285c854f:not(.elementor-motion-effects-element-type-background), .elementor-5059 .elementor-element.elementor-element-285c854f>.elementor-motion-effects-container>.elementor-motion-effects-layer,
  .elementor-4985 .elementor-element.elementor-element-1615fdd5>.elementor-container,{
	height: 100%;
  }
  .elementor-4985 .elementor-element.elementor-element-a413f5f,
  .elementor-4985 .elementor-element.elementor-element-a413f5f>.elementor-widget-wrap{
	height: 100%;
  }
  .elementor-5002 .elementor-element.elementor-element-1b0dcc95{
	position: fixed !important;
	bottom: 0 !important;
	width: 98.8vw !important;
	height: 55px !important;
  }
  .cat-head2{
	text-decoration: none !important;
	color: #1F4166 !important;
	font-weight: bold;
	line-height: 1.5;
  }
  .cat-text2{
	text-decoration: underline !important;
	font-weight: normal;
  }
  .cat-list{
	margin: 0 0 30px 0;
	border-bottom: 1px solid #3e3e3e30;
	padding: 0 0 15px 0;
  }
}
/*GENERAL*/
/*WHATSAPP WEBP*/
.wa__popup_content_item:nth-child(1) .wa__cs_img_wrap{
  background: url("https://tonicomsa.com/wp-content/uploads/Cristina-whatsapp-asesor-comercial.jpg.webp") center center / cover no-repeat !important;
}
.wa__popup_content_item:nth-child(2) .wa__cs_img_wrap{
  background: url("https://tonicomsa.com/wp-content/uploads/Cristhian-Jimenez-asesor-comercial-whatsapp.jpg.webp") center center / cover no-repeat !important;
}
.wa__popup_content_item:nth-child(3) .wa__cs_img_wrap{
  background: url("https://tonicomsa.com/wp-content/uploads/Erika-Sarango.jpg.webp") center center / cover no-repeat !important;
}

/*add to cart*/
.single_add_to_cart_button{
  display: none !important;
}
/*ldv*/
.ldv-cats:hover{
  transition: .5s ease;
  background-color: #F6C62C;
  box-shadow: 0px 2px 2px #A4B8BB;
}
.ldv-cats:hover h3{
  text-decoration: underline;
}
.expert, .expert a{
  text-align: center;
  color: #f7f8f9;
  font-weight: 700;
  margin-top: 30px;
}
.expert a{
  font-size: 24px;
  color: #F6C62C;
  text-shadow: 3px 3px 5px #1f4166;
}
.ldv-link{
  text-decoration: none;
  font-family: tahoma;
}
.ldv{
  display: flex;
  background-color: #f7f8f9;
  height: 165px;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #1f4166;
  border-radius: 15px;
}
.ldv:hover{
  background-color: #F6C62C;
}
.ldv .ldvtext{
  margin: 0 5px 0 10px;
}
.ldv .ldvtext .ldv-title{
  margin: 0;
  color: #1f4166;
}
.ldv .ldvtext .ldv-text{
  margin: 0;
  color: #494e4d;
}
.ldv .ldvtext .ldv-ver{
  color: blue;
  text-decoration: underline;
}
.ldv .ldv-img{
  margin: -1px -40px -1px 0;
}
.ldv .ldv-img img{
  height: 165px;
}
.ldv .ldv-img2{
  margin: -1px 3px -1px 0;
}
.ldv .ldv-img2 img{
  height: 120px;
}
/*fin ldv*/
/*Curso barra lateral*/
#input_7_1_3, #input_7_1_6, #input_7_2, #input_7_3, #input_7_4, #input_7_6, #input_7_7,
#input_8_1_3, #input_8_1_6, #input_8_2, #input_8_3, #input_8_4, #input_8_6, #input_8_7,
#input_9_1_3, #input_9_1_6, #input_9_2, #input_9_3, #input_9_4, #input_9_6, #input_9_7,
#input_10_1_3, #input_10_1_6, #input_10_2, #input_10_3, #input_10_4, #input_10_6, #input_10_7
{
  width: 100% !important;
}
#field_7_1, #field_7_8, #field_7_9,
#field_8_1, #field_8_8, #field_8_9,
#field_9_1, #field_9_8, #field_9_9,
#field_10_1, #field_10_8, #field_10_9
{
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#input_7_6,
#input_8_6,
#input_9_6,
#input_10_6{
  margin: 10px 0;
  height: 35px;
}
.ginput_container.ginput_container_consent{
  margin: 10px;
}

.gfield_label{
  display: none !important;
}
.elementor-accordion{
  text-align: center;
  font-size: 18px;
}
.ccontainer{
  font-family: Tahoma;
  display: block;
  padding: 10px;
}
.ctext{
  letter-spacing: 1px;
  font-size: x-small;
  display: block;
}
.price-container{
  display: flex;
  text-align: center;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
}
.cprice{
  font-family: Tahoma;
  font-weight: 700;
  border-right: 2px solid #A4B8BB;
  padding: 0 10px 0 0px;
}
.cbefore{
  color: #A4B8BB;
  text-decoration: line-through;
  padding: 7px 0 0 10px;
}
.cdate{
  color: #A4B8BB;
  margin: 20px 0;
}
.cins{
  color: #1f4166;
}
.cccounter{
  border: 1px solid #1f4166;
  background-color: #f7f8f9;
  border-radius: 30px;
  height: 35px;
}
.ccounter{
  display: block;
  max-width: 60% !important;
  height: auto;
  margin: 0 auto;
}
/*Fin Curso barra lateral*/
/*BLOG*/
body.blog{
  background-color: #A4B8BB47;
}
/*FIN BLOG*/
/*DOWNLOAD MONITOR*/
.dlm-label-ficha, .dlm-label-ficha a{
  font-size: 16px;
  border: none !important;
  color: blue !important;
  font-weight: normal;
  text-align: left;
  font-family: tahoma, arial, sans-serif;
  margin: 0 !important;
}
.dlm-label-ficha{
  color: #1f4166;
}
/*Ficha tecnica botton*/
.download-button{
  display: inline !important;
  background-color: transparent !important;
  background-image: none !important;
  text-shadow: none !important;
  font-size: 16px;
  border: none !important;
  color: #494e4d;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  font-family: tahoma, arial, sans-serif;
}
.download-button:hover{
  color: blue;
}
.download-button:visited{
  color: #00B384;
}
.single-product-logo img{
  height: 30% !important;
  width: 30% !important;
}
/*FIN DOWNLOAD MONITOR*/

.brand-card-logo img{
  height: 50%;
  width: 50%;
  margin-bottom: 16px;
}

body .gform_wrapper h3.gform_title, body .gform_wrapper .gform_description  {
	display: none !important;
}

.cart_item td.product-thumbnail{
	height: 6rem !important;
	width: 6rem !important;
}
/*Oculta el mensaje powered by ninja*/
.wa__popup_powered{
	display: none !important;
}
.wa__popup_powered_mb{
	display: none !important;
}

/*MENSAJE DE FECHA DE ENTREGA INICIO*/
#delivery-date-message b {
	font-weight: bold;
}
#delivery-date-message small {
	font-size: 80%; /* Tamaño de letra más pequeño */
}
/*MENSAJE DE FECHA DE ENTREGA INICIO*/


/*Navidad*/
/*
#tonicomsa-logo::after {
	content: url(https://tonicomsa.com/wp-content/uploads/sombrero-navidad-logotipo-2020.svg);
	position: absolute;
	top: -15px;
	left: 25px;
	width: 25px;
	height: 25px;
}

#toni-mobile-logo{
	position: relative !important;
}

#toni-mobile-logo::after {
	content: url(https://tonicomsa.com/wp-content/uploads/sombrero-navidad-logotipo-2020.svg);
	position: absolute;
	top: -3px;
	left: 10px;
	width: 22px;
	height: 22px;
}
*/
/*Navidad fin*/
/* Custom css header Fin--------------------------------------------- */


/* Custom css footer Inicio--------------------------------------------- */
@media screen and (max-width: 768px) and (min-width: 601px){
  .facetwp-facet{
	margin-bottom: 0px !important;
  }
  .facetwp-search{
		overflow: hidden !important;
		width: 100% !important;
		min-width: 90% !important;
		height: 2.5rem !important;
		border-radius: 20px !important;
		font-family: tahoma, arial, sans-serif !important;
		font-size: 16px !important;
		color: #1f4166 !important;
  }
	.facetwp-dropdown{
		overflow: hidden !important;
		width: 100% !important;
		min-width: 90% !important;
		height: 2.5rem !important;
		border-radius: 20px !important;
		font-family: tahoma, arial, sans-serif !important;
		font-size: 14px !important;
		color: #1f4166 !important;
	}
	.add-request-quote-button {
		max-width: 70%;
		text-align: center;
  }
}

@media only screen and (max-width: 600px){
	.facetwp-facet{
		margin-bottom: 0px !important;
	}
	
	.facetwp-search{
		overflow: hidden !important;
		width: 75vw !important;
		min-width: 70vw !important;
		height: 2.5rem !important;
		border-radius: 20px !important;
		font-family: tahoma, arial, sans-serif !important;
		font-size: 16px !important;
		color: #1f4166 !important;
	}
	
	.buscador-section .facetwp-submit{
		width: 25% !important;
		padding: 0;
	}
}

@media only screen and (min-width: 769px){
  .add-request-quote-button {
	color: #1F4166 !important;
	background-color: #F6C62C !important;
	border: 1px solid #1F4166 !important;
	border-radius: 50px !important;
	padding: 0.5em 1em 0.5em 1em !important;
	  font-size: 1rem !important;
	  max-width: 70%;
	  text-align: center;
  }
  .facetwp-facet{
	margin-bottom: 0px !important;
  }
  .wa__btn_popup{
	position: fixed !important;
	bottom: 50px;
	right: 50px;
	}

  #whatsapp-row{
	height: 0;
  }
   /*FILTROS*/
  .facetwp-checkbox{
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	font-family: tahoma, arial, sans-serif;
	margin-bottom: 10px;
  }
  .facetwp-checkbox:first-child, .checked{
	margin-top: 10px;
  }
  .facetwp-checkbox.checked{
	color: #00B384;
  }
   ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #1f4166;
	opacity: 1; /* Firefox */
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #1f4166;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #1f4166;
  }
	.facetwp-dropdown{
	overflow: hidden !important;
	width: 80% !important;
	min-width: 80% !important;
	height: 2.5rem !important;
	border: 1px solid #1f4166;
	border-radius: 20px !important;
	padding: 0 10px;
	font-family: tahoma, arial, sans-serif !important;
	font-size: 14px !important;
	color: #1f4166 !important;
	}

  .facetwp-search{
	overflow: hidden !important;
	width: 100% !important;
	min-width: 80% !important;
	height: 2.5rem !important;
	border: 1px solid #1f4166;
	border-radius: 20px !important;
	padding: 0 10px;
	font-family: tahoma, arial, sans-serif !important;
	font-size: 16px !important;
	color: #1f4166 !important;
  }
  .facetwp-facet.facetwp-facet-categorias.facetwp-type-checkboxes:before{
	display: block;
	width: 115%;
	content: "CATEGORÍA";
	border: 1px solid #00B384;
	background-color: #00B384;
	text-align: left;
	font-size: 10px;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-family: tahoma, arial, sans-serif !important;
	margin: 0 -25px 0 -15px;
	color: #f7f8f9;
  }
  .facetwp-facet.facetwp-facet-etiquetas_de_productos.facetwp-type-checkboxes:before,
  .facetwp-facet.facetwp-facet-etiquetasarchive.facetwp-type-checkboxes:before{
	display: block;
	width: 115%;
	content: "ÁREA DE INTERÉS";
	border: 1px solid #00B384;
	background-color: #00B384;
	text-align: left;
	font-size: 10px;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-family: tahoma, arial, sans-serif !important;
	margin: 0 -25px 0 -15px;
	color: #f7f8f9;
  }
  .facetwp-facet.facetwp-facet-atributo1.facetwp-type-checkboxes:before,
  .facetwp-facet.facetwp-facet-atributo1archive.facetwp-type-checkboxes:before{
	display: block;
	width: 115%;
	content: "PRODUCTO";
	border: 1px solid #00B384;
	background-color: #00B384;
	text-align: left;
	font-size: 10px;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-family: tahoma, arial, sans-serif !important;
	margin: 0 -25px 0 -15px;
	color: #f7f8f9;
  }
  .facetwp-facet.facetwp-facet-atributo2.facetwp-type-checkboxes:before,
  .facetwp-facet.facetwp-facet-atributo2archive.facetwp-type-checkboxes:before{
	display: block;
	width: 115%;
	content: "CARACTERÍSTICA";
	border: 1px solid #00B384;
	background-color: #00B384;
	text-align: left;
	font-size: 10px;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-family: tahoma, arial, sans-serif !important;
	margin: 0 -25px 0 -15px;
	color: #f7f8f9;
  }
  .facetwp-counter{
	font-size: 10px !important;
  }
  button.facetwp-load-more{
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	border-radius: 0;
	background-color: #1f4166 !important;
	padding: 15px 100px;
	margin: 5px auto;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-family: tahoma, arial, sans-serif;
	color: #f7f8f9;
  }
  button.facetwp-load-more:hover{
	background-color: #1f4166 !important;
	color: #f7f8f9;
  }
  button.facet-reset{
	background-color: #1f4166;
	color: #f7f8f9;
	padding: 10px 30px;
	border: 1px solid #1f4166;
	border-radius: 20px;
  }
  button.facet-reset:hover{
	background-color: #F6C62C;
	color: #1f4166;
  }
  .facetwp-checkbox{
	font-size: 12px;
	font-weight: normal;
	color: #1f4166;
	font-family: tahoma, arial, sans-serif;
	margin-bottom: 12px;
  }
  /*FIN FILTROS*/
}
/*GENERAL*/
/*WHATSAPP INICIO*/
.wa__btn_popup{
	border: none !important;
	background-color: transparent !important;
	}
/*WHATSAPP FIN*/

/*FACET BUSCADOR DESKTOP INICIO*/
.buscador-section .facetwp-input-wrap{
	align-items: self-end;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 16px;
	border: 3px solid #F6C62C;
	border-radius: 16px;
	height: 50px;
}

.buscador-section .facetwp-submit{
	width: 10%;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border: none;
	background: #1F4166;
	color: #f6f7f8;
	height: 44px;
}

.buscador-section .facetwp-search,
.buscador-section .facetwp-search:active,
.buscador-section .facetwp-search:focus-visible{
	background: transparent;
	border: none;
	outline: none;
	width: 100%;
}

/*FACET BUSCADOR DESKTOP FIN*/

/*TABLAS*/
.download-button:hover{
	color: #1515e0 !important;
}
.tables{
	overflow: hidden;
	overflow-x: scroll;
}

/*COLOR CARD BLOG HOME*/
.elementor-4994 .elementor-element.elementor-element-1c18a38 a{
  color: #00B384 !important;
}
/*INSIGNIAS*/
.Nuevo:after{
  content: url(https://tonicomsa.com/wp-content/uploads/producto-nuevo-insignia.svg);
  background-size: 120px auto;
  height: auto;
  width: 120px;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 999;
}
.Agotado:after{
  content: url(https://tonicomsa.com/wp-content/uploads/producto-agotado-insignia.svg);
  background-size: 120px auto;
  height: auto;
  width: 120px;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 999;
}
.Descontinuado:after{
  content: url(https://tonicomsa.com/wp-content/uploads/producto-descontinuado-insignia.svg);
  background-size: 120px auto;
  height: auto;
  width: 120px;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 999;
}
/*DESCUENTO*/
.Descuento:after{
  content: url(https://tonicomsa.com/wp-content/uploads/producto-en-descuento-insignia.svg);
  background-size: 120px auto;
  height: auto;
  width: 120px;
  position: absolute;
  left: -15px;
  bottom: -20px;
  z-index: 999;
}

/*OCULTAR BOTON DE PROFORMA*/
.Ocultar{
  display: none !important;
}
/*FIN OCULTAR BOTON DE PROFORMA*/
/*FORMATO PRODUCTO SUSTITUTO*/
.prod-sustituto{
  text-decoration: none;
  color: #f7f8f9 !important;
}
.prod-sustituto .sustituto-box .prod-sustituto-text{
  color: #F6C62C !important;
}
.prod-sustituto .sustituto-box{
  background: #1f4166 !important;
  border: 3px solid #f7f8f9 !important;
  padding: 10px 20px !important;
}
.prod-sustituto .sustituto-box .sustituto-btn{
  margin-top: 40px;
  width: 200px;
  text-align: center;
  padding: 10px;
  color: #1f4166;
  background-color: #F6C62C !important;
  font-weight: 900;
  border-radius: 50px;
}
/*FIN FORMATO PRODUCTO SUSTITUTO*/
/*FORMATO LINK PRODUCTO REEMPLAZO*/
.Activar-sustituto{
  background: #F6C62C;
  padding: 10px;
  margin-top: -80px;
}
.Activar-sustituto a{
  color: #1f4166;
}
.No-activar-sustituto{
  display: none !important;
}
/*FORMATO LINK PRODUCTO REEMPLAZO*/
/*FORMULARIO CONTACTO*/
input[type=text],
input[type=number],
#input_1_8,
#input_2_13,
#input_2_14,
#input_5_13,
#input_5_14,
#input_6_13,
#input_6_14{
  height: 35px;
  margin-top: 10px;
  border: 1px solid #1f4166;
  border-radius: 10px;
  padding: 0 0 0 20px !important;
  color: #1f4166;
}
input[type=number]{
  width: 80px !important;
}
input[type=submit]{
  border: 1px solid #1f4166;
  border-radius: 30px;
  text-align: center;
  background-color: #F6C62C;
  color: #1f4166;
  padding: 10px 60px !important;
}
input_2_15_1, input_2_16_1, #field_1_4, #field_1_9, #field_1_10{
  color: #1f4166 !important;
}
.shop_table.shop_table_responsive.cart{
  width: 100% !important;
}

/*FIN FORMULARIO*/

.brand-but{
	min-height: 24rem;
}
.elementor-section.elementor-section-stretched{
  width: 98.8vw !important;
}
.cat-style{
  line-height: 1;
  font-size: 12px;
}
.cat-head{
  color: #ffffff;
  margin: 0 !important;
}
.cat-text{
  color: #A4B8BB;
  margin: 5px 0;
}
.marcas p, .paginas p{
  margin-block-start: 0 !important;
}

.post-home{
  height: 25rem !important;
}

/*Producto Single*/
#img-product img{
  width: auto;
  height: 300px;
  object-fit: cover;
}

/*Woocommerce styles*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box;}
.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product{padding: 10px;}
ul.products.columns-4{list-style: none;}

/*Color botones woocommerce*/
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
  background-color: #F6C62C;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}
.facet-label{
  display: none !important;
}


/*Inicio tablas de geotextiles*/
.gt{
	  width: 100%;
	  font-family: tahoma;
	  border:1px solid #C0C0C0;
	border-collapse:collapse;
	padding:5px;
	display: block;
	overflow-x: auto;
}

.gt th {
	border:1px solid #C0C0C0;
	padding:5px;
	background:#1f4166;
	color: #f7f8f9;
}

.gt td {
	border:1px solid #C0C0C0;
	padding:5px;
	background:#f7f8f9;
	color: #494e4d;
}

.gt td:nth-child(2),
.gt td:nth-child(3),
.gt td:nth-child(4),
.gt td:nth-child(5),
.gt td:nth-child(6),
.gt td:nth-child(7),
.gt td:nth-child(8),
.gt td:nth-child(9){
  font-size: 14px;
  text-align: center;
}
/*Fin tablas de geotextiles*/

/*Inicio tablas de mallas fibrafil*/
.fibrafil-mallas{
  font-family: tahoma, sans-serif;
  width: 400px;
  max-width: 100%;
}

.fibrafil-mallas .head-fil{
  text-align: center;
  background-color: #1f4166;
  color: #f7f8f9;
  padding: 0 20px;
}

.fibrafil-mallas .data-fil{
  text-align: left;
  padding: 10px;
  color: #494e4d;
  border: 1px solid #494e4d;
}
/*Fin tablas de mallas fibrafil*/

/*Inicio footer brands*/
.footer-brands{
  color: #f7f8f9;
}
/*Fin footer brands*/
/*Inicio footer links*/
.footer-link-con{
  display: flex;
  justify-content: space-between;
}
.footer-link-con a{
  color: #494e4d;
  text-decoration: none;
}
/*Fin footer brands*/
/*Inicio footer links*/
.footer-link-ter{
	align-content: center;
	align-items: center;
	display: flex;
	font-family: Tahoma;
	font-size: 12px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	line-height: 2;
}
.footer-link-ter, .footer-link-ter a {
  margin: 0 10px;
  text-decoration: none;
  color: #f7f8f9;  
}
/*FIN GENERAL*/

/* Custom css footer Fin--------------------------------------------- */






































































