@font-face {
  font-family: "Eurostile";
  src: url(/fonts/Eurostile-Bol.eot?526c59f0f02e477433f6455215a5f7c5);
  src: url(/fonts/Eurostile-Bol.eot?526c59f0f02e477433f6455215a5f7c5) format("embedded-opentype"), url(/fonts/Eurostile-Bol.woff2?9b8a039368b504f98730e5e32c9b6bbf) format("woff2"), url(/fonts/Eurostile-Bol.woff?f06b74beeab57d3b1660d07f3b440426) format("woff"), url(/fonts/Eurostile-Bol.ttf?bb0256c257767bd6cea68fe0bed643fd) format("truetype"), url(/fonts/Eurostile-Bol.svg?de3ba3b549aca5830f0e52d7370faea1) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "EurostileMed";
  src: url(/fonts/Eurostile-Med.eot?c4c51d5da680d28af1a937a83840b43e);
  src: url(/fonts/Eurostile-Med.eot?c4c51d5da680d28af1a937a83840b43e) format("embedded-opentype"), url(/fonts/Eurostile-Med.woff2?68ce37caa4639181533687e1b8937fc7) format("woff2"), url(/fonts/Eurostile-Med.woff?22b359329ebd11a6297d97aa4baa89ba) format("woff"), url(/fonts/Eurostile-Med.ttf?97e1b9738f76bcd59b6eb26ceda60d70) format("truetype"), url(/fonts/Eurostile-Med.svg?417a4d8a6a60d5ef5384a6be7ec73adf) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Eurostile";
  src: url(/fonts/Eurostile-Reg.eot?9d0b525b149f763bc190d3ec7d62b60e);
  src: url(/fonts/Eurostile-Reg.eot?9d0b525b149f763bc190d3ec7d62b60e) format("embedded-opentype"), url(/fonts/Eurostile-Reg.woff2?7b6ad9d5dfbe867d997bbc77ddff3d21) format("woff2"), url(/fonts/Eurostile-Reg.woff?a2bbf320f3b976c8676f68178a285261) format("woff"), url(/fonts/Eurostile-Reg.ttf?372550667d7c40c840a7800782be6127) format("truetype"), url(/fonts/Eurostile-Reg.svg?a9f0908362961a3529fb3a6c2ce4967d) format("svg");
  font-weight: normal;
  font-style: normal;
}

.titulo {
  margin-bottom: 1.5em;
  color: #00053E !important;
}

.texto {
  color: #00053E !important;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 100;
}

#wrapper {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}

#contenido {
  padding-top: 100px;
  padding-bottom: 50px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #00053E;
}

.paginacion .pagination {
  display: inline-block;
}

.paginacion .pagination li {
  display: inline-flex;
  font-size: 13px;
  font-size: 0.8125em;
}

.paginacion .pagination li.page-item.active .page-link {
  background-color: #2B7DC4;
  border-color: #2B7DC4;
}

@media screen and (max-width: 767px) {
  #contenido {
    padding-top: 156px;
    padding-bottom: 381px;
  }
}

.btn-outline-custom {
  font-size: 15px;
  color: #00053E;
  border: 1px solid #00053E;
  border-radius: 55px;
  text-transform: uppercase;
}

.btn-outline-custom:hover {
  background-color: #00053E;
  color: #fff;
}

.btn-outline-custom div {
  padding: 10px;
  cursor: pointer;
}

.style-custom-input input {
  border-radius: 1rem;
}

#header {
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00053E;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.header-menu > nav a {
  margin-right: 25px;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75em;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: bold;
}

.header-menu > nav a:hover {
  color: #FFDD00;
}

.header-menu > nav a:last-child {
  margin-right: 0;
}

.header-user_info .login {
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75em;
}

.header-user_info .login:hover {
  color: #FFDD00;
}

.header-user_info .nombre {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: bold;
  color: white;
}

.header-user_info .nombre .puntos {
  font-weight: 600;
}

.header-user_info .nombre i {
  color: #FFDD00;
  cursor: pointer;
}

.header-user_info .cesta {
  width: auto;
  margin-left: auto;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 300;
  text-align: right;
  color: white;
}

.header-user_info .cesta i,
.header-user_info .cesta span {
  cursor: pointer;
}

.footer-copy {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875em;
}

.login-content form {
  margin-bottom: 50px;
}

.login-content form label {
  color: darkgray;
}

.login-titulo {
  color: #00053E;
  border-bottom: 1px solid #00053E;
  padding-bottom: 5px;
  font-weight: 600;
  margin-bottom: 25px;
}

.login-recordar_pass {
  color: gray;
  font-size: 13px;
  font-size: 0.8125em;
  margin-top: 15px;
}

.login-recordar_pass a {
  color: #00053E;
}

.login-recordar_pass a:hover {
  color: #FFDD00;
}

.regalo-item {
  border-radius: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 250px;
  margin-bottom: 1em;
}

.regalo-item .imagen {
  cursor: pointer;
}

.regalo-item .titulo {
  color: #00053E;
  padding-top: 10px;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 600;
  height: 60px;
  margin-bottom: 0.5em;
  text-align: center;
  cursor: pointer;
}

.regalo-item .puntos {
  font-size: 12px;
  font-size: 0.75em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1em;
  color: #00053E;
}

.regalo-item .add-to-cart {
  background-color: #00053E;
  color: white;
  text-align: center;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

.regalo-item .add-to-cart::after {
  position: absolute;
  content: "\F054";
  font-family: "Font Awesome 5 Free";
  right: 7.5%;
}

.regalo-item .add-to-cart:hover {
  background-color: #FFDD00;
  color: #00053E;
}

.ficha-container .imagenes #img-ppal {
  border: 1px solid #00053E;
}

.ficha-container .imagenes .thumbs {
  margin-top: 15px;
}

.ficha-container .imagenes .thumbs img {
  cursor: pointer;
  border: 1px solid #00053E;
}

.ficha-container .datos .frase {
  color: #00053E;
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.ficha-container .datos .descripcion {
  font-size: 14px;
  font-size: 0.875em;
}

.ficha-container .datos .puntos {
  margin-bottom: 1em;
}

.ficha-container .datos .add-to-cart {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  background-color: #F07D00;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

.ficha-container .datos .add-to-cart::after {
  position: absolute;
  content: "\F054";
  font-family: "Font Awesome 5 Free";
  right: 7.5%;
}

.ficha-container .datos .add-to-cart:hover {
  background-color: #2B7DC4;
}

.ficha-container .datos .entrar {
  text-align: center;
  font-size: 0.8em;
}

.cesta-content .confirmar-pedido {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  color: #00053E;
  text-align: center;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  border: #00053E 1px solid;
}

.cesta-content .confirmar-pedido:hover {
  background-color: #00053E;
  color: white;
}

.cesta-content .direccion {
  display: flex;
  align-items: center;
}

.cesta-content .direccion label {
  margin-left: 5px;
  line-height: 1;
}

