.pieMovil{
        display:block;
} 
    
.piePantallasGrandes{
        display:none;
}

.piedepagina{ 
    position: absolute;
    width: 100%;
    height: auto;
    background-color: white;
    font-weight: normal;
}

.accesibilidadCookies{
    position: relative;
    width: 100%;
    text-align: center;
    color: rgb(244,245,247);
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 5%;
    background-color:#005555; 
}

.accesibilidadCookies a{
    text-decoration: none;
    color: rgb(244,245,247);
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.logosMovil{
    position: relative;
    width:100%;
    height: 5.1em;
    margin-top: 2%;
    text-align: center;
}

/*--------------------COOKIES--------------------*/

#grande {
    font-size:3em;
}
#cajacookies {

	width: 100%;
    height: 8%;
    padding: 2%;
    position: fixed;          
    bottom: 0%; 
    background-color: rgba(0,85,85,0.62);
    font-family: 'Open Sans', sans-serif;
    font-size: 1em; /* 0.9em */
    color: rgb(255,255, 255);
    text-align: center;
    line-height: 1.3em;
    display: none;
    z-index: 150;
  }
  
  #cajacookies a{
      color: rgb( 255, 255, 255);
      font-size: 1em; /* 1em */
	  font-family: 'Open Sans', sans-serif;
      z-index: 150;
  
  }
  #cajacookies button {
      text-decoration: none;  
      width: 20%;
      padding: 0.6%;
      font-size: 1em;
	  font-family: 'Open Sans', sans-serif;
      color: rgb(244, 245, 247);
      background-color: #032c2c;
      border: 2px solid white;
      margin: 0 auto;
      margin-top: 1%;
      z-index: 150;
       
  }
  
@media screen and (min-width:200px){ 
    .accesibilidadCookies{
        font-size: 0.9em;
    }
    .logosMovil img{
        width:80%;
    }
}

@media screen and (min-width:400px){ 
    .accesibilidadCookies{
        font-size: 1em;
    }
    .logosMovil img{
        width:100%;
    }
}

@media screen and (min-width:700px){ 
    .accesibilidadCookies{
        font-size: 1.1em;
    }
    .logosMovil{
        width:100%;
    }
}

@media screen and (min-width:900px){ 
    .pieMovil{
            display:none;
    } 

    .piePantallasGrandes{
            display:block;
    }

    .piePantallasGrandes{
            position: absolute;
            width: 98%;
            height: 6em;
            background-color: #005555;
            padding: 1%;
    }

    .accesibilidadCookiesG{
        width: 28%;
        color: rgb(244,245,247);
        font-size: 0.8em; 
        background-color: #005555;
        float: left;
        padding-top:4%; 
        margin-left: 1%;
    }
 
    .logosOrdenador{
            width: 57%;
            float: left;
            padding-top:1%;
            margin-right: 1%;
            margin-left: 1%;
    }
}

@media screen and (min-width:1000px){
    .piePantallasGrandes{   
            height: 7em;
    }
}

@media screen and (min-width:1100px){
    .piePantallasGrandes{   
            height: 7.5em;
    }
}

@media screen and (min-width:1400px){

    .pieMovil{
            display:none;
    } 

    .piePantallasGrandes{
            display:block;
    }

    .piePantallasGrandes{
            position: absolute;
            width: 98%;
            height: 9em;
            background-color: #005555;
            padding: 1%;
    }
    .accesibilidadCookiesG{
        width: 25%;
        color: rgb(244,245,247);
        font-size: 0.7em;
        background-color: #005555;
        float: left;
        padding-top:3.2%;
        margin-left: 1%;
    }
    .logosOrdenador{
        width: 57%;
        float: left;
        padding-top:1%;
        margin-right: 1%;
        margin-left: 1%;
    }
}

@media screen and (min-width:1700px){

    .pieMovil{
            display:none;
    } 

    .piePantallasGrandes{
            display:block;
    }

    .piePantallasGrandes{
            position: absolute;
            width: 98%;
            height: 8.1em;
            background-color: #005555;
            padding: 1%;

    }
    .accesibilidadCookiesG{
        width: 25%;
        color: rgb(244,245,247);
        font-size: 0.7em;
        background-color: #005555;
        float: left;
        padding-top:2%;
        margin-left: 1.5%;
        }

 

    .logosOrdenador{
        width: 47%;
        float: left;
        margin-top: -1em;
        margin-right: 5%;
        margin-left: 4.5%;
    }

}
@media screen and (min-width:1900px){

    .pieMovil{
            display:none;
    } 

    .piePantallasGrandes{
            display:block;
    }

    .piePantallasGrandes{
            position: absolute;
            width: 98%;
            height: 9em;
            background-color: #005555;
            padding: 1%;

    }

    .accesibilidadCookiesG{
        width: 28%;
        color: rgb(244,245,247);
        font-size: 0.8em;
        background-color: #005555;
        float: left;
        margin-left: 0.5%;
        }
    

    .logosOrdenador{
        width: 47%;
        float: left;
        margin-top: -1.2em;
        margin-right: 6%;
        margin-left: 2%;
    }
	
	
     
}