header.header .contact { margin-top: 24px; margin-right: 20px; }
header.header .contact .creci { font-size: 14px; line-height: 15px; font-weight: 600; }
header.header .contact .creci i { font-size: 10px; margin: 0 10px 10px 10px; }

@media (max-width: 600px){
	header.header .contact .creci { display: none; }
	header.header .contact { margin-top: 10px;}
}

.codigo { width: 100%; background-color: #fff; padding: 10px; border-radius: 5px; font-size: 16px; border: 1px solid #fff; text-align: center; }

#alert .msg h3 { margin: 0 0 5px 0;  }
#alert .msg p { margin: 0; margin-bottom: 20px; }
#alert .msg p a { color: #fff !important; } 