html {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  color: #636363;
  min-height: 100vh;
}

a {
  color: #3b3b3e;
  outline: 0;
}

a:hover {
  color: #041549;
  text-decoration: underline;
}

body .main {
  min-height: 65vh;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #ca1932;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #d01a38;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #d01a38;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #ca1932;
}

.woocommerce span.onsale {
  padding: 0.402em;
  font-size: 1.2em;
}

.navbar-dark .navbar-brand {
  margin-bottom: 1.1rem;
}

.navbar.bg-dark {
  padding: 20px 50px 10px;
  background-color: #001c49 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #f3f0f0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
}

.sticky + .content {
  padding-top: 222px;
}

.timeBlog {
  width: 8%;
  background: rgb(231, 52, 48);
  padding: 15px 7px 15px 15px;
  float: left;
  margin-right: 20px;
  margin-top: 12px;
  color: white;
  font-weight: bold;
}

.quienes-somos h3 {
  font-weight: 700;
}

bg-red {
  background-color: #e84e1b;
}

body > header {
  min-height: 100px;
  background-color: #e84e1b;
}

body.home > header {
  background-color: #e84e1bb5;
}

body.home {
  padding-top: 38px;
}

body.home > header {
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: -38px;
}

header .navbar {
  padding: 0.8rem 0;
}

header .navbar-nav li a {
  color: #fff;
}

header .navbar-brand img {
  max-width: 208px;
  width: 100%;
}

header .image {
  min-height: 32vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}

body.home header .image {
  min-height: 50vh;
}

header .hat {
  background-color: #565454;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header ul li a {
  font-family: "Nexa";
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
}

header .red-social {
  display: flex;
}

header .red-social li {
  display: flex;
  margin: 0 10px;
}

header .red-social li a {
  opacity: 0.8;
  color: #fff;
  font-size: 1rem;
  font-family: "Nexa";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2rem;
}

header .red-social li a:hover {
  opacity: 1;
  border-bottom: none;
  color: #fff;
}

header .red-social li:hover {
  opacity: 1;
  border-bottom: none;
}

header .red-social img {
  width: 28px;
}

.menu-menu-1-container {
  width: 100%;
}

header .navbar-nav {
  justify-content: space-around;
}

header .navbar-nav .menu-item {
  padding: 1.6rem;
}

header .navbar-nav .menu-item-has-children > a:after {
  content: "";
  position: relative;
  left: calc(100% / 2 * -1);
  top: 6px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  clear: both;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

header .navbar-nav .menu-item-has-children {
  position: static;
  margin-left: 3rem;
}

header .navbar-nav .menu-item-has-children.active a:after {
  visibility: inherit;
  opacity: 1;
}

header .navbar-nav .menu-item-has-children.active .sub-menu {
  display: flex;
  opacity: 1;
  flex-direction: column;
  margin-left: calc(100% / 14 * -1);
}

header .navbar-nav .sub-menu {
  position: absolute;
  z-index: 999;
  background-color: #ffffffe0;
  margin-top: 8px;
  display: none;
  justify-content: center;
  margin-top: 20px;
  opacity: 0;
  border-radius: 10px;
  transition: opacity 2s ease-out;
}

header .navbar-nav .sub-menu .menu-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

header .navbar-nav .sub-menu .menu-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

header .navbar-nav .sub-menu .menu-item:hover {
  background-color: #cb4f24;
}

header .navbar-nav .sub-menu .menu-item a {
  font-family: "Nexa";
  font-weight: 300;
  color: #cb4f24;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  max-width: 240px;
  line-height: 1.4rem;
  justify-content: space-evenly;
  align-content: center;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}

header .navbar-nav .sub-menu .menu-item:hover a {
  color: #ffffff;
}

header .navbar-nav .sub-menu .menu-item .icono {
  width: 55px;
  height: 55px;
  display: block;
  align-self: center;
  margin-bottom: 2px;
}

.btn.btn-primary.store::before,
header .navbar-nav .store > a::before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url("../images/icono-carrito-geneve.png");
  display: inline-block;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 8px;
}

.home-slider .carousel-caption {
  text-align: center;
  top: 35%;
}

#menu-footer li {
  margin-bottom: 5px;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #e73430;
  padding: 10px;
  display: none;
  margin: 0;
}

.show-menu div {
  text-align: center;
}

.more-link {
  font-family: "Nexa", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #fff;
  background-color: #e04f00;
  padding: 0.8rem;
  border-radius: 22px;
  text-decoration: none;
  margin-top: 1.8rem;
  display: inline-block;
}

.more-link:hover {
  color: #eee;
  text-decoration: none;
  background-color: #da5006;
}

#bolque-text {
  padding: 20px 0 20px 60px;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
}

.category .card {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 1.4rem;
}

.category .card h2 {
  font-family: "Nexa";
  font-weight: bold;
  color: #e84e1b;
  font-size: 2.2rem;
  display: inline-grid;
  letter-spacing: 1px;
}

.category .card strong {
  font-family: "Roboto";
  font-weight: bold;
  color: #575555;
}

.single-post article div h1 {
  font-family: "Nexa";
  font-weight: bold;
  color: #e84e1b;
  font-size: 2.2rem;
  display: inline-grid;
  letter-spacing: 1px;
}

.single-post article div {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.4rem;
}

.single-post article div strong {
  font-family: "Roboto";
  font-weight: bold;
  color: #575555;
}

/* WOOCOMERCE */

.tax-product_cat .products {
  min-height: 65vh;
}

.page .content {
  min-height: 75vh;
}

.page .content h1,
.tax-product_cat h1 {
  -webkit-margin-top-collapse: separate;
  font-family: "Roboto";
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1rem 0;
  line-height: 4rem;
  max-height: 4rem;
}

.tax-product_cat h2 {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 2rem;
  color: #e73430;
  text-transform: uppercase;
}

.tax-product_cat .products .product a {
  text-decoration: none;
}

.tax-product_cat .products .product a .image {
  position: relative;
}

.tax-product_cat .products .product a .image .over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0005;
  background-image: url("../images/icono_mas.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-out;
}

.tax-product_cat .products .product a:hover .image .over {
  opacity: 1;
}

.single-product .products .product h4,
.tax-product_cat .products .product h4 {
  font-family: "Nexa";
  font-weight: bold;
  font-size: 1.4rem;
  color: #e73430;
}

.tax-product_cat .products .product p {
  font-family: "Nexa";
  font-weight: bold;
  font-size: 1.1rem;
}

.tax-product_cat .products .product h4 span {
  font-family: "Gotham";
  font-weight: normal;
}

.woocommerce .products .product a img {
  padding: 0;
  margin: 0;
}
/*
.single-product .products .product .image,
.tax-product_cat .products .product .image {
  border: 1px solid #e84e1b;
}
*/
.single-product .products .product .detail,
.tax-product_cat .products .product .detail {
  padding: 8px;
}

.woocommerce-info::before {
  color: #e84e1b;
}

.woocommerce-info {
  margin: 4rem auto;
  border-top-color: #e84e1b;
}

.single-product .breadcrumbs {
  font-family: "Nexa";
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.single-product .breadcrumbs * {
  padding: 0 0.2rem;
}

.single-product .summary {
  font-family: "Roboto";
  color: #737378;
  margin-top: 1rem;
}

.single-product .summary .row p {
  color: #737378;
  font-size: 1.2rem;
}

.single-product .summary .price {
  display: none;
}

.single-product .summary .product_type {
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
}

.single-product .summary .product_title {
  font-family: "Nexa";
  font-weight: 900;
  margin: 0;
  font-size: 1.8rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  color: #e04f00;
}

.single-product .summary .product_medidas {
  font-size: 1.4rem;
  font-family: "Nexa";
  color: #e04f00;
  font-weight: bold;
}

.single-product .summary .dato {
  border-top: 1px solid #e84e1b;
  border-bottom: 1px solid #e84e1b;
  padding: 1rem;
  font-size: 1.2rem;
}

.single-product .summary .conBorde {
  border-top: 1px solid #737378;
  border-bottom: 1px solid #737378;
}

.single-product .summary .adjuntos {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-product .summary .adjuntos li {
  margin-bottom: 1rem;
  width: 45%;
}

.single-product .summary .adjuntos li .btn.btn-primary {
  font-family: "Nexa";
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #e84e1b;
  border-color: #e84e1b;
  border-radius: 0;
  padding: 0.8rem 0.9rem;
  width: 100%;
}

.single-product .summary .adjuntos li .btn.btn-primary:focus {
  box-shadow: none !important;
  outline: none !important;
}

.woocommerce-page div.product div.images {
  width: 56%;
}

.woocommerce-page div.product div.summary {
  width: 40%;
}

.page .content {
  c
}

.page .content header {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page .content header .size-full {
  max-width: 100%;
  height: auto;
}

.page .content {
  font-family: "Gotham";
}

.page .content h6 {
  font-weight: 700;
  color: #041549;
}

.page .content h5 {
  font-weight: 900;
}

.page .content .container .row .col-12:last-child {
  margin-top: 1rem;
  padding: 1rem 2rem;
  background-color: #132249;
  color: #fff;
  font-weight: 600;
}

.page-id-233 .content h1 {
  color: #e84e1b;
  font-weight: 700;
}

.page-id-233 .alert a {
  font-family: "Roboto";
  color: #737378;
  margin: 1rem 0.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.page-id-233 .alert a.wp-block-file__button img {
    width: 28px !important;
    height: auto;
}

/*** FOOTER **/

footer {
  background-color: #e84e1b;
  /*margin-top: 50px;*/
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 10vh;
  padding-top: 1.8rem;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #eee;
}

footer img {
  max-width: 100%;
}

footer .logobox a {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
}

footer .logobox a img {
  width: 160px;
}

footer .textofooter {
  font-family: "GothamBook";
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 2.2rem;
}

footer .textofooter p {
  margin: 0;
  padding: 0;
  line-height: 2.2rem;
}

footer .textofooter img {
  margin-right: 2px;
}
