/*!
Theme Name: Solcor
Theme URI: http://underscores.me/
Author: Augusto Flores
Author URI: https://centralmedia.mx/
Description: Tema 2022
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kicab
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.

Solcor is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background: black;
  color: white; }

.bg-black {
  background: black; }

.nav-link {
  transition-duration: .25s !important; }

#topbar a {
  text-decoration: none; }

.redes {
  width: 45px;
  margin-bottom: 20px; }

header .nav-link,
header .menu-item a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 31px;
  line-height: 32px;
  text-align: center;
  transition-duration: .25s !important; }
header .nav-item,
header .menu-item {
  display: flex;
  align-items: center;
  color: var(--bs-nav-link-color);
  text-decoration: none;
  padding: 0 15px; }
header .menu-item a {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition-duration: .25s !important; }
header .menu-item a:hover {
  color: white; }
header .navbar-brand {
  text-align: center; }
header .navbar-brand img {
  width: 220px;
  transition-duration: .25s !important; }
header #slogan {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 10px; }

@media (min-width: 736px) {
  .scrolled header .nav-item,
  .scrolled header .menu-item {
    padding: 0 35px; }
  .scrolled header .nav-link,
  .scrolled header .menu-item a {
    font-size: 14px; }
  .scrolled header .navbar-brand img {
    width: 100px; }
  .scrolled header #slogan {
    font-size: 12px;
    margin-top: 8px; } }
main .videohome {
  text-align: center; }
  main .videohome video {
    width: 100%;
    max-width: 445px;
    height: auto; }
main .entry-title,
main .page-title {
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0 40px; }

footer {
  clear: both; }
  footer a {
    text-decoration: none; }
  footer small {
    font-size: 10px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #2a2a2a; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #000000; }

span.sku_wrapper {
  display: block; }

span.posted_in {
  display: block; }

h1.product_title.entry-title {
  margin-top: 25px !important;
  color: #ffff3b; }

.woocommerce-product-details__short-description {
  font-size: 25px; }

.product_meta {
  color: gray;
  font-size: 15px;
  margin-top: 25px; }

.posted_in a {
  color: #99853d;
  text-decoration: none;
  font-weight: bold; }

#tab-description {
  font-size: 14px !important; }

.woocommerce-Tabs-panel--description h2 {
  font-size: 30px;
  color: #eb5800;
  text-transform: uppercase;
  font-weight: bold;
  display: none; }

h4 {
  color: #fff356; }

h3 {
  color: yellow; }

h2.woocommerce-loop-category__title {
  font-weight: bold;
  color: #eb5800;
  text-transform: uppercase; }

mark.count {
  background: unset;
  color: gray;
  font-size: 13px; }

h2.woocommerce-loop-product__title {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff356; }

.woocommerce-result-count {
  color: #646464;
  font-size: 14px; }

select.orderby {
  background: #1a1a1a;
  color: white;
  padding: 5px;
  font-size: 14px; }

.term-description {
  margin-bottom: 50px; }

h1.page-title {
  color: yellow; }

#nf-form-1-cont {
  margin: 0 50px 0 0; }

.contactdata {
  margin-top: 63px;
  font-size: 22px; }

.contactdata a {
  text-decoration: none;
  color: #fff356; }

.post-thumbnail img {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }

.attachment-full.size-full.wp-post-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

.entry-title a {
  text-decoration: none;
  color: white; }

.entry-title {
  margin: 0; }

article .entry-title {
  margin: 0 0 0 0 !important; }

span.posted-on {
  font-size: 12px;
  color: #a1a1a1; }

span.posted-on a {
  text-decoration: none;
  color: #a1a1a1; }

.entry-meta {
  margin-bottom: 15px; }

.more-link {
  background: white;
  padding: 5px;
  text-decoration: none;
  color: black;
  border-radius: 5px;
  float: right;
  transition-duration: .25s; }

.more-link:hover {
  background: yellow;
  color: black; }

footer.entry-footer {
  clear: both;
  margin-bottom: 30px;
  padding-top: 12px; }

.edit-link {
  display: block;
  text-align: right; }

a.post-edit-link {
  background: gray;
  color: black;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold; }

a.post-edit-link:hover {
  background: white;
  color: black; }

.nav-links {
  margin-bottom: 30px; }

.nav-links a {
  color: yellow;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold; }

.widget_search {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: lightgrey; }

.wp-block-search__input {
  color: white;
  background: #121212;
  border-radius: 5px; }

button.wp-block-search__button {
  background: yellow;
  border-radius: 5px;
  color: black;
  font-weight: bold; }

#map-container #map {
  width: 100%;
  position: relative;
  max-width: 600px;
  margin: auto; }
#map-container #mapf {
  width: 100%;
  height: auto; }
#map-container #mapn {
  position: absolute;
  left: 32%;
  top: 4%;
  width: 42%;
  opacity: 0;
  transition-duration: .5s; }
#map-container #maps {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 24%;
  opacity: 0;
  transition-duration: .5; }
#map-container #mapn:hover, #map-container #maps:hover {
  opacity: 1;
  cursor: pointer; }
#map-container #mapn.highlight, #map-container #maps.highlight {
  opacity: 1; }

.north, .south {
  border: solid #363636;
  background: black;
  padding: 10px;
  transition-duration: .5s; }

.north a, .south a {
  color: #fff356;
  text-decoration: none;
  font-weight: bold; }

.north.highlight, .south.highlight, .north:hover, .south:hover {
  border: solid white;
  background: #363636; }

/*#backhome {
    font-weight: bold;
    color: white;
    display: block;
    margin-bottom: 20px;
}*/
.breadcrumbs {
  font-size: 14px;
  color: lightgray;
  font-weight: bold; }

.breadcrumbs a {
  color: #fff356 !important; }

.related.products {
  clear: both !important; }

.disabled {
  pointer-events: none; }

.sp-wcsp-cat-name a {
  text-decoration: none; }

.sp-wcsp-cat-item-thumb-content:hover {
  transition-duration: .5s; }

.sp-wcsp-cat-item-thumb-content:hover {
  background: #292929;
  border: solid #b3992c 1px !important; }

.sp-wcsp-slider-area .sp-wcsp-cat-name a {
  color: #ffff2c !important; }

.sp-wcsp-slider-area .sp-wcsp-cat-name a:hover {
  color: yellow !important; }

.sp-wcsp-cat-item-thumb-content {
  border: solid white thin !important; }

.sp-wcsp-slider-area .sp-wcsp-cat-item .disabled .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name a {
  color: gray !important; }

@media (max-width: 736px) {
  .sp-wcsp-cat-item-thumb-content {
    flex-direction: column !important; }

  .sp-wcsp-cat-thumbnail {
    width: 100% !important; }

  .sp-wcsp-cat-details {
    width: 100% !important; } }
.north, .south {
  order: 1; }

.north.highlight, .south.highlight {
  order: 0; }

.btn-close.btn-close-white {
  margin: 5px; }

.modalnav {
  position: absolute;
  color: white;
  font-size: 80px;
  text-decoration: none;
  text-shadow: 2px 2px 4px black;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition-duration: .25s; }
  .modalnav:hover {
    color: yellow; }

#modalprev {
  left: 20px; }

#modalnext {
  right: 20px; }

#modaltitle {
  padding-top: 5px;
  font-size: 14px; }

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