/*REGULAR*/

@font-face {
  font-family: "HPSimplified";
  src: url("https://www8.hp.com/es/es/images/fonts/hpi/hps/v1.0/latin-greek-cyrillic/latinGreekCyrillic-regular-eot.eot?#iefix") format("embedded-opentype"), 
  url("https://www8.hp.com/es/es/images/fonts/hpi/hps/v1.0/latin-greek-cyrillic/latinGreekCyrillic-regular-woff.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face{
  font-family: "HPSimplifiedLight";
  src: url("https://www8.hp.com/es/es/images/fonts/hpi/hps/v1.0/latin-greek-cyrillic/latinGreekCyrillic-light-eot.eot?#iefix") format("embedded-opentype"), 
  url("https://www8.hp.com/es/es/images/fonts/hpi/hps/v1.0/latin-greek-cyrillic/latinGreekCyrillic-light-woff.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "HPSimplifiedRegular";
  src: url("https://www8.hp.com/es/es/images/fonts/hpi/hps/v1.0/latin-greek-cyrillic/latinGreekCyrillic-regular-eot.eot?#iefix") format("embedded-opentype"), 
  url("https://www8.hp.com/es/es/images/fonts/hpi/hps/v1.0/latin-greek-cyrillic/latinGreekCyrillic-regular-woff.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}


body {
	font-family: 'HPSimplifiedLight', Arial;
  padding-top: 1rem;
}

.section {
	padding: 1.5rem 0 1rem;
	text-align: center;
}

.derecha {
	text-align: right;	
}

.centrar {
	text-align: center;	
}

.izquierda {
	text-align: left;	
}

.separa {
	margin-top: 2rem;
}

.contact {
  background-color: #0096d6;
  color: #FFF;
  border-bottom: 5px solid #0096d6;
}

.contact select {
  width: 100%;
  color:#000;
}

.contact h2 {
  color: #FFF;  
}

.contact form label {
  font-weight: normal;
  text-align:left;
}

.contact form input,textarea {
  color: #000;
}



.contact form input,textarea {
  color: #000;
  border-color: #CFCFCF;
}


.contact form input[type=button] {
  background: 0px 0px #D7410B;
  border: 0px none currentColor;
  clear: both;
  color: #FFF !important;
  cursor: pointer;
  font-size: 20px;
  height: 45px;
  line-height: 36px !important;
  padding: 5px 20px 5px 20px;
  width: auto;
  text-decoration: none;
}

.contact form input[type=button]:hover {
  background: #FFF;
  color: #D7410B !important;
}

.contact form input[type="file"] {
  background: #FFF;
  color:#000; 
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #FFF;
}

.contact a {
  color: #FFFF; 
}

.contact a:hover {
  color: #D7410B; 
}

.field_error {
  border-color: #FF0000;
}

.label_error {
  color: #FF0000;
}

.button-secondary {
  background: 0px 0px #FFF;
  border: 0px none currentColor;
  clear: both;
  color: #D7410B !important;
  cursor: pointer;
  font-size: 20px;
  height: 45px;
  line-height: 36px !important;
  padding: 5px 20px 5px 20px;
  width: auto;
  text-decoration: none;
}

.button-secondary:hover {
  background: #D7410B;
  color: #FFF !important;
}

#importeRegalo {
  font-size: 4rem;  
  font-weight: bold;
}

.identidad {
  margin-bottom: 1rem;
}

.identidad h3,h5 {
   padding: 0px;
   margin: 0px;
}

.identidad .logo {
  padding-top: 1.5rem;
}

.datos_usuario {
    padding-top: 1rem;
}

@media screen and (max-width: 980px) {
  .datos_usuario {
    text-align:left;
  }
} 

.hero {
  background-image: url('../images/hp-latex-series.jpg');
  background-position: center; 
  background-repeat: no-repeat; 
  text-align: left;
  color: #000;
  padding: 4rem 0rem 4rem 0rem;
}

.importes {
  background-position: center; 
  background-color: #F6F6F6;
  text-align: left;
  color: #000;
  padding: 2rem 0rem 2rem 0rem;
}

#tablaImportes {
  width: 100%;
}

#tablaImportes th,td {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .hero {
    background-image: none;
  }
}

.footer {
  padding: 2rem;
}

.footer a{
  text-decoration: none;
  color: #000;
}

/****COOKIES ALERT****/   
#cookies-alert{padding: 10px; background: rgba(102,102,102,.9); position: fixed; bottom: 0; z-index: 99999; width:100%; border-top: solid 1px #ddd}
  #cookies-alert .container{position: relative; color:#FFF;}
    #cookies-alert .container a{color:#FFF;}
    #cookies-alert  .container h3 {font-size: 2.2rem; margin-bottom:1rem;}

a.cookies-button {
  text-decoration:none;
}
a.cookies-button:hover {
  text-decoration:none;
}

.cookies-content {
  display:flex;
  justify-content:space-between;
 }

.cookies-txt {

}

#cookiesButtons {float: right; margin: 1rem 0rem;}

#cookiesButtons a {
  white-space: nowrap;
  text-decoration: none;
}

#cookies-alert .container #cookiesButtons a{color:#FFF;}

#cookies-alert .container #cookiesButtons a:hover{color:#000;}

a.button-cookiesSI {display: block-inline; border: 1px solid #FFF; color: #fff; background: #64AED9; cursor: pointer; padding: 5px 10px; width: auto; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; -o-transition: all .4s ease-out; text-align: center;}

a.button-cookiesSI:hover {background: #FFF; color: #64AED9; border: 1px solid #64AED9; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; -o-transition: all .4s ease-out; text-decoration: none;}

a.button-cookiesNO {display: block-inline; border: 1px solid #FFF; color: #fff; background: #F2B481; cursor: pointer; padding: 5px 10px; width: auto; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; -o-transition: all .4s ease-out; text-align: center;}

a.button-cookiesNO:hover {background: #FFF; color: #D10000; border: 1px solid #F2B481; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; -o-transition: all .4s ease-out; text-decoration: none;}

.tiposCookies {
  width: 100%;


  txt-align: left;
}

.tiposCookies th {
  padding: .5rem 1rem;
  background-color: #CFCFCF;
} 

.tiposCookies td {
  padding: .5rem 1rem;
  border-bottom: 1px solid #CFCFCF;
} 