@font-face {
    font-family: 'momcake_bold';
    src: url('momcake/Momcake-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'momcake_thin';
    src: url('momcake/Momcake-Thin.otf');
    font-weight: normal;
    font-style: normal;
}
/* Textos */
@font-face {
    font-family: 'myriad_pro_regular';
    src: url('myriad-pro/MyriadPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('gotham/gotham-medium-webfont.eot');
    src: url('gotham/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham/gotham-medium-webfont.woff2') format('woff2'),
         url('gotham/gotham-medium-webfont.woff') format('woff'),
         url('gotham/gotham-medium-webfont.ttf') format('truetype'),
         url('gotham/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_bold';
    src: url('gotham/Gotham-Bold.ttf') format('truetype'),
         url('gotham/Gotham-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_light';
    src: url('gotham/Gotham-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'boldfinger';
    src: url('Boldfinger.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  background-color: #212121;
}

.contenedor_slider {
  padding: 0 14px !important;
}

a,
.btn-link,
.page-link {
  color: #013f88;
  outline: none;
  text-decoration: none;
}
a:hover,
.btn-link:hover,
.page-link:hover {
  text-decoration: none;
}
.page-link,
.page-link:hover {
  color: #f3a540;
}
.page-link {
  color:  #a0a0a0;
  background-color: #fff;
  border: none;
}
.page-link:hover {
  color:  #212529;
}
.page-item.active .page-link {
  color: #000;
  background-color: #fbe603;
  border-color: transparent;
  border-radius: 7px;
}

.fuente_titulos {
  font-family: 'momcake_bold';
}
.fuente_titulo_light {
  font-family: 'momcake_thin';
}
.fuente_texto2 {
  font-family: 'gotham_bold';
}
.fuente_texto {
  font-family: 'gotham_light';
}
.fuente_articulos {
  font-family: 'boldfinger';
}

.fuente_espaciado_15 {
  letter-spacing: 1.5px;
}

.tamanio_texto_07 {
  font-size: .7rem;
}
.tamanio_texto_08 {
  font-size: .8rem;
}
.tamanio_texto_09 {
	font-size: .9rem;
}
.tamanio_texto_1 {
  font-size: 1rem;
}
.tamanio_texto_14 {
  font-size: 1.4rem !important;
}
.tamanio_texto_16 {
  font-size: 1.6rem;
}

.color_texto {
  color: #ffe400;
}
.color_rosa {
  color: #fc57bd;
}
.color_amarillo {
  color: #fbe603;
}
.color_amarillo2 {
  color: #ffe400;
}
.color_bordo {
  color: #9f2e5c;
}
.color_celeste {
  color: #08cfec;
}
.color_negro {
  color: #212529;
}

.fondo_amarillo {
  background-color: #ffe400;
}
.fondo_gris {
  background-color: #f2f3f4;
}
.fondo_gris_muy_claro {
  background-color: #efefef;
}
.espacio_interno_izq_10 {
	padding-left: 10px;
}

.espacio_externo_izq_fuerza {
	margin-left: 50px;
}

.borde_superior_amarillo {
	border-top: 4px solid #ffe400;
}

.borde_inferior_gris_oscuro {
  border-bottom: 4px solid #343537;
}

.borde_blanco_2 {
  border:2px solid #fff;
}

.sin_cursor {
  cursor: not-allowed;
}

.enlace_contenido {
  font-weight: bold;
  outline: none;
  text-decoration: none;
}
.enlace_contenido:hover {
  text-decoration: underline;
}

.boton_contenido {
  color: #fff;
  background-color: #f4ac48;
}

#modal_general,
#modal_spinner,
#modalLoginEleccionEnvio {
  z-index: 1706;
}

/* MENÚ SUPERIOR
--------------------------------------------------- */
#contenedor_menu_superior {
  height: 130px;
  top: 0;
  position: absolute;
  z-index: 1705;
}
#logo_home {
  width: 9%;
  margin-left: 80px;
  margin-right: 80px;
}
#menu_superior {
  width: 80%;
}
.nav-item a {
  font-family: 'momcake_thin';
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}
.nav-item a:hover,
.menu_superior_activo {
  color: #fbe603 !important;
  font-family: 'momcake_bold';
}

.dropdown > .dropdown-menu {
  border: 0;
  margin-top: 0;
  padding: 0;
  top: 200%;
  transition: 0.3s all ease-in-out;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  top: 100%;
}
.dropdown > .dropdown-toggle:active {
  /* Sin esto, al hacer clic lo dejará visible (pegajoso a otro submenú) */
  pointer-events: none;
}
/* Para sacarle el triángulo */
.dropdown-toggle::after {
  border-top: 0;
  border-right: 0;
}
.dropdown > .dropdown-menu > .dropdown-item {
  font-family: 'myriad_pro_regular';
  font-size: .8rem;
  color: #5d5d5d;
  border-bottom: 2px solid #f7c407;
  margin-left: 0;
}
.dropdown > .dropdown-menu > .dropdown-item:hover {
  /*font-family: 'momcake_bold';*/
  color: #5d5d5d !important;
  background-color: #ffe400;
}

/* CAROUSEL
--------------------------------------------------- */
#carousel_home {
  /*height: 595px;*/
  overflow: hidden;
}
.carousel-item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100% !important;
}
.carousel-item img {
  width: 100% !important;
  height: 100% !important;
}
.carousel-indicators {
  bottom: 20px;
}
.carousel-caption-menu {
  height: 136px;
  top: 0%;
  right: 5%;
  left: 5%;
  padding-top: 0;
}
.carousel-caption-menu a {
  color: #fff;
  display: block;
}
.carousel-caption-menu a:hover {
  color: #00b6c6 !important;
}

.mensaje_slider {
  width: 45%;
  top: 20%;
  right: 5%;
  left: 10%;
  font-family: 'gotham_bold';
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  text-align: left;
  padding-bottom: 0;
}

#contenedor_cuerpo {
  margin-top: -30px;
  position: relative;
	z-index: 1037;
}

/* PRODUCTOS DESTACADOS
--------------------------------------------------- */
#productos_destacados {
  margin-top: -250px;
  padding-top: 300px;
}

#destacados_titulo h1 {
  font-family: 'momcake_thin';
  font-size: 2rem;
  letter-spacing: 1.5px;
}

/* Carrito -------------------------------------------------- */
.carrito_img {
  width: 100px;
}
.carrito_fs {
  font-size: 1.1rem;
}

/* PIE
--------------------------------------------------- */
footer {
  font-family: 'momcake_bold';
  color: #fff;
  background-color: #000;
  border-top: 4px solid #fbe603;
  bottom: 0;
}

.btn_ir_arriba {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 10%;
  display: none;
  text-indent: -9999px;
  background: url('../imagenes/ir_arriba.png') no-repeat;
  outline: none;
}

/* Etiqueta del producto (vista previa)
------------------------------------------------------ */
.etiqueta_producto {
  border: 0;
}
.etiqueta_producto_foto_y_enlaces {
  position: relative;
  background-color: #fff;
}
.etiqueta_producto_enlaces {
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1710;
  bottom: 0;
  padding: 8px 0 0 0;
}
.etiqueta_producto_borde_superior_titulo {
  border-top: 4px solid #fde403;
}
.etiqueta_producto_borde_inferior_titulo {
  border-bottom: 4px solid #fde403;
}
.oculto {
   opacity: 0;
   height: 0;
   padding: 0;
}
.visible {
    opacity: 1;
    height: auto;
    padding: 15px 0px;
    transition: opacity 1s linear;
}

/* Ficha modal del producto
------------------------------------------------------ */
.borde_inferior_foto {
  border-bottom: 7px solid #fde403;
}
.borde_superior_modal {
  border-top: 4px solid #fde403;
}

/* Menú Tienda
 ---------------------------------------------------- */
#contenedor_menu_tienda {
  width: 50%;
  top: 130px;
  position: absolute;
  z-index: 1700;
  background-color: #4b4f5a;
  display: none;
}
#buscador_tienda input {
  background-color: transparent;
  color: white !important;
}
#menu_tienda a {
  font-size: 12px;
  color: #aaa;
  text-decoration: none;
}
#menu_tienda a:hover {
  color: #fbe603;
}
#menu_tienda ul li {
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  color: #fbe603;
}
#menu_tienda ul li ul {
  padding-left: 0;
}
#menu_tienda ul li ul li a {
  font-family: 'gotham_light';
  font-size: 14px;
  color: #fff;
}

.btn_carrito {
  color: #fff;
  background-color: #7db339;
}
.btn_carrito:hover {
  color: #fff;
  background-color: #17a2b8;
}

/* FORMULARIOS
------------------------------------------------------------- */
.tamanio_label {
  font-size: .9rem;
}

/* CARRITO 
------------------------------------------------------------- */
.img_carrito {
  width: 50px;
}

/* Dispositivos Extra Pequeños (teléfono vertical (portrait), less than 576px) 
----------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  
  #logo_home {
    width: 60%;
    text-align: center;
  }
  #menu_superior {
    padding-top: 0;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  #carousel_home {
    height: 189px;
  }
  .mensaje_slider {
    display: none !important;
  }

  .custom-select-sm {
    margin-top: 5px;
  }

  .espacio_externo_izq_fuerza {
	 margin-left: 0;
  }

  #contacto_info h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  #contenedor_menu_tienda {
    /*height: 950px;*/
    top: 150px;
  }

  .tamanio_label {
    font-size: .7rem;
  }
}

/* Pequeños Dispositivos (teléfono apaisado (landscape), 576px y arriba) 
---------------------------------------------------------------------- */
@media (min-width: 576px) and (max-width: 767.98px) {
  
  #logo_home {
    width: 60%;
  }

  #menu_superior {
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  #carousel_home {
    height: 298px;
  }

  #slider_desafia_tus_limites {
  	display: none;
  }

  .mensaje_slider {
    width: 60%;
    font-size: 2.5rem;
  }

  .espacio_externo_izq_fuerza {
	 margin-left: 20px;
  }

  #contacto_info h2 {
    text-align: center;
  }

  #contenedor_menu_tienda {
    /*height: 550px;*/
    top: 150px;
  }
}

/* Dispositivos Medianos (tablets, 768px y arriba) 
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {

  #logo_home {
    width: 60%;
  }

  #menu_superior {
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  #carousel_home {
    height: 380px;
  }

  .mensaje_slider {
    font-size: 3rem;
  }

  .espacio_externo_izq_fuerza {
	 margin-left: 20px;
  }

  #contacto_info h2 {
    text-align: center;
    font-size: 1.3rem;
  }
  
  #contenedor_menu_tienda {
    /*height: 550px;*/
    top: 150px;
  }
}

/* Dispositivos Grandes (desktops, 992px y arriba) 
-------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
  
  #contacto_info h2 {
    font-size: 1.8rem;
  }
}

/* Dispositivos Extra Grandes (large desktops, 1200px y arriba) 
------------------------------------------------------------- */
@media (min-width: 1200px) {
  
  .container {
	 width: 1200px !important;
  }
}
