html {
  -webkit-text-size-adjust: 100%;
}

html, body {
  font-size: 12px;
  margin: 0;
  height: 100%;
  background: #666;
  padding-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* estilos cookie-banner */
body.responsive_{
		overflow:hidden;
	}
body.responsive_ #inferior {
  padding: 1em 0;
  background: #666;
  color: #fff;
  position: static;
  margin: 0 auto;
  border: 0 none;
  max-width: 96em;
}
body.responsive_ #cont_cookie {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
span {
    top: 6px;
    right: 10px;
    font-size: 20px;
    line-height: 100%;
    cursor: pointer;
    color: rgb(153, 51, 0);
    padding: 0;
    border: 0;
    margin: 0 0 10px 10px;
    vertical-align: baseline;
    float: right;
    position: absolute;
}
span:hover {
	color:white;
}
body.responsive_ #cont_cookie .cont_cookie_hdr{font-size: 1.2em;}
body.responsive_ #cont_cookie p {
  font-size: 1.2em;
  margin: 0 1.5em 0.90909em 0;
  display: block;
}
body.responsive_ #cont_cookie p.titulo_cookie {
  font-size: 1.6em;
  width: 100%;
  font-weight: bold;
}
body.responsive_ #cont_cookie2 {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  text-align: left;
}
body.responsive_ #cont_cookie2 span {
  font-size: 1.2em;
}
body.responsive_ .botoneraCookies {
  text-align: center;
}

#cont_cookie a, #cont_cookie2 a {
  color: #fff;
}
#cont_cookie input, #cont_cookie2 input {
  font-size: 1.2em;
  padding: 0.16667em 0.91667em;
  cursor: pointer;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

@media only screen and (max-width: 599px) {
	body.responsive_{
		overflow:hidden;
	}
  body.responsive_ #inferior {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 2em;
    width: auto;
	padding-top: 0em;
  }
  body.responsive_ #cont_cookie {
    text-align: left;
    margin: 0 1.6em;
	font-size:0.75em;
  }
  body.responsive_ #cont_cookie .cont_cookie_hdr{font-size: 1.4em;font-family: 'Arial';color: #191919;line-height: 1.21429em;margin-bottom: 0.71429em;}
  body.responsive_ #cont_cookie p {
    font-size: 1.4em;
    font-family: 'Arial';
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 0.71429em;
  }
  body.responsive_ #cont_cookie p a, body.responsive_ #cont_cookie .cont_cookie_hdr a {
    color: #fff;
  }
  body.responsive_ #cont_cookie input {
    font-size: 1.6em;
    height: auto;
    margin: 0;
    padding: 0 10px;
    background-image: none;
    white-space: normal;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0NDIwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5MzMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c44202), color-stop(100%, #993300));
    background-image: -webkit-linear-gradient(#c44202, #993300);
    background-image: -moz-linear-gradient(#c44202, #993300);
    background-image: -o-linear-gradient(#c44202, #993300);
    background-image: linear-gradient(#c44202, #993300);
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.7) 0 1px 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    display: inline-block;
    height: 2.5em;
    margin: 0 0.6875em;
    border: 0 none;
  }
  body.responsive_ #cont_cookie input:hover {
    cursor: pointer;
    color: #fff;
  }
  body.responsive_ #cont_cookie input#aceptar {
    margin-left: 0;
    width: auto;
  }
  body.responsive_ #cont_cookie input#cancelar {
    margin-right: 0;
    width: auto;
  }
  body.responsive_ #cont_cookie .cont_cookie_btn {margin-top:10px;}
  span {
	top: 6px;
	font-size: 27px;
  }
    body.responsive_ #cont_cookie {
        max-width: 90%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	
body.responsive #dvCookies #i_cookies {
    height: 62px;
  }
  body.responsive_ #inferior {
    width: 56em;
	padding-top:0em;
  }
  body.responsive_ #cont_cookie p {
    margin-top: 0;
  }
     body.responsive_ #cont_cookie {
        max-width: 90%;
    }
	#cont_cookie{
		width: 75%;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.responsive_ #inferior {
    max-width: 100%;
	padding-top:0em;
      
  }
  body.responsive_ #cont_cookie p {
    margin-top: 0;
  }
   /* body.responsive #cont_cookie {
        width: 67.7em;
    }*/

}
/*@media only screen and (min-width: 990px) and (max-width: 1022px) {
  
	#cont_cookie{
		
		width: 66%;
	}
}*/
#cont_cookie{
		
		text-align: left;
	}
/*@media only screen and (max-width: 599px){
   #cont_cookie {
   
    width: 94%;
  }
}*/
