@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,700&display=swap");
body {
  margin: 0px;
  display: flex;
  overflow-x: hidden;
  max-width: 100vw;
  flex-direction: column;
  background-color: #f4f4f4;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif; }
  body.admin-bar {
    min-height: calc(100vh - 32px); }

.ml-25 {
  margin-left: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.owl-theme .owl-nav {
  margin-top: 0px; }

a {
  text-decoration: none; }

.container {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px; }

section.pantalla {
  min-height: 80vh; }

.centrado {
  text-align: center; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

h1.grande {
  font-size: 40px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px; }

.parallax-window {
  background: transparent; }

.show-title-form {
  display: none !important; }

.wishlist_table {
  text-align: center !important; }

.wishlist-title-with-form {
  display: none; }

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
  display: none !important; }

.input-text {
  padding: 10px !important; }

.woocommerce-MyAccount-navigation {
  background-color: slategray; }
  .woocommerce-MyAccount-navigation ul {
    list-style-image: none;
    list-style: none; }
    .woocommerce-MyAccount-navigation ul li a {
      color: white;
      margin: 20px 0px;
      display: inline-block; }
      .woocommerce-MyAccount-navigation ul li a:hover {
        color: black; }

span em {
  margin-top: 5px; }

@media (max-width: 767px) {
  .megaTitulo {
    padding: 50px 0px;
    font-size: 30px; } }
.wishlist_table.mobile {
  padding-left: 0px; }

.wishlist_table.mobile li {
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: solid 1px black; }

.onsale {
  display: none !important; }

.elementor-widget-container {
  border: none !important; }

.centrado {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

#header {
  border-bottom: solid 2px #CCCCCC;
  padding: 10px 0px;
  background-color: white; }
  #header .custom-logo-link img {
    max-height: 90px;
    width: auto; }
  #header .flexHeader {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
  #header .menu {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    list-style-image: none;
    justify-content: flex-end; }
    #header .menu a {
      margin: 0px 0px 0px 20px; }
  #header .derMenu {
    display: flex;
    flex-direction: column; }
    #header .derMenu a {
      color: #00517D !important; }
      #header .derMenu a:hover {
        color: #277496 !important; }
    #header .derMenu .usuarioLogeado {
      display: flex;
      margin-bottom: 10px;
      justify-content: center; }
      #header .derMenu .usuarioLogeado .openMenu {
        display: none; }
      #header .derMenu .usuarioLogeado .aquiUsuario {
        padding: 4px;
        text-align: right;
        border-bottom: solid 1px #808080;
        color: #808080;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #header .derMenu .usuarioLogeado .aquiUsuario .usuario {
          display: none; }
      #header .derMenu .usuarioLogeado .menu {
        margin-left: 10px; }
      #header .derMenu .usuarioLogeado .favoEidioma {
        margin-left: 50px;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #header .derMenu .usuarioLogeado .favoEidioma a {
          display: flex;
          align-items: center;
          justify-content: center; }
        #header .derMenu .usuarioLogeado .favoEidioma .bandera {
          width: auto;
          max-height: 35px;
          margin-left: 15px; }

@media (max-width: 768px) {
  #wpadminbar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999; }

  .admin-bar #header {
    top: 46px; }

  #header {
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 999;
    -webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.31); }
    #header .custom-logo-link img {
      max-height: 60px; }
    #header .menu-menu-1-container {
      position: absolute;
      top: calc(100% + 2px);
      right: 0px;
      background-color: white;
      -webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.31);
      -moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.31);
      box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.31);
      border-left: solid 2px #CCCCCC;
      border-bottom: solid 2px #CCCCCC;
      border-right: solid 2px #CCCCCC;
      z-index: 998px;
      display: none; }
      #header .menu-menu-1-container.activo {
        display: block; }
    #header .menu-item {
      display: flex;
      align-items: center;
      justify-content: center; }
    #header .menu {
      flex-direction: column;
      align-items: stretch;
      justify-content: center; }
      #header .menu a {
        display: inline-block;
        font-size: 18px;
        width: 100%;
        margin: 10px 0px;
        padding: 5px 20px;
        text-align: center; }
    #header .derMenu .usuarioLogeado {
      margin-bottom: 0px; }
      #header .derMenu .usuarioLogeado .aquiUsuario {
        border: none; }
        #header .derMenu .usuarioLogeado .aquiUsuario .hola {
          display: none; }
        #header .derMenu .usuarioLogeado .aquiUsuario .menu {
          display: none; }
        #header .derMenu .usuarioLogeado .aquiUsuario .usuario {
          display: block;
          font-size: 24px; }
      #header .derMenu .usuarioLogeado .favoEidioma {
        margin-left: 15px; }
      #header .derMenu .usuarioLogeado .openMenu {
        display: block;
        margin-left: 15px;
        background-color: whitesmoke;
        padding: 7px 14px;
        border: solid 1px #8b8b8b; }
        #header .derMenu .usuarioLogeado .openMenu.activo {
          background-color: #00517D;
          color: white; }

  .products .product.featured:after {
    width: 70px !important;
    height: 70px !important; }

  .products .product .dto {
    width: 85px !important;
    height: 85px !important; }

  .products .product .dto span {
    top: 5px !important;
    left: 14px !important;
    font-size: 15px !important; }

  .products .product .dto span small {
    font-size: 14px !important; } }
footer {
  margin-top: auto;
  background-color: #282B2E;
  padding: 15px 0px;
  color: white; }
  footer .letsflex {
    display: flex;
    align-items: center;
    justify-content: center; }
  footer a {
    color: white; }
  footer .maple img {
    max-height: 30px;
    margin-left: 10px; }

#subfooter {
  background-color: #35383C;
  color: #B3B3B3;
  padding: 25px 0px; }
  #subfooter .flexfooter {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap; }
    #subfooter .flexfooter .bloque {
      flex: 1 1 20%;
      line-height: 30px;
      display: flex;
      align-items: stretch;
      justify-content: center;
      margin: 10px 0px; }
      #subfooter .flexfooter .bloque .cont {
        padding: 10px; }
      #subfooter .flexfooter .bloque img {
        max-width: 100%; }
      #subfooter .flexfooter .bloque .warranty {
        max-width: 150px;
        height: auto;
        align-self: flex-start;
        justify-self: center;
        margin-top: 20px;
        margin-bottom: 20px; }

#customer_login .login, .register .login {
  margin: 0px; }
#customer_login .input-text, .register .input-text {
  padding: 15px;
  border-radius: 15px;
  font-family: "Montserrat", sans-serif;
  border: solid 1px #E6E6E6;
  background-color: white; }
  #customer_login .input-textinput::-webkit-input-placeholder, .register .input-textinput::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif; }
  #customer_login .input-text::-moz-placeholder, .register .input-text::-moz-placeholder {
    font-family: "Montserrat", sans-serif; }
  #customer_login .input-text:-ms-input-placeholder, .register .input-text:-ms-input-placeholder {
    /** notice that ie has only a single colon) */
    font-family: "Montserrat", sans-serif; }
  #customer_login .input-text::-webkit-input-placeholder, .register .input-text::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif; }
  #customer_login .input-text::placeholder, .register .input-text::placeholder {
    font-family: "Montserrat", sans-serif; }
#customer_login .woocommerce-button, .register .woocommerce-button {
  background-color: #00517D;
  color: white;
  font-style: 14px; }
#customer_login .woocommerce-form-login__submit, .register .woocommerce-form-login__submit {
  width: 100%;
  float: right;
  padding: 15px 0px;
  border-radius: 10px;
  margin-right: 0px;
  font-weight: 700; }
#customer_login .woocommerce-form-register__submit, .register .woocommerce-form-register__submit {
  padding: 10px 25px;
  border-radius: 0px;
  margin-right: 0px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  border: none; }
#customer_login .woocommerce-form-login, .register .woocommerce-form-login {
  background-color: none;
  border: none;
  flex: 1 1 50%; }
  #customer_login .woocommerce-form-login h2, .register .woocommerce-form-login h2 {
    color: #00517D;
    width: 100%;
    text-align: center;
    margin-top: 0px; }
#customer_login .col-1, .register .col-1 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  float: none;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: #F4F4F4;
  border: solid 1px #E6E6E6; }
  #customer_login .col-1.fix, .register .col-1.fix {
    background-color: transparent !important;
    border: none;
    align-items: center; }
    #customer_login .col-1.fix .lost_password, .register .col-1.fix .lost_password {
      flex: 1 1 50%;
      text-align: center; }
      #customer_login .col-1.fix .lost_password a, .register .col-1.fix .lost_password a {
        color: #666666;
        font-style: italic;
        font-weight: 300; }
        #customer_login .col-1.fix .lost_password a b, #customer_login .col-1.fix .lost_password a strong, .register .col-1.fix .lost_password a b, .register .col-1.fix .lost_password a strong {
          font-weight: 700; }
#customer_login .imgreferencial, .register .imgreferencial {
  flex: 1 1 50%;
  display: flex;
  align-items: stretch;
  padding: 25px; }
  #customer_login .imgreferencial .cubrirTodo, .register .imgreferencial .cubrirTodo {
    width: calc(100% - 20px);
    background-color: white;
    height: calc(100% - 20px);
    margin: 10px;
    border-radius: 25px;
    background-image: url("../imgs/loginfoto.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.recordar {
  font-style: italic;
  font-weight: 300;
  color: #666666; }

.register h2 {
  color: #00517D;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }

.register p {
  text-align: center; }

@media (max-width: 767px) {
  #customer_login .imgreferencial {
    display: none; }

  #customer_login .col-1.fix {
    flex-direction: column; } }
.flexSelect {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  max-width: 900px;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 300; }
  .flexSelect input[type="text"] {
    padding: 10px 15px;
    display: inline-block;
    margin: 10px 0px 35px 0px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif; }
  .flexSelect input[type="radio"] {
    display: none; }
  .flexSelect label {
    text-align: center;
    padding: 0px 10px;
    margin-bottom: 10px;
    text-align: center; }
  .flexSelect input[type="radio"]:checked + label .circulo {
    -webkit-box-shadow: 0px 0px 9px 2px rgba(22, 24, 126, 0.5) !important;
    -moz-box-shadow: 0px 0px 9px 2px rgba(22, 24, 126, 0.5) !important;
    box-shadow: 0px 0px 9px 2px rgba(22, 24, 126, 0.5) !important; }
  .flexSelect .circulo {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 10px auto;
    background-color: white;
    border: solid 1px #B3B3B3;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all  0.2s ease-in-out;
    -moz-transition: all  0.2s ease-in-out;
    -o-transition: all  0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
    transition-property: box-shadow, border; }
    .flexSelect .circulo.cuglogo {
      background-image: url("../imgs/cug-min.jpg");
      background-size: 80% auto; }
    .flexSelect .circulo:hover {
      cursor: pointer;
      -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.75); }
  .flexSelect.fixTamano .circulo {
    background-size: 95% auto;
    background-color: white; }

.tituloFlex {
  width: 100%;
  text-align: center;
  font-size: 25px;
  border-bottom: solid 1px #000000;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .tituloFlex span {
    background-color: #E8E8E8;
    color: #000000;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 10px 20px;
    min-width: 250px;
    text-align: center; }
  .tituloFlex .info {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B3B3B3;
    color: #666666;
    border-radius: 100%;
    position: relative; }
    .tituloFlex .info .data {
      display: none; }
    .tituloFlex .info:hover .data {
      display: block;
      z-index: 9;
      width: 300px;
      height: auto;
      padding: 10px;
      background-color: #4D4D4D;
      position: absolute;
      top: 100%;
      right: 0px;
      color: white; }
      .tituloFlex .info:hover .data h5 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px; }
      .tituloFlex .info:hover .data p {
        font-size: 12px; }

.flexEnviar {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 35px; }
  .flexEnviar button {
    border: solid 1px;
    padding: 10px 25px;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 21px; }
    .flexEnviar button:hover {
      background-color: black;
      color: white;
      cursor: pointer; }
  .flexEnviar .reset {
    padding: 10px 12px;
    border: solid 1px #000000;
    margin: 0px 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center; }
    .flexEnviar .reset:hover {
      background-color: black;
      color: white;
      cursor: pointer; }

.cargando {
  display: none;
  text-align: center;
  margin: 25px; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: black;
  margin: -4px 0 0 -4px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.resultados {
  display: none; }

.products {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap; }
  .products h1 {
    width: 100%;
    flex: 1 1 100%;
    clear: both; }
  .products .product {
    flex: 1 1 50%;
    max-width: 180px;
    display: block;
    margin: 20px;
    position: relative;
    display: flex;
    flex-direction: column; }
    .products .product .soloLoopeo {
      margin-top: auto; }
    .products .product .imgCuadrada {
      width: 100%;
      padding-top: 100%;
      background-size: cover;
      background-position: center center;
      border-radius: 15px; }
    .products .product .woocommerce-loop-product__title {
      font-size: 16px;
      text-align: right;
      color: black;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .products .product small {
      width: 100%;
      text-align: right;
      color: #666666;
      font-weight: 300;
      display: block; }
    .products .product.featured:after {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 100px;
      height: 100px;
      background-image: url("../imgs/destacado.png");
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: top right;
      pointer-events: none; }
    .products .product .dto {
      position: absolute;
      top: 0px;
      left: 0px;
      color: white;
      width: 125px;
      height: 125px;
      background-color: black;
      clip-path: polygon(100% 0, 0 0, 0 100%); }
      .products .product .dto span {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: inline-block;
        position: absolute;
        top: 14px;
        left: 22px;
        font-size: 22px; }
        .products .product .dto span small {
          font-size: 18px;
          font-weight: 700;
          color: white; }

.related.products {
  background-color: white; }

.woocommerce div.product div.images img {
  max-height: 70vh;
  width: auto !important;
  display: block;
  margin: 0 auto; }

.product {
  font-family: "Montserrat", sans-serif; }
  .product .resumen {
    display: none; }
  .product .botones {
    display: none; }

.product_meta {
  display: none !important; }

.price {
  display: none !important; }

.italica {
  font-style: italic;
  font-weight: 300; }

.product table td {
  padding: 10px 0px; }
  .product table td input {
    padding: 10px 0px;
    text-align: center; }
  .product table td .yith-wcwl-icon {
    font-size: 25px;
    padding: 10px; }
  .product table td .yith-wcwl-add-to-wishlist {
    margin-top: 0px; }
.product .soloLoopeo {
  width: 100%; }
  .product .soloLoopeo #verFicha {
    width: 100% !important;
    text-align: center !important;
    display: inline-block !important;
    margin-top: 15px; }
.product .mandarEmail {
  background-color: #00517D;
  color: white;
  padding: 7px 25px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }
  .product .mandarEmail:hover {
    background-color: #277496;
    cursor: pointer; }
.product .mandarWp {
  background-color: #00bb2d;
  color: white;
  font-size: 18px;
  padding: 7px 25px;
  border: none;
  font-weight: 600;
  margin-left: 10px;
  font-family: "Montserrat", sans-serif; }
  .product .mandarWp:hover {
    background-color: #42B769;
    cursor: pointer; }
.product #verFicha {
  font-size: 18px;
  padding: 5px 23px;
  border: none;
  font-weight: 600;
  border: black solid 1px;
  background-color: white;
  color: black;
  margin-right: 10px; }
  .product #verFicha:hover {
    background-color: black;
    color: white;
    cursor: pointer; }

.products.largo .product {
  flex: 1 1 100%;
  max-width: 100%;
  background-color: white;
  padding: 25px;
  display: flex;
  flex-direction: row; }
  .products.largo .product:hover {
    cursor: initial; }
  .products.largo .product.featured:after {
    width: 70px;
    height: 70px; }
  .products.largo .product .imgCuadrada {
    width: 250px;
    height: 250px;
    min-width: 250px;
    padding-top: 0px; }
  .products.largo .product .soloLoopeo {
    display: none; }
  .products.largo .product .contenedor {
    padding: 0px 25px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column; }
  .products.largo .product .woocommerce-loop-product__title {
    font-size: 24px;
    margin-top: 0px !important;
    text-align: left; }
  .products.largo .product small {
    text-align: left; }
  .products.largo .product .resumen {
    display: block;
    margin: 10px 0px;
    color: #666666; }
  .products.largo .product .botones {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    flex-wrap: wrap;
    margin-top: auto;
    align-items: center;
    padding-top: 15px; }
    .products.largo .product .botones .yith-wcwl-add-to-wishlist {
      margin-left: auto;
      margin-bottom: 10px; }
      .products.largo .product .botones .yith-wcwl-add-to-wishlist a {
        color: black; }

.megaTitulo {
  padding: 100px 0px;
  text-align: center;
  font-size: 44px;
  color: white; }

#productos .owl-stage {
  display: flex;
  align-items: stretch; }
#productos .owl-item {
  display: flex; }
#productos .contenedor {
  display: flex;
  flex-direction: column;
  height: 100%; }

@media (max-width: 860px) {
  .products.largo .product {
    flex-direction: column; }
    .products.largo .product .woocommerce-loop-product__title {
      font-size: 16px; }
    .products.largo .product .contenedor {
      padding: 0px; }
    .products.largo .product .imgCuadrada {
      width: 100%;
      height: 150px;
      margin-bottom: 20px; }
    .products.largo .product .botones #verFicha {
      flex: 1 0 auto;
      text-align: center;
      margin: 10px 5px;
      min-width: 50%; }
    .products.largo .product .botones button {
      flex: 1 0 auto;
      text-align: center;
      margin: 10px 5px; }
    .products.largo .product .botones .yith-wcwl-add-button {
      flex: 1 0 auto;
      text-align: center;
      margin: 10px 5px;
      min-width: 75px; }

  #productos .products.largo .contenedor {
    height: auto; }

  .products.largo .product {
    padding: 15px; } }
.woocommerce-page .product {
  margin-top: 20px; }

.related .products .soloLoopeo {
  display: flex; }
  .related .products .soloLoopeo #verFicha {
    margin-right: 0px; }

#irTienda {
  font-size: 24px;
  padding: 5px 23px;
  border: none;
  font-weight: 600;
  border: black solid 1px;
  background-color: white;
  color: black;
  margin: 25px 0px;
  display: inline-block; }
  #irTienda:hover {
    background-color: black;
    color: white;
    cursor: pointer; }

.tituloGrande {
  font-size: 36px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 20px 0px; }

.tituloChico {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px; }

.forma form {
  display: flex;
  align-items: stretch;
  justify-content: center; }
  .forma form .es-field-wrap {
    margin-bottom: 0px; }
  .forma form .es-field-wrap {
    flex: 0 1 320px;
    margin: 0px 10px; }
  .forma form .es_submit_button {
    background: white;
    color: black;
    border: none;
    padding: 0px 15px; }
  .forma form .es_txt_email {
    width: 100%;
    padding: 10px 20px;
    background: transparent;
    border: solid 1px white;
    color: white;
    border-radius: 15px;
    text-align: center;
    font-size: 16px; }
    .forma form .es_txt_email::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white;
      text-align: center;
      font-weight: 300;
      font-style: italic;
      font-family: "Montserrat", sans-serif; }
    .forma form .es_txt_email::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      text-align: center;
      font-weight: 300;
      font-style: italic;
      font-family: "Montserrat", sans-serif; }
    .forma form .es_txt_email:-ms-input-placeholder {
      /* IE 10+ */
      color: white;
      text-align: center;
      font-weight: 300;
      font-style: italic;
      font-family: "Montserrat", sans-serif; }
    .forma form .es_txt_email:-moz-placeholder {
      /* Firefox 18- */
      color: white;
      text-align: center;
      font-weight: 300;
      font-style: italic;
      font-family: "Montserrat", sans-serif; }

@media (max-width: 767px) {
  .tituloChico {
    font-size: 14px !important; }

  .tituloGrande {
    font-size: 22px !important; }

  #suscribir {
    padding: 0px 20px 55px 20px !important; }

  .wpcf7-form h1 {
    font-size: 26px !important; }

  .flexEnviar button {
    font-size: 15px !important; } }
.navigation {
  flex: 1 1 100% !important;
  min-width: 100% !important; }

.pagination {
  clear: both;
  position: relative;
  font-size: 20px;
  line-height: 13px;
  list-style-type: none;
  padding-left: 0px;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px; }
  .pagination .limpio {
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }
    .pagination .limpio span {
      padding: 10px 20px !important;
      background: #009CDD;
      color: white; }

.pagination span, .pagination a {
  display: block;
  margin: 2px 6px 2px 0;
  padding: 7px 10px 6px 10px;
  text-decoration: none;
  width: auto;
  color: #808080;
  background-color: white; }

.pagination a:hover {
  color: #fff;
  background: #808080; }

.pagination .active a {
  background: #808080 !important;
  color: #fff !important; }

#suscribir {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 25px 0px 85px 0px;
  position: relative;
  color: white; }
  #suscribir:after {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    background-image: url("../imgs/corte.png");
    background-size: auto 100%;
    background-position: center center; }

.wpcf7-form {
  text-align: center;
  width: 95%;
  max-width: 800px;
  display: block;
  margin: 0 auto; }
  .wpcf7-form h1 {
    font-size: 36px; }

.linea {
  width: 100%;
  display: flex; }
  .linea span {
    flex: 1 1 50%;
    padding: 0px 10px; }
    .linea span input {
      width: 100%;
      margin-bottom: 10px;
      padding: 10px;
      background-color: white;
      border: solid 1px #E6E6E6; }
      .linea span input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #B3B3B3;
        font-family: "Montserrat", sans-serif;
        font-weight: 300; }
      .linea span input::-moz-placeholder {
        /* Firefox 19+ */
        color: #B3B3B3;
        font-family: "Montserrat", sans-serif;
        font-weight: 300; }
      .linea span input:-ms-input-placeholder {
        /* IE 10+ */
        color: #B3B3B3;
        font-family: "Montserrat", sans-serif;
        font-weight: 300; }
      .linea span input:-moz-placeholder {
        /* Firefox 18- */
        color: #B3B3B3;
        font-family: "Montserrat", sans-serif;
        font-weight: 300; }
    .linea span textarea {
      width: 100%;
      border: solid 1px #E6E6E6;
      margin-bottom: 10px;
      padding: 10px; }
      .linea span textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #B3B3B3;
        font-weight: 300;
        font-family: "Montserrat", sans-serif; }
      .linea span textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #B3B3B3;
        font-weight: 300;
        font-family: "Montserrat", sans-serif; }
      .linea span textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: #B3B3B3;
        font-weight: 300;
        font-family: "Montserrat", sans-serif; }
      .linea span textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #B3B3B3;
        font-weight: 300;
        font-family: "Montserrat", sans-serif; }

.wpcf7-submit {
  float: right;
  background-color: #00517D;
  color: white;
  padding: 12px 22px;
  font-size: 16px;
  border: none;
  margin-bottom: 15px;
  justify-self: flex-end !important;
  align-self: flex-end !important;
  margin-left: auto;
  margin-right: 10px;
  order: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }
  .wpcf7-submit:hover {
    background-color: #146896;
    cursor: pointer; }

.ajax-loader {
  max-width: 16px; }

.wpcf7-not-valid-tip {
  margin-bottom: 10px; }

.wpcf7-not-valid {
  border: solid 1px tomato !important; }

.wpcf7-response-output {
  padding: 15px !important;
  display: inline-block;
  background-color: white;
  margin-top: 0px !important; }

/*# sourceMappingURL=estilos.css.map */
