@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Clearfix */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
/* Grayscale */
/* Animation */
/* Cross browser opacity */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
/* ¡¡¡Atención!!! Estas cuatro primeras variables también hay que cambiarlas en la template hijo (si existiera) y volver a compilar los módulos.*/
/* Colors */
.breadcrumb {
  font-size: 18px;
  color: #dc8a93; }
  .breadcrumb > .container {
    padding-top: 25px;
    padding-bottom: 20px; }
  .breadcrumb p {
    padding: 0;
    font-size: 16px; }
  .breadcrumb span {
    color: #989898; }
    .breadcrumb span a {
      color: #989898; }
      .breadcrumb span a span {
        opacity: 1; }
      .breadcrumb span a:hover {
        text-decoration: none; }
        .breadcrumb span a:hover span {
          color: #b81325; }
    .breadcrumb span span {
      opacity: 0.5;
      color: #989898; }
