
.sticky {
    background-color: #093D62;
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 1100;
}
.sticky .row .col-6 {
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
}
.sticky .separacion {
  border-left: 1px solid #9BC1E4;
}
.sticky .row .col-6 a {
  padding: 0px;
  margin: 0px;
  color: #FFF;
  font-size: 20px;
}
.sticky .row .col-6 a:hover {
  color: #9BC1E4;
}
.sticky .row .col-6 span {
  text-transform: uppercase;
  
  padding-bottom: 0px;
  margin-left: 10px;
}
.sticky .row .col-6 i {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sticky {
    background-color: #093D62;
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 1100;
    padding-bottom: 30px;
  }
  .sticky .row .col-6 {
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    text-align: center;
  }
  .sticky .separacion {
    border-left: 1px solid #9BC1E4;
  }
  .sticky .row .col-6 i {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
  .sticky .row .col-6 span {
    display: block;
    padding: 0px;
    margin: 0px;
    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 #385C79;
}


/* SUBTÍTULOS */
div#blog-content h2 {
  font-size: clamp(2rem, 2.2vw + 0.8rem, 2.6rem);
  color: #093D62;
  border-bottom: 1px solid #093D62;
  padding-bottom: 8px;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* SUBSECCIONES */
div#blog-content h3 {
  font-size: clamp(1.5rem, 1.6vw + 0.6rem, 2rem);
  color: #093D62;
  font-weight: 600;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 12px;
}

/* SUBTÍTULOS MENORES O BLOQUES DENTRO DE LISTAS */
div#blog-content p.lead,
div#blog-content h4 {
  font-size: clamp(1.25rem, 1.2vw + 0.4rem, 1.6rem);
  color: #252525;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: none;
}



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: #385C79;
}
div#blog-content strong {
  color: #385C79;
}


/* TABLA DE CONTENIDOS */
div#tabla-contenidos > ol {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 60px;
}

div#tabla-contenidos > ol > li {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 125%;
}

div#tabla-contenidos > ol > li a {
  color: #385C79;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-bottom: 10px;
}

div#tabla-contenidos > ol > li a:hover {
  color: #093D62;
}

div#tabla-contenidos > ol > li > ul {
  margin-top: 0px;
  margin-bottom: 0;
  padding-left: 0px;
}

div#tabla-contenidos > ol > li > ul > li {
    margin-top: 10px;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    padding-left: 0px;
    line-height: 100%;
}

div#tabla-contenidos > ol > li > ul > li::before {
    content: "\ea69";
    font-family: "IcoFont";
    font-size: 14px;
    line-height: 1;
}

div#tabla-contenidos > ol > li > ul > li a {
  color: #385C79;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-bottom: 0;
}

div#tabla-contenidos > ol > li > ul > li a:hover {
  color: #093D62;
}



.creditos {
  color: #FFF;
}

.text-content p,
.text-content ul
{
  text-align: justify;
}
.text-content ul li
{
  margin-bottom: 10px;
}

.text-content ul{list-style:none;}
.text-content ul, .text-content ul li {padding-left:0;}
.text-content ul li::before{
  font-family:"IcoFont";
	content:"\eed8";
	margin-right:8px;
}

.text-content img.imgref {
  margin: 20px auto 30px auto;
}

.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;
}
