@charset "utf-8";
/* CSS Document */
.newsletterInput:-webkit-autofill,
.newsletterInput:-webkit-autofill:hover, 
.newsletterInput:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
.newsletterInput:-webkit-autofill {
    -webkit-text-fill-color: #6C6B6B;
    -webkit-font-family: 'Exo', sans-serif;
}
.SubtituloNewsletter{ font-size: 18px; line-height:25px; color:rgba(0, 0, 0, 0.5); font-weight:normal;  font-family: 'Exo', sans-serif; }
td.Newsletter{ font-size: 22px; line-height:25px; color: #000000; font-weight:normal;  font-family: 'Exo', sans-serif; border-radius: 5px; }
.newsletterInput { font-size: 18px; line-height:25px; color:#6C6B6B; font-weight:bold;  font-family: 'Exo', sans-serif; border: 0;}
.btnSubmitNewsletter { font-size: 20px; line-height: 30px; width:150; color: #FFFFFF; background-color:#D00000 ; font-weight:bold; font-family: 'Exo', sans-serif; cursor:pointer; border-radius: 5px; }
.btnSubmitNewsletter:hover { font-size: 20px; line-height: 30px; width:150; color: #FFFFFF; background-color:#0e3b43; font-weight:bold; font-family: 'Exo', sans-serif; cursor:pointer; border-radius: 5px; }
.FlechaEstilos{ width: 0; height: 0; border-top: 20px solid #FFFFFF; border-right: 20px solid transparent; border-left: 20px solid transparent; }

.newsletterInput::placeholder {
  color: #D00000 ;
}
h1.newsletter { font-size: 20px; line-height:30px; color:#D00000 ; font-weight:bold;  font-family: 'Exo', sans-serif; }