/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/**************************
GENERAL
***************************/
h1, h2, h3 {
  font-weight: 700;
  text-align: center;
  color: #0e3d93;
}
h2 {
  font-size: 2rem;
}
/**************************
HEADER
***************************/
#g-header {
  background: #fff;
  color: #0c3f92;
  border-top: 0.625rem solid #3278fa;
}
#g-header .g-grid {
  align-items: center;
}
#g-header a, #g-header a:hover {
  color: #0c3f92;
}
#g-header .g-content {
  padding-bottom: 0.25rem;
}
.gantry-logo img {
  width: 13rem;
}
form#eshop-search {
  margin-bottom: 0;
}
.eshop-search .input-prepend {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
  font-size: inherit;
}
.eshop-search input[type="text"] {
  width: 80%;
  align-self: stretch;
  height: 2.1875rem;
  color: black;
  background-color: #ffc600;
  border: none;
  border-radius: 20px;
  padding: 0 0 0 1.25rem;
  margin: 0 0 0 1.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.eshop-search input[type="text"]::placeholder {
  color: black;
  margin-left: 100px;
}
.eshop-search .input-prepend .btn {
  color: #fff;
  border: none;
  background: transparent;
  text-shadow: none;
  position: relative;
  right: 38px;
  z-index: 10;
}
.eshop-quote .eshop-items h4 {
  color: #0c3f92;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
}
.eshop-quote .eshop-items a {
  color: #0c3f92;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
}
.eshop-quote .eshop-content {
  background: #fff;
  clear: both;
  min-height: 150px;
  min-width: 350px;
  max-width: 350px;
  padding: 0.75rem;
  position: absolute;
  top: 125%;
  border: 0.25rem #0c3f92 solid;
  border-radius: 0.5rem;
  color: #0c3f92;
}
/**************************
NAVIGATION
***************************/
#g-navigation {
  margin-top: 1rem;
  border-top: 1px solid #efefef;
  box-shadow: 0px 8px 16px #efefef;
  background-color: white;
  font-size: 1rem;
  text-transform: uppercase;
}
#g-navigation .g-main-nav {
  margin-left: -1.25rem;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container:hover {
  color: #ffc600;
}
#g-navigation .g-main-nav .g-toplevel {
  justify-content: space-between;
}
#g-navigation .g-main-nav .g-toplevel > li:last-child {
  display: none;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #0c3f92;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active:hover {
  background-color: transparent;
  color: #0c3f92;
  opacity: 0.5;
}
#g-navigation .g-social {
  padding-right: 1.525rem;
}
#g-navigation .g-social a {
  background-color: #375ef7;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50px;
}
/**************************
HERO
***************************/
#g-hero {
  font-size: 1.1rem;
  font-style: italic;
  color: #0e3d93;
  background-color: #f2f2f2;
  padding: 2rem 0;
}
.text-hero {
  background-image: url('../../../../images/watch.png');
  background-repeat: no-repeat;
  background-position-x: right;
}
.text-hero .header {
  font-size: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.text-hero .header span {
  display: block;
  font-size: 3.5rem;
  line-height: 1rem;
  text-transform: none;
  padding-left: 2.5rem;
  color: #ffc600;
}
.text-hero ul {
  margin: 0;
  padding: 2rem 0;
  list-style-type: none;
}
.text-hero ul li {
  display: flex;
  align-items: center;
}
.text-hero ul li::before {
  content: url('../../../../images/check.png');
}
.text-hero ul li p {
  display: inline-block;
  margin: 0 0 0.5rem 0;
}
.text-hero ul li span {
  font-weight: 700;
}
/**************************
CATEGORIES
***************************/
#g-categories h2 {
  margin-bottom: 2.4rem;
}
.categories {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
}
.category-item {
  background-color: #fff;
  /*0e3d93*/
  border-radius: 8px;
  overflow: hidden;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.category-item:hover {
  background-color: #0e3d93;
  border-top: 4px solid #0e3d93;
  border-left: 4px solid #0e3d93;
  border-right: 4px solid #0e3d93;
}
.category-item__img {
  border-radius: 8px;
  max-width: 100%;
  overflow: hidden;
}
.eshop-sub-categories-list .eshop-category-wrap .image {
  padding: 0;
}
.category-item h3 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #0e3d93;
}
.category-item:hover h3 {
  color: #fff;
}
.category-item__img img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.category-item__img:hover img {
  transform: scale(1.1);
  filter: brightness(80%);
}
/**************************
SUB CATEGORIES
***************************/
#g-categories_feature {
  background-image: url('../../../../images/bg-categories.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
}
.sub-categories .g-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sub-categories .sample-content .g-content {
  margin: 0;
  padding: 0;
  position: relative;
}
.sub-categories img {
  width: 22rem;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.sub-categories .info {
  position: absolute;
}
.sub-categories h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.sub-categories p {
  margin: 0 0 2.5rem 0;
}
.sub-categories .button {
  background-color: #ffc600;
  color: #000;
  border-radius: 20px;
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
}
/**************************
MAIN
***************************/
#g-content {
  color: #000;
  background-color: #ffc600;
  background: url('../../../../images/bg-dots.png'), linear-gradient(90deg, #ffc600 60%, #dbdfe3 60%);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
.homepage-content .g-grid {
  align-items: center;
}
.homepage-content h1 {
  text-align: left;
}
#g-content h1 {
  font-size: 2rem;
  color: #000;
}
#g-content p strong {
  display: block;
  font-size: 1.3rem;
  font-style: italic;
  color: #000;
}
#g-content .button {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
}
.img-tablet {
  display: flex;
  align-items: center;
  position: relative;
}
.img-tablet div {
  width: 100%;
}
.img-tablet::after {
  content: url('../../../../images/sacapuntas.png');
  position: absolute;
  top: -40px;
  right: 0;
}
/**************************
MAP
***************************/
#g-map {
  background-color: #002261;
}
/**************************
CATEGORIES MENU
***************************/
#g-categories_menus {
  font-size: 0.8rem;
  background-color: #002261;
}
#g-categories_menus h2 {
  font-size: 0.875rem;
  text-align: left;
  margin-bottom: 0.5rem;
  color: #ffc600;
}
#g-categories_menus ul {
  margin: 0 0 0 0.8rem;
  color: #fff;
}
#g-categories_menus a {
  color: #fff;
}
/**************************
FOOTER
***************************/
#g-footer {
  background-color: #00102e;
  color: #fff;
  font-size: 0.6875rem;
}
#g-footer .gantry-logo {
  width: 7.9375rem;
}
#g-footer .g-grid {
  position: relative;
}
.clip {
  position: absolute;
  top: -30px;
  right: 0;
}
/**************************
MOBIL
***************************/
.logo-offcanvas {
  background-color: #0e3d93;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #3278fa;
}
#g-mobilemenu-container i {
  color: #ffc600;
  margin-right: 0.5rem;
}
@media only all and (max-width: 47.99rem) {
  #g-header {
    border-top: 0.325rem solid #3278fa;
  }
  #g-header .g-content {
    padding-bottom: 0;
  }
  #g-hero {
    font-size: 1rem;
  }
  .text-hero {
    background-image: url('../../../../images/watch.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 180%;
  }
  .text-hero .header {
    font-size: 4rem;
  }
  .text-hero .header span {
    font-size: 3rem;
  }
  .text-hero ul li::before {
    content: url('../../../../images/check.png');
  }
  .text-hero ul li p {
    line-height: 1rem;
  }
  .text-hero ul li span {
    font-weight: 700;
  }
  .breadcrumb {
    justify-content: center;
  }
  .form-row {
    flex-direction: column;
  }
  .form-control.input-xlarge {
    width: 300px;
  }
}
/**************************
BREADCRUMBS
***************************/
.page-with-breadcrumbs #g-hero {
  padding: 0;
  font-size: 0.85rem;
  font-style: normal;
}
.breadcrumb {
  margin: 0;
  padding: 0 !important;
  background-color: transparent;
}
.mod-breadcrumbs__here {
  font-weight: bold;
}
.breadcrumb .mod-breadcrumbs__divider {
  margin-right: 6px;
}
/**************************
ESHOP
***************************/
.main-eshop .page-header h1 {
  text-transform: uppercase;
  text-shadow: #ffc600 2px 2px;
  margin-top: 0;
  margin-bottom: 3rem;
}
/* Título del producto*/
.product-info h1 {
  font-size: 2.25rem;
}
.eshop-product-show {
  display: flex;
  align-items: center;
}
.eshop-product-show b {
  margin-right: 6px;
  font-size: 0.9rem;
}
.main-eshop .platform-content .row {
  --bs-gutter-x: unset;
  --bs-gutter-y: unset;
}
.eshop-category-wrap {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.eshop-sub-categories-list .eshop-category-wrap {
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.eshop-category-wrap:hover {
  background-color: #fff;
  border-top: 4px solid #0e3d93;
  border-left: 4px solid #0e3d93;
  border-right: 4px solid #0e3d93;
}
.eshop-category-wrap .image {
  overflow: hidden;
}
.eshop-category-wrap .image a img {
  transition: all 0.3s ease-out;
}
.eshop-category-wrap:hover .image a img {
  transform: scale(1.1);
  filter: brightness(100%);
}
.eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
  background: #fff;
  padding: 0;
  transition: all 0.3s ease-out;
}
.eshop-info-block h5 {
  margin: 0;
  padding: 12px 0;
}
.eshop-sub-categories-list .eshop-category-wrap:hover .eshop-info-block h5 a {
  color: #fff;
}
.eshop-sub-categories-list .eshop-category-wrap:hover .eshop-info-block {
  background: #0e3d93;
}
#products-list > div {
  margin-bottom: 2rem;
}
#products-list > div:last-child {
  margin-bottom: 0;
}
.eshop-product-desc {
  margin: 0;
}
.img-thumbnail {
  border: 1px solid #e7e7e7;
}
.product-info .product-cart .btn.btn-secondary {
  color: inherit;
}
.product-info .product-share {
  margin: 0;
  padding: 1.6rem 0;
  border: 1px solid #e7e7e7;
}
joomla-tab {
  margin-top: 1.6rem;
}
joomla-tab[view=tabs] > div[role=tablist] {
  background-color: #f2f2f2;
  border: 1px solid #e7e7e7;
  box-shadow: none;
}
joomla-tab button[role=tab][aria-expanded=true] {
  background-color: #eaeaea;
  background-image: none;
  box-shadow: none;
  font-size: 1rem;
  font-weight: bold;
  color: #1048aa;
}
joomla-tab button[aria-expanded=true]:after {
  background-color: #1048aa;
  height: 4px;
}
joomla-tab > joomla-tab-element {
  background-color: transparent;
  border: 1px solid #e7e7e7;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}
joomla-tab > joomla-tab-element p {
  margin: 0;
}
#quote-form-title {
  margin: 1.6rem 0;
  font-weight: 700;
  text-align: center;
  color: #0e3d93;
}
.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form-control-label {
  margin: 0;
}
.form-control.input-xlarge {
  max-width: 100%;
}
@media (max-width: 30rem) {
  #g-hero {
    padding: 0;
  }
  .text-hero {
    height: 340px;
  }
  .text-hero .header {
    font-size: 3rem;
    text-align: center;
  }
  .text-hero .header span {
    font-size: 2rem;
  }
  .text-hero ul {
    padding: 0;
  }
  #g-content {
    background: #ffc600;
  }
  .homepage-content h1, .homepage-content .g-content {
    text-align: center;
  }
}
@media (max-width: 48rem) and (min-width: 30rem) {
  #g-hero {
    padding: 0;
  }
  .text-hero .header {
    text-align: center;
  }
  #g-categories {
    padding: 2rem;
  }
  #g-categories .g-container {
    width: 100%;
  }
  .categories {
    grid-template-columns: repeat(2, 1fr);
  }
  #g-content {
    background: #ffc600;
  }
  .homepage-content h1, .homepage-content .g-content {
    text-align: center;
  }
}
@media (max-width: 60rem) and (min-width: 48rem) {
  #g-hero .g-grid {
    align-items: center;
  }
  .text-hero {
    background-image: none;
  }
  #g-categories {
    padding: 1rem 2rem 2rem 2rem;
  }
  .categories {
    grid-template-columns: repeat(4, 1fr);
  }
  #g-content {
    background-image: none;
    background: linear-gradient(90deg, #ffc600 60%, #dbdfe3 60%);
  }
}
@media (max-width: 60.625rem) and (min-width: 60rem) {
  #g-categories {
    padding: 1rem 2rem 2rem 2rem;
  }
  .categories {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 60.625rem) {
  #g-categories {
    padding: 1rem 2rem 2rem 2rem;
  }
  .categories {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*# sourceMappingURL=custom_15.css.map */