@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.nubetecnologica.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.1") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 200;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: none;
	--wd-title-color: #242424;
	--wd-entities-title-font: Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: Arial, Helvetica, sans-serif;
	--wd-widget-title-font: Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 200;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: #004e7d;
	--wd-alternative-color: #ff9000;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #004e7d;
	--btn-accented-bgcolor-hover: #002149;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://www.nubetecnologica.com/wp-content/uploads/2020/09/DisenoSitioWeb.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,77,128);
	background-image: url(https://www.nubetecnologica.com/wp-content/uploads/footer-bg-azul262.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
}
html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title {
	font-size: 24px;
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
	font-size: 22px;
	color: #fd4680;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title {
		font-size: 18px;
	}
	html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
		font-size: 16px;
	}

}

@media (max-width: 768.98px) {
	html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title {
		font-size: 12px;
	}
	html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
		font-size: 14px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}

rs-slides :is([data-type=text],[data-type=button]) {
font-family: Arial, Helvetica, sans-serif !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Arial, Helvetica, sans-serif !important;
}

@font-face {
	font-family: "Jost";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Jost";
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Jost";
	font-weight: 500;
	font-style: normal;
}

.imgNegro img{
	-webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -o-filter: grayscale(100%);
 filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
}

.imgNegro img:hover{
	 -webkit-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;s; 
}

.site-mobile-menu li a {
    text-transform: initial;
    font-size: 16px;
}
.wd-entry-meta {
    display: none; 
}
ul li {
    font-size: 14px;
}

.post-single-page .entry-header {
    display: none;
}

#wd-5f6f748ef32e3 p, #wd-5f6f53e152d6d p {
    font-size: 17px;
}

.imageHome .promo-banner {
    z-index: 100;
}

.entry-meta.woodmart-entry-meta {
    display: none;
}

.navigation-style-underline .nav-link-text:after {
    z-index: 1000;
}

.whb-sticked .submenu {
     margin-top: -11px !important;
}

.submenu p {
    border-left: 1px solid #dbdbdb;
    padding-left: 9px;
    font-weight: bold;
}

.submenu {
    left: 15px !important;
	  width: 1192px !important;
	  padding-left: 80px !important;
  	background-repeat: no-repeat;
}

span.load-more-label {
    text-transform: initial;
    font-size: 15px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #004e7d;
    color: white;
    text-transform: initial;
    font-size: 15px;
}

.sub-menu-dropdown {
   background-color: transparent !important;
   box-shadow: none !important;
	 padding-top: 10px !important;
}

.menu-item-design-sized .sub-menu-dropdown {
    padding: 0 !important;
}

textarea {
    min-height: 122px;
}

.GaleriaLogos .owl-item img, .woodmart-portfolio-holder .entry-header {
    box-shadow: 0 0 4px rgba(0,0,0,.12);
}

.woodmart-counter .counter-label {
    margin-top: -10px;
}

.single-portfolio .breadcrumbs {
    display: none;
}

.vc_progress_bar .vc_single_bar .vc_label {
    text-transform: initial;
    font-size: 13px;
}

p {
	font-size: 14px;
}

.breadcrumbs a, .breadcrumbs span, .yoast-breadcrumb a, .yoast-breadcrumb span {
    text-transform: initial;
    font-size: 14px;
}

.whatsappFixed {
    position: fixed;
    bottom: 0;
	left:10px;
    z-index: 100;
    padding: 20px;
    width: 245px;
	  transition: 0.5s ease;
}
.whatsappFixed:hover {
    transform: scale(1.05);
}

.site-logo {
    padding-right: 30px;
}

.whb-sticked .navigation-style-underline .nav-link-text {
    line-height: 3.6;
}

.subfooter3 .box-icon-wrapper {
    margin-right: 5px;
	  line-height: 3;
}

.footer-column {
    margin-bottom: 0;
}

.navigation-style-underline .nav-link-text {
    line-height: 5.6;
}
.navigation-style-underline .nav-link-text:after {
    height: 4px;
}

.min-footer {
    font-size: 13px;
}

.footer-sidebar {
    padding-top: 0;
    padding-bottom: 0;
}

/*
.wof-wheel.wof-theme-orange {
    background: #004e7d !important;
}

.wof-wheel.wof-theme-orange button {
    color: #FFF !important;
    background: #ff9000 !important;
}
.wof-wheel.wof-theme-orange .wof-title em {
    color: #ff9000 !important;
}

.wof-wheel.wof-theme-orange .wof-pointer-color {
    fill: #ff9000 !important;
}

.wof-wheel.wof-theme-orange .wof-slice[data-slice="1"], .wof-wheel.wof-theme-orange .wof-slice[data-slice="11"], .wof-wheel.wof-theme-orange .wof-slice[data-slice="3"], .wof-wheel.wof-theme-orange .wof-slice[data-slice="5"], .wof-wheel.wof-theme-orange .wof-slice[data-slice="7"], .wof-wheel.wof-theme-orange .wof-slice[data-slice="9"] {
    color: #FFF !important;
}

.wof-wheel.wof-theme-orange .wof-wheel-bg {
    background-image: url(/wp-content/uploads/RULETANUBE.png) !important;
}


*/

.wof-wheel .wof-slice {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  text-align: right;
  width: 41%;
  font-weight: 500 !important;
  color: #fff;
  font-size: 16px;
  text-transform: initial !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

.blog-footer {
  margin-bottom: 20px;
}@media (min-width: 768px) and (max-width: 1024px) {
	.footer-column {
    margin-bottom: 70px;
}


}

@media (min-width: 577px) and (max-width: 767px) {
	.footer-column {
    margin-bottom: 70px;
}


}

@media (max-width: 576px) {
	.footer-column {
    margin-bottom: 70px;
}

}

