@font-face {
  font-family: "BrandonBold";
  src: url("https://cdn2.coppel.com/wcsstore/AuroraStorefrontAssetStore/emarketing/fashion_market/fonts/Brandon_bld.otf");
}

@font-face {
  font-family: "BrandonBlk";
  src: url("https://cdn2.coppel.com/wcsstore/AuroraStorefrontAssetStore/emarketing/fashion_market/fonts/Brandon_blk.otf");
}

@font-face {
  font-family: "BrandonRegular";
  src: url("https://cdn2.coppel.com/wcsstore/AuroraStorefrontAssetStore/emarketing/fashion_market/fonts/Brandon_reg.otf");
}

.container {
  max-width: 1140px;
  padding: 60px 15px;
  margin: 0 auto;
}

.bloque {
  margin-bottom: 35px;
}

h2 {
  font-weight: bold;
  margin: 40px 0;
  color: #333;
  font-size: 30px;
}

h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}

h4:last-child {
  margin-bottom: 40px;
}

span {
  text-decoration: underline;
}

p {
  font-size: 14px;
  font-family: "BrandonRegular";
}

/*HEADER*/
.enlacesMenu {
  display: none;
}

.col-xs-2.volver {
  display: block;
  margin-top: 16px;
  float: right;
}

@media (min-width: 320px) {
  h4 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
  }

  p.fecha.actualizacion {
    margin-top: 55px;
    font-size: 16px;
    font-weight: bold;
  }

  /*HEADER*/
  .col-xs-2.volver {
    display: block;
    font-size: 20px;
    width: 49%;
    font-family: brandonregular;
  }
}

@media (min-width: 375px) {
  /*HEADER*/
  .col-xs-2.volver {
    width: 43%;
  }
}

@media (min-width: 425px) {
  /*HEADER*/
  .col-xs-2.volver {
    width: 37%;
  }
}

@media (min-width: 768px) {
  h2 {
    margin: 60px 0 30px 0;
  }

  .col-xs-2.volver {
    width: 22%;
  }
}

@media (min-width: 992px) {
  .col-xs-2.volver {
    width: 17%;
  }
}

@media (min-width: 1200px) {
  .col-xs-2.volver {
    width: 14%;
  }
}
