
body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("Fondos/News.jpeg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.imagen-noticia{
  width:20%;
}

.cont-icon{
  white-space:nowrap;
}

.cont-icon img{
  display:inline;
}

.cont-icon h3{
  display:inline; white-space:nowrap;
}

.cont-icon p{
  display:inline; white-space:nowrap;
}

.info-ov{
  overflow:auto;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
}

h3{
  margin-top:10px!important;
}

p{
  color:  #505050;
  opacity: 1;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#header {
  position: relative;
  min-height: 150px;
}

#header-content {
  position: absolute;
  bottom: 0;
  left:50;
}

#logo{
  margin-top:1%;
  width:250px;
  max-width:45%;
  float:right;
  margin-right: 5%;
}

#cabecera{
  height: 50%;
  overflow:auto;
}

#reputation-text{
  float:right;
  max-width:500px;
  text-align:right;
  margin-right:5%;
}

#hanway-text{
  float:left;
  max-width:400px;
  text-align:left;
  margin-left:3%;
  color: white;
  bottom: 0;
  margin-bottom:5%;
  display: inline-block; vertical-align: bottom;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

.flex-container > div {
  margin: 10px;
}

.flex-container-in {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;
  align-content:center;*/
}

.flex-container-in > div {
  background-color: #f1f1f1;
  margin-bottom:10px;
  margin-top:10px;
  font-size: 30px;
  /*margin-left:2%;/*Quitar cuando se añadan más!*/
  margin-right:2%;

  margin-left:2%; 
  margin-top:1%;
}

.pdf{
  width:40px;
  float:right;
  margin:10px;
}

.down-pdf{
  float:right;
  margin:10px;
}

#published-div{
  opacity: 0.85;
}

#published-title{
  float:left;
  /*margin-left:4%;*/

}

.fecha{
  float:left;
  font-size:0.5em;
  font-style:italic;
}

.pdf-view{
  float:right;
}

.title{
  text-transform: uppercase;
  text-align:left;
}


.flex-container2 > div {
  text-align: center;
}

.mv-image {
  height:20px;
}

.descripcion{
  font-size:14px;
  text-align:left;
}

.info{
  padding:10px;
  min-height:50%;
}

.noticia{
  background-color: #DCDCDC;
  border:1px solid gray;
  padding:10px;
  padding-left:20px;
}

.tit-des{
  min-height:70%;
}


#barra-abajo{
  margin:0;
  background-color:rgb(25,44,79);
  padding:10px;
  border-top:1px solid white;
}

#paraguas{
  height:80px;
}

#div-par{
  margin:auto;
  margin-bottom:2%;
  margin-top:1%;
}

#div-p-par{
  min-width:300px;
  width:30%;
  margin:auto;
  margin-top:1%;
}

#div-cop{
  min-width:300px;
  width:30%;
  margin:auto;
}

#div-cop > p{
  color:white;

}

#hanway-paraguas{
  font-size:14px;
  color:rgb(25,44,79);
  color:white;
  text-align:left;
  max-width:300px;
  margin:auto;
}

.flex-container2 {
  display: flex;
  flex-wrap: wrap;
  background-color: DodgerBlue;
}


h4{
  margin-left:4%;
}

ul li{
  margin-right:10px;
  margin-left:10px;
}

@media screen and (min-width: 501px) {
  p {
    font-size: 0.45em;
  }

  #published-title{
    font-size:2em;
  }

  #copy, #hanway-paraguas{
    font-size: 1em;
  }

  .pdf-view{
    font-size:0.5em;
  }
  .flex-container-in > div {
    width:80%;
  }

  .desc-not{
    float:left;width:80%
  }

  .img-not{
    float:right; border-radius:15px; max-width:15%
  }
  .flex-container-in {
    margin-left:3%!important;
  }
  h3{
    font-size:17px!important;
  }
  h4{
    color:white!important;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 500px) {
  p {
    font-size: 0.45em;
  }

  #published-title{
    font-size:1.4em;
    margin-top:10%;
    margin-bottom:5%;
  }


  #copy, #hanway-paraguas{
    font-size: 0.7em;
  }

  #paraguas{
    height:50px;
  }

  .title, .descripcion, .fecha, .pdf-view{
    font-size:0.4em;
  }
  .flex-container-in > div {
    width:90%;
    margin:auto;
    margin-bottom:10px;
    margin-top:10px;
    margin-top:1%;
  }

  .img-not{
    border-radius:15px;
    width:100%;
    margin:auto;
  }

  h3{
    font-size:17px!important;
  }

}


