<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============================================================
  SECTIONS
============================================================ */
.section.module.parallax-2 {
  background-image: url("../img/normativa/background.jpg");
  width: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  .container_parallax-2{
    background-image: url("../img/comunes/px_blanco.png");
    display: block;
  }
  .container_1{
    margin: auto;
    width: 100%;
    max-width: 1024px;
    position: relative;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    line-height: 200%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .container_1 a {
    text-decoration: none;
    color: #000;
  }
  .espacio_inferior{
    height: 259px;
    max-height: 259px;
    width: 100%;
    max-width: 786px; 
    margin: auto;
    position: relative;
    margin-top: 15em;
  }
  .logo_madrid{
    position: absolute;
    width: 38.93%;
    max-width: 276px;
    margin-top: 17%;
    margin-left: 32%;
    display: block;
  }
  .container_por_que{
    width: 100%;
    max-width: 745px;
    float: right;
  }
  .container_por_que h2{
    font-size: 1.8em;
    font-weight: bold;
    padding: 0.5em;
  }
  .container_lista{
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 0.5em;
    /*padding-left: 0.5em;
    padding-right: 0.5em;*/
  }
  .numero_lista{
    width: 7%;
    display: block;
    float: left;
  }
  .descripcion_lista{
    width: 93%;
    display: block;
    float: left;
  }
  .descripcion_lista p{
    padding-left: 0.9em;
    padding-right: 0.9em;
    font-size: 1.12em;
  }
/*iPad 1 &amp; 2 in portrait &amp; landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){ 
  .section.module.parallax-2 {
    background-attachment:initial;
  }
}

/*Only iPhone 4/4S (portrait mode)*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait){
  .section.module.parallax-2 {
    background-attachment:initial;
  }
  .espacio_inferior {
    height: 118px;
  }
}

/*iPhone 5 in landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){ 
  .section.module.parallax-2 {
    background-attachment:initial;
  }
  .espacio_inferior {
    height: 1018px;
  }
}

/*iPhone 5 in portrait*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) { 
  .section.module.parallax-2 {
     background-attachment:initial;
  }
  .espacio_inferior {
      height: 108px;
  }
}

/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
 .section.module.parallax-2 {
    background-attachment:initial;
  }
}
/*iPhone 6 portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
.section.module.parallax-2 {
    background-attachment:initial;
  }
}

/*iPhone 6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
   
}

/*iPhone 6+ landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
  .section.module.parallax-2 {
    background-attachment:initial;
  }
}

</pre></body></html>