.top-header {
  margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 0;
    text-align: center;
    border-bottom: 1px dashed #f56014;
  font-size:14px;
}

.Datos-header {
  font-size: 16px;
}

#mainnav ul li a,
#mainnav ul li::before {
  color: #20292f;
  font-weight: 800;
  font-size: larger;
}

#mainnav .sub-menu li a {
  font-size: 16px;
}

body {
  color: #666;
  background-color: #fff;
  font-family: open sans,Arial,sans-serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

.text-blanco {
  color: #000000;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #ffb401;
}

.panel-grid-cell .widget-title {
  text-align: left;
  font-family: 'Libre Franklin',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #000000!important;
  line-height: 1.4em;
  text-transform: none;
}

.gradient {
  background-image: linear-gradient(135deg,#ffffff 80%,#ffb400 20%)!important;
}

.fondo-gradient {
  font-family: 'Libre Franklin',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  font-size: 21px;
  color: #000000!important;
  line-height: 1.4em;
  background: rgba(249,198,20,1);
  background: -moz-linear-gradient(top, rgba(249,198,20,1) 0%, rgba(225,122,25,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,198,20,1)), color-stop(100%, rgba(225,122,25,1)));
  background: -webkit-linear-gradient(top, rgba(249,198,20,1) 0%, rgba(225,122,25,1) 100%);
  background: -o-linear-gradient(top, rgba(249,198,20,1) 0%, rgba(225,122,25,1) 100%);
  background: -ms-linear-gradient(top, rgba(249,198,20,1) 0%, rgba(225,122,25,1) 100%);
  background: linear-gradient(to bottom, rgba(249,198,20,1) 0%, rgba(225,122,25,1) 100%);
}

.panel-grid-cell .widget-title:after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background-color: #f56014;
}

.footer-widgets {
  font-family: 'Libre Franklin',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  font-size: 21px;
  color: #000000!important;
  line-height: 1.4em;
  background: #f28822;
}

.sow-image-container > hover {
  opacity: 0.95;
  filter: grayscale(90%);
}

.so-widget-sow-image-default-ad2c8d41f7a1 .sow-image-container .so-widget-image:hover{
  filter: grayscale(90%);
  transform:scale(1.1);
}