@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Satisfy:400|Raleway:400,800|Roboto:400,700&display=swap");
body {
  position: relative;
  overflow-x: hidden;
}

p {
  margin: 0;
}

a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0 !important;
  outline-style: none;
  border: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

button:focus {
  outline: 0 !important;
  outline-style: none;
  border: 0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1em;
}

img {
  height: auto;
  width: 100%;
}

.header_pc, .header_mi_cuenta {
  overflow: hidden;
}
.header_pc .top, .header_mi_cuenta .top {
  background: #0c467b; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0c467b), to(#215cba));
  background: linear-gradient(to right, #0c467b 0%, #215cba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c467b', endColorstr='#215cba',GradientType=1 ); /* IE6-9 */
  height: 120px;
  position: relative;
}
.header_pc .top .bg_logo, .header_mi_cuenta .top .bg_logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 125px;
  overflow: hidden;
  width: 16%;
}
.header_pc .top .bg_logo img, .header_mi_cuenta .top .bg_logo img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 900px;
}
.header_pc .top .wrap_top, .header_mi_cuenta .top .wrap_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_pc .top .wrap_top .col_uno, .header_mi_cuenta .top .wrap_top .col_uno {
  display: inline-block;
  vertical-align: top;
  width: 15%;
}
.header_pc .top .wrap_top .col_uno .logo, .header_mi_cuenta .top .wrap_top .col_uno .logo {
  position: relative;
  z-index: 2;
}
.header_pc .top .wrap_top .col_uno .logo img, .header_mi_cuenta .top .wrap_top .col_uno .logo img {
  max-width: 90px;
}
.header_pc .top .wrap_top .col_dos, .header_mi_cuenta .top .wrap_top .col_dos {
  display: inline-block;
  vertical-align: top;
  width: 85%;
}
.header_pc .top .wrap_top .col_dos .fila_uno, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.header_pc .top .wrap_top .col_dos .fila_uno .menu_secundario ul, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .menu_secundario ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
.header_pc .top .wrap_top .col_dos .fila_uno .menu_secundario ul li, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .menu_secundario ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
}
.header_pc .top .wrap_top .col_dos .fila_uno .menu_secundario ul li a, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .menu_secundario ul li a {
  color: white;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.header_pc .top .wrap_top .col_dos .fila_uno .menu_secundario ul li:before, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .menu_secundario ul li:before {
  display: block;
  content: "";
  background: #4981c2;
  height: 13px;
  position: absolute;
  top: 20px;
  right: -8px;
  width: 1px;
}
.header_pc .top .wrap_top .col_dos .fila_uno .menu_secundario ul li:last-child:before, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .menu_secundario ul li:last-child:before {
  display: none;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos .hola_usuario, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .hola_usuario {
  color: white;
  line-height: 50px;
  font-weight: bold;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos .hola_usuario a, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .hola_usuario a {
  color: white;
  text-decoration: underline;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos .hola_usuario a:hover, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .hola_usuario a:hover {
  text-decoration: none;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos .correo, .header_pc .top .wrap_top .col_dos .fila_uno .datos .telefono, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .correo, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .telefono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos .correo span, .header_pc .top .wrap_top .col_dos .fila_uno .datos .telefono span, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .correo span, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .telefono span {
  color: white;
  font-size: 22px;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos .correo a, .header_pc .top .wrap_top .col_dos .fila_uno .datos .telefono a, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .correo a, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .telefono a {
  color: white;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin: 0 30px 0 10px;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos .telefono, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .telefono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos .redes, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .redes {
  height: 50px;
  line-height: 50px;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos .redes a, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .redes a {
  color: white;
  font-size: 22px;
  margin-right: 10px;
}
.header_pc .top .wrap_top .col_dos .fila_uno .datos .redes a:last-child, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .redes a:last-child {
  margin-right: 0;
}
.header_pc .top .wrap_top .col_dos .fila_dos, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_pc .top .wrap_top .col_dos .fila_dos .buscador, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .buscador {
  display: inline-block;
  vertical-align: top;
  width: 83%;
}
.header_pc .top .wrap_top .col_dos .fila_dos .buscador input, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .buscador input {
  border: none;
  border-radius: 50px !important;
  height: 50px;
  width: 100%;
}
.header_pc .top .wrap_top .col_dos .fila_dos .buscador .aws-search-field, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .buscador .aws-search-field {
  color: #9f9d9d;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-left: 15px;
}
.header_pc .top .wrap_top .col_dos .fila_dos .ir_carro, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .ir_carro {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 50px;
  height: 50px;
  width: 15%;
}
.header_pc .top .wrap_top .col_dos .fila_dos .ir_carro a, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .ir_carro a {
  color: #009ade;
  font-size: 18px;
}
.header_pc .top .wrap_top .col_dos .fila_dos .ir_carro a span, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .ir_carro a span {
  font-size: 16px;
}
.header_pc .top .wrap_top .col_dos .fila_dos .ir_carro a:hover, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .ir_carro a:hover {
  color: #0a315b;
  text-decoration: none;
}
.header_pc .top .wrap_top .col_dos .fila_dos .carro_info, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .carro_info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 50px;
  height: 50px;
  width: 15%;
}
.header_pc .top .wrap_top .col_dos .fila_dos .carro_info a, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .carro_info a {
  color: #009ade;
  font-size: 18px;
}
.header_pc .top .wrap_top .col_dos .fila_dos .carro_info a span, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .carro_info a span {
  font-size: 16px;
}
.header_pc .top .wrap_top .col_dos .fila_dos .carro_info a:hover, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .carro_info a:hover {
  color: #0a315b;
  text-decoration: none;
}
.header_pc .top .wrap_top .col_dos .fila_dos .boton_movil, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .boton_movil {
  display: none;
}
.header_pc .top .wrap_top .col_tres, .header_mi_cuenta .top .wrap_top .col_tres {
  display: none;
}
.header_pc .menu_categorias, .header_mi_cuenta .menu_categorias {
  background: #0a315b;
  -webkit-box-shadow: 0px -5px 13px 0px rgba(12, 14, 13, 0.39);
          box-shadow: 0px -5px 13px 0px rgba(12, 14, 13, 0.39);
  position: relative;
}
.header_pc .menu_categorias .linea_superior, .header_pc .menu_categorias .linea_inferior, .header_mi_cuenta .menu_categorias .linea_superior, .header_mi_cuenta .menu_categorias .linea_inferior {
  height: 2px;
  background: #255385; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#255385), color-stop(46%, #4981c2), to(#255385));
  background: linear-gradient(to right, #255385 0%, #4981c2 46%, #255385 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255385', endColorstr='#255385',GradientType=1 ); /* IE6-9 */
}
.header_pc .menu_categorias .menu_principal, .header_mi_cuenta .menu_categorias .menu_principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_pc .menu_categorias .menu_principal .menu-principal-container ul, .header_mi_cuenta .menu_categorias .menu_principal .menu-principal-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 35px;
  line-height: 35px;
}
.header_pc .menu_categorias .menu_principal .menu-principal-container ul li, .header_mi_cuenta .menu_categorias .menu_principal .menu-principal-container ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 15px;
}
.header_pc .menu_categorias .menu_principal .menu-principal-container ul li a, .header_mi_cuenta .menu_categorias .menu_principal .menu-principal-container ul li a {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.header_pc .menu_categorias .menu_principal .menu-principal-container ul li a:hover, .header_mi_cuenta .menu_categorias .menu_principal .menu-principal-container ul li a:hover {
  color: #009ade;
  text-decoration: none;
}
.header_pc .menu_categorias .menu_principal .menu-principal-container ul li:before, .header_mi_cuenta .menu_categorias .menu_principal .menu-principal-container ul li:before {
  display: block;
  background: #009ade;
  border-radius: 50%;
  content: "";
  height: 5px;
  position: absolute;
  right: -15px;
  top: 47%;
  width: 5px;
}
.header_pc .menu_categorias .menu_principal .menu-principal-container ul li:last-child:before, .header_mi_cuenta .menu_categorias .menu_principal .menu-principal-container ul li:last-child:before {
  display: none;
}
.header_pc .menu_categorias .menu_principal .menu-principal-container ul .current-menu-item a, .header_mi_cuenta .menu_categorias .menu_principal .menu-principal-container ul .current-menu-item a {
  color: #009ade;
}
.header_pc .menu_categorias .menu_principal .menu_select, .header_mi_cuenta .menu_categorias .menu_principal .menu_select {
  margin-right: 20px;
  line-height: 35px;
  position: relative;
}
.header_pc .menu_categorias .menu_principal .menu_select .boton_mostrar_cate, .header_mi_cuenta .menu_categorias .menu_principal .menu_select .boton_mostrar_cate {
  cursor: pointer;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.header_pc .menu_categorias .menu_principal .menu_select .boton_mostrar_cate span, .header_mi_cuenta .menu_categorias .menu_principal .menu_select .boton_mostrar_cate span {
  font-size: 20px;
  padding-left: 10px;
}
.header_pc .menu_categorias .menu_principal .menu_select .boton_mostrar_cate:hover, .header_mi_cuenta .menu_categorias .menu_principal .menu_select .boton_mostrar_cate:hover {
  color: #009ade;
}

.header_mi_cuenta .top {
  background: #0c467b; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0c467b), to(#215cba));
  background: linear-gradient(to right, #0c467b 0%, #215cba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c467b', endColorstr='#215cba',GradientType=1 ); /* IE6-9 */
  height: 120px;
  position: relative;
}
.header_mi_cuenta .top .bg_logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 125px;
  overflow: hidden;
  width: 16%;
}
.header_mi_cuenta .top .bg_logo img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 900px;
}
.header_mi_cuenta .top .wrap_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_mi_cuenta .top .wrap_top .col_uno {
  display: inline-block;
  vertical-align: top;
  width: 15%;
}
.header_mi_cuenta .top .wrap_top .col_uno .logo {
  position: relative;
  z-index: 2;
}
.header_mi_cuenta .top .wrap_top .col_uno .logo img {
  max-width: 90px;
}
.header_mi_cuenta .top .wrap_top .col_dos {
  display: inline-block;
  vertical-align: top;
  width: 85%;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .menu_secundario ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .menu_secundario ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .menu_secundario ul li a {
  color: white;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .menu_secundario ul li:before {
  display: block;
  content: "";
  background: #4981c2;
  height: 13px;
  position: absolute;
  top: 20px;
  right: -8px;
  width: 1px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .menu_secundario ul li:last-child:before {
  display: none;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .correo, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .telefono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .correo span, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .telefono span {
  color: white;
  font-size: 22px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .correo a, .header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .telefono a {
  color: white;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin: 0 30px 0 10px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .telefono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .redes {
  height: 50px;
  line-height: 50px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .redes a {
  color: white;
  font-size: 22px;
  margin-right: 10px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_uno .datos .redes a:last-child {
  margin-right: 0;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_dos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_dos .buscador {
  display: inline-block;
  vertical-align: top;
  width: 83%;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_dos .buscador input {
  border: none;
  border-radius: 50px !important;
  height: 50px;
  width: 100%;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_dos .buscador .aws-search-field {
  color: #9f9d9d;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-left: 15px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_dos .carro_info, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .ir_carro {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 50px;
  height: 50px;
  width: 15%;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_dos .carro_info a, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .ir_carro a {
  color: #009ade;
  font-size: 18px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_dos .carro_info a span, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .ir_carro a span {
  font-size: 16px;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_dos .carro_info a:hover, .header_mi_cuenta .top .wrap_top .col_dos .fila_dos .ir_carro a:hover {
  color: #0a315b;
  text-decoration: none;
}
.header_mi_cuenta .top .wrap_top .col_dos .fila_dos .boton_movil {
  display: none;
}
.header_mi_cuenta .top .wrap_top .col_tres {
  display: none;
}

.header_fixed {
  position: fixed;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(12, 14, 13, 0.12);
          box-shadow: 0px 2px 16px 0px rgba(12, 14, 13, 0.12);
  top: 0;
  width: 100%;
  z-index: 999;
}
.header_fixed .top {
  display: none;
}
.header_fixed .menu_categorias .menu_principal ul {
  height: 40px;
  line-height: 40px;
}
.header_fixed .menu_categorias .menu_principal ul li a {
  font-size: 16px;
}

#menu_categorias_completas {
  background: #0c467b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0c467b), to(#215cba));
  background: linear-gradient(to right, #0c467b 0%, #215cba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c467b', endColorstr='#215cba',GradientType=1 );
  -webkit-box-shadow: -7px 0px 6px 0px rgba(11, 13, 12, 0.15);
  box-shadow: -7px 0px 6px 0px rgba(11, 13, 12, 0.15);
  visibility: hidden;
  opacity: 0;
  display: none;
  padding: 20px 0;
  position: fixed;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
  width: 250px;
}
#menu_categorias_completas .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu_categorias_completas .wrap ul {
  height: auto;
  list-style: none;
  padding: 0 20px;
  line-height: 1em;
  width: 100%;
}
#menu_categorias_completas .wrap ul li {
  display: block;
  height: 24px;
  line-height: 1em;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: rgba(255, 255, 255, 0.7) solid 1px;
}
#menu_categorias_completas .wrap ul li:last-child {
  border-bottom: none;
}
#menu_categorias_completas .wrap ul li a {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
#menu_categorias_completas .wrap ul li a:hover {
  color: #009ade;
  text-decoration: none;
}

.ver_menu_categorias_completas {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

#menu_movil {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c467b+0,215cba+100 */
  background: #0c467b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0c467b), to(#215cba));
  background: linear-gradient(to right, #0c467b 0%, #215cba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c467b', endColorstr='#215cba',GradientType=1 ); /* IE6-9 */
  position: fixed;
  height: 100%;
  width: 0;
  opacity: 0;
  z-index: 99999;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0px;
  text-align: center;
  overflow-x: scroll;
}
#menu_movil .boton_cerrar {
  cursor: pointer;
  position: fixed;
  right: 20px;
  color: white;
  font-size: 40px;
  top: 0;
}
#menu_movil .wrap_menu_movil ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#menu_movil .wrap_menu_movil ul li a {
  display: block;
  height: 40px;
  border-bottom: white solid 1px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}
#menu_movil .wrap_menu_movil ul li a:hover {
  color: #ccc;
  text-decoration: none;
}
#menu_movil .wrap_menu_movil ul li .sub-menu {
  padding: 10px 20px;
}
#menu_movil .wrap_menu_movil ul li .sub-menu li a {
  display: block;
  height: 25px;
  border-bottom: none;
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 25px;
}
#menu_movil .wrap_menu_movil ul li:last-child a {
  border-bottom: none;
}
#menu_movil .wrap_menu_movil ul .current-menu-item a {
  color: #ccc;
  text-decoration: none;
}
#menu_movil .data_contacto {
  margin-top: 30px;
}
#menu_movil .data_contacto p {
  color: white;
}
#menu_movil .data_contacto .telefono {
  font-size: 20px;
  padding: 5px 0;
  color: white;
}
#menu_movil .data_contacto .telefono a {
  color: white;
  font-size: 18px;
}

.ver_menu_movil {
  width: 100% !important;
  opacity: 1 !important;
  padding: 20px !important;
}

.header2025 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header2025 .logo {
  width: 70px;
  display: none;
}
.header2025 .estilo_menu {
  background: #36458d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 60px;
  width: 100%;
}
.header2025 .estilo_menu .wrap_header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  max-width: 1270px;
  margin: auto;
  width: 100%;
}
.header2025 .estilo_menu .wrap_header .navegador ul {
  padding: 0;
  margin: 0;
}
.header2025 .estilo_menu .wrap_header .navegador ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
.header2025 .estilo_menu .wrap_header .navegador ul li a {
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.header2025 .estilo_menu .wrap_header .navegador ul li a:hover {
  color: black;
}

.page-template-page-pescados-inicio .header2025 .estilo_menu .wrap_header .navegador ul .pescados-inicio a {
  color: #009ade;
}

.page-template-page-pescados-especiales .header2025 .estilo_menu .wrap_header .navegador ul .pescados-especiales a {
  color: #009ade;
}

.page-template-page-pescados-productos .header2025 .estilo_menu .wrap_header .navegador ul .pescados-productos a {
  color: #009ade;
}

.page-template-page-pescados-mix .header2025 .estilo_menu .wrap_header .navegador ul .pescados-mix a {
  color: #009ade;
}

.page-template-page-pescados-reportes-mix .header2025 .estilo_menu .wrap_header .navegador ul .pescados-reportes a {
  color: #009ade;
}

.page-template-page-pescados-proveedores .header2025 .estilo_menu .wrap_header .navegador ul .pescados-proveedores a {
  color: #009ade;
}

.page-template-page-pescados-restaurantes .header2025 .estilo_menu .wrap_header .navegador ul .restaurantes a {
  color: #009ade;
}

.page-template-page-clientes-inicio .header .estilo_menu .wrap_header .navegador ul .clientes_inicio a {
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.page-template-page-clientes-pedidos .header .estilo_menu .wrap_header .navegador ul .clientes_pedidos a {
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.inicio .slider .bg_link {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.inicio .slider .tparrows {
  height: 74px !important;
  width: 37px !important;
}
.inicio .slider .tparrows:hover {
  opacity: 0.8 !important;
}
.inicio .slider .tp-leftarrow {
  background: url(imagenes/bg_izquierda.png) !important;
}
.inicio .slider .tp-leftarrow:before {
  font-size: 30px !important;
  padding-right: 20px !important;
  line-height: 74px !important;
}
.inicio .slider .tp-rightarrow {
  background: url(imagenes/bg_derecha.png) !important;
}
.inicio .slider .tp-rightarrow:before {
  font-size: 30px !important;
  padding-left: 20px !important;
  line-height: 74px !important;
}
.inicio .slider .tp-bullet {
  background: #aaaeb2 !important;
  border-radius: 50% !important;
  height: 20px !important;
  width: 20px !important;
}
.inicio .slider .selected {
  background: #009ade !important;
}
.inicio .nuevos_productos {
  position: relative;
  padding: 90px 0 50px 0;
}
.inicio .nuevos_productos .fondo_superior {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.inicio .nuevos_productos .fondo_superior img {
  height: auto;
  width: 100%;
}
.inicio .nuevos_productos .titulo_area {
  margin-bottom: 20px;
}
.inicio .nuevos_productos .titulo_area .soporte_titulo .izquierda span, .inicio .nuevos_productos .titulo_area .soporte_titulo .derecha span {
  background: white;
}
.inicio .nuevos_productos .wrap_productos #carusel_nuevos {
  padding-bottom: 70px;
}
.inicio .nuevos_productos .wrap_productos #carusel_nuevos ul li {
  height: 470px;
  width: 292px;
  position: relative;
}
.inicio .nuevos_productos .wrap_productos #carusel_nuevos .es-pagination a {
  background: #aaaeb2;
  border-radius: 50%;
  height: 22px;
  width: 22px;
}
.inicio .nuevos_productos .wrap_productos #carusel_nuevos .es-pagination a:hover {
  background: #0a315b;
}
.inicio .nuevos_productos .wrap_productos #carusel_nuevos .es-pagination .es-active {
  background: #0a315b;
}
.inicio .categorias {
  background: url("imagenes/fondo_categorias_inicio.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 70px 0 200px 0;
}
.inicio .categorias .titulo_area {
  margin-bottom: 80px;
}
.inicio .categorias .titulo_area h3 {
  color: #0a315b;
}
.inicio .categorias .wrap_categorias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inicio .categorias .wrap_categorias .box_categoria {
  background: #1e5799; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#1e5799), color-stop(18%, #215cba), color-stop(25%, #9abdef), color-stop(32%, #0a315b), color-stop(69%, #9abdef), color-stop(79%, #e2e4e7), color-stop(85%, #9abdef), color-stop(90%, #215cba));
  background: linear-gradient(to right, #1e5799 0%, #215cba 18%, #9abdef 25%, #0a315b 32%, #9abdef 69%, #e2e4e7 79%, #9abdef 85%, #215cba 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#215cba',GradientType=1 );
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 20px 30px 20px;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border {
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 97%;
  width: 97%;
  margin: auto;
  overflow: hidden;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border a img {
  height: auto;
  width: 100%;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate {
  background: rgba(33, 92, 186, 0.95);
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .nombre {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 10px;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .nombre h3 {
  color: white;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .ver_detalles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .ver_detalles .circulo {
  background: white;
  border-radius: 50%;
  color: #215cba;
  text-align: center;
  line-height: 20px;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .ver_detalles p {
  display: block;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .ver_detalles p:hover {
  text-decoration: none;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border a:hover .hover_cate {
  top: 0;
  bottom: 0;
}
.inicio .categorias .wrap_categorias .box_categoria .background_border a:hover .hover_cate .nombre {
  margin-top: 40%;
}
.inicio .promociones {
  background: url("imagenes/bg_ofertas_inicio.jpg");
  background-size: 100%;
  padding: 60px 0 80px 0;
  min-height: 0;
}
.inicio .promociones .titulo_area_promociones {
  margin-bottom: 20px;
}
.inicio .promociones .titulo_area_promociones h3 {
  color: white;
  font-family: "Satisfy", cursive;
  font-size: 50px;
  text-align: center;
}
.inicio .promociones .titulo_area_promociones .soporte_titulo {
  background: url("imagenes/soporte_titulo_promociones.png");
  background-size: cover;
  height: 20px;
  width: 300px;
  margin: auto;
}
.inicio .promociones .wrap_promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inicio .promociones .wrap_promo .box_promo {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.inicio .promociones .wrap_promo .box_promo img {
  height: auto;
  width: 100%;
}
.inicio .promociones .wrap_promo .box_promo .nombre {
  padding-top: 15px;
}
.inicio .promociones .wrap_promo .box_promo .nombre h3 {
  color: white;
  line-height: 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.inicio .promociones .wrap_promo .box_promo:nth-of-type(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.inicio .promociones .wrap_promo .box_promo:nth-of-type(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.inicio .mas_vendido {
  background: url("imagenes/bg_mas_vendido.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 150px 0;
}
.inicio .mas_vendido .titulo_area {
  margin-bottom: 50px;
}
.inicio .mas_vendido .titulo_area h3 {
  color: #0a315b;
}
.inicio .mas_vendido .wrap_mas_vendido #carusel_mas_vendidos {
  padding-bottom: 70px;
}
.inicio .mas_vendido .wrap_mas_vendido #carusel_mas_vendidos ul li {
  height: 470px;
  width: 292px;
  position: relative;
}
.inicio .mas_vendido .wrap_mas_vendido #carusel_mas_vendidos .es-pagination a {
  background: #aaaeb2;
  border-radius: 50%;
  height: 22px;
  width: 22px;
}
.inicio .mas_vendido .wrap_mas_vendido #carusel_mas_vendidos .es-pagination a:hover {
  background: #0a315b;
}
.inicio .mas_vendido .wrap_mas_vendido #carusel_mas_vendidos .es-pagination .es-active {
  background: #0a315b;
}

.categoria {
  background: url("imagenes/fondo_superior_pagina_categorias.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 1000px;
}
.categoria .wrap_contenidos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.categoria .wrap_contenidos .boton_desplegar_filtro {
  display: none;
}
.categoria .wrap_contenidos .col_uno {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container {
  width: 90%;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-widget-title {
  background: #86898e;
  border-radius: 10px;
  height: 40px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-widget-title h3 {
  color: white;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  line-height: 40px;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-inside-widget .link_limpiar a {
  color: #009ade;
  font-size: 14px;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-inside-widget ul li {
  color: #215cba;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-inside-widget ul li input {
  margin-left: 7px;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-inside-widget ul li .input-span {
  color: #215cba;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-inside-widget ul li .input-span:before {
  color: #b9bfc4;
  font-size: 18px;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-inside-widget ul li .nfp_price_input {
  border-radius: 10px;
  border: #b9bfc4 solid 1px;
  padding-left: 5px;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-inside-widget ul li ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-inside-widget ul li ::-moz-placeholder { /* Firefox 19+ */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-inside-widget ul li :-ms-input-placeholder { /* IE 10+ */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.categoria .wrap_contenidos .col_uno .woocommerce .widget-container .nfpfilter-inside-widget ul li :-moz-placeholder { /* Firefox 18- */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.categoria .wrap_contenidos .col_dos {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-result-count {
  display: none;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap #nfp-product-per-page {
  display: none;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .nfp-woocommerce-ordering select {
  border: #e8eaeb solid 2px;
  height: 40px;
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .nfp-woocommerce-ordering select option[value=popularity] {
  display: none;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .nfp-woocommerce-ordering select option[value=rating] {
  display: none;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination span, .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination a {
  display: inline-block;
  vertical-align: top;
  background: #f1f4f5;
  color: #0a315b;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
  font-weight: bold;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 420px) {
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination span, .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination span:hover, .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination a:hover {
  background: #009ade;
  color: white;
  text-decoration: none;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination .next, .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination .prev {
  background: #0a315b;
  border-top-right: 10px;
  border-bottom-right: 10px;
  color: white;
}
@media screen and (max-width: 420px) {
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination .next, .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination .prev {
    position: absolute;
    margin: auto;
    bottom: -50px;
  }
}
@media screen and (max-width: 420px) {
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination .prev {
    left: 30%;
  }
}
@media screen and (max-width: 420px) {
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination .next {
    right: 30%;
  }
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination .current {
  background: #009ade;
  color: white;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap .woocommerce-pagination .dots:hover {
  background: #f1f4f5;
  color: #0a315b;
  text-decoration: none;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap {
  /*vistas de productos x woocommercer*/
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li {
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 27px 0px rgba(12, 14, 13, 0.15);
          box-shadow: 0px 4px 27px 0px rgba(12, 14, 13, 0.15);
  padding: 20px;
  position: relative;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1130d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 70px;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 70px;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento {
    height: 50px;
    width: 50px;
  }
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento p {
  color: white;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 0.7em;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento p span {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento p span {
    display: none;
  }
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento:after, .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento:before {
  border-radius: 5px;
  content: "";
  background: #f1130d;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}
@media screen and (max-width: 780px) {
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento:after, .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento:before {
    height: 50px;
    width: 50px;
  }
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .descuento:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .agotado {
  background: #9f0e0e;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9f0e0e), color-stop(70%, #ff2400));
  background: linear-gradient(to right, #9f0e0e 1%, #ff2400 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0e0e', endColorstr='#ff2400',GradientType=1 );
  -webkit-box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
          box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
  height: 30px;
  line-height: 30px;
  position: absolute;
  padding-left: 10px;
  padding-right: 15px;
  top: 7%;
  left: 0;
  z-index: 1;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .agotado p {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #ff2400;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .agotado {
  background: #0a315b;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #0a315b;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .imagen {
  border: #e8eaeb solid 1px;
  margin-bottom: 20px;
  position: relative;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .imagen img {
  height: auto;
  width: 100%;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .imagen a .hover_foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .imagen a .hover_foto .lupa {
  background: url("imagenes/lupa.png");
  background-size: cover;
  height: 50px;
  text-align: center;
  width: 50px;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .imagen a:hover .hover_foto {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .nombre {
  min-height: 50px;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .nombre h4 {
  color: #0b4b85;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .precio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .precio p {
  color: #0a315b;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .precio del {
  font-weight: normal;
  font-size: 16px;
  color: #66686b;
  text-decoration: line-through;
  margin-left: 10px;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .precio ins {
  text-decoration: initial;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .ver_detalles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .ver_detalles .circulo {
  background: #0a315b;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 20px;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .ver_detalles a {
  display: block;
  color: #66686b;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  height: 20px;
  line-height: 20px;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .ver_detalles a:hover {
  text-decoration: none;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  width: 110px;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity input {
  width: 30px;
  border: none;
  text-align: center;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity input:focus {
  border: none !important;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity .minus, .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity .plus {
  font-size: 20px;
  font-weight: bold;
  width: 40px;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity .minus:focus, .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity .plus:focus {
  border: none;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity input[type=number]::-webkit-inner-spin-button,
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity input[type=number]::-webkit-outer-spin-button {
  display: none;
  margin: 0;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity {
  /* Chrome, Safari, Edge, Opera */
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity input::-webkit-outer-spin-button,
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity {
  /* Firefox */
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .quantity input[type=number] {
  -moz-appearance: textfield;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar a {
  display: inline-block;
  vertical-align: top;
  background: #009ade;
  border-radius: 10px;
  color: white;
  text-align: center;
  height: 45px;
  line-height: 45px;
  margin: 0 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 110px;
  padding: 0;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar a:hover {
  background: #aaaeb2;
  text-decoration: none;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar .added_to_cart {
  display: none !important;
}
.categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar a[title="View cart"] {
  display: none;
}

.producto_desarrollo {
  background: url("imagenes/fondo_superior_pagina_categorias.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.producto_desarrollo .woocommerce-breadcrumb {
  height: 50px;
  margin-bottom: 50px;
}
.producto_desarrollo .woocommerce-breadcrumb p {
  height: 50px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #009ade;
  margin: 0;
}
.producto_desarrollo .woocommerce-breadcrumb p a {
  color: #66686b;
  font-weight: bold;
}
.producto_desarrollo .woocommerce-notices-wrapper {
  display: none;
  position: absolute;
}
.producto_desarrollo .box_producto_desarrollo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  position: relative;
}
.producto_desarrollo .box_producto_desarrollo .nombre_producto {
  width: 100%;
  margin-bottom: 20px;
}
.producto_desarrollo .box_producto_desarrollo .nombre_producto h2 {
  color: #0a315b;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 0;
}
.producto_desarrollo .box_producto_desarrollo .descuento {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1130d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 70px;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 70px;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .producto_desarrollo .box_producto_desarrollo .descuento {
    height: 50px;
    width: 50px;
  }
}
.producto_desarrollo .box_producto_desarrollo .descuento p {
  color: white;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 0.7em;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .producto_desarrollo .box_producto_desarrollo .descuento p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.producto_desarrollo .box_producto_desarrollo .descuento p span {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  .producto_desarrollo .box_producto_desarrollo .descuento p span {
    display: none;
  }
}
.producto_desarrollo .box_producto_desarrollo .descuento:after, .producto_desarrollo .box_producto_desarrollo .descuento:before {
  border-radius: 5px;
  content: "";
  background: #f1130d;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}
@media screen and (max-width: 780px) {
  .producto_desarrollo .box_producto_desarrollo .descuento:after, .producto_desarrollo .box_producto_desarrollo .descuento:before {
    height: 50px;
    width: 50px;
  }
}
.producto_desarrollo .box_producto_desarrollo .descuento:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.producto_desarrollo .box_producto_desarrollo .descuento:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.producto_desarrollo .box_producto_desarrollo .descuento-old {
  background: #9f0e0e;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9f0e0e), color-stop(70%, #ff2400));
  background: linear-gradient(to right, #9f0e0e 1%, #ff2400 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0e0e', endColorstr='#ff2400',GradientType=1 );
  -webkit-box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
          box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
  height: 30px;
  line-height: 30px;
  position: absolute;
  padding-left: 10px;
  padding-right: 15px;
  top: 15%;
  left: 0;
  z-index: 1;
}
.producto_desarrollo .box_producto_desarrollo .descuento-old p {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.producto_desarrollo .box_producto_desarrollo .descuento-old:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #ff2400;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
.producto_desarrollo .box_producto_desarrollo .agotado {
  background: #9f0e0e;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9f0e0e), color-stop(70%, #ff2400));
  background: linear-gradient(to right, #9f0e0e 1%, #ff2400 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0e0e', endColorstr='#ff2400',GradientType=1 );
  -webkit-box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
          box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
  height: 30px;
  line-height: 30px;
  position: absolute;
  padding-left: 10px;
  padding-right: 15px;
  top: 7%;
  left: 0;
  z-index: 1;
}
.producto_desarrollo .box_producto_desarrollo .agotado p {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.producto_desarrollo .box_producto_desarrollo .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #ff2400;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
.producto_desarrollo .box_producto_desarrollo .agotado {
  background: #0a315b;
}
.producto_desarrollo .box_producto_desarrollo .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #0a315b;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
.producto_desarrollo .box_producto_desarrollo .imagen {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  border: #e8eaeb solid 1px;
  margin-bottom: 130px;
  position: relative;
  overflow: hidden;
}
.producto_desarrollo .box_producto_desarrollo .imagen img {
  height: auto;
  width: 100%;
}
.producto_desarrollo .box_producto_desarrollo .imagen a .hover_foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.producto_desarrollo .box_producto_desarrollo .imagen a .hover_foto .lupa {
  background: url("imagenes/lupa.png");
  background-size: cover;
  height: 50px;
  text-align: center;
  width: 50px;
}
.producto_desarrollo .box_producto_desarrollo .imagen a:hover .hover_foto {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.producto_desarrollo .box_producto_desarrollo .summary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: start;
  float: initial;
  padding-left: 50px;
  width: 54% !important;
}
.producto_desarrollo .box_producto_desarrollo .summary h1 {
  display: none;
}
.producto_desarrollo .box_producto_desarrollo .summary .out-of-stock {
  background: #86898e;
  border-radius: 10px;
  height: 40px;
  padding: 0 10px;
  color: white;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 40px;
}
.producto_desarrollo .box_producto_desarrollo .summary .in-stock {
  display: none;
}
.producto_desarrollo .box_producto_desarrollo .summary .descripcion_producto {
  margin-bottom: 20px;
  width: 100%;
}
.producto_desarrollo .box_producto_desarrollo .summary .descripcion_producto p {
  color: #66686b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.producto_desarrollo .box_producto_desarrollo .summary .descripcion_producto .linea {
  background: #c9caca;
  height: 2px;
  width: 100%;
  margin-top: 30px;
}
.producto_desarrollo .box_producto_desarrollo .summary .price {
  width: 100%;
  color: #0a315b;
  font-size: 26px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.producto_desarrollo .box_producto_desarrollo .summary .price .woocommerce-Price-amount:before {
  content: "Precio: ";
}
.producto_desarrollo .box_producto_desarrollo .summary .price {
  height: 40px;
}
.producto_desarrollo .box_producto_desarrollo .summary .price del {
  color: #66686b;
  font-size: 14px;
  margin: 0 5px 0 0;
}
.producto_desarrollo .box_producto_desarrollo .summary .price ins {
  text-decoration: none;
}
.producto_desarrollo .box_producto_desarrollo .summary .precio_personalizado {
  color: #0a315b;
  font-size: 26px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-left: 10px;
  width: 100%;
}
.producto_desarrollo .box_producto_desarrollo .summary .precio_personalizado:before {
  content: "Precio: ";
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  width: 110px;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity input {
  width: 30px;
  border: none;
  text-align: center;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity input:focus {
  border: none !important;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity .minus, .producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity .plus {
  font-size: 20px;
  font-weight: bold;
  width: 40px;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity .minus:focus, .producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity .plus:focus {
  border: none;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity input[type=number]::-webkit-inner-spin-button,
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity input[type=number]::-webkit-outer-spin-button {
  display: none;
  margin: 0;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity {
  /* Chrome, Safari, Edge, Opera */
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity input::-webkit-outer-spin-button,
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity {
  /* Firefox */
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .single_add_to_cart_button {
  background: #009ade;
  border-radius: 40px;
  color: white;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 180px;
  padding: 0;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .single_add_to_cart_button:hover {
  background: #aaaeb2;
  text-decoration: none;
}
.producto_desarrollo .box_producto_desarrollo .summary form.cart .added_to_cart {
  display: none;
}
.producto_desarrollo .box_producto_desarrollo .summary .product_meta {
  display: none;
}
.producto_desarrollo .box_producto_desarrollo .woocommerce-tabs {
  display: none;
}
.producto_desarrollo .box_producto_desarrollo .related {
  width: 100%;
}
.producto_desarrollo .box_producto_desarrollo .related .titulo_te_puede_interesar {
  color: #0a315b;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.producto_desarrollo .box_producto_desarrollo .related .linea {
  background: #c9caca;
  height: 2px;
  margin-bottom: 40px;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados {
  padding-bottom: 100px;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados {
  display: inline-block;
  vertical-align: top;
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 27px 0px rgba(12, 14, 13, 0.15);
          box-shadow: 0px 4px 27px 0px rgba(12, 14, 13, 0.15);
  padding: 20px;
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1130d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 70px;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 70px;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados {
    height: 50px;
    width: 50px;
  }
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados p {
  color: white;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 0.7em;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados p span {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados p span {
    display: none;
  }
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados:after, .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados:before {
  border-radius: 5px;
  content: "";
  background: #f1130d;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}
@media screen and (max-width: 780px) {
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados:after, .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados:before {
    height: 50px;
    width: 50px;
  }
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados-old {
  background: #9f0e0e;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9f0e0e), color-stop(70%, #ff2400));
  background: linear-gradient(to right, #9f0e0e 1%, #ff2400 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0e0e', endColorstr='#ff2400',GradientType=1 );
  -webkit-box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
          box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
  height: 30px;
  line-height: 30px;
  position: absolute;
  padding-left: 10px;
  padding-right: 15px;
  top: 7%;
  left: 0;
  z-index: 1;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados-old p {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .descuento_relacionados-old:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #ff2400;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .agotado {
  background: #9f0e0e;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9f0e0e), color-stop(70%, #ff2400));
  background: linear-gradient(to right, #9f0e0e 1%, #ff2400 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0e0e', endColorstr='#ff2400',GradientType=1 );
  -webkit-box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
          box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
  height: 30px;
  line-height: 30px;
  position: absolute;
  padding-left: 10px;
  padding-right: 15px;
  top: 7%;
  left: 0;
  z-index: 1;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .agotado p {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #ff2400;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .agotado {
  background: #0a315b;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #0a315b;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .imagen_relacionados {
  border: #e8eaeb solid 1px;
  margin-bottom: 20px;
  position: relative;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .imagen_relacionados img {
  height: auto;
  width: 100%;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .imagen_relacionados a .hover_foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .imagen_relacionados a .hover_foto .lupa {
  background: url("imagenes/lupa.png");
  background-size: cover;
  height: 50px;
  text-align: center;
  width: 50px;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .imagen_relacionados a:hover .hover_foto {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .nombre_relacionados {
  min-height: 50px;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .nombre_relacionados h4 {
  color: #0b4b85;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .precio_relacionados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .precio_relacionados p {
  color: #0a315b;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .precio_relacionados del {
  color: #66686b;
  font-size: 14px;
  margin: 0 5px 0 0;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .precio_relacionados ins {
  text-decoration: none;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .precio_relacionados .precio_anterior {
  font-weight: normal;
  font-size: 14px;
  color: #66686b;
  text-decoration: line-through;
  margin-left: 10px;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .ver_detalles_relacionados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .ver_detalles_relacionados .circulo {
  background: #0a315b;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 20px;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .ver_detalles_relacionados a {
  display: block;
  color: #66686b;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  height: 20px;
  line-height: 20px;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .ver_detalles_relacionados a:hover {
  text-decoration: none;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  width: 110px;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity input {
  width: 30px;
  border: none;
  text-align: center;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity input:focus {
  border: none !important;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity .minus, .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity .plus {
  font-size: 20px;
  font-weight: bold;
  width: 40px;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity .minus:focus, .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity .plus:focus {
  border: none;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity input[type=number]::-webkit-inner-spin-button,
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity input[type=number]::-webkit-outer-spin-button {
  display: none;
  margin: 0;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity {
  /* Chrome, Safari, Edge, Opera */
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity input::-webkit-outer-spin-button,
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity {
  /* Firefox */
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .quantity input[type=number] {
  -moz-appearance: textfield;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados a {
  display: inline-block;
  vertical-align: top;
  background: #009ade;
  border-radius: 10px;
  color: white;
  text-align: center;
  height: 45px;
  line-height: 45px;
  margin: 0 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 100px;
  padding: 0;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados a:hover {
  background: #aaaeb2;
  text-decoration: none;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados .added_to_cart {
  display: none !important;
}
.producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados a[title="View cart"] {
  display: none;
}

.carro {
  background: url("imagenes/fondo_superior_pagina_categorias.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 1000px;
  padding-bottom: 100px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  background: #009ade;
  border-top-color: #0a315b;
  color: white;
  width: 100%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-notices-wrapper .woocommerce-message:before {
  color: white;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  color: white;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .wc-empty-cart-message {
  width: 100%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce ul.woocommerce-error {
  background: #215cba !important;
  color: white !important;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce ul.woocommerce-error:before {
  color: white !important;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-info {
  background: #009ade;
  border-top-color: #0a315b;
  color: white;
  width: 100%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-info:before {
  color: white;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form {
  display: inline-block;
  vertical-align: top;
  padding-right: 90px;
  width: 70%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table {
  background: white;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table tbody .ymanta-pack-padre {
  background-color: #f1faff;
  font-weight: bold;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table tbody .ymanta-pack-padre .product-quantity .qty {
  display: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table tbody .ymanta-pack-hijo {
  background-color: #f1faff;
  padding-left: 2rem;
  opacity: 0.9;
  font-style: italic;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table tbody .ymanta-pack-hijo .product-name {
  color: #009ade;
  font-size: 13px;
  padding-left: 30px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table tbody .ymanta-pack-hijo .product-name:before {
  content: "- ";
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon label {
  display: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon #coupon_code {
  display: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .button {
  display: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table th.product-price, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table td.product-price, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table th.product-subtotal, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
  display: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cabecera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #c9caca solid 1px;
  margin-bottom: 20px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cabecera h3, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cabecera h4 {
  display: inline-block;
  vertical-align: top;
  color: #0a315b;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cabecera .product-name {
  width: 55%;
  font-size: 18px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cabecera .product-price {
  width: 13%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cabecera .titulo_cantidad {
  padding-left: 15px;
  width: 17%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cabecera .titulo_subtotal {
  width: 15%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .img, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal {
  display: inline-block;
  vertical-align: top;
  color: #66686b;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .subtotal_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .img .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .img .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .img .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .img .subtotal_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre .subtotal_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio .subtotal_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .subtotal_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal .subtotal_movil {
  display: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar {
  width: 10%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .ymanta_icono_eliminar {
  color: #215cba;
  font-size: 30px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .ymanta_icono_eliminar:hover {
  color: #4f5257;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .img {
  width: 10%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .img img {
  max-width: 80%;
  margin: auto;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre {
  width: 35%;
  line-height: 1em;
  padding-right: 10px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio {
  width: 13%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad {
  width: 17%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .quantity input {
  width: 30px;
  border: none;
  text-align: center;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .quantity input:focus {
  border: none !important;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .quantity .minus, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .quantity .plus {
  font-size: 20px;
  font-weight: bold;
  width: 40px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .quantity .minus:focus, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .quantity .plus:focus {
  border: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal {
  width: 15%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar {
  border-top: #c9caca solid 1px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions {
  padding-top: 100px;
  position: relative;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .texto {
  width: 100%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .texto p {
  color: #66686b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon input {
  border: #e8eaeb solid 2px;
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
  height: 47px;
  width: 300px;
  padding-left: 10px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon ::-moz-placeholder { /* Firefox 19+ */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon :-ms-input-placeholder { /* IE 10+ */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon :-moz-placeholder { /* Firefox 18- */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon .button {
  border: none;
  background: #ff0000;
  color: white;
  height: 45px;
  border-radius: 45px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon .button:hover {
  background: #ccc;
  text-decoration: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon .wrap_btn_limpiar {
  position: absolute;
  top: 20px;
  right: 0;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon .wrap_btn_limpiar .btn_limpiar {
  display: block;
  border: none;
  background: #4f5257;
  color: white;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon .wrap_btn_limpiar .btn_limpiar:hover {
  background: #ccc;
  text-decoration: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .wrap_comentarios_pescados {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
  text-align: left;
  padding: 15px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .wrap_comentarios_pescados p {
  text-align: left;
  margin-bottom: 5px;
  line-height: 1em;
  font-weight: bold;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .wrap_comentarios_pescados #comentario_pescados {
  height: 80px;
  width: 100%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals {
  background: #faf9f9;
  border: #e8eaeb solid 1px;
  -webkit-box-shadow: 1px 10px 27px 0px rgba(12, 14, 13, 0.11);
          box-shadow: 1px 10px 27px 0px rgba(12, 14, 13, 0.11);
  float: initial;
  padding: 30px 20px 80px 20px;
  width: 100%;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals h2 {
  color: #0a315b;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 50px;
  display: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals table {
  border: none;
  margin-bottom: 50px;
  display: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals table tbody tr.cart-subtotal {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td ul .boton_zona_repartos button {
  border: none;
  background: none;
  color: #009ade;
  height: auto;
  line-height: 1em;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  padding: 0;
  text-align: left;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td ul .boton_zona_repartos button:hover {
  color: #ccc;
  text-decoration: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 800;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total .includes_tax {
  display: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: block;
  border: none;
  background: #009ade;
  color: white;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: #ccc;
  text-decoration: none;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals .seguir_comprando a {
  display: block;
  border: none;
  background: #0a315b;
  color: white;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
}
.carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals .cart_totals .seguir_comprando a:hover {
  background: #ccc;
  text-decoration: none;
}

#nota_producto {
  padding-top: 10px;
}
#nota_producto label {
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-bottom: 2px;
}
#nota_producto .prefix-cart-notes {
  border: #e8eaeb solid 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  height: 30px;
  padding: 0;
  width: 100%;
}

.desaparecer {
  opacity: 0;
}

.pagina_checkout {
  background: url("imagenes/fondo_superior_pagina_categorias.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 900px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields h3 {
  display: none;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields label {
  font-weight: bold;
  line-height: 1em;
  font-size: 14px;
  margin-bottom: 3px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields input, .pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields select {
  border: #e8eaeb solid 2px !important;
  height: 47px !important;
  padding-left: 10px !important;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields .select2 .selection .select2-selection--single {
  border: #e8eaeb solid 2px !important;
  height: 47px !important;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields .select2 .selection .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields .select2 .selection .select2-selection--single .select2-selection__arrow {
  height: 47px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields textarea {
  border: #e8eaeb solid 2px !important;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields ::-moz-placeholder { /* Firefox 19+ */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields :-ms-input-placeholder { /* IE 10+ */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-billing-fields :-moz-placeholder { /* Firefox 18- */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-shipping-fields {
  display: none !important;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  display: none !important;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-additional-fields .ymanta_select_vendedoras label {
  display: block;
  font-weight: bold;
  line-height: 1em;
  font-size: 14px;
  margin-bottom: 3px;
  width: 100%;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-additional-fields .ymanta_select_vendedoras .woocommerce-input-wrapper {
  width: 100%;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-additional-fields .ymanta_select_vendedoras .woocommerce-input-wrapper select {
  border: #e8eaeb solid 2px !important;
  height: 47px !important;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-additional-fields .ymanta_select_vendedoras_corporativos {
  visibility: hidden;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-additional-fields .texto_link_condiciones a {
  color: #009ade;
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form .argmc-form-steps #customer_details .woocommerce-additional-fields .texto_link_condiciones a:hover {
  color: #0a315b;
  text-decoration: none;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps {
  margin-bottom: 0;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps table.woocommerce-checkout-review-order-table thead {
  background: #009ade;
  color: white;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
  color: #0b4b85;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
  color: #0a315b;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps table.woocommerce-checkout-review-order-table tfoot tr.shipping td ul li:last-child {
  display: none;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
  color: #009ade;
  font-size: 20px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps table.woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount {
  color: #009ade;
  font-size: 20px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps table.woocommerce-checkout-review-order-table tfoot tr.order-total td .includes_tax {
  display: none;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps #payment {
  background: none;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps #payment ul.wc_payment_methods {
  border-bottom: none;
  padding: 0;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps #payment ul.wc_payment_methods li label {
  display: none;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps #payment ul.wc_payment_methods li .payment_box p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-form-steps-wrapper form #order_review .argmc-form-steps #payment .place-order {
  display: none;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .argmc-nav .argmc-nav-buttons #argmc-submit {
  background-color: #009ade;
  color: white;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order {
  min-height: 700px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order p {
  text-align: center;
  color: #66686b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order .woocommerce-notice {
  text-align: center;
  color: #0a315b;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order ul li {
  text-align: center;
  color: #66686b;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order .importante {
  max-width: 700px;
  margin: auto auto 60px auto;
  display: block;
  text-align: left;
  border: none;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order .importante li {
  text-align: left;
  margin-bottom: 8px;
  line-height: 1em;
  border: none;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1em;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order .vover_inicio {
  display: block;
  border: none;
  background: #009ade;
  color: white;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  max-width: 200px;
  margin: auto auto 100px auto;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order .vover_inicio:hover {
  background: #ccc;
  text-decoration: none;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order .woocommerce-bacs-bank-details h2 {
  text-align: center;
  font-size: 20px;
  line-height: 1em;
  color: #0a315b;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin: 50px auto 30px auto;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order .woocommerce-bacs-bank-details h3 {
  display: none;
}
.pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order .woocommerce-order-details, .pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order .woocommerce-customer-details, .pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order .additional_details {
  display: none;
}

body.archive .producto_desarrollo {
  padding: 100px 0;
}
body.archive .producto_desarrollo .banner_pagina {
  display: none;
}
body.archive .producto_desarrollo .wrap_1270 .woocommerce-breadcrumb, body.archive .producto_desarrollo .wrap_1270 #nfp-product-per-page, body.archive .producto_desarrollo .wrap_1270 .nfp-woocommerce-ordering {
  display: none;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  position: relative;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos .titulo_principal_busquedas {
  margin-bottom: 30px;
  width: 100%;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos .titulo_principal_busquedas h3 {
  text-transform: uppercase;
  color: #0a315b;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin: 0;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos .woocommerce-result-count {
  display: none;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos .woocommerce-pagination {
  display: none;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos .woocommerce-ordering select {
  border: #e8eaeb solid 2px;
  height: 40px;
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos .woocommerce-ordering select option[value=popularity] {
  display: none;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos .woocommerce-ordering select option[value=date] {
  display: none;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos .woocommerce-ordering select option[value=rating] {
  display: none;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos {
  /*vistas de productos x woocommercer*/
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li {
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 27px 0px rgba(12, 14, 13, 0.15);
          box-shadow: 0px 4px 27px 0px rgba(12, 14, 13, 0.15);
  padding: 20px;
  position: relative;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .descuento {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1130d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 60px;
  z-index: 1;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .descuento p {
  color: white;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.7em;
  margin: 0;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .descuento p span {
  font-size: 10px;
  font-weight: normal;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .descuento:after, body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .descuento:before {
  border-radius: 5px;
  content: "";
  background: #f1130d;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .descuento:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .descuento:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .agotado {
  background: #9f0e0e;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9f0e0e), color-stop(70%, #ff2400));
  background: linear-gradient(to right, #9f0e0e 1%, #ff2400 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0e0e', endColorstr='#ff2400',GradientType=1 );
  -webkit-box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
          box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
  height: 30px;
  line-height: 30px;
  position: absolute;
  padding-left: 10px;
  padding-right: 15px;
  top: 7%;
  left: 0;
  z-index: 1;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .agotado p {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #ff2400;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .agotado {
  background: #0a315b;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #0a315b;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .imagen {
  border: #e8eaeb solid 1px;
  margin-bottom: 20px;
  position: relative;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .imagen img {
  height: auto;
  width: 100%;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .imagen a .hover_foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .imagen a .hover_foto .lupa {
  background: url("imagenes/lupa.png");
  background-size: cover;
  height: 50px;
  text-align: center;
  width: 50px;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .imagen a:hover .hover_foto {
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .nombre {
  min-height: 50px;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .nombre h4 {
  color: #0b4b85;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .precio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .precio p {
  color: #0a315b;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .precio .precio_anterior {
  font-weight: normal;
  font-size: 14px;
  color: #66686b;
  text-decoration: line-through;
  margin-left: 10px;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .ver_detalles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .ver_detalles .circulo {
  background: #0a315b;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 20px;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .ver_detalles a {
  display: block;
  color: #66686b;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  height: 20px;
  line-height: 20px;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .ver_detalles a:hover {
  text-decoration: none;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .comprar a {
  display: block;
  background: #009ade;
  border-radius: 35px;
  color: white;
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 100px;
  padding: 0;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .comprar a:hover {
  background: #aaaeb2;
  text-decoration: none;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .comprar .added_to_cart {
  display: none !important;
}
body.archive .producto_desarrollo .wrap_1270 .contenenedor_archivo_productos ul li .comprar a[title="View cart"] {
  display: none;
}

.sidebar_producto {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 20%;
  padding-bottom: 100px;
}
.sidebar_producto .titulo_sidebar {
  margin-bottom: 15px;
}
.sidebar_producto .titulo_sidebar h3 {
  color: #0a315b;
  font-family: "Satisfy", cursive;
  font-size: 28px;
  line-height: 1em;
  margin: auto;
  text-align: center;
}
.sidebar_producto .titulo_sidebar .soporte {
  background: url("imagenes/soporte_titulo_promociones_sidebar.png");
  background-size: cover;
  height: 10px;
  width: 157px;
  margin: auto;
}
.sidebar_producto .wrap_banners {
  padding: 0 10px;
}
.sidebar_producto .wrap_banners .box_banner {
  margin-bottom: 15px;
}
.sidebar_producto .wrap_banners .box_banner a img {
  height: auto;
  width: 100%;
}

.footer {
  background: #393b3c;
}
.footer p {
  text-align: center;
  color: white;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 499px) {
  .footer p {
    height: auto;
    line-height: 1.2em;
    padding: 30px 0;
    font-size: 14px;
  }
}

.wrap_1270 {
  margin: auto;
  padding: 0 15px;
  max-width: 1300px;
  width: 100%;
}
.titulo_area {
  overflow: hidden;
}
.titulo_area h3 {
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}
.titulo_area .soporte_titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.titulo_area .soporte_titulo .izquierda {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 50%;
  padding-right: 9px;
}
.titulo_area .soporte_titulo .izquierda span {
  display: inline-block;
  vertical-align: top;
  background: #0a315b;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
.titulo_area .soporte_titulo .izquierda span:nth-of-type(1) {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.titulo_area .soporte_titulo .izquierda span:nth-of-type(2) {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-left: 5px;
}
.titulo_area .soporte_titulo .izquierda span:nth-of-type(3) {
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-left: 8px;
}
.titulo_area .soporte_titulo .izquierda span:nth-of-type(4) {
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
  margin-left: 10px;
}
.titulo_area .soporte_titulo .derecha {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 50%;
  padding-left: 9px;
}
.titulo_area .soporte_titulo .derecha span {
  display: inline-block;
  vertical-align: top;
  background: #0a315b;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
.titulo_area .soporte_titulo .derecha span:nth-of-type(1) {
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
  margin-right: 10px;
}
.titulo_area .soporte_titulo .derecha span:nth-of-type(2) {
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-right: 8px;
}
.titulo_area .soporte_titulo .derecha span:nth-of-type(3) {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}
.titulo_area .soporte_titulo .derecha span:nth-of-type(4) {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.box_producto {
  display: inline-block;
  vertical-align: top;
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 27px 0px rgba(12, 14, 13, 0.15);
          box-shadow: 0px 4px 27px 0px rgba(12, 14, 13, 0.15);
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.box_producto .descuento {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1130d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 70px;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 70px;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .box_producto .descuento {
    height: 50px;
    width: 50px;
  }
}
.box_producto .descuento p {
  color: white;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 0.7em;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .box_producto .descuento p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.box_producto .descuento p span {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  .box_producto .descuento p span {
    display: none;
  }
}
.box_producto .descuento:after, .box_producto .descuento:before {
  border-radius: 5px;
  content: "";
  background: #f1130d;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}
@media screen and (max-width: 780px) {
  .box_producto .descuento:after, .box_producto .descuento:before {
    height: 50px;
    width: 50px;
  }
}
.box_producto .descuento:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.box_producto .descuento:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.box_producto .agotado {
  background: #9f0e0e;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9f0e0e), color-stop(70%, #ff2400));
  background: linear-gradient(to right, #9f0e0e 1%, #ff2400 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0e0e', endColorstr='#ff2400',GradientType=1 );
  -webkit-box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
          box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
  height: 30px;
  line-height: 30px;
  position: absolute;
  padding-left: 10px;
  padding-right: 15px;
  top: 7%;
  left: 0;
  z-index: 1;
}
.box_producto .agotado p {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.box_producto .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #ff2400;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
.box_producto .agotado {
  background: #0a315b;
}
.box_producto .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #0a315b;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  position: absolute;
}
.box_producto .imagen {
  border: #e8eaeb solid 1px;
  margin-bottom: 20px;
  position: relative;
}
.box_producto .imagen img {
  height: auto;
  width: 100%;
}
.box_producto .imagen a .hover_foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_producto .imagen a .hover_foto .lupa {
  background: url("imagenes/lupa.png");
  background-size: cover;
  height: 50px;
  text-align: center;
  width: 50px;
}
.box_producto .imagen a:hover .hover_foto {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.box_producto .nombre {
  min-height: 50px;
}
@media screen and (max-width: 680px) {
  .box_producto .nombre {
    min-height: 0px;
  }
}
.box_producto .nombre h4 {
  color: #0b4b85;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .box_producto .nombre {
    font-size: 16px;
  }
}
.box_producto .precio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_producto .precio p {
  color: #0a315b;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .box_producto .precio p {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 420px) {
  .box_producto .precio p {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.box_producto .precio del {
  font-weight: normal;
  font-size: 16px;
  color: #66686b;
  text-decoration: line-through;
  margin-left: 10px;
}
@media screen and (max-width: 420px) {
  .box_producto .precio del {
    font-size: 14px;
  }
}
.box_producto .precio ins {
  text-decoration: initial;
}
.box_producto .precio .precio_anterior {
  font-weight: normal;
  font-size: 18px;
  color: #66686b;
  text-decoration: line-through;
  margin-left: 10px;
}
@media screen and (max-width: 680px) {
  .box_producto .precio .precio_anterior {
    font-size: 14px;
  }
}
.box_producto .ver_detalles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.box_producto .ver_detalles .circulo {
  background: #0a315b;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 20px;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.box_producto .ver_detalles a {
  display: block;
  color: #66686b;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  height: 20px;
  line-height: 20px;
}
.box_producto .ver_detalles a:hover {
  text-decoration: none;
}
.box_producto .comprar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box_producto .comprar .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  width: 110px;
}
.box_producto .comprar .quantity input {
  width: 30px;
  border: none;
  text-align: center;
}
.box_producto .comprar .quantity input:focus {
  border: none !important;
}
.box_producto .comprar .quantity .minus, .box_producto .comprar .quantity .plus {
  font-size: 20px;
  font-weight: bold;
  width: 40px;
}
.box_producto .comprar .quantity .minus:focus, .box_producto .comprar .quantity .plus:focus {
  border: none;
}
.box_producto .comprar a {
  display: inline-block;
  vertical-align: top;
  background: #009ade;
  border-radius: 10px;
  color: white;
  text-align: center;
  height: 45px;
  line-height: 45px;
  margin: 0 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 100px;
  padding: 0;
}
@media screen and (max-width: 499px) {
  .box_producto .comprar a {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 420px) {
  .box_producto .comprar a {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
  }
}
.box_producto .comprar a:hover {
  background: #aaaeb2;
  text-decoration: none;
}
.box_producto .comprar .added_to_cart {
  display: none !important;
}
.box_producto .comprar a[title="View cart"] {
  display: none;
}

.migajas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .migajas {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 499px) {
  .migajas {
    height: auto;
    line-height: 1em;
    padding: 10px 0;
  }
}
.migajas a {
  display: inline-block;
  vertical-align: top;
  color: #66686b;
  font-weight: bold;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.migajas a:hover {
  text-decoration: underline;
}
.migajas span {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  color: #66686b;
  font-weight: 300;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.migajas p {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #009ade;
  margin: 0;
}

#sidebar {
  display: none;
}

.page-template-page-carro .whatsapp_flotante, .page-template-page-checkout .whatsapp_flotante {
  bottom: 20px;
}

.esnuevo {
  background: url("imagenes/bg_nuevo.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 45%;
  width: 45%;
}

.header_mi_cuenta .wrap_header_mi_cuenta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: auto;
  padding: 0 15px;
  max-width: 1300px;
  width: 100%;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_logo {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  max-width: 100px;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_logo img {
  height: auto;
  width: 100%;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .buscador {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .menu_categorias_casa {
  display: none;
  position: absolute;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .menu_categorias_casa .boton_cate_fuku_store {
  background: #0a315b;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  height: 40px;
  height: 38px;
  padding: 0 20px;
  line-height: 38px;
  width: 300px;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .menu_categorias_casa .boton_cate_fuku_store .fa-angle-down {
  margin-left: 10px;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .menu_categorias_casa .despliegue_categorias {
  background: #0c467b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0c467b), to(#215cba));
  background: linear-gradient(to right, #0c467b 0%, #215cba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c467b', endColorstr='#215cba',GradientType=1 );
  position: absolute;
  top: 38px;
  left: 20px;
  width: 300px;
  z-index: 2;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .menu_categorias_casa .despliegue_categorias .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .menu_categorias_casa .despliegue_categorias .wrap ul {
  height: auto;
  list-style: none;
  padding: 20px;
  line-height: 1em;
  width: 100%;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .menu_categorias_casa .despliegue_categorias .wrap ul li {
  display: block;
  height: 24px;
  line-height: 1em;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: rgba(255, 255, 255, 0.7) solid 1px;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .menu_categorias_casa .despliegue_categorias .wrap ul li:last-child {
  border-bottom: none;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .menu_categorias_casa .despliegue_categorias .wrap ul li a {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.header_mi_cuenta .wrap_header_mi_cuenta .col_buscador .menu_categorias_casa .despliegue_categorias .wrap ul li a:hover {
  color: #009ade;
  text-decoration: none;
}
.header_mi_cuenta .menu_cuenta {
  background: #0a315b;
  height: 50px;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta_movil {
  display: none;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta_movil .menu_corporativos_movil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  height: 50px;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta_movil .menu_corporativos_movil p {
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 18px;
  margin: 0;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta_movil .menu_corporativos_movil p:hover {
  color: #009ade;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta_movil .menu_corporativos_movil a {
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 680px) {
  .header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta_movil {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta {
    display: none;
  }
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta .col_menus {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta .col_menus .wrap_menu_mi_cuenta {
  height: 50px;
  line-height: 50px;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta .col_menus .wrap_menu_mi_cuenta a {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta .col_menus .wrap_menu_mi_cuenta a:hover {
  color: #009ade;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta .col_carro {
  display: inline-block;
  vertical-align: top;
  width: 5%;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta .col_carro .wrap_ver_carro {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  height: 35px;
  width: 35px;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta .col_carro .wrap_ver_carro a {
  color: #0a315b;
  font-size: 18px;
}
.header_mi_cuenta .menu_cuenta .wrap_header_mi_cuenta .col_carro .wrap_ver_carro a:hover {
  color: #009ade;
}

/*contenido*/
.mi_cuenta {
  background: url("imagenes/fondo_superior_pagina_categorias.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 800px;
}
.mi_cuenta .titulo_pagina_simple {
  background: #0a315b;
  height: 50px;
}
.mi_cuenta .titulo_pagina_simple h1 {
  text-transform: uppercase;
  color: white;
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin: auto;
  padding: 0 15px;
  max-width: 1300px;
  line-height: 50px;
}
.mi_cuenta .contenido_micuenta {
  margin: auto;
  padding: 0 15px;
  max-width: 1300px;
}
.mi_cuenta .contenido_micuenta .woocommerce h2 {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce form.woocommerce-form-login, .mi_cuenta .contenido_micuenta .woocommerce form.lost_reset_password {
  background: white;
  border: solid 1px #e8eaeb;
  border-radius: 20px;
  margin: 70px auto;
  max-width: 600px;
}
.mi_cuenta .contenido_micuenta .woocommerce form.woocommerce-form-login p label, .mi_cuenta .contenido_micuenta .woocommerce form.lost_reset_password p label {
  display: block;
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce form.woocommerce-form-login p span.password-input, .mi_cuenta .contenido_micuenta .woocommerce form.lost_reset_password p span.password-input {
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce form.woocommerce-form-login p input, .mi_cuenta .contenido_micuenta .woocommerce form.lost_reset_password p input {
  display: block;
  border: #e8eaeb solid 2px;
  height: 47px;
  width: 100%;
  padding-left: 10px;
}
.mi_cuenta .contenido_micuenta .woocommerce form.woocommerce-form-login p .woocommerce-form-login__rememberme, .mi_cuenta .contenido_micuenta .woocommerce form.lost_reset_password p .woocommerce-form-login__rememberme {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce form.lost_reset_password {
  background: white;
  border-radius: 20px;
  border: solid 1px #e8eaeb;
  margin: 70px auto;
  max-width: 600px;
  padding: 50px;
}
.mi_cuenta .contenido_micuenta .woocommerce form.lost_reset_password p {
  text-align: center;
  font-size: 14px;
  line-height: 1.1em;
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce form.lost_reset_password p label {
  display: block;
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce form.lost_reset_password p input {
  display: block;
  border: #e8eaeb solid 2px;
  height: 47px;
  width: 100%;
  padding-left: 10px;
}
.mi_cuenta .contenido_micuenta .woocommerce form.lost_reset_password p .woocommerce-form-login__rememberme {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-navigation {
  background: #0a315b;
  -webkit-box-shadow: 0px -5px 13px 0px rgba(12, 14, 13, 0.39);
          box-shadow: 0px -5px 13px 0px rgba(12, 14, 13, 0.39);
  position: relative;
  float: initial;
  width: 100%;
  margin: 70px auto 30px auto;
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: auto;
  padding: 0 15px;
  max-width: 1300px;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 15px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #009ade;
  text-decoration: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-navigation ul li:before {
  display: block;
  background: #009ade;
  border-radius: 50%;
  content: "";
  height: 5px;
  position: absolute;
  right: -15px;
  top: 47%;
  width: 5px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-navigation ul li:last-child:before {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content {
  background: white;
  border-radius: 20px;
  border: solid 1px #e8eaeb;
  padding: 50px;
  float: initial;
  width: 100%;
  min-height: 800px;
  margin: 50px auto auto auto;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-widget-title {
  background: #86898e;
  border-radius: 10px;
  height: 40px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-widget-title h3 {
  color: white;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  line-height: 40px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-inside-widget .link_limpiar a {
  color: #009ade;
  font-size: 14px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-inside-widget ul li {
  color: #215cba;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-inside-widget ul li input {
  margin-left: 7px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-inside-widget ul li .input-span {
  color: #215cba;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-inside-widget ul li .input-span:before {
  color: #b9bfc4;
  font-size: 18px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-inside-widget ul li .nfp_price_input {
  border-radius: 10px;
  border: #b9bfc4 solid 1px;
  padding-left: 5px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-inside-widget ul li ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-inside-widget ul li ::-moz-placeholder { /* Firefox 19+ */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-inside-widget ul li :-ms-input-placeholder { /* IE 10+ */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_sidebar .nfp-woocommerce-widget .widget-container .nfpfilter-inside-widget ul li :-moz-placeholder { /* Firefox 18- */
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos {
  display: block;
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce {
  display: block;
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-result-count, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-result-count {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products #nfp-product-per-page, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce #nfp-product-per-page {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .nfp-woocommerce-ordering, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .nfp-woocommerce-ordering {
  margin-bottom: 20px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .nfp-woocommerce-ordering select, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .nfp-woocommerce-ordering select {
  border: #e8eaeb solid 2px;
  height: 40px;
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .nfp-woocommerce-ordering select option[value=popularity], .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .nfp-woocommerce-ordering select option[value=popularity] {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .nfp-woocommerce-ordering select option[value=rating], .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .nfp-woocommerce-ordering select option[value=rating] {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination span, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination a, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination span, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination a {
  display: inline-block;
  vertical-align: top;
  background: #f1f4f5;
  color: #0a315b;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
  font-weight: bold;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 420px) {
  .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination span, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination a, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination span, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination span:hover, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination a:hover, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination span:hover, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination a:hover {
  background: #009ade;
  color: white;
  text-decoration: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination .next, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination .prev, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination .next, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination .prev {
  background: #0a315b;
  border-top-right: 10px;
  border-bottom-right: 10px;
  color: white;
}
@media screen and (max-width: 420px) {
  .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination .next, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination .prev, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination .next, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination .prev {
    position: absolute;
    margin: auto;
    bottom: -50px;
  }
}
@media screen and (max-width: 420px) {
  .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination .prev, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination .prev {
    left: 30%;
  }
}
@media screen and (max-width: 420px) {
  .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination .next, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination .next {
    right: 30%;
  }
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination .current, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination .current {
  background: #009ade;
  color: white;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products .woocommerce-pagination .dots:hover, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce .woocommerce-pagination .dots:hover {
  background: #f1f4f5;
  color: #0a315b;
  text-decoration: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul {
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 28%;
  float: initial;
  margin: auto auto 50px auto;
  position: relative;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .descuento, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .descuento {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1130d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .descuento p, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .descuento p {
  color: white;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  line-height: 0.7em;
  font-size: 12px;
  margin-bottom: 5px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .descuento p span, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .descuento p span {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .descuento:after, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .descuento:before, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .descuento:after, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .descuento:before {
  border-radius: 5px;
  content: "";
  background: #f1130d;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .descuento:before, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .descuento:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .descuento:after, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .descuento:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .agotado, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .agotado {
  background: #9f0e0e;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9f0e0e), color-stop(70%, #ff2400));
  background: linear-gradient(to right, #9f0e0e 1%, #ff2400 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0e0e', endColorstr='#ff2400',GradientType=1 );
  -webkit-box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
          box-shadow: 1px 2px 2px 0px rgba(12, 14, 13, 0.28);
  height: 20px;
  line-height: 20px;
  position: absolute;
  padding-left: 5px;
  padding-right: 10px;
  top: 7%;
  left: 0;
  z-index: 1;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .agotado p, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .agotado p {
  color: white;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .agotado:after, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .agotado:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #ff2400;
  border-right: 10px solid transparent;
  position: absolute;
  right: -10px;
  top: 0;
  position: absolute;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .imagen, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .imagen {
  border: solid 1px #e8eaeb;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30%;
  margin-bottom: 10px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .nombre, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .nombre {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .nombre h4, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .nombre h4 {
  color: #0b4b85;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .precio, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .precio {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .precio p, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .precio p {
  color: #0a315b;
  font-size: 16px;
  font-weight: 900;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .precio p .woocommerce-Price-amount:before, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .precio p .woocommerce-Price-amount:before {
  content: "Precio: ";
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .precio del, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .precio del {
  font-weight: normal;
  font-size: 16px;
  color: #66686b;
  text-decoration: line-through;
  margin-left: 10px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .precio ins, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .precio ins {
  text-decoration: initial;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .ver_detalles, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .ver_detalles {
  display: none;
  width: 50%;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .ver_detalles .circulo, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .ver_detalles .circulo {
  background: #0a315b;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 20px;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .ver_detalles a, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .ver_detalles a {
  display: block;
  color: #66686b;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  height: 20px;
  line-height: 20px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .ver_detalles a:hover, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .ver_detalles a:hover {
  text-decoration: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  width: 110px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity input, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity input {
  width: 30px;
  border: none;
  text-align: center;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity input:focus, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity input:focus {
  border: none !important;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity .minus, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity .plus, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity .minus, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity .plus {
  font-size: 20px;
  font-weight: bold;
  width: 40px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity .minus:focus, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity .plus:focus, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity .minus:focus, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity .plus:focus {
  border: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity input[type=number]::-webkit-inner-spin-button,
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity input[type=number]::-webkit-outer-spin-button, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity input[type=number]::-webkit-inner-spin-button,
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity input[type=number]::-webkit-outer-spin-button {
  display: none;
  margin: 0;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity {
  /* Chrome, Safari, Edge, Opera */
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity input::-webkit-outer-spin-button,
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity input::-webkit-inner-spin-button, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity input::-webkit-outer-spin-button,
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity {
  /* Firefox */
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .quantity input[type=number], .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .quantity input[type=number] {
  -moz-appearance: textfield;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar a, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar a {
  display: inline-block;
  vertical-align: top;
  background: #009ade;
  border-radius: 10px;
  color: white;
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin: 0 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 100px;
  padding: 0;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar a:hover, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar a:hover {
  background: #aaaeb2;
  text-decoration: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar .added_to_cart, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar .added_to_cart {
  display: none !important;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .nfp-woocommerce-products ul li .comprar a[title="View cart"], .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .wrap_mitienda .col_productos_corporativos .woocommerce ul li .comprar a[title="View cart"] {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .titulo_ver_orden {
  width: 100%;
  color: #0a315b;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .titulo_ver_orden mark.order-number, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .titulo_ver_orden mark.order-date, .mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .titulo_ver_orden mark.order-status {
  background-color: transparent !important;
  color: #009ade;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
  width: 100% !important;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.woocommerce-table--order-details tfoot tr:nth-of-type(3) {
  display: none;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  display: none !important;
}
.mi_cuenta .contenido_micuenta .woocommerce .woocommerce-MyAccount-content .additional_details {
  display: none !important;
}
.mi_cuenta .banner_pagina_v2 {
  background: #009ade;
  padding: 20px 0;
}
.mi_cuenta .banner_pagina_v2 .wrap_titulo_categoria {
  max-width: 1270px;
  width: 100%;
  margin: auto;
}
.mi_cuenta .banner_pagina_v2 .wrap_titulo_categoria h1 {
  text-transform: uppercase;
  color: white;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin: 0;
}
@media screen and (max-width: 420px) {
  .mi_cuenta .banner_pagina_v2 .wrap_titulo_categoria h1 {
    font-size: 16px;
  }
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido {
  padding-bottom: 100px;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce h2 {
  color: #0a315b !important;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login {
  background: white;
  max-width: 600px;
  margin: auto;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login p label {
  color: #66686b;
  font-family: "Open Sans", sans-serif;
  font-family: 16px;
  width: 100%;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login p span {
  width: 100%;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login p span .show-password-input {
  width: auto;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login p .woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-right: 40px;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login p .woocommerce-form-login__rememberme #rememberme {
  width: 20px;
  margin-right: 10px;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login p .woocommerce-form-login__rememberme span {
  font-size: 14px;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login p button.woocommerce-form-login__submit {
  display: block;
  background-color: #009ade;
  border: none;
  border-radius: 45px;
  color: white;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 180px;
  padding: 0;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login p button.woocommerce-form-login__submit:hover {
  background-color: #aaaeb2;
  text-decoration: none;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login p input {
  border: #e8eaeb solid 2px;
  height: 47px;
  width: 100%;
  padding-left: 10px;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login .lost_password a {
  color: #009ade;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce form.login .lost_password a:hover {
  color: #0a315b;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce .woocommerce-MyAccount-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: initial;
  width: 100%;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mi_cuenta .wrap_1270 .wrap_contenidos_generales .contenido .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  vertical-align: top;
}
.mi_tienda {
  background: url("imagenes/fondo_superior_pagina_categorias.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 800px;
  text-align: center;
}
.mi_tienda .contenido_mitienda {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  max-width: 1200px;
  background: white;
  border-radius: 20px;
  border: solid 1px #e8eaeb;
  padding: 50px;
  min-height: 800px;
  margin: 50px auto 50px auto;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda {
    padding: 20px 5px;
  }
}
.mi_tienda .contenido_mitienda .encabezado {
  background: #009ade;
  height: 60px;
  margin-bottom: 30px;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda .encabezado {
    height: auto;
    text-align: left;
  }
}
.mi_tienda .contenido_mitienda .encabezado .boton_filtrar {
  display: inline-block;
  vertical-align: top;
  color: white;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  margin: 0 20px;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda .encabezado .boton_filtrar {
    background: #0a315b;
    float: initial;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 16px;
  }
}
.mi_tienda .contenido_mitienda .encabezado .boton_filtrar .fa-sort-down {
  font-size: 27px;
  margin-left: 5px;
}
.mi_tienda .contenido_mitienda .encabezado .nombre_cate_activa {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda .encabezado .nombre_cate_activa {
    float: initial;
    text-align: center;
    margin: 0;
    width: 100%;
  }
}
.mi_tienda .contenido_mitienda .encabezado .nombre_cate_activa h4 {
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  margin: 0;
}
.mi_tienda .contenido_mitienda .encabezado ul {
  background: #009ade;
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  max-width: 250px;
  line-height: 1em;
  position: absolute;
  right: 0;
  z-index: 999999999999;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda .encabezado ul {
    max-width: 100%;
    width: 100%;
  }
}
.mi_tienda .contenido_mitienda .encabezado ul li {
  margin-bottom: 15px;
}
.mi_tienda .contenido_mitienda .encabezado ul li a {
  color: white;
  font-weight: bold;
}
.mi_tienda .contenido_mitienda .encabezado ul:hover {
  overflow: initial;
}
.mi_tienda .contenido_mitienda .filas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
}
.mi_tienda .contenido_mitienda .filas .imagen_producto, .mi_tienda .contenido_mitienda .filas .nombre_producto, .mi_tienda .contenido_mitienda .filas .sku_producto, .mi_tienda .contenido_mitienda .filas .categoria_producto, .mi_tienda .contenido_mitienda .filas .precio_producto, .mi_tienda .contenido_mitienda .filas .comprar {
  border: #ccc solid 1px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.mi_tienda .contenido_mitienda .filas .imagen_producto {
  width: 10%;
}
@media screen and (max-width: 780px) {
  .mi_tienda .contenido_mitienda .filas .imagen_producto {
    display: none;
  }
}
.mi_tienda .contenido_mitienda .filas .nombre_producto {
  width: 35%;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda .filas .nombre_producto {
    width: 50%;
    padding-left: 10px;
  }
}
.mi_tienda .contenido_mitienda .filas .sku_producto {
  width: 10%;
}
@media screen and (max-width: 780px) {
  .mi_tienda .contenido_mitienda .filas .sku_producto {
    display: none;
  }
}
.mi_tienda .contenido_mitienda .filas .categoria_producto {
  width: 15%;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda .filas .categoria_producto {
    width: 25%;
    font-size: 0;
  }
  .mi_tienda .contenido_mitienda .filas .categoria_producto:before {
    content: "CAT";
    font-size: 14px;
  }
}
.mi_tienda .contenido_mitienda .filas .precio_producto {
  width: 8%;
}
@media screen and (max-width: 780px) {
  .mi_tienda .contenido_mitienda .filas .precio_producto {
    width: 18%;
  }
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda .filas .precio_producto {
    width: 25%;
  }
}
.mi_tienda .contenido_mitienda .filas .comprar {
  width: 22%;
}
@media screen and (max-width: 780px) {
  .mi_tienda .contenido_mitienda .filas .comprar {
    width: 32%;
  }
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda .filas .comprar {
    display: none;
  }
}
.mi_tienda .contenido_mitienda .filas .comprar div .ver_pack_modal {
  background: red;
}
.mi_tienda .contenido_mitienda ul.project-tiles {
  margin: 0;
  padding: 0;
}
.mi_tienda .contenido_mitienda ul.project-tiles .no_hay {
  text-align: center;
  margin-top: 10%;
  font-weight: bold;
  color: #0a315b;
}
.mi_tienda .contenido_mitienda ul.project-tiles li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 1em;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li {
    font-size: 12px;
  }
}
.mi_tienda .contenido_mitienda ul.project-tiles li .imagen, .mi_tienda .contenido_mitienda ul.project-tiles li .nombre, .mi_tienda .contenido_mitienda ul.project-tiles li .sku, .mi_tienda .contenido_mitienda ul.project-tiles li .nombre_categoria, .mi_tienda .contenido_mitienda ul.project-tiles li .precio, .mi_tienda .contenido_mitienda ul.project-tiles li .comprar {
  border: #ccc solid 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li .imagen, .mi_tienda .contenido_mitienda ul.project-tiles li .nombre, .mi_tienda .contenido_mitienda ul.project-tiles li .sku, .mi_tienda .contenido_mitienda ul.project-tiles li .nombre_categoria, .mi_tienda .contenido_mitienda ul.project-tiles li .precio, .mi_tienda .contenido_mitienda ul.project-tiles li .comprar {
    height: 60px;
  }
}
.mi_tienda .contenido_mitienda ul.project-tiles li .imagen {
  width: 10%;
}
@media screen and (max-width: 780px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li .imagen {
    display: none;
  }
}
.mi_tienda .contenido_mitienda ul.project-tiles li .imagen img {
  height: auto;
  width: 100%;
  max-width: 60px;
}
.mi_tienda .contenido_mitienda ul.project-tiles li .nombre {
  width: 35%;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li .nombre {
    width: 50%;
    padding-left: 10px;
  }
}
.mi_tienda .contenido_mitienda ul.project-tiles li .sku {
  width: 10%;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li .sku {
    display: none;
  }
}
.mi_tienda .contenido_mitienda ul.project-tiles li .nombre_categoria {
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li .nombre_categoria {
    width: 25%;
  }
}
.mi_tienda .contenido_mitienda ul.project-tiles li .precio {
  width: 8%;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li .precio {
    width: 18%;
  }
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li .precio {
    width: 25%;
  }
}
.mi_tienda .contenido_mitienda ul.project-tiles li .comprar {
  width: 22%;
}
@media screen and (max-width: 780px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li .comprar {
    width: 32%;
  }
}
@media screen and (max-width: 599px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li .comprar {
    border-bottom: black solid 2px;
    background: #ccc;
    width: 100%;
    margin-bottom: 20px;
  }
}
.mi_tienda .contenido_mitienda ul.project-tiles li .comprar .botones_comprar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mi_tienda .contenido_mitienda ul.project-tiles li .comprar .botones_comprar .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mi_tienda .contenido_mitienda ul.project-tiles li .comprar .botones_comprar a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #009ade;
  border-radius: 10px;
  border: none;
  color: white;
  text-align: center;
  height: 35px;
  line-height: 45px;
  margin: 0 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 100px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mi_tienda .contenido_mitienda ul.project-tiles li .comprar .botones_comprar a {
    width: 50px;
    color: #009ade;
    font-size: 0;
  }
  .mi_tienda .contenido_mitienda ul.project-tiles li .comprar .botones_comprar a:before {
    background: url(imagenes/canasta.png);
    background-size: 100%;
    content: "";
    color: white;
    display: block;
    font-size: 12px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -15px auto auto auto;
  }
}
.mi_tienda .contenido_mitienda ul.project-tiles li .comprar .botones_comprar a:hover {
  background: #aaaeb2;
  text-decoration: none;
}
.mi_tienda .contenido_mitienda ul.project-tiles li .comprar .botones_comprar .added_to_cart {
  display: none !important;
}
.mi_tienda .contenido_mitienda ul.project-tiles li .comprar .botones_comprar a[title="View cart"] {
  display: none;
}

#menu_corporativos_movil_desplegado {
  background: #0c467b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0c467b), to(#215cba));
  background: linear-gradient(to right, #0c467b 0%, #215cba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c467b', endColorstr='#215cba',GradientType=1 ); /* IE6-9 */
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu_corporativos_movil_desplegado .wrap_menu_corporativos_movil_desplegados {
  padding: 20px;
}
#menu_corporativos_movil_desplegado .wrap_menu_corporativos_movil_desplegados .boton_cerra_corporativos_movil {
  font-size: 30px;
  color: white;
  text-align: right;
  margin-bottom: 20px;
}
#menu_corporativos_movil_desplegado .wrap_menu_corporativos_movil_desplegados .botones a {
  display: block;
  color: white;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
#menu_corporativos_movil_desplegado .wrap_menu_corporativos_movil_desplegados .botones a:hover {
  color: #009ade;
}

.ver_menu_categorias_corporativos {
  display: block !important;
}

.ver_menu_categorias_fuku_store {
  height: auto !important;
}

.ver_menu_coporativo_movil {
  left: 0 !important;
}

/*min-width : si la pantalla es mayor o igual a 1900 aplica*/
/*max-width: si la pantalla es menor o igual a 1024 aplica*/
@media screen and (min-width: 1600px) {
  .header_pc .top .bg_logo {
    width: 22%;
  }
}
@media screen and (min-width: 1900px) {
  .header_pc .top .bg_logo {
    width: 26%;
  }
}
@media screen and (max-width: 1024px) {
  .header_pc .top .bg_logo {
    width: 20%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_uno {
    width: 20%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos {
    width: 80%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_uno {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_uno .menu_secundario {
    display: none;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos .buscador {
    width: 60%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos .carro_info {
    width: 22%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos .boton_movil {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 10%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos .boton_movil .burguer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 40px;
    position: relative;
    width: 50px;
    cursor: pointer;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos .boton_movil .burguer span {
    display: block;
    background: white;
    border-radius: 4px;
    height: 4px;
    margin: auto;
    width: 98%;
    margin: auto;
  }
  .header_pc .menu_categorias .linea_superior, .header_pc .menu_categorias #menu_principal {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .header_pc .top .bg_logo {
    width: 25%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_uno {
    width: 25%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 680px) {
  .header_pc .top {
    height: auto;
  }
  .header_pc .top .bg_logo {
    height: 60px;
    width: 28%;
  }
  .header_pc .top .wrap_1270 {
    padding: 0;
  }
  .header_pc .top .wrap_1270 .wrap_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_uno {
    padding-left: 10px;
    width: 35%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_uno .logo a img {
    max-width: 60px;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos {
    padding-right: 10px;
    width: 65%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_uno {
    display: none;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos {
    height: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos .buscador, .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos .carro_info, .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos .ir_carro {
    display: none;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_dos .fila_dos .boton_movil {
    width: 40px;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_tres {
    background: #0a315b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    width: 100%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_tres .buscador_movil {
    width: 40%;
    margin: 0 10px;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_tres .buscador_movil .dgwt-wcas-search-wrapp {
    min-width: initial;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_tres .buscador_movil .dgwt-wcas-search-wrapp form input {
    border-radius: 35px;
    height: 35px;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_tres .carro_info {
    display: none;
    color: #009ade;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 35px;
    background: white;
    width: 20%;
    margin: 0 10px;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_tres .carro_info a {
    color: #009ade;
    font-size: 18px;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_tres .carro_info a span {
    font-size: 16px;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_tres .carro_info a:hover {
    color: #0a315b;
    text-decoration: none;
  }
}
@media screen and (max-width: 599px) {
  .header_pc .top .wrap_1270 .wrap_top .col_tres .buscador_movil {
    width: 60%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_tres .carro_info {
    width: 30%;
  }
  .header_pc .top .wrap_1270 .wrap_top .col_tres .carro_info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 399px) {
  .header_pc .top .bg_logo {
    width: 35%;
  }
}

@media screen and (max-width: 1024px) {
  .header_fixed .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
  }
  .header_fixed .top .bg_logo {
    display: none;
  }
  .header_fixed .top .wrap_1270 .wrap_top .col_uno .logo a img {
    max-width: 60px;
  }
  .header_fixed .top .wrap_1270 .wrap_top .col_dos .fila_uno {
    display: none;
  }
  .header_fixed .top .wrap_1270 .wrap_top .col_dos .fila_dos {
    height: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .inicio .promociones {
    background-size: 150%;
  }
  .inicio .promociones .wrap_promo .box_promo .nombre h3 {
    font-size: 16px;
    line-break: anywhere;
  }
}
@media screen and (max-width: 780px) {
  .inicio .promociones .wrap_promo .box_promo .nombre h3 {
    font-size: 14px;
    line-break: anywhere;
  }
}
@media screen and (max-width: 680px) {
  .inicio .nuevos_productos {
    background: url("imagenes/bg_nuevos_productos.jpg");
    background-size: 200%;
    background-repeat: no-repeat;
  }
  .inicio .nuevos_productos .fondo_superior {
    display: none;
  }
  .inicio .categorias .wrap_categorias .box_categoria {
    margin: 0 10px 30px 10px;
    width: 200px;
    height: 200px;
  }
  .inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .nombre h3 {
    font-size: 14px;
  }
  .inicio .pasos {
    background-size: 160%;
  }
}
@media screen and (max-width: 599px) {
  .inicio .slider .tparrows {
    display: none !important;
  }
  .inicio .nuevos_productos {
    background-size: 250%;
    padding: 45px 0;
  }
  .inicio .nuevos_productos .wrap_productos #carusel_nuevos ul li {
    height: 280px;
    width: 150px;
  }
  .inicio .categorias {
    padding: 50px 0 100px 0;
  }
  .inicio .categorias .titulo_area {
    margin-bottom: 30px;
  }
  .inicio .categorias .wrap_categorias .box_categoria {
    margin: 0 5px 20px 5px;
    width: 150px;
    height: 150px;
  }
  .inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate {
    background: rgba(33, 92, 186, 0.8);
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .nombre {
    margin-top: 0;
    padding: 0 5px;
    width: 100%;
  }
  .inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .nombre h3 {
    font-size: 14px;
  }
  .inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .ver_detalles .circulo {
    margin-right: 0;
  }
  .inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .ver_detalles p {
    display: none;
  }
  .inicio .categorias .wrap_categorias .box_categoria .background_border a:hover .hover_cate {
    top: 0;
    bottom: 0;
  }
  .inicio .categorias .wrap_categorias .box_categoria .background_border a:hover .hover_cate .nombre {
    margin-top: 0;
  }
  .inicio .promociones {
    background-size: 350%;
    padding: 60px 0 60px 0;
  }
  .inicio .promociones .titulo_area_promociones h3 {
    font-size: 30px;
  }
  .inicio .promociones .titulo_area_promociones .soporte_titulo {
    height: 10px;
    width: 150px;
  }
  .inicio .promociones .wrap_promo .box_promo {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-bottom: 30px;
  }
  .inicio .mas_vendido {
    padding: 70px 0;
  }
  .inicio .mas_vendido .titulo_area {
    margin-bottom: 30px;
  }
  .inicio .mas_vendido .wrap_mas_vendido #carusel_mas_vendidos ul li {
    height: 280px;
    width: 150px;
  }
  .inicio .pasos .wrap_1270 .titulos_pasos {
    margin-bottom: 30px;
  }
  .inicio .pasos .wrap_1270 .titulos_pasos h4 {
    font-size: 20px;
    padding: 0;
  }
  .inicio .pasos .wrap_1270 .wrap_pasos {
    background: none;
  }
  .inicio .pasos .wrap_1270 .wrap_pasos .box_paso .icono {
    margin-bottom: 10px;
  }
  .inicio .pasos .wrap_1270 .wrap_pasos .box_paso .icono img {
    max-width: 110px;
  }
  .inicio .pasos .wrap_1270 .wrap_pasos .box_paso .numero p {
    font-size: 24px;
  }
  .inicio .pasos .wrap_1270 .wrap_pasos .box_paso .texto p {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .inicio .nuevos_productos .wrap_productos {
    padding: 0 30px;
  }
  .inicio .nuevos_productos .wrap_productos #carusel_nuevos {
    padding-bottom: 120px;
  }
  .inicio .nuevos_productos .wrap_productos #carusel_nuevos ul li {
    height: 400px;
    width: 250px;
  }
  .inicio .nuevos_productos .wrap_productos #carusel_nuevos .es-pagination a {
    height: 16px;
    width: 16px;
    margin-bottom: 15px;
  }
  .inicio .mas_vendido .wrap_mas_vendido {
    padding: 0 30px;
  }
  .inicio .mas_vendido .wrap_mas_vendido #carusel_mas_vendidos {
    padding-bottom: 120px;
  }
  .inicio .mas_vendido .wrap_mas_vendido #carusel_mas_vendidos ul li {
    height: 400px;
    width: 250px;
  }
  .inicio .mas_vendido .wrap_mas_vendido #carusel_mas_vendidos .es-pagination a {
    height: 16px;
    width: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 399px) {
  .inicio .categorias .wrap_categorias .box_categoria {
    margin: 0 3px 10px 3px;
    width: 120px;
    height: 120px;
  }
  .inicio .categorias .wrap_categorias .box_categoria .background_border a .hover_cate .nombre h3 {
    font-size: 13px;
  }
  .inicio .pasos .wrap_1270 .titulos_pasos {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap {
    /*vistas de productos x woocommercer*/
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .precio p {
    font-size: 24px;
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .precio .precio_anterior {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .categoria .wrap_contenidos .boton_desplegar_filtro {
    border-bottom: #86898e solid 1px;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }
  .categoria .wrap_contenidos .boton_desplegar_filtro p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 40px;
    line-height: 40px;
    color: #009ade;
    font-weight: bold;
    cursor: pointer;
  }
  .categoria .wrap_contenidos .boton_desplegar_filtro p span {
    font-size: 28px;
    padding-left: 10px;
  }
  .categoria .wrap_contenidos .col_uno {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    display: none;
  }
  .categoria .wrap_contenidos .col_uno .woocommerce {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 32%;
    margin: auto 0.5% 30px 0.5%;
  }
  .categoria .wrap_contenidos .col_uno .woocommerce li.widget-container {
    width: 100%;
  }
  .categoria .wrap_contenidos .col_uno .woocommerce li.widget-container .nfpfilter-widget-title {
    height: 30px;
  }
  .categoria .wrap_contenidos .col_uno .woocommerce li.widget-container .nfpfilter-widget-title h3 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }
  .categoria .wrap_contenidos .col_dos {
    width: 100%;
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap {
    /*vistas de productos x woocommercer*/
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .precio p {
    font-size: 24px;
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .precio .precio_anterior {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .categoria .wrap_contenidos .col_uno .woocommerce {
    width: 30%;
  }
  .categoria .wrap_contenidos .col_uno .woocommerce li.widget-container .nfpfilter-widget-title {
    height: 20px;
  }
  .categoria .wrap_contenidos .col_uno .woocommerce li.widget-container .nfpfilter-widget-title h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
  .categoria .wrap_contenidos .col_uno .woocommerce li.widget-container .nfpfilter-inside-widget p a {
    font-size: 14px;
  }
  .categoria .wrap_contenidos .col_uno .woocommerce li.widget-container .nfpfilter-inside-widget ul li .input-span {
    font-size: 14px;
  }
  .categoria .wrap_contenidos .col_uno .woocommerce li.widget-container .nfpfilter-inside-widget ul li .input-span:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .categoria .wrap_contenidos .col_uno .woocommerce {
    width: 47%;
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .comprar a {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 100px;
  }
}
@media screen and (max-width: 420px) {
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .nombre h4 {
    font-size: 13px;
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .precio p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .precio .precio_anterior {
    font-weight: normal;
    font-size: 12px;
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .ver_detalles {
    margin-bottom: 10px;
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .ver_detalles .circulo {
    display: none;
  }
  .categoria .wrap_contenidos .col_dos #nfp-woocommerce-wrap ul li .ver_detalles a {
    font-size: 12px;
    height: 15px;
    line-height: 15px;
  }
}

@media screen and (max-width: 780px) {
  .producto_desarrollo .box_producto_desarrollo {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .producto_desarrollo .box_producto_desarrollo {
    width: 100%;
  }
}
@media screen and (max-width: 680px) and (max-width: 680px) {
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .precio_relacionados p {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 680px) {
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .precio_relacionados .precio_anterior {
    font-size: 14px;
  }
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .ver_detalles_relacionados {
    margin-bottom: 10px;
  }
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .ver_detalles_relacionados .circulo {
    display: none;
  }
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .ver_detalles_relacionados a {
    font-size: 12px;
    height: 15px;
    line-height: 15px;
  }
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .comprar_relacionados a {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 100px;
  }
}
@media screen and (max-width: 499px) {
  .producto_desarrollo .box_producto_desarrollo .imagen {
    width: 100%;
    max-width: 350px;
    margin: auto auto 30px auto;
  }
  .producto_desarrollo .box_producto_desarrollo .summary {
    width: 100% !important;
    max-width: 350px;
    margin: auto auto 30px auto;
    padding-left: 0;
  }
  .producto_desarrollo .box_producto_desarrollo .summary form.cart .col_dos {
    margin: auto auto 30px auto;
  }
  .producto_desarrollo .box_producto_desarrollo .summary form.cart .col_tres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados {
    padding: 20px;
    width: 100%;
    max-width: 300px;
    margin: auto auto 30px auto;
  }
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .nombre_relacionados {
    min-height: 0;
  }
  .producto_desarrollo .box_producto_desarrollo .related .wrap_productos_relacionados ul .box_producto_relacionados .nombre_relacionados h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .producto_desarrollo .box_producto_desarrollo .summary form.cart .col_dos {
    margin: auto auto 30px auto;
  }
}

@media screen and (max-width: 780px) {
  .sidebar_producto {
    width: 100%;
  }
  .sidebar_producto .wrap_banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sidebar_producto .wrap_banners .box_banner {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
}
@media screen and (max-width: 499px) {
  .sidebar_producto .wrap_banners .box_banner {
    display: block;
    margin: auto auto 30px auto;
    width: 80%;
  }
}

@media screen and (max-width: 780px) {
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form {
    display: inline-block;
    vertical-align: top;
    padding-right: 0px;
    width: 100%;
    margin-bottom: 50px;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .cart-collaterals {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cabecera {
    display: none;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item {
    border: #c9caca solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .img {
    display: none;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: #c9caca solid 1px;
    font-size: 13px;
    height: 40px;
    width: 100%;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .subtotal_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre .subtotal_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio .subtotal_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .subtotal_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal .nombre_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal .precio_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal .cantidad_movil, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal .subtotal_movil {
    color: #0a315b;
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .eliminar .amount, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre .amount, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .precio .amount, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .cantidad .amount, .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal .amount {
    display: inline-block;
    vertical-align: top;
    width: 70%;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .nombre {
    height: auto;
    padding-top: 10px;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .woocommerce-cart-form__cart-item .subtotal {
    border-bottom: none;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon input {
    margin-bottom: 20px;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon .button {
    height: 35px;
    border-radius: 35px;
    font-size: 16px;
  }
  .carro .wrap_contenidos_carro .carro_contenido .woocommerce .woocommerce-cart-form .box_carrito_detalles .cuerpo .botones_cupon_limpiar .actions .coupon .wrap_btn_limpiar .btn_limpiar {
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px dashed #d3ced2;
    padding: 0;
  }
  .pagina_checkout .wrap_contenidos_checkout .checkout_contenido .woocommerce .woocommerce-order ul li {
    border-bottom: 1px dashed #d3ced2;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    text-align: center;
    height: 60px;
    width: 100%;
    margin: 0;
    border-right: none;
    float: initial;
  }
}

@media screen and (max-width: 1024px) {
  .nosotros .wrap_contenidos_generales .galeria {
    padding: 0 5%;
  }
  .nosotros .wrap_contenidos_generales .galeria .box_imagen {
    height: 250px;
    width: 250px;
  }
}
@media screen and (max-width: 780px) {
  .nosotros .wrap_contenidos_generales .galeria {
    padding: 0 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .nosotros .wrap_contenidos_generales .galeria .box_imagen {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 680px) {
  .nosotros .pasos {
    background-size: 150%;
  }
}
@media screen and (max-width: 599px) {
  .nosotros .wrap_contenidos_generales .contenido {
    padding: 0 5%;
  }
  .nosotros .wrap_contenidos_generales .contenido h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .nosotros .wrap_contenidos_generales .contenido p {
    text-align: justify;
  }
  .nosotros .wrap_contenidos_generales .galeria {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nosotros .wrap_contenidos_generales .galeria .box_imagen {
    height: 250px;
    width: 250px;
    margin-bottom: 30px;
  }
  .nosotros .pasos .titulos_pasos {
    margin-bottom: 60px;
  }
  .nosotros .pasos .titulos_pasos h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 420px) {
  .nosotros .wrap_contenidos_generales .contenido {
    padding: 0 5%;
  }
  .nosotros .wrap_contenidos_generales .contenido h3 {
    text-align: center;
    line-height: 1em;
  }
  .nosotros .wrap_contenidos_generales .contenido p {
    text-align: justify;
  }
  .nosotros .pasos {
    background-size: 250%;
  }
  .nosotros .pasos .titulos_pasos {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 499px) {
  .promociones .wrap_contenidos_generales .contenido .box_promo {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: auto 1% 50px 1%;
  }
}
@media screen and (max-width: 399px) {
  .promociones .wrap_contenidos_generales .contenido .box_promo {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin: auto auto 50px auto;
  }
}

@media screen and (max-width: 680px) {
  .como_comprar .wrap_contenidos_generales .contenido .presentacion {
    padding: 0 5%;
  }
  .como_comprar .wrap_contenidos_generales .contenido .presentacion p {
    font-size: 20px;
  }
  .como_comprar .wrap_contenidos_generales .contenido .wrap_pasos {
    padding: 0 5%;
  }
  .como_comprar .wrap_contenidos_generales .contenido .wrap_pasos .fila {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .como_comprar .wrap_contenidos_generales .contenido .wrap_pasos .fila .col_uno {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }
  .como_comprar .wrap_contenidos_generales .contenido .wrap_pasos .fila .col_dos {
    display: none;
  }
  .como_comprar .wrap_contenidos_generales .contenido .wrap_pasos .fila .col_tres {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos {
    padding-left: 0;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos .fondo .fila_uno .subtitulo p {
    font-size: 20px;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos .fondo .fila_uno .datos a {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_uno {
    width: 100%;
    padding: 0 7%;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos {
    padding: 0 7%;
    width: 100%;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos .fondo {
    max-width: 100%;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos .fondo .fila_uno .subtitulo p {
    font-size: 20px;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos .fondo .fila_uno .datos a {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos .fondo .fila_uno .subtitulo p {
    font-size: 18px;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos .fondo .fila_uno .datos a {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_uno {
    padding: 0 2%;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos {
    padding: 0 2%;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos .fondo .fila_uno .subtitulo p {
    font-size: 18px;
  }
  .contactenos .wrap_contenidos_generales .contenido .wrap_contenido .col_dos .fondo .fila_uno .datos a {
    font-size: 18px;
  }
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple], select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# */
.everslider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}

.everslider .es-slides {
  position: relative;
  width: 100000px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translate3d(0, 0, 0);
}

.everslider .es-slides > li {
  position: relative;
  float: left;
  padding: 0 !important;
  border: 0 !important;
  width: 500px;
  height: 300px;
  margin: 0 10px 0 0;
  cursor: default;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  -webkit-transform: translate3d(0, 0, 0);
}

.everslider.es-swipe-grab .es-slides > li {
  cursor: default;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.everslider .es-slides img {
  width: 100%;
  height: auto;
  max-width: none;
}

/* Preload */
.everslider {
  background: url(imagenes/preload.gif) no-repeat center;
}

.everslider.es-slides-ready {
  background: none;
}

.es-slides {
  visibility: hidden;
}

.es-slides-ready .es-slides {
  visibility: visible;
}

/* Navigation */
.es-navigation a {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  padding: 7px;
  background-color: #eee;
}

.es-navigation .es-prev {
  left: 0;
}

.es-navigation .es-next {
  right: 0;
}

.es-navigation .es-first,
.es-navigation .es-last {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

.es-navigation a span {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}

.es-navigation .es-prev span {
  background: url(imagenes/arrows.png) no-repeat 0 0;
}

.es-navigation .es-next span {
  background: url(imagenes/arrows.png) no-repeat -20px 0;
}

.es-navigation .es-prev span.alt-arrow {
  background: url(imagenes/arrows.png) no-repeat 0 -20px;
}

.es-navigation .es-next span.alt-arrow {
  background: url(imagenes/arrows.png) no-repeat -20px -20px;
}

/* Pagination */
.es-pagination {
  position: absolute;
  left: 50%;
  bottom: 10px;
}

.es-pagination a {
  position: relative;
  right: 50%;
  float: left;
  width: 13px;
  height: 13px;
  overflow: hidden;
  background: url(imagenes/bullets.png) no-repeat 0 0;
  margin: 0 5px 0;
  text-indent: -9999px;
}

.es-pagination .es-active {
  background: url(imagenes/bullets.png) no-repeat -13px 0;
}

/* Ticker */
.es-ticker {
  position: absolute;
  bottom: 0;
  right: 0;
}

.es-ticker a {
  display: block;
  padding: 7px;
  background: #eee;
}

.es-ticker a span {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}

.es-ticker .es-play span {
  background: url(imagenes/ticker.png) no-repeat 0 0;
}

.es-ticker .es-pause span {
  background: url(imagenes/ticker.png) no-repeat -20px 0;
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* Navigation */
  .es-navigation .es-prev span {
    background: url(imagenes/arrows@2x.png) no-repeat 0 0;
    background-size: 40px 40px;
  }
  .es-navigation .es-next span {
    background: url(imagenes/arrows@2x.png) no-repeat -20px 0;
    background-size: 40px 40px;
  }
  /* Pagination */
  .es-pagination a {
    background: url(imagenes/bullets@2x.png) no-repeat 0 0;
    background-size: 26px 13px;
  }
  .es-pagination a.es-active {
    background: url(imagenes/bullets@2x.png) no-repeat -13px 0;
    background-size: 26px 13px;
  }
  /* Ticker */
  .es-ticker .es-play span {
    background: url(imagenes/ticker@2x.png) no-repeat 0 0;
    background-size: 40px 20px;
  }
  .es-ticker .es-pause span {
    background: url(imagenes/ticker@2x.png) no-repeat -20px 0;
    background-size: 40px 20px;
  }
}
.bb-lightbox-wrap {
  height: 100%;
  position: absolute;
  top: 0;
}

.bb-lightbox-pos-dynamic {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bb-lightbox-switch {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.bb-lightbox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  table-layout: fixed;
  z-index: 3000000;
}

.bb-lightbox-switch:checked + .bb-lightbox {
  display: table;
}

.bb-lightbox-show {
  display: table;
}

.bb-lightbox-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.bb-lightbox-bg-close {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  cursor: pointer;
}

.bb-lightbox-content {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  outline: 0;
}

.bb-lightbox-slides, .bb-lightbox-slide {
  max-width: 100%;
}

.bb-lightbox-slide {
  display: none;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bb-lightbox-slide-active {
  display: block;
}

.bb-lightbox-media-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.bb-lightbox-media-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.bb-lightbox-media-vid, .bb-lightbox-media-iframe, .bb-lightbox-media-flv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.bb-lightbox-iframe iframe {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: 0;
}

.bb-lightbox-zoomed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  cursor: move;
}

.bb-lightbox-mode-fullscreen .bb-lightbox-cell, .bb-lightbox-mode-fullscreen .bb-lightbox-content, .bb-lightbox-mode-fullscreen .bb-lightbox-slides, .bb-lightbox-mode-fullscreen .bb-lightbox-slide, .bb-lightbox-mode-fullscreen .bb-lightbox-slide-content {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.bb-lightbox-mode-fullscreen .bb-lightbox-slide, .bb-lightbox-mode-fullscreen .bb-lightbox-media-img {
  max-height: none !important;
}

.bb-lightbox-mode-fullscreen .bb-lightbox-content {
  display: block;
}

.bb-lightbox-mode-fullscreen.bb-lightbox-has-pager-gallery .bb-lightbox-slides {
  max-height: none;
}

.bb-lightbox-mode-fullscreen .bb-lightbox-slide {
  overflow: hidden;
}

.bb-lightbox-mode-fullscreen .bb-lightbox-media-container {
  min-width: 100%;
  height: 100%;
  padding-top: 0 !important;
}

.bb-lightbox-mode-fullscreen .bb-lightbox-media-img {
  width: 0;
  height: 100%;
  padding-left: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bb-lightbox-mode-fullscreen .bb-lightbox-texts {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bb-lightbox-mode-fullscreen.bb-lightbox-in-transition .bb-lightbox-slide {
  max-height: 100%;
}

.bb-lightbox-hide-content {
  visibility: hidden;
}

.bb-lightbox-control-next:focus, .bb-lightbox-control-prev:focus, .bb-lightbox-option-button:focus, .bb-lightbox-pager-button:focus {
  outline: none;
}

.bb-lightbox-hidden {
  height: 1px;
  width: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.bb-lightbox-htmlcontent {
  display: none;
}

.bb-lightbox-placeholder {
  display: none;
}

.bb-lightbox-pager {
  max-width: 100%;
  margin: 0;
  padding: 0.5em 0;
  position: fixed;
  right: 0;
  bottom: 1em;
  left: 0;
}

.bb-lightbox-pager-list {
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.bb-lightbox-pager-item {
  display: inline-block;
}

.bb-lightbox-slide-modal .bb-lightbox-slide-content {
  min-width: 10em;
  color: #000;
  border-radius: 4px;
}

.bb-lightbox-modal {
  padding: 2em 4em;
  text-align: center;
}

.bb-lightbox-alert {
  min-width: 0;
}

.bb-lightbox-modal-message {
  margin: 0 0 1em;
}

.bb-lightbox-modal-ok, .bb-lightbox-modal-cancel {
  min-width: 100px;
  border: 1px solid currentColor;
  border-radius: 4px;
}

.bb-lightbox-modal-ok {
  color: #fff;
  background-color: #6f9a37;
  border-bottom-color: #4c6926;
}

.bb-lightbox-modal-cancel {
  color: #808080;
  background-color: #fff;
  border: 1px solid #808080;
}

.bb-lightbox-alert-ok {
  width: 100%;
}

.bb-lightbox-confirm-cancel, .bb-lightbox-confirm-ok, .bb-lightbox-prompt-cancel, .bb-lightbox-prompt-ok {
  width: 48%;
}

.bb-lightbox-confirm-ok, .bb-lightbox-prompt-ok {
  margin-left: 4%;
}

.bb-lightbox-prompt-input-container {
  display: block;
  min-width: 209px;
  margin-bottom: 0.5em;
}

.bb-lightbox-prompt-input-container .bb-lightbox-prompt-input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bb-lightbox-fadeout-start.bb-lightbox, .bb-lightbox-slideouttop-start, .bb-lightbox-slideoutright-start, .bb-lightbox-slideoutbottom-start, .bb-lightbox-slideoutleft-start, .bb-lightbox-flipout-start.bb-lightbox, .bb-lightbox-flipoutv-start.bb-lightbox, .bb-lightbox-growout-start.bb-lightbox, .bb-lightbox-shrinkout-start.bb-lightbox {
  display: table;
  opacity: 1;
}

.bb-lightbox-fade-in-slide-start, .bb-lightbox-slide-in-slide-start, .bb-lightbox-slidev-in-slide-start, .bb-lightbox-flip-in-slide-start, .bb-lightbox-flipv-in-slide-start, .bb-lightbox-shrink-in-slide-start {
  position: absolute;
  visibility: hidden;
}

.bb-lightbox-fade-in-slide-do, .bb-lightbox-slide-in-slide-do, .bb-lightbox-slidev-in-slide-do, .bb-lightbox-flip-in-slide-do, .bb-lightbox-flipv-in-slide-do, .bb-lightbox-shrink-in-slide-do {
  position: relative;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.bb-lightbox-fade-out-slide-start, .bb-lightbox-slide-out-slide-start, .bb-lightbox-slidev-out-slide-start, .bb-lightbox-flip-out-slide-start, .bb-lightbox-flipv-out-slide-start, .bb-lightbox-shrink-out-slide-start {
  display: block;
}

.bb-lightbox-fade-out-slide-do, .bb-lightbox-slide-out-slide-do, .bb-lightbox-slidev-out-slide-do, .bb-lightbox-flip-out-slide-do, .bb-lightbox-flipv-out-slide-do, .bb-lightbox-shrink-out-slide-do {
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.bb-lightbox-fadein-start .bb-lightbox-slides {
  opacity: 0;
}

.bb-lightbox-fadein-do .bb-lightbox-slides {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.bb-lightbox-fadeout-do.bb-lightbox {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.bb-lightbox-slideintop-start .bb-lightbox-slides {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.bb-lightbox-slideintop-do .bb-lightbox-slides {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-slideouttop-start .bb-lightbox-slides {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bb-lightbox-slideouttop-do .bb-lightbox-slides {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-slideinright-start .bb-lightbox-slides {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.bb-lightbox-slideinright-do .bb-lightbox-slides {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-slideoutright-start .bb-lightbox-slides {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.bb-lightbox-slideoutright-do .bb-lightbox-slides {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-slideinbottom-start .bb-lightbox-slides {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.bb-lightbox-slideinbottom-do .bb-lightbox-slides {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-slideoutbottom-start .bb-lightbox-slides {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bb-lightbox-slideoutbottom-do .bb-lightbox-slides {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-slideinleft-start .bb-lightbox-slides {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.bb-lightbox-slideinleft-do .bb-lightbox-slides {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-slideoutleft-start .bb-lightbox-slides {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.bb-lightbox-slideoutleft-do .bb-lightbox-slides {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-flipin-start .bb-lightbox-cell {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.bb-lightbox-flipin-start .bb-lightbox-slides {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.bb-lightbox-flipin-do .bb-lightbox-slides {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-flipout-start .bb-lightbox-content {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.bb-lightbox-flipout-start .bb-lightbox-slides {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.bb-lightbox-flipout-do .bb-lightbox-slides {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-flipinv-start .bb-lightbox-content {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.bb-lightbox-flipinv-start .bb-lightbox-slides {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.bb-lightbox-flipinv-do .bb-lightbox-slides {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-flipoutv-start .bb-lightbox-content {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.bb-lightbox-flipoutv-start .bb-lightbox-slides {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.bb-lightbox-flipoutv-do .bb-lightbox-slides {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-growin-start .bb-lightbox-slides {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.bb-lightbox-growin-do .bb-lightbox-slides {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s, border-radius 0.5s;
  -webkit-transition: border-radius 0.5s, -webkit-transform 0.5s;
  transition: border-radius 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-radius 0.5s;
  transition: transform 0.5s, border-radius 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-growout-start .bb-lightbox-slides {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bb-lightbox-growout-do .bb-lightbox-slides {
  -webkit-transform: scale(4);
  transform: scale(4);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-shrinkin-start .bb-lightbox-slides {
  -webkit-transform: scale(4);
  transform: scale(4);
}

.bb-lightbox-shrinkin-do .bb-lightbox-slides {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-shrinkout-start .bb-lightbox-slides {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bb-lightbox-shrinkout-do .bb-lightbox-slides {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bb-lightbox-fade-in-slide-start {
  opacity: 0;
}

.bb-lightbox-fade-in-slide-do {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.bb-lightbox-fade-out-slide-start {
  opacity: 1;
}

.bb-lightbox-fade-out-slide-do {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.bb-lightbox-slide-in-slide-start {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

.bb-lightbox-slide-prev .bb-lightbox-slide-in-slide-start {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}

.bb-lightbox-slide-in-slide-do {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.bb-lightbox-slide-prev .bb-lightbox-slide-in-slide-do {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.bb-lightbox-slide-out-slide-start {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.bb-lightbox-slide-out-slide-do {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}

.bb-lightbox-slide-prev .bb-lightbox-slide-out-slide-do {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

.bb-lightbox-slidev-in-slide-start {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
}

.bb-lightbox-slidev-prev .bb-lightbox-slidev-in-slide-start {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
}

.bb-lightbox-slidev-in-slide-do {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bb-lightbox-slidev-prev .bb-lightbox-slidev-in-slide-do {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bb-lightbox-slidev-out-slide-start {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bb-lightbox-slidev-out-slide-do {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
}

.bb-lightbox-slidev-prev .bb-lightbox-slidev-out-slide-do {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
}

.bb-lightbox-flip-slide .bb-lightbox-slides {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.bb-lightbox-flip-in-slide-start {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.bb-lightbox-flip-prev .bb-lightbox-flip-in-slide-start {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.bb-lightbox-flip-in-slide-do {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.bb-lightbox-flip-prev .bb-lightbox-flip-in-slide-do {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.bb-lightbox-flip-out-slide-start {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.bb-lightbox-flip-out-slide-do {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.bb-lightbox-flip-prev .bb-lightbox-flip-out-slide-do {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.bb-lightbox-flipv-slide .bb-lightbox-slides {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.bb-lightbox-flipv-in-slide-start {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.bb-lightbox-flipv-prev .bb-lightbox-flipv-in-slide-start {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.bb-lightbox-flipv-in-slide-do {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.bb-lightbox-flipv-prev .bb-lightbox-flipv-in-slide-do {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.bb-lightbox-flipv-out-slide-start {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.bb-lightbox-flipv-out-slide-do {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.bb-lightbox-flipv-prev .bb-lightbox-flipv-out-slide-do {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.bb-lightbox-shrink-in-slide-start {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.bb-lightbox-shrink-in-slide-do {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bb-lightbox-shrink-out-slide-start {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bb-lightbox-shrink-out-slide-do {
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media only screen and (max-width: 767px) {
  .bb-lightbox-content {
    max-width: 100%;
  }
}
.bb-lightbox-option-button:before, .bb-lightbox-control-next:before,
.bb-lightbox-control-prev:before, .bb-lightbox-zoom:before {
  font-family: "bbicons";
}

@font-face {
  font-family: "bbicons";
  src: url("fuentes/bbicons.eot");
  src: url("fuentes/bbicons.eot?#iefix") format("embedded-opentype"), url("fuentes/bbicons.woff2") format("woff2"), url("fuentes/bbicons.woff") format("woff"), url("fuentes/bbicons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.bb-lightbox-option-button, .bb-lightbox-control-next,
.bb-lightbox-control-prev, .bb-lightbox-pager-button, .bb-lightbox-pager-gallery .bb-lightbox-pager-button, .bb-lightbox-zoom {
  padding: 0;
  text-align: center;
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.bb-lightbox-open {
  overflow: hidden;
  height: 100%;
}

.bb-lightbox-content {
  max-width: 80%;
}

.bb-lightbox-slide {
  max-height: 90%;
}

.bb-lightbox-slide-content {
  background-color: #fff;
}

.bb-lightbox-slide-html .bb-lightbox-htmlcontent {
  padding: 1px 1em;
}

.bb-lightbox-options {
  padding: 20px 20px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bb-lightbox-option-button {
  width: 2em;
  height: 1.5em;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.bb-lightbox-fullscreen:before {
  content: "\f105";
}

.bb-lightbox-mode-fullscreen .bb-lightbox-fullscreen:before {
  content: "\f104";
}

.bb-lightbox-content-close:before {
  content: "\f103";
}

.bb-lightbox-no-content-close .bb-lightbox-content-close {
  display: none;
}

.bb-lightbox-texts {
  padding: 0 1em;
  color: #fff;
  overflow: hidden;
}

.bb-lightbox-error {
  margin: 0;
  padding: 2.5em 3em;
  color: #fff;
  background-color: #db4437;
}

.bb-lightbox-has-pager-gallery .bb-lightbox-content {
  padding-bottom: 115px;
}

.bb-lightbox-has-pager-gallery.bb-lightbox-mode-fullscreen .bb-lightbox-content {
  padding-bottom: 0;
}

.bb-lightbox-has-pager-gallery.bb-lightbox-mode-fullscreen .bb-lightbox-media-img {
  max-height: none;
}

.bb-lightbox-control-next,
.bb-lightbox-control-prev {
  padding-right: 1em;
  padding-left: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 2.5em;
}

.bb-lightbox-control-next {
  right: 0;
}

.bb-lightbox-control-next:before {
  content: "\f102";
}

.bb-lightbox-control-prev {
  left: 0;
}

.bb-lightbox-control-prev:before {
  content: "\f101";
}

.bb-lightbox-pager-button {
  width: 24px;
  height: 24px;
  margin: 5px;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

.bb-lightbox-pager-active .bb-lightbox-pager-button {
  background-color: #f9ae40;
}

.bb-lightbox-mode-fullscreen .bb-lightbox-pager-gallery .bb-lightbox-pager-item {
  height: 2em;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  -webkit-box-shadow: inset 0 -10px 10px -5px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0 -10px 10px -5px rgba(0, 0, 0, 0.75);
}

.bb-lightbox-mode-fullscreen .bb-lightbox-pager-gallery .bb-lightbox-pager-item:hover {
  height: 100px;
}

.bb-lightbox-pager-gallery .bb-lightbox-pager-item {
  width: 170px;
  height: 100px;
  margin: 0 0.5em;
  background-position: center;
  background-size: cover;
}

.bb-lightbox-pager-gallery .bb-lightbox-pager-button {
  width: 100%;
  height: 100%;
  margin: 0;
}

.bb-lightbox-pager-gallery .bb-lightbox-pager-active {
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
}

.bb-lightbox-pager-gallery .bb-lightbox-pager-active .bb-lightbox-pager-button {
  background-color: transparent;
}

.bb-lightbox-loading .bb-lightbox-slide-content {
  width: 160px;
  height: 160px;
  background-color: transparent;
  background-image: url(imagenes/loader.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bb-lightbox-options,
.bb-lightbox-control-next,
.bb-lightbox-control-prev {
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.bb-lightbox-zoom {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

.bb-lightbox-zoom:before {
  content: "\f107";
  text-shadow: 0 1px 3px rgba(102, 102, 102, 0.8);
}

.bb-lightbox-zoomed + .bb-lightbox-zoom:before {
  content: "\f106";
}

.bb-lightbox-mode-fullscreen .bb-lightbox-zoom {
  top: auto;
  bottom: 15px;
}

.bb-lightbox-in-transition .bb-lightbox-control-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.bb-lightbox-in-transition .bb-lightbox-control-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.bb-lightbox-in-transition .bb-lightbox-options {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .bb-lightbox-control-next {
    padding-right: 0;
  }
  .bb-lightbox-control-prev {
    padding-left: 0;
  }
}
/*standard*/
.standard .bb-lightbox-bg-close {
  background: #000;
  opacity: 0.75;
}

.standard .bb-lightbox-mode-fullscreen .bb-lightbox-option-button {
  background-color: rgba(0, 0, 0, 0.25);
}

/*/standard*/
/*classic*/
.classic .bb-lightbox-bg-close {
  background-color: #fff;
  opacity: 0.8;
}

.classic .bb-lightbox-content {
  position: relative;
  padding: 8px 60px;
}

.classic .bb-lightbox-slide {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.classic .bb-lightbox-slide-content {
  padding: 40px 4px 4px;
}

.classic .bb-lightbox-texts {
  padding-right: 100px;
  padding-left: 0;
  position: absolute;
  left: 8px;
  top: 0;
  color: #000;
  text-align: left;
}

.classic .bb-lightbox-texts p {
  margin: 0;
  line-height: 40px;
}

.classic .bb-lightbox-options {
  margin: 10px 65px 0 0;
  padding: 0;
}

.classic .bb-lightbox-option-button {
  margin: 3px 3px 0 0;
  color: #cccfca;
  font-size: 22px;
}

.classic .bb-lightbox-control-next,
.classic .bb-lightbox-control-prev {
  padding: 22px 5px 22px 15px;
  top: 50%;
  bottom: auto;
  color: #cccfca;
  font-size: 32px;
  background-color: #fff;
  opacity: 1;
}

.classic.bb-lightbox-in-transition .bb-lightbox-control-next,
.classic.bb-lightbox-in-transition .bb-lightbox-control-prev {
  opacity: 0;
}

.classic .bb-lightbox-control-next {
  right: 10px;
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}

.classic .bb-lightbox-control-prev {
  left: 10px;
  -webkit-box-shadow: -2px 2px 5px -2px rgba(0, 0, 0, 0.5);
          box-shadow: -2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}

.classic.bb-lightbox-has-pager-gallery .bb-lightbox-content {
  padding-bottom: 115px;
}

.classic.bb-lightbox-has-pager-gallery .bb-lightbox-slide:after {
  content: "";
  height: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

.classic.bb-lightbox-mode-fullscreen.bb-lightbox-has-pager-gallery .bb-lightbox-content {
  padding-bottom: 0;
}

.classic.bb-lightbox-mode-fullscreen .bb-lightbox-content {
  padding: 0;
}

.classic.bb-lightbox-mode-fullscreen .bb-lightbox-slide-content {
  padding: 0;
}

.classic.bb-lightbox-mode-fullscreen .bb-lightbox-media-img {
  max-height: none;
}

.classic.bb-lightbox-mode-fullscreen .bb-lightbox-options {
  margin-top: 5px;
  margin-right: 5px;
  padding-bottom: 3px;
  padding-left: 3px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}

.classic.bb-lightbox-mode-fullscreen .bb-lightbox-pager {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.classic.bb-lightbox-mode-fullscreen .bb-lightbox-pager:before, .classic.bb-lightbox-mode-fullscreen .bb-lightbox-pager:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .classic .bb-lightbox-content {
    padding-right: 0;
    padding-left: 0;
  }
  .classic .bb-lightbox-control-next,
  .classic .bb-lightbox-control-prev {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .classic .bb-lightbox-options {
    margin-right: 5px;
  }
}
/*/classic*/
/*vintage*/
.vintage .bb-lightbox-bg-close {
  background: #fffff0 url(imagenes/vintage/bg.png) repeat center;
  opacity: 1;
}

.vintage .bb-lightbox-slide:before, .vintage .bb-lightbox-slide:after,
.vintage .bb-lightbox-slide-content:before,
.vintage .bb-lightbox-slide-content:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  background-image: url(imagenes/vintage/corners.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.vintage .bb-lightbox-slide {
  padding: 16px;
}

.vintage .bb-lightbox-slide:before, .vintage .bb-lightbox-slide:after {
  top: 8px;
}

.vintage .bb-lightbox-slide:before {
  left: 8px;
}

.vintage .bb-lightbox-slide:after {
  right: 8px;
  background-position: 100% 0;
}

.vintage .bb-lightbox-slide-content {
  position: relative;
}

.vintage .bb-lightbox-slide-content:before, .vintage .bb-lightbox-slide-content:after {
  bottom: -8px;
}

.vintage .bb-lightbox-slide-content:before {
  left: -8px;
  background-position: 0 100%;
}

.vintage .bb-lightbox-slide-content:after {
  right: -8px;
  background-position: 100% 100%;
}

.vintage .bb-lightbox-modal {
  padding: 2.5em;
  position: relative;
  z-index: 2;
}

.vintage .bb-lightbox-texts {
  padding-right: 50px;
  padding-left: 50px;
  color: #808080;
}

.vintage .bb-lightbox-texts .title {
  font-size: 2em;
}

.vintage .bb-lightbox-option-button,
.vintage .bb-lightbox-control-next,
.vintage .bb-lightbox-control-prev {
  color: #808080;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(0, 0, 0, 0.7);
}

.vintage .bb-lightbox-control-next,
.vintage .bb-lightbox-control-prev {
  padding-right: 0.5em;
  padding-left: 0.5em;
  opacity: 1;
}

.vintage.bb-lightbox-mode-fullscreen .bb-lightbox-slide:before, .vintage.bb-lightbox-mode-fullscreen .bb-lightbox-slide:after,
.vintage.bb-lightbox-mode-fullscreen .bb-lightbox-slide-content:before,
.vintage.bb-lightbox-mode-fullscreen .bb-lightbox-slide-content:after {
  display: none;
}

.vintage.bb-lightbox-mode-fullscreen .bb-lightbox-slide {
  padding: 0;
}

.vintage .bb-lightbox-pager-button {
  text-align: center;
  background-color: transparent;
  border-color: #808080;
  border-width: 2px;
  -webkit-box-shadow: inset 0 0 1px #000;
          box-shadow: inset 0 0 1px #000;
}

.vintage .bb-lightbox-pager-active .bb-lightbox-pager-button {
  position: relative;
}

.vintage .bb-lightbox-pager-active .bb-lightbox-pager-button:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: #808080;
  border-radius: 50%;
}

.vintage .bb-lightbox-pager-gallery .bb-lightbox-pager-active .bb-lightbox-pager-button:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vintage .bb-lightbox-control-next,
  .vintage .bb-lightbox-control-prev {
    width: 1em;
  }
}
/*/vintage*/
/*material*/
.material .bb-lightbox-bg-close {
  background: #000;
  opacity: 0.75;
}

.material .bb-lightbox-options {
  padding-right: 0;
  padding-left: 20px;
  right: auto;
  left: 0;
  direction: rtl;
}

.material .bb-lightbox-slide {
  border-radius: 4px;
}

.material .bb-lightbox-texts {
  background-color: #4db6ac;
}

.material .bb-lightbox-texts .title {
  font-size: 2em;
}

/*/material*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.woofc .woofc-cart .woofc-cart-body {
  padding-bottom: 100px;
}
.woofc .woofc-cart .woofc-cart-body #woofc-cart-content ul.woofc-cart-products {
  padding-bottom: 120px !important;
}
.woofc .woofc-cart .woofc-cart-body #woofc-cart-content ul.woofc-cart-products li.woofc-cart-product .imagen_prodcuto {
  width: 20%;
}
.woofc .woofc-cart .woofc-cart-body #woofc-cart-content ul.woofc-cart-products li.woofc-cart-product .imagen_prodcuto img {
  border: #e8eaeb solid 1px;
  height: auto;
  width: 100%;
}
.woofc .woofc-cart .woofc-cart-body #woofc-cart-content ul.woofc-cart-products li.woofc-cart-product .nombre_catidad h3 {
  color: #0b4b85;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.woofc .woofc-cart .woofc-cart-body #woofc-cart-content table.woofc-cart-review {
  display: none;
}
.woofc .woofc-cart .woofc-cart-body #woofc-cart-content table.woofc-cart-review tbody tr.cart-subtotal {
  display: none;
}
.woofc .woofc-cart .woofc-cart-body #woofc-cart-content table.woofc-cart-review tbody tr.shipping td #shipping_method li:last-child {
  display: none;
}
.woofc .woofc-cart .woofc-cart-body #woofc-cart-content table.woofc-cart-review tbody tr.tax-rate {
  display: none;
}
.woofc .woofc-cart .woofc-cart-footer .woofc-cart-cta {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woofc .woofc-cart .woofc-cart-footer .woofc-cart-cta .box_total {
  text-align: center;
  width: 100%;
  background: #0a315b;
  padding: 10px 0;
}
.woofc .woofc-cart .woofc-cart-footer .woofc-cart-cta .box_total p {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.woofc .woofc-cart .woofc-cart-footer .woofc-cart-cta .box_total p .incluye_precio {
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
}
.woofc .woofc-cart .woofc-cart-footer .woofc-cart-cta .box_ir_carro {
  width: 100%;
}
.popmake .popmake-content h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  color: white;
}
.popmake .popmake-content p {
  color: white;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.popmake .popmake-content ul li {
  color: white;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

#your-profile #fieldset-shipping {
  display: none !important;
}

.fecha_ordenes {
  font-size: 20px;
  color: red;
}

#order_data .select2.select2-container {
  z-index: 9999999 !important;
}

.select2-container--open {
  z-index: 9999999 !important;
}

.wrap_general {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 15px;
  max-width: 1270px;
  margin: auto;
  width: 100%;
}

.bg_paginas {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(img/fondo_superior_pagina_categorias.png);
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 800px;
}

.fondo_paginas {
  background: white;
  border-radius: 20px;
  border: solid 1px #e8eaeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  float: initial;
  width: 100%;
  min-height: 800px;
  position: relative;
}

.titulo_general {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
}
.titulo_general span {
  color: red;
}

.titulo_pagina .wrap_general h1 {
  text-align: center;
}

.estilo_tabla {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.estilo_tabla th, .estilo_tabla td {
  border: 1px solid #ddd;
  padding: 8px;
}
.estilo_tabla th {
  background-color: #f4f4f4;
  font-weight: bold;
}
.estilo_tabla tr:nth-child(even) {
  background-color: #f9f9f9;
}
.estilo_tabla tr:hover {
  background-color: #f1f1f1;
}
.estilo_tabla .blanco_claro {
  background: #D3D3D3;
  color: #000;
}
.estilo_tabla .blanco_medio {
  background: #A9A9A9;
  color: white;
}
.estilo_tabla .rojo_claro {
  background: #FF7F7F;
  color: black;
}
.estilo_tabla .rojo_rojointenso {
  background: #FF4C4C;
  color: white;
}
.estilo_tabla .salmon_claro {
  background: #FFA07A;
  color: black;
}
.estilo_tabla .salmon_oscuro {
  background: #FF6347;
  color: white;
}
.estilo_tabla .mariscos {
  background: #87CEFA;
  color: black;
}
.estilo_tabla .estado {
  text-transform: uppercase;
}
.estilo_tabla .estado .estado_completado {
  color: blue;
  font-weight: bold;
}
.estilo_tabla .estado .estado_pendiente {
  color: red;
  font-weight: bold;
}
.estilo_tabla .exportable {
  display: none;
}
.estilo_tabla .color_uno {
  background: #BFD7ED;
}
.estilo_tabla .color_dos {
  background: #C6ECAE;
}
.estilo_tabla .color_tres {
  background: #F9E79F;
}
.estilo_tabla .color_cuatro {
  background: #D7BDE2;
}
.estilo_tabla tbody tr td img {
  max-width: 80px;
}
.estilo_tabla tbody tr td form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.estilo_tabla tbody tr td form.cart .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80px;
}
.estilo_tabla tbody tr td .file-upload {
  display: none;
}
.estilo_tabla tbody tr td label.custom-file-upload {
  -ms-flex-line-pack: center;
      align-content: center;
  display: inline-block;
  cursor: pointer;
  background-color: #007BFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  border-radius: 5px;
  border: none;
  height: 35px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  width: 120px;
  margin: 0;
}
.estilo_tabla tbody tr td .previas_imagenes {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.estilo_tabla tbody tr td .responsable_item {
  display: block;
  text-align: left;
}
.estilo_tabla tbody tr td span.estado_completado {
  color: white;
}
.estilo_tabla tbody tr td span.estado_pendiente {
  color: red;
}
.estilo_tabla tbody tr .centrar {
  text-align: center;
}
.estilo_tabla tbody.ala_izquierda {
  text-align: left;
}

.wrap_tabla {
  width: 100%;
  margin-bottom: 30px;
}
.wrap_tabla .subtitulo_tabla {
  font-weight: bold;
  margin: 30px 0 15px 0;
}

.estilos_formularios {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.estilos_formularios .wrap_input_45 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 45%;
  margin-bottom: 15px;
}
.estilos_formularios .wrap_input_100 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}

.detalles_generales {
  margin-bottom: 30px;
}
.detalles_generales h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

p.mensaje_ok {
  color: #0366a7;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: auto;
  max-width: 600px;
}

.btn_negro {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: auto;
  background: black;
  border-radius: 5px;
  border: solid 1px black !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 30px;
  padding: 0 10px;
}
.btn_negro:hover {
  background: white;
  border: solid 1px black !important;
  color: black;
}

.btn_rojo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: auto;
  background: red;
  border-radius: 5px;
  border: solid 1px red !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 30px;
  padding: 0 10px;
}
.btn_rojo:hover {
  background: white;
  border: solid 1px red !important;
  color: red;
}

.btn_azul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: auto;
  background: #0366a7;
  border-radius: 5px;
  border: solid 1px #0366a7 !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 30px;
  padding: 0 10px;
  margin-right: 10px;
}
.btn_azul:hover {
  background: white;
  border: solid 1px #0366a7 !important;
  color: #0366a7;
}

.leyenda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  right: 20px;
  top: 20px;
}
.leyenda .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.leyenda .item .color {
  border-radius: 50%;
  background: red;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.leyenda .item .revision, .leyenda .item .enrevision {
  background: blue;
}
.leyenda .item .proceso, .leyenda .item .enproceso {
  background: greenyellow;
}
.leyenda .item .archivo, .leyenda .item .cerrado {
  background: skyblue;
}
.leyenda .item .expiro, .leyenda .item .vencido {
  background: red;
}
.leyenda .item p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

label {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #333;
  width: 100%;
  margin-bottom: 5px;
}

label.lineal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}

input {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  height: 40px;
  width: 100%;
  max-width: 350px;
}

select {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
}

textarea {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-top: 5px;
  width: 100%;
  max-width: 350px;
}

input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 120px;
  background: black;
  border-radius: 5px;
  border: solid 1px black;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  margin: 50px 0;
}
input[type=submit]:hover {
  background: white;
  border: solid 1px black;
  color: black;
}

input[type=checkbox] {
  border: #aecaef solid 1px;
  border-radius: 5px;
  height: 24px;
  width: 24px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: auto;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: auto;
  border: #ccc solid 1px !important;
}

.filtros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}
.filtros .filtro_fechas, .filtros .filtro_estado, .filtros .filtro_cliente, .filtros .filtro_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 250px;
}
.filtros .filtro_fechas .caja, .filtros .filtro_estado .caja, .filtros .filtro_cliente .caja, .filtros .filtro_area .caja {
  width: 48%;
}
.filtros .filtro_fechas .caja label, .filtros .filtro_estado .caja label, .filtros .filtro_cliente .caja label, .filtros .filtro_area .caja label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #333;
  width: 100%;
}
.filtros .filtro_fechas .caja input[type=date], .filtros .filtro_estado .caja input[type=date], .filtros .filtro_cliente .caja input[type=date], .filtros .filtro_area .caja input[type=date] {
  border: #aecaef solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding-left: 5px;
  height: 35px;
  width: 100%;
}
.filtros .filtro_fechas .caja select, .filtros .filtro_estado .caja select, .filtros .filtro_cliente .caja select, .filtros .filtro_area .caja select {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5px;
  height: 35px;
  width: 100%;
}
.filtros .filtro_fechas .caja_boton, .filtros .filtro_estado .caja_boton, .filtros .filtro_cliente .caja_boton, .filtros .filtro_area .caja_boton {
  margin-top: 10px;
  width: 100%;
}
.filtros .filtro_fechas .caja_boton input[type=submit], .filtros .filtro_estado .caja_boton input[type=submit], .filtros .filtro_cliente .caja_boton input[type=submit], .filtros .filtro_area .caja_boton input[type=submit] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
  border-radius: 10px;
  border: solid 1px black;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0;
}
.filtros .filtro_fechas .caja_boton input[type=submit]:hover, .filtros .filtro_estado .caja_boton input[type=submit]:hover, .filtros .filtro_cliente .caja_boton input[type=submit]:hover, .filtros .filtro_area .caja_boton input[type=submit]:hover {
  background: white;
  color: black;
}
.filtros .filtro_fechas, .filtros .filtro_estado, .filtros .filtro_cliente {
  margin-right: 50px;
}
.filtros .filtro_estado, .filtros .filtro_cliente, .filtros .filtro_area {
  width: 180px;
}
.filtros .filtro_estado .caja, .filtros .filtro_cliente .caja, .filtros .filtro_area .caja {
  width: 100%;
}
.filtros .filtro_categorias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filtros .filtro_categorias p.info {
  width: 100%;
  margin-bottom: 10px;
}
.filtros .filtro_categorias label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #212529;
  font-size: 16px;
  margin: 0 10px 0 0;
}
.filtros .filtro_categorias .botones {
  margin-top: 20px;
  width: 100%;
}
.filtros .filtro_mix {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.filtros .filtro_mix .caja_boton .boton_filtrar_mix {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 120px;
  background: black;
  border-radius: 5px;
  border: solid 1px black;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
}
.filtros .filtro_mix .caja_boton .boton_filtrar_mix:hover {
  background: white;
  border: solid 1px black;
  color: black;
}
.filtros .exportar {
  position: absolute;
  right: 30px;
  top: 20px;
}

.quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 34px;
  width: 70px;
  position: relative;
}
.quantity button {
  border: none;
  cursor: pointer;
  height: 100%;
  width: 25px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity input {
  background: transparent;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  width: 50px;
  outline: none;
}
.quantity .qty_button {
  background: #ccc;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  height: 100%;
  width: 30px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity input.qty {
  background: transparent;
  border-radius: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  width: 60px;
  outline: none;
}

.add_to_cart_button, .ver_pack_modal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 10px;
  width: 80px;
  background: black;
  border-radius: 5px;
  border: solid 1px black !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 35px;
  margin-left: 10px;
}
.add_to_cart_button:hover, .ver_pack_modal:hover {
  background: white;
  border: solid 1px black !important;
  color: black;
}

.added_to_cart {
  display: none;
}

.woofc .woofc-cart--open .woofc-cart__header .woofc-cart__header-close img {
  max-width: 15px;
}
.woofc .woofc-cart--open .woofc-cart__body #alerta_sashimi {
  display: none;
}
.woofc .woofc-cart--open .woofc-cart__body .woocommerce-info {
  display: none;
}
.woofc .woofc-cart--open .woofc-cart__body .woofc-card .woofc-card__body .woofc-products .woofc-pack-group {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 15px;
}
.woofc .woofc-cart--open .woofc-cart__body .woofc-card .woofc-card__body .woofc-products .woofc-pack-group .woofc-pack-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}
.woofc .woofc-cart--open .woofc-cart__body .woofc-card .woofc-card__body .woofc-products .woofc-pack-group .woofc-product {
  padding-left: 20px;
  border-left: 2px dashed #ccc;
  margin-left: 10px;
}
.woofc .woofc-cart--open .woofc-cart__body .woofc-card .woofc-card__body .woofc-products .woofc-pack-group .woofc-product .woofc-product__meta .woofc-product__title {
  font-size: 12px;
  text-transform: capitalize;
}
.woofc .woofc-cart--open .woofc-cart__body .woofc-card .woofc-card__body .woofc-products .woofc-pack-group .woofc-product:nth-of-type(2) {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
}
.woofc .woofc-cart--open .woofc-cart__body .woofc-card .woofc-card__body .woofc-products .woofc-pack-group .woofc-product:nth-of-type(2) .woofc-product__meta .woofc-product__title {
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
}
.woofc .woofc-cart--open .woofc-cart__body .woofc-card .woofc-card__body .woofc-products .woofc-pack-group .woofc-product:nth-of-type(2) .woofc-product__qty {
  display: none;
}
.woofc .woofc-cart--open .woofc-cart__body .woofc-card .woofc-card__body .woofc-products .woofc-product .woofc-product__meta .woofc-product__title #nota_producto {
  display: none;
}
.woofc .woofc-cart--open .woofc-cart__body .woofc-card .woofc-card__body .woofc-products .woofc-product .woofc-product__subtotal {
  display: none;
}
.woofc .woofc-cart--open .woofc-cart__body #woofc-cart-content ul.woofc-cart-products li.woofc-cart-product .nombre_catidad .woofc-cart-product__qty .woofc-cart-product__qty-plus, .woofc .woofc-cart--open .woofc-cart__body #woofc-cart-content ul.woofc-cart-products li.woofc-cart-product .nombre_catidad .woofc-cart-product__qty .woofc-cart-product__qty-minus {
  background: #f1f1f1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 35px;
  width: 35px;
}
.woofc .woofc-cart--open .woofc-cart__body #woofc-cart-content ul.woofc-cart-products li.woofc-cart-product .nombre_catidad .woofc-cart-product__qty .woofc-cart-product__qty-input {
  height: 35px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.pack-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pack-modal .pack-modal-content {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
}
.pack-modal .pack-modal-content .pack-close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.pack-modal .pack-modal-content h2#pack-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pack-modal .pack-modal-content #pack-items {
  margin-bottom: 20px;
}
.pack-modal .pack-modal-content #pack-items .pack-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.pack-modal .pack-modal-content #pack-items .pack-item span.product-name {
  margin-right: 15px;
  text-transform: capitalize;
}
.pack-modal .pack-modal-content #pack-items .pack-item input {
  height: 30px;
  width: 50px;
  margin-right: 15px;
}
.pack-modal .pack-modal-content #pack-items .pack-item .remove-pack-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F1F1F1;
  border: none;
  border-radius: 50%;
  color: white;
  height: 30px;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
}
.pack-modal .pack-modal-content .pack-modal-footer #add-pack-to-cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 10px;
  width: 120px;
  background: black;
  border-radius: 5px;
  border: solid 1px black !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 35px;
  margin-left: 10px;
}
.pack-modal .pack-modal-content .pack-modal-footer #add-pack-to-cart:hover {
  background: white;
  border: solid 1px black !important;
  color: black;
}

button.boton_filtrar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
  border-radius: 5px;
  border: solid 1px black;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0;
}
button.boton_filtrar:hover {
  background: white;
  color: black;
}

.pagina_login .wrap_general .wrap_login {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
}
.pagina_login .wrap_general .wrap_login .logo {
  text-align: center;
  margin-bottom: 20px;
}
.pagina_login .wrap_general .wrap_login .logo img {
  max-width: 120px;
}
.pagina_login .wrap_general .wrap_login .formulario_acceso #formulario-login-personalizado {
  background: white;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  max-width: 350px;
  margin: auto;
}
.pagina_login .wrap_general .wrap_login .formulario_acceso #formulario-login-personalizado p {
  width: 100%;
  margin-bottom: 15px;
}
.pagina_login .wrap_general .wrap_login .formulario_acceso #formulario-login-personalizado p label {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #333;
  width: 100%;
}
.pagina_login .wrap_general .wrap_login .formulario_acceso #formulario-login-personalizado p input {
  border: #aecaef solid 1px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  height: 40px;
  width: 100%;
}
.pagina_login .wrap_general .wrap_login .formulario_acceso #formulario-login-personalizado p #wp-submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
  border-radius: 40px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px black;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
}
.pagina_login .wrap_general .wrap_login .formulario_acceso #formulario-login-personalizado p #wp-submit:hover {
  background: white;
  border: solid 2px black;
  color: black;
}
.pagina_login .wrap_general .wrap_login .formulario_acceso #formulario-login-personalizado p.login-submit {
  text-align: center;
}
.pagina_login .wrap_general .wrap_login p.forgot-password {
  text-align: center;
}

.estilo_boton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* Establece un ancho y padding fijos */
  padding: 0 10px;
  min-width: 100px;
  background: black;
  border-radius: 10px;
  border: solid 1px black !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 35px;
}
.estilo_boton:hover {
  background: white;
  border: solid 1px black !important;
  color: black;
}

.pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .intro {
  width: 100%;
  margin-bottom: 40px;
}
.pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .productos_generales, .pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .pescados_mariscos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px;
  width: 180px;
}
.pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .productos_generales a .imagen, .pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .pescados_mariscos a .imagen {
  border-radius: 50%;
  border: solid 1px #0366a7;
  background: lightgrey;
  height: 180px;
  width: 180px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .productos_generales a p, .pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .pescados_mariscos a p {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 180px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .productos_generales a:hover .imagen, .pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .pescados_mariscos a:hover .imagen {
  opacity: 0.7;
}
.pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .productos_generales a:hover p, .pagina_clientes_tienda .wrap_general .fondo_paginas .wrap_tienda .wrap_modulos .pescados_mariscos a:hover p {
  color: grey;
}

.pagina_clientes_tienda_productos_general .wrap_general .fondo_paginas .wrap_tienda .titulo_tienda {
  margin-bottom: 20px;
}
.pagina_clientes_tienda_productos_general .wrap_general .fondo_paginas .wrap_tienda .titulo_tienda h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.pagina_clientes_tienda_pescados .wrap_general .fondo_paginas .wrap_tienda .titulo_tienda {
  margin-bottom: 20px;
}
.pagina_clientes_tienda_pescados .wrap_general .fondo_paginas .wrap_tienda .titulo_tienda h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.pagina_clientes_tienda_pescados .wrap_general .fondo_paginas .wrap_tienda .productos_con_pescados p.info {
  margin-bottom: 20px;
}
.pagina_clientes_tienda_pescados .wrap_general .fondo_paginas .wrap_tienda .productos_con_pescados .listado {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.pagina_clientes_tienda_pescados .wrap_general .fondo_paginas .wrap_tienda .productos_con_pescados .listado h3 {
  font-weight: bold;
  font-size: 20px;
}
.pagina_clientes_tienda_pescados .wrap_general .fondo_paginas .wrap_tienda .productos_con_pescados .area_pedidos_especiales {
  margin-top: 100px;
}

.pagina_clientes_pedidos .wrap_general .fondo_paginas .intro {
  margin-bottom: 20px;
  line-height: 1.3em;
}

.pagina_clientes_pedido_detalles .wrap_general .fondo_paginas .wrap_pedidos_detalles .titular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.pagina_clientes_pedido_detalles .wrap_general .fondo_paginas .wrap_pedidos_detalles .titular p {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.pagina_clientes_pedido_detalles .wrap_general .fondo_paginas .wrap_pedidos_detalles h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.pagina_pescados_inicio .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina {
  position: relative;
}
.pagina_pescados_inicio .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .exportar {
  position: absolute;
  right: 20px;
  top: 20px;
}
.pagina_pescados_inicio .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .estilo_tabla {
  font-size: 12px;
}
.pagina_pescados_inicio .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .estilo_tabla thead {
  text-align: center;
}
.pagina_pescados_inicio .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina p.mensaje_no_hay {
  text-align: center;
  font-style: italic;
  margin-top: 70px;
}

.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .titulo_edicion {
  margin-bottom: 30px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .titulo_edicion h3 {
  color: #0366a7;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .titulo_edicion .conexion_balanza {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -ms-inline-grid;
  display: inline-grid;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .titulo_edicion .conexion_balanza button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 10px;
  background: #0366a7;
  border-radius: 10px;
  border: solid 1px #0366a7 !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 40px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .titulo_edicion .conexion_balanza button:hover {
  background: white;
  border: solid 1px #0366a7 !important;
  color: #0366a7;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 10px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .informacion_totales p.producto_nombre {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .informacion_totales .detalles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .informacion_totales .detalles .dato {
  background-color: #e0f7fa;
  border: 1px solid #b2ebf2;
  padding: 8px;
  border-radius: 4px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-size: 16px;
  margin-bottom: 8px;
  color: #555;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .informacion_totales .detalles .dato .solicitado {
  margin-right: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .informacion_totales .detalles .dato .solicitado .valor {
  color: green;
  font-size: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .informacion_totales .detalles .dato .despachando .se-esta-despachando {
  color: blue;
  font-size: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .informacion_totales .detalles .despacho-final .valor .total-cantidad-producto {
  color: #b22222;
  font-size: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla {
  margin-bottom: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla thead tr th {
  text-align: center;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla thead tr th.elegir {
  width: 50px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla thead tr th.nombre {
  width: 120px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td {
  text-align: center;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  min-width: 70px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td label input[type=checkbox] {
  display: none;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td label input[type=checkbox]:checked + .checkmark {
  background-color: #009ade;
  border-color: #009ade;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td label input[type=checkbox]:checked + .checkmark:after {
  display: block;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td label .checkmark {
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin: auto;
  position: relative;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td input[type=number] {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  padding-left: 5px;
  height: 35px;
  width: 60px;
  font-size: 16px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td input[type=text] {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  padding-left: 5px;
  height: 35px;
  width: 150px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td select {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  padding-left: 5px;
  height: 35px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td .proveedores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td .proveedores .proveedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td .borrar_item_especial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 10px;
  width: 100px;
  background: black;
  border-radius: 10px;
  border: solid 1px black !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 35px;
  margin: auto;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_productos_especiales .bloque_producto_especial form.form_editar_producto_especial .estilo_tabla tbody tr td .borrar_item_especial:hover {
  background: white;
  border: solid 1px black !important;
  color: black;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria {
  margin-bottom: 40px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 8px;
  margin: 16px 0;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .categoria_nombre {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .dato {
  background-color: #e0f7fa;
  border: 1px solid #b2ebf2;
  padding: 8px;
  border-radius: 4px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-size: 16px;
  margin-bottom: 8px;
  color: #555;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .dato .solicitado {
  margin-right: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .dato .solicitado .valor {
  color: green;
  font-size: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .dato .solicitado .deglose {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .dato .solicitado .deglose span {
  margin-right: 10px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .dato .solicitado .deglose span:last-child {
  margin-right: 0;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .dato .despachando .se-esta-despachando {
  color: blue;
  font-size: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .despacho-final .valor .total-cantidad-categoria {
  color: #b22222;
  font-size: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .estado {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 16px;
  margin-top: 4px;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .estado.estado-normal {
  background-color: #4caf50;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .informacion_totales .detalles .estado.estado-excedido {
  background-color: #f44336;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden {
  margin-bottom: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla {
  margin-bottom: 10px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla thead tr th {
  text-align: center;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla thead tr th.elegir {
  width: 50px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla thead tr th.nombre {
  width: 120px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td {
  text-align: center;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  min-width: 70px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td label input[type=checkbox] {
  display: none;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td label input[type=checkbox]:checked + .checkmark {
  background-color: #009ade;
  border-color: #009ade;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td label input[type=checkbox]:checked + .checkmark:after {
  display: block;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td label .checkmark {
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin: auto;
  position: relative;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td input[type=number] {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  padding-left: 5px;
  height: 35px;
  width: 60px;
  font-size: 16px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td input[type=text] {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  padding-left: 5px;
  height: 35px;
  width: 150px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td select {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  padding-left: 5px;
  height: 35px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td .proveedores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td .proveedores .proveedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td .borrar_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 10px;
  width: 100px;
  background: black;
  border-radius: 10px;
  border: solid 1px black !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 35px;
  margin: auto;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria form.form_agregar_producto_a_orden table.estilo_tabla tbody tr td .borrar_item:hover {
  background: white;
  border: solid 1px black !important;
  color: black;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .wrap_actualizar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .wrap_actualizar input[type=submit] {
  margin: 0;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .bloque_categoria .wrap_actualizar .calculadora {
  margin-left: 20px;
  font-size: 30px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .mariscos .informacion_totales .detalles .dato, .pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .mariscos .informacion_totales .detalles .estado {
  display: none;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos .mariscos .informacion_totales .detalles .despacho-final {
  display: block;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos input[type=number]::-webkit-inner-spin-button,
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .area_cambio_productos input[type=number] {
  -moz-appearance: textfield;
  max-width: 90px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .cambiar_estado {
  margin-top: 90px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .cambiar_estado button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 10px;
  min-width: 150px;
  background: #0366a7;
  border-radius: 10px;
  border: solid 1px #0366a7 !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  height: 50px;
  margin-right: 20px;
}
.pagina_pescados_editar .wrap_general .fondo_paginas .wrap_pescados_gestion .cambiar_estado button:hover {
  background: white;
  border: solid 1px #0366a7 !important;
  color: #0366a7;
}

.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque {
  margin-bottom: 90px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque h3 {
  font-weight: bold;
  color: #0366a7;
  margin-bottom: 5px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table {
  margin-bottom: 15px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table thead tr th.columna_seleccionar {
  width: 80px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table thead tr th.columna_nombre {
  width: 250px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  min-width: 70px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td label input[type=checkbox] {
  display: none;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td label input[type=checkbox]:checked + .checkmark {
  background-color: #009ade;
  border-color: #009ade;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td label input[type=checkbox]:checked + .checkmark:after {
  display: block;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td label .checkmark {
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td input[type=number] {
  border: #aecaef solid 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  padding-left: 15px;
  height: 35px;
  width: 60px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td.categorias-producto .selector-categorias label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  cursor: pointer;
  width: auto;
  margin-right: 10px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td.categorias-producto .selector-categorias label input[type=checkbox] {
  display: block;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td.categorias-producto .selector-categorias label .checkmark {
  display: none;
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-left: 5px;
  position: relative;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td.categorias-producto .selector-categorias label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form table tbody tr td.categorias-producto button.editar-categorias {
  margin-top: 10px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form .wrap_actualizar input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 10px;
  min-width: 100px;
  background: black;
  border-radius: 10px;
  border: solid 1px black !important;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 40px;
  margin-right: 20px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .bloque form .wrap_actualizar input[type=submit]:hover {
  background: white;
  border: solid 1px black !important;
  color: black;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  border-top: solid #ccc 1px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto h3 {
  font-weight: bold;
  color: #0366a7;
  margin-bottom: 20px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto .info form .campo {
  margin-bottom: 20px;
  max-width: 350px;
  width: 100%;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto .info form .campo label {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #333;
  width: 100%;
  margin-bottom: 5px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto .info form .campo input {
  border: #aecaef solid 1px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  height: 40px;
  width: 100%;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto .info form .campo select {
  border: #aecaef solid 1px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  height: 40px;
  width: 100%;
  max-width: 350px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto .info form .campo .categorias-checkboxes {
  margin-top: 20px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto .info form .campo .categorias-checkboxes label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto .info form .campo .categorias-checkboxes label input[type=checkbox] {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto .info form .boton_agre_prod {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
  border-radius: 10px;
  border: solid 1px black;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 30px;
}
.pagina_pescados_productos .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina .agregar_producto .info form .boton_agre_prod:hover {
  border: solid 1px black;
  background: white;
  color: black;
}

.pagina_pescados_restaurantes .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.pagina_pescados_restaurantes .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina form#form_ver_productos_especiales .wrap_listado_resta .restaurante {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagina_pescados_restaurantes .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina form#form_ver_productos_especiales .wrap_listado_resta .restaurante p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin: 0;
  text-transform: uppercase;
}
.pagina_pescados_restaurantes .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina form#form_ver_productos_especiales .wrap_listado_resta .restaurante label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 70px;
  margin: 0;
}
.pagina_pescados_restaurantes .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina form#form_ver_productos_especiales .wrap_listado_resta .restaurante label input[type=checkbox] {
  display: none;
}
.pagina_pescados_restaurantes .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina form#form_ver_productos_especiales .wrap_listado_resta .restaurante label input[type=checkbox]:checked + .checkmark {
  background-color: #009ade;
  border-color: #009ade;
}
.pagina_pescados_restaurantes .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina form#form_ver_productos_especiales .wrap_listado_resta .restaurante label input[type=checkbox]:checked + .checkmark:after {
  display: block;
}
.pagina_pescados_restaurantes .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina form#form_ver_productos_especiales .wrap_listado_resta .restaurante label .checkmark {
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin: auto;
  position: relative;
}
.pagina_pescados_restaurantes .wrap_general .fondo_paginas .wrap_pescados_gestion .contenido_pagina form#form_ver_productos_especiales .wrap_listado_resta .restaurante label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ===========================
   ESTILOS PAGINA PESCADOS MIX
   (Adaptado a FukuTrading)
=========================== */
.pagina_pescados_mix .contenido_pagina {
  padding: 20px 0;
  width: 100%;
}
.pagina_pescados_mix {
  /* Caja blanca estilo Fuku */
}
.pagina_pescados_mix .box_white {
  background: white;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 4px 27px rgba(12, 14, 13, 0.15);
          box-shadow: 0px 4px 27px rgba(12, 14, 13, 0.15);
}
.pagina_pescados_mix h2 {
  color: #0a315b;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
}
.pagina_pescados_mix .subrayado {
  width: 70px;
  height: 4px;
  background: #009ade;
  margin-bottom: 25px;
  border-radius: 4px;
}
.pagina_pescados_mix {
  /* ------------------------------
     FORMULARIO CREAR PADRE
  -------------------------------- */
}
.pagina_pescados_mix .form_estandar .fila_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 20px;
}
.pagina_pescados_mix .form_estandar .fila_form .btn_primary {
  margin: 0 0 20px 0;
}
.pagina_pescados_mix .form_estandar .fila_form .col_form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pagina_pescados_mix .form_estandar .fila_form .col_form label {
  display: block;
  font-size: 14px;
  color: #0a315b;
  font-weight: 600;
  margin-bottom: 5px;
}
.pagina_pescados_mix .form_estandar .fila_form .col_form input[type=text],
.pagina_pescados_mix .form_estandar .fila_form .col_form input[type=number] {
  width: 100%;
  border: #e8eaeb solid 1px;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
}
.pagina_pescados_mix .form_estandar .btn_primary {
  background: #009ade;
  color: white;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.pagina_pescados_mix .form_estandar .btn_primary:hover {
  background: #0a315b;
}
.pagina_pescados_mix {
  /* ------------------------------
     TABLA DE PRODUCTOS HIJO
  -------------------------------- */
}
.pagina_pescados_mix .tabla_productos {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pagina_pescados_mix .tabla_productos thead th {
  background: #f1f4f5;
  color: #0a315b;
  padding: 12px;
  border-bottom: 2px solid #e8eaeb;
  font-weight: 700;
  text-align: left;
}
.pagina_pescados_mix .tabla_productos tbody tr {
  border-bottom: 1px solid #e8eaeb;
}
.pagina_pescados_mix .tabla_productos tbody tr:hover {
  background: #fafafa;
}
.pagina_pescados_mix .tabla_productos tbody tr td {
  padding: 12px;
  vertical-align: middle;
}
.pagina_pescados_mix .tabla_productos tbody tr select {
  width: 100%;
  border: #e8eaeb solid 1px;
  border-radius: 10px;
  font-size: 14px;
}
.pagina_pescados_mix .tabla_productos tbody tr .input_rendimiento {
  width: 100%;
  border: #e8eaeb solid 1px;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 14px;
}
.pagina_pescados_mix .tabla_productos tbody tr .guardar-rendimiento {
  background: #009ade;
  border-radius: 10px;
  padding: 8px 15px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.pagina_pescados_mix .tabla_productos tbody tr .guardar-rendimiento:hover {
  background: #0a315b;
}

.btn_danger {
  background: #d9534f;
  border-radius: 10px;
  padding: 8px 15px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.btn_danger:hover {
  background: #b52b27;
}

.tabla_mix {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  font-size: 14px;
}
.tabla_mix th, .tabla_mix td {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
}
.tabla_mix thead th {
  background: #0a315b;
  color: white;
  font-weight: bold;
}
.tabla_mix tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.tabla_mix tfoot tr {
  background: #eaf3ff;
  font-weight: bold;
  font-size: 15px;
}

.filtro_mix .fila_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.filtro_mix .fila_form .col_form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.filtro_mix .fila_form .col_form input[type=date] {
  width: 100%;
}
.filtro_mix .fila_form .col_form .btn_primary {
  padding: 10px 20px;
}

/* ===========================
   LOADING OVERLAY FUKU
=========================== */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#loading .loading-spinner {
  width: 55px;
  height: 55px;
  border: 6px solid #e8eaeb;
  border-top: 6px solid #009ade;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-bottom: 15px;
}
#loading p {
  font-size: 16px;
  color: #0a315b;
  font-weight: 600;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

/* Animación del spinner */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.revision, .enrevision {
  background: blue;
  color: white;
}

.proceso, .enproceso {
  background: greenyellow;
}

.archivo, .cerrado {
  background: skyblue;
}

.vencido {
  background: red;
  color: white;
}

.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .bienvenida, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .bienvenida, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .bienvenida, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .bienvenida, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .bienvenida, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .bienvenida {
  margin-bottom: 20px;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .bienvenida p, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .bienvenida p, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .bienvenida p, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .bienvenida p, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .bienvenida p, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .bienvenida p {
  font-weight: bold;
  font-size: 20px;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .col_descargar, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .col_descargar, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .col_descargar, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .col_descargar, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .col_descargar, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .col_descargar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .col_descargar .exportar_los_reclamos, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .col_descargar .exportar_los_reclamos, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .col_descargar .exportar_los_reclamos, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .col_descargar .exportar_los_reclamos, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .col_descargar .exportar_los_reclamos, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .col_descargar .exportar_los_reclamos {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0366a7;
  border: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  height: 35px;
  width: 100px;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .col_descargar .exportar_los_reclamos:hover, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .col_descargar .exportar_los_reclamos:hover, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .col_descargar .exportar_los_reclamos:hover, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .col_descargar .exportar_los_reclamos:hover, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .col_descargar .exportar_los_reclamos:hover, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .col_descargar .exportar_los_reclamos:hover {
  background: #009ade;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .fecha_inicio_reclamos, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .fecha_fin_reclamos, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .fecha_inicio_reclamos, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .fecha_fin_reclamos, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .fecha_inicio_reclamos, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .fecha_fin_reclamos, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .fecha_inicio_reclamos, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .fecha_fin_reclamos, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .fecha_inicio_reclamos, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .fecha_fin_reclamos, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .fecha_inicio_reclamos, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .fecha_fin_reclamos {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  width: 150px;
  margin: 0 20px 0 5px;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .nombres_clientes, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .nombres_clientes, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .nombres_clientes, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .nombres_clientes, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .nombres_clientes, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .nombres_clientes {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  margin: 0 20px 0 5px;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .boton_filtrar, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .boton_filtrar, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .boton_filtrar, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .boton_filtrar, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro .boton_filtrar, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro .boton_filtrar {
  height: 40px;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro a.btn_limpiar, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro a.btn_limpiar, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro a.btn_limpiar, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro a.btn_limpiar, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro a.btn_limpiar, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro a.btn_limpiar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #009ade;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #009ade;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin: 0 5px 0 5px;
  text-decoration: none;
  width: 100px;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro a.btn_limpiar:hover, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro a.btn_limpiar:hover, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro a.btn_limpiar:hover, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro a.btn_limpiar:hover, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro a.btn_limpiar:hover, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro a.btn_limpiar:hover {
  background: white;
  color: #009ade;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro button.exportar_los_pedidos, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro button.exportar_los_pedidos, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro button.exportar_los_pedidos, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro button.exportar_los_pedidos, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro button.exportar_los_pedidos, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro button.exportar_los_pedidos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0366a7;
  border-radius: 5px;
  border: solid 1px #0366a7;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0;
}
.pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro button.exportar_los_pedidos:hover, .pagina_reclamos_inicio .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro button.exportar_los_pedidos:hover, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro button.exportar_los_pedidos:hover, .pagina_reclamos_descargar .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro button.exportar_los_pedidos:hover, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_gestion .form_filtro button.exportar_los_pedidos:hover, .pagina_reclamos_pedidos .wrap_general .fondo_paginas .wrap_reclamos_pedidos .form_filtro button.exportar_los_pedidos:hover {
  background: white;
  color: #0366a7;
}

.pagina_reclamo_detalles .wrap_general .fondo_paginas .wrap_reclamos_gestion form .estado_reclamo {
  width: 100%;
}
.pagina_reclamo_detalles .wrap_general .fondo_paginas .wrap_reclamos_gestion form .estado_reclamo p.info_estado span {
  color: #e8404d;
  font-weight: bold;
  text-transform: capitalize;
}
.pagina_reclamo_detalles .wrap_general .fondo_paginas .wrap_reclamos_gestion form .boton_actualizar input.btn_negro {
  width: 170px;
  margin: 0;
}

/* =====================================================
   FULL CONGELADOS - BASE
   ===================================================== */
.fc-wrap {
  padding: 42px 0;
  background: #f4f6f9;
  min-height: calc(100vh - 120px);
  /* =====================
     CONTAINER
  ===================== */
}
.fc-wrap .fc-container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.fc-wrap {
  /* =====================
     HEADER
  ===================== */
}
.fc-wrap .fc-header {
  margin-bottom: 28px;
}
.fc-wrap .fc-header .fc-title {
  font-size: 28px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
}
.fc-wrap .fc-header .fc-subtitle {
  font-size: 14px;
  color: #6b7280;
}
.fc-wrap {
  /* =====================================================
     COMPONENTES GLOBALES
     ===================================================== */
}
.fc-wrap .fc-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.fc-wrap .fc-btn--primary {
  background: #2f3e8f;
  color: #fff;
}
.fc-wrap .fc-btn--primary:hover {
  background: rgb(36.9073684211, 48.6863157895, 112.2926315789);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.fc-wrap .fc-btn--secondary {
  background: #f3f4f6;
  color: #1f2937;
  border: 1px solid #e5e7eb;
}
.fc-wrap .fc-btn--secondary:hover {
  background: #e5e7eb;
}
.fc-wrap .fc-input,
.fc-wrap .fc-select,
.fc-wrap .fc-textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fc-wrap .fc-input:focus,
.fc-wrap .fc-select:focus,
.fc-wrap .fc-textarea:focus {
  outline: none;
  border-color: #2f3e8f;
  -webkit-box-shadow: 0 0 0 2px rgba(47, 62, 143, 0.1);
          box-shadow: 0 0 0 2px rgba(47, 62, 143, 0.1);
}
.fc-wrap .fc-textarea {
  min-height: 95px;
  resize: vertical;
}
.fc-wrap {
  /* =====================================================
     TABLAS
     ===================================================== */
}
.fc-wrap .fc-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.fc-wrap .fc-table thead {
  background: #f7f8fa;
}
.fc-wrap .fc-table thead th {
  text-align: left;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
}
.fc-wrap .fc-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}
.fc-wrap .fc-table tbody tr:last-child {
  border-bottom: none;
}
.fc-wrap .fc-table tbody tr td {
  padding: 12px 16px;
  font-size: 14px;
}
.fc-wrap {
  /* =====================================================
     PEDIDOS LISTADO
     ===================================================== */
}
.fc-wrap.fc-pedidos .fc-actions {
  margin-bottom: 24px;
}
.fc-wrap.fc-pedidos .fc-card {
  padding: 0;
}
.fc-wrap {
  /* =====================================================
     HACER PEDIDO
     ===================================================== */
}
.fc-wrap.fc-pedidos-nuevo .fc-card-general {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 26px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.fc-wrap.fc-pedidos-nuevo .fc-card-subcliente {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 28px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.fc-wrap.fc-pedidos-nuevo .fc-card-subcliente .fc-card-header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
}
.fc-wrap.fc-pedidos-nuevo .fc-card-subcliente .fc-card-header .fc-subcliente-select-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
  width: 50%;
  max-width: 300px;
}
.fc-wrap.fc-pedidos-nuevo .fc-card-subcliente .fc-card-header .fc-eliminar-bloque {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 45px;
  width: 100px;
}
.fc-wrap.fc-pedidos-nuevo .fc-card-subcliente .fc-card-body .fc-add-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fc-wrap.fc-pedidos-nuevo .fc-card-subcliente .fc-card-body .fc-add-product-wrap select.fc-select-salmon {
  max-width: 300px;
  margin-right: 20px;
}
.fc-wrap.fc-pedidos-nuevo .fc-card-subcliente .fc-card-body .fc-productos-dinamicos .fc-producto-row {
  -ms-grid-columns: 1fr 120px 150px 150px 36px;
  grid-template-columns: 1fr 120px 150px 150px 36px;
}
.fc-wrap.fc-pedidos-nuevo .fc-producto-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 120px 16px 50px 16px 36px;
  grid-template-columns: 1fr 120px 50px 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e7eb;
}
.fc-wrap.fc-pedidos-nuevo .fc-producto-row:last-child {
  border-bottom: none;
}
.fc-wrap.fc-pedidos-nuevo .fc-form-actions {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fc-wrap {
  /* =====================================================
     VER PEDIDO (AJUSTE FINO)
     ===================================================== */
}
.fc-wrap.fc-ver-pedido .fc-header {
  margin-bottom: 18px;
}
.fc-wrap.fc-ver-pedido .fc-card {
  padding: 22px;
  margin-bottom: 26px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.fc-wrap.fc-ver-pedido .fc-card-info {
  margin-bottom: 28px;
}
.fc-wrap.fc-ver-pedido .fc-info-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.fc-wrap.fc-ver-pedido .fc-info-grid label {
  font-size: 12px;
  color: #6b7280;
  display: block;
  margin-bottom: 4px;
}
.fc-wrap.fc-ver-pedido .fc-info-grid p {
  font-size: 14px;
  font-weight: 500;
}
.fc-wrap.fc-ver-pedido .fc-subcliente-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 14px;
}
.fc-wrap.fc-ver-pedido .fc-card-observaciones {
  background: #f7f8fa;
}
.fc-wrap.fc-ver-pedido .fc-form-actions {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fc-wrap.fc-ver-pedido .fc-badge {
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}
.fc-wrap.fc-ver-pedido .fc-badge--warning {
  background: #fff3cd;
  color: #856404;
}
.fc-wrap {
  /* =====================================================
   SUBCLIENTES
   ===================================================== */
}
.fc-wrap.fc-subclientes .fc-actions {
  margin-bottom: 18px;
}
.fc-wrap.fc-subclientes .fc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.fc-wrap.fc-subclientes {
  /* =========================
     TOOLBAR
  ========================== */
}
.fc-wrap.fc-subclientes .fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.fc-wrap.fc-subclientes .fc-toolbar .fc-select {
  min-width: 180px;
  max-width: 240px;
}
.fc-wrap.fc-subclientes .fc-bulk-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fc-wrap.fc-subclientes {
  /* =========================
     TABLA
  ========================== */
}
.fc-wrap.fc-subclientes .fc-table-responsive {
  overflow-x: auto;
}
.fc-wrap.fc-subclientes .fc-table thead th:first-child {
  text-align: center;
  width: 40px;
}
.fc-wrap.fc-subclientes .fc-table tbody td:first-child {
  text-align: center;
}
.fc-wrap.fc-subclientes .fc-table tbody tr:hover {
  background: #f9fafb;
}
.fc-wrap.fc-subclientes {
  /* =========================
     BADGES ESTADO
  ========================== */
}
.fc-wrap.fc-subclientes .fc-badge {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.fc-wrap.fc-subclientes .fc-badge--activo {
  background: #e6f4ea;
  color: #1e7e34;
}
.fc-wrap.fc-subclientes .fc-badge--inactivo {
  background: #fdecea;
  color: #b02a37;
}

/* =======================
   MODAL BASE
======================= */
.fc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fc-modal-hidden {
  display: none;
}

.fc-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.fc-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 720px;
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  z-index: 2;
  max-height: 90vh;
  overflow-y: auto;
}

/* =======================
   ESTRUCTURA
======================= */
.fc-modal__header {
  margin-bottom: 18px;
}

.fc-modal__title {
  font-size: 20px;
  font-weight: 600;
}

.fc-modal__body {
  margin-bottom: 20px;
}

.fc-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}

/* =======================
   GRID SISTEMA
======================= */
.fc-grid {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.fc-grid--1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.fc-grid--2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.fc-grid--3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.fc-grid--4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.fc-grid--5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

/* =======================
   CAMPOS
======================= */
.fc-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.fc-field label {
  font-size: 13px;
  font-weight: 500;
}

.fc-input,
.fc-select,
.fc-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.fc-input:focus,
.fc-select:focus,
.fc-textarea:focus {
  border-color: #111;
  outline: none;
}

.fc-textarea {
  min-height: 80px;
  resize: vertical;
}

/* =======================
   BOTONES
======================= */
.fc-btn {
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fc-btn--primary {
  background: #111;
  color: #fff;
}

.fc-btn--primary:hover {
  opacity: 0.9;
}

.fc-btn--secondary {
  background: #f2f2f2;
  color: #333;
}

.fc-btn--secondary:hover {
  background: #e5e5e5;
}

.fc-btn--dark {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fc-btn--dark:hover {
  background: #222;
  border-color: #222;
}

/* =======================
   VER PEDIDO
======================= */
.fc-ver-pedido .fc-container {
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
}
.fc-ver-pedido #fc_datos_generales {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
.fc-ver-pedido #fc_datos_generales::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#0366a7), to(rgb(4.35, 147.9, 242.15)));
  background: linear-gradient(90deg, #0366a7 0%, rgb(4.35, 147.9, 242.15) 100%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.fc-ver-pedido #fc_datos_generales .fc-info-grid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}
.fc-ver-pedido #fc_datos_generales .fc-info-grid div label {
  font-size: 11px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1em;
}
.fc-ver-pedido #fc_datos_generales .fc-info-grid div p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
}
.fc-ver-pedido #fc_datos_generales .info_pedido_original .item {
  font-size: 16px;
  font-weight: normal;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente .fc-card-header {
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e5e7eb;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente .fc-card-header h3 {
  color: #0366a7;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente .fc-card-header .fc-subcliente-pedido {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente .fc-card-header .fc-subcliente-pedido h4 {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  margin: 0;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente .fc-card-header .fc-subcliente-pedido .fc-subcliente-item {
  background: #e8eefc;
  color: #1e3a8a;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente .fc-card-header .fc-subcliente-pedido .fc-subcliente-item strong {
  font-weight: 700;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho thead th {
  padding: 8px 10px;
  font-size: 12px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho tbody tr {
  font-size: 12px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho tbody tr td {
  padding: 6px 8px;
  vertical-align: middle;
  font-size: 12px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho tbody tr input.fc-input,
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho tbody tr select.fc-select {
  padding: 6px 8px;
  font-size: 12px;
  height: 32px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho tbody tr .fc-total {
  background: #f3f4f6;
  font-weight: 600;
  text-align: center;
  width: 90px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho tbody tr .fc-paquetes {
  text-align: center;
  width: 50px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho tbody tr .fc-cant-prov {
  width: 60px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho tbody tr .fc-proveedor, .fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho tbody tr .fc-preparacion-despacho {
  min-width: 130px;
}
.fc-ver-pedido #fc_subclientes_container .fc-card-subcliente table.fc-table-despacho tbody tr .fc-check {
  width: 18px;
  height: 18px;
}
.fc-ver-pedido .fc-form-actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 14px;
}
.fc-ver-pedido .fc-form-actions .fc-btn {
  min-width: 140px;
}

/* =====================================================
   PEDIDOS EXTRAS - BASE (ANTES FC)
   ===================================================== */
.pe-wrap {
  padding: 42px 0;
  background: #f4f6f9;
  min-height: calc(100vh - 120px);
  /* =====================
     CONTAINER
  ===================== */
}
.pe-wrap .pe-container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.pe-wrap {
  /* =====================
     HEADER
  ===================== */
}
.pe-wrap .pe-header {
  margin-bottom: 28px;
}
.pe-wrap .pe-header .pe-title {
  font-size: 28px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
}
.pe-wrap .pe-header .pe-subtitle {
  font-size: 14px;
  color: #6b7280;
}
.pe-wrap {
  /* =====================
     BOTONES
  ===================== */
}
.pe-wrap .pe-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.pe-wrap .pe-btn--primary {
  background: #2f3e8f;
  color: #fff;
}
.pe-wrap .pe-btn--primary:hover {
  background: rgb(36.9073684211, 48.6863157895, 112.2926315789);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.pe-wrap .pe-btn--secondary {
  background: #f3f4f6;
  color: #1f2937;
  border: 1px solid #e5e7eb;
}
.pe-wrap .pe-btn--secondary:hover {
  background: #e5e7eb;
}
.pe-wrap {
  /* =====================
     INPUTS
  ===================== */
}
.pe-wrap .pe-input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pe-wrap .pe-input:focus {
  outline: none;
  border-color: #2f3e8f;
  -webkit-box-shadow: 0 0 0 2px rgba(47, 62, 143, 0.1);
          box-shadow: 0 0 0 2px rgba(47, 62, 143, 0.1);
}
.pe-wrap {
  /* =====================
     GRID / FILTROS
  ===================== */
}
.pe-wrap .pe-grid {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}
.pe-wrap .pe-grid--4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.pe-wrap .pe-grid--5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.pe-wrap .pe-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.pe-wrap .pe-field label {
  font-size: 13px;
  font-weight: 500;
}
.pe-wrap {
  /* =====================
     CARDS
  ===================== */
}
.pe-wrap .pe-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.pe-wrap .pe-filtros {
  padding: 18px 22px;
}
.pe-wrap {
  /* =====================
     TABLA
  ===================== */
}
.pe-wrap .pe-table-responsive {
  overflow-x: auto;
}
.pe-wrap .pe-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.pe-wrap .pe-table thead {
  background: #f7f8fa;
}
.pe-wrap .pe-table thead th {
  text-align: left;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
}
.pe-wrap .pe-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}
.pe-wrap .pe-table tbody tr:hover {
  background: #f9fafb;
}
.pe-wrap .pe-table tbody tr:last-child {
  border-bottom: none;
}
.pe-wrap .pe-table tbody tr td {
  padding: 12px 16px;
  font-size: 14px;
}