h4, h5, h6, h1, h2, h3 {margin-top: 0;text-transform: uppercase;font-weight: 700;}

ul, ol {margin: 0;}

p {margin: 0;}

html,body{
  font-family: 'Roboto', sans-serif;
  background-color: #ececec;
  /*background: url(../../../images/sos.png)no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;*/
}

body a{
  text-decoration: none;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
body a{
  text-decoration: none;
}

.text-weight{
  font-weight: bold !important;
}

.header {
  padding: 2em 0;
}

.logo {
  float: left;
}
.logo  a{
  display:block;
}

.head-nav ul li{
  display:inline-block;
  float:left;
}

.head-nav {
  float: right;
  padding: 1em 1em;
  background:#015636;
}

.head-nav ul li a{
  position: relative;
  display: inline-block;
  margin: 0px 0px;
  outline: none;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 1.1em;
}

.head-nav a:hover,
.head-nav a:focus {
  outline: none;
}

.head-nav ul{
  padding:0;
  margin: 0;
}

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

.head-nav ul li {
  display: inline-block;
  margin: 0;
  outline: none;
  text-decoration: none;
  letter-spacing: 1px;
}

.head-nav ul li a{
  color:#FFF;
}

ul a:hover,
ul a:focus {
  outline: none;
  color: #000;
  text-decoration: none;
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.cl-effect-1 a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

/*body*/
.navbar-nav a:hover {
    color: #fff !important;
    background-color: #302e2e !important;
    border-radius: 8px !important;
}
.articulo p {
  color: #302e2e;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  font-weight: 300;
  text-align: justify;
  letter-spacing: .8px;
}

.articulo h2{
  font-size: 1.1em;
  color:#302e2e;
  margin: .7em 0;
  font-weight: 700;
  letter-spacing: .7px;
}

.articulo img{
  width: 100%;
  height: 130px;
}
.articulo.articulo_info img{
  height: 100%;
}
.m-height {
  min-height: 495px;
}
.noticia {
  margin: 1em 0;
  padding: .5em;
  background-color: #fff;
}

.noticia h3{
  font-size: 1.3em;
  color:#302e2e;
  margin: 1em 0 0;
  font-weight: 700;
  letter-spacing: .7px;
}

.noticia h3 a{
  text-decoration: none;
  color: #302e2e;
}

.noticia h3 a:hover{
  text-decoration: none;
  color: #015636;
}

.noticia img{
  width: 100%;
  height: 250px;
}
.noticia.noticia_info img.img-portada{
  height: 100%;
}
.noticia.noticia_info img{
  width: 100% !important;
  height: auto !important;
}
.noticia.noticia_info h2{
  font-size: 1.8rem;
}

.noticia p {
  color: #302e2e;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: .3em 0;
  font-weight: 300;
  text-align: justify;
  letter-spacing: .9px;
}

.fuente-noticia{
  line-height: 1em;
  font-style: italic;
}

.ver-mas{
  color: #015636;
  text-decoration: none;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.btn-ver-mas{
  width: 100%;
  text-align: right;
}

.titulo-seccion {
  text-align: center !important;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.titulo-seccion::after, .titulo-seccion::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: #000;
  top: 1.1em;
}

.titulo-seccion::after{
  left: -140px;
}

.titulo-seccion::before{
  right: -140px;
}

/*sidebar*/

.widget {
  padding: 1em 1em;
  border: 1px solid #D8DADC;
}

.widget li {
  display: block;
  line-height: 2em;
  border-bottom:1px dotted #302e2e;
}

.aside h3 {
  width: 100%;
  padding: 11px 20px;
  background-color: #015636;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: .2em;
  margin-bottom: 0;
}

/*-- flexisel --*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0 auto;
}

.nbs-flexisel-item {
  float: left;
  margin:0px;
  padding:0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}

.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
  margin-top:5px;
  margin-bottom: 10px;
  max-width:240px;
  max-height:240px;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
}

.nbs-flexisel-item p{
  padding:0px;
}

.nbs-flexisel-item p a{
  color:#000;
  font-size:1.2em;
}

.nbs-flexisel-item p a:hover{
  color:#6CC372;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width: 34px;
  height: 34px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  margin-top:0em;
}

.nbs-flexisel-nav-left {
  display: none;
}

.nbs-flexisel-nav-right {
  display: none;
}

.portadas-dia {
  border: 1px solid #BDBDBD;
  padding: 0.5em;
  height: 228px !important;
}

.portadas-dia img{
  width: 100%;
  height: 228px;
}

.fle-xsel {
  padding: 2em 4em;
  border: 1px solid #D8DADC;
}

/*footer*/

.footer {
  padding: 3em 1em;
  border: 1px solid #D8DADC;
  margin: 2em 0 0;
}

.copyright {
  margin: 2em 0 0;
  text-align: center;
}

.copyright p {
  color: #302e2e;
  font-size: 1em;
  line-height: 1.8em;
  margin: 0;
}

/*-- responsive-mediaquries --*/

@media(max-width:480px){
  .titulo-seccion::after, .titulo-seccion::before {
    width: 50px;
  }

  .titulo-seccion::after{
    left: -60px;
  }

  .titulo-seccion::before{
    right: -60px;
  }
}