html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  color: #575757;
  min-height: 110vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

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

body.home h1 {
  font-family: 'Arial Rounded MT';
  font-weight: bold;
  font-size: 3rem;
  color: #e04e1d;
  word-spacing: 0.5rem;
  letter-spacing: 0.2rem;
  margin-top: 4rem;
}

.wfc_footer a,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.btn-primary {
  font-weight: 700;
  border-radius: 1rem;
  color: #fff;
  background-color: #e04e1d;
  border-color: #e04e1d;
  text-transform: uppercase;
}

.wfc_footer a:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.btn-primary:hover,
.btn-primary:active {
  background-color: #da4d1e;
  border-color: #da4d1e;
}

.btn-primary:focus {
    box-shadow: none;
}

body > header img { 
  max-width: inherit !important;
}

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

header .hat .navbar-nav li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: block;
  padding: 0.4rem 0.4rem 0.5rem 0.4rem;
  border-radius: 1rem;
  text-decoration: none;
  position: relative;
}

header .hat .navbar-nav li.current-menu-item > a,
header .hat .navbar-nav li.current_page_item > a,
header .hat .navbar-nav li.active > a,
header .hat .navbar-nav li > a:hover {
  color: #fff;
}

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

header .navbar-nav li > a {
  color: #494848;
  text-transform: uppercase;
  font-size: 1rem;
  display: block;
  padding: 0.4rem 0.5rem;
  border-radius: 1rem;
  text-decoration: none;
  position: relative;
  font-weight: 300;
}

header .navbar-nav li.current-menu-item > a,
header .navbar-nav li.current_page_item > a,
header .navbar-nav li.active > a,
header .navbar-nav li > a:hover {
  color: #e04e1d;
}

header .navbar-nav li .sub-menu {
  min-width: 150px;
  max-width: 200px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-out;
  margin-top: 16px;
  list-style: none;
  z-index: 999;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.42);
  -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.42);
  box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.42);
}

header .navbar-nav li:hover .sub-menu,
header .navbar-nav li.active .sub-menu {
  visibility: visible;
  opacity: 1;
}

header .navbar-nav li .sub-menu a {
  color: #e04e1d;
  text-transform: none;
  border-radius: 0;
  transition: all 0.5s ease-out;
}


header .navbar-nav li .sub-menu li.current-menu-item > a,
header .navbar-nav li .sub-menu li.current_page_item > a,
header .navbar-nav li .sub-menu li.active > a,
header .navbar-nav li .sub-menu a:hover {
  color: #fff;
  background-color:#e04e1d;
}

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

header .red-social li a {
  opacity: 0.8;
}

header .red-social li a:hover {
  opacity: 1;
}
/*
body.single-product > header,
body.page > header {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.42);
  -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.42);
  box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.42);
  margin-bottom: 2rem;
}
*/
body.woocomerce > header,
body.home > header {
  box-shadow: none;
  margin-bottom: 0;
}

footer {
  font-size: 1.4rem;
  color: #fff;
  background-color:#a5a4a2;
}

footer a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer .btn-link {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}

footer .btn-link:hover {
  color: #fff;
}


footer h4 {
  font-size: 0.9rem;
  font-weight: bold;
}

footer h5 {
  font-size: 0.9rem;
  font-weight: bold;
}

footer .datos p {
  margin-bottom: 0.9rem;
}

footer .red-social {
  margin: 0;
  padding: 0;
}

footer .red-social li {
  display: flex;
  width: 50px;
  margin: 0 10px;
}

footer .red-social li a {
  opacity: 0.8;
}

footer .red-social li a:hover {
  opacity: 1;
}

footer .navbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
}

footer .newsletter  form {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #fff;
}

footer .newsletter input {
  font-size: 0.75rem;
  color: #e04e1d;
  border: none;
  background-color: transparent;
  padding: 0.2rem 0.5rem;
  width: 80%;
}

footer .newsletter p { 
  font-size: 0.8rem;
  padding: 0.2rem;
  margin: 0;
}
footer .newsletter button {
  border: none;
  background-color: transparent;
  background-image: url("../images/flecha.png");
  background-repeat: no-repeat;
  background-size: 16px;
  height: 1.2rem;
  width: 1.6rem;
  background-position: right;
}

footer .newsletter button.loading {
  background-image: url("../images/loading.gif");
}

footer .copy-text {
  font-size: 0.6rem;
}

footer .copy-text p:last-child {
  margin-bottom: 0;
}

footer .copy-text a img {
  width: 32px;
}

footer hr {
  border-top-color: #fff;
}

footer.small {
  font-size: 0.7rem;
}

footer.small .newsletter h4 {
  font-size: 0.8rem;
}

footer .gray {
  background-color: #6f6d6d;
}

footer .gray .navbar-nav a {
  font-size: 0.85rem;
}

footer.big .navbar-nav li {
  margin-bottom: 1rem;
}

footer .horarios {
  font-size: 1rem;
  font-weight: 700;
}

footer .horarios p {
  font-size: 0.72rem;
  margin-bottom: 0.2rem;
}

nf-fields-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

nf-field {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  width: 100%;
  text-align: left;
}

.nf-form-title h3 {
  color: #e04e1d;
}

.nf-field-element {
  font-weight: 300;
}

.nf-form-content {
  max-width: inherit !important;
}

.nf-form-content input[type="submit"],
.nf-field-element input[type="button"] {
	background-color: #e04e1d !important;
	border-radius: 0.5rem;
  padding: 0.4rem 2rem;
  text-transform: uppercase;
}

.nf-before-form-content {
  display: none;
}

.nf-error-msg {
  text-align: center;
}


/*** PRODUCTS ***/

.tax-product_cat .products header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-content: center;
}

.tax-product_cat .products header .descripcion {
  font-family: 'Arial Rounded MT';
  font-weight: bold;
  font-size: 1.5rem;
	position: absolute;
	width: 50%;
	text-align: center;
	color: white;
}

.tax-product_cat .products  .videos {
  background-color: #a5a4a2;
  text-align: center;
  padding: 1rem;
}

.tax-product_cat .products  .videos .btn-video {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 0 0 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tax-product_cat .products  .videos .btn-video:focus {
    box-shadow: none;
}

.tax-product_cat .products  .videos .triangulo {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #a5a4a2;
}

.tax-product_cat .products  .videos .btn-primary {
  color: #a5a4a2;
  background-color: #fff;
  border: 2px solid #fff;
}

.tax-product_cat .products  .videos .btn-primary:hover,
.tax-product_cat .products  .videos .btn-primary:active {
  color: #fff;
  background-color: #e04e1d;
  border: 2px solid #e04e1d;
}

.btn-banner.btn-outline-primary,
.wp-block-button .wp-block-button__link,
.tax-product_cat .products .btn-outline-primary {
  font-weight: 700;
  color: #e04e1d;
  border-color: #e04e1d;
  border-radius: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: none !important;
}

.btn-banner.btn-outline-primary:hover,
.wp-block-button .wp-block-button__link:hover,
.tax-product_cat .products .btn-outline-primary:hover,
.tax-product_cat .products .btn-outline-primary.active {
  color: #fff;
  background-color: #e04e1d;
  border-color: #e04e1d;
  box-shadow: none !important;
}

.tax-product_cat .products .detalle {
  font-family: 'Arial Rounded MT';
  font-weight: 700;
  font-size: 1.5rem;
  color: #e04e1d;
}

.tax-product_cat .products .list {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
	
}

.tax-product_cat .products .list > .collapsing > .card-body,
.tax-product_cat .products .list > .collapse > .card-body {
  border: none;
  border-radius: 0;
}

.tax-product_cat .products .list > div > .card-body .card {
  border: none;
}

.tax-product_cat .products .list > div > .card-body .card-header {
  border-radius: 0;
  background-color: #e04e1d;
}

.tax-product_cat .products .list > div > .card-body .card-header .btn-link {
  font-family: 'Arial Rounded MT';
  font-weight: bold;
  color: #eee;
  text-decoration: none;
  font-size: 1.2rem;
}

.tax-product_cat .products .list > div > .card-body .card-header .btn-link span {
  font-size: 1rem;
}

.tax-product_cat .products .list > div > .card-body .card-header .btn-link:hover {
  color: #fff;
}

.tax-product_cat .products .list > div > .card-body .card-header .amount {
  font-family: 'Arial Rounded MT';
  font-weight: bold;
  color: #eee;
  text-decoration: none;
  font-size: 2rem;
}

.tax-product_cat .products .list > div > .card-body .card-header .add-to-cart {
	width: 60px;
	height: 60px;
	background-image: url('../images/add-to-cart.png');
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
  border-radius: 30px;
  transition: all 1s;
}

.tax-product_cat .products .list > div > .card-body .card-header .add-to-cart.loading {
  background-image: url('../images/loading.gif');
}

.tax-product_cat .products .list > div > .card-body .card-header .add-to-cart.added {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.42);
  -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.42);
  box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.42);
}

.tax-product_cat .products .list > div > .card-body .card-header .added_to_cart {
  display: none !important;
}

.tax-product_cat .products .list > div > .card-body .card-header .add-to-cart:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.42);
  -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.42);
  box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.42);
}

.tax-product_cat .products .list > div > .card-body .modulos {
  font-family: 'Arial Rounded MT';
  font-size: 1rem;
}

.tax-product_cat .products .list > div > .card-body .modulos h3 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #e04e1d;
}

#menu-footer li {
  margin-bottom: 1rem;
}

.easyzoom-flyout{  
    background:#fff;
    color:#333;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    /* vertical and horizontal alignment used for preloader text */
    line-height:400px;
    text-align:center;
    cursor: grabbing;
}

.easyzoom-flyout img { 
  max-width: initial !important;
  width: initial !important;
  height: initial !important;
}

.blog .content,
.single .content,
.page .content {
  background-color: #e3e3e3;
  min-height: 80vh;
}

.blog .content .container h1,
.single .content .container h1,
.page .content .container h1 {
  font-family: 'Arial Rounded MT';
  font-weight: bold;
  font-size: 2rem;
  color: #e04e1d;
}

.blog .content article a {
  text-decoration: none;
}

.blog .content article h3 {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #e04e1d;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  padding: 0.25rem;
}

.blog .content article p {
  font-size: 1.1rem;
  color: #8b8d8e;
  text-align: center;
  margin-bottom: 1rem;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: #e04e1d;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #e04e1d;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
display: block;
}
 
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.cart_box img {
  width: 100%;
}

.wfc_container div.wfc_ship_txt {
  font-size: 1rem !important;
  color: #e04e1d !important;
  text-transform: none;
}