/*
Theme Name: EcoCam
Theme URI: https://ecocam.es
Description: 
Author: Manuel López González
Author URI: 
Version: 1.0
*/

/* <-------------------- NORMALIZE --------------------> */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}

/* <-------------------- FONTS --------------------> */
h1,
h2,
h3,
h4,
p,
a {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
}
h1 {
  font-size: 72px;
  line-height: 72px;
}
h2 {
  font-size: 36px;
  line-height: 40px;
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
h4 {
  font-size: 24px;
  line-height: 30px;
}
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

/* <-------------------- COLOR --------------------> */
.white-text {
  color: #fff;
}

/* <==================== BÁSICO ====================> */
*,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: ease 0.5s;
}
ul,
ol,
dl {
  cursor: default;
}

a,
a:link,
a:hover,
a:focus,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}

.responsive {
  display: none;
}

/* embed container */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* <==================== HEADER ====================> */

.header-menu {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 50px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
}
.header-menu img {
  height: 40px !important;
}
.header-menu img:hover {
  opacity: 0.5;
}
.header-menu-desktop {
  float: right;
}
.header-menu-desktop div ul li {
  display: inline-block;
  margin-left: 20px;
}
.header-menu-desktop div ul li a {
  display: block;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
.header-menu-desktop div ul li a:hover {
  color: transparent;
  -webkit-text-stroke: 0.5px #0c0c0c;
}

/* responsive */

.header-menu-responsive {
  display: none;
  background: rgba(255, 255, 255, 0.96);
  position: fixed;
  top: 0;
  width: 100%;
  height: 45px;
  z-index: 10000;
}

.header-menu-responsive img {
  width: 60px;
  float: left;
  margin: 4px 15px;
  z-index: 10000 !important;
}

#wrapper {
  float: right;
  cursor: pointer;
  margin: 3px 15px;
}
.main-item {
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 10000;
}
.line {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #0c0c0c;
  transition: all cubic-bezier(0.25, 0.1, 0.28, 1.54) 0.32s;
}
.line01 {
  top: 19%;
}
.line02 {
  top: 49%;
}
.line03 {
  top: 79%;
}
.menu.cruz .line01 {
  transform: rotate(45deg);
  top: 49%;
}
.menu.cruz .line02,
.menu.cruz .line03 {
  transform: rotate(-45deg);
  top: 49%;
}

.menu-responsive {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.96);
  position: fixed;
  top: -250%;
  transition: all ease 0.6s;
  text-align: center;
}
.menu-responsive ul {
  margin-top: 33%;
}
.menu-responsive ul li a {
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0;
}
.menu-responsive ul .wpmenucart-display-right {
  float: none !important;
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  margin: auto;
}
.menu-responsive ul .wpmenucart-display-right span {
  max-height: 40px;
}
.menu-desplegable.desplegado .menu-responsive {
  top: 0;
}

/* <==================== TIENDA ====================> */

.tienda-container {
  padding: 120px 50px;
}
.tienda-sidebar {
  position: fixed;
  top: 300px;
}
.tienda-sidebar div ul li {
  padding-bottom: 30px;
}
.tienda-sidebar div ul li a {
  color: #fff;
  font-size: 50px;
  line-height: 40px;
  font-weight: 600;
}
.tienda-sidebar div ul li a:hover {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.tienda-container .page-title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
}

.woocommerce-loop-product__title:hover,
.attachment-woocommerce_thumbnail:hover {
  opacity: 0.8;
}

.woocommerce-loop-product__title {
  font-size: 30px !important;
  line-height: 36px;
}

.woocommerce-LoopProduct-link .price,
.woocommerce-Price-amount {
  color: #fff !important;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 300 !important;
}
.woocommerce-Price-currencySymbol {
  margin-left: 5px;
}

.woocommerce ul.products li.product .button {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
}
.woocommerce ul.products li.product .button:hover {
  color: #0c0c0c;
  background: #fff;
}

.woocommerce-pagination ul,
.woocommerce-pagination ul li,
.woocommerce-pagination ul li span {
  border: none !important;
  background: none !important;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  color: #fff !important;
  font-size: 24px !important;
  line-height: 30px !important;
}
.woocommerce-pagination ul li span {
  opacity: 0.5;
}
.woocommerce-pagination ul li a:hover {
  color: #0c0c0c !important;
}

/* single */

.single-product .tienda-container {
  padding: 300px 50px;
}

.woocommerce div.product .product_title {
  position: absolute;
  left: 0;
  top: -165px;
}

.entry-summary .woocommerce-Price-amount {
  font-size: 72px !important;
  line-height: 72px;
}

.woocommerce-product-details__short-description p span,
.product_meta {
  color: #fff;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 24px;
}
.product_meta a:hover {
  opacity: 0.5;
}

.single_add_to_cart_button {
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  padding: 15px !important;
  width: 75%;
  margin-top: 20px !important;
}
.single_add_to_cart_button:hover {
  background: #fff !important;
  color: #0c0c0c !important;
}
.qty {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 14px;
  margin-top: 20px;
}

.wc-tabs,
.woocommerce-Tabs-panel h2:first-child {
  display: none;
}
.wc-tabs-wrapper {
  background: rgba(255, 255, 255, 0.96);
  padding: 50px 30px;
  max-width: 48%;
}
.wc-tabs-wrapper h1,
.wc-tabs-wrapper h2,
.wc-tabs-wrapper h3,
.wc-tabs-wrapper h4,
.wc-tabs-wrapper p {
  color: #0c0c0c;
}
.wc-tabs-wrapper h1,
.wc-tabs-wrapper h2,
.wc-tabs-wrapper h3,
.wc-tabs-wrapper h4 {
  margin: 60px 0 30px;
}
.wc-tabs-wrapper p {
  margin: 30px 0;
}

.variations label {
  color: #fff;
}

.woocommerce-message {
  z-index: 9;
}

/* slider img */
.wpgs-for .flaticon-right-arrow,
.wpgs-for .flaticon-back {
  margin-left: 10px;
  margin-right: 10px;
}

/* carrito */

.woocommerce-cart .video-bg,
.woocommerce-checkout .video-bg {
  display: none;
}

.woocommerce-cart .woocommerce {
  max-width: 992px;
  margin: 100px auto;
}

.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-cart .qty,
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .woocommerce-shipping-destination {
  color: #212529 !important;
}
.shipping-calculator-button {
}
.cart_totals tr th,
.cart_totals tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-cart .qty {
  border: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.woocommerce-cart .input-text {
  width: 140px !important;
  height: 36px;
}

.woocommerce-cart .checkout-button,
.woocommerce-checkout .button {
  background: #212529 !important;
  opacity: 1;
}
.woocommerce-cart .checkout-button:hover,
.woocommerce-checkout .button:hover {
  opacity: 0.5;
}

/* finalizar pedido */

.woocommerce-checkout .woocommerce {
  max-width: 992px;
  margin: 200px auto;
}

.woocommerce-checkout .woocommerce-Price-amount,
.woocommerce-checkout .woocommerce-privacy-policy-text p,
#order_review_heading,
#ship-to-different-address,
#order_comments_field,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-billing-fields p {
  color: #212529 !important;
}
#order_review_heading {
  margin-top: 50px;
}

form.woocommerce-checkout .col-1,
form.woocommerce-checkout .col-2 {
  max-width: 50%;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout #order_comments {
  min-width: 350px;
  max-width: 350px;
  min-height: 200px;
  max-height: 200px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
  max-width: 48%;
}
@media screen and (max-width: 768px) {
  .woocommerce-column--billing-address,
  .woocommerce-column--shipping-address {
    max-width: 100%;
  }
}
.order-again a {
  color: #fff !important;
}

/* icono de carrito */

.cartcontents {
  max-width: 25px;
  max-height: 28.5px;
  overflow: hidden;
}

/* <==================== FRONT-PAGE ====================> */

.home-responsive {
  display: none;
  text-align: center;
}
.home-menu-left {
  position: absolute;
  top: 100px;
  left: 100px;
}
.home-menu-left img {
  width: 320px;
  height: auto;
  margin-bottom: 100px;
}
.home-menu-left ul li a {
  font-size: 100px;
  font-weight: 600;
  line-height: 120px;
  color: #fff;
  position: relative;
}
.home-menu-left ul li a:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: -125px;
  opacity: 0;
  transition: ease 0.5s;
  pointer-events: none;
}
.home-menu-left ul li a:after {
  content: "";
  display: block;
  width: 768px;
  height: 425px;
  position: absolute;
  right: -920px;
  opacity: 0;
  transition: ease 0.5s;
  pointer-events: none;
  z-index: 1000;
}
.home-menu-left ul li:nth-child(1) a:before {
  background: url(img/flecha-tienda.svg) no-repeat;
  background-size: 80px auto;
}
.home-menu-left ul li:nth-child(1) a:after {
  background: url(https://www.ecocam.es/wp-content/uploads/camara-estenopeica-1.jpg);
  background-size: cover;
  background-position: center center;
  top: -25px;
}
.home-menu-left ul li:nth-child(1) a:hover:before,
.home-menu-left ul li:nth-child(1) a:hover:after {
  opacity: 1;
}
.home-menu-left ul li:nth-child(2) a:before {
  background: url(img/flecha-eventos.svg) no-repeat;
  background-size: 90px auto;
  top: 60px;
}
.home-menu-left ul li:nth-child(2) a:after {
  background: url(https://www.ecocam.es/wp-content/uploads/02-1.jpg);
  background-size: cover;
  background-position: center center;
  top: -150px;
}
.home-menu-left ul li:nth-child(2) a:hover:before,
.home-menu-left ul li:nth-child(2) a:hover:after {
  opacity: 1;
}
.home-menu-left ul li:nth-child(3) a:before {
  background: url(img/flecha-talleres.svg) no-repeat;
  background-size: 100px auto;
  top: 72px;
}
.home-menu-left ul li:nth-child(3) a:after {
  background: url(https://www.ecocam.es/wp-content/uploads/37238819_10157560738197067_1039523463070482432_n.jpg);
  background-size: cover;
  background-position: center center;
  top: -265px;
}
.home-menu-left ul li:nth-child(3) a:hover:before,
.home-menu-left ul li:nth-child(3) a:hover:after {
  opacity: 1;
}
.home-menu-right {
  position: absolute;
  top: 120px;
  right: 100px;
}
.home-menu-right ul li {
  display: inline-block;
  margin-left: 50px;
}
.home-menu-right ul li a {
  font-size: 72px;
  font-weight: 600;
  color: #fff;
}
.home-desktop ul li a:hover {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.home-desktop .video-home {
  position: absolute;
  right: 100px;
  top: 35%;
}
.home-desktop .video-home video {
  width: 700px;
}
.home-responsive img {
  width: 50%;
  margin: 50px 0;
  max-width: 250px;
}
.home-responsive ul {
  margin: 50px 0;
}
.home-responsive ul li {
  margin: 10px 0;
}
.home-responsive ul li a {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.home-responsive .video-home video {
  width: 100%;
  max-width: 400px;
  padding: 0 20px;
}

/* traductor */
.traductor {
  position: absolute;
  right: 0;
  padding: 20px;
}
.traductor #Spanish,
.Spanish {
  display: none !important;
}
.translated-ltr .traductor #Spanish,
.translated-ltr .Spanish {
  display: block !important;
}
.translated-ltr .traductor #English,
.translated-ltr .English {
  display: none !important;
}
.traductor #flags {
  width: 24px;
}

/* <==================== PAGES ====================> */

.fondo-blanco {
  background: rgba(255, 255, 255, 0.9);
}

.contenido-pagina {
  padding: 50px 30px;
  max-width: 980px;
  margin: 150px auto;
}
.page-id-21 .contenido-pagina {
  margin-bottom: 0;
}

.contenido-pagina h1,
.contenido-pagina h2,
.contenido-pagina h3,
.contenido-pagina h4,
.contenido-pagina p,
.equipo h2,
.equipo p,
.talleres h2,
.talleres p {
  color: #0c0c0c;
  margin: 30px 0;
}
.contenido-pagina a {
  color: blue;
}
.contenido-pagina a:hover {
  opacity: 0.5;
}
.contenido-pagina img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}
.equipo {
  max-width: 980px;
  text-align: center;
  padding: 0 30px 100px;
  margin-bottom: 150px;
}
.equipo .widgettitle {
  display: none;
}
.equipo img {
  width: 66%;
  height: auto;
  border-radius: 100%;
  margin: 20px auto;
}
.talleres {
  max-width: 980px;
  padding: 100px 30px;
  margin: 180px auto;
}
.talleres a {
  color: blue;
  font-size: 20px;
}

.talleres .widgettitle {
  padding: 0;
  margin: 0;
}
.talleres .textwidget {
  margin-bottom: 50px;
}
.talleres ul,
.talleres ol {
  padding-left: 30px;
}

a.enlace-talleres {
  font-size: 22px;
  color: blue;
}
a.enlace-talleres:hover {
  opacity: 0.5;
}

.page-id-126 .contenido-pagina {
  display: none;
}

.flex-control-paging li {
  opacity: 0 !important;
}
.flex-control-paging li:nth-child(-n + 10) {
  opacity: 1 !important;
}

/* <==================== BLOG ====================> */

.ecocam-blog {
  margin-top: 200px;
}

.ecocam-blog div div {
  margin-bottom: 100px;
}

.ecocam-blog img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  height: 350px;
  object-fit: scale-down;
  object-position: center center;
}

.ecocam-blog h2,
.ecocam-blog p,
.ecocam-blog .post-categories,
.ecocam-blog .leer-mas {
  text-align: center;
}
.ecocam-blog h2:hover {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.ecocam-blog .post-categories {
  margin-bottom: 25px;
  color: #fff;
}
.ecocam-blog .post-categories li a:hover {
  opacity: 0.5;
}

.leer-mas {
  margin-top: 30px;
}
.leer-mas a {
  padding: 8px 50px;
  border: 1px solid #fff;
}
.leer-mas a:hover {
  color: #0c0c0c;
  background: #fff;
}

.paginador-blog {
  text-align: center;
  margin-bottom: 100px;
}
.paginador-blog a,
.paginador-blog span {
  color: #fff;
  font-size: 25px;
  margin: 5px;
}
.paginador-blog a:hover {
  opacity: 0.5;
}

/* <==================== SINGLE ====================> */

.single-blog {
  padding: 150px 30px;
  background: rgba(255, 255, 255, 0.96);
}
.single-blog img {
  max-width: 100%;
  height: auto;
}
.single-blog p,
.single-blog h1,
.single-blog h2,
.single-blog h3,
.single-blog h4 {
  color: #0c0c0c;
  margin-bottom: 30px;
}
.single-blog h1:first-child {
  margin-bottom: 30px;
}
.single-blog .post-categories {
  margin-bottom: 50px;
}
.single-blog ol,
.single-blog ul {
  padding-left: 50px;
  margin: 30px 0;
}
.single-blog ol li,
.single-blog ul li,
.talleres ol li,
.talleres ul li {
  list-style: decimal;
  padding-left: 5px;
}
.single-blog ul li,
.talleres ul li {
  list-style: disc;
}
.single-blog blockquote {
  background: #0c0c0c;
  padding: 20px;
}
.single-blog blockquote p {
  color: #fff;
  font-size: 24px;
  font-style: italic;
}
.single-blog blockquote p:before,
.single-blog blockquote p:after {
  content: '"';
  font-size: 36px;
}

/* <==================== PAGE-CONTACT ====================> */

.pagina-contacto {
  margin-top: 200px;
  margin-bottom: 200px;
}
.pagina-contacto a:hover,
.wpcf7-submit:hover {
  opacity: 0.5;
}

.parrafo-contacto {
  max-width: 50%;
}

.logo-contadopierde {
  position: absolute;
  right: 80px;
  top: 100px;
}

/* formulario */

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.formularios .wpcf7-text:focus,
.formularios .wpcf7-textarea:focus,
#uploadtextfield:focus {
  box-shadow: none;
  outline: none;
}
.wpcf7-response-output {
  display: none;
}

.formularios h4 {
  color: #fff;
}
.wpcf7-text,
.wpcf7-textarea {
  background: none;
  border: transparent;
  color: #fff;
  width: 100%;
  padding: 10px;
}
.wpcf7-text,
.wpcf7-submit {
  border-bottom: 5px solid #fff;
  padding-left: 0;
  font-size: 30px;
  font-weight: 600;
}
.wpcf7-textarea {
  border: 1px solid #fff;
  background: #fff;
  color: #0c0c0c;
}

.formularios .wpcf7-textarea {
  min-height: 200px;
  max-height: 200px;
}

/* checkbox */

span.wpcf7-list-item {
  margin: 0 !important;
  padding-top: 20px;
  color: #fff;
}
span.wpcf7-list-item a {
  font-weight: 600;
}

input[type="checkbox"] {
  position: absolute;
}

input[type="checkbox"] + span {
  display: block;
  position: relative;
}

input[type="checkbox"] + span::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #fff;
}

input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 6px;
  width: 12px;
  transform: rotate(-45deg);
}

input[type="checkbox"] {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

input[type="checkbox"]:disabled + label {
  color: #575757;
}
input[type="checkbox"]:disabled + label::before {
  background: #ddd;
}

/* enviar */

.wpcf7-submit {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce-checkout input[type="checkbox"] + span::before {
  border: 1px solid #0c0c0c;
}
.woocommerce-checkout input[type="checkbox"]:checked + span::after {
  border-left: 2px solid #0c0c0c;
  border-bottom: 2px solid #0c0c0c;
  top: 20px;
}
.woocommerce-checkout
  .validate-required
  input[type="checkbox"]:checked
  + span::after {
  top: 13px;
}

/* <==================== ERROR 404 ====================> */

/* <==================== VIDEO BACKGROUND ====================> */

.video-bg video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  visibility: visible;
  z-index: -1;
}
@supports (-ms-ime-align: auto) {
  .video-bg video {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
  }
}

/* <==================== FOOTER ====================> */

footer {
  background: rgba(255, 255, 255, 0.96);
  padding: 0 50px;
  height: 30px;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: #0c0c0c;
  font-size: 16px;
  line-height: 30px;
  margin-right: 15px;
}
footer ul li:last-child a {
  margin-right: 0;
}
footer ul li a:hover {
  opacity: 0.75;
}
.legal-menu ul li:last-child a:hover {
  opacity: 1;
}
.menu-menu-inferior-container {
  float: left;
}
.legal-menu {
  float: right;
}

/* <==================== 1650 ====================> */
@media screen and (max-width: 1650px) {
  /* front page */

  .home-menu-left {
    top: 80px;
    left: 80px;
  }
  .home-menu-left img {
    width: 200px;
    margin-bottom: 10vh;
  }
  .home-menu-left ul li a {
    font-size: 72px;
    line-height: 90px;
  }
  .home-menu-left ul li a:before {
    width: 100px;
    height: 100px;
    right: -120px;
  }
  .home-menu-left ul li a:after {
    width: 550px;
    height: 300px;
    right: -700px;
  }
  .home-menu-left ul li:nth-child(1) a:before {
    background-size: 70px auto;
    top: -10px;
  }
  .home-menu-left ul li:nth-child(1) a:after {
    top: -25px;
  }
  .home-menu-left ul li:nth-child(2) a:before {
    background-size: 80px auto;
    top: 45px;
  }
  .home-menu-left ul li:nth-child(2) a:after {
    top: -100px;
  }
  .home-menu-left ul li:nth-child(3) a:before {
    background-size: 90px auto;
    top: 55px;
  }
  .home-menu-left ul li:nth-child(3) a:after {
    top: -190px;
  }
  .home-menu-right {
    top: 100px;
    right: 80px;
  }
  .home-menu-right ul li {
    margin-left: 30px;
  }
  .home-menu-right ul li a {
    font-size: 50px;
  }
  .home-desktop .video-home {
    right: 80px;
  }
  .home-desktop .video-home video {
    width: 480px;
  }

  /* tienda */

  .tienda-sidebar {
    top: 180px;
  }
  .tienda-sidebar div ul li a {
    font-size: 36px;
  }
  .tienda-sidebar div ul li {
    padding-bottom: 15px;
  }
  .product-categories {
    max-width: 300px;
  }
}
/* <==================== 1200 ====================> */
@media screen and (max-width: 1200px) {
  .home-responsive {
    display: block;
  }
  .home-desktop {
    display: none;
  }

  /* tienda */

  .tienda-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 50px;
  }
  .tienda-sidebar div ul {
    text-align: center;
  }
  .tienda-sidebar div ul li {
    display: inline-block;
    padding: 5px 15px;
  }
  .tienda-sidebar div ul li a {
    font-size: 24px;
    line-height: 24px;
  }

  .single-product .tienda-container {
    padding: 100px 20px;
  }

  .single-product .product {
    margin-top: 150px;
  }
}
/* <==================== 992 ====================> */
@media screen and (max-width: 992px) {
  .responsive {
    display: block;
  }

  .header-menu {
    display: none;
  }
  /* footer */
  footer {
    background: rgba(255, 255, 255, 0.75);
    padding: 0;
    height: 100vh;
    text-align: center;
    position: relative;
  }
  .menu-menu-inferior-container {
    float: none;
  }
  .menu-menu-inferior-container ul {
    padding-top: 15vh;
  }
  .menu-menu-inferior-container ul li {
    display: block;
    margin: 30px 0;
  }
  .menu-menu-inferior-container ul li a {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
  }
  .legal-menu {
    float: none;
    width: 100%;
    position: absolute;
    bottom: 20px;
  }
  .legal-menu ul li a {
    margin: 0 10px;
  }
  .contenido-pagina,
  .talleres {
    margin: 150px 20px;
    width: calc(100% - 40px);
  }
  .woocommerce-cart .contenido-pagina,
  .woocommerce-checkout .contenido-pagina {
    padding: 0;
  }
  .fondo-blanco {
    background: rgba(255, 255, 255, 0.8);
  }

  /* tienda */

  .tienda-container {
    padding: 100px 20px;
  }
  .wc-tabs-wrapper {
    padding: 20px;
    max-width: 100%;
  }
}
/* <==================== 780 ====================> */
@media screen and (max-width: 780px) {
  .tienda-sidebar div ul li a {
    font-size: 20px;
    line-height: 24px;
  }
  .woocommerce div.product .product_title {
    position: relative;
    left: 0;
    top: 0;
  }
  .single-product .product {
    margin-top: 0;
  }
  form.woocommerce-checkout .col-1,
  form.woocommerce-checkout .col-2 {
    max-width: 100%;
  }
}
/* <==================== 480 ====================> */
@media screen and (max-width: 480px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100% !important;
  }
  h1 {
    font-size: 48px !important;
    line-height: 50px !important;
  }
}
/* <==================== 320 ====================> */
@media screen and (max-width: 320px) {
}
