
.sticky {
    background-color: #002400;
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    z-index: 1100;
}
.sticky .row .col-4 {
  vertical-align: middle;
  text-align: center;
}
.sticky .row .col-4 a {
  color: #FFF;
}
.sticky .row .col-4 a:hover {
  color: #FFC900;
}
.sticky .row .col-4 span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 10px;
}
.sticky .row .col-4 i {
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sticky {
    background-color: #002400;
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 1100;
  }
  .sticky .row .col-4 i {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
  .sticky .row .col-4 span {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 5px;
    line-height: 100%;
  }
}
    
small.bloque {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: smaller;
  display: block;
  color: #818586; }
    
    
div#blog-content h2,
div#blog-content h3,
div#blog-content h4 {
  text-align: left;
}
div#blog-content h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #604011;
}
div#blog-content p {
  text-align: justify;
  font-size: 16px;
}
div#blog-content ul li,
div#blog-content ol li {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: justify;
}
div#blog-content ul li strong:first-child,
div#blog-content ol li strong:first-child {
  text-transform: uppercase;
  color: #016762;
}

div#tabla-contenidos li {
  font-size: 14px;
  margin-bottom: 0px;
}
div#tabla-contenidos li a {
  color: #60c7c1;
}
div#tabla-contenidos li a:hover {
  color: #01A59C;
}
div#tabla-contenidos hr {
  margin-bottom: 20px;
}

.creditos {
  color: #FFF;
}

.text-content h3 {
  margin-bottom: 30px;
}
.text-content p {
  text-align: justify;
}


.text-content img.imgref {
  margin: 20px auto 30px auto;
}

.text-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;

  li {
    position: relative;
    padding: 0 0 10px 25px;
    margin: 0 0 10px 0;
    
    &:before {
      content: "\f192";
      position: absolute;
      top: 0;
      left: 0;
      font-family: Font Awesome\ 5 Free;
      color: #00A211;
    }
    &:first-child {
      padding-top: 10px;
      &:before {
        top: 11px;
      }
    }
    &:last-child {
      border-bottom: 0;
      margin-bottom: 0;
    }
  }

  &.list-style-color li {
    border-color: rgba(255, 255, 255, 0.15);

    &:before {
      color: #232323;
    }
  }
}




.servicio-legal {
  display: block;
  margin-bottom: 50px;
}
.servicio-legal p {
  display: block;
  text-align: justify;
}

ul.centrado-y-sin-vinetas {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

ul.centrado-y-sin-vinetas li {
    margin-bottom: 10px;
    position: relative; /* Necesario para que no herede estilos con pseudoelementos */
}

ul.centrado-y-sin-vinetas li::before {
    content: none !important; /* Elimina cualquier contenido :before, incluido el ícono */
}

.text-justify p,
.text-justify ul li {
  text-align: justify;
}

.text-content-left {
  text-align: left;
}
.text-content-left p a:after {
  content: none !important;
  margin: 0 !important;
  display: none !important;
}