/*!
Theme Name: dipsalut
Theme URI: http://underscores.me/
Author: tresipunt
Author URI: http://www.tresipunt.com
Description: theme for dipsalut web
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dipsalut
Template: storefront
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ddgi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# ddgi - header
--------------------------------------------------------------*/
@font-face {
  font-family: "Helvetica Rounded";
  src: url("fonts/Helvetica-Rounded-Bold.otf"); }
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Helvetica Rounded", Arial, "Noto Sans", sans-serif; }

body.custom-background {
  background-color: #ffffff; }

@media screen and (min-width: 768px) {
  .site-header {
    border-bottom-color: #ccc;
    padding-top: 10px; } }
img {
  border-radius: 0px; }

.custom-site-branding .logo {
  padding-top: 20px; }

header + .storefront-sorting {
  display: none; }

.products a.button {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6,
.wc-block-grid__product-title {
  color: #000000; }

h1 {
  font-size: 2.5em; }

h1.woocommerce-products-header__title {
  margin-top: 0; }

.site-main ul.products.columns-3 li.product {
  float: none;
  padding: 0px;
  background: #ffffff; }

.hero {
  overflow: hidden;
  max-height: 200px; }

.secondary-navigation {
  display: all; }

#menu-item-24680 {
  font-weight: bold; }

ul.products li.product {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2); }

ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.2rem; }

.course-list-info {
  padding: 20px; }

.course-list-info label {
  font-weight: 700;
  color: #000000; }

.course-image-container .course-type {
  font-size: .8rem;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0; }

.course-image-container .course-type.curs-presencial {
  background-color: #000000; }

.course-image-container img {
  width: 100%;
  height: 120px;
  object-fit: cover; }

.course-image-container {
  height: 120px;
  margin-bottom: 10px; }

.searchandfilter li:hover {
  color: #404040; }

.searchandfilter li li:hover > label {
  color: #ffc629;
  font-weight: 500;
  cursor: pointer; }

@media (min-width: 768px) {
  .site-main .left-sidebar .widget-area {
    width: 28%;
    margin-right: 2%; }

  .site-main .left-sidebar .content-area {
    width: 70%; }

  .site-main ul.products.columns-3 li.product {
    width: 48%;
    margin-right: 2%; } }
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  background-color: #ffffff; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 2px solid #000000; }

input:focus {
  outline-color: #000000 !important; }

ul.products li.product {
  margin-bottom: 15px; }

.product .product-content .extra-info-bg {
  background: none;
  color: #404040;
  margin: 20px 0;
  border-bottom: 1px solid #ccc; }

.product .product-content .extra-info-bg .info div {
  padding: 0px; }

.product-content .info {
  width: 100%;
  float: none;
  margin: 30px 0; }

.product .product-content .extra-info-bg .info div label {
  color: #000000; }

.product .product-info .entry-summary {
  padding: 20px;
  margin-top: 0; }

.product .product-info .entry-summary .inscriptions-fields > div,
.product .product-info .entry-summary .extra-fields > div {
  padding: 10px 0; }

.single-product div.product p.price {
  padding: 0 0 10px; }

@media (min-width: 501px) {
  .product-info {
    width: 24%;
    margin-left: 1%; } }
@media (min-width: 768px) {
  .storefront-breadcrumb {
    margin: 0 0 0; }

  ul.products li.product.last,
  ul.products .wc-block-grid__product.last,
  .wc-block-grid__products li.product.last,
  .wc-block-grid__products .wc-block-grid__product.last {
    margin-right: 2% !important; } }
@media (max-width: 500px) {
  header.site-header {
    padding: 0px; } }
@media (max-width: 767px) {
  .main-navigation li {
    float: none; }

  .menu-toggle {
    display: block; }

  #site-navigation-menu-toggle {
    top: -45px;
    position: absolute;
    right: 10px;
    padding: 10px 20px 10px 20px; }

  button.menu-toggle {
    text-indent: -9999px;
    border: 1px solid #777; } }
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
  color: #ffc629; }

a:hover, a:focus, a:active {
  color: #333333; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

.searchandfilter li:hover {
  color: #ffc629; }

li.product:hover {
  filter: brightness(0.9); }

#menu-mainmenu a:hover {
  color: #000000 !important; }

#menu-mainmenu li.current-menu-item a {
  color: #000000 !important; }

body.archive #secondary, .left-sidebar .widget-area {
  background-color: #ffffff; }

.widget_search_filter_register_widget {
  padding: 10px; }

.searchandfilter > ul > li[data-sf-combobox="1"] label {
  display: inline-block; }

.searchandfilter h4 {
  font-weight: bold; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

.clear {
  clear: both; }

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
select {
  border-radius: 3px;
  padding: 5px 3px;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125); }

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number],
input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time],
input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  background-color: #fff; }

.wpcf7-form input[type="submit"] {
  padding: 1em .875em !important;
  background-color: #ffc629 !important;
  border-color: #ffc629 !important;
  color: #ffffff !important;
  font-size: .875em !important;
  font-weight: 400 !important; }
  .wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus {
    color: #ffc629 !important;
    background-color: transparent !important; }

#sex_field > span > input, #sex_field > span > label {
  display: inline-block; }

#sex_field > span > label {
  margin-right: 20px; }

form.edit-account p:last-of-type, #reg_public_employee_field {
  clear: both; }

input[readonly] {
  background-color: #f2f2f2; }

/*--------------------------------------------------------------
Inputs & Buttons
--------------------------------------------------------------*/
input:focus {
  outline-color: #ffc629 !important; }

.checkout-button, .button {
  background-color: #ffc629 !important;
  border-color: #ffc629 !important;
  color: #ffffff !important;
  padding: 1em .875em; }
  .checkout-button:hover, .button:hover {
    background-color: #ffc629 !important;
    border-color: #ffc629 !important;
    color: #ffffff !important; }

.site-header-cart .cart-contents::after {
  color: #000000 !important; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #ffc629; }

table:not(.has-background) tbody td, table:not(.has-background) tbody tr:nth-child(2n) td, table td {
  background-color: #ffffff; }

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #ffc629; }

.custom-site-branding {
  background-color: #ffc629; }
  .custom-site-branding nav {
    top: 65px !important; }
  .custom-site-branding .logo {
    padding-top: 10px; }
  .custom-site-branding .row {
    position: relative; }
  .custom-site-branding .badge_DDGI {
    position: absolute;
    right: 0;
    z-index: 9999; }
  .custom-site-branding .badge_DDGI img {
    margin-bottom: 0px !important;
    margin-top: -10px;
    transition: all 0.3s ease; }
  .custom-site-branding .badge_DDGI a:hover img {
    margin-top: 0px; }
  @media only screen and (max-width: 999px) {
    .custom-site-branding .badge_DDGI {
      display: none; } }

.header-container {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px;
  overflow-wrap: anywhere; }
  .header-container .header-extra-links {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .header-container .header-extra-links .site-search .widget_product_search input[type=search] {
      padding-top: 0.8em;
      padding-bottom: 0.5em; }

.home.post-type-archive-product .site-header {
  margin-bottom: 0; }

.hero img {
  width: 100%; }

@media (min-width: 500px) {
  .site-title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 0; } }
@media (max-width: 500px) {
  .site-title {
    font-size: 1.2em !important; } }
.site-title a {
  color: #ffc629; }
  .site-title a:hover {
    color: #ffc629;
    text-decoration: none; }

#menu-user-menu li a {
  background-color: #fcdb86;
  border: 1px solid #000000;
  color: #000000; }
  #menu-user-menu li a:hover {
    color: #000000;
    background-color: #ffffff; }

.acceso-formaciones-container {
  margin-bottom: 10px;
  text-align: right; }
  .acceso-formaciones-container .btn-acceso-formaciones {
    background-color: #ffc629;
    border: 1px solid #ffc629;
    color: #ffffff;
    padding: 0.575em;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px; }
    .acceso-formaciones-container .btn-acceso-formaciones:hover {
      color: #ffc629;
      background-color: transparent; }

.news-container {
  background-color: #ffffff;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.carousel-control-next-icon {
  background-image: url("img/arrow-right.svg") !important; }

.site-header-cart .cart-contents {
  text-align: right; }
  .site-header-cart .cart-contents .woocommerce-Price-amount {
    display: none !important; }
  .site-header-cart .cart-contents:after {
    padding-left: 10px; }

@media (min-width: 768px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 31.73913%; }

  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 37.826087%; }

  .woocommerce-active .site-header .site-header-cart, .woocommerce-active .site-header .site-search, .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 100%; }

  .secondary-navigation, .site-search {
    margin: 0; }

  .site-header {
    padding-top: 0; }

  .woocommerce-active .site-header .main-navigation {
    width: 100%; }

  .header-container {
    grid-template-columns: auto 1.5fr; }

  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    margin-right: 1%; } }
@media (max-width: 768px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    margin-right: 0; }

  .site-search {
    display: none; } }
@media (max-width: 500px) {
  header.site-header {
    padding-top: 10px; }

  .site-branding {
    margin-bottom: 20px; }

  .handheld-navigation {
    margin-top: 34px; }
    .handheld-navigation li {
      float: none;
      display: block; } }
footer#colophon.site-footer {
  font-family: "Helvetica Rounded", Arial, "Noto Sans", sans-serif;
  color: #ffffff !important;
  background-color: #000000;
  font-size: 14px;
  padding: 0;
  margin: 0; }
  footer#colophon.site-footer a {
    color: #ffffff !important;
    text-decoration: none !important; }
    footer#colophon.site-footer a:hover {
      color: #6F7173 !important;
      text-decoration: underline !important; }
  footer#colophon.site-footer .col-full {
    max-width: 100%;
    padding: 10px 10px; }
    footer#colophon.site-footer .col-full .footer-widgets {
      max-width: 100%; }
      footer#colophon.site-footer .col-full .footer-widgets.row-1 {
        padding: 10px;
        margin: 0 auto; }
        footer#colophon.site-footer .col-full .footer-widgets.row-1 .menu {
          display: flex;
          flex-direction: column;
          list-style-type: none; }
          footer#colophon.site-footer .col-full .footer-widgets.row-1 .menu li {
            padding: 0;
            margin: 0; }
            footer#colophon.site-footer .col-full .footer-widgets.row-1 .menu li::before, footer#colophon.site-footer .col-full .footer-widgets.row-1 .menu li::after {
              content: '';
              display: none; }
      footer#colophon.site-footer .col-full .footer-widgets.row-2 {
        margin: 0 auto;
        padding: 25px 0;
        border-top: 1px solid #ffffff; }
        footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-2,
        footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-3 {
          width: 0 !important; }
        footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-1 {
          width: 300px; }
        footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-4 {
          width: auto; }
        footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-4 {
          text-align: right;
          margin-left: 0; }
        footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu {
          margin-top: 1.5em;
          display: flex;
          flex-direction: row;
          justify-content: flex-end;
          list-style-type: none; }
          footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu li {
            padding-right: 1em; }
            footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu li::before, footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu li::after {
              content: ''; }
            footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu li:not(:last-child)::after {
              padding-left: 1em;
              content: ' / '; }
      footer#colophon.site-footer .col-full .footer-widgets .widget h4.widget-title {
        color: #ffffff;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        margin: 16px 0 4px;
        padding-bottom: 0; }
      footer#colophon.site-footer .col-full .footer-widgets .widget span.bigger {
        font-size: 16px; }
      footer#colophon.site-footer .col-full .footer-widgets .widget .widget_text {
        list-style-type: none;
        margin: 0 0 0.5rem; }
        footer#colophon.site-footer .col-full .footer-widgets .widget .widget_text .textwidget p {
          margin: 0; }
      footer#colophon.site-footer .col-full .footer-widgets .widget_nav_menu {
        margin: 0; }

#superfooter.col-2 {
  display: flex;
  padding-top: 25px !important;
  border-top: 1px solid white; }
  #superfooter.col-2 > div {
    flex: 0 0 35%; }
    #superfooter.col-2 > div:last-child {
      flex: 0 0 65%; }
    #superfooter.col-2 > div ul {
      flex-direction: row !important;
      justify-content: flex-end; }
      #superfooter.col-2 > div ul li {
        display: inline-block;
        flex: 0 0 auto; }
        #superfooter.col-2 > div ul li:not(:last-child):after {
          display: inline-block !important;
          padding: 0 10px;
          content: ' / ' !important;
          color: white !important; }
  #superfooter.col-2 .widget_nav_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; }

@media (min-width: 1280px) {
  footer#colophon.site-footer .col-full .footer-widgets {
    max-width: 1350px; } }
@media (min-width: 1024px) and (max-width: 1280px) {
  footer#colophon.site-footer .col-full .footer-widgets {
    max-width: 100%; }
    footer#colophon.site-footer .col-full .footer-widgets .row-2 {
      padding: 25px 0 0; } }
@media (min-width: 768px) and (max-width: 1024px) {
  footer .footer-widgets.col-4 .block {
    float: none;
    width: 100%;
    margin: 0; } }
@media (min-width: 501px) and (max-width: 1024px) {
  footer#colophon.site-footer .col-full .footer-widgets.row-2 img {
    width: 350px;
    margin: 0 auto; }
  footer#colophon.site-footer .col-full .footer-widgets.row-2 .block {
    float: none;
    width: 100%;
    margin: 0; }
  footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-1,
  footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-4 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }
  footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-4 {
    text-align: center; }
  footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu {
    margin-top: 1.5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
    font-size: 16px; }
    footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu li {
      margin: 0;
      padding: 0 0 0 .5em; }
      footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu li:not(:last-child)::after {
        padding-left: .5em;
        content: ' / '; }

  .storefront-handheld-footer-bar {
    display: none; } }
@media (max-width: 500px) and (max-width: 1024px) {
  footer#colophon.site-footer .col-full .footer-widgets.row-2 img {
    width: 100%; }
  footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-1,
  footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-4 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }
  footer#colophon.site-footer .col-full .footer-widgets.row-2 .footer-widget-4 {
    text-align: center; }
  footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu {
    margin-top: 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style-type: none;
    font-size: 11px; }
    footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu li {
      margin: 0; }
      footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu li a {
        padding: 3px; }
      footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu li::before, footer#colophon.site-footer .col-full .footer-widgets.row-2 .menu li::after {
        content: '' !important; }

  .storefront-handheld-footer-bar {
    display: none; }

  #superfooter.col-2 {
    display: flex;
    flex-direction: column;
    padding-top: 25px !important;
    border-top: 1px solid white; }
    #superfooter.col-2 .widget_nav_menu {
      justify-content: center; }
    #superfooter.col-2 > div {
      flex: 1 0 100% !important; }
      #superfooter.col-2 > div ul {
        flex-direction: column !important;
        justify-content: center;
        font-size: 11px; }
        #superfooter.col-2 > div ul li {
          display: inline-block;
          flex: 1 1 100%; }
          #superfooter.col-2 > div ul li:not(:last-child):after {
            content: '' !important; } }
ul.products li.product {
  margin-bottom: 25px;
  background-color: #ffffff;
  padding-bottom: 17px; }
  ul.products li.product .course-list-info {
    color: #637385; }
  ul.products li.product a.button.product_type_simple {
    color: #ffffff; }
  ul.products li.product .product-container {
    background-color: #ffffff;
    position: relative; }
    ul.products li.product .product-container > a.woocommerce-LoopProduct-link {
      text-decoration: none; }
    ul.products li.product .product-container:hover {
      text-decoration: none;
      border: 2px solid #ffc629; }
    ul.products li.product .product-container a.add_to_cart_button {
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: #ffffff; }

.aside-container {
  background-color: #ffffff;
  padding: 10px 15px; }

.searchandfilter ul {
  margin-left: 0;
  padding-left: 0; }

.course-list-info {
  text-align: left;
  padding: 0 10px; }
  .course-list-info h2 {
    font-weight: bold !important; }

.course-image-container {
  margin-bottom: 20px;
  position: relative; }
  .course-image-container img {
    margin: 0 !important; }
  .course-image-container .course-type {
    /*position: absolute;
    bottom: 0;*/
    color: #ffffff;
    /*width: 91.5%;*/
    padding: 0 10px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold; }
    .course-image-container .course-type.curs-extern {
      background-color: #000000; }
    .course-image-container .course-type.curs-presencial {
      background-color: #6F7173; }
    .course-image-container .course-type.curs-semipresencial {
      background-color: #ffc629; }
    .course-image-container .course-type.curs-virtual {
      background-color: #000000; }

.course-info-container {
  padding: 10px;
  color: #000000; }
  .course-info-container h2 {
    font-size: 1.1rem;
    color: #000000; }

.add_to_cart_button {
  background-color: #ffc629;
  color: #ffffff;
  padding: 5px;
  text-transform: uppercase; }

.single-product div.product form.cart .quantity {
  display: none; }

/*My account */
.woocommerce-privacy-policy-text {
  clear: both; }

.woocommerce-MyAccount-navigation {
  background-color: #ffffff; }
  .woocommerce-MyAccount-navigation li {
    padding: 0 10px; }

body.woocommerce.single-product.left-sidebar .content-area {
  float: none;
  width: 100%; }

.single-product div.product .product-content .woocommerce-product-gallery {
  opacity: 1 !important; }
.single-product div.product p.price {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ededed; }
.single-product div.product .area_meta {
  font-size: 0.875em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em; }

.inscriptions-fields {
  margin-bottom: 5px;
  border-bottom: 1px solid #ededed; }

.page-template-template-fullwidth-php #customer_login .mb-3 {
  margin-bottom: 1.5em; }
.page-template-template-fullwidth-php #customer_login .p-10 {
  padding: 10px; }

.ppom-wrapper {
  background-color: #ffffff;
  margin-bottom: 0 !important; }
  .ppom-wrapper .ppom-rendering-fields {
    padding: 10px; }
  .ppom-wrapper label {
    font-size: 0.8rem; }

div.storefront-handheld-footer-bar ul li a {
  color: #333333 !important; }

@media (min-width: 501px) {
  .product-content {
    width: 73.9130434783%;
    float: left; }
    .product-content .info {
      width: 33%;
      float: left; }

  .product-info {
    width: 21.7391304348%;
    margin-left: 4.347826087%;
    float: right; } }
.product .product-content .extra-info-bg {
  margin: 20px 0; }
  .product .product-content .extra-info-bg .info div {
    padding: 10px; }
    .product .product-content .extra-info-bg .info div label {
      font-size: 1.2em;
      font-weight: bold; }
.product .product-info .add-to-cart-button form.cart {
  padding: 0;
  margin: 0; }
  .product .product-info .add-to-cart-button form.cart button.alt {
    width: 98%;
    background-color: #ffc629;
    border: 2px solid #ffc629;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5; }
    .product .product-info .add-to-cart-button form.cart button.alt:hover {
      background-color: #ffffff;
      color: #ffc629; }
.product .product-info .add-to-cart-button a {
  background-color: #ffc629;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 5px;
  display: block; }
.product .product-info .entry-summary {
  background: #ffffff;
  padding: 10px; }
  .product .product-info .entry-summary .extra-fields > div {
    margin-bottom: 5px;
    border-bottom: 1px solid #ededed; }
.product .product-info label {
  font-weight: bold; }
.product .related.products {
  margin-top: 25px; }

.single-product div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 10px; }

/*Cart page*/
.woocommerce-cart-form button[name="update_cart"] {
  display: none; }

@media (max-width: 500px) {
  .woocommerce-message .button, .woocommerce-error .button {
    width: 100%;
    padding-left: 0;
    border-left-width: 0 !important; } }

/* checkout page */
#payment .place-order {
  width: auto; }
  #payment .place-order .button {
    width: auto; }

/*thank you page*/
ul.wc-item-meta {
  display: none; }

.woocommerce-bacs-bank-details {
  display: none; }

.carousel-control-side, .news-container .carousel .carousel-control-prev, .news-container .carousel .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
  cursor: pointer; }

.carousel-control-side-icon, .news-container .carousel .carousel-control-prev .carousel-control-prev-icon, .news-container .carousel .carousel-control-next .carousel-control-next-icon {
  color: #000000;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%; }

.news-container {
  background-color: #fcdb86;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5rem; }
  .news-container .carousel {
    position: relative; }
    .news-container .carousel .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      min-height: 150px; }
      .news-container .carousel .carousel-inner .carousel-item {
        position: relative;
        display: none;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out; }
        .news-container .carousel .carousel-inner .carousel-item a {
          color: #000000; }
          .news-container .carousel .carousel-inner .carousel-item a h3 {
            font-weight: 600; }
    .news-container .carousel .carousel-control-prev {
      left: 0; }
    .news-container .carousel .carousel-control-next {
      right: 0; }
      .news-container .carousel .carousel-control-next .carousel-control-next-icon .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0; }

body header div.col-full div.site-branding {
  width: 65%; }
  @media (max-width: 500px) {
    body header div.col-full div.site-branding {
      width: 100%; } }
body.post-type-archive-product main.site-main ul.products.columns-3, body.tax-product_cat main.site-main ul.products.columns-3 {
  display: flex;
  flex-wrap: wrap; }
  body.post-type-archive-product main.site-main ul.products.columns-3 li, body.tax-product_cat main.site-main ul.products.columns-3 li {
    display: flex;
    flex-direction: column; }
    body.post-type-archive-product main.site-main ul.products.columns-3 li a.button, body.tax-product_cat main.site-main ul.products.columns-3 li a.button {
      margin-top: auto;
      /*align-self: center;*/ }
      @media (max-width: 500px) {
        body.post-type-archive-product main.site-main ul.products.columns-3 li a.button, body.tax-product_cat main.site-main ul.products.columns-3 li a.button {
          margin-top: 30px; } }

@media (max-width: 500px) {
  .woocommerce-product-search button {
    width: 100px !important;
    height: 52px !important;
    z-index: 99999999;
    position: absolute;
    right: 0px;
    left: unset !important;
    background-color: #ffc629;
    color: white;
    font-size: 18px;
    clip: unset !important;
    -webkit-clip-path: unset !important;
    clip-path: unset !important; }

  body header nav.secondary-navigation {
    display: block;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    top: 38px; }
    body header nav.secondary-navigation ul {
      font-size: 0.7rem;
      list-style: none !important;
      margin-left: 0px; }
      body header nav.secondary-navigation ul li:first-child {
        display: none; }
      body header nav.secondary-navigation ul a {
        padding: 7px; }
  body header div.storefront-primary-navigation {
    position: absolute;
    right: 0;
    top: 37px;
    width: 100%; }
    body header div.storefront-primary-navigation div.col-full {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      body header div.storefront-primary-navigation div.col-full nav.main-navigation {
        border-width: 0px; }
        body header div.storefront-primary-navigation div.col-full nav.main-navigation button {
          outline: none;
          border: none;
          margin-right: 3%; } }
        @media (max-width: 500px) and (min-width: 500px) {
          body header div.storefront-primary-navigation div.col-full nav.main-navigation button {
            margin-top: 7%;
            margin-bottom: 7%; } }
@media (max-width: 500px) {
      body header div.storefront-primary-navigation div.col-full div.handheld-navigation {
        background-color: white; }
        body header div.storefront-primary-navigation div.col-full div.handheld-navigation ul {
          text-align: center; }
          body header div.storefront-primary-navigation div.col-full div.handheld-navigation ul li {
            width: 100%; }
            body header div.storefront-primary-navigation div.col-full div.handheld-navigation ul li a {
              color: #333333; }
  body div#content div.col-full {
    display: grid;
    grid-template-areas: "filtro" "grueso"; }
  body div#content .content-area {
    grid-area: grueso; }
  body div#content #secondary {
    grid-area: filtro; }
    body div#content #secondary div.widget.widget_search_filter_register_widget {
      margin-bottom: 0px; }
      body div#content #secondary div.widget.widget_search_filter_register_widget span.gamma.widget-title {
        padding-bottom: 0px;
        margin-bottom: 0px; }
      body div#content #secondary div.widget.widget_search_filter_register_widget span.gamma.widget-title:after {
        content: "+";
        float: right; }
      body div#content #secondary div.widget.widget_search_filter_register_widget span.gamma.widget-title.minus:after {
        content: "-";
        float: right; }
      body div#content #secondary div.widget.widget_search_filter_register_widget form {
        display: none; } }
li.product {
  padding-bottom: 0px !important; }
  li.product .course-list-info {
    margin-bottom: 20px; }
  li.product a.button {
    margin-bottom: 0px !important;
    text-transform: uppercase; }

body.single #content.site-content section.related.products ul.products {
  display: flex;
  flex-wrap: wrap; }
  body.single #content.site-content section.related.products ul.products li.product {
    display: flex;
    flex-direction: column; }
    body.single #content.site-content section.related.products ul.products li.product a.button {
      margin-top: auto; }

.woocommerce-product-gallery__wrapper img {
  width: 100%; }

.titol-compte {
  font-weight: bold; }

.woocommerce-product-gallery__wrapper {
  margin-top: 0px; }

/*# sourceMappingURL=style.css.map */
