@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,700);
@font-face {
  font-family: 'Jost400';
  font-weight: 400;
  src: url("../fonts/jost/Jost-Regular.ttf") format("opentype");
}
@font-face {
  font-family: 'Jost500M';
  font-weight: 500;
  src: url("../fonts/jost/Jost-Medium.ttf") format("opentype");
}
@font-face {
  font-family: 'Jost600S';
  font-weight: 600;
  src: url("../fonts/jost/Jost-SemiBold.ttf") format("opentype");
}
@font-face {
  font-family: 'Jost800';
  font-weight: 800;
  src: url("../fonts/jost/Jost-Bold.ttf") format("opentype");
}
@font-face {
  font-family: 'Jost200';
  font-weight: 200;
  src: url("../fonts/jost/Jost-Light.ttf") format("opentype");
}
@font-face {
  font-family: 'Ubuntu500';
  font-weight: 500;
  src: url("../fonts/ubuntu/Ubuntu-Medium.ttf") format("opentype");
}
@font-face {
  font-family: 'Ubuntu400';
  font-weight: 400;
  src: url("../fonts/ubuntu/Ubuntu-Regular.ttf") format("opentype");
}
@font-face {
  font-family: 'Ubuntu600S';
  font-weight: 600;
  src: url("../fonts/ubuntu/Ubuntu-Bold.ttf") format("opentype");
}

.more-information {
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  background-repeat: no-repeat;
  line-height: 20px;
  font-size: 14px;
  color: #00035B;
}
.more-information:before {
  content: '';
  background-color: #00035B;
  height: 20px;
  width: 22px;
  display: inline-block;
  float: left;
  line-height: 35px;
  -webkit-mask-image: url(../images/iconos/plus.svg);
  mask-image: url(../images/iconos/plus.svg);
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.more-information:hover {
  color: #2dc0e8;
}
.more-information:hover:before {
  background-color: #2dc0e8;
}
@media only screen and (max-width: 991px) {
  .more-information {
    margin-top: 10px;
    width: auto;
  }
}

.loading:before {
  content: '\f110' !important;
  font-family: FontAwesome;
  background: none;
  color: #fff;
  position: absolute;
  outline: none;
  width: 100%;
  font-size: 24px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  right: 0;
  top: 0;
}

.cms-home .loading:before {
  left: -27px;
}

/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* Font Styles */
/* Media Queries */
/* Setting the Web Font inside a media query so that Outlook doesn't try to render the web font */
@media screen {
  .email-heading h1,
  .store-info h4,
  th.cell-name,
  a.product-name,
  p.product-name,
  .address-details h6,
  .method-info h6,
  h5.closing-text,
  .action-button,
  .action-button a,
  .action-button span,
  .action-content h1 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
}
@media screen and (max-width: 600px) {
  body {
    width: 94% !important;
    padding: 0 3% !important;
    display: block !important;
  }

  .container-table {
    width: 100% !important;
    max-width: 600px;
    min-width: 300px;
  }

  td.store-info h4 {
    margin-top: 8px !important;
    margin-bottom: 0px !important;
  }

  td.store-info p {
    margin: 5px 0 !important;
  }

  .wrapper {
    width: 100% !important;
    display: block;
    padding: 5px 0 !important;
  }

  .cell-name,
  .cell-content {
    padding: 8px !important;
  }
}
@media screen and (max-width: 450px) {
  .email-heading,
  .store-info {
    float: left;
    width: 98% !important;
    display: block;
    text-align: center;
    padding: 10px 1% !important;
    border-right: 0px !important;
  }

  .address-details, .method-info {
    width: 85%;
    display: block;
  }

  .store-info {
    border-top: 1px dashed #C3CED4;
  }

  .method-info {
    margin-bottom: 15px !important;
  }
}
/* Remove link color on iOS */
.no-link a {
  color: #f1f1f1 !important;
  cursor: default !important;
  text-decoration: none !important;
}

.method-info h6,
.address-details h6,
.closing-text {
  color: #000 !important;
}

td.order-details h3,
td.store-info h4 {
  color: #f1f1f1 !important;
}

.method-info p,
.method-info dl {
  margin: 5px 0 !important;
  font-size: 12px !important;
}

td.align-center {
  text-align: center !important;
}

td.align-right {
  text-align: right !important;
}

/* Newsletter styles */
td.expander {
  padding: 0 !important;
}

table.button td,
table.social-button td {
  width: 92% !important;
}

table.facebook:hover td {
  background: #2d4473 !important;
}

table.twitter:hover td {
  background: #0087bb !important;
}

table.google-plus:hover td {
  background: #CC0000 !important;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
@media screen and (max-width: 600px) {
  .products-grid tr td {
    width: 50% !important;
    display: block !important;
    float: left !important;
  }
}
.product-name a:hover {
  color: #646464 !important;
  text-decoration: none !important;
}

/*# sourceMappingURL=email-non-inline.css.map */
