/*
	Theme Name: Close·marketing
	Theme URI: https://close.marketing
	Description: Tema realizado creado a medida en WordPress.
	Author: closemarketing
	Author URI: https://close.marketing

	Version: 1.0

	Template: generatepress

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: 'icons';
  src: url('fonts/icons.eot?53554076');
  src: url('fonts/icons.eot?53554076#iefix') format('embedded-opentype'),
    url('fonts/icons.woff2?53554076') format('woff2'),
    url('fonts/icons.woff?53554076') format('woff'),
    url('fonts/icons.ttf?53554076') format('truetype'),
    url('fonts/icons.svg?53554076#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: '\e800';
}

.icon-arrow-down-icon:before {
  content: '\e801';
}

.icon-settings-icon:before {
  content: '\e802';
}

.icon-update-icon:before {
  content: '\e803';
}

.icon-comment:before {
  content: '\f4ac';
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v28-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/raleway-v28-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/raleway-v28-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/raleway-v28-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/raleway-v28-latin-regular.svg#Raleway') format('svg');
  /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/raleway-v28-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/raleway-v28-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/raleway-v28-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/raleway-v28-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/raleway-v28-latin-700.svg#Raleway') format('svg');
  /* Legacy iOS */
}

/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/raleway-v28-latin-900.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/raleway-v28-latin-900.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/raleway-v28-latin-900.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/raleway-v28-latin-900.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/raleway-v28-latin-900.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/raleway-v28-latin-900.svg#Raleway') format('svg');
  /* Legacy iOS */
}

/* raleway-italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/raleway-v28-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/raleway-v28-latin-italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/raleway-v28-latin-italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/raleway-v28-latin-italic.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/raleway-v28-latin-italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/raleway-v28-latin-italic.svg#Raleway') format('svg');
  /* Legacy iOS */
}

/* raleway-700italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/raleway-v28-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/raleway-v28-latin-700italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/raleway-v28-latin-700italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/raleway-v28-latin-700italic.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/raleway-v28-latin-700italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/raleway-v28-latin-700italic.svg#Raleway') format('svg');
  /* Legacy iOS */
}

.closetech-plugin-list {
  display: flex;
  flex-direction: column;
}

.closetech-item {
  position: relative;

  padding: 1rem;
  margin-bottom: 1rem;

  width: 100%;

  display: flex;
  flex-direction: column;

  border-radius: 20px;
  background-color: #DCECEF;
  box-shadow: -1px 0px 20px 5px rgba(0, 0, 0, 0.1);
  font-family: 'Raleway';

  overflow: hidden;
}

.closetech-image-container {
  max-height: 190px;
  height: 190px;
}

.closetech-image-container img {
  height: 100%;
  width: 100%;

  border-radius: 10px;

  object-fit: cover;

}

.closetech-title {
  padding: 1rem 0 2rem 0;
  margin: 0;

  font-size: 22px;
  font-weight: 700;
  line-height: 26px;

  text-align: center;

  color: #223547;
}

.closetech-readmore {
  position: absolute;
  bottom: -10px;
  right: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100px;
  height: 50px;

  background-color: #009CB6;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;

  transform: translate(50%, 0%);
}

.closetech-readmore:after {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljk5OTk5IDIwTDkuOTk5OTkgMkwxMiAyTDEyIDIwTDkuOTk5OTkgMjBaIiBmaWxsPSIjRENFQ0VGIiBzdHJva2U9IiNEQ0VDRUYiIHN0cm9rZS13aWR0aD0iMyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIgMTBMMjAgMTBMMjAgMTJMMiAxMkwyIDEwWiIgZmlsbD0iI0RDRUNFRiIgc3Ryb2tlPSIjRENFQ0VGIiBzdHJva2Utd2lkdGg9IjMiLz4KPC9zdmc+Cg==');
}

@media (min-width: 768px) {

  .closetech-plugin-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .closetech-item {
    max-width: 31%;
    margin-right: 1rem;
  }

  .closetech-item:last-child {
    margin-right: 0;
  }

  .closetech-content {
    margin-bottom: 1rem;
  }

  .closetech-title {
    padding: 1rem;

    min-height: 82px;

    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/**
 * ## Single post
 * --------------------------- */
.single-post .closetech-plugin-list {
  flex-direction: column;
}

.single-post .closetech-plugin-list .closetech-item {
  max-width: 100%;
}

/*Filtro Close·tech*/
.entry-content.woo-cat-navol,
ul {
  margin: 0 0 1em 0em;
}

.woo-cat-nav li {
  width: 32.8%;
  display: inline-block;
  background-color: #009CB6;
  padding: 5px 10px !important;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-right: 5px;
  text-align: center;
}

.woocommerce ul.products li.product a img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

/*Plugin WPAutotranslate*/
.tabla-translate {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: 2px solid #223547 !important;
}

.tabla-translate th {
  padding: 0.5em;
  border: 1px solid #223547 !important;
  word-break: normal;
  background-color: #223547;
  color: #fff;
}

.tabla-translate td {
  padding: 0.5em;
  border-left: 1px solid #223547 !important;
  border-right: 1px solid #223547 !important;
  word-break: normal;
  color: #223547;
}

table {
  margin: 0 0 0em;
  width: 100%;
}

.c-accordion__item {
  border: 2px solid #009CB6;
  padding: 5px;
  border-radius: 5px;
}

.c-accordion__item li {
  margin-left: 20px;
}

.acordeon-producto h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 0px !Important;
}

h4 {
  margin-bottom: 0;
}

.c-accordion__title:after {
  color: #009CB6;
  content: "+";
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*Footer*/
.site-footer .wp-block-navigation ul {
  font-size: 15px;
  line-height: 20px !important;
}

/*Producto*/
.dynamic-meta-image img {
  border-radius: 20px;
}

.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
  border-radius: 10px;

}

/* Menú mobile */
@media (max-width: 1000px) {
  .secondary-navigation {
    display: none;
  }

  .cmk-mobile-container {
    width: 100%;
  }

  .cmk-mobile-container img {
    margin-left: 20px;
  }

  /*Filtro Close·tech*/

  .woo-cat-nav li {
    width: 100%;
    display: inline-block;
    background-color: #009CB6;
    padding: 5px 10px !important;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    text-align: center;
  }



  nav.slideout-navigation .main-nav {
    border-top: 2px solid #009CB6;
    margin-bottom: 20px;
  }

  nav.slideout-navigation button.slideout-exit {
    position: absolute;
    top: 0;
    width: max-content;
    right: 10px;
    font-size: 30px;
  }

  nav.main-navigation.offside.is-open {
    width: 100%;
  }

  div.header-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  div.header-wrap .site-header {
    width: 100%;
  }

  div.header-wrap .site-header .inside-header {
    align-items: flex-start;
    margin-top: 5px;
  }

  nav.main-navigation {
    align-self: center;
  }

  nav.slideout-navigation.main-navigation {
    background-image: url(/wp-content/uploads/2022/05/fondo-mobile-tech.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  nav#generate-slideout-menu.do-overlay .slideout-menu li {
    text-align: left;
  }

  nav.slideout-navigation .slideout-menu {
    margin: 20px 0px;
  }

  nav.slideout-navigation.main-navigation .main-nav ul li a {
    font-weight: 700;
    font-size: 25px;
    width: 100%;
    padding: 0px;
    line-height: 50px;
  }

}

/*landing Conecta tu WooCommerce con tu ERP*/
.page-id-2230 .wc-block-grid__product {
  background-color: white;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #009CB6;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.25);
}

.page-id-2230 .wc-block-grid__products .wc-block-grid__product-image img {
  border-radius: 20px;
}

/*Desarrollo Close·technology*/
.menu-item-has-children .sub-menu {
  background-color: #F1FBFD;
  margin-top: -15px;
}

.menu-item-has-children .sub-menu a {
  color: var(--contrast) !important;
  background-color: #F1FBFD !important;

}

.menu-item-has-children .sub-menu:hover a {
  color: var(--accent) !important;
}

.titulo-confianza strong {
  color: #009CB6;
}

.product-template-default .container.grid-container {
  width: auto;
  margin-top: -16rem;
}

.woo-cat-nav li {
  background-color: #009CB6;
  padding: 0px 10px;
  color: #fff;
}

.woo-cat-nav li a {
  color: #fff;
  font-weight: 600;
}

.woo-cat-nav li:hover {
  background-color: #223547;
  padding: 0px 10px;
  color: #fff;
}

.bloque-bots .botcamp-item {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.site-footer .wp-block-navigation ul {
  line-height: 7px;
}

.site-footer .wp-block-navigation .wp-block-navigation-item__content {
  color: white;
}

.woocommerce-MyAccount-navigation li a {
  padding: 5px 0;
}

/* MetaBox Block Style
--------------------------------------------- */
.closetech-sidebar {
  font-family: 'Raleway';
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.bloque-blog .dynamic-entry-excerpt {
  font-size: 14px;
}

.closetech-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.closetech-header .closetech-price {
  max-width: 35%;
}

.closetech-header .closetech-btn {
  max-width: 63%;
}

.closetech-header .closetech-btn.closetech-btn--block {
  max-width: 100%;
  margin-bottom: 1rem;
}

.closetech-price {
  display: flex;
  flex-direction: column;

  width: 100%;

  margin-bottom: 0;

  color: #000000;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}

.closetech-price span {
  position: relative;
  top: -5px;

  font-size: 17px;
}

.closetech-btn {
  display: inline-block;
  width: 100%;

  padding: 6px 1.4rem;

  text-align: center;
  color: white;
  font-weight: 600;
  background-color: var(--accent-alt);

  border-radius: 5px;

}

.closetech-btn--outline {
  background-color: transparent;
  color: #009CB6 !important;
  border: 2px solid #009CB6;
  margin-bottom: 1rem;
}

.closetech-author span {
  font-weight: 700;
  color: #009CB6;
}

.closetech-accordeon {
  border-top: 2px solid #009CB6;
  padding: 1rem 0;

  cursor: pointer;
}

.closetech-accordeon h3 {
  display: flex;
  align-items: center;

  position: relative;

  font-size: 1rem;
  font-weight: 700;

  margin-bottom: 0;

  transition: .3s;
}

.icon-blue {
  display: inline-block;

  margin-right: 1rem;
  padding: 0.5em 0.6em;

  border-radius: 50%;

  font-size: 13px;
  background-color: #009CB6;
  color: white;
}

.closetech-accordeon h3::after {
  display: flex;
  align-items: center;

  height: 100%;

  font-family: "icons";

  content: '\e801';

  position: absolute;
  right: 0;
  top: 0;

  font-size: 8px;

  transition: .3s;

}

.closetech-accordeon h3.is-open::after {
  transform: rotate(-180deg);
}

.closetech-list {
  display: none;
  margin-top: 1rem;
}

.closetech-list ul {
  position: relative;

  margin: 0;
  margin-left: 24px;

  list-style-type: none;
}

.closetech-list li {
  font-size: 1rem;
  line-height: 1.1rem;

  margin-bottom: 1rem;

  list-style-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE3OTIgMTc5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjZjI4ZjIyIj48cGF0aCBkPSJtMTY3MSw1NjZxMCw0MCAtMjgsNjhsLTcyNCw3MjRsLTEzNiwxMzZxLTI4LDI4IC02OCwyOHQtNjgsLTI4bC0xMzYsLTEzNmwtMzYyLC0zNjJxLTI4LC0yOCAtMjgsLTY4dDI4LC02OGwxMzYsLTEzNnEyOCwtMjggNjgsLTI4dDY4LDI4bDI5NCwyOTVsNjU2LC02NTdxMjgsLTI4IDY4LC0yOHQ2OCwyOGwxMzYsMTM2cTI4LDI4IDI4LDY4eiIvPjwvc3ZnPg==') !important
}

.closetech-list .closetech-strong {
  font-size: 1rem;
  line-height: 1.1rem;
  margin-bottom: 1rem;
}

.closetech-strong {
  display: block;
  font-weight: bold;
}

.closetech-strong span {
  font-weight: normal;
}

.closetech-woocommerce {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

.closetech-woocommerce * {
  margin: 0 2px;
  margin-bottom: 1rem;
}

.closetech-woocommerce .woocommerce-Price-amount.amount,
.woocommerce-variation-price {
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  text-align: center
}

.woocommerce-variation-price {
  margin: 1rem 0;
}

.closetech-woocommerce .add_to_cart_button,
.closetech-woocommerce .product_type_external {
  display: inline-block;
  width: 100%;

  padding: 6px 1.4rem;

  text-align: center;
  color: white !important;
  font-weight: 600;
  background-color: #009CB6 !important;

  border-radius: 5px !important;
}

.closetech-header .variations_form {
  width: 100%;

  display: flex;
  flex-direction: column;
}

.closetech-header .variations_form .variations,
.closetech-header .variations_form .variations tr,
.closetech-header .variations_form .variations td,
.closetech-header .variations_form .variations th {
  border: none;
}

.closetech-header .variations_form .variations tr {
  display: flex;
  flex-direction: column;
}

.closetech-header .variations_form .variations tr td {
  font-size: 1rem;
  padding: 0;

  width: 100%;
  text-align: center
}

.closetech-header .variations_form .variations tr td.label label {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 700;
}

.closetech-header .variations {
  margin: 0;
}

.closetech-header .variations_form .variations tr td.value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.closetech-header .variations_form .variations tr td select {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 6px 1.4rem;
  text-align: center;

  background-color: transparent;
  color: var(--contrast);
  border: 2px solid #009CB6;
  margin-bottom: 5px;
  border-radius: 5px;

  margin: 0;
}

.quantity.buttons-added {
  display: none !important;
}

.closetech-header .variations_form .single_add_to_cart_button {
  display: inline-block !important;
  width: 100% !important;
  padding: 10px 1.4rem !important;
  text-align: center !important;
  color: white !important;
  font-weight: 600 !important;
  background-color: #009CB6 !important;
  border-radius: 5px !important;

  margin-bottom: 1rem;
  margin-top: 10px;
}

.js-closetech-reviews h3 i {
  padding: 0.5em 0.6em;
  border-radius: 50%;
  font-size: 13px;
  background-color: #009CB6;
  color: white;
  margin-right: 1rem;
}

.woocommerce .js-closetech-reviews #reviews #comments h2 {
  font-size: 14px;
  font-weight: 500;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap {
  display: grid;
  margin-bottom: 1em;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
  width: 100%;
  flex-direction: inherit;
  margin-bottom: 1em;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .ivole-summaryBox {
  width: 100%;
}

.woocommerce .js-closetech-reviews #review_form #respond .form-submit input {
  border-radius: 5px;
}

.woocommerce .js-closetech-reviews .star-rating span:before,
.woocommerce .js-closetech-reviews p.stars.selected a:before {
  color: #009CB6;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .cr-average-rating {
  color: black;
}

.js-closetech-reviews .ivole-meter .ivole-meter-bar {
  background: #009CB6;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .cr-count-filtered-reviews {
  display: none;
}


.fondo-bf-page {
  background: url(https://close.technology/wp-content/uploads/2022/11/black-close.svg);
  background-color: #009CB6;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: top;
  -webkit-animation: aitf 30s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;

}

.blog .paging-navigation {
  text-align: right;
}

/* Animate Background Image */

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

/*Filtro Close·tech*/
.entry-content.woo-cat-navol,
ul {
  margin: 0 0 1em 0em;
}

.woo-cat-nav li {
  width: 32.8%;
  display: inline-block;
  background-color: #009CB6;
  padding: 5px 10px !important;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-right: 5px;
  text-align: center;
}

.woocommerce ul.products li.product a img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

/*Submenú*/
.sub-menu .menu-item a:hover {
  background-color: #00798D !important;
  color: #fff !important;
}

/*Plugin WPAutotranslate*/
.tabla-translate {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: 2px solid #223547 !important;
}

.tabla-translate th {
  padding: 0.5em;
  border: 1px solid #223547 !important;
  word-break: normal;
  background-color: #223547;
  color: #fff;
}

.tabla-translate td {
  padding: 0.5em;
  border-left: 1px solid #223547 !important;
  border-right: 1px solid #223547 !important;
  word-break: normal;
  color: #223547;
}

table {
  margin: 0 0 0em;
  width: 100%;
}

.c-accordion__item {
  border: 2px solid #009CB6;
  padding: 5px;
  border-radius: 5px;
}

.c-accordion__item li {
  margin-left: 20px;
}

.acordeon-producto h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 0px !Important;
}

h4 {
  margin-bottom: 0;
}

.c-accordion__title:after {
  color: #009CB6;
  content: "+";
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*Proyecto*/
.titulo-proyecto {
  background-color: #009CB6;
  color: #ffffff;
  padding: 5px;
  font-weight: 600;
  border-radius: 5px;
}

/*Footer*/
.site-footer .wp-block-navigation ul {
  font-size: 15px;
  line-height: 20px !important;
}

/*Producto*/
.dynamic-meta-image img {
  border-radius: 20px;
}

.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
  border-radius: 10px;

}

/* Menú mobile */
@media (max-width: 1000px) {
  .secondary-navigation {
    display: none;
  }

  .cmk-mobile-container {
    width: 100%;
  }

  .cmk-mobile-container img {
    margin-left: 20px;
  }

  /*Filtro Close·tech*/

  .woo-cat-nav li {
    width: 100%;
    display: inline-block;
    background-color: #009CB6;
    padding: 5px 10px !important;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    text-align: center;
  }

  nav.slideout-navigation .main-nav {
    border-top: 2px solid #009CB6;
    margin-bottom: 20px;
  }

  nav.slideout-navigation button.slideout-exit {
    position: absolute;
    top: 0;
    width: max-content;
    right: 10px;
    font-size: 30px;
  }

  nav.main-navigation.offside.is-open {
    width: 100%;
  }

  div.header-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  div.header-wrap .site-header {
    width: 100%;
  }

  div.header-wrap .site-header .inside-header {
    align-items: flex-start;
    margin-top: 5px;
  }

  nav.main-navigation {
    align-self: center;
  }

  nav.slideout-navigation.main-navigation {
    background-image: url(/wp-content/uploads/2022/05/fondo-mobile-tech.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  nav#generate-slideout-menu.do-overlay .slideout-menu li {
    text-align: left;
  }

  nav.slideout-navigation .slideout-menu {
    margin: 20px 0px;
  }

  nav.slideout-navigation.main-navigation .main-nav ul li a {
    font-weight: 700;
    font-size: 25px;
    width: 100%;
    padding: 0px;
    line-height: 50px;
  }

}

/*landing Conecta tu WooCommerce con tu ERP*/
.page-id-2230 .wc-block-grid__product {
  background-color: white;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #009CB6;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.25);
}

.page-id-2230 .wc-block-grid__products .wc-block-grid__product-image img {
  border-radius: 20px;
}

/*Desarrollo Close·technology*/
.menu-item-has-children .sub-menu {
  background-color: #F1FBFD;
  margin-top: -15px;
}

.menu-item-has-children .sub-menu a {
  color: var(--contrast) !important;
  background-color: #F1FBFD !important;

}

.menu-item-has-children .sub-menu:hover a {
  color: var(--accent) !important;
}

.titulo-confianza strong {
  color: #009CB6;
}

.product-template-default .container.grid-container {
  width: auto;
  margin-top: 2rem;
}

.woo-cat-nav li {
  background-color: #009CB6;
  padding: 0px 10px;
  color: #fff;
}

.woo-cat-nav li a {
  color: #fff;
  font-weight: 600;
}

.woo-cat-nav li:hover {
  background-color: #223547;
  padding: 0px 10px;
  color: #fff;
}

.bloque-bots .botcamp-item {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.site-footer .wp-block-navigation ul {
  line-height: 7px;
}

.site-footer .wp-block-navigation .wp-block-navigation-item__content {
  color: white;
}

.woocommerce-MyAccount-navigation li a {
  padding: 5px 0;
}

/* MetaBox Block Style
--------------------------------------------- */
.closetech-sidebar {
  font-family: 'Raleway';
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.bloque-blog .dynamic-entry-excerpt {
  font-size: 14px;
}

.closetech-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.closetech-header .closetech-price {
  max-width: 35%;
}

.closetech-header .closetech-btn {
  max-width: 63%;
}

.closetech-header .closetech-btn.closetech-btn--block {
  max-width: 100%;
  margin-bottom: 1rem;
}

.closetech-price {
  display: flex;
  flex-direction: column;

  width: 100%;

  margin-bottom: 0;

  color: #000000;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}

.closetech-price span {
  position: relative;
  top: -5px;

  font-size: 17px;
}

.closetech-btn {
  display: inline-block;
  width: 100%;

  padding: 6px 1.4rem;

  text-align: center;
  color: white !important;
  font-weight: 600;
  background-color: #009CB6;

  border-radius: 5px;

}

.closetech-btn--outline {
  background-color: transparent;
  color: #009CB6 !important;
  border: 2px solid #009CB6;
  margin-bottom: 1rem;
}

.closetech-author span {
  font-weight: 700;
  color: #009CB6;
}

.closetech-accordeon {
  border-top: 2px solid #009CB6;
  padding: 1rem 0;

  cursor: pointer;
}

.closetech-accordeon h3 {
  display: flex;
  align-items: center;

  position: relative;

  font-size: 1rem;
  font-weight: 700;

  margin-bottom: 0;

  transition: .3s;
}

.icon-blue {
  display: inline-block;

  margin-right: 1rem;
  padding: 0.5em 0.6em;

  border-radius: 50%;

  font-size: 13px;
  background-color: #009CB6;
  color: white;
}

.closetech-accordeon h3.is-open::after {
  transform: rotate(-180deg);
}

.closetech-list {
  display: none;
  margin-top: 1rem;
}

.closetech-list ul {
  position: relative;

  margin: 0;
  margin-left: 24px;

  list-style-type: none;
}

.closetech-list li {
  font-size: 1rem;
  line-height: 1.1rem;

  margin-bottom: 1rem;

  list-style-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE3OTIgMTc5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjZjI4ZjIyIj48cGF0aCBkPSJtMTY3MSw1NjZxMCw0MCAtMjgsNjhsLTcyNCw3MjRsLTEzNiwxMzZxLTI4LDI4IC02OCwyOHQtNjgsLTI4bC0xMzYsLTEzNmwtMzYyLC0zNjJxLTI4LC0yOCAtMjgsLTY4dDI4LC02OGwxMzYsLTEzNnEyOCwtMjggNjgsLTI4dDY4LDI4bDI5NCwyOTVsNjU2LC02NTdxMjgsLTI4IDY4LC0yOHQ2OCwyOGwxMzYsMTM2cTI4LDI4IDI4LDY4eiIvPjwvc3ZnPg==') !important
}

.closetech-list .closetech-strong {
  font-size: 1rem;
  line-height: 1.1rem;
  margin-bottom: 1rem;
}

.closetech-strong {
  display: block;
  font-weight: bold;
}

.closetech-strong span {
  font-weight: normal;
}

.closetech-woocommerce {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

.closetech-woocommerce * {
  margin: 0 2px;
  margin-bottom: 1rem;
}

.closetech-woocommerce .woocommerce-Price-amount.amount,
.woocommerce-variation-price {
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  text-align: center
}

.woocommerce-variation-price {
  margin: 1rem 0;
}

.closetech-woocommerce .add_to_cart_button,
.closetech-woocommerce .product_type_external {
  display: inline-block;
  width: 100%;

  padding: 6px 1.4rem;

  text-align: center;
  color: white !important;
  font-weight: 600;
  background-color: #009CB6 !important;

  border-radius: 5px !important;
}

.closetech-header .variations_form {
  width: 100%;

  display: flex;
  flex-direction: column;
}

.closetech-header .variations_form .variations,
.closetech-header .variations_form .variations tr,
.closetech-header .variations_form .variations td,
.closetech-header .variations_form .variations th {
  border: none;
}

.closetech-header .variations_form .variations tr {
  display: flex;
  flex-direction: column;
}

.closetech-header .variations_form .variations tr td {
  font-size: 1rem;
  padding: 0;

  width: 100%;
  text-align: center
}

.closetech-header .variations_form .variations tr td.label label {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 700;
}

.closetech-header .variations {
  margin: 0;
}

.closetech-header .variations_form .variations tr td.value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.closetech-header .variations_form .variations tr td select {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 6px 1.4rem;
  text-align: center;

  background-color: transparent;
  color: var(--contrast);
  border: 2px solid #009CB6;
  margin-bottom: 5px;
  border-radius: 5px;

  margin: 0;
}

.quantity.buttons-added {
  display: none !important;
}

.closetech-header .variations_form .single_add_to_cart_button {
  display: inline-block !important;
  width: 100% !important;
  padding: 10px 1.4rem !important;
  text-align: center !important;
  color: white !important;
  font-weight: 600 !important;
  background-color: #009CB6 !important;
  border-radius: 5px !important;

  margin-bottom: 1rem;
  margin-top: 10px;
}

.js-closetech-reviews h3 i {
  padding: 0.5em 0.6em;
  border-radius: 50%;
  font-size: 13px;
  background-color: #009CB6;
  color: white;
  margin-right: 1rem;
}

.woocommerce .js-closetech-reviews #reviews #comments h2 {
  font-size: 14px;
  font-weight: 500;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap {
  display: grid;
  margin-bottom: 1em;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
  width: 100%;
  flex-direction: inherit;
  margin-bottom: 1em;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .ivole-summaryBox {
  width: 100%;
}

.woocommerce .js-closetech-reviews #review_form #respond .form-submit input {
  border-radius: 5px;
}

.woocommerce .js-closetech-reviews .star-rating span:before,
.woocommerce .js-closetech-reviews p.stars.selected a:before {
  color: #009CB6;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .cr-average-rating {
  color: black;
}

.js-closetech-reviews .ivole-meter .ivole-meter-bar {
  background: #009CB6;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .cr-count-filtered-reviews {
  display: none;
}

.fondo-bf-page {
	background: url(http://closetechnology.local/wp-content/uploads/2022/11/black-close.svg);
background-color: #009CB6;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 background-position: top;
	-webkit-animation: aitf 30s linear infinite;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;

}

/* Animate Background Image */

@-webkit-keyframes aitf {
0% { background-position: 0% 50%; }
100% { background-position: 100% 50%; }
}

/*Filtro Close·tech*/
.entry-content.woo-cat-navol, ul {
	margin: 0 0 1em 0em;
}

.woo-cat-nav li {
	width: 32.8%;
	display: inline-block;
	background-color: #009CB6;
	padding: 5px 10px !important;
	color: #fff;
	border-radius:10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	margin-right:5px;	
text-align:center;
}

.woocommerce ul.products li.product a img {
	border-radius:10px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
/*Submenú*/
.sub-menu .menu-item a:hover{
background-color:#00798D !important;
color:#fff !important;
}
/*Plugin WPAutotranslate*/
.tabla-translate{
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
border-radius:20px;
border: 2px solid #223547 !important;
}

.tabla-translate th {
	padding: 0.5em;
	border: 1px solid #223547 !important;
	word-break: normal;
	background-color: #223547;
	color:#fff;
}

.tabla-translate td {
	padding: 0.5em;
	border-left: 1px solid #223547 !important;
border-right: 1px solid #223547 !important;
	word-break: normal;
	color:#223547;
}
table {
	margin: 0 0 0em;
	width: 100%;
}
.c-accordion__item{
border:2px solid #009CB6;
padding:5px;
border-radius:5px;
}

.c-accordion__item li{
margin-left:20px;
}

.acordeon-producto h4{
	font-size:18px;
	font-weight: 600;
	padding:0px !Important;
}
h4{
margin-bottom:0;
}

.c-accordion__title:after {
	color: #009CB6;
	content: "+";
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*Proyecto*/
.titulo-proyecto {
background-color: #009CB6;
color: #ffffff;
padding:5px;
font-weight: 600;
border-radius:5px;
}
/*Footer*/
.site-footer .wp-block-navigation ul {
	font-size:15px;
	line-height: 20px !important;
}
/*Producto*/
.dynamic-meta-image img{
border-radius:20px;
}
.woocommerce img, .woocommerce-page img {
	height: auto;
	max-width: 100%;
border-radius:10px;	

}
/* Menú mobile */
@media (max-width: 1000px) {
.secondary-navigation {
	display: none;
}

.cmk-mobile-container {
	width: 100%;
}

.cmk-mobile-container img {
	margin-left: 20px;
}

/*Filtro Close·tech*/

.woo-cat-nav li {
	width: 100%;
	display: inline-block;
	background-color: #009CB6;
	padding: 5px 10px !important;
	color: #fff;
	border-radius:10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	margin-bottom:10px;	
text-align:center;
}



nav.slideout-navigation .main-nav {
	border-top: 2px solid #009CB6;
	margin-bottom: 20px;
}

nav.slideout-navigation button.slideout-exit {
	position: absolute;
	top: 0;
	width: max-content;
	right: 10px;
	font-size: 30px;
}

nav.main-navigation.offside.is-open {
	width: 100%;
}

div.header-wrap {
	display: flex;
	flex-wrap: wrap;
}

div.header-wrap .site-header {
	width: 100%;
}

div.header-wrap .site-header .inside-header {
	align-items: flex-start;
	margin-top: 5px;
}

nav.main-navigation {
	align-self: center;
}

nav.slideout-navigation.main-navigation {
	background-image: url(/wp-content/uploads/2022/05/fondo-mobile-tech.jpeg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

nav#generate-slideout-menu.do-overlay .slideout-menu li {
	text-align: left;
}

nav.slideout-navigation .slideout-menu {
	margin: 20px 0px;
}

nav.slideout-navigation.main-navigation .main-nav ul li a {
	font-weight: 700;
	font-size: 25px;
	width: 100%;
	padding: 0px;
	line-height: 50px;
}

}

/*landing Conecta tu WooCommerce con tu ERP*/
.page-id-2230 .wc-block-grid__product{
background-color:white;
padding:10px;
border-radius:20px;
border:2px solid #009CB6;
box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.25);
}
.page-id-2230 .wc-block-grid__products .wc-block-grid__product-image img {
	border-radius:20px;
}

/*Desarrollo Close·technology*/
.menu-item-has-children .sub-menu {
background-color: #F1FBFD;
margin-top: -15px;
}

.menu-item-has-children .sub-menu a {
color: var(--contrast) !important;
background-color: #F1FBFD !important;

}

.menu-item-has-children .sub-menu:hover a {
	color: var(--accent) !important;
}

.titulo-confianza strong{
color:#009CB6;
}
.product-template-default .container.grid-container {
	width: auto;
margin-top:2rem;
}

.woo-cat-nav li{
background-color:#009CB6;
padding:0px 10px;
color:#fff;
}
.woo-cat-nav li a{
color:#fff;
font-weight:600;
}
.woo-cat-nav li:hover{
background-color:#223547;
padding:0px 10px;
color:#fff;
}
.bloque-bots .botcamp-item{
background-color:white;
padding:10px;
border-radius: 10px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.site-footer .wp-block-navigation ul {
line-height: 7px;
}

.site-footer .wp-block-navigation .wp-block-navigation-item__content {
color: white;
}

.woocommerce-MyAccount-navigation li a {
padding: 5px 0;
}

/* MetaBox Block Style
--------------------------------------------- */
.closetech-sidebar {
font-family: 'Raleway';
padding: 24px;
border-radius: 10px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
background-color: #ffffff;
}
.bloque-blog .dynamic-entry-excerpt{
font-size:14px;
}
.closetech-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}

.closetech-header .closetech-price {
max-width: 35%;
}

.closetech-header .closetech-btn{
max-width: 63%;
}

.closetech-header .closetech-btn.closetech-btn--block {
max-width: 100%;
margin-bottom: 1rem;
}

.closetech-price {
display: flex;
flex-direction: column;

width: 100%;

margin-bottom: 0;

color: #000000;
font-weight: bold;
font-size: 26px;
line-height: 30px;
}

.closetech-price span {
position: relative;
top: -5px;

font-size: 17px;
}

.closetech-btn {
display: inline-block;
width: 100%;

padding: 6px 1.4rem;

text-align: center;
color: white !important;
font-weight: 600;
background-color: #009CB6;

border-radius: 5px;

}

.closetech-btn--outline {
background-color: transparent;
color: #009CB6 !important;
border: 2px solid #009CB6;
margin-bottom: 1rem;
}

.closetech-author span {
font-weight: 700;
color: #009CB6;
}

.closetech-accordeon {
border-top: 2px solid #009CB6;
padding: 1rem 0;

cursor: pointer;
}

.closetech-accordeon h3 {
display: flex;
align-items: center;

position: relative;

font-size: 1rem;
font-weight: 700;

margin-bottom: 0;

transition: .3s;
}

.icon-blue {
display: inline-block;

margin-right: 1rem;
padding: 0.5em 0.6em;

border-radius: 50%;

font-size: 13px;
background-color: #009CB6;
color: white;
}

.closetech-list {
display: none;
margin-top: 1rem;
}

.closetech-list ul {
position: relative;

margin: 0;
margin-left: 24px;

list-style-type: none;
}

.closetech-list li {
font-size: 1rem;
line-height: 1.1rem;

margin-bottom: 1rem;

list-style-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE3OTIgMTc5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjZjI4ZjIyIj48cGF0aCBkPSJtMTY3MSw1NjZxMCw0MCAtMjgsNjhsLTcyNCw3MjRsLTEzNiwxMzZxLTI4LDI4IC02OCwyOHQtNjgsLTI4bC0xMzYsLTEzNmwtMzYyLC0zNjJxLTI4LC0yOCAtMjgsLTY4dDI4LC02OGwxMzYsLTEzNnEyOCwtMjggNjgsLTI4dDY4LDI4bDI5NCwyOTVsNjU2LC02NTdxMjgsLTI4IDY4LC0yOHQ2OCwyOGwxMzYsMTM2cTI4LDI4IDI4LDY4eiIvPjwvc3ZnPg==')!important

}

.closetech-list .closetech-strong {
font-size: 1rem;
line-height: 1.1rem;
margin-bottom: 1rem;
}

.closetech-strong {
display: block;
font-weight: bold;
}

.closetech-strong span {
font-weight: normal;
}

.closetech-woocommerce {
display: flex;
justify-content: center;
flex-wrap: wrap;

}

.closetech-woocommerce * {
margin: 0 2px;
margin-bottom: 1rem;
}

.closetech-woocommerce .woocommerce-Price-amount.amount,
.woocommerce-variation-price {
font-size: 23px;
line-height: 30px;
font-weight: bold;
text-align: center
}

.woocommerce-variation-price {
margin: 1rem 0;
}

.closetech-woocommerce .add_to_cart_button,
.closetech-woocommerce .product_type_external {
display: inline-block;
width: 100%;

padding: 6px 1.4rem;

text-align: center;
color: white !important;
font-weight: 600;
background-color: #009CB6 !important;

border-radius: 5px !important;
}

.closetech-header .variations_form {
width: 100%;

display: flex;
flex-direction: column;
}

.closetech-header .variations_form .variations,
.closetech-header .variations_form .variations tr,
.closetech-header .variations_form .variations td,
.closetech-header .variations_form .variations th {
border: none;
}

.closetech-header .variations_form .variations tr {  
display:flex;
flex-direction: column;
}

.closetech-header .variations_form .variations tr td {
font-size: 1rem;
padding: 0;

width: 100%;
text-align: center
}

.closetech-header .variations_form .variations tr td.label label {
display: inline-block;
font-size: 20px;
line-height: 25px;
margin-bottom: 5px;
font-weight: 700;
}

.closetech-header .variations {
margin: 0;
}

.closetech-header .variations_form .variations tr td.value {
display:flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
}

.closetech-header .variations_form .variations tr td select {
display: inline-block;
width: 100%;
height: 100%;
padding: 6px 1.4rem;
text-align: center;

background-color: transparent;
color: var(--contrast);
border: 2px solid #009CB6;
margin-bottom: 5px;
border-radius: 5px;

margin: 0;
}

.quantity.buttons-added {
display: none !important;
}

.closetech-header .variations_form .single_add_to_cart_button {
display: inline-block !important;
width: 100% !important;
padding: 10px 1.4rem !important;
text-align: center !important;
color: white !important;
font-weight: 600 !important;
background-color: #009CB6 !important;
border-radius: 5px !important;

margin-bottom: 1rem;
margin-top: 10px;
}

.js-closetech-reviews h3 i {
padding: 0.5em 0.6em;
border-radius: 50%;
font-size: 13px;
background-color: #009CB6;
color: white;
margin-right: 1rem;
}

.woocommerce .js-closetech-reviews #reviews #comments h2 {
font-size: 14px;
font-weight: 500;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap {
display: grid;
margin-bottom: 1em;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
width: 100%;
flex-direction: inherit;
margin-bottom: 1em;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .ivole-summaryBox{
width: 100%;
}

.woocommerce .js-closetech-reviews #review_form #respond .form-submit input {
border-radius: 5px;
}

.woocommerce .js-closetech-reviews .star-rating span:before, .woocommerce .js-closetech-reviews p.stars.selected a:before {
color: #009CB6;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .cr-average-rating {
color: black;
}

.js-closetech-reviews .ivole-meter .ivole-meter-bar {
background: #009CB6;
}

.js-closetech-reviews #reviews .cr-summaryBox-wrap .cr-count-filtered-reviews {
display: none;
}

@media only screen and (min-width: 768px) {

.closetech-price {
	font-size: 22px;
	line-height: 27px;
}

.closetech-sidebar {
	max-width: 330px;
	width: 100%;
}

.closetech-header .closetech-price {
	max-width: 30%;
}

.closetech-header .closetech-btn{
	max-width: 68%;
}

}

@media only screen and (min-width: 768px) {

.closetech-price {
	font-size: 28px;
	line-height: 30px;
}

.closetech-header .closetech-price {
	max-width: 50%;
}

.closetech-header .closetech-btn{
	max-width: 50%;
}

}

.closetech-header .variations_form .variations tr td .reset_variations {
display: none;
width: 100%;
height: 100%;
text-align: center;
color: #009CB6 !important;
font-weight: 600;
background-color: unset !important;
border-radius: 5px;
margin-top: 10px;
}

.separate-containers .inside-article {
	padding: 0px;
}
.navigation-branding img {
	height: 50px;
	width: auto;
}

@media only screen and (max-width: 768px) { 
	h1.f30 {
		font-size:37px;
		line-height:1.2;
	}
	.single-post .element-banner h1 {
		font-size:30px;
		padding:0 20px;
	}

	h2.f15 strong{
		font-size:15px;
	}

	.home-tech .gb-container {
		margin-top:10px;
	}

	.single-product .entry-content .product,
	.category-blog .generate-columns-container,
	.separate-containers .inside-article .entry-content > .wc-columns-container,
	.separate-containers .inside-article .entry-content > .gb-container,
	.single-post .comments-area,
	.single-post article {
		padding: 0 20px;
	}

	.footer-shop .gb-inside-container,
	.footer-privacy .gb-inside-container {
		padding-top:2rem;
	}

	.footer-privacy .gb-inside-container {
		text-align:center;
	}

	body:not(.no-sidebar).single-product .entry-content .alignfull {
		margin-left: auto; 
		width: auto; 
		max-width: auto;
	}

	.single-product .closetech-sidebar{
		margin-bottom:2rem;
	}

	.woocommerce-products-header ul.woo-cat-nav {
		margin: 0px 20px 15px 20px;
	}

	.nav-below-header .main-navigation .inside-navigation.grid-container {
		padding: 20px 27px 0px 27px;
	}

	.page .site-content {
		padding-left:20px;
		padding-right:20px;
	}
}

.single-post .entry-header .entry-meta {
margin-bottom:1rem;
color:#009CB6;
}
.single-post .entry-header .author-name {
	color:#009CB6;
}

body.single-product .add-to-cart-panel {
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

body.single-product .add-to-cart-panel .product-image img {
max-height: 100px;
}

/* WooCommerce Account */
body.woocommerce-account .entry-content {
padding: 3rem 0;
}

@media (min-width: 1024px) {
.product-template-default .inside-right-sidebar {
	transition: .5s ease-in-out;
	position: sticky;
	top: 50px;
}
}

.closetech-header .variations_form .variations tr td .reset_variations {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #009CB6 !important;
  font-weight: 600;
  background-color: unset !important;
  border-radius: 5px;
  margin-top: 10px;
}

.separate-containers .inside-article {
  padding: 0px;
}

.navigation-branding img {
  height: 50px;
  width: auto;
}

.single-post .entry-header .entry-meta {
  margin-bottom: 1rem;
  color: #009CB6;
}

.single-post .entry-header .author-name {
  color: #009CB6;
}

body.single-product .add-to-cart-panel {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

body.single-product .add-to-cart-panel .product-image img {
  max-height: 100px;
}

/* WooCommerce Account */
body.woocommerce-account .entry-content {
  padding: 3rem 0;
}

@media (min-width: 1024px) {
  .product-template-default .inside-right-sidebar {
    transition: .5s ease-in-out;
    position: sticky;
    top: 50px;
  }
}

/* Formularios */
.gform_legacy_markup_wrapper .gform_body * {
  color: #029DB6;
}


/* Dark Mode */

h2.woocommerce-loop-product__title:hover {
  color: white;
}

div.wc-block-grid__product-title:hover {
  color: white;
}

.entry-meta,
.entry-meta a {
  color: white;
}

.closetech-header .variations_form .variations tr td select {
  color: var(--base-3);
}

select#pa_installations {
  color: white;
}

div.woocommerce-product-details__short-description {
  color: white;
}

a:hover {
  color: white;
}

.gb-grid-wrapper-88105eb7 div.gb-headline-text {
  color: #fff;
}


h2.gb-headline-43f52581 a,
h2.gb-headline-9b34e171 a,
h2.gb-headline-43f52581 a,
h2.gb-headline-337892a0 {
  color: var(--accent);
}

h2.gb-headline-1939a87a {
    color: var(--base);
}

h3.gb-headline-9b3aba48 {
    color: var(--base);
}

.gb-container-079cab77 {
    background-color: var(--base-dark);
}

.has-contrast-color {
    color: var(--base) !important;
}

.gb-container-e1a7ea0e {
    background-color: var(--base-dark);
}

h1.gb-headline-67352453 {
    color: var(--base);
}

h2.gb-headline-2c47b7a5 {
    color: var(--base);
}

.gb-container-a8eccb16 {
    background-color: var(--base-dark);
}

.closetech-header .variations_form .variations tr td .reset_variations {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #009CB6 !important;
  font-weight: 600;
  background-color: unset !important;
  border-radius: 5px;
  margin-top: 10px;
}

.separate-containers .inside-article {
  padding: 0px;
}

.navigation-branding img {
  height: 50px;
  width: auto;
}

@media only screen and (min-width: 768px) {

  .closetech-price {
    font-size: 22px;
    line-height: 27px;
  }

  .closetech-sidebar {
    max-width: 330px;
    width: 100%;
  }

  .closetech-header .closetech-price {
    max-width: 30%;
  }

  .closetech-header .closetech-btn {
    max-width: 68%;
  }

  .closetech-price {
    font-size: 28px;
    line-height: 30px;
  }

  .closetech-header .closetech-price {
    max-width: 50%;
  }

  .closetech-header .closetech-btn {
    max-width: 50%;
  }

  .closetech-price {
    font-size: 22px;
    line-height: 27px;
  }

  .closetech-sidebar {
    max-width: 330px;
    width: 100%;
  }

  .closetech-header .closetech-price {
    max-width: 30%;
  }

  .closetech-header .closetech-btn {
    max-width: 68%;
  }

  .closetech-price {
    font-size: 28px;
    line-height: 30px;
  }

  .closetech-header .closetech-price {
    max-width: 50%;
  }

  .closetech-header .closetech-btn {
    max-width: 50%;
  }

  h1.f30 {
    font-size: 37px;
    line-height: 1.2;
  }

  .single-post .element-banner h1 {
    font-size: 30px;
    padding: 0 20px;
  }

  h2.f15 strong {
    font-size: 15px;
  }

  .home-tech .gb-container {
    margin-top: 10px;
  }

  .single-product .entry-content .product,
  .category-blog .generate-columns-container,
  .separate-containers .inside-article .entry-content>.wc-columns-container,
  .separate-containers .inside-article .entry-content>.gb-container,
  .single-post .comments-area,
  .single-post article {
    padding: 0 20px;
  }

  .footer-shop .gb-inside-container,
  .footer-privacy .gb-inside-container {
    padding-top: 2rem;
  }

  .footer-privacy .gb-inside-container {
    text-align: center;
  }

  body:not(.no-sidebar).single-product .entry-content .alignfull {
    margin-left: auto;
    width: auto;
    max-width: auto;
  }

  .single-product .closetech-sidebar {
    margin-bottom: 2rem;
  }

  .woocommerce-products-header ul.woo-cat-nav {
    margin: 0px 20px 15px 20px;
  }

  .nav-below-header .main-navigation .inside-navigation.grid-container {
    padding: 20px 27px 0px 27px;
  }

  .page .site-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1.f30 {
    font-size: 37px;
    line-height: 1.2;
  }

  .single-post .element-banner h1 {
    font-size: 30px;
    padding: 0 20px;
  }

  h2.f15 strong {
    font-size: 15px;
  }

  .home-tech .gb-container {
    margin-top: 10px;
  }

  .single-product .entry-content .product,
  .category-blog .generate-columns-container,
  .separate-containers .inside-article .entry-content>.wc-columns-container,
  .separate-containers .inside-article .entry-content>.gb-container,
  .single-post .comments-area,
  .single-post article {
    padding: 0 20px;
  }

  .footer-shop .gb-inside-container,
  .footer-privacy .gb-inside-container {
    padding-top: 2rem;
  }

  .footer-privacy .gb-inside-container {
    text-align: center;
  }

  body:not(.no-sidebar).single-product .entry-content .alignfull {
    margin-left: auto;
    width: auto;
    max-width: auto;
  }

  .single-product .closetech-sidebar {
    margin-bottom: 2rem;
  }

  .woocommerce-products-header ul.woo-cat-nav {
    margin: 0px 20px 15px 20px;
  }

  .nav-below-header .main-navigation .inside-navigation.grid-container {
    padding: 20px 27px 0px 27px;
  }

  .page .site-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single-post .entry-header .entry-meta {
  margin-bottom: 1rem;
  color: #009CB6;
}

.single-post .entry-header .author-name {
  color: #009CB6;
}

body.single-product .add-to-cart-panel {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

body.single-product .add-to-cart-panel .product-image img {
  max-height: 100px;
}

/* WooCommerce Account */
body.woocommerce-account .entry-content {
  padding: 3rem 0;
}

@media (min-width: 1024px) {
  .product-template-default .inside-right-sidebar {
    transition: .5s ease-in-out;
    position: sticky;
    top: 50px;
  }
}

/* Shortcode custom Close Menú
--------------------------------------------- */
.gp-shortcode-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.gp-shortcode-nav ul li {
  display: inline-block;
}

.gp-shortcode-nav ul li a {
  text-decoration: none;
  display: block;
  color: var(--base-3);
}

.gp-shortcode-nav ul li a:hover {
  color: var(--accent-alt);
}
