
.sticky {
    background-color: #F79D00;
    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 .separacion {
  border-left: 1px solid #D47A0F;
}
.sticky .row .col-4 a {
  color: #FFF;
}
.sticky .row .col-4 a:hover {
  color: #000;
}
.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: #F79D00;
    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 .separacion {
    border-left: 1px solid #D47A0F;
  }
  .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 p {
  text-align: justify;
}

.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;
}